@charset "utf-8";

/*
Theme Name: nousan-sh
Version: 1.1
Author: OWNDMEDIA.LAB
*/

/*--------------------------------------------------------------
## root
--------------------------------------------------------------*/
:root {
  /* ------------------------------------------
    Color
  ------------------------------------------ */
  --accent-color:  #D04B44;
  --main-color: #583822;
  --sub-color: #B4866B;
  --light-color: #F8F4E6;
  --text-w: #ffffff;
  --text-b: #222222;
  --light-gray: #f6f6f6;
  --middle-gray: #ebebeb;
  --dark-gray: #acacac;
  --white: #ffffff;
  --black: #000000;
  --red: #ff0000;
  --blue: #0000ff;

  /* Surface */
  --color-bg:            var(--light-color);
  --color-surface:       var(--light-gray);

  /* Text */
  --color-text:          var(--text-b);
  --color-text-muted:    var(--main-color);
  --color-text-on-primary: var(--text-w);

  /* State */
  --color-error:         var(--red);
  --color-focus-ring:    var(--blue);

  /* Border */
  --color-border:        var(--dark-gray);
  --color-border-subtle: var(--middle-gray);

  /* Overlay */
  --color-overlay-dark:  rgba(0, 0, 0, 0.8);
  --color-overlay-mid:   rgba(0, 0, 0, 0.5);
  --color-sub-alpha:     rgba(180, 134, 107, 0.35);

  /* ------------------------------------------
    Typography
  ------------------------------------------ */
  --font-mincho: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;

  --fs-xs:   0.75rem;   /* 12px */
  --fs-sm:   0.875rem;  /* 14px */
  --fs-base: 1rem;      /* 16px */
  --fs-md:   1.125rem;  /* 18px */
  --fs-lg:   1.25rem;   /* 20px */
  --fs-xl:   1.5rem;    /* 24px */
  --fs-2xl:  2rem;      /* 32px */
  --fs-3xl:  2.5rem;    /* 40px */

  /* Line height */
  --lh-tight:  1.2;
  --lh-base:   1.6;
  --lh-loose:  1.8;

  /* Font weight */
  --fw-normal:   400;
  --fw-medium:   500;
  --fw-semibold: 600;
  --fw-bold:     700;

  /* ------------------------------------------
    Spacing
  ------------------------------------------ */
  --space-1:  0.5rem;   /* 8px */
  --space-2:  1rem;     /* 16px */
  --space-3:  1.5rem;   /* 24px */
  --space-4:  2rem;     /* 32px */
  --space-6:  3rem;     /* 48px */
  --space-8:  4rem;     /* 64px */
  --space-12: 6rem;     /* 96px */
  --space-16: 8rem;     /* 128px */

  /* Section spacing（レスポンシブ） */
  --space-section-sm: clamp(2rem,   5vw,  3.125rem);
  --space-section:    clamp(3rem,   7vw,  6.25rem);
  --space-section-md: clamp(3.5rem, 8vw,  5rem);
  --space-section-lg: clamp(4rem,  10vw,  9.375rem);
  --space-section-xl: clamp(5rem,  13vw, 12.5rem);

  /* ------------------------------------------
    Border Radius
  ------------------------------------------ */
  --radius-sm:   4px;
  --radius-base: 8px;
  --radius-md:   12px;
  --radius-lg:   16px;
  --radius-full: 9999px;

  /* ------------------------------------------
    Shadow
  ------------------------------------------ */
  --shadow-sm:  0 1px  3px rgb(0 0 0 / 0.08);
  --shadow-md:  0 4px 12px rgb(0 0 0 / 0.10);
  --shadow-lg:  0 8px 24px rgb(0 0 0 / 0.12);

  /* ------------------------------------------
    Transition
  ------------------------------------------ */
  --duration-fast:   150ms;
  --duration-base:   250ms;
  --duration-slow:   400ms;
  --easing-default:  cubic-bezier(0.4, 0, 0.2, 1);
  --easing-bounce:   cubic-bezier(0.34, 1.56, 0.64, 1);
  --transition-base: .4s all;

  /* ------------------------------------------
    Z-index
  ------------------------------------------ */
  --z-base:    0;
  --z-raised:  10;
  --z-overlay: 100;
  --z-modal:   200;
  --z-toast:   300;
}


/*--------------------------------------------------------------
## common
--------------------------------------------------------------*/
html, body {
  width: 100%;
  height: 100%;
  font-size: 1rem;
  background-color: var(--white);
  color: var(--text-b);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: var(--fw-medium);
  font-feature-settings: "palt";
  line-height: 2;
  letter-spacing: .1rem;
  background-image: 
    url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.4'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  /* overflow: hidden; */
}
html, body,
#page #scroll__contents {
  margin: 0 auto;
}
.wrapper {
  width: 100%;
}
h1 { font-size: 2.8rem; }
h2 { font-size: 2.4rem; }
h3 { font-size: 2rem; }
h4 { font-size: 1.8rem; }
p  { font-size: var(--fs-base); }
a {
  font-size: var(--fs-base);
  text-decoration: none;
  color: var(--text-b);
}
ul, ol, li { list-style: none; }
li, th, td { font-size: 1.1rem; }
::selection {
  background-color: var(--main-color);
  color: var(--text-w);
}

/* img */
img {
  max-width: 100%;
  height: auto;
}
.post_thum_images {
  border-radius: var(--radius-sm);
  position: relative;
  overflow: hidden;
  height: 375px;
}
.post_thum_images img.wp-post-image {
  border-radius: var(--radius-sm);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .8s;
}
.post_thum_images:hover img.wp-post-image {
  transform: scale(1.05, 1.05);
  transition: all .8s;
  filter: brightness(.8);
}

