@charset "UTF-8";
/* destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.container .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: -15px;
  margin-right: -15px;
}

.container .row .col {
  padding-left: 15px;
  padding-right: 15px;
}

.container-w {
  padding-left: 15px;
  padding-right: 15px;
}

.section, .page__member .send, #main .page__cart, .page__member, .page__member .member_submenu {
  margin-bottom: 60px;
}

.section--l {
  margin-bottom: 80px;
  padding-top: 72px;
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
}

img {
  max-width: 100%;
}

.header,
.hero,
#nav-menu,
#main,
.footer {
  position: relative;
  z-index: 10;
}

.header {
  z-index: 15;
}

#nav-menu {
  z-index: 20;
}

.header {
  background-color: rgba(0, 0, 0, 0.35);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.header__inner {
  display: flex;
  align-items: center;
  height: 72px;
}

.header .logo {
  margin-right: auto;
  padding-left: 1em;
}

.header .logo a {
  display: flex;
  align-items: center;
  font-size: 10px;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.header .logo .img {
  display: block;
  margin-right: 10px;
  width: 48px;
}

.header .logo .img img {
  width: 100%;
}

.header .logo .header-name {
  text-align: end;
}

.header .logo .header-name .desc {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 18px;
}

.header .logo .header-name .name {
  font-size: 12px;
  font-weight: 300;
}

.header .toggler {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 100%;
  background-color: #000;
  margin-left: auto;
  transition: all 300ms ease-out;
}

.header .toggler span {
  display: block;
  width: 35%;
  height: 2px;
  background-color: #fff;
  margin: calc((100% - 8px) * 0.06) 0;
  transition: all 300ms ease-out;
}

.header .toggler.open span {
  margin: 0;
}

.header .toggler.open span:first-child {
  margin-top: 1px;
  transform: rotate(45deg);
}

.header .toggler.open span:last-child {
  margin-top: -2px;
  transform: rotate(-45deg);
}

#nav-menu {
  background-color: #000;
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

#nav-menu .site-menu {
  padding: 50px 20px 0;
}

#nav-menu .site-menu li {
  color: #fff;
  padding: 15px 0;
  font-weight: bold;
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-30px);
}

.shop-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 80px);
}

.shop-header .header-name {
  display: none;
}

.shop-header .cart-icon {
  margin-right: 15px;
}

.shop-header .cart-icon img {
  width: 26px;
  margin-right: 10px;
}

.hero {
  position: relative;
}

.hero img {
  width: 100%;
}

.hero .hero__swiper {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 50;
}

.hero__logo {
  position: absolute;
  top: 30px;
  left: 25px;
  z-index: 75;
}

.hero__logo img {
  width: 220px;
}

.hero__cover {
  width: 100%;
  overflow: hidden;
}

.hero__content .hero-lead {
  color: #fff;
  position: absolute;
  top: 80%;
  left: 5%;
  z-index: 10;
}

.hero__content .hero-lead .hero-e {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.hero__content .hero-lead .hero-e span {
  color: #8dcf00;
}

.hero__content .hero-lead .hero-j {
  font-size: 22px;
}

.hero__content .hero-text {
  position: absolute;
  top: 60%;
  left: 5%;
  color: #fff;
  font-size: 12px;
  line-height: 2;
  z-index: 10;
}

.hero__content .hero-text span {
  display: none;
}

.hero__content h1 {
  position: absolute;
  top: 5%;
  right: 8%;
  z-index: 10;
}

.hero__content h1 img {
  height: 300px;
}

.subpage--hero {
  height: 48vw;
  background-image: url(../img/hero/sub-hero.jpg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right -50px center;
}

.subpage--hero__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

.subpage--hero .front--head {
  margin-bottom: 0;
  color: #fff;
}

.subpage--hero .front--head .en {
  font-size: 24px;
  margin-bottom: 10px;
}

.subpage--hero .front--head .ja {
  font-size: 14px;
  letter-spacing: 0.15em;
}

.post__contents {
  margin-bottom: 40px;
}

.post__contents .post__inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.post__contents .title .meta {
  font-size: 12px;
  margin: 10px 0;
}

.post__contents .title h2 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 1em;
}

.post__contents .content {
  line-height: 1.875;
}

.post__contents .content figure {
  text-align: center;
  margin: 30px 0;
}

.post__contents .content figure img {
  width: 100%;
  max-width: 600px;
}

.archive__post .archive__inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.archive__post .archive__item {
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
}

.archive__post .archive__item a {
  padding: 10px 5px;
}

.archive__post .archive__item .more {
  color: #555;
  display: inline-block;
  padding: 0px 12px 3px 12px;
  border-radius: 20px;
  border: 1px solid #555;
}

.archive__post .meta {
  color: #5ba83d;
  font-size: 12px;
  margin-bottom: 4px;
}

.archive__post .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 1em;
}

.archive__post .title .date {
  color: #5ba83d;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.archive__post .title h3 {
  line-height: 1.75;
  font-size: 14px;
}

.pagination__wrapper {
  width: 100%;
  margin-top: 20px;
}

.pagination {
  width: 100%;
}

.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination .page-numbers {
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 30px;
  background-color: #f1f1f1;
  margin: 0 2px 5px;
}

.pagination .page-numbers.current {
  background-color: #d8f1cd;
}

.pagination .next,
.pagination .prev {
  width: auto;
  background-color: transparent;
  margin: 0 6px 5px;
}

.case-header {
  margin-bottom: 30px;
}

.case-header .case-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.case-header .case-title .case-neme {
  font-size: 20px;
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.case-header .case-title .case-category {
  font-size: 14px;
  color: #5ba83d;
  font-weight: bold;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}

.construction {
  margin-bottom: 15px;
}

.construction .const-img {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.construction .const-img img {
  width: 100%;
}

.construction .const-img .title {
  position: absolute;
  top: -1em;
  left: 0;
  width: 30%;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.1em;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  background: #c29a44;
  padding: 0.5em 0;
  margin-bottom: 20px;
}

.construction .const-img .title.after {
  background: #e98b00;
}

.case-detail .area {
  padding-right: 30px;
  margin-bottom: 15px;
}

.case-detail .area .case-area {
  font-size: 12px;
  color: #555;
  margin-bottom: 6px;
}

.case-detail .area .area-name {
  font-size: 1em;
}

.case-detail .data {
  border-left: 1px solid #555;
  padding-left: 10px;
  font-size: 14px;
}

.case-detail .data dl {
  margin-bottom: 10px;
}

.case-detail .data dl dt {
  margin-bottom: 5px;
}

.shop-image {
  text-align: center;
  margin: 72px 0;
}

.section--head {
  text-align: center;
  margin-bottom: 30px;
}

.section--head .en {
  position: relative;
  font-size: 26px;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  z-index: 1;
  letter-spacing: 0.05em;
}

.section--head .en::after {
  position: absolute;
  content: url(../img/title-bg.png);
  margin-left: -40px;
  z-index: -1;
  transform-origin: bottom;
  transform: scale(0.5);
}

.section--head .ja {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 0.08em;
  padding-left: 1em;
}

.section--head .ja::before {
  position: absolute;
  content: "⚫︎";
  left: 0;
  top: 25%;
  font-size: 50%;
  color: #d7400c;
}

.shop--category .search {
  max-width: 1120px;
  margin-bottom: 20px;
}

.shop--category .search h3 {
  position: relative;
  font-size: 18px;
  padding-left: 15px;
  padding-bottom: 15px;
  border-bottom: 4px solid #9b9b9b;
  margin-bottom: 20px;
}

.shop--category .search h3::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 100%;
  left: 0;
  bottom: 6px;
  background-color: #8dcf00;
}

.shop--category .search ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shop--category .search ul a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
  height: 4em;
  border: 1px solid #9b9b9b;
  margin-bottom: 20px;
}

.product--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.product--list .product--item {
  width: 50%;
  padding: 8px;
}

.product--list .product--item .thumb {
  margin-bottom: 10px;
}

.product--list .product--item .thumb img {
  width: 100%;
  height: auto;
}

.product--list .product--item .label, .product--list .product--item .price {
  margin-bottom: 6px;
  font-size: 12px;
}

.product--list .product--item .price {
  margin-bottom: 10px;
  font-weight: 600;
}

.product--list .product--item .more a {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  background: #000;
  padding: 0.5em 3em;
  border-radius: 9999px;
}

.mandatory-display {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 40px;
}

.mandatory-display .mandatory-display-inner .mandatory-list {
  margin-bottom: 20px;
}

.mandatory-display .mandatory-display-inner .mandatory-list a {
  display: flex;
  align-items: center;
}

.mandatory-display .mandatory-display-inner .mandatory-list a img {
  width: 15px;
  margin-right: 15px;
}

.mandatory-display .mandatory-display-inner .mandatory-list p {
  font-size: 14px;
}

.sp-show {
  display: block;
}

.pc-show {
  display: none;
}

.news-container {
  position: absolute;
  left: 0;
  right: 20%;
  top: 100%;
  background: #000;
  color: #fff;
  font-size: 14px;
  padding: 2em;
}

.news-container .head {
  margin-bottom: 20px;
}

.news-container .head h2 {
  margin-bottom: 8px;
}

.news-container .head span {
  color: #8dcf00;
}

.news-container .news--item {
  line-height: 1.5;
}

.front--about {
  margin-top: 200px;
}

.front--about__inner {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
}

.front--about__inner .front--intro, .front--about__inner .front--img {
  width: 100%;
}

.front--about__inner .front--intro {
  margin-bottom: 30px;
}

.front--about__inner .front--intro .front--title {
  font-weight: bold;
  letter-spacing: 0.2em;
  opacity: 0;
  transform: translateY(30px);
}

.front--about__inner .front--intro .front--title .en {
  color: #4f4f4f;
  font-size: 38px;
  margin-bottom: 6px;
}

.front--about__inner .front--intro .front--title .jp {
  font-size: 16px;
  margin-bottom: 18px;
}

.front--about__inner .front--intro .front--text {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(30px);
}

.front--about__inner .front--intro .more-btn {
  opacity: 0;
  transform: translateY(30px);
}

.front--about__inner .front--img {
  position: relative;
  z-index: -10;
}

.front--about__inner .front--img .about-text {
  font-size: 44px;
  font-weight: 100;
  letter-spacing: 2px;
  color: #d8d8d8;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 20;
  opacity: 0;
  transform: translateY(30px);
}

.front--about__inner .front--img .about-img {
  position: relative;
}

.front--about__inner .front--img .about-img::before {
  display: block;
  content: '';
  padding-top: 82%;
}

.front--about__inner .front--img .about-img .img01,
.front--about__inner .front--img .about-img .img02,
.front--about__inner .front--img .about-img .img03 {
  position: absolute;
  opacity: 0;
  transform: translateY(30px);
}

.front--about__inner .front--img .about-img .img01 {
  top: 0;
  left: 0;
  right: 57.2%;
  z-index: 15;
}

.front--about__inner .front--img .about-img .img02 {
  top: 5%;
  right: 0;
  left: 46%;
  z-index: 10;
}

.front--about__inner .front--img .about-img .img03 {
  left: 10%;
  right: 47.5%;
  bottom: 0;
  z-index: 5;
}

.front--service {
  background: #e3e3e3;
  padding: 30px 0;
}

.front--service__inner {
  padding-left: 15px;
  padding-right: 15px;
}

.front--service__inner .service-list {
  display: flex;
  flex-wrap: wrap;
}

.front--service__inner .service-list .service-item {
  width: 50%;
  padding: 0 5px;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(30px);
}

.front--service__inner .service-list .service-item .item-text {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 1em 10px;
}

.front--service__inner .service-list .service-item .item-text h3 {
  font-size: 18px;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}

.front--service__inner .service-list .service-item .item-text .en {
  font-size: 10px;
  letter-spacing: 0.08em;
}

.front--service__inner .service-list .service-item .item-text .x {
  font-size: 20px;
  margin: 8px 0;
}

.front--service__inner .service-list .service-item .item-text .desc {
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.front--works .works-list {
  display: flex;
  flex-wrap: wrap;
}

.front--works .works-list .works-item {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
}

.front--works .works-list .works-item a {
  display: block;
  width: 100%;
}

.front--works .works-list .works-item .works-img {
  position: relative;
  margin-bottom: 10px;
}

.front--works .works-list .works-item .works-img::before {
  display: block;
  content: "";
  padding-top: 67.5%;
}

.front--works .works-list .works-item .works-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.front--works .works-list .works-item .works-text {
  font-size: 14px;
  line-height: 1.5;
}

.front--works .works-list .works-item .works-text .works-name .bg {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background: #000;
  padding: 4px 20px;
  border-radius: 20px;
  margin-bottom: 4px;
}

.front--works .works-list .works-item .works-text .works-name .name {
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.front--works .works-list .splide__arrows .splide__arrow {
  top: 20vw;
}

.front--works .works-list .splide__arrows .splide__arrow.splide__arrow--prev {
  left: 10vw;
}

.front--works .works-list .splide__arrows .splide__arrow.splide__arrow--next {
  right: 10vw;
}

.front--works .works-list .splide__pagination .is-active {
  background-color: #888;
}

.service-area .area-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
  justify-content: space-between;
}

.service-area .area-list .area-item {
  display: flex;
  flex-direction: column;
  background: #fcfcfc;
  border: 1px solid #d4d4d4;
  padding: 13px;
  color: #2a2a2a;
  margin-bottom: 20px;
}

.service-area .area-list .area-item.aichi {
  width: 100%;
}

.service-area .area-list .area-item.gifu, .service-area .area-list .area-item.mie {
  width: 100%;
}

.service-area .area-list .area-item .pref {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 20px;
}

.service-area .area-list .area-item .pref .jp {
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}

.service-area .area-list .area-item .pref .en {
  font-size: 10px;
}

.service-area .area-list .area-item .city-list {
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 1px;
}

.more-btn {
  display: flex;
  justify-content: end;
}

.more-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  width: 240px;
  height: 56px;
  background-color: #efefef;
  border-radius: 36px;
  padding: 20px 56px 20px 36px;
  position: relative;
}

.more-btn a .arrow {
  display: block;
  width: 36px;
  height: 36px;
  background-image: url(../img/arrow_right.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

.view-all {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}

.footer {
  background-image: url(../img/footer/footer-bg.jpg.webp);
  background-position: center center;
}

.footer .footer__inner {
  width: 75%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  padding: 45px 0;
}

.footer .footer__inner .footer--info {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.75;
  margin-bottom: 30px;
}

.footer .footer__inner .footer--info .footer--logo {
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.footer .footer__inner .footer--info .footer--logo img {
  margin-bottom: 20px;
}

.footer .footer__inner .footer--info .company--name {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 18px;
}

.footer .footer__inner .footer--info .company--name_en {
  font-size: 10px;
}

.footer .footer__inner .footer--info .address {
  font-size: 10px;
  margin-bottom: 24px;
}

.footer .footer__inner .footer--info .business {
  text-align: center;
}

.footer .footer__inner .footer--info .business a {
  display: block;
  background-color: #333333;
  font-size: 14px;
  padding: 1em 3.5em;
  border-radius: 9999px;
}

.footer .footer__inner .contact-tel {
  margin-bottom: 60px;
}

.footer .footer__inner .contact-tel .contact-tel_text {
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.footer .footer__inner .contact-tel .tel-info {
  display: flex;
  align-items: center;
}

.footer .footer__inner .contact-tel .tel-info img {
  height: 46px;
}

.footer .footer__inner .contact-tel .tel-info .tel-num {
  margin-left: 10px;
}

.footer .footer__inner .contact-tel .tel-info .tel-num .open {
  font-size: 11px;
}

.footer .footer__inner .contact-tel .tel-info .tel-num .number {
  font-size: 26px;
  margin-top: 10px;
}

.footer .footer__inner .contact-btn {
  text-align: center;
}

.footer .footer__inner .contact-btn .bg-white {
  color: #000;
  background-color: #fff;
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  padding: 1em 1.5em;
  border-radius: 9999px;
}

.footer .footer__inner .contact-btn .bg-white img {
  height: 16px;
}

.footer .footer__inner .contact-btn .bg-white span {
  margin-left: 10px;
  font-size: 14px;
}

.footer .footer__inner .contact-btn .footer-sns {
  text-align: center;
  margin-top: 30px;
}

.footer .footer__inner .contact-btn .footer-sns a img {
  width: 32px;
  margin-top: 20px;
}

.footer .footer__inner .contact-btn .footer-sns a p {
  font-size: 12px;
  margin-top: 4px;
  letter-spacing: 1px;
}

.footer .copyright {
  text-align: center;
  color: #fff;
  font-size: 10px;
  padding-bottom: 15px;
}

.floating--banner {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(30px);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.floating--banner img {
  width: 100%;
}

.floating--banner a {
  margin-bottom: 20px;
}

.back {
  display: block;
  font-size: 14px;
  width: 200px;
  color: #fff;
  background: #525252;
  text-align: center;
  margin: 60px auto 90px;
  padding: 16px;
}

.page__content.page__product {
  margin-top: 30px;
}

.product--intro {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  margin-bottom: 60px;
}

.product--intro img {
  width: 60px;
  margin-bottom: 10px;
}

.product--intro h2 {
  font-size: 30px;
  margin-bottom: 16px;
}

.product--intro p {
  font-size: 12px;
}

.product_info {
  max-width: 600px;
  margin: 0 auto;
}

.product_info .thumb {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}

.product_info .thumb img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.product_info .thumb-wrapper {
  margin-bottom: 10px;
}

.product_info .thumb .swiper-button-next,
.product_info .thumb .swiper-button-prev {
  color: #262626;
}

.product_info .info {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  width: 100%;
  padding: 0 10px;
}

.product_info .p_name {
  font-size: 24px;
  margin-bottom: 16px;
}

.product_info .detail {
  line-height: 1.75;
  margin-bottom: 20px;
}

.product_info form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.product_info .p_price {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 8px;
}

.product_info .p_price .s_price {
  font-size: 30px;
  font-weight: 700;
}

.product_info .p_price .s_price .tax {
  font-size: 0.5em;
  font-style: normal;
  font-weight: 700;
}

.product_info .p_price .stock {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  font-size: 12px;
  color: #fff;
  background-color: #666;
  padding: 5px 14px 6px;
  margin-top: 10px;
  margin-right: 16px;
}

.product_info .select {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  margin-right: 6px;
  margin-left: auto;
  margin-bottom: 24px;
}

.product_info .select p {
  display: flex;
  align-items: center;
}

.product_info .select p span {
  font-weight: 700;
}

.product_info .select p span::after {
  content: '：';
}

.product_info .select p input {
  margin-top: 10px;
  padding: 6px 8px;
}

.product_info .select .skuquantity {
  width: 60px;
  text-align: right;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 6px 10px;
}

.product_info .cart_btn {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  width: 100%;
}

.product_info .cart_btn .skubutton {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: #000;
  width: 100%;
  text-align: center;
  border-radius: 40px;
  padding: 24px 20px;
}

.category--head h2 {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px;
}

.products-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 -10px;
}

.products-list .product-item {
  width: 50%;
  padding: 0 10px;
}

.products-list .product-item .name {
  margin: 6px 0 4px;
}

.products-list .product-item .price {
  font-weight: 700;
  color: #c00;
}

.products-list .product-item .price .tax {
  font-size: 12px;
  font-style: normal;
}

#main .page__cart .post .send {
  font-size: 14px;
  margin-bottom: 20px;
}

#main .page__cart form {
  padding: 0 10px;
}

#main .page__cart h5 {
  color: #fff;
  background-color: #666;
  padding: 15px;
}

#main .page__cart #cart {
  max-width: 100%;
  overflow-x: scroll;
  padding-bottom: 20px;
}

#main .page__cart .usccart_navi {
  max-width: 500px;
  margin: 0 auto 20px;
}

#main .page__cart .usccart_navi ol {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  height: auto;
  margin: 0 -10px;
  position: relative;
}

#main .page__cart .usccart_navi ol::before {
  display: block;
  content: '';
  height: 2px;
  background-color: #808080;
  position: absolute;
  top: 24px;
  left: calc(100% / 8);
  right: calc(100% / 8);
  z-index: 5;
}

#main .page__cart .usccart_navi ol .ucart {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  font-weight: normal;
  width: 25%;
  color: #262626;
  background: none;
  text-align: center;
  position: relative;
  z-index: 10;
}

#main .page__cart .usccart_navi ol .ucart .number {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  background-color: #bbb;
  margin-bottom: 0.5em;
}

#main .page__cart .usccart_navi ol .ucart.usccart_cart, #main .page__cart .usccart_navi ol .ucart.usccart_customer, #main .page__cart .usccart_navi ol .ucart.usccart_delivery, #main .page__cart .usccart_navi ol .ucart.usccart_confirm {
  font-weight: 700;
}

#main .page__cart .usccart_navi ol .ucart.usccart_cart .number, #main .page__cart .usccart_navi ol .ucart.usccart_customer .number, #main .page__cart .usccart_navi ol .ucart.usccart_delivery .number, #main .page__cart .usccart_navi ol .ucart.usccart_confirm .number {
  background-color: #000;
}

#main .page__cart .upbutton {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  font-size: 12px;
  margin-bottom: 5px;
  padding-right: 0;
}

#main .page__cart .upbutton input {
  font-size: 14px;
  background-color: #eee;
  padding: 12px 20px;
  border-radius: 3px;
  margin: 10px 0 10px 10px;
}

#main .page__cart #inside-cart table tbody {
  background-color: #fff;
}

#main .page__cart table {
  font-size: 16px;
  width: 100%;
  border: none;
  margin-bottom: 15px;
}

#main .page__cart table th, #main .page__cart table td {
  font-size: 12px;
  min-width: 60px;
  border: 1px solid #ddd;
  vertical-align: middle;
  padding: 8px 10px;
}

#main .page__cart table th em, #main .page__cart table td em {
  font-size: 12px;
  font-style: normal;
}

#main .page__cart table th img, #main .page__cart table td img {
  max-width: 100%;
  height: auto;
}

#main .page__cart table .num {
  width: 40px;
  text-align: center;
}

#main .page__cart table .thumbnail {
  width: 70px;
  text-align: center;
}

#main .page__cart table .productname {
  line-height: 1.5;
}

#main .page__cart table td.quantity {
  width: 60px;
  text-align: right;
}

#main .page__cart table td.quantity .quantity {
  text-align: center;
  background-color: #fff;
  border-color: #ddd;
  padding: 8px 6px;
}

#main .page__cart table .subtotal {
  width: 110px;
  text-align: right;
}

#main .page__cart table .aright {
  text-align: right;
}

#main .page__cart table .stock {
  width: 90px;
  text-align: center;
}

#main .page__cart table .action {
  width: 64px;
  text-align: center;
}

#main .page__cart table .action input {
  font-size: 14px;
  background-color: #eee;
  padding: 4px 12px;
  border-radius: 3px;
}

#main .page__cart table input,
#main .page__cart table textarea,
#main .page__cart table select {
  background-color: #fafafa;
  border: 1px solid #eee;
  padding: 8px 12px;
}

#main .page__cart table .member_name {
  width: 32px;
}

#main .page__cart table.customer_form th {
  background-color: #f2f4f5;
}

#main .page__cart table.customer_form th em {
  color: #da0000;
}

#main .page__cart table tfoot tr td {
  font-size: 16px;
  min-width: none;
  border: none;
}

#main .page__cart table tfoot .num {
  font-size: .9em;
  text-align: left;
}

#main .page__cart table tfoot .amount-text {
  font-weight: 700;
}

#main .page__cart table tfoot .amount-text .tax {
  font-weight: normal;
}

#main .page__cart table tfoot .amount {
  font-size: 1.3em;
  font-weight: 700;
  letter-spacing: 1px;
}

#main .page__cart #inside-cart thead {
  background-color: #f2f4f5;
}

#main .page__cart #inside-cart .no_cart {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 100;
  color: #262626;
}

#main .page__cart #inside-cart .send {
  border-top-color: #666;
  padding-top: 40px;
}

#main .page__cart #customer-info .send,
#main .page__cart #delivery-info .send,
#main .page__cart #info-confirm .send {
  border-top-color: #666;
  padding-top: 40px;
}

#main .page__cart #delivery-info .customer_form dt {
  font-size: 12px;
  font-weight: normal;
}

#main .page__cart #delivery-info td {
  flex-direction: row;
  align-items: center;
}

#main .page__cart #delivery-info td input[type=radio] {
  margin-right: 4px;
}

#main .page__cart #delivery-info td label {
  display: inline-flex;
  align-items: center;
}

#main .page__cart #info-confirm .confiem_notice,
#main .page__cart #info-confirm .currency_code {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 1em;
}

#main .page__cart #info-confirm .confiem_notice {
  display: flex;
  justify-content: center;
  padding: 0 10px;
  margin-bottom: 2em;
}

#main .page__cart #info-confirm .bdc {
  background-color: transparent;
}

#main .page__cart #wc_confirm #cart_table thead {
  background-color: #f2f4f5;
}

#main .page__cart #wc_confirm #cart_table tr > *:last-child {
  display: none;
}

#main .page__cart #wc_confirm #cart_table .send {
  border-top-color: #666;
  padding-top: 40px;
}

#main .page__cart #wc_confirm #confirm_table th {
  background-color: #f2f4f5;
}

#main .page__cart #wc_confirm #confirm_table h3 {
  font-size: 18px;
  color: #333;
}

#main .page__cart #wc_confirm #confirm_table .ttl {
  font-weight: 700;
  background-color: #ddd;
}

#main .page__cart #wc_confirm #confirm_table .send {
  border-top-color: #666;
  padding-top: 40px;
}

#main .page__cart .customer_form,
#main .page__cart .customer_form tbody {
  display: block;
}

#main .page__cart .customer_form tr {
  display: block;
  border-bottom: 1px solid #ddd;
}

#main .page__cart .customer_form th, #main .page__cart .customer_form td {
  width: 100%;
  border-bottom: none;
}

#main .page__cart .customer_form th {
  display: block;
  margin-top: 15px;
}

#main .page__cart .customer_form td {
  display: flex;
  flex-direction: column;
}

#main .page__cart .send {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 50px;
}

#main .page__cart .send input {
  color: #fff;
  background-color: #000;
  padding: 16px 30px;
  margin: 0 10px 4px;
}

#main .page__cart .send input.continue_shopping_button, #main .page__cart .send input.back_cart_button, #main .page__cart .send input.back_to_customer_button, #main .page__cart .send input.back_to_delivery_button {
  color: #444;
  background-color: #ddd;
}

#main .page__cart .header_explanation,
#main .page__cart .footer_explanation {
  padding-top: 0;
}

#main #note {
  width: 100%;
  height: 10em;
}

#main #cart_completion {
  padding: 30px 0;
}

#main #cart_completion .completion__img {
  display: flex;
  align-items: center;
  justify-content: center;
}

#main #cart_completion .completion__img::before, #main #cart_completion .completion__img::after {
  display: block;
  content: '';
  width: 120px;
  height: 2px;
  border-radius: 1px;
  background-color: #262626;
}

#main #cart_completion .completion__img::before {
  margin-right: 20px;
}

#main #cart_completion .completion__img::after {
  margin-left: 20px;
}

#main #cart_completion .completion__img svg {
  width: 80px;
  height: auto;
  fill: none;
  stroke: #68C314;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

#main #cart_completion .completion__head {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin-top: 40px;
}

#main #cart_completion .completion__txt {
  text-align: center;
  line-height: 1.75;
  margin-top: 20px;
}

#main #cart_completion .back_to_top_button {
  background-color: #eaeaea;
  border-radius: 4px;
  padding: 20px 50px;
}

#escott-dialog .ui-dialog-titlebar {
  height: auto;
  padding: 10px 20px;
}

#escott-dialog .send {
  margin-top: 16px;
}

#escott-dialog .send input[type=button] {
  color: #fff;
  background-color: #000;
  padding: 16px 30px;
  margin: 0 10px;
}

#escott-dialog #escott-token-form table th, #escott-dialog #escott-token-form table td {
  padding: 10px 16px;
}

#escott-dialog #escott-token-form input,
#escott-dialog #escott-token-form select {
  border: 1px solid #f1f1f1;
  line-height: 1.75;
  padding: 4px 6px;
}

#escott-dialog #escott-token-form select {
  padding: 4px 10px;
}

.page__member .container {
  max-width: 1000px;
}

.page__member .header_explanation li,
.page__member .footer_explanation li {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 12px;
}

.page__member table {
  display: block;
  width: 100%;
  margin: 16px 0;
}

.page__member table tbody {
  display: block;
  width: 100%;
}

.page__member table tr {
  display: block;
  flex-wrap: wrap;
  width: 100%;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  background-color: #fff;
  margin-bottom: 8px;
}

.page__member table th, .page__member table td {
  font-size: 14px;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding: 8px 12px;
}

.page__member table th {
  display: block;
  font-weight: 700;
  background-color: #dfe8cd;
  width: 100%;
}

.page__member table th em {
  font-size: 10px;
  font-style: normal;
  color: #da0000;
  margin-right: 6px;
}

.page__member table td {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.page__member table td .member_name,
.page__member table td .member_furigana {
  width: 40px;
}

.page__member table td input,
.page__member table td select {
  border: 1px solid #eee;
  padding: 8px 6px;
}

.page__member table td select {
  -moz-appearance: auto;
       appearance: auto;
  position: relative;
}

.page__member table td input[type=text], .page__member table td input[type=email], .page__member table td input[type=password] {
  width: 100%;
  margin-bottom: 4px;
}

.page__member table td input#name1, .page__member table td input#name2 {
  width: calc(100% - 40px);
}

.page__member table td input#name3, .page__member table td input#name4 {
  width: calc(100% - 40px);
}

.page__member table td input#zipcode {
  width: 6em;
  margin-right: 6px;
  margin-bottom: 0;
}

.page__member table td input#search_zipcode {
  margin-right: 6px;
}

.page__member table td input#address1, .page__member table td input#address2, .page__member table td input#address3 {
  width: 70%;
  margin-right: 6px;
}

.page__member table td input#tel, .page__member table td input#fax {
  width: 160px;
  margin-right: 6px;
}

.page__member .send {
  font-size: 14px;
  text-align: center;
}

.page__member .send input[type=submit] {
  color: #fff;
  background-color: #000;
  border-radius: 4px;
  padding: 16px 48px;
}

.page__member .member-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f7f7f7;
  padding: 30px 15px;
}

.page__member .member-box form {
  width: 90%;
}

.page__member .member-box p {
  margin-bottom: 12px;
}

.page__member .member-box input {
  border: 1px solid #eee;
  padding: 8px 6px;
}

.page__member .member-box input[type=text], .page__member .member-box input[type=password] {
  background-color: #fff;
  width: 100%;
  margin-top: 8px;
}

.page__member .member-box input[type=submit] {
  border: none;
  color: #fff;
  background-color: #000;
  border-radius: 4px;
  padding: 12px 40px;
  margin: 12px 0;
}

.page__member .member-box .nav {
  width: 90%;
}

.page__member .member-box .nav a {
  font-size: 14px;
}

.page__member .new-entry {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 30px 0 0;
}

.page__member .new-entry a {
  display: inline-block;
  color: #fff;
  background-color: #000;
  border-radius: 4px;
  padding: 12px 40px;
  margin-top: 10px;
}

.page__member .mem__completed p {
  text-align: center;
}

.page__member .mem__completed a {
  display: inline-block;
  color: #fff;
  background-color: #000;
  border-radius: 4px;
  padding: 20px 40px;
  margin-top: 10px;
}

.page__member .mem__completed a.back_to_top_button {
  background-color: transparent;
  padding: 0;
}

.page__member #memberinfo h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 2em;
  margin-bottom: 0.5em;
}

.page__member .member_submenu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.page__member .member_submenu li {
  padding: 0 20px;
  margin-bottom: 20px;
}

/* 見出しエリア */
.content-header {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  margin-bottom: 40px;
}

