﻿@charset "UTF-8";

:root {
    --color-black: #000000;
    --color-white: #ffffff;
    --color-gray-4c: #4c4c4c;
    --color-gray-f2: #f2f2f2;
    --color-gray-f6: #f6f6f6;

    --font-termina: 'Syncopate', sans-serif;
    --font-noto: 'Noto Sans JP', sans-serif;
    --font-outfit: 'Outfit', sans-serif;
    --font-zen: 'Zen Kaku Gothic New', sans-serif;
	--font-oswald: "Oswald", sans-serif;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
    width: 100%;
    height: auto;
    /* 高さ固定を解除 */
    overflow-x: hidden;
}

body {
    font-family: var(--font-noto);
    color: var(--color-black);
    background-color: var(--color-white);
    overflow-x: hidden;
    width: 100%;
    height: auto;
    /* 高さ固定を解除 */
    position: relative;
    -webkit-text-size-adjust: 100%;
    /* 文字サイズの自動調整を抑制 */
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s ease;
}

a:hover {
    opacity: 0.7;
}

.section-title {
    font-family: var(--font-termina);
    font-weight: 700;
    font-size: clamp(1.75rem, 1.083rem + 2.848vw, 4.5rem);
    /* SP 28px / PC 72px (1152px基準) */
    letter-spacing: clamp(0.07rem, 0.043rem + 0.114vw, 0.18rem);
    text-align: center;
    color: var(--color-black);
}

/* 出し分け */
.sp-only {
    display: none !important;
}

.inline-block {
    display: inline-block;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: clamp(54px, 6.25vw + 30px, 120px);
    z-index: 1000;
    transition: background-color 0.3s ease;
}

.header.is-scrolled {
    background-color: rgba(0, 0, 0, 0.5);
}

header.header--black {
    background-color: var(--color-black);
}

.header--black .header__login-btn {
    background-color: var(--color-white);
    color: var(--color-black);
}

.header--black .header__login-btn:hover {
    background-color: var(--color-black);
    color: var(--color-white);
    border: 1px solid var(--color-white);
}

.header:has(.header__nav-item a:hover, .header__icon-link:hover, .header__login-btn:hover) {
    background-color: var(--color-black);
}

.header__login-btn {
    border: 1px solid transparent;
}

.header:has(.header__nav-item a:hover, .header__icon-link:hover, .header__login-btn:hover) .header__login-btn {
    border-color: var(--color-white);
}

.header__inner {
    max-width: 1920px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 clamp(0.625rem, -1.250rem + 3.906vw, 3.438rem);
}

.header__logo {
    width: clamp(10rem, -0.292rem + 21.441vw, 25.438rem);
    height: auto;
}

.header__logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header__logo-sp {
    display: none;
}

.header__nav {
    display: flex;
    align-items: center;
    gap: clamp(0.75rem, 0.000rem + 1.563vw, 1.875rem);

}

.header__nav-list {
    display: flex;
    gap: clamp(1rem, 0.417rem + 1.215vw, 1.875rem);
}

.header__nav-item a {
    font-family: var(--font-termina);
    font-weight: 400;
    font-size: clamp(0.75rem, 0.583rem + 0.347vw, 1rem);
    color: var(--color-white);
    letter-spacing: 0.8px;
    line-height: 1.8;
    display: block;
    position: relative;
    text-decoration: none;
}

.header__nav-item a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: var(--color-white);
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease-out;
}

.header__nav-item a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.header__nav-icons {
    display: flex;
    align-items: center;
    gap: clamp(1rem, 0.417rem + 1.215vw, 1.875rem);

}

.header__icon-link {
    display: block;
    line-height: 1;
}

.header__icon-img {
    height: 22px;

    width: 22px;
    display: block;
}

.header__icon-link:nth-child(2) .header__icon-img {
    height: 22px;
    width: 33px;
}

.header__login-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--color-white);
    color: var(--color-black);
    border-radius: 100px;
    width: clamp(8.75rem, 7.292rem + 3.038vw, 10.938rem);
    height: clamp(3rem, 2.667rem + 0.694vw, 3.5rem);
    text-align: center;
    padding-bottom: 3px;
    margin-left: clamp(10px, 1vw, 15px);

    transition: background-color 0.3s ease, color 0.3s ease;
}

.header__login-btn:hover {
    background-color: var(--color-black);
    color: var(--color-white);
}

.header__login-en {
    font-family: var(--font-termina);
    font-weight: 400;
    font-size: clamp(1rem, 0.917rem + 0.174vw, 1.125rem);
    letter-spacing: 0.9px;
    line-height: 1;
    margin-bottom: 3px;
}

.header__login-jp {
    font-family: var(--font-zen);
   font-size: clamp(0.563rem, 0.521rem + 0.087vw, 0.625rem);
    letter-spacing: 0.5px;
    line-height: 1;
}

.header__hamburger {
    display: none;
}

.mainvisual {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.mainvisual__inner {
    width: 100%;
    height: 100%;
    position: relative;
}

.mainvisual__image {
    width: 100%;
    height: 100%;
}

.mainvisual__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.copy-section {
    padding: clamp(45px, 6vw + 24px, 120px) 0;
    /* SP 60px / PC 140px */
    position: relative;
    background-color: var(--color-white);
}

.copy-section__inner {
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(40px, 6vw + 20px, 120px);
    padding: 0 clamp(20px, 3vw + 10px, 55px);
}

.copy-section__text {
    width: 630px;
}

.copy-section__heading {
    font-family: var(--font-noto);
    font-size: clamp(24px, 3vw + 12px, 48px);
    /* SP 24px / PC 48px */
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0.1em;
    color: var(--color-black);
}

.copy-section__subheading {
    font-family: var(--font-noto);
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 2.8px;
    margin-top: 24px;
}

.copy-section__description {
    font-family: var(--font-noto);
    font-size: clamp(14px, 0.5vw + 12px, 18px);
    /* SP 14px / PC 18px */
    font-weight: 400;
    line-height: 2.1;
    letter-spacing: 0.1em;
    margin-top: clamp(24px, 3vw + 12px, 48px);
}

.copy-section__images {
    flex: 1;
    max-width: 900px;
}

.copy-section__image img {
    width: 100%;
    height: auto;
    display: block;
}

.main-products {
    padding: clamp(60px, 8vw + 20px, 140px) 0;
    background-color: var(--color-white);
}

.main-products__inner {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 55px;
}

.main-products__grid {
    display: flex;
    gap: clamp(30px, 4vw, 30px);
    /* SP 30px固定、PCで調整が必要なら別途検討 */
    margin-top: clamp(40px, 5vw, 60px);
}

.main-products__item {
    flex: 1 1 523px;
    min-width: 0;
}

.main-products__image {
    width: 100%;
    height: 1000px;
    overflow: hidden;
    position: relative;
}

.main-products__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	transition: transform 0.5s ease;
}
a:hover .main-products__image img {
    transform: scale(1.05);
}
.main-products__info {
    margin-top: clamp(0px, 2vw, 24px);
    padding: 0 clamp(25px, 6.67vw, 25px);
    /* 375px * 0.0667 = 25px */
}

.main-products__name {
    font-family: var(--font-termina);
    font-weight: 700;
    font-size: clamp(26px, 6.93vw, 60px);
    /* 375px * 0.0693 = 26px */
    letter-spacing: clamp(1.04px, 0.27vw, 2.4px);
    /* 375px * 0.0027 = 1.04px */
    line-height: 1.2;
    color: var(--color-black);
}

.main-products__desc {
    font-family: var(--font-noto);
    font-size: clamp(12px, 3.2vw, 18px);
    /* 375px * 0.032 = 12px */
    font-weight: 400;
    letter-spacing: clamp(0.48px, 0.12vw, 0.72px);
    /* 375px * 0.0012 = 0.48px */
    line-height: 1.5;
    margin-top: 4px;
}

.our-brand {
    padding: clamp(0px, 8vw, 140px) 0 clamp(3.5rem, 2.984rem + 2.201vw, 5.625rem);
}

.our-brand__inner {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 clamp(0px, 4.2vw, 81px);
}

.our-brand__grid {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(8px, 1vw, 16px);
    margin-top: clamp(40px, 5vw, 60px);
}

.our-brand__item {
    position: relative;
    overflow: hidden;
    flex: 1 1 clamp(13.75rem, 1.125rem + 26.302vw, 32.688rem);
}

.our-brand__item--empty {
    background-color: transparent;
}

.our-brand__image {
    width: 100%;
    height: 100%;
    position: relative;
}
.our-brand__image img{
	transition: transform 0.5s ease;
}
a:hover .our-brand__image img {
    transform: scale(1.05);
}

.our-brand__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-brand__image--bg {
    background-color: var(--color-gray-f6);
}

.new-item {
    padding: clamp(0rem, -1.365rem + 5.825vw, 5.625rem) 0 clamp(3.5rem, 1.619rem + 8.026vw, 11.25rem);
    background-color: var(--color-white);
}

.new-item__inner {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 81px;
}

