@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  /*line-height: 1.5;*/
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
}
:root {
    --fontFamily-base: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    --fontColor-base:#000000;
}
/* SP（〜510px） */
:root {
    --fs-body: 1.6rem;
    --fs-sec-title: 2rem;
    --fs-sec-en: 1.4rem;
    --fs-sec-sml: 1.2rem;
    --fs-footer-attention: clamp(1.2rem, 1.6vw, 1.5rem);
    --fs-footer-title: 2.1rem;
    --fs-footer-text: 1.4rem;
    --fs-footer-copy: 1.0rem;
    --h-head-logo:4rem;
    --drawer-top: 6.4rem !important;
    --h-slide: 70vw !important;
    --lf-slide-ttl: 42%;
    --tp-slide-ttl: 14%;
    --w-logoimg: 25%;
  /* letter-spacing */
    --ls-body: 0.1em;
    --ls-sec-jpn: 0.15em;
    --ls-sec-en: 0.2em;
    --ls-sec-sml: 0.1em;
  /* line-height */
    --lh-sec-en: 1.5;
  /* margin & padding */
    --p-sec-title: ;
    --p-footer: 5rem 3.5rem 5rem;
    --mb-sec: 3rem;
    --pl-sec1: 2rem;
    --pl-sec2: 1.5rem; 
    --pl-sec3: 2rem;
    --pr-sec2:2rem;
    --mr-sec:2rem;
  /* page-header */
    --page-header: 100px;
    --page-title: 2.4rem;
    --page-title-en:1.4rem;
    --breadcrumb:1.2rem;
}
/* TAB（511px〜979px） */
@media (min-width: 511px) {
  :root {
    --fs-body: 1.7rem;
    --fs-sec-title: 2.5rem;
    --fs-sec-en: 1.8rem;
    --fs-sec-sml: 2rem;
    --fs-footer-attention: clamp(1.2rem, 1.4vw, 1.6rem);
    --fs-footer-title: 2.4rem;
    --fs-footer-text: 1.5rem;
    --fs-footer-copy: 1.3rem;
    --h-head-logo:4.5rem;
    --h-slide:50vw !important;
    --drawer-top: 7.1rem !important;
    --tp-slide-ttl: 16%;
    --lf-slide-ttl: 43%;
    --w-logoimg: 18%;
    /* letter-spacing */
    --ls-body: 0.15em;
    --ls-sec-jpn: 0.2em;
    --ls-sec-en: 0.25em;
    --ls-sec-sml: 0.1em;
    /* line-height */
    --lh-sec-en: 1.5;
    /* margin & padding */
    --mt-head-logo: 0;
    --p-sec-title: ;
    --p-footer: 6rem 4rem 6rem;
    --mb-sec: 5rem;
    --pl-sec1: 4rem;
    --pl-sec2: 2.5rem; 
    --pl-sec3: 3rem;
    --pr-sec2:2.5rem;
    --mr-sec:2rem;
    --p-header:1.4rem 1.5rem 1rem;
    /* page-header */
    --page-header:180px;
    --page-title:3.2rem;
    --page-title-en:1.8rem;
  }
}
/* PC（980px〜） */
@media (min-width: 980px) {
  :root {
    --fs-body: 1.8rem;
    --fs-nav: 1.8rem;
    --fs-nav-en: 1.6rem;
    --fs-sec-title: 3.7rem;
    --fs-sec-en: 2.2rem;
    --fs-sec-sml: 3.0rem;
    --fs-footer-attention: 1.8rem;
    --fs-footer-title: 2.7rem;
    --fs-footer-text: 1.6rem;
    --fs-footer-copy: 1.5rem;
    --h-head-logo:5rem;
    --h-slide: 56rem!important;
    --lf-slide-ttl: 48%;
    --tp-slide-ttl: 22%;
    --w-logoimg: 180px;
    /* letter-spacing */
    --ls-body: 0.05em;
    --ls-sec-jpn: 0.35em;
    --ls-sec-en: 0.35em;
    --ls-sec-sml: 0.3em;
    --ls-sec-footer: calc(150em / 1000);
    /* line-height */
    --lh-sec-en: 2;
    /* margin & padding */
    --mt-head-logo: 1.8rem;
    --p-sec-title: ;
    --p-footer: 7rem 2.5rem 6rem;
    --mb-sec:10rem;
    --pl-sec1: 12.5rem;
    --pl-sec2: 7rem; 
    --pl-sec3: 11rem;
    --pr-sec2:7rem;
    --mr-sec:4rem;
    --p-header:1.5rem 4rem 1rem 0;
    /* page-header */
    --page-header:240px;
    --page-title:4.2rem;
    --page-title-en:2.2rem;
    --breadcrumb:1.5rem;
  }
}