/* btn */
.btn01 {
  margin-top: 28px;
  letter-spacing: 0.1em;
  font-weight: var(--fw-medium);
}
.btn01 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  box-sizing: border-box;
  border-radius: var(--radius-full);
  width: 295px;
  height: 75px;
  font-size: 15px;
  font-weight: var(--fw-medium);
  letter-spacing: 0.04em;
  color: var(--text-w);
  background-color: var(--main-color);
  position: relative;
  overflow: hidden;
  transition: color .3s ease;
}
.btn01 a::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--sub-color);
  transform: translateX(-100%);
  transition: transform 0.35s var(--easing-default);
  border-radius: inherit;
  z-index: var(--z-base);
}
.btn01 a:hover::before {
  transform: translateX(0);
}
.btn01 a .btn-text {
  margin-right: var(--space-2);
  position: relative;
  z-index: 1;
}
.btn01 a .btn-icon {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: var(--white);
  border-radius: 2px;
  display: block;
  flex-shrink: 0;
  transform: rotate(45deg);
  transition: transform .4s ease;
}
.btn01 a:hover .btn-icon {
  transform: scale(1.1) rotate(225deg);
}

/* btn mini */
.btn01--mini a {
  width: 245px;
  height: 70px;
  line-height: 70px;
}

/* flex */
.flex {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.flex--space-between { justify-content: space-between; }
.flex--space-around  { justify-content: space-around; }
.flex--center        { justify-content: center; }
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* breadcrumb */
.breadcrumb {
  margin: 2.5rem 0 5rem 0;
  text-align: right;
}
.breadcrumb li {
  display: inline-block;
  position: relative;
  margin-right: 3rem;
}
.breadcrumb li::after {
  content: "";
  background-color: var(--main-color);
  display: inline-block;
  width: 1px;
  height: 20px;
  transform: rotate(20deg);
  position: absolute;
  right: -1.8rem;
  bottom: .5rem;
}
.breadcrumb li:last-child {
  font-size: var(--fs-base);
  margin-right: 0;
}
.breadcrumb li:last-child::after {
  content: none;
}
.breadcrumb li a {
  transition: var(--transition-base);
}
.breadcrumb li a:hover {
  color: var(--accent-color);
  transition: var(--transition-base);
}

/* pagenation */
.archive_pagination {
  margin-top: 5rem;
}
.page-numbers {
  display: flex;
  justify-content: center;
  gap: .5rem;
  text-align: center;
}
.page-numbers li {
  width: 45px;
  height: 45px;
  display: block;
}
.page-numbers li > a {
  background-color: var(--color-sub-alpha);
  border-radius: var(--radius-full);
  display: inline-block;
  font-size: var(--fs-base);
  font-weight: var(--fw-semibold);
  width: 45px;
  height: 45px;
  transition: var(--transition-base);
  line-height: 2.5;
}
.page-numbers li > a:hover {
  background-color: var(--main-color);
  color: var(--text-w);
  transition: var(--transition-base);
}
.page-numbers li span.current {
  background-color: var(--main-color);
  color: var(--text-w);
  border-radius: var(--radius-full);
  display: inline-block;
  font-size: var(--fs-base);
  font-weight: var(--fw-semibold);
  width: 45px;
  height: 45px;
  transition: var(--transition-base);
  line-height: 2.5;
}

/* page-top */
#page_top {
  position: fixed;
  right: var(--space-4);
  bottom: var(--space-4);
  z-index: var(--z-raised);
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
#page_top.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
#page_top a {
  background-color: var(--main-color);
  border-radius: var(--radius-base);
  color: var(--text-w);
  display: grid;
  width: 60px;
  height: 60px;
  justify-items: center;
  align-content: center;
  transition: var(--transition-base);
  transform: rotate(45deg);
}
#page_top a i.fa-arrow-up {
  transform: rotate(315deg);
}
#page_top a:hover {
  background-color: var(--sub-color);
  transition: var(--transition-base);
}

/* scroll-bar */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background-color: var(--white);
  border-left: solid 1px var(--light-gray);
}
::-webkit-scrollbar-thumb {
  background-color: var(--accent-color);
  border-radius: var(--radius-base);
  box-shadow: inset 0 0 0 2px var(--white);
}