.new-item__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 60px;
}

.new-item .section-title {
    font-family: var(--font-termina);
    font-weight: 600;
    font-size: clamp(1.75rem, 1.083rem + 2.848vw, 4.5rem);
    letter-spacing: 0.04em;
    line-height: 1.2;
    color: var(--color-black);
}

.new-item__title-area {
    display: flex;
    align-items: flex-end;
    gap: 40px;
}

.btn-view-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 240px;
    height: 60px;
    border: 1px solid var(--color-black);
    border-radius: 40px;
    background-color: var(--color-white);
    font-family: var(--font-termina);
    font-size: clamp(13px, 1vw + 10px, 18px);
    letter-spacing: 0.9px;
    color: var(--color-black);
    transition: all 0.3s ease;
    padding: 0 clamp(20px, 2vw, 40px);
}

.btn-view-more:hover {
    background-color: var(--color-black);
    color: var(--color-white);
	opacity:1;
}

/* ページャー */
.new-item__pager {
    display: flex;
    align-items: center;
    gap: 24px;
    position: relative;
    z-index: 10;
}

.pager-btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.pager-lines {
    display: flex;
    gap: 8px;
}

.pager-line {
    width: 40px;
    height: 2px;
    background-color: #e0e0e0;
    display: block;
}

.pager-line.is-active {
    background-color: var(--color-black);
}

.new-item__slider {
    width: calc(100% + 81px);
    /* 右側の余白分を広げる */
    margin-right: -81px;
    /* 広げた分を右に寄せる */
    overflow: hidden;
    /* 右端を突き抜けさせる */
    position: relative;
}

.new-item__track {
    display: flex;
    gap: 16px;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.new-item__card {
    flex: 0 0 clamp(200px, 25vw, 480px);
}

/* 1枚目の左端は .new-item__inner の padding: 81px により自動的に揃う */

.new-item__card-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.new-item__card-image img {
    width: 100%;
    height: 100%;
	transition: transform 0.5s ease;
}
a:hover .new-item__card-image img {
    transform: scale(1.05);
}

/* 勾配（Figmaのデザインを再現） */
.new-item__card-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 667px;
    /* 勾配は元の画像部分のみに適用？ または全体？ Figmaを確認し、ここでは以前の画像高さを基準に */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.2) 100%);
    mix-blend-mode: multiply;
    pointer-events: none;
}

.new-item__card-info{
	margin-top:clamp(0.625rem, 0.534rem + 0.388vw, 1rem);
}
.new-item__card-number {
}

.new-item__card-name {
    font-family: var(--font-termina);
    font-size: clamp(16px, 1.25vw, 24px);
    font-weight: 500;
    letter-spacing: 0.04em;
    color: var(--color-black);
}

.new-item__card-desc {
    font-family: var(--font-noto);
    font-size: clamp(12px, 1vw, 16px);
    color: var(--color-black);
    margin-top: 4px;
}

.web-catalog {
    padding: 140px 0;
    background-color: #f2f2f2;
}

.web-catalog__inner {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 clamp(20px, 8vw, 160px);
}

.web-catalog__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    /* PC版ではタイトルを右に */
}

.web-catalog__items {
    display: flex;
    gap: 90px;
}

.web-catalog__image {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    overflow: hidden;
}

.web-catalog__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.web-catalog__info {
    text-align: center;
    margin-top: 30px;
}

.web-catalog__year {
    font-family: var(--font-outfit);
    font-weight: 500;
    font-size: clamp(1.375rem, 1.072rem + 1.294vw, 2.625rem);
    letter-spacing: 0.02em;
    color: var(--color-black);
    margin-bottom: 4px;
}

.web-catalog__season {
    font-family: var(--font-outfit);
    font-weight: 300;
    font-size: clamp(0.875rem, 0.723rem + 0.65vw, 1.5rem);
    letter-spacing: 0.04em;
    color: var(--color-black);
    margin-top: clamp(4px, 1vw, 10px);
}

.web-catalog__title-area {
    flex-shrink: 0;
    padding-left: 100px;
}

.web-catalog__title {
    font-family: var(--font-termina);
    font-weight: 600;
    font-size: clamp(32px, 4vw + 16px, 60px);
    letter-spacing: 0.04em;
    color: var(--color-black);
}

.recruit__btn-en {
    font-family: var(--font-termina);
    font-weight: 600;
    font-size: clamp(28px, 4vw, 56px);
    letter-spacing: 0.04em;
    line-height: 1.2;
}

.recruit__btn-jp {
    font-family: var(--font-noto);
    font-size: clamp(12px, 1.5vw, 14px);
    letter-spacing: 0.04em;
    margin-top: 4px;
}

.recruit {
    padding: clamp(60px, 8vw, 120px) 0;
    background-image: url('//kurehifuku.co.jp/wordpress/wp-content/themes/kurehifuku-theme/assets/img/top/top11-recruit.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recruit__inner {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 81px;
}

.recruit__items {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.recruit__btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: clamp(327px, 45vw, 720px);
    height: clamp(80px, 12vw, 160px);
    border: 1px solid var(--color-white);
    /* SPでは1px */
    color: var(--color-white);
    text-decoration: none;
    transition: all 0.3s ease;
}

.recruit__btn:hover {
    background-color: var(--color-white);
    color: var(--color-black);
	opacity:1;
}

/* フッターの余白調整（旧CTA削除に伴う） */
.footer__bottom {
    background-color: var(--color-black);
    color: var(--color-white);
    padding: clamp(0px, 4.4vw, 84px) 0 60px;
    position: relative;
    /* 絶対位置の基準点 */
}

.footer__bottom-inner {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 100px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 64px;
}

.footer__logo {
    order: 1;
    flex-shrink: 0;
}

.footer__logo img {
    width: clamp(16.25rem, 13.565rem + 11.46vw, 27.313rem);
    height: auto;
}

.footer__center-info {
    order: 2;
    flex-shrink: 0;
}

.footer__company-info {
    display: flex;
    flex-direction: column;
    /* 住所を縦に配置 */
    align-items: flex-start;
    gap: 20px;
}

.footer__company-logo {
    width: clamp(13.125rem, 11.471rem + 7.06vw, 19.938rem);
    height: auto;
}

.footer__address {
    font-family: var(--font-zen);
    font-size: clamp(0.625rem, 0.534rem + 0.39vw, 1rem);
    letter-spacing: 0.04em;
    line-height: 1.6;
}

.footer__address p:first-child {
    margin-bottom: 0;
}

.footer__go-top {
    position: absolute;
    top: clamp(1.25rem, 1.129rem + 0.52vw, 1.75rem);
    right: clamp(1.25rem, 0.825rem + 1.81vw, 3rem);
    z-index: 10;
}

.footer__go-top img {
    width: clamp(1.563rem, 1.456rem + 0.45vw, 2rem);
    height: clamp(2.125rem, 1.973rem + 0.65vw, 2.75rem);
    display: block;
}

.footer__meta {
    position: absolute;
    right: clamp(20px, 5.2%, 100px);
    bottom: clamp(20px, 14%, 60px);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: clamp(12px, 2.5vw, 29px);
}

.footer__policy-link {
    font-family: var(--font-zen);
    font-size: 14px;
    color: var(--color-white);
    text-decoration: none;
    letter-spacing: 0.7px;
    line-height: 1;
    padding-bottom: 2px;
    /* 文字と下線の間隔 */
    border-bottom: 1px solid transparent;
    /* 高さが変わらないように透明なボーダーを設置 */
    transition: border-bottom 0.3s ease;
}

.footer__policy-link:hover {
    border-bottom: 1px solid var(--color-white);
    /* ホバー時に白の下線を表示 */
}

.footer__copyright {
    font-family: var(--font-zen);
    font-size: 12px;
    color: var(--color-white);
    letter-spacing: 0.6px;
    line-height: 1;
}


.page-header {
    position: relative;
    width: 100%;
    margin-top: clamp(54px, 6.25vw + 30px, 120px);
}

.page-header__hero-img {
    width: 100%;
    height: auto;
    display: block;
}

.page-header__title {
    position: absolute;
    top: 44%;
    left: 6.25%;
    transform: translateY(-50%);
    font-family: var(--font-termina);
    font-weight: 600;
    font-size: clamp(32px, 4.17vw, 80px);
    letter-spacing: 3.2px;
    color: var(--color-white);
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.page-header--newitem {
    margin-bottom: 40px;
}

.page-header__breadcrumb {
    display: flex;
    gap: 1em;
    font-family: var(--font-noto);
    color: var(--color-black);
    font-size: 14px;
    letter-spacing: 0.56px;
    padding-left: 163px;
    margin-top: 23px;
    z-index: 3;
}

.archive-container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 60px 162px 100px;
    position: relative;
}

.archive-header {
    margin-bottom: clamp(14px, 1.68vw + 7.69px, 40px);
    display: flex;
    align-items: baseline;
    gap: clamp(8px, 0.78vw + 5.1px, 20px);
}

.archive-header__title-wrapper {
    line-height: 1;
}

.archive-header__title-img {
    height: auto;
}

.archive-header__title-img.pc-only {
    width: 367px;
}

h2.new-item-archive-title{
	color: var(--000, #000);
	font-family: var(--font-termina);
	font-size: clamp(1.5rem, 0.954rem + 2.33vw, 3.75rem);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: clamp(0.06rem, 0.038rem + 0.093vw, 0.15rem);
}
.archive-header__subtitle {
    font-family: var(--font-termina);
    font-size: clamp(0.75rem, 0.477rem + 1.165vw, 1.875rem);
    letter-spacing: clamp(0.03rem, 0.019rem + 0.047vw, 0.075rem);
}

.product-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 50px;
    row-gap: 80px;
}

.product-card {
    display: block;
}

.product-card__info {
	margin-top:clamp(0.5rem, 0.257rem + 1.036vw, 1.5rem);
}

.product-card__image {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* 画像そのものの比率を使用 */
    background: none;
}

.product-card__image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: transform 0.5s ease;
}