/* =========================
   BASE STYLES
   ========================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
    font-family: var(--fontFamily-base);
    font-size: var(--fs-body);
    color: var(--fontColor-base);
    line-height: 1.5;
    letter-spacing: var(--ls-body);
}
@media (max-width: 510px) {
  body {
    padding-top: var(--drawer-top);
  }
}

@media (min-width: 511px) and (max-width: 979px) {
  body {
    padding-top: var(--drawer-top);
  }
}

@media (min-width: 980px) {
  body {
    padding-top: calc(var(--h-head-logo) + 3.5rem);
  }
}

h1, h2, h3, h4, p {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}
ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
button {
  background: none;
  border: none;
  color: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
}

/* == header === */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(255,255,255,1);
  transition: background-color 0.4s ease, box-shadow 0.4s ease;
}
header.is-scrolled {
  background: rgba(255,255,255,0.85);
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  backdrop-filter: blur(6px); /* 対応ブラウザのみ */
}
#header {
  width: 100%;
  margin: 0 auto;
  padding: clamp(1.5rem, 3vw, 3rem) clamp(2rem, 6vw, 6rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerLogo a {
    display: block;
}
.headerLogo img {
    height: var(--h-head-logo);
    width: auto;
    margin-top: var(--mt-head-logo);
}
.nav-pc {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.5rem; 
}
.nav-pc > ul:first-of-type {
    display: flex;
    gap: 3rem;
    order: 2;
}
.nav-pc > ul:last-of-type {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    order: 1;
}
.nav-pc > ul:first-of-type li a {
    display: block;
    text-align: center;
    padding: 5px 0;
    font-size: var(--fs-nav);
    color: #000;
    transition: color 0.4s;
    line-height: 1.4;
}
.nav-pc > ul:first-of-type li a:hover,
.nav-pc > ul:first-of-type li a:hover span,
.nav-pc > ul:last-of-type li a:hover img{
    opacity: 0.7;
}
.nav-pc > ul:first-of-type li a span {
    display: block;
    font-size: var(--fs-nav-en);
    color: #c39000;
}
.nav-pc > ul:last-of-type li:first-child a img {
    width: 2.6rem;
    height: auto;
}
.nav-pc > ul:last-of-type li:last-child a {
    display: inline-block;
    padding: 0 1rem;
    background-image: linear-gradient(90deg, #e4d7b2, #fdf6e1 50%, #e4d7b2);
    border: 0.08rem solid #c39000; 
    border-radius: 0.6rem;
    transition: background-color 0.4s;
}
.nav-pc > ul:last-of-type li:last-child a:hover {
    background-image: linear-gradient(90deg, #f3e9c5, #ffffff 50%, #f3e9c5);
}
@media (max-width: 510px) {
  #header {
    padding: 1.2rem 1.5rem;
  }
  .drawer-hamburger{
    padding: 2rem 1rem 0 !important;
    height:1rem;
    width: 4rem !important;
   }
}
/* TAB: Tablet Styles */
@media (min-width: 511px) and (max-width: 979px) {
    .drawer-hamburger{
      padding: 2.5rem 3rem 0 !important;
      height:1rem;
      width: 4rem !important;
    }
    .drawer-hamburger-icon{
        margin-top: 1.2rem!important;
    }
}
.drawer--right.drawer-open .drawer-hamburger {
  right: 0!important;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    background: #333;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    height: 2px;
}
/* ナビの背景色 */
.drawer-nav {
  color: #fff!important;
  background-color: rgba(0, 0, 0, .8)!important;
  top:var(--drawer-top)!important;
}
/* ナビの背景を前面に出す */
.drawer--right.drawer-open .drawer-nav{
  width: 100%;
}
/* アイコンの位置 */
.drawer--right.drawer-open .drawer-hamburger{
  right:0;
}
.drawer-overlay {
  background-color: none!important;
}
.nav-sp .nav-menu{
  padding: 6rem;
}
.nav-sp .nav-menu li{
    border-bottom: solid 1px #fff;
    line-height: 3em;
}
.nav-sp .nav-menu a{
    position: relative;
    display: inline-block;
    line-height: 3;
    width: 100%;
}
.nav-sp .nav-menu li a:after{
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 0.5rem;
}
.nav-sp .nav-menu li:last-child,
.nav-sp .nav-menu li:last-child a:after{
    border: none;
}
.nav-sp .nav-menu img{
    width: 3rem;
    padding-top: 1.4rem;
}
.nav-sp dl{
    padding: 0 6rem;
    color: #bbbbbb;
}
.nav-sp dt{
    font-size: 2.5rem;
    margin-bottom: 1.2rem;
}
/* ==slider=== */
.carousel {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.slide1{background-image: url(../images/top/slide_01.jpg);}
.slide2{background-image: url(../images/top/slide_02.jpg);}
.slide3{background-image: url(../images/top/slide_03.jpg);}
.slide1, .slide2, .slide3{
    height: var(--h-slide) !important;
    background-size: cover; /* 背景画像のサイズをカバー */
    background-position: center center;
}
.slidearea{
  position: relative;
  margin-bottom: 3rem;
}
p.slidettl{
    position: absolute;
    top:var(--tp-slide-ttl);
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    width: var(--w-logoimg);
}
/*.slick-dots {
	bottom: -4%;
	z-index: +1;
}*/

.slidettl img{
    width: 100%;
}
    
/* ==main=== */
main{
  max-width: 1200px; 
  margin: 0 auto}
.sec1 ul, .sec2 ul, .sec3 ul{
    display: flex;
    align-items: center;
    margin-bottom: var(--mb-sec);
}
.sec2 ul{flex-direction: row-reverse;}
.sec1 li, .sec2 li, .sec3 li {
    font-size: var(--fs-sec-title);
    padding: var(--p-sec-title);
}
.sec1 li:first-child, .sec2 li:first-child, .sec3 li:first-child {
    width:54%;  
}
.sec1 li:last-child, .sec2 li:last-child, .sec3 li:last-child {
    width:46%;  
}
.sec1 li span.en, .sec2 li span.en, .sec3 li span.en {
    color: #c39000;
    display: block;
    font-size: var(--fs-sec-en);
    letter-spacing: var(--ls-sec-en);
    line-height: var(--lh-sec-en);
}
.sec1 li span.sml {
  font-size: var(--fs-sec-sml);
  letter-spacing: var(--ls-sec-sml);
}
.sec1 li span.jpn, .sec2 li span.jpn, .sec3 li span.jpn{
    font-size: var(--fs-sec-jpn);
    letter-spacing: var(--ls-sec-jpn);
}
.sec2 li span.jpn, .sec3 li span.jpn{
    margin-right: var(--mr-sec);
}
.sec1 img, .sec2 img, .sec3 img{
    width: 100%; 
}
.sec1 li a, .sec2 li a, .sec3 li a{
    display: block;
    width: 100%;
    position: relative;
}
.sec1 li a{
    padding-left: var(--pl-sec1);
}
.sec2 li a{
    padding-left: var(--pl-sec2);
    padding-right: var(--pr-sec2);
}
.sec3 li a{
    padding-left: var(--pl-sec3);
}
.sec1 li:first-child,
.sec2 li:first-child,
.sec3 li:first-child {
  overflow: hidden;
}
.sec1 li:first-child img,
.sec2 li:first-child img,
.sec3 li:first-child img {
  transition: transform 0.6s ease;
}
.sec1 li:first-child img,
.sec2 li:first-child img,
.sec3 li:first-child img {
  transition: transform 0.7s cubic-bezier(.4,0,.2,1);
}
.arrowbox{
  position: absolute;
  transform: translateY(-50%);
  pointer-events: none;
  transition: right 0.4s ease;
}
.arrow {
  position: relative;
  display: inline-block;
  border-radius: 9999px;
  background-color: #000;
  transition: width 0.4s ease;
}

.arrow::before {
  content: "";
  position: absolute;
  right: 0;
  background-color: #000;
  border-radius: 9999px;
  transform-origin: right center;
  transform: translateY(-50%) rotate(35deg);
  transition: width 0.4s ease;
}

/* SP（〜510px） */
@media (max-width: 510px) {
  .arrowbox { right: 2rem; }
  .arrow {
    width: 8rem;
    height: 0.03rem;
    margin-top: 1rem;
  }

  .arrow::before {
    width: 2rem;
    height: 0.03rem;
    top: 50%;
  }
}

/* TAB（511px〜979px） */
@media (min-width: 511px) and (max-width: 979px) {
  .arrowbox { 
    right: 3rem; }

  .arrow {
    width: 14rem;
    height: 0.06rem;
    margin-top: 1.8rem;
  }
  .arrow::before {
    width: 3rem;
    height: 0.06rem;
    top: 50%;
  }
  .slidearea{
    margin-bottom: 5rem;
  }
}
/* PC（980px〜） */
@media (min-width: 980px) {
  .arrowbox { right: 5rem; }
  .arrow {
    width: 17rem;
    height: 0.05rem;
    margin-top: 2.5rem;
  }
  .arrow::before {
    width: 4.0rem;
    height: 0.05rem;
    top: 50%;
  }
  .sec1 li a:hover .arrowbox,
  .sec2 li a:hover .arrowbox,
  .sec3 li a:hover .arrowbox {
    right: 2.5rem;
  }

  .sec1 li .arrowbox { top: 12rem; }
  .sec2 li .arrowbox,
  .sec3 li .arrowbox { top: 7.5rem; }
  .sec1 ul:hover li:first-child img,
  .sec2 ul:hover li:first-child img,
  .sec3 ul:hover li:first-child img {
    transform: scale(1.08);
  }
  .slidearea{
    margin-bottom: 10rem;
  }
  .sec3{
    padding-block-end: 10rem;
  }
}
@media (max-width: 979px) {
  .arrow,
  .arrow::before,
  .arrowbox {
    transition: none;
  }
  .sec3{
    padding-block-end: 5rem;
  }
}
@media (max-width: 1024px) {
.sec1 li a {
  padding-left: 2rem; /* ← 今より詰める */
}
.sec2 li a {
  padding-left: 2rem;
  padding-right: 2rem;
}
.sec3 li a {
  padding-left: 2rem;
}
}
/* ==footer== */
footer {
    width: 100%;
    background-color: #111111;
    margin:0;
    padding: var(--p-footer);
}
footer .attention {
    max-width: 1200px;
    margin: 0 auto 80px;
    text-align: center;
    color: #c39000;
    font-size: var(--fs-footer-attention);
}
footer .footerarea{
    max-width: 1200px;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
    color: #ffffff;
    flex-wrap: wrap;
    letter-spacing: var(--ls-sec-footer);
}
footer .footerarea dt {
    font-size: var(--fs-footer-title);
    margin-bottom: 1rem;
}
footer .footerarea dd, footer .footerarea li {
    font-size: var(--fs-footer-text);
}
footer .footerarea .footerlink{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    gap: 10px;
}
footer .footerarea .footerlink li{
    padding: 0 10px;
    margin: 0 20px 0;
    box-sizing: border-box;
}
footer .footerarea .footerlink li:nth-child(-n+4){
    grid-column: 1;
}
footer .footerarea .footerlink li:nth-child(n+5){
    grid-column: 2 ;
    align-self: center;
}
footer .footerarea li a{
    position: relative;
    display: inline-block;
    line-height: 2;
    width: 100%;
}
footer .footerarea li a img{
    width: 2.5rem;
}
footer .footerarea li a:after{
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: -20px;
}
footer .footerarea .footerlink li:last-child a:after{
    display: none;
}
footer .footerarea li a:hover{
    opacity: 0.7;
}

footer .footerarea .copy{
    width: 100%;
    font-size: var(--fs-footer-copy);
    margin-top: 3rem;
}
@media (max-width: 510px) {
  footer {
    padding-top: 2.5rem;
  }
  footer .footerarea .copy{
    text-align: center;
}
}
/* =========================
   MEDIA QUERIES
   ========================= */

/* SP: Mobile Styles */
@media (max-width: 510px) {
  .sp-only {
    display: block !important;
  }
  .pc-only {
    display: none !important;
  }
  .nav-pc {
    display: none; 
  }
}

/* TAB: Tablet Styles */
@media (min-width: 511px) and (max-width: 979px) {
  .tab-only {
    display: block !important;
  }
  .pc-only {
    display: none !important;
  }
  .nav-pc {
        display: none; 
  }
}
/* =====================
   brの指定
===================== */
.br-pc-only,
.br-tab-only,
.br-sp-only {
  display: none;
}

/* PC（981px以上）のみ改行 */
@media screen and (min-width: 981px) {
  .br-pc-only {
    display: inline;
  }
}
/* TABのみ（501px〜980px） */
@media screen and (min-width: 501px) and (max-width: 980px) {
  .br-tab-only {
    display: inline;
  }
  .br-tab-none {
    display: none;
  }
}
/*  SPのみ（500px以下） */
@media screen and (max-width: 500px) {
  .br-sp-only {
    display: inline;
  }
  .br-sp-none {
    display: none;
  }
}
/* TAB以下（SP + TAB） */
.br-tabdown-none {
  display: inline;
}

@media screen and (max-width: 980px) {
  .br-tabdown-none {
    display: none;
  }
}
/* PC以外（TAB + SP） */
.br-not-pc {
  display: none;
}

@media screen and (max-width: 980px) {
  .br-not-pc {
    display: inline;
  }
}
/* PC: Desktop Styles */
@media (min-width: 980px) {
  .pc-only {
    display: block !important;
  }
  .drawer-hamburger, .nav-sp, .sp-only, .tab-only {
    display: none !important;
  }
}
.page-header {
  height: var(--page-header);
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-title {
  font-size:var(--page-title);
  letter-spacing : calc(150em / 1000);
  line-height: 1.4;
  font-weight: normal;
}
.page-title .en {
  display: block;
  margin-top: .5rem;
  font-size:var(--page-title-en);
  letter-spacing : calc(320em / 1000);
  color: #c39000;
  font-weight: normal;
}
.breadcrumb-area {
  background-color: #f2f2f2;
  width: 100%;
}
.breadcrumb {
  max-width: 1200px;
  margin: 0 auto 5rem;
  padding: .5rem 1rem;
  font-size: var(--breadcrumb);
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN","游ゴシック Medium","Yu Gothic Medium",Meiryo,sans-serif;
  display: flex;
  align-items: center;
}
.breadcrumb a:hover {
  opacity: 0.7;
}
/* ===== sp ===== */
@media (max-width: 510px) {
  .breadcrumb {
    margin: 0 auto 0;
  }
}


/* =========================
   Product
========================= */
.product-item{
  border-bottom: 1px solid #e6e6e6;
}
.c-cardProduct_item {
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(4rem, 5vw, 8rem) clamp(2rem, 4vw, 6rem);
}
.product-inner {
  display: flex;
  gap: clamp(4rem, 6vw, 10rem);
  align-items: center;
}
.product-image--pc {
  flex: 0 0 380px;
}
.product-image--pc img {
  width: 300px;
  height: 540px;
  object-fit: contain;
  margin-left: 3rem;
}
.product-image--sp {
  display: none;
}
.product-content {
  flex: 1;
  max-width: 520px;
}
.product-title {
  font-size: clamp(2.2rem, 2.8vw, 3.2rem);
  letter-spacing : calc(100em / 1000);
  margin-bottom: 2rem;
}
.product-lead {
  font-size: clamp(1.5rem, 1.6vw, 1.8rem);
  line-height : calc(44 / 18);
  margin-bottom: 3rem;
  letter-spacing : calc(100em / 1000);
}
.product-spec {
  margin-bottom: 2rem;
}
.product-spec div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 1.2rem 0;
  border-bottom: 1px solid #ccc;
}
.product-spec dt,
.product-spec dd {
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
}
.product-item .product-spec dt {
  position: relative;
  width: 25%;
  font-weight: 600;
  padding-bottom: 0.4rem;
}
.product-item .product-spec dt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -13px;
  width: 100%;
  height: 1.5px;
  background-color: #999999;
}
.product-item .product-spec dd {
  width:75%;
  text-align: right;
}
.product-note {
  font-size: 1.4rem;
  margin-top: 1.5rem;
}
/* ===== tab ===== */
@media (min-width: 768px) and (max-width: 979px) {
  .product-inner {
    gap: clamp(2.5rem, 4vw, 5rem);
  }
  .product-image--pc {
    flex: 0 0 300px;
    margin-left: 2rem;
  }

  .product-image--pc img {
    width: 260px;
    height: auto;
  }
  .product-content {
    max-width: 620px;
  }
}
/* ===== smp ===== */
@media (max-width: 767px) {
  .product-inner {
    flex-direction: column;
  }
  .product-image--pc {
    display: none;
  }
  .product-image--sp {
    display: flex;
    justify-content: center;
    margin: 2.5rem 0;
  }
  .product-image--sp img {
    width: 240px;
    height: auto;
  }
  .product-lead {
    margin-bottom: 2.5rem;
    line-height: 1.6;
  }
}
/* =========================
   about(kodawari)
========================= */
.about-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(4rem, 6vw, 8rem) 2rem;
}

.about-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 5vw, 8rem);
  align-items: center;
  margin-bottom: clamp(4rem, 6vw, 8rem);
}