/*--------------------------------------------------------------
## layout
--------------------------------------------------------------*/
.container,
.container02 {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.contents         { margin: 0 auto 12vw; }
.contents--small  { margin: 0 auto 4vw; }
.contents--type01 {
  width: 1180px;
  padding: 0 3rem;
}
.contents--type01.flex { align-items: center; }
.contents--type02      { max-width: 1800px; }
.contents--type03      { max-width: 1920px; width: 100%; }

#page {
  overflow: hidden;
  width: 100%;
}
.page-sub {
  padding: 0 0 6rem;
}
.page-sub h2 {
  font-family: var(--font-mincho);
  font-size: var(--fs-2xl);
  background: linear-gradient(135deg, var(--sub-color), var(--accent-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 4rem;
}
.page-sub h2::before {
  content: "";
  background: url(img/decolation/ttl_deco.png) no-repeat 50% 50% / cover;
  background: image-set(
    url(img/decolation/ttl_deco.png.webp) type("image/webp"),
    url(img/decolation/ttl_deco.png) type("image/png")
  ) no-repeat 50% 50% / cover;
  display: block;
  width: 25px;
  height: 15px;
  margin: 0 0 .5rem;
}
.page-sub h2 span {
  font-size: var(--fs-sm);
  font-weight: var(--fw-semibold);
  display: block;
  text-transform: uppercase;
}


/*--------------------------------------------------------------
## footer
--------------------------------------------------------------*/
/* contact */
.index-contact {
  background-color: var(--light-gray);
  background-image: repeating-conic-gradient(rgba(0, 0, 0, 0.05) 0% 25%, transparent 0% 50%);
  background-size: 100px 100px;
  box-sizing: border-box;
  padding: 10rem 2.5rem;
  position: relative;
  overflow: hidden;
}
.index-contact__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2.5rem;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  box-sizing: border-box;
}
.index-contact__box > div {
  flex: 1;
}
.index-contact__ttl h2 {
  font-family: var(--font-mincho);
}
.index-contact__ttl h2::before {
  content: "";
  background: url(img/decolation/ttl_deco.png) no-repeat left center / contain;
  background: image-set(
    url(img/decolation/ttl_deco.png.webp) type("image/webp"),
    url(img/decolation/ttl_deco.png) type("image/png")
  ) no-repeat left center / contain;
  display: block;
  width: 165px;
  height: 20px;
  margin-bottom: var(--space-2);
}
.index-contact__tel,
.index-contact__btn {
  text-align: center;
}
.index-contact__tel {
  border-left: 1px solid var(--main-color);
  border-right: 1px solid var(--main-color);
}
.index-contact__tel a {
  color: var(--main-color);
  font-size: var(--fs-2xl);
  font-weight: var(--fw-semibold);
  transition: var(--transition-base);
}
.index-contact__tel a:hover {
  color: var(--sub-color);
  transition: var(--transition-base);
}
.index-contact__tel a span {
  display: block;
  font-size: var(--fs-sm);
}
.index-contact__btn .btn01 {
  margin: 0;
}

/* footer */
.access-container {
  padding: 0 10rem 2.5rem;
  position: relative;
}
.access-container__bg {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.access__images {
  background-image: url(img/index/footer_bg.jpg);
  background-image: image-set(
    url(img/index/footer_bg.jpg.webp) type("image/webp"),
    url(img/index/footer_bg.jpg) type("image/jpeg")
  );
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 0 0;
  width: 100%;
}
.access-container__bg::after {
  content: "";
  background-color: var(--color-overlay-dark);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.access-container__box {
  position: relative;
  z-index: var(--z-raised);
  align-items: center;
  color: var(--white);
  text-align: left;
  margin: 0 auto;
  padding: 10rem 0 0;
  flex-direction: row-reverse;
  gap: 5rem;
}
.access-container__item,
.access-container__img,
.access-container__map {
  flex: 1;
}
.access-container__img img {
  border-radius: var(--radius-sm);
}
.access-container__logo {
  margin-bottom: var(--space-4);
}
.access-container__logo a {
  display: inline-block;
}
.access-container__item p:first-child {
  font-size: 1.3rem;
}
.access-container__txt {
  font-size: 1.2rem;
  position: relative;
  z-index: var(--z-raised);
  color: var(--text-w);
}
.access-container__details {
  border-bottom: 1px dotted var(--text-w);
  margin-bottom: var(--space-3);
  padding-bottom: var(--space-3);
}
.access-container__menu ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: var(--space-2);
}
.access-container__menu ul li a {
  color: var(--text-w);
  transition: var(--transition-base);
}
.access-container__menu ul li a:hover {
  color: var(--accent-color);
}
.access-container__map {
  position: relative;
  z-index: var(--z-raised);
  margin: 0 auto;
}
.access-container__copyright {
  text-align: center;
  font-size: .9rem;
  margin-top: var(--space-4);
  position: relative;
  z-index: var(--z-raised);
  color: var(--text-w);
}


/*--------------------------------------------------------------
## front-page.php（トップページ）
--------------------------------------------------------------*/
/***** index-contents1 *****/
.index-contents1 {
  position: relative;
}
@keyframes rotate-cw {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
@keyframes rotate-ccw {
  from { transform: rotate(0deg); }
  to   { transform: rotate(-360deg); }
}
.contents1__item--rt {
  background: url(img/decolation/bg_deco.png) no-repeat right center / contain;
  background: image-set(
    url(img/decolation/bg_deco.png.webp) type("image/webp"),
    url(img/decolation/bg_deco.png) type("image/png")
  ) no-repeat right center / contain;
  opacity: .1;
  width: 100%;
  height: 100px;
  position: absolute;
  right: 20%;
  top: -7rem;
  animation: rotate-cw 20s linear infinite;
}
.contents1__item--lt {
  background: url(img/decolation/bg_deco.png) no-repeat left center / contain;
  background: image-set(
    url(img/decolation/bg_deco.png.webp) type("image/webp"),
    url(img/decolation/bg_deco.png) type("image/png")
  ) no-repeat left center / contain;
  opacity: .1;
  width: 100%;
  height: 250px;
  position: absolute;
  left: 10%;
  top: -5rem;
  animation: rotate-ccw 15s linear infinite;
}
.contents1__item--rb {
  background: url(img/decolation/bg_deco.png) no-repeat right center / contain;
  background: image-set(
    url(img/decolation/bg_deco.png.webp) type("image/webp"),
    url(img/decolation/bg_deco.png) type("image/png")
  ) no-repeat right center / contain;
  opacity: .1;
  width: 100%;
  height: 150px;
  position: absolute;
  right: 10%;
  bottom: 5rem;
  animation: rotate-ccw 25s linear infinite;
}
.contents1__item--lb {
  background: url(img/decolation/bg_deco.png) no-repeat left center / contain;
  background: image-set(
    url(img/decolation/bg_deco.png.webp) type("image/webp"),
    url(img/decolation/bg_deco.png) type("image/png")
  ) no-repeat left center / contain;
  opacity: .1;
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 15rem;
  animation: rotate-cw 18s linear infinite;
}
.contents1__item--mt {
  background: url(img/decolation/bg_deco.png) no-repeat left center / contain;
  background: image-set(
    url(img/decolation/bg_deco.png.webp) type("image/webp"),
    url(img/decolation/bg_deco.png) type("image/png")
  ) no-repeat left center / contain;
  opacity: .1;
  width: 100%;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 0;
  animation: rotate-ccw 22s linear infinite; 
}
.contents1__item--mb {
  background: url(img/decolation/bg_deco.png) no-repeat left center / contain;
  background: image-set(
    url(img/decolation/bg_deco.png.webp) type("image/webp"),
    url(img/decolation/bg_deco.png) type("image/png")
  ) no-repeat left center / contain;
  opacity: .1;
  width: 100%;
  height: 25px;
  position: absolute;
  left: 50%;
  bottom: 0;
  animation: rotate-cw 30s linear infinite;
}
.contents1__txt {
  color: var(--main-color);
  font-family: var(--font-mincho);
  font-size: var(--fs-xl);
  font-weight: var(--fw-semibold);
  text-align: center;
}
.contents1__txt::before {
  content: "";
  background: url(img/decolation/concept_deco.png) no-repeat center center / contain;
  background: image-set(
    url(img/decolation/concept_deco.png.webp) type("image/webp"),
    url(img/decolation/concept_deco.png) type("image/png")
  ) no-repeat center center / contain;
  display: block;
  width: 275px;
  height: 125px;
  margin: 0 auto 2rem;
}
.contents1__img {
  position: absolute;
  top: 115%;
  left: 50%;
  width: 50%;
  transform: translateX(-50%);
  width: 65%;
}
.contents1__img img {
  border-radius: var(--radius-sm);
  width: 100%;
  height: 425px;
  object-fit: cover;
}

/***** index-contents2 *****/
.index-contents2 {
  background-color: var(--white);
  padding: 25rem 0 8rem;
}
.contents2__menu h2 {
  font-family: var(--font-mincho);
  margin-bottom: 5rem;
  text-align: center;
}
.contents2__menu h2::before,
.contents3__box h2::before,
.index-contents4 h2::before,
.index-news__ttl::before {
  content: "";
  background: url(img/decolation/ttl_deco.png) no-repeat center center / contain;
  background: image-set(
    url(img/decolation/ttl_deco.png.webp) type("image/webp"),
    url(img/decolation/ttl_deco.png) type("image/png")
  ) no-repeat center center / contain;
  display: block;
  width: 165px;
  height: 20px;
  margin: 0 auto 2rem;
}
.contents2__menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.5rem;
  text-align: center;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto 5rem;
  padding: 0 var(--space-4);
  box-sizing: border-box;
}
.contents2__menu ul li {
  flex: 1;
}
.contents2__menu ul li a {
  background-color: var(--middle-gray);
  border-radius: var(--radius-full);
  color: var(--main-color);
  display: block;
  padding: var(--space-2) .5rem;
  transition: var(--transition-base);
}
.contents2__menu ul li a:hover {
  background-color: var(--main-color);
  color: var(--white);
  transition: var(--transition-base);
}

.index-contents-list {
  display: block;
  margin-bottom: 8rem;
}
.index-contents-list__box {
  margin-bottom: 8rem;
}
.index-contents-list__box:last-child {
  margin-bottom: 0;
}
.index-contents-list__img {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  padding-top: 0;
  opacity: 1;
  transition: all .6s;
}
.index-contents-list__img img {
  width: 100%;
}
.index-contents-list li:nth-child(odd) .index-contents-list__img {
  margin: 0 0 0 36%;
}
.index-contents-list li:nth-child(odd) .index-contents-list__img img {
  border-top-left-radius: var(--radius-sm);
  border-bottom-left-radius: var(--radius-sm);
}
.index-contents-list li:nth-child(even) .index-contents-list__img {
  margin: 0 36% 0 0;
}
.index-contents-list li:nth-child(even) .index-contents-list__img img {
  border-top-right-radius: var(--radius-sm);
  border-bottom-right-radius: var(--radius-sm);
}
.index-contents-list__txt {
  position: relative;
  width: 25%;
  margin-top: -25%;
  padding: 8% 11% 5%;
  background-color: var(--white);
  border-top: 5px solid var(--accent-color);
  opacity: 1;
  transition: .2s;
}
.index-contents-list li:nth-child(even) .index-contents-list__txt {
  position: relative;
  width: 25%;
  margin: -25% 0 0 53%;
  padding: 8% 11% 5%;
}
.index-contents-list__ttl {
  position: relative;
  margin-bottom: 20px;
}
.index-contents-list__ttl h3 {
  color: var(--main-color);
  font-family: var(--font-mincho);
}
.index-contents-list__lead {
  font-size: var(--fs-xl);
  line-height: 2;
}
.index-contents-list__lead p {
  margin-bottom: 4rem;
}

/***** index-contents3 *****/
.index-contents3 {
  background: url(img/index/order_bg.jpg) no-repeat 50% 50% / cover;
  background: image-set(
    url(img/index/order_bg.jpg.webp) type("image/webp"),
    url(img/index/order_bg.jpg) type("image/jpeg")
  ) no-repeat 50% 50% / cover;
  padding: 10rem 0 6rem;
  position: relative;
}
.index-contents3::before {
  content: "";
  background-color: var(--color-overlay-mid);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: var(--z-base);
}
.contents3__box {
  color: var(--white);
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: var(--z-raised);
}
.contents3__box h2 {
  font-family: var(--font-mincho);
  text-align: center;
  margin-bottom: 5rem;
}
.contents3__box p {
  text-align: center;
  margin-bottom: 5rem;
}
.contents3__box .btn01 {
  display: flex;
  justify-content: center;
}

/***** index-contents4 *****/
.index-contents4 {
  margin: 15rem 0 0;
}
.index-contents4 h2 {
  font-family: var(--font-mincho);
  margin-bottom: 5rem;
  text-align: center;
}
/* .index-contents4 h2::before → 上の共通セレクタにまとめ済み */
.contents4__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.5rem;
  padding: 0 var(--space-4);
  box-sizing: border-box;
}
.contents4__item {
  flex: 1;
}
.contents4__link {
  display: block;
}
.contents4__img {
  line-height: 0;
  overflow: hidden;
  border-radius: var(--radius-sm);
}
.contents4__img img {
  width: 100%;
  height: 495px;
  object-fit: cover;
  transition: transform .4s ease;
}
.contents4__link:hover .contents4__img img {
  transform: scale(1.05);
}
.contents4__txt {
  padding: var(--space-4) var(--space-2) 0;
}
.contents4__txt h3 {
  font-family: var(--font-mincho);
  color: var(--main-color);
  margin-bottom: var(--space-3);
}

/***** index-news *****/
.index-news {
  padding: 10rem 0 7rem;
}
.index-news__box {
  border: 1px solid var(--main-color);
  padding: 5rem 6rem;
}
.index-news__head {
  align-items: center;
  border-bottom: 1px solid var(--main-color);
  padding: 0 0 var(--space-4);
  margin: 0 auto 4rem;
  width: 100%;
}
.index-news__ttl {
  font-family: var(--font-mincho);
  display: block;
  line-height: 1.8;
}
/* .index-news__ttl::before → 上の共通セレクタにまとめ済み（left centerのみ上書き） */
.index-news__ttl::before {
  background-position: left center;
  margin: 0 auto 1rem;
}
.index-news__head .btn01 {
  margin-top: 0;
}
.index-news__item {
  margin: 0 auto;
}
.index-news-list {
  width: 90%;
  margin: 0 auto;
}
.index-news-list__box {
  margin-bottom: 3rem;
  text-align: left;
}
.index-news-list__box a {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  gap: 3rem;
  position: relative;
}
.index-news-list__category {
  border-radius: var(--radius-full);
  background-color: var(--color-sub-alpha);
  color: var(--main-color);
  display: inline-block;
  font-size: .9rem;
  padding: 0 var(--space-2);
  width: 4rem;
  text-align: center;
}
.index-news-list__date {
  color: var(--accent-color);
  font-size: var(--fs-base);
}
.index-news-list__ttl {
  font-size: 1.1rem;
  font-weight: var(--fw-semibold);
}
.index-news-list__btn span {
  background-color: var(--dark-gray);
  border-radius: 3px;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  right: 0;
  transition: transform .4s ease;
  margin-bottom: .25rem;
  transform: rotate(45deg);
}
.index-news-list__box a:hover .index-news-list__btn span {
  transform: scale(1.1) rotate(225deg);
}
.not-found__txt {
  color: var(--red);
  text-align: center;
}


/*--------------------------------------------------------------
## page-company.php（会社案内ページ）
--------------------------------------------------------------*/
.page-company {
  margin: 10rem 0 0;
}
.company_about,
.company__profile {
  margin-bottom: var(--space-16);
}
.company_about h3 {
  color: var(--main-color);
  font-family: var(--font-mincho);
  margin-bottom: var(--space-2);
}
.company__profile--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5rem;
}
.company__profile__img {
  flex: .5;
}
.company__profile__img div img {
  border-radius: var(--radius-sm);
}
.company__profile__img div:nth-child(2) img {
  width: 185px;
  height: auto;
  margin-top: -15%;
  margin-left: -15%;
}
.company__profile__table {
  flex: 1;
}
.company__profile__table table {
  width: 100%;
  height: 100%;
}
.company__profile__table table th,
.company__profile__table table td {
  border-bottom: 1px solid var(--main-color);
  padding: var(--space-2);
  vertical-align: middle;
}
.company__profile__table table th {
  color: var(--main-color);
  font-weight: var(--fw-semibold);
  text-align: left;
  vertical-align: middle;
  width: 30%;
}

