@charset "utf-8";
img { max-width: 100%; height: auto; }
.mt3em { margin-top: 3em; }
.mt2em { margin-top: 2em; }
.mt1em { margin-top: 1em; }

.bg-gray { background: #FBFBFC; }
.bg-blue { background: #F8FAFC; }

.t-red { color: #CE5252; }
.t-black { color: #000; }

@media screen and (min-width: 768px) {
  .sp-only { display: none; }
}

.btn-block,
a.btn-block{ background: #A9875A; color: #FFF; width: 250px; margin: 0 auto; display: flex; justify-content: center; align-items: center; padding: 1em; }
.btn-block.-green { background: #426B4C; }
.btn-block img { margin-left: .5em; }


.wrapper { overflow-x: hidden; }

.page-title { margin-top: 66px; background: #B89C77 url(../img/common/symbol.png) no-repeat left bottom / auto 90%; color: #FFF; padding: 70px 0; }
.page-title .inner { display: grid; grid-template-columns: 340px minmax(0, 1fr); align-items: center; }
.page-title .ttl { border-right: 1px solid; }
.page-title .ttl .ja { font-size: 3rem; display: block; font-family: 'Noto Serif JP', serif; }
.page-title .ttl .en { font-size: 1.25rem; font-family: 'Cormorant Garamond', serif; }
.page-title .desc { padding-left: 50px; font-size: .8735rem; }
.page-title .desc .main { font-size: 1.125rem; margin-bottom: .5em; }

@media screen and (max-width: 900px) {
  .page-title { padding: 40px 0; margin-top: 4rem; }
  .page-title .inner { grid-template-columns: 1fr; }
  .page-title .ttl { border: none; }
  .page-title .ttl .ja { font-size: 2.25rem; }
  .page-title .ttl .en { font-size: 1rem; }
  .page-title .desc { padding: 0; margin-top: 1em; }
  .page-title .desc .main { font-size: 1rem; }
}
@media screen and (max-width: 600px) {
  .page-title { padding: 30px 0; }
  .page-title .ttl .ja { font-size: 1.5rem; }
  .page-title .desc { font-size: .75rem; }
  .page-title .desc .main { font-size: .875rem; }
}


.breadcrumb { font-size: .7rem; margin: 2rem 0; }
.breadcrumb > li { display: inline; }
.breadcrumb > li + li::before { content: '>'; margin: 0 .2em; }

.title-section { font-size: 2rem; font-family: 'Noto Serif JP', serif; border-bottom: 1px solid #A9875A; padding-bottom: .5em; margin-bottom: 1em; }
.title-section .en { font-size: 1.125rem; font-family: 'Cormorant Garamond', serif; margin-left: 1em; color: #A9875A;}

@media screen and (max-width: 900px) {
  .title-section { font-size: 1.5rem; }
  .title-section .en { font-size: 1rem; display: block; margin: 0; }
}


.list-dot > li { padding-left: 1em; }
.list-dot > li::before { content: '●'; font-size: .5em; display: inline-block; margin-left: -1em; margin-right: 1em; display: inline-block; color: #A9875A; }


.mainvisual { margin-top: 66px; position: relative; }
.mainvisual .text{ background: #FFF; position: absolute; top: 0; bottom: 0; right: 0; height: fit-content; z-index: 2; margin: auto; padding: 3.5rem 2rem; }
.mainvisual .text .badge {  font-family: 'Noto Serif JP', serif; font-size: 1.6rem; position: absolute; width: 8em; height: 8em; display: flex; align-items: center; justify-content: center; flex-direction: column; background: #A9875A url("../img/home/ribbon.svg") no-repeat center center / 80% auto; border: 3px solid #E1BD7C; color: #FFF; text-align: center; border-radius: 50%; top: -4em; right: 1em; margin: auto; line-height: 1.3; }
.mainvisual .text .badge .line1 { font-size: 1.3em; display: block; }
.mainvisual .text .badge .line1 .num { font-size: 1.4em; }
.mainvisual .sub { font-size: 1.1rem; display: flex; white-space: nowrap; margin-bottom: .5em; }
.mainvisual .buttons { margin: 1.5em auto 0; display: flex; justify-content: center; }
.mainvisual .buttons .btn-block { margin: 0; }
.mainvisual .buttons .btn-block + .btn-block { margin-left: 10px; }

.mainvisual .title { font-size: 2.5rem; line-height: 1.5;  font-family: 'Noto Serif JP', serif; margin-bottom: .2em;  }
.mainvisual .title span { font-size: 1.25em; }

@media screen and (max-width: 900px) {
  .mainvisual { margin-top: 4rem; }
  .mainvisual .title  { font-size: 2rem; }
  .mainvisual .text .badge { font-size: 1.3rem; }
  
}

@media screen and (max-width: 600px) {
  .mainvisual .text  { width: 90%; left: 0; }
  .mainvisual .text .badge { font-size: 1.125rem; }
  .mainvisual .title  { font-size: 1.2rem; }
  .mainvisual .title span { font-size: 1.5em;  }
  .mainvisual .buttons { display: block; }
  .mainvisual .buttons .btn-block { width: 100%; }
  .mainvisual .buttons .btn-block + .btn-block  { margin: 10px 0 0; }
}


.scroll-area { width: 100%; height: 140px; overflow: hidden; position: relative;   }
.scroll-track { display: flex; animation: scroll-left 40s linear infinite; width: fit-content; }
.scroll-track img { height: 140px; width: auto; flex-shrink: 0; max-width: none; }

.scroll-area.main1  { height: 512px; }
.scroll-area.main1 .scroll-track img { height: 512px; }

.scroll-area.main2 { margin-top: 15px; height: 177px; }
.scroll-area.main2 .scroll-track { animation: scroll-right 40s linear infinite; }
.scroll-area.main2 .scroll-track img { height: 177px; }

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%); 
  }
}

@keyframes scroll-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%); 
  }
}

@media screen and (max-width: 900px) {
  .scroll-area { height: 100px; }
  .scroll-track { animation: scroll-left 60s linear infinite; }
  .scroll-track img { height: 100px; }
  
  .scroll-area.main2 .scroll-track { animation: scroll-right 60s linear infinite; }
}
@media screen and (max-width: 600px) {
  .scroll-track { animation: scroll-left 80s linear infinite; }
  .scroll-area.main2 .scroll-track { animation: scroll-right 80s linear infinite; }
}





.list-archive { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; }
.list-archive > li { background: #FFF; padding: 2rem 0; }
.list-archive img { width: 140px; margin: 0 auto; display: block; }
.list-archive .title { font-size: 1.5rem; color: #926528; text-align: center; font-family: 'Noto Serif JP', serif; margin: .5em 0; }
.list-archive p { padding: 0 2rem; font-size: .8735rem; width: fit-content; margin: 0 auto; }

@media screen and (max-width: 900px) {
  .list-archive { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .list-archive .title { font-size: 1.25rem; }
  .list-archive img { width: 100px; }
}
@media screen and (max-width: 600px) {
  .list-archive { grid-template-columns: 1fr;  }
}
.list-reason { counter-reset: listnum; position: relative; margin: 130px 0; }
.list-reason > li { display: grid; grid-template-columns: 50% minmax(0, 1fr); gap: 50px; counter-increment: listnum; align-items: flex-start; }
.list-reason .num { color: #A9875A; font-size: 1.25rem; font-family: 'Cormorant Garamond', serif; }
.list-reason .num::after { content: counter(listnum, decimal-leading-zero); font-size: 3em; line-height: 1; marign-left
.5em; }
.list-reason .title { font-size: 1.8rem; font-family: 'Noto Serif JP', serif; margin: .5em 0;  }
.list-reason p { font-size: .8735rem; }

.list-reason .text { border-bottom: 1px solid rgba(169, 135, 90, .3); padding: 2rem 0 4rem; }
.list-reason .img  { height: 100%; }
.list-reason .img img { width: 75%; height: 100%; object-fit: cover; }
.list-reason::after { content: ''; width: 40vw; background: #EBE5D9; height: calc(100% + 100px); position: absolute; top: -50px; margin: auto; z-index: -1; left: calc(50% + 10vw); }


@media screen and (max-width: 900px) {
  .list-reason { margin-top: 80px; }
  .list-reason::after { top: -30px; height: calc(100% + 60px);}
  .list-reason .num { font-size: 1.125rem; }
  .list-reason .title  { font-size: 1.5rem; }
}

@media screen and (max-width: 600px) {
  .list-reason { margin-top: 50px; }
  .list-reason > li { grid-template-columns: 1fr; }
  .list-reason .img img { width: 100%; }
  
  .list-reason .text { padding-bottom: 0; border-bottom: none; }
}

.list-home-category { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 3px; margin-bottom: 2em; }
.list-home-category > li { position: relative; }
.list-home-category .title { background: rgba(255, 255, 255, .85); padding: 1rem 2rem 1rem 1rem; width: fit-content; height: fit-content;  position: absolute; top: 0; bottom: 0; left: 0; margin: auto; z-index: 2; }
.list-home-category .title .en { color: #A9875A; font-size: 1.8rem; font-family:  'Cormorant Garamond', serif; line-height: 1.2; }
.list-home-category .title .ja { font-size: .75rem; display: block; line-height: 1.2; }

@media screen and (max-width: 900px) {
  .list-home-category { grid-template-columns: repeat(2, minmax(0, 1fr));}
}


@media screen and (max-width: 600px) {
  .list-home-category { grid-template-columns: 1fr;}
}


/*wholesale*/
.wholesale-rec-list { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 3rem; text-align: center; font-size: 1.3rem; color: #926528; line-height: 1.3; font-family: 'Noto Serif JP', serif; }
.wholesale-rec-list img {margin-bottom: .5em; }

@media screen and (max-width: 900px) {
  .wholesale-rec-list { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; font-size: 1rem;  }
}

@media screen and (max-width: 600px) {
}

.oem-text { text-align: center; font-size: 1.125rem; margin-bottom: 2em; }
.oem-text .sub { display: block; font-size: .8735rem; }

.oem-img { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
@media screen and (max-width: 600px) {
  .oem-img {  grid-template-columns: 1fr; }
}


.wholesale-flow { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); text-align: center; counter-reset: listnum; gap: 30px; }
.wholesale-flow > li { counter-increment: listnum; position: relative; }
.wholesale-flow > li:not(:last-child)::after { content: ''; width: 30px; height: 30px; display: block; background: url("../img/wholesale/arrow.svg") no-repeat center center / 100% auto; position: absolute; top: 0; left: 100%; bottom: 0; margin: auto; }
.wholesale-flow img { width: 80px; height: 80px; object-fit: contain; display: block; margin: 0 auto .5em; }
.wholesale-flow .step { display: block; font-family: 'Cormorant Garamond', serif; font-size: 1.25rem; color: #A9875A; line-height: 1.2; }
.wholesale-flow .step::after { content: counter(listnum, decimal-leading-zero); font-size: 3em; }
.wholesale-flow .title { font-size: 1.5rem; font-family: 'Noto Serif JP', serif; }

@media screen and (max-width: 1200px) {
  .wholesale-flow .step { font-size: 1rem; }
  .wholesale-flow .step::after { font-size: 2em; }
  .wholesale-flow .title { font-size: 1.25rem; }
}

@media screen and (max-width: 900px) {
  .wholesale-flow { grid-template-columns: repeat(3, minmax(0, 1fr)); padding: 0 3em 0 0; }
}
@media screen and (max-width: 600px) {
  .wholesale-flow { grid-template-columns: repeat(2, minmax(0, 1fr));  }
  .wholesale-flow img { width: 60px; height: 60px; }
  
  .wholesale-flow .title { font-size: 1.125rem; }
}


/*service*/
.conts-message { position: relative; display: flex; justify-content: space-between; }
.conts-message .list-dot { margin: 1.5em 0; }

.conts-message .text { width: 50%; }
.conts-message .text p { margin-bottom: 1.5em; }
.conts-message .img { width: 65%; margin-left: -15%;  }

@media screen and (max-width: 900px) {
  .conts-message { flex-direction: column; }
  .conts-message .text { width: 100%; }
.conts-message .img { width: 80%; margin: 1rem auto 0;   }
  
}

.service-value { text-align: center; }

.service-strength { display: grid;grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; }
.service-strength > li { background: #FFF; text-align: center; padding: 2.5rem 1.5rem 1.5rem; font-size: .8735rem; }
.service-strength .title { font-family: 'Noto Serif JP', serif; font-size: 1.3rem; color: #926528; margin: .5em 0; lien-he
1.5; }
.service-strength-text { text-align: center; margin-top: 2em; font-size: 1.25rem; }

@media screen and (max-width: 900px) {
  .service-strength { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
  .service-strength > li { background: #FFF; text-align: center; padding: 2.5rem 1.5rem 1.5rem; font-size: .8735rem; padding: 1.5rem 1rem; }
  .service-strength .title { font-size: 1.2rem; }
  .service-strength img { width: 80px; height: 80px; }
}
@media screen and (max-width: 600px) {
  .service-strength { grid-template-columns: 1fr; }
   .service-strength .title { font-size: 1.125rem; }
  .service-strength-text { font-size: 1rem; }
}

.product-list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 50px; text-align: center; }

.product-list .img { width: 100%; aspect-ratio: 1 / 1; background: #FFF; position: relative; margin-bottom: .5em; }
.product-list .img img { width: 100%; height: 100%; object-fit: cover; }

@media screen and (max-width: 1200px) {
  .product-list{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 40px; }
}


@media screen and (max-width: 900px) {
  .product-list{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
}

@media screen and (max-width: 600px) {
  .product-list{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; }
}




.single-products { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; max-width: 1050px; width: 100%; margin: 0 auto 100px; }

.single-products .title { font-size: 1.3rem; margin-bottom: .5em; margin-top: 1em; }
.single-products .price { font-size: 1.5rem; font-weight: 500; margin-bottom: 1em; }
.single-products .price span { font-size: .5em; }

.gallery-main img { width: 100%; aspect-ratio: 1/1; object-fit: contain; }
.gallery-thumb { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 13px; margin-top: 13px; }
.gallery-thumb img { width: 100%; aspect-ratio: 1/1; object-fit: cover; cursor: pointer; }


@media (max-width: 768px) {
  .single-products { grid-template-columns: 1fr; }
}


.category-wrap { margin: 50px 0 50px; }
.product-category { display: grid; grid-template-columns: 6em minmax(0, 1fr); }
.product-category_list { display: flex; flex-wrap: wrap; }
.product-category_item { display: block; background: #E6DCD0; font-weight: bold; padding: .2em 1.5em; border-radius: 2em; margin-right: .5em; margin-bottom: .5em; font-size: .875rem; font-weight: normal; }
.product-category_item.active { background: #426B4C; color: #FFF; font-weight: bold; }
.product-category_title { font-size: .875rem; font-weight: bold; letter-spacing: .05em; font-family: 'Heebo', sans-serif; margin-top: .5em; }

@media (max-width: 768px) {
  .product-category { grid-template-columns: 1fr; gap: 1em; }
  .product-category_item { font-size: .8rem; }
}


.contact-msg { text-align: center; }

.contact-wrap { width: 950px; max-width: 100%; margin:2em auto; }
.contact-table th { width: 20em; vertical-align: top; font-weight: normal; padding: 1.5em 1em .5em 0; }
.contact-table td { padding: .5em 0; }
.contact-table input[type="text"],
.contact-table input[type="tel"],
.contact-table input[type="email"],
.contact-table input[type="text"],
.contact-table select,
.contact-table textarea { width: 100%; padding: 1em; border: 1px solid #D9D9D9;  }
.contact-table select { max-width: 300px; }
.contact-table .required { font-size: .75rem; color: #FFF; background: #C76A6A; padding: 0 1em; border-radius: 2em; display: inline-block; float: right; }
.contact-table input[type="text"].zip { width: 12em; }

.wpcf7-checkbox { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }

.contact-wrap input[type="submit"] { width: 420px; max-width: 90%; margin: 2em auto 0; background: #A9875A; color: #FFF; border-radius: 2em; text-align: center; border: none; display: block; padding: 1em; font-size: 1rem; font-weight: bold; }

@media (max-width: 900px) {
  .contact-table tr,
  .contact-table th,
  .contact-table td { display: block; width: 100%; }
  .contact-table .required { float: none; margin-left: .5em; }
  .wpcf7-checkbox { grid-template-columns: 1fr; }
  
}


.about-sample { display: grid; grid-template-columns: 50% 45%; align-items: flex-start; gap: 5%;  font-size: .8735rem; }
.about-sample .banner { display: grid; grid-template-columns: auto minmax(0, 1fr); background: #FFF; border: 1px solid #A9875A; align-items: center;  }
.about-sample .banner .text { padding: 2rem; width: fit-content; }
.about-sample .banner .calc { font-size: 1.5rem; font-weight: 500; line-height: 1.5; }
.about-sample .banner .calc .num { font-size: 1.5em; font-weight: bold; }
.about-sample .banner .calc .total { font-size: 1.125rem; line-height: 1.2; display: block; }

.about-sample .banner .price { font-size: .8735rem; }

.about-sample .banner .price .num { font-weight: bold; font-size: 1.5rem; line-height: 1.2; }
.about-sample .banner .price .num .n { font-size: 2em; }

.about-sample .banner .discount { color: #926528; text-align: center; font-weight: bold; border-top: 1px solid #A9875A; padding-top: 1em; margin-top: .5em; font-size: .8375rem; }
.about-sample .banner .img { height: 100%; }
.about-sample .banner img { width: 100%; height: 100%; object-fit: cover; }

.about-sample .desc { font-size: 1.125rem; margin-bottom: 1em; }
.about-sample .ex { text-decoration: underline; font-weight: bold; }
.list-note > li::before { content: '※'; }
.about-sample .note { font-size: .8735rem; margin-top: 1em; }


@media (max-width: 900px) {
  .about-sample  { display: block; }
  .about-sample .banner  { margin-bottom: 2em; }
  .about-sample .banner .calc { font-size: 1.25rem; }
  .about-sample .banner .price .num { font-size: 1.25rem;  }
}


@media (max-width: 600px) {
  .about-sample  { display: block; }
  .about-sample .banner  { margin-bottom: 2em; display: flex; flex-direction: column-reverse; }
  .about-sample .banner .text { padding: 5vw; }
  .about-sample .banner .calc { font-size: 5vw; }
  .about-sample .banner .price .num { font-size: 5vw;  }
}

.company-info { display: grid; grid-template-columns: 30% minmax(0, 1fr); gap: 2rem; align-items: center; }
.company-info img { width: 70%; display: block; margin: 0 auto; }
.company-info .info tr + tr { border-top: 1px solid #C5AE8F;  }
.company-info .info th,
.company-info .info td { padding: .7em 0; font-weight: normal; }
.company-info .info th { width: 7em; }

@media (max-width: 900px) {
  .company-info  { grid-template-columns: 1fr; }
  
}


.wp-pagenavi {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 55px auto 0;
  font-size: .8735rem; 
}

@media (max-width: 768px) {
  .wp-pagenavi {
    margin: 50px auto 25px;
  }
}

.wp-pagenavi a:hover {
  background-color: #231815;
  color: #fff;
  transition-duration: .4s;
}

.wp-pagenavi > *:not(.extend) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 3px; 
  background-color: #FFFFFF;
  border: 1px solid #E8E9EC; 
}

.wp-pagenavi > *.current {
  background-color: #A9875A;
  border: 1px solid #A9875A; 
  color: #fff;
}