.about-intro__text p {
  line-height : calc(50 / 18);
  letter-spacing : calc(150em / 1000);
  font-size: clamp(1.5rem, 1.6vw, 1.8rem);
}

.about-intro__image img {
  width: 100%;
  height: auto;
  display: block;
}
.about-text {
  margin-bottom: clamp(4rem, 6vw, 8rem);
}

.about-text p {
  line-height : calc(50 / 18);
  letter-spacing : calc(150em / 1000);
  font-size: clamp(1.5rem, 1.6vw, 1.8rem);
}
.about-text p.pb2em {
  padding-block-end: 2em;
}
.about-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: clamp(4rem, 6vw, 8rem);
}
.about-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-process {
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(4rem, 6vw, 8rem) 2rem;
}
.about-process__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: clamp(3rem, 5vw, 6rem);
}
.about-process__gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* ===== sp ===== */
@media (max-width: 767px) {
  .about-intro {
    grid-template-columns: 1fr;
  }
  .about-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-process__gallery {
    grid-template-columns: 1fr;
  }
}
/* =========================
   Company
========================= */
.company-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(4rem, 6vw, 8rem) 2rem;
}
.company-intro p {
  line-height : calc(50 / 18);
  letter-spacing : calc(150em / 1000);
  font-size: clamp(1.5rem, 1.6vw, 1.8rem);
}