.product-card:hover .product-card__image img {
    transform: scale(1.05);
}

.product-card__badge {
    width: clamp(4.438rem, 3.391rem + 4.466vw, 8.75rem);
    padding: clamp(0.09rem, 0.000rem + 0.188vw, 0.225rem) clamp(0.313rem, 0.176rem + 0.583vw, 0.875rem);
    font-family: var(--font-oswald);
    font-weight: 500;
    font-size: clamp(0.625rem, 0.504rem + 0.518vw, 1.125rem);
    color: var(--color-white);
    letter-spacing: clamp(0.025rem, 0.020rem + 0.021vw, 0.045rem);
	text-align:center;
}

.product-card__badge--red {
	background-color: #7E0043;
}
.product-card__badge--gray{
	background-color: #727171;
}
.product-card__badge--aw{
	background-color: #437E00;/*ダミーの色指定です。*/
}
.product-card__header {
    display: flex;
    align-items: baseline;
    gap: 16px;
    margin-bottom: 4px;
}

.product-card__label-new {
    font-family: var(--font-termina);
    font-weight: 500;
    font-size: 30px;
    color: #c10000;
    letter-spacing: 1.2px;
}

.product-card__number {
    font-family: var(--font-termina);
    font-weight: 500;
    font-size: 40px;
    color: var(--color-black);
    letter-spacing: 1.6px;
}

.product-card__name {
    font-family: var(--font-termina);
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.96px;
    color: var(--color-black);
    margin-bottom: 4px;
}

.product-card__desc {
    font-family: var(--font-noto);
    font-size: clamp(0.75rem, 0.689rem + 0.259vw, 1rem);
    letter-spacing: 0.64px;
    color: var(--color-black);
}