/* ダイヤ装飾（共通） */
.company__profile__table table th::before,
.products__menu-label::before,
.products-single__explanation p::before,
.products-single__price p::before,
.contact__table table td.item > p span:first-child::before {
  content: "";
  background-color: var(--accent-color);
  border-radius: 2px;
  width: 8px;
  height: 8px;
  margin-right: var(--space-2);
  margin-bottom: .15rem;
  display: inline-block;
  transform: rotate(45deg);
}


/*--------------------------------------------------------------
## index.php / archive.php（商品一覧ページ）
--------------------------------------------------------------*/
.products {
  padding: 0 0 6rem;
}
.products__menu-group {
  margin-bottom: var(--space-4);
}
.products__menu-label {
  font-size: 1.1rem;
  margin-bottom: .5rem;
}
.products__menu-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: var(--space-2);
}
.products__menu-item {
  flex: 0 0 calc(25% - 1rem);
}
.products__menu-item a {
  flex: 0 0 calc(25% - 1rem);
  background-color: var(--sub-color);
  border-radius: var(--radius-full);
  color: var(--white);
  display: block;
  padding: var(--space-2) .5rem;
  text-align: center;
  transition: var(--transition-base);
}
.products__menu-item a:hover {
  background-color: var(--main-color);
  transition: var(--transition-base);
}
.products__menu-item.is-active a {
  background-color: var(--main-color);
  color: var(--text-w);
  border-color: var(--main-color);
}
.products__box {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 10rem auto 0;
  gap: var(--space-3);
}
.products__item {
  width: calc(100% / 3 - 1rem);
  text-align: center;
}
.products__txt h3 {
  color: var(--main-color);
  font-family: var(--font-mincho);
  font-size: var(--fs-lg);
  margin: var(--space-2) 0 .5rem;
  text-align: left;
}
.products__txt--category {
  text-align: left;
}
.products__txt--category span {
  background-color: var(--middle-gray);
  border-radius: var(--radius-full);
  color: var(--text-b);
  display: inline-block;
  font-size: var(--fs-xs);
  padding: 0 var(--space-2);
  margin-right: .5rem;
  margin-bottom: .5rem;
}