.company-photos-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: clamp(6rem, 10vw, 15rem);
  margin-top: clamp(3rem, 5vw, 5rem);
}

.company-photos-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company-main {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(10rem, 8vw, 5rem);
  margin-bottom: clamp(4rem, 6vw, 8rem);
}

.company-heading {
  font-size: clamp(2rem, 2.5vw, 2.6rem);
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  position: relative;
  border-bottom: 1px solid #484543;
}
.company-heading::before {
  content: '';
  position: absolute;
  bottom: -1px;
  width: 32%;
  height: 2px;
  background: #484543;
}
.company-table{
  padding-top: 2rem;
}
.company-table dt {
  font-size: clamp(1.5rem, 1.6vw, 1.8rem);
  background-color: #f8f8f8;
  padding: 1rem;
}
.company-table dt::before{
  content: "■";
}
.company-table dd {
  font-size: clamp(1.5rem, 1.6vw, 1.8rem);
  padding: 1rem;
  margin-bottom: 1rem;
}
.company-photos-side {
  display: grid;
  gap: 2rem;
}
.company-photos-side img {
  width: 100%;
  height: auto;
}

.company-map iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.company-table a{
  text-decoration: underline;
}
/* ===== SP ===== */
@media (max-width: 767px) {
  .company-photos-top {
    grid-template-columns: 1fr;
  }

  .company-main {
    grid-template-columns: 1fr;
  }

  .company-map iframe {
    height: 300px;
  }
}
/* =========================
   Contact Form
========================= */
.contact_msg{
  text-align: center;
  padding: clamp(4rem, 6vw, 6rem) 0;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
}
.contactForm {
  max-width: 900px;
  margin: 0 auto 10rem;
  padding: clamp(4rem, 6vw, 6rem) 5rem;
  background-color: #f7f7f7;
  border-radius: 10px;
}
.contactForm .txt {
  font-size: clamp(1.3rem, 1.4vw, 1.5rem);
  margin-bottom: 3rem;
}
.contactForm .red {
  color: #bc2d17;
}
.formItem {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 2rem;
  padding: 1.6rem 0;
  border-bottom: 1px solid #e6e6e6;
}
.formItem:last-of-type{
  margin-bottom: 20px;
}
.formItem dt {
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  font-weight: 600;
  line-height: 1.6;
}