.archive-note {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.archive-note__arrow {
    font-size: 40px;
    color: #000;
}

.archive-note__box {
    border: 2px solid red;
    padding: 20px;
    font-size: 20px;
    color: red;
    font-family: var(--font-noto);
}

.detail-page-header {
    margin-top: clamp(54px, 10.75vw + 13.7px, 220px);
    padding: clamp(30px, 3vw, 60px) clamp(24px, 8.8vw - 9px, 160px) clamp(20px, 2vw, 40px);
    background: var(--color-white);
}

.detail-page-header__title {
    font-family: var(--font-termina);
    font-weight: 600;
    font-size: clamp(36px, 4.17vw, 80px);
    letter-spacing: 3.2px;
    color: var(--color-black);
    line-height: 1;
    margin-bottom: 16px;
}

.detail-page-header .breadcrumb {
    font-family: var(--font-noto);
    font-size: 14px;
    color: var(--color-black);
    letter-spacing: 0.56px;
}

.detail-container {
    max-width: 1920px;
    margin: 0 auto;
    padding: clamp(40px, 5vw, 100px) clamp(24px, 17.92vw, 344px) 100px;
    position: relative;
}



.breadcrumb {
    font-family: var(--font-noto);
    font-size: 14px;
    color: var(--color-black);
    letter-spacing: 0.56px;
}

.breadcrumb__list {
    display: flex;
    gap: 1em;
}

.breadcrumb__item a {
    text-decoration: none;
}

.breadcrumb__item::after {
    content: '>';
    margin-left: 1em;
}

.breadcrumb__item:last-child::after {
    content: none;
}

.product-detail {
    padding: 0 162px;
}

.product-detail__info-header {
    margin-bottom: 60px;
}

.product-detail__header-row {
    display: flex;
    align-items: baseline;
    gap: clamp(4px, 0.777vw + 1.09px, 16px);
    margin-bottom: 10px;
}

.product-detail__label-new {
    font-family: var(--font-termina);
    font-weight: 500;
    font-size: clamp(12px, 1.165vw + 7.63px, 30px);
    color: #c10000;
    letter-spacing: 1.2px;
}

.product-detail__number {
    font-family: var(--font-termina);
    font-weight: 500;
    font-size: clamp(20px, 1.295vw + 15.15px, 40px);
    color: var(--color-black);
    letter-spacing: 1.6px;
}

.product-detail__name {
    font-family: var(--font-termina);
    font-weight: 300;
    font-size: clamp(28px, 3.366vw + 15.38px, 80px);
    letter-spacing: 3.2px;
    color: var(--color-black);
    line-height: 1;
    margin-bottom: 10px;
}

.product-detail__sub-row {
    display: flex;
    align-items: center;
    gap: clamp(10px, 1.04vw, 20px);
}

.product-detail__badge {
    background-color: #7e0043;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: clamp(9px, 0.583vw + 6.81px, 18px);
    padding: clamp(3px, 0.194vw + 2.27px, 6px) clamp(6px, 0.518vw + 4.06px, 14px);
    letter-spacing: 0.72px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: clamp(71px, 4.466vw + 54.25px, 140px);
    text-align: center;
}

.product-detail__desc {
    font-family: var(--font-noto);
    font-size: clamp(12px, 0.94vw, 18px);
    letter-spacing: 0.72px;
    color: var(--color-black);
}

.product-detail__images {
    display: flex;
    align-items: flex-start;
    gap: clamp(10px, 2vw, 40px);
    margin-bottom: clamp(60px, 8vw, 150px);
    position: relative;
}

.product-detail__thumbs {
    display: flex;
    flex-direction: column;
    gap: clamp(8px, 1vw, 16px);
    width: clamp(80px, 11.46vw, 220px);
    flex-shrink: 0;
}

.product-detail__thumb {
    width: 100%;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.product-detail__thumb.is-active {
    opacity: 1;
    outline: 2px solid var(--color-black);
    outline-offset: 2px;
}

.product-detail__thumb:hover {
    opacity: 1;
}

#main-product-img {
    transition: opacity 0.4s ease;
}

.product-detail__thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.product-detail__main-img {
    flex: 1;
    max-width: clamp(300px, 37.5vw, 720px);
    position: relative;
}

.product-detail__main-img img {
    width: 100%;
    height: auto;
    display: block;
}

.product-detail__caption {
    text-align: center;
    margin-top: clamp(8px, 1vw, 16px);
    font-family: var(--font-noto);
    font-size: clamp(12px, 0.94vw, 18px);
    line-height: 1.8;
    color: var(--color-black);
}

.product-detail__vertical-text {
    position: fixed;
    right: -5.21vw;
    top: clamp(100px, 27.08vw, 520px);
    transform: rotate(90deg);
    transform-origin: center center;
    font-family: var(--font-termina);
    font-weight: 300;
    font-size: clamp(14px, 1.56vw, 30px);
    letter-spacing: 1.2px;
    display: flex;
    align-items: center;
    gap: clamp(16px, 1.67vw, 32px);
    white-space: nowrap;
    z-index: 500;
    opacity: 1;
    transition: opacity 0.4s ease;
}

.product-detail__vertical-text.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.vertical-number {
    color: #c10000;
}

.vertical-line {
    display: block;
    width: clamp(16px, 1.35vw, 26px);
    height: 1px;
    background-color: var(--color-black);
}

.vertical-name {
    color: var(--color-black);
}

.detail-section {
    margin-bottom: clamp(48px, 4.66vw + 30.52px, 120px);
}

.detail-section__heading {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: clamp(20px, 2.5vw, 40px);
}

.detail-section__title-img {
    height: auto;
    max-height: clamp(30px, 3vw, 60px);
    width: auto;
    display: block;
    margin-bottom: 12px;
}

.detail-section__title {
    font-family: var(--font-termina);
    font-weight: 400;
    font-size: clamp(24px, 2.08vw, 40px);
    letter-spacing: 1.6px;
    color: var(--color-black);
    line-height: 1;
    margin-bottom: 12px;
}

.detail-section__line {
    border: none;
    border-top: 1px solid var(--color-black);
    width: 100%;
    margin: 0;
}

.point-grid {
    display: flex;
    gap: clamp(8px, 1.25vw, 24px);
}

.point-item {
    flex: 1;
    max-width: 240px;
}

.point-item__img {
    width: 100%;
    height: clamp(130px, 10.94vw, 210px);
    overflow: hidden;
    margin-bottom: clamp(8px, 1vw, 16px);
}

.point-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.point-item__text {
    font-family: var(--font-noto);
    font-size: clamp(12px, 0.83vw, 16px);
    line-height: 1.5;
    color: var(--color-black);
}

.material-content {
    display: flex;
    gap: clamp(20px, 2.71vw, 52px);
    align-items: flex-start;
}

.material-img {
    width: clamp(160px, 27.08vw, 520px);
    flex-shrink: 0;
}

.material-img img {
    width: 100%;
    height: auto;
    display: block;
}

.material-caption {
    font-family: var(--font-noto);
    font-size: clamp(11px, 0.83vw, 16px);
    margin-top: 10px;
    color: var(--color-black);
    line-height: 1.5;
}

.material-info {
    flex: 1;
}

.material-text {
    font-family: var(--font-noto);
    font-size: clamp(12px, 0.83vw, 16px);
    line-height: 1.5;
    margin-bottom: clamp(20px, 2vw, 36px);
    color: var(--color-black);
}
.material-chart {
    margin-right: clamp(0rem, -2.124rem + 9.061vw, 8.75rem);
}
.material-chart img {
    width: 100%;
    height: auto;
    display: block;
}

.size-content img {
    width: 100%;
    max-width: 636px;
    height: auto;
    display: block;
}

.catalog-btn-container {
    margin-top: clamp(24px, 4.919vw + 5.55px, 100px);
    margin-bottom: 0;
    display: flex;
    justify-content: center;
}

.btn-catalog-link {
    display: inline-flex;
    align-items: center;
    gap: clamp(10px, 1.04vw, 20px);
    padding: clamp(16px, 1.165vw + 11.63px, 34px) clamp(30px, 7.34vw, 141px);
    border: 1px solid var(--color-black);
    border-radius: 100px;
    background-color: var(--color-white);
    color: var(--color-black);
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-catalog-link:hover {
    background-color: var(--color-black);
    color: var(--color-white);
	opacity:1;
}

.btn-catalog-title {
    font-family: var(--font-termina);
    font-weight: 600;
    font-size: clamp(16px, 1.56vw, 30px);
    letter-spacing: 1.2px;
    line-height: 1;
}

.btn-catalog-sub {
    font-family: var(--font-noto);
    font-weight: 400;
    font-size: clamp(13px, 0.94vw, 18px);
    letter-spacing: 0.9px;
    line-height: 1;
}

.size-table-wrapper {
    overflow-x: auto;
}

.size-table {
    width: 100%;
    border-collapse: collapse;
    font-family: var(--font-noto);
    font-size: 14px;
}

.size-table th,
.size-table td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
}

.size-table th {
    background-color: #f2f2f2;
    font-weight: normal;
}

.size-note {
    margin-top: 10px;
    font-size: 12px;
    color: #666;
}

.btn-catalog {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 400px;
    height: 80px;
    border: 1px solid #000;
    border-radius: 40px;
    transition: all 0.3s;
}

.btn-catalog:hover {
    background-color: #000;
    color: #fff;
}

.btn-catalog__en {
    font-family: var(--font-termina);
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
}

.btn-catalog__jp {
    font-size: 10px;
    margin-top: 2px;
}

.cat-fv {
    position: relative;
    width: 100%;
    height: 570px;
    overflow: hidden;
}

.page-header__content {
    position: absolute;
    top: clamp(7.25rem, 0.000rem + 15.104vw, 18.125rem);
    left: clamp(4.075rem, 0.000rem + 8.49vw, 10.188rem);
    z-index: 2;
}

.page-header__subtitle {
    font-family: var(--font-termina);
    font-weight: 700;
    font-size: clamp(0.75rem, 0.568rem + 0.777vw, 1.5rem);
    letter-spacing: 0.8px;
    margin-bottom: clamp(6px, 0.52vw, 10px);
    color: inherit;
    line-height: 1;
}

.page-header__content .page-header__title {
	color: var(--000, #000);
    position: static;
    transform: none;
    left: unset;
    top: unset;
}

/*.page-header--cat .page-header__content {
  color: var(--color-black);
}*/

.cat-intro {
    padding: 100px 0 0;
    background-color: #fff;
    text-align: center;
}

.cat-intro__inner {
    max-width: 1920px;
    margin: 0 auto;
}

.cat-intro__header {
    margin-bottom: clamp(16px, 2.848vw + 5.32px, 60px);
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: clamp(16px, 4.79vw - 1.96px, 90px);
    flex-wrap: wrap;
}

.cat-intro__title {
    font-family: var(--font-termina);
    font-weight: 700;
    font-size: clamp(28px, 2.848vw + 17.32px, 72px);
    letter-spacing: 2.88px;
    line-height: 1.2;
}

.cat-intro__subtitle {
    font-family: var(--font-noto);
    font-size: clamp(16px, 1.942vw + 8.72px, 46px);
    letter-spacing: 4.6px;
    line-height: 1.5;
    font-weight: 400;
}

.cat-intro__text {
    font-family: var(--font-noto);
    font-size: clamp(13px, 0.324vw + 11.79px, 18px);
    line-height: clamp(24px, 0.906vw + 20.6px, 38px);
    letter-spacing: 1.8px;
    margin-bottom: clamp(30px, 5.825vw + 8.16px, 120px);
}

.cat-intro__text p:last-child {
    margin-bottom: 0;
}

.cat-intro__link-box {
    border: 1px solid #c10000;

    display: inline-block;
    padding: 15px 30px;
    color: #c10000;
    font-size: 14px;
}

.cat-lineup {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 clamp(24px, 8.932vw - 9.5px, 162px) clamp(56px, 10.74vw + 15.71px, 222px);
}

.cat-lineup__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(24px, 1.036vw + 20.12px, 40px);
}

.cat-card {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.cat-card__bg {
    width: 100%;
    height: 100%;
}

.cat-card__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.cat-card:hover .cat-card__bg img {
    transform: scale(1.05);
}

.cat-card__content {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 40px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    color: #fff;
}

.cat-card__title {
    font-family: var(--font-termina);
    font-weight: 600;
    font-size: 50px;
    letter-spacing: 2.5px;
    margin-bottom: 10px;
}

.cat-card__subtitle {
    font-family: var(--font-noto);
    font-size: 16px;
    letter-spacing: 0.64px;
}

.company-section {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 0 clamp(80px, 5.17vw + 60.58px, 160px) clamp(24px, 17.96vw, 345px);
}

.company-section.company-profile {
    padding-right: clamp(24px, 17.96vw, 345px);
}

.company-section__header {
    margin-bottom: clamp(30px, 3.125vw, 60px);
}

.company-section__title {
    font-family: var(--font-termina);
    font-weight: 300;
    font-size: clamp(1.75rem, 0.961rem + 3.37vw, 5rem);
    letter-spacing: clamp(1.28px, 0.166vw, 3.2px);
    line-height: 1.1;
    margin-bottom: clamp(10px, 0.83vw, 16px);
}

.company-section__subtitle {
    font-family: var(--font-noto);
    font-size: clamp(14px, 1.04vw, 20px);
    letter-spacing: 0.8px;
    color: var(--color-black);
}

.profile-list {
    width: 100%;
}

.profile-item {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid #888;
}

.profile-item dt {
    width: clamp(160px, 12.5vw, 240px);
    padding: clamp(0.625rem, 0.473rem + 0.65vw, 1.25rem) 12px;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: clamp(1rem, 0.97rem + 0.13vw, 1.125rem);
    letter-spacing: 3.6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid var(--color-black);
    flex-shrink: 0;
}

.profile-item dd {
    flex: 1;
    padding: clamp(15px, 1.04vw, 20px);
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: clamp(14px, 0.94vw, 18px);
    line-height: clamp(24px, 1.666vw, 32px);
    letter-spacing: 0.9px;
    color: var(--color-black);
}

.office-name {
    font-weight: 500;
    margin-bottom: 0;
}

.google-map-link {
    color: #c10000;
    font-size: 1em;
    margin-left: 20px;
    text-decoration: underline;
}

.mt-32 {
    margin-top: 32px;
}

.company-philosophy {
    position: relative;
    width: 100%;
    color: #fff;
    margin-bottom: clamp(0rem, -2.124rem + 9.06vw, 8.75rem);
}

.philosophy-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.philosophy-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.philosophy-content {
    position: relative;
    z-index: 2;
    max-width: 1920px;
    margin: 0 auto;
    padding: 100px clamp(24px, 17.96vw, 345px);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.philosophy-header {
    margin-bottom: clamp(40px, 4.17vw + 20px, 100px);
}

.philosophy-title {
    font-family: var(--font-termina);
    font-weight: 300;
    font-size: clamp(32px, 4.17vw, 80px);
    letter-spacing: clamp(1.28px, 0.166vw, 3.2px);
    line-height: 1.1;
    margin-bottom: clamp(10px, 0.83vw, 16px);
}

.philosophy-subtitle {
    font-family: var(--font-noto);
    font-size: clamp(14px, 1.04vw, 20px);
    letter-spacing: 0.8px;
}

.philosophy-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.philosophy-item {
    display: flex;
    align-items: center;
    gap: clamp(0.625rem, 0.322rem + 1.29vw, 1.875rem);
}

.philosophy-num {
    font-family: var(--font-termina);
    font-size: 50px;
    font-weight: 300;
    line-height: 1;
    opacity: 0.8;
    min-width: 4%;
    text-align: center;
}

.philosophy-text {
    font-family: var(--font-noto);
    font-size: clamp(0.875rem, 0.784rem + 0.39vw, 1.25rem);
    letter-spacing: 1px;
    line-height: 1.5;
}

.history-container {
    display: flex;
    gap: clamp(1.25rem, -0.267rem + 6.47vw, 7.5rem);
    align-items: flex-start;
}

.history-list {
    flex: 1;
}

.history-item {
    display: flex;
    align-items: flex-start;
}

.history-item::before {
    content: "";
    display: block;
    width: 14px;
    height: clamp(50px, 1.62vw + 43.9px, 70px);
    background-image: url("//kurehifuku.co.jp/wordpress/wp-content/themes/kurehifuku-theme/assets/img/company/history-icon.svg");
    background-repeat: no-repeat;
    background-position: top center;
    flex-shrink: 0;
    margin-top: 8px;
    position: relative;
    z-index: 2;
    order: 2;
}

.history-item--last::before {
    background-image: none;
    width: 14px;
    height: 14px;
    background-color: #888;
    border-radius: 50%;
    margin-left: 1px;
    /* 14pxの中央に12pxを配置 */
    margin-top: 10px;
    /* 年号(28px)の中心付近に合わせる */
}

/* 縦線 */
.history-item {
    position: relative;
}

.history-year {
    order: 1;
    font-family: var(--font-termina);
    font-weight: 500;
    font-size: clamp(20px, 1.458vw, 28px);
    width: clamp(4.688rem, 4.005rem + 2.913vw, 7.5rem);
    letter-spacing: 1.12px;
    line-height: 1.2;
    margin-right:clamp(0rem, -0.607rem + 2.589vw, 2.5rem);
    /* 年号とドットの間隔 */
}

.history-desc {
    order: 3;
    flex: 1;
    font-family: var(--font-noto);
    font-size: clamp(14px, 0.94vw, 18px);
    line-height: clamp(24px, 1.458vw + 8px, 28px);
    letter-spacing: 1.8px;
    margin-left: clamp(0rem, -0.91rem + 3.88vw, 3.75rem);
}

.history-images {
    width: clamp(300px, 32.29vw, 620px);
    display: flex;
    flex-direction: column;
    gap: clamp(40px, 1.29vw + 35.1px, 60px);
    flex-shrink: 0;
}

.history-img {
    width: 100%;
}

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

.contact-header {
    margin-top: clamp(54px, 10.75vw + 13.7px, 220px);
    padding: clamp(30px, 3vw, 60px) clamp(24px, 8.8vw - 9px, 160px) clamp(20px, 2vw, 40px);
    background: var(--color-white);
}

.contact-header__title {
    font-family: var(--font-termina);
    font-weight: 600;
    font-size: 80px;
    letter-spacing: 3.2px;
    color: var(--color-black);
    margin-bottom: 16px;
    line-height: 1;
}

.contact-content {
    max-width: 100%;
    margin: 0 auto;
/*    padding-left: clamp(8.125rem, -0.375rem + 17.708vw, 20.875rem);
    padding-right: clamp(8.125rem, -0.375rem + 17.708vw, 20.875rem);*/
    padding-bottom: 100px;
}

.contact-lead {
    text-align: center;
    font-family: var(--font-noto);
    font-size: 18px;
    line-height: normal;
    letter-spacing: 1.8px;
    color: var(--color-black);
    margin: 70px auto 40px;
}

.form-table {
    width: clamp(30.8rem, 0.000rem + 64.167vw, 77rem);
    position:relative;
    font-family: var(--font-noto);
	border-top: 1px solid #888;
	margin:auto;
}
.form-table .form-row {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0;
}
.form-table label,
.form-table .form-td {
    padding: clamp(0.625rem, 0.534rem + 0.39vw, 1rem) clamp(0.625rem, 0.413rem + 0.91vw, 1.5rem);
    border: 1px solid #888;
	border-top:0;
    vertical-align: middle;
}

.form-table label {
    background-color: #e4e4e4;
    width: 400px;
    font-weight: 500;
    text-align: left;
    font-size: clamp(1rem, 0.97rem + 0.13vw, 1.125rem);
    color: var(--color-black);
	display: flex;
	align-items: center;
	gap: 20px;
	align-self: stretch;
	border-right:0;
}
.form-table .form-td {
	width: clamp(22.5rem, 0.000rem + 46.875vw, 56.25rem);
}
.badge-required {
    display: inline-block;
    width: 46px;
    height: 24px;
    background-image: url("//kurehifuku.co.jp/wordpress/wp-content/themes/kurehifuku-theme/assets/img/icon-required.svg");
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 8px;
    vertical-align: middle;
    text-indent: -9999px;
    overflow: hidden;
}

.form-table input[type="text"],
.form-table input[type="email"],
.form-table textarea {
    width: 100%;
    height: 64px;
    padding: 8px 16px;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    font-family: var(--font-noto);
    font-size: 18px;
    color: var(--color-black);
}

.form-table textarea {
    height: 240px;
    padding: 16px;
}

.form-table input[type="text"]::placeholder,
.form-table input[type="email"]::placeholder,
.form-table textarea::placeholder {
    color: #cfcfcf;
}

.zip-note {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 8px;
    color: var(--color-black);
}

.zip-input-group {
    display: flex;
    gap: 16px;
    align-items: center;
}

.input-zip {
    max-width: 400px;
}

.btn-zip-search {
    background-color: #888;
    color: #fff;
    border: none;
    width: 140px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-family: var(--font-zen);
}

.privacy-note {
    font-size: 14px;
    margin-bottom: 14px;
    line-height: 1.4;
    color: var(--color-black);
}

.privacy-link {
    color: #c10000;
    text-decoration: underline;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.privacy-link::before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 20px;
    background-image: url("//kurehifuku.co.jp/wordpress/wp-content/themes/kurehifuku-theme/assets/img/icon-contact-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.form-table .form-td.td-privacy {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
}

.checkbox-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.form-table label.checkbox-label {
    padding: 0;
    border: 0;
    background: none;
	width:auto;
}
.checkbox-label input[type="checkbox"] {
    appearance: none;
    width: 24px;
    height: 24px;
    border: 1px solid #888;
    border-radius: 2px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
}

.checkbox-label input[type="checkbox"]:checked {
    background-color: #c10000;
    border-color: #c10000;
}

.checkbox-label input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 4px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.form-table .checkbox-label .wpcf7-list-item{
	margin-left:0;
	margin-right: 0.3em;
}
.form-table .checkbox-label label{
	display:flex;
	background-color:transparent;
	width:auto;
    font-weight: 500;
	border:none;
	gap:14px;
	padding:0;
    font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
    line-height: normal;
    color: var(--color-black);
    font-weight: 500;
}

.form-submit-wrapper {
    margin-top: clamp(1.875rem, 1.42rem + 1.94vw, 3.75rem);
    text-align: center;
}

.btn-submit {
    background-color: #c10000;
    color: #fff;
    font-family: var(--font-noto);
    font-weight: 700;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: clamp(0.813rem, 0.615rem + 0.84vw, 1.625rem) clamp(1.063rem, 0.805rem + 1.1vw, 2.125rem);
    min-width: clamp(20rem, 17.269rem + 11.65vw, 31.25rem);
    border: none;
    border-radius: 40px;
    cursor: pointer;
    transition: opacity 0.3s;
    position: relative;
    letter-spacing: 0.9px;
    line-height: normal;
}

.btn-submit::after {
    content: '';
    width: 22px;
    height: 23px;
    background-image: url("//kurehifuku.co.jp/wordpress/wp-content/themes/kurehifuku-theme/assets/img/icon-contact-arrow2.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 34px;
    top: 50%;
    transform: translateY(-50%);
}

.btn-submit:hover {
    opacity: 0.8;
}

.contact-complete {
    max-width: 100%;
    margin: 0 auto;
    padding: 60px clamp(0.938rem, -4.751rem + 24.272vw, 24.375rem) clamp(3.5rem, 1.619rem + 8.026vw, 11.25rem);
    text-align: center;
    font-family: var(--font-noto);
}

.complete-title {
	font-size: clamp(1.75rem, 1.720rem + 0.129vw, 1.875rem);
    font-weight: 500;
    letter-spacing: 1.5px;
    margin-bottom: 46px;
    color: var(--color-black);
}

.complete-text {
    font-size: 16px;
    line-height: clamp(2rem, 1.879rem + 0.518vw, 2.5rem);
    margin-bottom: 27px;
    color: var(--color-black);
}

.complete-text p {
    margin-bottom: 0;
}

.complete-tel {
    margin-bottom: 60px;
}

.tel-note {
    font-size: 16px;
    margin-bottom: 12px;
    color: var(--color-black);
}

.tel-link {
    display: block;
    font-family: var(--font-termina);
    font-weight: 500;
    font-size: clamp(1.875rem, 1.723rem + 0.647vw, 2.5rem);
    line-height: normal;
    margin-bottom: 12px;
    color: #282828;
}

.tel-time {
    font-size: 14px;
    line-height: 32px;
    color: #282828;
}

.complete-btn-wrapper {
    text-align: center;
}

.btn-back-top {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-white);
    color: var(--color-black);
    border: 1px solid var(--color-black);
    padding: 0;
    width: clamp(20.438rem, 17.813rem + 11.197vw, 31.25rem);
    height: clamp(3.75rem, 3.477rem + 1.165vw, 4.875rem);
    border-radius: 40px;
    font-size: 18px;
    letter-spacing: 0.9px;
    transition: all 0.3s;
}

.btn-back-top:hover {
    background-color: var(--color-black);
    color: var(--color-white);
	opacity:1;
}

.btn-back-top:hover {
    background-color: #333;
    color: #fff;
}

.policy-header {
    margin-top: clamp(54px, 10.75vw + 13.7px, 220px);
    padding: clamp(30px, 3vw, 60px) clamp(24px, 8.8vw - 9px, 160px) clamp(20px, 2vw, 40px);
    background: var(--color-white);
}

.policy-header__title {
    font-family: var(--font-termina);
    font-weight: 600;
    font-size: clamp(36px, 4.17vw, 80px);
    letter-spacing: 3.2px;
    color: var(--color-black);
    line-height: 1;
    margin-bottom: 16px;
}

.policy-header .breadcrumb {
    font-family: var(--font-noto);
    font-size: 14px;
    color: var(--color-black);
    letter-spacing: 0.56px;
}

.policy-content {
    max-width: 100%;
    margin: 0 auto;
    font-family: var(--font-noto);
    padding: 70px 345px 180px;
}

.policy-lead {
    font-size: 14px;
    line-height: 2;
    margin-bottom: clamp(1.25rem, 0.947rem + 1.29vw, 2.5rem);
    border-bottom: 1px solid #ccc;
    padding-bottom: clamp(1.25rem, 0.947rem + 1.29vw, 2.5rem);
}

.policy-section {
    margin-bottom: clamp(1.25rem, 0.947rem + 1.29vw, 2.5rem);
}

.policy-border {
    border-bottom: 1px solid #ccc;
    margin-bottom: clamp(1.25rem, 0.947rem + 1.29vw, 2.5rem);
}

.policy-section-title {
    font-size: 32px;
    font-weight: 500;
    border-left: 6px solid #c10000;
    padding-left: 16px;
    margin-bottom: 16px;
    line-height: normal;
    letter-spacing: 0.04em;
}

.policy-contact-text {
    font-size: 16px;
    line-height: 30px;
    color: var(--color-black);
}

.policy-contact-text .text-link {
    color: #c10000;
    text-decoration: underline;
}

.policy-subtitle {
    font-size: clamp(1rem, 0.97rem + 0.13vw, 1.125rem);
    font-weight: 500;
    margin-bottom: clamp(0.625rem, 0.473rem + 0.65vw, 1.25rem);
}

.policy-content p {
    font-size: 14px;
    line-height: 1.8;
}

.policy-list {
    list-style-type: disc;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.8;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .pc-only {
        display: none !important;
    }

    .sp-only {
        display: block !important;
    }

    main {
        width: 100% !important;
        overflow: hidden;
        /* 子要素の突き出しをカット */
    }

    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        height: 54px;
        background-color: transparent;
        /* メニューを閉じた状態では透明 */
    }

    .header__inner {
        height: 54px;
        padding: 0 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header__logo-pc {
        display: none;
    }

    .header__logo-sp {
        display: block;
    }

    .header__logo {
        width: auto;
        height: auto;
        position: relative;
        z-index: 1001;
        /* ハンバーガーメニューより前面に表示 */
    }

    .header__logo-img {
        height: 20px;
        width: auto;
    }

    .header__hamburger {
        display: block;
        position: relative;
        width: 24px;
        height: 16px;

        z-index: 1001;
        background: none;
        border: none;
        cursor: pointer;
    }

    .header__hamburger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: var(--color-white);
        transition: all 0.3s;
    }

    .header__hamburger span:nth-of-type(1) {
        top: 0;
    }

    .header__hamburger span:nth-of-type(2) {
        top: 50%;
        transform: translateY(-50%);
    }

    .header__hamburger span:nth-of-type(3) {
        bottom: 0;
    }

    .header__hamburger.active span:nth-of-type(1) {
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
    }

    .header__hamburger.active span:nth-of-type(2) {
        opacity: 0;
    }

    .header__hamburger.active span:nth-of-type(3) {
        bottom: 50%;
        transform: translateY(50%) rotate(-45deg);
    }

    .header__nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: var(--color-black);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 0;
        z-index: 1000;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
        padding: 71px 24px 40px;
        overflow-y: auto;
        height: 100vh;
    }

    .header__nav.active {
        opacity: 1;
        visibility: visible;
    }

    .header__nav-list {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0 auto clamp(40px, 8vw, 60px);
        gap: 0;
    }

    .header__nav-icons {
        display: flex;
        justify-content: center;
        gap: 60px;
        margin-bottom: 45px;
        width: 100%;
    }

    .copy-section__inner {
        flex-direction: column;
        padding: 0 20px;
        max-width: 100%;
        gap: 0;
    }

    .copy-section__text {
        width: 100%;
        padding: 0;
    }

    .copy-section__heading {
        font-size: 24px;
        letter-spacing: 0.1em;
        line-height: 1.5;
        margin-bottom: 24px;
    }

    .copy-section__subheading {
        font-size: 15px;
        letter-spacing: 0.1em;
        margin-top: 0;
        margin-bottom: 30px;
    }

    .copy-section__description {
        font-size: 13px;
        letter-spacing: 0.1em;
        line-height: 1.84;
        /* Figma 24/13 */
        margin-top: 0;
    }

    .copy-section__images {
        width: 100%;
        margin-top: 30px;
    }

    .copy-section__image {
        width: 100%;
        text-align: center;
    }

    .copy-section__image img {
        max-width: 100%;
        height: auto;
    }

    .main-products__image {
        height: 400px;
        /* PC版1000pxから縮小 */
    }

    .main-products__name {
        margin-top: 10px;
    }

    .main-products__inner {
        max-width: 100%;
        padding: 0;
    }

    .main-products__grid {
        grid-template-columns: 1fr;
		flex-wrap: wrap;
        gap: 40px;
        padding: 0;
    }

    .main-products__item {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .main-products__image {
        width: 100%;
        height: auto;
    }

    .main-products__name {
        font-size: 26px;
        letter-spacing: 0.04em;
        margin-top: 0;
        margin-bottom: 5px;
    }

    .main-products__desc {
        font-size: 12px;
        letter-spacing: 0.04em;
    }

    .our-brand__inner {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    /*.our-brand__grid {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 0 20px;
  }*/

    .our-brand__item--large,
    .our-brand__item--medium {
        grid-column: auto;
        grid-row: auto;
    }

    .new-item__inner {
        padding: clamp(0rem, -1.517rem + 6.47vw, 6.25rem) 0;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .new-item__header {
        flex-direction: column;
        align-items: center;
        margin-bottom: 0;
        width: 100%;
    }

    .new-item .section-title {
        text-align: center;
        letter-spacing: 0.04em;
        margin-bottom: 0;
    }

    .new-item__title-area {
        flex-direction: column;
        align-items: center;
        gap: 0;
        width: 100%;
    }

    .new-item__slider {
        width: 100vw !important;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        overflow: visible !important;
        margin-top: clamp(40px, 5vw, 60px);
        padding-left: 11px;
    }

    .new-item__pager {
        margin-top: 40px;
        gap: clamp(8px, 2vw, 12px);
        width: 100%;
        justify-content: center;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .pager-line {
        width: clamp(16px, 6vw, 24px);
        height: 1px;
    }

    .btn-view-more {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        min-width: 200px;
        height: 50px;
        font-size: 13px;
        padding: 0 40px;
        border: 1px solid var(--color-black);
        border-radius: 30px;
        background-color: var(--color-white);
        margin-top: 40px;
        color: var(--color-black);
        letter-spacing: 0.05em;
    }

    .new-item__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    /*.new-item__card {
    flex: 0 0 100% !important;
  }*/

    .web-catalog {
        padding: clamp(50px, 6.6vw, 80px) 0;
        background-color: #f2f2f2;
    }

    .web-catalog__inner {
        padding: 0 24px;
        max-width: 100%;
    }

    .web-catalog__content {
        flex-direction: column;
        align-items: center;
    }

    .web-catalog__title-area {
        padding-left: 0;
        margin-bottom: clamp(32px, 5vw, 60px);
    }

    .web-catalog__title {
        font-size: 28px;
        letter-spacing: 0.04em;
        text-align: center;
    }

    .web-catalog__items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: clamp(10px, 3vw, 20px);
        width: 100%;
        padding: 0;
    }

    .web-catalog__item {
        min-width: 0;
        width: 100%;
        text-align: center;
    }

    .web-catalog__image {
        width: 100%;
        height: auto;
        margin-bottom: 12px;
    }

    .web-catalog__info {
        margin-top: 0;
    }

    .web-catalog__year {
        font-size: 22px;
        letter-spacing: 0.04em;
        margin-bottom: 2px;
    }

    .web-catalog__season {
        font-size: 14px;
        letter-spacing: 0.04em;
    }

    .recruit {
        background-image: url('//kurehifuku.co.jp/wordpress/wp-content/themes/kurehifuku-theme/assets/img/top/top11-recruit-sp.jpg');
        padding: clamp(60px, 8vw, 120px) 0;
    }

    .recruit__inner {
        padding: 0 24px;
    }

    .recruit__items {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .recruit__btn {
        width: 100%;
        height: 100px;
        border-width: 1px;
    }

    .footer__cta {
        flex-direction: column;
        gap: 15px;
        padding: 40px 20px;
    }

    .footer__cta-btn {
        width: 100%;
        padding: 20px;
    }

    .footer__bottom-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 24px;
        padding: 20px;
        max-width: 100%;
    }

    .footer__logo {
        order: 2;
        margin: 0 auto;
    }

    .footer__company-info {
        align-items: center;
    }

    .footer__address {
        font-size: 12px;
    }

    .footer__bottom {
        padding-bottom: 100px;
        position: relative;
    }

    .footer__meta {
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 27px;
    }

    .footer__policy-link {
        font-size: 12px;
        border-bottom: 1px solid transparent;
    }

    .footer__policy-link:hover {
        border-bottom: 1px solid var(--color-white);
    }

    .footer__copyright {
        font-size: 9px;
        white-space: nowrap;
    }

    .header__nav-item {
        width: 100%;
        border-bottom: 1px solid var(--color-white);
    }

    .header__nav-item a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 13px 8px;
        color: var(--color-white);
    }

    .header__nav-text {
        font-family: var(--font-termina);
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 0.8px;
        line-height: 30px;
    }

    .header__nav-arrow {
        display: block;
        width: 12px;
        height: 12px;
        border-top: 1px solid var(--color-white);
        border-right: 1px solid var(--color-white);
        transform: rotate(45deg);
        margin-right: 5px;
    }

    .header__icon-link {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
        color: var(--color-white);
    }

    .header__icon-img-menu {
        width: 70px;
        height: 70px;
        display: block;
    }

    .header__icon-text {
        font-family: var(--font-termina);
        font-weight: 500;
        font-size: 12px;
        letter-spacing: 0.6px;
        margin-top: 6px;
    }

    .header__login-btn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 240px;
        height: 60px;
        border: 1.2px solid var(--color-white);
        border-radius: 30px;
        color: var(--color-white);
        margin: 0 auto;
        background-color: transparent;
    }

    .header__login-en {
        font-family: var(--font-termina);
        font-weight: 500;
        /* Termina Medium */
        font-size: 20px;
        letter-spacing: 0.8px;
        line-height: 1;
    }

    .header__login-jp {
        font-family: var(--font-noto);
        font-size: 12px;
        letter-spacing: 0.6px;
        margin-top: 2px;
        line-height: 1.2;
    }

    .header__hamburger.active span {
        background-color: var(--color-white);
    }

    .page-header__content {
        padding: 0 24px 20px;
        align-items: flex-start;

    }

    .page-header__title {
        top: 81%;
        font-size: 32px;
        line-height: 1.1;
        margin-bottom: 10px;
    }

    .page-header__breadcrumb {
        font-size: 10px;
        padding-left: 24px;
        margin-top: 15px;
        justify-content: flex-start;
    }

    .archive-container {
        padding: 30px 24px 60px;
    }

    .archive-header__title-wrapper {
        width: 100%;
        max-width: 250px;
        margin-bottom: 5px;
    }

    .archive-header__subtitle {
        font-size: 12px;

        margin-left: 0;
    }

    .pc-only {
        display: none !important;
    }

    .sp-only {
        display: flex !important;
    }

    .product-list {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 7px;
        row-gap: 28px;
    }

    .product-card__image {
        margin-bottom: 8px;
    }

    .product-card__badge {
        font-size: 10px;

        padding: 4px 8px;
    }

    .product-card__header {
		margin-top:4px;
        margin-bottom: 5px;
		gap:5px;
		align-items:center;
    }

    .product-card__label-new {
        font-size: 12px;
    }

    .product-card__number {
        font-size: 20px;
    }

    .product-card__name {
        font-size: 12px;
    }

    /* 商品詳細ページ SP */
    .detail-page-header {
        margin-top: 54px;
        padding: 40px 24px 16px;
    }

    .detail-page-header__title {
        font-size: 32px;
        letter-spacing: 1.28px;
        line-height: 34px;
        margin-bottom: 12px;
    }

    .detail-page-header .breadcrumb {
        font-size: 10px;
        letter-spacing: 0.4px;
    }

    .detail-container {
        padding: 24px 24px 80px;
    }

    .product-detail__vertical-text {
        display: none !important;
    }

    .archive-note {
        flex-direction: column;
        gap: 10px;
    }

    .archive-note .archive-note__arrow {
        transform: rotate(90deg);
    }

    /* \u5546\u54c1\u8a73\u7d30\u30da\u30fc\u30b8 SP */
    .detail-header {
        height: 156px;
        padding-top: 80px;
        background-color: var(--color-black);
        background-image: none;
        align-items: flex-start;
        padding-left: 24px;
        padding-right: 24px;
        justify-content: center;
        flex-direction: column;
        gap: 10px;
    }

    .detail-header__title {
        font-size: 32px;
        order: 2;
        margin-top: 10px;
    }

    .breadcrumb__list {
        justify-content: flex-start;
    }

    .product-detail__images {
        height: auto;
        min-height: 350px;
        align-items: flex-start;
        position: relative;
    }

    .product-detail__thumbs {
        width: 70px;
        gap: 8px;
    }

    .product-detail__thumb {
        width: 70px;
        height: 70px;
        overflow: hidden;
    }

    .product-detail__main-img {
        width: calc(100% - 90px);
        margin-left: auto;
    }

    .product-detail__main-img img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .product-detail__caption {
        position: absolute;
        bottom: -30px;
        right: 50%;
        transform: translateX(50%);
        font-size: 12px;
        width: 100%;
        text-align: center;
    }

    .detail-section__title {
        font-size: 22px;
        margin-bottom: 24px;
    }

    .point-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 10px;
    }

    .point-item__img {
        height: 135px;
    }

    .point-item__text {
        font-size: 12px;
    }

    .material-content {
        flex-direction: column;
        gap: 20px;
    }

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

    .material-img img {
        height: 180px;
        object-fit: cover;
    }

    .material-info {
        width: 100%;
    }

    .size-content img {
        max-width: 100%;
    }

    .btn-catalog-link {
        padding: 14px 32px;
    }

    /* cat \u30da\u30fc\u30b8 SP */
    .page-header--cat .page-header__content {
        position: absolute;
        bottom: clamp(2rem, 0.000rem + 8.533vw, 4.096rem);
        left: clamp(1.5rem, 0.009rem + 6.361vw, 3.063rem);
        top: auto;
        transform: none;
        padding: 0;
        color: var(--color-black);
    }

    .page-header--cat .page-header__title {
        font-size: 32px;
		letter-spacing:1.28px;
    }

    .page-header--cat .page-header__subtitle {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .cat-intro {
        padding: 54px 0 0;
    }

    .cat-intro__inner {
        padding: 0 24px;
    }

    .cat-intro__title {
        font-size: 28px;
    }

    .cat-intro__subtitle {
        font-size: 16px;
        margin-top: 10px;
    }

    .cat-intro__text p {
        font-size: 14px;
        line-height: 1.8;
    }

    .cat-lineup__grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .cat-card__content {
        padding: 16px;
        justify-content: flex-end;
        align-items: flex-start;
        text-align: left;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.4) 100%);
    }

    .cat-card__title {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .cat-card__subtitle {
        font-size: 12px;
    }

    /* company \u30da\u30fc\u30b8 SP */
    .company-section {
        padding: 60px 0;
        padding-left: 24px;
        padding-right: 24px !important;
    }

    .profile-list {
        display: block;
    }

    .profile-item {
        display: flex;
        flex-direction: column;
    }

    .profile-item dt {
        width: 100%;
        justify-content: start;
    }

    .profile-item dd {
        width: 100%;
        font-size: 14px;
    }

    .philosophy-content {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 100%;
        padding: 40px 24px;
    }

    .philosophy-header {
        margin-bottom: 40px;
        text-align: center;
    }

    .philosophy-list {
        gap: 30px;
    }

    .philosophy-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .history-container {
        flex-direction: column-reverse;
    }

    .history-images {
        width: 100%;
        position: relative;
        top: auto;
        margin-bottom: 40px;
    }

    .history-list {
        width: 100%;
        margin-top: 0;
    }

    .history-item {
        align-items: flex-start;
        margin-bottom: 40px;
    }

    /* contact \u30da\u30fc\u30b8 SP */
    .contact-header {
        margin-top: 54px;
        padding: 40px 24px 16px;
    }

    .contact-content {
        padding: 60px 24px;
    }

    .contact-lead {
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 40px;
        text-align: justify;
    }

    .form-table,
    .form-table .form-row,
    .form-table label,
    .form-table .form-td{
        display: block;
        width: 100%;
    }
	.form-table label{
		border-right: 1px solid #888;
	}
    .zip-input-group {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .input-zip {
        width: 100%;
        max-width: 100%;
    }

    .btn-submit {
        width: 100%;
        max-width: 300px;
    }

    /* policy \u30da\u30fc\u30b8 SP */
    .policy-content {
        padding: 60px 24px;
    }

    .policy-section-title {
        font-size: 20px;
    }


    /* \u30e1\u30a4\u30f3\u30d3\u30b8\u30e5\u30a2\u30eb SP */
    .mainvisual {
/*        height: clamp(41.688rem, 0.001rem + 177.863vw, 85.375rem);*/
		height:100vh;
    }

    .mainvisual__inner {
        display: block;
    }

    .mainvisual__image {
        width: 100%;
        height: 100%;
    }

    .mainvisual__img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .detail-header__title {
        font-size: 32px;
        order: 2;

        margin-top: 10px;
    }

    .breadcrumb {
        order: 1;
        width: 100%;
		font-size:10px;
    }

    .product-detail {
        padding: 40px 24px;
    }

    .product-detail__info-header {
        margin-bottom: 20px;
    }

    .product-detail__images {
        height: auto;
        min-height: 350px;

        align-items: flex-start;
        position: relative;
    }

    .product-detail__thumbs {
        width: 70px;
        gap: 8px;
    }

    .product-detail__main-img {
        width: calc(100% - 90px);
        margin-left: auto;
    }

    .product-detail__main-img img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .detail-section__heading {
        gap: 8px;
        margin-bottom: 27px;
    }

    .detail-section__title {
        font-size: 22px;
        letter-spacing: 0.88px;
        margin-bottom: 0;
    }

    .point-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 19px;
    }

    .point-item__img {
        height: 135px;
    }

    .point-item__text {
        font-size: 12px;
    }

    .material-content {
        flex-direction: column;
        gap: 20px;
    }

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

    .material-img img {
        height: 180px;
        object-fit: cover;
    }

    .material-info {
        width: 100%;
    }

    .size-table-wrapper {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 10px;
    }

    .size-table th,
    .size-table td {
        padding: 10px;
        font-size: 12px;
    }

    .btn-catalog-link {
        padding: 14px 32px;
    }

    /* cat\u30da\u30fc\u30b8 SP */
    .cat-fv {
        height: 378px;
        margin-top: 60px;
    }

    .cat-fv__content {
        bottom: 24px;
        left: 24px;
        padding-bottom: 0;
    }

    .cat-fv__title {
        font-size: 32px;
    }

    .breadcrumb--cat {
        top: 10px;
        left: 24px;
        right: auto;
        bottom: auto;
    }

    .cat-intro__title {
        font-size: 28px;
    }

    .cat-intro__subtitle {
        font-size: 16px;
        margin-top: 10px;
    }

    .cat-intro__text p {
        font-size: 14px;
        line-height: 1.8;
        text-align: justify;
    }

    .cat-card__content {
        padding: 16px;
        justify-content: flex-end;
        align-items: flex-start;
        text-align: left;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.4) 100%);
    }

    .cat-card__title {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .cat-card__subtitle {
        font-size: 12px;
    }

    .company-header {
        height: 200px;
        padding-top: 60px;
    }

    .company-header__title {
        font-size: 32px;
    }

    .philosophy-bg img {
        object-position: 80% 50%;
    }

    .history-images {
        width: 100%;
        position: relative;
        top: auto;
        margin-bottom: 40px;
    }

    .history-item::before {
		content:none;
        margin-left: 20px;
        margin-bottom: 8px;
    }

    .contact-header__title {
        font-size: 32px;
        letter-spacing: 1.28px;
        line-height: 34px;
        margin-bottom: 12px;
    }

    .contact-header .breadcrumb {
        font-size: 10px;
        letter-spacing: 0.4px;
    }

    .zip-input-group {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .input-zip {
        width: 100%;
        max-width: 100%;
    }

    .policy-header {
        margin-top: 54px;
        padding: 40px 24px 16px;
    }

    .policy-header__title {
        font-size: 32px;
        letter-spacing: 1.28px;
        line-height: 34px;
        margin-bottom: 12px;
    }

    .policy-header .breadcrumb {
        font-size: 10px;
        letter-spacing: 0.4px;
    }

    .policy-content {
        padding: 60px 24px;
    }

}

/*追加　お問い合わせ　確認画面*/
#wpcf7cpcnf{
	max-width: 100%;
    margin: 0 auto;
    padding-left: 334px;
    padding-right: 334px;
    padding-bottom: 100px;
}
/*確認画面にだけタイトルを出す */
#wpcf7cpcnf::before {
  content: "送信内容に誤りがないか、ご確認ください。";
  display: block;
  color: var(--000, #000);
text-align: center;
font-family: "Noto Sans JP";
font-size: 30px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.09em;
  margin-top: calc(clamp(0.25rem, 0.521vw, 0.625rem) * 8);
	margin-bottom:40px;
}
#wpcf7cpcnf table {
    width: 100%;
    border-collapse: collapse;
    font-family: var(--font-noto);
    border: 1px solid #888;
}
#wpcf7cpcnf table th,#wpcf7cpcnf table td{
	padding: clamp(0.625rem, 0.534rem + 0.39vw, 1rem) clamp(0.625rem, 0.413rem + 0.91vw, 1.5rem);
    border: 1px solid #888;
    vertical-align: middle;
}
#wpcf7cpcnf table th {
    background-color: #e4e4e4;
    width: 400px;
    font-weight: 500;
    text-align: left;
    font-size: clamp(1rem, 0.97rem + 0.13vw, 1.125rem);
    color: var(--color-black);
}
.wpcf7cp-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