/*--------------------------------------------------------------
## single.php（商品一覧詳細ページ）
--------------------------------------------------------------*/
.products-single__item {
  margin-bottom: 3rem;
  width: calc(70% - 4rem);
}
.products-single__ttl {
  color: var(--main-color);
  font-size: 1.8rem;
  font-family: var(--font-mincho);
  text-align: center;
  margin: 0rem 0 3rem;
}
.products-single__thumb {
  line-height: 0;
}
.products-single__thumb img {
  border-radius: var(--radius-sm);
}
.post-categories {
  border-bottom: 1px solid var(--dark-gray);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: var(--space-3) 0 2.5rem;
  padding: 0 0 2.5rem;
}
.post-categories a {
  border: 1px solid var(--accent-color);
  border-radius: var(--radius-full);
  color: var(--accent-color);
  display: inline-block;
  padding: 0 var(--space-2);
  margin-right: .5rem;
  transition: var(--transition-base);
}
.post-categories a:hover {
  background-color: var(--accent-color);
  color: var(--white);
  transition: var(--transition-base);
}
.products-single__txt {
  margin: 4rem 0;
}
.products-single__btn {
  text-align: center;
}

/* カスタムフィールド */
.products-single__explanation p,
.products-single__price p {
  color: var(--main-color);
  font-size: 1.1rem;
  margin-bottom: .5rem;
}