.formItem dt sup {
  color: #bc2d17;
  font-size: 1.2rem;
}

.formItem dd {
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
}

.formItem input,
.formItem textarea,
.formItem select {
  width: 100%;
  padding: 1rem 1.2rem;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  font-family: "Hiragino Kaku Gothic ProN",
               "游ゴシック Medium",
               "Yu Gothic Medium",
               Meiryo,
               sans-serif;
}
.formItem textarea {
  resize: vertical;
  min-height: 120px;
}
.formItem select#type {
  max-width: 240px;
}
.formItem input[name="pref01"] {
  max-width: 200px;
}
.formItem input[name="zip01"] {
  max-width: 200px;
}
.postTxt {
  display: block;
  margin-top: 0.8rem;
  font-size: 1.2rem;
  color: #777;
}
.formItem dd.block input {
  margin-bottom: 1rem;
}
.privacyBox {
  margin: 4rem 0;
  padding: 2.5rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #FFFFFF;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  line-height: 1.8;
  max-height: 240px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.privacyBox dt {
  font-weight: 600;
  margin-bottom: .5rem;
}
.privacyTxt {
  font-size: clamp(1.2rem, 1.3vw, 1.4rem);
  text-align: center;
  margin-bottom: 1.5rem;
}
.checkBox {
  margin-bottom: 4rem;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  text-align: center;
}
.checkBox input {
  margin-right: .6rem;
}
.checkBox {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: clamp(1.2rem, 1.3vw, 1.4rem);
  text-align: center;
  justify-content: center;
}
.checkBox {
  display: block;
}

.errorCheckbox {
  display: block;
  margin-bottom: 8px;
}
.checkBox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.checkBox label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  line-height: 1.6;
}
.checkBox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  border: 1px solid #000000;
  background: #fff;
  transform: translateY(-50%);
  transition: all 0.2s ease;
}
.checkBox label::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-60%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.checkBox input[type="checkbox"]:checked + label::before {
  background: #c39000;
}
.checkBox input[type="checkbox"]:checked + label::after {
  opacity: 1;
}
.attForm {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3rem;
  margin-top: 5rem;
}
.formTxt01 {
  font-weight: 600;
  color: #c39000;
  font-size: clamp(1.8rem, 2.2vw, 2.2rem);
}
.formTxt02 {
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  line-height: 1.8;
  max-width: 600px;
  margin: 0 auto 3rem;
  text-align: left;
}
.formBtn {
  text-align: center;
}
.formBtn a {
  display: inline-block;
  background: #c39000;
  color: #fff;
  padding: 2rem 8rem;
  border-radius: 4px;
  font-size: clamp(1.8rem, 2.2vw, 2.2rem);
  letter-spacing: .1em;
  transition: opacity .3s;
}
.formBtn a:hover {
  opacity: .8;
}
.errorEcho{
  color: #bc2d17;
}
/* ===== SP ===== */
@media (max-width: 501px) {
  .contactForm {
    margin: 0 auto 10rem;
    padding: clamp(4rem, 6vw, 6rem) 3rem;
  }
  .formItem {
    grid-template-columns: 1fr;
    gap: .8rem;
  }
  .privacyBox {
    padding: 2rem 1.5rem;
  }
  .formItem select#type {
    max-width: 100%;
  }
  .formItem input[name="pref01"] {
    max-width: 100%;
  }
  .formItem input[name="zip01"] {
    max-width: 100%;
  }
  .formBtn a {
    padding: 2rem 4rem;
  }
}