.content-header .company-label {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  letter-spacing: 0.05em;
}

.content-header .company-label .dot {
  width: 8px;
  height: 8px;
  background: #6fb92c;
  border-radius: 50%;
}

.content-header .company-label .en {
  font-size: 20px;
  margin-bottom: 3px;
}

.content-header .company-label .jp {
  font-size: 12px;
  margin: 0;
  color: #666;
}

.line {
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #6fb92c 20%, #d9e6ea 20%);
  margin-bottom: 10px;
}

.line.case-l {
  margin-left: 0;
}

/* コンテンツ */
h2 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.5;
}

h2 span {
  color: #5ba83d;
}

.campany-contents {
  letter-spacing: 0.03em;
}

.campany-contents .text {
  width: 100%;
  margin-bottom: 30px;
}

.campany-contents .text .detail {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 20px;
}

.campany-contents .text .name {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  letter-spacing: 0.05em;
}

.campany-contents .photo {
  text-align: center;
}

.company-table {
  width: 100%;
  margin: 0 auto;
}

.company-table dl {
  margin: 0;
}

.company-table .row {
  display: flex;
  border-bottom: 1px solid #dcdcdc;
  padding: 20px 0;
  margin: 0;
  font-size: 16px;
}

.company-table dt {
  width: 200px;
  font-weight: bold;
  margin-bottom: 8px;
}