/* サイドバー */
.widget-container {
  width: calc(375px - 4rem);
}
.wp-block-heading {
  font-size: 1.2rem;
  border-left: 4px solid var(--accent-color);
  border-bottom: 1px dotted var(--accent-color);
  border-radius: 2px;
  padding-left: var(--space-3);
  padding-bottom: .25rem;
  margin-bottom: var(--space-3);
}
.cat-item-3,
.cat-item-1 {
  margin-bottom: var(--space-4);
}
.cat-item-3 > a,
.cat-item-1 > a {
  background-color: var(--main-color);
  border-top: 3px solid var(--sub-color);
  color: var(--white);
  display: block;
  padding: .25rem var(--space-2);
  pointer-events: none;
  margin-bottom: var(--space-2);
}
.cat-item .children li {
  transition: var(--transition-base);
}
.cat-item .children li::before {
  content: "";
  background-color: var(--accent-color);
  display: inline-block;
  margin-right: var(--space-2);
  width: 30px;
  height: 1px;
  vertical-align: middle;
}
.cat-item .children li:hover {
  transform: translateX(10px);
}


/*--------------------------------------------------------------
## archive-news.php（新着情報一覧ページ）
--------------------------------------------------------------*/
.news {
  padding: 0 0 6rem;
}
.news__item {
  margin: 0 auto;
}
.news__box {
  margin: 10rem auto 0;
}
.news-list__box {
  margin-bottom: 3rem;
  text-align: left;
  position: relative;
}
.news-list__box a {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 3rem;
  transition: var(--transition-base);
}
.news-list__category {
  border-radius: var(--radius-full);
  background-color: var(--color-sub-alpha);
  color: var(--main-color);
  display: inline-block;
  font-size: .9rem;
  padding: 0 var(--space-2);
  text-align: center;
}
.news-list__date {
  color: var(--accent-color);
  font-size: var(--fs-base);
}
.news-list__ttl {
  font-size: 1.1rem;
  font-weight: var(--fw-semibold);
}
.news-list__btn span {
  background-color: var(--dark-gray);
  border-radius: 3px;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  right: 0;
  transition: transform .4s ease;
  transform: rotate(45deg);
  margin-bottom: .25rem;
}
.news-list__box a:hover .news-list__btn span {
  transform: scale(1.1) rotate(225deg);
}


/*--------------------------------------------------------------
## single-news.php（新着情報詳細ページ）
--------------------------------------------------------------*/
.news-single {
  padding: 0 0 6rem;
}
.news-single__box {
  margin: 10rem auto 0;
}
.news-single__item {
  text-align: center;
}
.news-single__ttl {
  text-align: center;
  margin: 0 auto var(--space-2);
}
.news-single__date {
  text-align: center;
  color: var(--accent-color);
  margin: 0 auto 3.5rem;
}
.news-single .wp-post-image {
  border-radius: var(--radius-sm);
  max-width: 100%;
  margin: 0 auto 3rem;
}
.news-single__txt {
  text-align: left;
  margin: 0 auto;
  max-width: 90%;
}
.news-btn {
  margin: 8rem auto 0;
  text-align: center;
}
.news-btn a {
  margin: 0 auto;
}


/*--------------------------------------------------------------
## page-order.php&page-contact.php（ご注文・お問い合わせページ）
--------------------------------------------------------------*/
button, input, optgroup, select, textarea {
  background-color: var(--white);
  box-sizing: border-box;
  padding: .5rem var(--space-2);
}
input[name="your-name"],
input[name="your-ruby"],
input[name="your-email"],
input[name="confirm-email"],
input[name="your-address"],
input[name="your-tel"],
textarea {
  width: 100%;
}
input[name="your-postcode"] {
  width: 10rem;
  margin-bottom: .5rem;
}
input[type="submit"] {
  display: block;
  position: relative;
  z-index: var(--z-raised);
  text-decoration: none;
  box-sizing: border-box;
  border-radius: var(--radius-full);
  width: 295px;
  height: 75px;
  text-align: center;
  color: var(--text-w);
  background-color: var(--main-color);
  margin: 0 auto;
  overflow: hidden;
  transition: var(--transition-base);
}
input[type="submit"]:hover {
  background-color: var(--sub-color);
  transition: var(--transition-base);
}
.wpcf7-number[name="number01"],
.wpcf7-number[name="number02"],
.wpcf7-number[name="number03"],
.wpcf7-number[name="number04"],
.wpcf7-number[name="number05"] {
  text-align: left;
  width: 260px;
}
.wpcf7-form-control.wpcf7-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23333' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
}
.wpcf7-checkbox .wpcf7-list-item {
  display: inline-block;
  margin: 4px 6px;
}
.wpcf7-not-valid-tip {
  border-left: 4px solid;
  border-bottom: 1px dotted;
  padding-left: var(--space-2);
  padding-bottom: .25rem;
  margin-top: .5rem;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  transform: translateX(-100%);
  opacity: 0;
  animation: slideInFromLeft .4s ease-out forwards;
}
@keyframes slideInFromLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.wpcf7 form .wpcf7-response-output {
  background-color: var(--white);
  border-radius: var(--radius-sm);
  font-size: var(--fs-xl);
  font-weight: var(--fw-semibold);
}
.page-order,
.page-contact,
.page-policy {
  margin-top: 10rem;
}
.required,
.option {
  background-color: var(--white);
  border: 1px solid var(--red);
  border-radius: 3px;
  color: var(--red);
  font-size: var(--fs-sm);
  padding: .1rem .5rem;
}
.option {
  border: 1px solid var(--blue);
  color: var(--blue);
}
.contact__table table {
  width: 100%;
  height: 100%;
}
.contact__table table th,
.contact__table table td {
  border-bottom: 1px solid var(--main-color);
  padding: 1.25rem;
}
.contact__table table tr:first-child th,
.contact__table table tr:first-child td {
  border-top: 1px solid var(--main-color);
}
.contact__table table th {
  color: var(--main-color);
  font-weight: var(--fw-semibold);
  text-align: left;
  vertical-align: middle;
  width: 30%;
}
.contact__table table th > p {
  display: flex;
  justify-content: space-between;
}
.contact__table table td.item > p {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 5rem;
  margin-bottom: .5rem;
}
.contact__table table td.item > p span {
  flex: .4;
}
.contact__table table td.total p.order-total {
  text-align: right;
}
.contact__table table td.total p.order-total span.quantity {
  color: var(--accent-color);
  font-size: var(--fs-xl);
  font-weight: var(--fw-semibold);
}
.contact__policy {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3rem auto;
}
.contact__policy a {
  color: var(--accent-color);
  font-size: var(--fs-md);
  font-weight: var(--fw-semibold);
  position: relative;
  text-decoration: none;
}
.contact__policy a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 0.3s ease;
}
.contact__policy a:hover::after {
  width: 100%;
}
.contact__recapcha {
  display: flex;
  justify-content: center;
  margin: 2rem auto;
}
#autozip {
  display: none !important;
}