button.wpcf7-form-control.wpcf7cp-cfm-edit-btn{
	background-color: #ccc;
    color: #333;
    font-family: var(--font-noto);
    font-weight: 700;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: clamp(0.813rem, 0.615rem + 0.84vw, 1.625rem) clamp(1.063rem, 0.805rem + 1.1vw, 2.125rem);
    width: auto;
	min-width: clamp(20rem, 17.269rem + 11.65vw, 31.25rem);
    border: none;
    border-radius: 40px;
    cursor: pointer;
    transition: opacity 0.3s;
    position: relative;
    letter-spacing: 0.9px;
    line-height: normal;
}
button.wpcf7-form-control.wpcf7-submit.wpcf7cp-cfm-submit-btn {
    background-color: #c10000;
    color: #fff;
    font-family: var(--font-noto);
    font-weight: 700;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: clamp(0.813rem, 0.615rem + 0.84vw, 1.625rem) clamp(1.063rem, 0.805rem + 1.1vw, 2.125rem);
    min-width: clamp(20rem, 17.269rem + 11.65vw, 31.25rem);
    border: none;
    border-radius: 40px;
    cursor: pointer;
    transition: opacity 0.3s;
    position: relative;
    letter-spacing: 0.9px;
    line-height: normal;
}
@media (max-width: 767px) {
#wpcf7cpcnf{
	padding-left: 15px;
    padding-right: 15px;	
	}
#wpcf7cpcnf::before {
    margin: auto;
    margin-top: calc(clamp(1.063rem, 4.534vw, 2.176rem) * 2);
	margin-bottom: 2.5em;
    font-size: clamp(1.125rem, 0.008rem + 4.835vw, 2.313rem);
    line-height: normal;
    letter-spacing: calc(clamp(1.125rem, 0.008rem + 4.835vw, 2.313rem) / 10);
    width: 73%;
  }
#wpcf7cpcnf table{
	border-bottom:0;	
	}
#wpcf7cpcnf table th, #wpcf7cpcnf table td {
	display:block;
	width:100%;
	border:0;
	border-bottom:1px solid #888;
	}
#wpcf7cpcnf table td {
	display:block;
	width:100%;
	}
.wpcf7cp-btns {
    flex-direction: column;
	gap:20px;
}
button.wpcf7-form-control.wpcf7cp-cfm-edit-btn{
	margin:0;
	}
}