.company-table dd {
  margin: 0;
  flex: 1;
  line-height: 1.8;
}

.map .pin-name {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.map .pin-name img {
  margin-right: 10px;
}

.map .pin-name span {
  color: #5ba83d;
  font-weight: bold;
}

.map .address {
  font-size: 14px;
  margin-bottom: 20px;
}

.map .google-map iframe {
  width: 100%;
}

.faq--categories {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.faq--categories .category--list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 -8px;
}

.faq--categories .category--item {
  width: calc(100% / 2);
  padding: 0 8px;
  margin-bottom: 12px;
}

.faq--categories .category--item a {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
}

.faq--categories .category--item a::before {
  display: block;
  content: '';
  border: 0.3em solid #5ba83d;
  border-radius: 50%;
  margin-right: 0.5em;
}

.faq--intro {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  margin-bottom: 60px;
}

.faq--intro img {
  width: 60px;
  margin-bottom: 10px;
}

.faq--intro h2 {
  font-size: 30px;
  margin-bottom: 16px;
}

.faq--intro p {
  font-size: 12px;
}

.faq--lists {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.faq--item {
  margin-bottom: 30px;
}

.faq--item__head {
  margin-bottom: 20px;
}

.faq--item__head h3 {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

.faq--item__head h3::before {
  display: block;
  content: '';
  width: 30px;
  height: 2px;
  background-color: #5ba83d;
  margin-right: 12px;
}

.faq--item__head h3 span {
  width: calc(100% - 42px);
}

.faq--box {
  margin-bottom: 20px;
}

.faq--box .question {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border-radius: 10px;
  background-color: #5ba83d;
  padding: 10px 15px;
  margin-bottom: 0;
  cursor: pointer;
}

.faq--box .question::before {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  content: 'Q';
  font-family: 'Inter', sans-serif;
  color: #30716a;
  background-color: #fff;
  width: 35px;
  height: 35px;
  box-shadow: 2px 0 0 #5ba83d;
  border-radius: 50%;
  margin-right: 10px;
  padding-top: 1px;
}

.faq--box .question span {
  width: calc(100% - 45px);
}

.faq--box .answer {
  display: none;
  line-height: 1.5;
  margin-top: 15px;
  margin-left: 15px;
  padding-bottom: 30px;
}

.page__contact .page__inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.page__contact .contact--table {
  margin-bottom: 30px;
}

.page__contact .contact--table .table--row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 14px;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}

.page__contact .contact--table .table--head {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  padding-left: 10px;
  border-left: 4px solid #5ba83d;
}

.page__contact .contact--table .table--head p {
  display: flex;
  align-items: center;
  font-weight: 700;
}

.page__contact .contact--table .table--head p span {
  display: block;
  font-size: 10px;
  color: #fff;
  background-color: #5ba83d;
  border-radius: 9999px;
  margin-left: 1em;
  padding: 0.375em 1em 0.5em;
}

.page__contact .contact--table input,
.page__contact .contact--table textarea {
  width: 100%;
  border-radius: 4px;
  background-color: #fff;
  letter-spacing: 0.05em;
  border: 1px solid #888;
  padding: 0 0.75em;
}

.page__contact .contact--table input {
  height: 2.75em;
}

.page__contact .contact--table textarea {
  line-height: 1.75;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.page__contact .contact--table .mwform-tel-field input {
  width: 6em;
}

.page__contact .contact--table .mwform-tel-field input:nth-child(2) {
  width: 4em;
}

.page__contact .contact--table .submit--btn {
  font-size: 14px;
  text-align: center;
  margin-top: 40px;
}

.page__contact .contact--table .submit--btn input {
  font-weight: 500;
  width: 240px;
  height: auto;
  color: #fff;
  background: #5ba83d;
  border: none;
  border-radius: 9999px;
  margin: 0.5em 1em;
  padding: 1.5em 3em;
}

.page__contact .contact--table .submit--btn input[name=submitBack] {
  background-color: #bbb;
}

.page__contact .mwform-radio-field.horizontal-item input[type=radio] {
  width: 14px;
  height: 14px;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
  outline: none;
}

.contact-head {
  text-align: center;
  margin-bottom: 30px;
}

.contact-head h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.mwform-radio-field.horizontal-item label {
  position: relative;
  display: flex;
}

.mwform-radio-field.horizontal-item label span {
  padding-left: 20px;
}

.page--service__inner .sevice-list {
  margin-bottom: 30px;
}

.page--service__inner .sevice-list .sevice-img {
  width: 100%;
  margin-bottom: 10px;
}

.page--service__inner .sevice-list .sevice-content {
  position: relative;
  background: #fff;
  padding: 1em 1em;
  width: 100%;
}

.page--service__inner .sevice-list .sevice-content.reverse {
  margin-right: -10%;
}

.page--service__inner .sevice-list .sevice-content .sevice-head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.page--service__inner .sevice-list .sevice-content .sevice-head .head-icon {
  margin-right: 10px;
}

.page--service__inner .sevice-list .sevice-content .sevice-head .title {
  letter-spacing: 0.08em;
}

.page--service__inner .sevice-list .sevice-content .sevice-head .title h2 {
  font-size: 18px;
  margin-bottom: 3px;
}

.page--service__inner .sevice-list .sevice-content .sevice-head .title .sub {
  font-size: 12px;
  color: #00a799;
}

.page--service__inner .sevice-list .sevice-content .detail {
  margin-bottom: 20px;
}

.page--service__inner .sevice-list .sevice-content .detail p {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 10px;
}

.page__privacy-policy {
  line-height: 1.75;
}

.page__privacy-policy .content {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  font-size: 14px;
}

.page__privacy-policy .content h1 {
  font-size: 28px;
}

.page__privacy-policy .content p {
  line-height: 2;
  margin-bottom: 1em;
}

.page__privacy-policy h3 {
  font-size: 20px;
  margin-top: 2em;
  margin-bottom: 0.25em;
  font-weight: bold;
}

.page__privacy-policy ul {
  list-style: disc;
  margin: 0.75em 0 1.5em;
  padding-left: 1.5em;
}

.page__tradelaw .container {
  max-width: 1000px;
}

.page__tradelaw .wp-block-table table {
  font-size: 14px;
  line-height: 1.5;
}

.page__tradelaw .wp-block-table th, .page__tradelaw .wp-block-table td {
  padding: 0.75em;
}

.page__tradelaw .wp-block-table th {
  background-color: #eeeeee;
  width: 40%;
}

.page__tradelaw .wp-block-table td {
  width: 60%;
}

.content h1 {
  font-size: 22px;
  margin-bottom: 30px;
}

.animated {
  opacity: 0;
  transform: translateY(30px);
}

@media (min-width: 768px) {
  .container {
    max-width: 670px;
    margin-right: auto;
    margin-left: auto;
  }
  .container-w {
    max-width: 670px;
    margin-right: auto;
    margin-left: auto;
  }
  .section, .page__member .send, #main .page__cart, .page__member, .page__member .member_submenu {
    margin-bottom: 90px;
  }
  #nav-menu .site-menu li {
    font-size: 24px;
    padding: 20px 0;
  }
  .shop-header .header-name {
    display: block;
  }
  .shop-header .cart-icon {
    margin-right: 30px;
  }
  .shop-header .cart-icon img {
    width: 30px;
    margin-right: 15px;
  }
  .hero__logo {
    top: 40px;
    left: 30px;
  }
  .hero__logo img {
    width: 280px;
  }
  .hero__content .hero-lead {
    top: 70%;
  }
  .hero__content .hero-lead .hero-e {
    font-size: 42px;
  }
  .hero__content .hero-lead .hero-j {
    font-size: 38px;
  }
  .hero__content .hero-text {
    top: 45%;
    left: 60%;
    font-size: 14px;
  }
  .subpage--hero__inner {
    padding: 0 50px;
  }
  .subpage--hero .front--head .en {
    font-size: 60px;
  }
  .subpage--hero .front--head .ja {
    font-size: 20px;
  }
  .post__contents {
    margin-bottom: 80px;
  }
  .post__contents .title .meta {
    margin: 20px 0;
  }
  .post__contents .content figure {
    margin: 50px 0;
  }
  .archive__post .archive__item {
    padding: 20px 0;
  }
  .archive__post .archive__item a {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 10px 20px;
  }
  .archive__post .meta {
    margin-bottom: 0;
  }
  .archive__post .title {
    margin-bottom: 0;
  }
  .case-header .case-title .case-neme {
    font-size: 30px;
  }
  .construction {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .construction .const-img {
    width: 48%;
  }
  .construction .const-img .title {
    font-size: 16px;
  }
  .case-detail {
    display: flex;
    align-items: center;
  }
  .case-detail .area {
    text-align: center;
    border-right: 1px solid #555;
    margin-bottom: 0;
  }
  .case-detail .area .case-area {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .case-detail .area .area-name {
    font-size: 1.5em;
  }
  .case-detail .data {
    border-left: none;
    padding-left: 30px;
    font-size: 16px;
  }
  .case-detail .data dl {
    display: flex;
    margin-bottom: 0;
    line-height: 1.5em;
  }
  .case-detail .data dl dt {
    margin-right: 15px;
  }
  .section--head {
    margin-bottom: 60px;
  }
  .section--head .en {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .section--head .en::after {
    transform: scale(1);
  }
  .section--head .ja {
    font-size: 20px;
  }
  .shop--category .search {
    margin-bottom: 40px;
  }
  .shop--category .search h3 {
    font-size: 20px;
  }
  .mandatory-display {
    margin-bottom: 90px;
  }
  .mandatory-display .mandatory-display-inner {
    display: flex;
    justify-content: center;
  }
  .mandatory-display .mandatory-display-inner .mandatory-list {
    margin: 0 20px;
  }
  .mandatory-display .mandatory-display-inner .mandatory-list p {
    font-size: 16px;
  }
  .news-container .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .news-container .head h2 {
    margin-bottom: 0;
  }
  .front--about {
    margin-top: 260px;
  }
  .front--about__inner {
    max-width: 760px;
    margin: 0 auto;
  }
  .front--about__inner .front--intro .front--title .en {
    font-size: 50px;
    margin-bottom: 15px;
  }
  .front--about__inner .front--intro .front--title .jp {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .front--about__inner .front--intro .front--text {
    margin-bottom: 20px;
  }
  .front--about__inner .front--img .about-text {
    font-size: 52px;
  }
  .front--service__inner {
    max-width: 760px;
    margin: 0 auto;
  }
  .front--service__inner .service-list .service-item {
    padding: 0 10px;
  }
  .front--works .works-list .works-item {
    width: calc(100% / 3);
    padding: 0 5px;
    margin-bottom: 30px;
  }
  .front--works .works-list .works-item .works-img {
    margin-bottom: 15px;
  }
  .front--works .works-list .splide__arrows .splide__arrow {
    top: 26%;
  }
  .front--works .works-list .splide__arrows .splide__arrow.splide__arrow--prev {
    left: 0;
  }
  .front--works .works-list .splide__arrows .splide__arrow.splide__arrow--next {
    right: 0;
  }
  .service-area .area-list .area-item {
    flex-direction: row;
    align-items: center;
    padding: 26px;
  }
  .service-area .area-list .area-item.gifu, .service-area .area-list .area-item.mie {
    width: 49%;
  }
  .service-area .area-list .area-item .pref {
    width: 100px;
    height: 100%;
    margin-bottom: 0;
    border-right: 1px solid #d4d4d4;
    border-bottom: none;
  }
  .service-area .area-list .area-item .city-list {
    font-size: 13px;
    padding-left: 15px;
    width: calc(100% - 100px);
  }
  .footer .footer__inner {
    width: 90%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0;
  }
  .footer .footer__inner .footer--info {
    margin-bottom: 0;
  }
  .footer .footer__inner .footer--info .business a {
    padding: 1.8em 3.5em;
  }
  .footer .footer__inner .contact-tel {
    margin-bottom: 0;
  }
  .footer .footer__inner .contact-tel .contact-tel_text {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .footer .footer__inner .contact-tel .tel-info .tel-num .number {
    font-size: 26px;
  }
  .floating--banner {
    display: flex;
    flex-direction: column;
    left: unset;
    right: 15px;
  }
  .floating--banner img {
    width: 12vw;
    max-width: 200px;
  }
  .product_info .thumb {
    margin-bottom: 40px;
  }
  .product_info .p_name {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .product_info .detail {
    margin-bottom: 30px;
  }
  .product_info .p_price {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }
  .product_info .p_price .s_price {
    order: 1;
  }
  .product_info .p_price .stock {
    order: 2;
    margin-right: 0;
  }
  .product_info .select {
    margin: 0 0 0 auto;
  }
  .product_info .select p {
    flex-direction: column;
    align-items: flex-start;
  }
  .product_info .select p span::after {
    content: none;
  }
  .product_info .select .skuquantity {
    width: 200px;
    text-align: center;
  }
  .product_info .cart_btn {
    width: 100%;
    margin-top: 30px;
  }
  .products-list .product-item {
    width: calc(100% / 3);
  }
  #main .page__cart table th, #main .page__cart table td {
    font-size: 14px;
    min-width: 80px;
    padding: 12px 12px;
  }
  #main .page__cart table input,
  #main .page__cart table textarea,
  #main .page__cart table select {
    margin: 0 12px;
  }
  #main .page__cart table.customer_form th {
    width: 220px;
  }
  #main .page__cart .customer_form,
  #main .page__cart .customer_form tbody {
    display: table;
    width: 100%;
  }
  #main .page__cart .customer_form tr {
    display: table-row;
    border-bottom: none;
  }
  #main .page__cart .customer_form th, #main .page__cart .customer_form td {
    width: auto;
    border-bottom: 1px solid #ddd;
  }
  #main .page__cart .customer_form th {
    display: table-cell;
    margin-top: 0;
  }
  #main .page__cart .customer_form td {
    display: table-cell;
  }
  #main .page__cart .send {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #main #note {
    width: calc(100% - 24px);
  }
  .page__member table {
    display: table;
  }
  .page__member table tbody {
    display: table-row-group;
  }
  .page__member table tr {
    display: table-row;
    margin-bottom: 0;
  }
  .page__member table th, .page__member table td {
    display: table-cell;
    padding: 12px;
  }
  .page__member table th {
    display: table-cell;
    width: auto;
    line-height: 34px;
  }
  .page__member table td {
    display: table-cell;
    width: auto;
    vertical-align: middle;
  }
  .page__member table td .member_name,
  .page__member table td .member_furigana {
    width: auto;
    margin-right: 6px;
  }
  .page__member .member-box {
    padding: 50px 40px;
  }
  .page__member .member-box form {
    width: auto;
  }
  .page__member .member-box input[type=text], .page__member .member-box input[type=password] {
    width: 500px;
  }
  .page__member .member-box .nav {
    width: 500px;
  }
  .page__member .new-entry {
    margin-top: 50px;
  }
  .page__member .new-entry a {
    margin-top: 20px;
  }
  .page__member .mem__completed a {
    margin-top: 20px;
  }
  .content-header {
    flex-direction: row;
  }
  .content-header .company-label {
    width: 300px;
  }
  .content-header .company-label .en {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .content-header .company-label .jp {
    font-size: 14px;
  }
  .line {
    font-size: 24px;
    margin-left: 20px;
    margin-bottom: 0;
  }
  h2 {
    font-size: 30px;
  }
  .campany-contents {
    margin: 20px 0 0 0;
  }
  .campany-contents .message-contents_inner {
    display: flex;
    justify-content: space-between;
  }
  .campany-contents .text {
    width: 65%;
  }
  .campany-contents .text .detail {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .campany-contents .text .name {
    font-size: 22px;
  }
  .faq--categories .category--item {
    width: calc(100% / 3);
  }
  .page__contact .contact--table {
    margin-bottom: 60px;
  }
  .page__contact .contact--table .table--row {
    flex-wrap: wrap;
    flex-direction: row;
    border-radius: 16px;
    padding: 2em 3em;
    margin-bottom: 30px;
  }
  .page__contact .contact--table .table--head {
    width: 30%;
    height: 2.75em;
    margin-bottom: 0;
  }
  .page__contact .contact--table .table--detail {
    display: flex;
    align-items: center;
    width: 70%;
    min-height: 2.75em;
  }
  .contact-head {
    margin-bottom: 60px;
  }
  .contact-head h2 {
    font-size: 28px;
  }
  .mwform-radio-field.horizontal-item label .mwform-radio-field.horizontal-item label {
    margin-right: 20px;
  }
  .page--service__inner .sevice-list .sevice-content .sevice-head {
    margin-bottom: 40px;
  }
  .page--service__inner .sevice-list .sevice-content .sevice-head .title h2 {
    font-size: 22px;
  }
  .page--service__inner .sevice-list .sevice-content .sevice-head .title .sub {
    font-size: 14px;
  }
  .page--service__inner .sevice-list .sevice-content .detail p {
    margin-bottom: 15px;
  }
  .page__privacy-policy .content {
    margin-bottom: 120px;
    font-size: 16px;
  }
  .page__privacy-policy .content h1 {
    font-size: 32px;
  }
  .page__privacy-policy h3 {
    font-size: 24px;
  }
  .page__tradelaw .wp-block-table th, .page__tradelaw .wp-block-table td {
    padding: 0.75em 1.5em;
  }
  .page__tradelaw .wp-block-table th {
    width: 30%;
  }
  .page__tradelaw .wp-block-table td {
    width: 70%;
  }
  .content h1 {
    font-size: 32px;
    margin-bottom: 60px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1230px;
  }
  .container-w {
    max-width: 1465px;
  }
  .section, .page__member .send, #main .page__cart, .page__member, .page__member .member_submenu {
    margin-bottom: 120px;
  }
  .section--l {
    margin-bottom: 140px;
    padding-top: 100px;
  }
  .header__inner {
    height: 100px;
  }
  .header .logo {
    padding-left: 3em;
  }
  .header .logo a {
    font-size: 12px;
  }
  .header .logo .img {
    width: auto;
  }
  .header .logo .header-name .desc {
    font-size: 24px;
  }
  .header .logo .header-name .name {
    font-size: 14px;
  }
  .header .toggler {
    width: 110px;
  }
  .header .toggler span {
    height: 3px;
    margin: calc((100% - 10px) * 0.06) 0;
  }
  .header .toggler.open span:last-child {
    margin-top: -3px;
  }
  #nav-menu {
    top: 100px;
  }
  #nav-menu .site-menu {
    padding: 50px 50px 0;
  }
  .hero__logo {
    top: 70px;
    left: 50px;
  }
  .hero__logo img {
    width: auto;
  }
  .hero__content .hero-lead .hero-e {
    font-size: 64px;
    letter-spacing: 3px;
    margin-bottom: 15px;
  }
  .hero__content .hero-lead .hero-j {
    font-size: 60px;
  }
  .hero__content .hero-text {
    left: 60%;
    font-size: 16px;
  }
  .hero__content .hero-text span {
    display: block;
  }
  .hero__content h1 img {
    height: 500px;
  }
  .subpage--hero {
    height: 400px;
    background-position: center;
  }
  .post__contents {
    margin-bottom: 160px;
  }
  .post__contents .title h2 {
    font-size: 30px;
  }
  .post__contents .content figure {
    margin: 80px 0;
  }
  .archive__post .meta {
    font-size: 14px;
  }
  .archive__post .title {
    font-size: 20px;
  }
  .archive__post .title .date {
    margin-bottom: 15px;
  }
  .archive__post .title h3 {
    font-size: 16px;
  }
  .pagination__wrapper {
    margin-top: 30px;
  }
  .case-header {
    margin-bottom: 60px;
  }
  .case-header .case-title {
    margin-bottom: 20px;
  }
  .case-header .case-title .case-neme {
    font-size: 36px;
  }
  .case-header .case-title .case-category {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .construction .const-img .title {
    font-size: 20px;
  }
  .shop-image {
    margin: 100px 0;
  }
  .section--head {
    margin-bottom: 90px;
  }
  .section--head .en {
    font-size: 54px;
  }
  .section--head .ja {
    font-size: 24px;
  }
  .shop--category .search {
    margin-bottom: 60px;
  }
  .shop--category .search h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .shop--category .search ul a {
    width: 24%;
    margin-bottom: 0;
  }
  .product--list .product--item {
    width: 25%;
    padding: 20px;
  }
  .product--list .product--item .thumb {
    margin-bottom: 20px;
  }
  .product--list .product--item .label, .product--list .product--item .price {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .product--list .product--item .price {
    margin-bottom: 18px;
  }
  .product--list .product--item .more a {
    padding: 1em 4em;
    margin-bottom: 30px;
  }
  .sp-show {
    display: none;
  }
  .pc-show {
    display: block;
  }
  .news-container {
    right: 25%;
    padding: 2em 4em;
    font-size: 16px;
  }
  .front--about__inner {
    max-width: 1200px;
    flex-direction: row-reverse;
  }
  .front--about__inner .front--intro, .front--about__inner .front--img {
    width: 50%;
    padding: 0 25px;
  }
  .front--about__inner .front--intro {
    margin-bottom: 0;
  }
  .front--about__inner .front--intro .front--title .en {
    font-size: 56px;
  }
  .front--about__inner .front--intro .front--title .jp {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .front--about__inner .front--img .about-text {
    left: 54%;
    bottom: -10px;
    letter-spacing: 5px;
    font-size: 60px;
    white-space: nowrap;
  }
  .front--service {
    padding: 60px 0;
  }
  .front--service__inner {
    max-width: 1480px;
  }
  .front--service__inner .service-list .service-item {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 0;
  }
  .front--service__inner .service-list .service-item .item-text {
    padding: 2em 0 3em;
  }
  .front--service__inner .service-list .service-item .item-text h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .front--service__inner .service-list .service-item .item-text .en {
    font-size: 18px;
  }
  .front--service__inner .service-list .service-item .item-text .x {
    font-size: 30px;
    margin: 10px 0;
  }
  .front--service__inner .service-list .service-item .item-text .desc {
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 15px;
  }
  .front--works .works-list {
    display: flex;
  }
  .front--works .works-list .works-item {
    padding: 0 15px;
  }
  .front--works .works-list .splide__arrows .splide__arrow {
    top: 36%;
  }
  .service-area .area-list .area-item {
    height: 145px;
  }
  .service-area .area-list .area-item .city-list {
    padding-left: 30px;
    width: calc(100% - 150px);
  }
  .more-btn a {
    height: 70px;
  }
  .footer .footer__inner {
    width: 80%;
    padding: 100px 0;
  }
  .footer .footer__inner .contact-tel .contact-tel_text {
    letter-spacing: 3px;
    font-size: 30px;
  }
  .footer .footer__inner .contact-tel .tel-info img {
    height: auto;
  }
  .footer .footer__inner .contact-tel .tel-info .tel-num {
    letter-spacing: 0.1em;
    margin-left: 20px;
    font-size: 16px;
  }
  .footer .footer__inner .contact-tel .tel-info .tel-num .open {
    letter-spacing: 0.1em;
    font-size: 16px;
  }
  .footer .footer__inner .contact-tel .tel-info .tel-num .number {
    font-size: 44px;
  }
  .footer .footer__inner .contact-btn {
    margin-top: 30px;
  }
  .footer .footer__inner .contact-btn .bg-white {
    padding: 1.5em 3em;
  }
  .footer .footer__inner .contact-btn .bg-white img {
    height: auto;
  }
  .footer .footer__inner .contact-btn .bg-white span {
    font-size: 18px;
  }
  .back {
    font-size: 16px;
    width: 280px;
    padding: 20px;
    margin: 90px auto 120px;
  }
  .page__content.page__product {
    margin-top: 120px;
  }
  .product_info {
    display: flex;
    max-width: none;
    margin: 0;
  }
  .product_info .thumb {
    width: 45%;
    margin-bottom: 0;
  }
  .product_info .info {
    width: 50%;
    padding-left: 60px;
    padding-right: 0;
  }
  .category--head h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .products-list {
    margin: 0 -15px;
  }
  .products-list .product-item {
    width: 25%;
    padding: 0 15px;
  }
  #main .page__cart .post .send {
    font-size: 16px;
    margin-bottom: 30px;
  }
  #main .page__cart form {
    padding: 0;
  }
  #main .page__cart #cart {
    overflow: unset;
    padding-bottom: 0;
  }
  #main .page__cart .usccart_navi {
    max-width: 800px;
    margin-bottom: 30px;
  }
  #main .page__cart .usccart_navi ol::before {
    top: 29px;
    left: calc(100% / 8);
    right: calc(100% / 8);
  }
  #main .page__cart .usccart_navi ol .ucart {
    font-size: 16px;
  }
  #main .page__cart .usccart_navi ol .ucart .number {
    font-size: 24px;
    width: 60px;
    height: 60px;
  }
  #main .page__cart .upbutton {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #main .page__cart table {
    margin-bottom: 20px;
  }
  #main .page__cart table th, #main .page__cart table td {
    min-width: unset;
  }
  #main .page__cart #delivery-info .customer_form dt {
    font-size: 14px;
  }
  #main .page__cart #info-confirm .confiem_notice,
  #main .page__cart #info-confirm .currency_code {
    font-size: 16px;
  }
  #main .page__cart #info-confirm .confiem_notice {
    padding: 0;
  }
  #main .page__cart .send {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  #main #cart_completion {
    padding: 60px 0;
  }
  #main #cart_completion .completion__head {
    font-size: 48px;
  }
  #main #cart_completion .completion__txt {
    font-size: 18px;
    margin-top: 30px;
  }
  .page__member table {
    margin: 24px 0;
  }
  .page__member #memberinfo h3 {
    font-size: 20px;
  }
  .content-header .company-label .en {
    font-size: 36px;
  }
  .campany-contents {
    margin-left: 22%;
  }
  .faq--categories .category--list {
    margin: 0 -15px;
  }
  .faq--categories .category--item {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .faq--categories .category--item a {
    font-size: 16px;
  }
  .faq--item {
    margin-bottom: 50px;
  }
  .page__contact .contact--table .table--row {
    font-size: 16px;
  }
  .page__contact .contact--table .table--head p span {
    font-size: 12px;
  }
  .page__contact .contact--table .submit--btn {
    font-size: 16px;
    margin-top: 70px;
  }
  .page--service__inner .sevice-list {
    display: flex;
    margin-bottom: 60px;
  }
  .page--service__inner .sevice-list.reverse {
    flex-direction: row-reverse;
  }
  .page--service__inner .sevice-list .sevice-img {
    width: 65%;
    margin-bottom: 0;
  }
  .page--service__inner .sevice-list .sevice-content {
    width: 45%;
    margin-top: 5%;
    margin-left: -10%;
    padding: 2em 2em;
  }
  .page--service__inner .sevice-list .sevice-content .sevice-head .head-icon {
    margin-right: 20px;
  }
  .page--service__inner .sevice-list .sevice-content .sevice-head .title h2 {
    font-size: 30px;
  }
  .page__tradelaw .wp-block-table table {
    font-size: 16px;
  }
}