/*--------------------------------------------------------------
## page-policy.php（プラバシーポリシーページ）
--------------------------------------------------------------*/
.policy__details div {
  margin-bottom: 2.5rem;
}
.policy__details div h4 {
  color: var(--main-color);
  font-size: var(--fs-lg);
  font-weight: var(--fw-semibold);
}
.policy__details div p {
  font-size: var(--fs-base);
}


/*--------------------------------------------------------------
## responsive
--------------------------------------------------------------*/
/* 1440px */
@media screen and (max-width: 1440px) {
  .access-container {
    padding: 0 5rem 2.5rem;
    position: relative;
    box-sizing: border-box;
  }
  .access__images {
    background-attachment: scroll;
  }
  .index-contents-list__txt,
  .index-contents-list li:nth-child(even) .index-contents-list__txt {
    width: 30%;
  }
}

/* 1280px */
@media screen and (max-width: 1280px) {
  .contents--type01 { width: calc(100% - 100px); }
  .contents4__img img { height: 395px; }
}

/* 1024px */
@media screen and (max-width: 1024px) {
  .contents        { margin-bottom: 20vw; }
  .contents--small { margin-bottom: 10vw; }
  .contents--type03 { width: 100%; }

  .index-contact { padding: 6rem 1.5rem; }
  .access-container__box {
    flex-direction: column;
    gap: 2.5rem;
  }
  .access-container__item,
  .access-container__map { width: 100%; }

  .index-contents2 { padding: 20rem 0 10rem; }
  .contents1__img img { height: 325px; }
  .index-contents3 { padding: 8rem 0 4rem; }
  .contents4__item { flex: 0 0 calc(48% - .5rem); }
  .index-news { padding: 5rem 0 2.5rem; }
  .index-news__box { padding: 3rem; }

  .products { padding: 5rem 0; }
  .products__box { margin: 5rem auto 0; }
  .products-single__box { display: block; }
  .products-single__item {
    margin-bottom: 5rem;
    width: 100%;
    padding-right: 0;
  }
  .products-single__thumb { text-align: center; }
  .products-single__ttl { margin: 3rem 0 1.5rem; }
  .products-single__txt { margin: 3rem 0; }

  .widget-container {
    width: 100%;
    margin-left: 0rem;
  }

  .contact__table table th,
  .contact__table table td {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: .75rem;
  }
  .contact__table table tr:first-child td { border-top: none; }
  .contact__table table th > p {
    justify-content: flex-start;
    gap: var(--space-3);
  }
}

/* 960px */
@media screen and (max-width: 960px) {
  .contents--type01 {
    width: calc(100% - 10vw);
    margin-right: auto;
    padding: 0;
  }

  .index-contact__ttl h2 { text-align: center; }
  .index-contact__ttl h2::before {
    background-position: center center;
    margin: 0 auto var(--space-2);
  }
  .index-contact__box > div:first-child { flex: calc(100%); }
  .index-contact__box > div:nth-child(2),
  .index-contact__box > div:nth-child(3) {
    border: none;
    flex: 0 0 calc(45%);
  }

  .access-container__box { padding: 6rem 0 0; }

  .contents1__img { width: 90%; }
  .index-contents-list__img {
    position: relative;
    display: inline-block;
    width: 84%;
    margin-bottom: 40px;
    padding-top: 0;
    opacity: 1;
    transition: all .6s;
  }
  .index-contents-list li:nth-child(odd) .index-contents-list__img  { margin: 0 0 0 16%; }
  .index-contents-list li:nth-child(even) .index-contents-list__img { margin-left: 0%; }
  .index-contents-list__txt {
    width: auto;
    margin-top: -5%;
    padding: 10% 16% 0 120px;
  }
  .index-contents-list li:nth-child(even) .index-contents-list__txt {
    width: auto;
    margin: -5% 0 0 0;
    padding: 10% 16% 0 120px;
  }
  .index-contents2  { padding: 20rem 0 5rem; }
  .index-contents3__item { width: 100%; }
  .index-contents4  { margin: 10rem 0 0; }
  .index-news-list  { width: 100%; margin: 0 auto; }

  .products__item { width: calc(100% / 2 - .75rem); }
  .products__item:first-child { margin-top: 0; }

  .news-single__box   { margin: 5rem auto 0; }
  .news-single__ttl   { font-size: 1.4rem; }
  .news-single__txt   { max-width: 90%; }
  .news-single__date  { margin: 0 auto var(--space-4); }
}

/* 780px */
@media screen and (max-width: 780px) {
  .page-sub h2 {font-size: 1.6rem; margin-bottom: var(--space-4);}
  .page-sub h2 span { font-size: .8rem; }

  .breadcrumb { margin: 3rem 0; }
  .products .breadcrumb,
  .news .breadcrumb,
  .news-single .breadcrumb { margin: 0 0 3rem 0; }

  .contents4__img img { height: 325px; }

  .index-news-list__box a {gap: 1rem;}
  .index-news-list__date { flex: 0 0 calc(30% - .5rem);}
  .index-news-list__ttl  { flex: 0 0 calc(90% - .5rem); }

  .products__menu-item { flex: 0 0 calc(30% - 1rem); }

  .page-company { margin: 5rem 0 0; }
  .company__profile__img,
  .company__profile__table { flex: 0 0 calc(100%); }
  .company__profile__img { text-align: right; }
  .company__profile__img img:nth-child(2) {
    margin-left: unset;
    margin-right: 5%;
  }
  .company__profile--wrap { gap: var(--space-4); }
  .company_about,
  .company__profile { margin-bottom: var(--space-12); }
  .company_about h3 { font-size: 1.6rem; }

  .news { padding: 7rem 0 6rem; }
  .news__box { margin: 6rem auto 0; }
  .news-list__box { margin-bottom: var(--space-4); }
  .news-list__box a { gap: 0; }
  .news-list__category { width: 5rem; margin-right: var(--space-4); }
  .news-list__ttl {flex: 0 0 calc(100%); margin-top: 1rem;}

  .news-single { padding: 5rem 0 0; }
  .news-single__ttl  { margin: 4rem auto 0; font-size: 1.2rem; }
  .news-single__date { margin: 0 auto var(--space-4); }
  .news-single__txt  { max-width: 100%; }
  .news-single .wp-post-image { margin: 0 auto var(--space-2); }

  .contact__table table td.item > p { gap: 2.5rem; }
}