@media (min-width: 1480px) {
  .hero__content .hero-lead .hero-e {
    font-size: 72px;
  }
  .hero__content .hero-lead .hero-j {
    font-size: 66px;
  }
  .hero__content .hero-text {
    left: 65%;
    font-size: 18px;
  }
  .front--about__inner {
    max-width: 1680px;
  }
  .front--about__inner .front--intro .front--title {
    margin-top: 40px;
  }
  .front--about__inner .front--intro .front--title .en {
    font-size: 70px;
    margin-bottom: 24px;
  }
  .front--about__inner .front--intro .front--title .jp {
    font-size: 28px;
    margin-bottom: 36px;
  }
  .front--about__inner .front--intro .front--text {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .front--about__inner .front--img .about-text {
    left: 56%;
    bottom: 0;
    letter-spacing: 5px;
    font-size: 100px;
    line-height: 1.5;
  }
  .front--service__inner {
    max-width: 1680px;
  }
  .front--service__inner .service-list .service-item {
    padding: 0 20px;
  }
  .front--service__inner .service-list .service-item .item-text {
    padding: 2em 0 5em;
  }
}

@media (min-width: 1440px) {
  .post__contents .title h2 {
    font-size: 36px;
  }
}

@media (min-width: 1290px) {
  .service-area .area-list .area-item .pref {
    width: 150px;
  }
}

@media (max-width: 767px) {
  #main .page__cart #inside-cart table {
    border: none;
  }
  #main .page__cart #inside-cart table thead {
    display: none;
  }
  #main .page__cart #inside-cart table tbody tr {
    display: grid;
    grid-template-columns: 2em 90px 80px 1fr;
    background-color: #fff;
    padding: 20px 0 12px;
  }
  #main .page__cart #inside-cart table tbody tr:nth-child(2n) {
    background-color: #f1f4f5;
  }
  #main .page__cart #inside-cart table tbody tr:nth-child(2n) .num {
    background-color: #d7e1e3;
  }
  #main .page__cart #inside-cart table th, #main .page__cart #inside-cart table td {
    border: none;
    min-width: unset;
  }
  #main .page__cart table .num {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    width: auto;
    background-color: #e5e5e5;
    margin: -20px 0 -12px;
    padding: 28px 0 20px;
    grid-row: 1/5;
    order: 1;
  }
  #main .page__cart table .thumbnail {
    padding: 8px;
    width: auto;
    grid-row: 1/4;
    order: 2;
  }
  #main .page__cart table .thumbnail img {
    width: 100%;
    max-width: none;
  }
  #main .page__cart table .productname {
    order: 4;
    grid-column: 3/5;
    padding: 0 0.5em;
    font-size: 1em;
    font-weight: bold;
    text-align: left;
  }
  #main .page__cart table .unitprice {
    font-size: 14px;
    order: 5;
    grid-column: 3/4;
    font-weight: bold;
    align-self: center;
    text-align: left;
  }
  #main .page__cart table td.quantity {
    width: auto;
    text-align: left;
    order: 6;
    grid-column: 4/5;
    padding-right: 20px;
  }
  #main .page__cart table td.quantity .quantity {
    width: 100%;
    margin-top: 4px;
  }
  #main .page__cart table .subtotal {
    width: auto;
    grid-column: 3/5;
    grid-row: 4/5;
    order: 8;
    padding-right: 30px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: right;
    white-space: nowrap;
    padding-top: 20px;
  }
  #main .page__cart table .stock {
    width: auto;
    order: 3;
    font-size: 12px;
    text-align: left;
  }
  #main .page__cart table .action {
    grid-column: 2/3;
    grid-row: 4/5;
    align-self: center;
    order: 7;
    width: 100%;
    padding-top: 20px;
  }
  #main .page__cart table .action input {
    font-size: 12px;
    background-color: #fff;
    padding: 6px 10px;
  }
  #main .page__cart table tfoot tr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: none;
    padding-top: 20px;
  }
  #main .page__cart table tfoot .num {
    font-size: 14px;
    order: 3;
    background-color: transparent;
  }
  #main .page__cart table tfoot .thumbnail {
    display: none;
  }
  #main .page__cart table tfoot .productname {
    display: none;
  }
  #main .page__cart table tfoot .amount-text {
    order: 1;
    width: calc(100% - 120px);
  }
  #main .page__cart table tfoot .amount {
    order: 2;
    width: 120px;
  }
  #main .page__cart #info-confirm #cart {
    padding: 0 10px;
  }
  #main .page__cart #info-confirm #cart table {
    border: none;
  }
  #main .page__cart #info-confirm #cart table thead {
    display: none;
  }
  #main .page__cart #info-confirm #cart table tr {
    display: grid;
    grid-template-columns: 30px 90px 50px 50px 1fr;
    background-color: #fff;
    padding: 20px 0 12px;
  }
  #main .page__cart #info-confirm #cart table tr:nth-child(2n) {
    background-color: #f1f4f5;
  }
  #main .page__cart #info-confirm #cart table tr:nth-child(2n) .num {
    background-color: #d7e1e3;
  }
  #main .page__cart #info-confirm #cart table th, #main .page__cart #info-confirm #cart table td {
    width: auto;
    min-width: unset;
    border: none;
  }
  #main .page__cart #info-confirm #cart table .num {
    width: auto;
    order: 1;
    grid-row: 1/5;
  }
  #main .page__cart #info-confirm #cart table .thumbnail {
    order: 2;
    grid-row: 1/5;
  }
  #main .page__cart #info-confirm #cart table .productname {
    order: 3;
    grid-column: 3/6;
  }
  #main .page__cart #info-confirm #cart table .unitprice {
    order: 4;
    grid-column: 3/5;
    text-align: right;
    padding-right: 0;
  }
  #main .page__cart #info-confirm #cart table .quantity {
    display: flex;
    align-items: center;
    font-size: 14px;
    order: 5;
    grid-column: 5/6;
    padding-left: 0;
  }
  #main .page__cart #info-confirm #cart table .quantity::before {
    display: block;
    content: '×';
    margin: 0 4px;
  }
  #main .page__cart #info-confirm #cart table .subtotal {
    order: 6;
    grid-column: 3/6;
  }
  #main .page__cart #info-confirm #cart table tfoot tr {
    background-color: #fff;
    padding: 0 20px;
  }
  #main .page__cart #info-confirm #cart table tfoot tr:nth-child(2n) {
    background-color: #fff;
  }
  #main .page__cart #info-confirm #cart table tfoot tr:first-child {
    padding-top: 20px;
  }
  #main .page__cart #info-confirm #cart table tfoot tr:last-child {
    padding-bottom: 20px;
  }
  #main .page__cart #info-confirm #cart table tfoot .total-label {
    font-size: 14px;
    grid-column: 2/4;
  }
  #main .page__cart #info-confirm #cart table tfoot .total-price {
    font-size: 20px;
    font-weight: 700;
    grid-column: 4/6;
  }
  #main .page__cart #info-confirm #confirm_table {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    background-color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .company-table .row {
    flex-direction: column;
    padding: 16px 0;
    font-size: 14px;
  }
  .company-table dt {
    width: 100%;
    margin-bottom: 6px;
  }
}

/*# sourceMappingURL=theme.css.map */