/* 560px */
@media screen and (max-width: 560px) {
  h1 { font-size: 2.4rem; }
  h2 { font-size: 2rem; }
  h3 { font-size: 1.8rem; }
  h4 { font-size: 1.4rem; }
  p, a { font-size: var(--fs-base); }
  li, th, td { font-size: var(--fs-base); }

  .contents--type01,
  .contents--type02 { width: calc(100% - 3rem); }

  .post_thum_images { height: 250px; }

  .btn01 a,
  input[type="submit"] {
    width: 275px;
    height: 60px;
  }
  .btn01--mini a {
    width: 200px;
    height: 50px;
  }

  #page_top { right: var(--space-2); bottom: var(--space-2); }
  #page_top a { width: 50px; height: 50px; }

  .breadcrumb li {
    font-size: .9rem;
    margin-right: var(--space-4);
  }
  .breadcrumb li::after {
    right: -1rem;
    bottom: .5rem;
  }

  .archive_pagination { margin-top: 3rem; }

  .contents1__txt { font-size: var(--fs-md); }
  .contents1__img img { height: 250px; }

  .index-contents2 { padding: 18rem 0 5rem; }
  .contents2__menu h2,
  .index-contents4 h2,
  .index-contact__ttl h2,
  .contents3__box h2,
  .index-news__ttl {
    font-size: 1.6rem;
    margin-bottom: 2.5rem;
  }
  .contents2__menu h2::before,
  .index-contents4::before,
  .index-contact__ttl h2::before { margin: 0 auto var(--space-2); }
  .contents2__menu ul { gap: var(--space-2); }
  .contents2__menu ul li { flex: 0 0 calc(47%); }
  .index-contents-list {margin-bottom: 4rem;}
  .index-contents-list__box { margin-bottom: 5rem; }
  .index-contents-list__img { width: 90%; }
  .index-contents-list__txt {
    position: relative;
    padding: 3rem;
    opacity: 0;
    transition: all .6s;
  }
  .index-contents-list li:nth-child(even) .index-contents-list__txt { padding: 3rem; }
  .index-contents-list__lead p { margin-bottom: 3rem; }

  .index-contents3 { padding: 6rem var(--space-2) 4rem; }
  .index-contents-list__ttl h3 { font-size: 1.4rem; }

  .index-contents4 { margin: 6rem 0 0; }
  .contents4__item  { flex: 0 0 calc(100%); }
  .contents4__list  { padding: 0; }
  .contents4__txt   { padding: var(--space-2) .5rem 0; }
  .contents4__txt h3 {
    font-size: 1.6rem;
    margin-bottom: .5rem;
  }

  .index-news { padding: 2.5rem 0; }
  .index-news .contents--type01 {
    max-width: calc(100%);
    width: 100%;
    box-sizing: border-box;
    padding: 0 var(--space-2);
  }
  .index-news__box { padding: var(--space-4); }
  .index-news__head {margin: 0 auto 2rem;}
  .index-news-list__date { flex: 0 0 calc(25% - .5rem); }
  .index-news-list__box {margin-bottom: 1.5rem; }
  .index-news-list__ttl {font-size: 1rem;}

  .index-contact { padding: 4rem var(--space-2); }
  .index-contact h2 { margin-bottom: 0; }
  .index-contact__box > div:nth-child(2),
  .index-contact__box > div:nth-child(3) { flex: 0 0 calc(100%); }
  .access-container {
    width: 100% !important;
    padding: 0 1.5rem 2.5rem;
  }

  .products { padding: 6rem 0 3rem; }
  .products__menu-item { flex: 0 0 calc(48% - 1rem); }
  .products__menu-item a { padding: .5rem .25rem; font-size: var(--fs-sm); }
  .products__txt h3 { font-size: 1.2rem; margin: var(--space-2) 0 0; }
  .products__txt--category span { padding: .5rem; }

  .widget-container_title { font-size: 1.6rem; }
  .products-single__ttl { font-size: 1.6rem; }

  .company__profile__table table th,
  .company__profile__table table td { padding: var(--space-2); }
  .company_about h3 { font-size: 1.4rem; }

  .news { padding: 7rem 0 3rem; }
  .news-list__ttl { flex: 0 0 calc(90%) }
  .news-btn { margin: 2rem auto 4rem; }

  .contact__table table { table-layout: fixed; }
  .contact__table table td.item > p { gap: 0; }
  .contact__table table td.item > p span { flex: 0 0 calc(100%); }
  .contact__policy a { font-size: var(--fs-base); }
  .policy__details div { margin-bottom: var(--space-3); }
}

/* 425px */
@media screen and (max-width: 425px) {
  .contents1__item--lt { height: 150px;}
  .contents1__item--rb { height: 85px;}
  .contents1__item--mt { height: 100px;}

  .contents1__txt::before { width: 250px; height: 100px;}
  .contents1__img { top: 105%;}

  .page-sub h2 {font-size: 1.5rem;}

  .post_thum_images { height: 215px; }
  .products__item { width: 100%; }

  .company__profile__table table th,
  .company__profile__table table td {
    display: block;
    width: auto;
  }
  .page-order,
  .page-contact,
  .page-policy {
    margin-top: 5rem;
  }
}