@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;
}

.section {
  margin-bottom: 50px;
}

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

html {
  scroll-padding-top: 100px;
}

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;
  background-color: #f8f8f8;
  padding-top: 80px;
}

img {
  max-width: 100%;
}

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

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

.header {
  z-index: 75;
}

#sitemenu {
  z-index: 30;
}

.hide-sp {
  display: none;
}

.show-sp {
  display: inline;
}

.show-pc {
  display: none;
}

.header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

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

.header .logo {
  margin-left: 2vw;
  margin-right: auto;
}

.header .logo a {
  display: flex;
  align-items: center;
  font-size: 10px;
}

.header .logo .icon {
  width: 78px;
  margin-right: 1em;
  padding: 0 6px;
}

.header .logo .icon img {
  width: 100%;
  height: auto;
}

.header .logo .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header .logo .en {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 0.25em;
}

.header .logo .ja {
  font-size: 16px;
  font-weight: 500;
}

.header .menu--btns {
  display: none;
}

.header .menu--btns .menu--btn {
  padding: 20px;
}

.header .menu--btns .menu--btn a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  width: 210px;
  background-color: #eee;
  border-radius: 4px;
  padding: 1.5em;
  position: relative;
  z-index: 50;
}

.header .menu--btns .menu--btn a span {
  display: block;
}

.header .menu--btns .menu--btn a .txt {
  margin: 0 0.75em;
}

.header .menu--btns .menu--btn a .arrow {
  width: 16px;
  height: 9px;
  background-color: #6c6c6c;
  clip-path: polygon(0% 1px, 1px 0%, 50% calc(100% - 2px), calc(100% - 1px) 0%, 100% 1px, 50% 100%);
  transform-origin: center;
  margin-top: 2px;
  transform: scale(0.8);
}

.header .toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  width: 70px;
  height: 64px;
  margin: 8px;
}

.header .toggler__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 60.38%;
}

.header .toggler span {
  display: block;
  background-color: #fff;
  height: 2px;
  transition: transform 300ms ease-out, width 300ms ease-out 400ms, margin 300ms ease-out 400ms;
  transform: rotate(0);
  margin: 12% 0;
}

.header .toggler span:first-child {
  width: 100%;
}

.header .toggler span:last-child {
  width: 68.75%;
}

.header .toggler.open span {
  transition: margin 300ms ease-out, width 300ms ease-out 400ms, transform 300ms ease-out 400ms;
  margin: 0;
}

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

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

#sitemenu {
  background-color: #ccc;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 80px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

#sitemenu .sitemenu__inner {
  padding: 5vw 4vw;
}

#sitemenu .menu--list {
  font-size: calc((100vh - 80px) * 0.033);
  font-weight: 700;
  color: #262626;
}

#sitemenu .menu--list li {
  margin-bottom: 1em;
  padding-left: 1.25em;
  position: relative;
}

#sitemenu .menu--list li::before {
  display: block;
  content: '';
  width: 0.375em;
  height: 0.375em;
  border-radius: 50%;
  background-color: #888888;
  position: absolute;
  top: 0.45em;
  left: 0.2em;
}

#sitemenu .menu--list .has-child {
  display: flex;
  align-items: center;
}

#sitemenu .menu--list .has-child .arrow {
  display: block;
  background-color: #262626;
  width: 0.35em;
  height: 0.6em;
  margin-left: 0.75em;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

#sitemenu .menu--list .child--menu {
  height: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

#sitemenu .menu--list .child--menu li {
  padding: 0.5em 0.5em 0.5em 1em;
  margin-bottom: 0;
}

#sitemenu .menu--list .child--menu li::before {
  content: none;
}

#sub--menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 10;
}

#sub--menu.open {
  pointer-events: auto;
}

.sub--menu {
  display: none;
  opacity: 0;
  background-image: url("../img/bg_submenu.png");
  position: fixed;
  top: 80px;
  left: 8px;
  right: 8px;
}

.sub--menu__inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.sub--menu__head {
  font-size: 20px;
  width: 100%;
  padding: 20px;
}

.sub--menu__head .title {
  width: 100%;
}

.sub--menu__head .desc {
  width: 100%;
  max-width: 280px;
  margin-bottom: 1em;
}

.sub--menu__head .en {
  font-weight: 700;
}

.sub--menu__head .ja {
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 1em;
  margin: 0.75em 0;
}

.sub--menu__head .desc {
  font-size: 0.5em;
  line-height: 1.75;
}

.sub--menu__detail {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0 20px;
}

.sub--menu__item {
  font-size: 14px;
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.sub--menu__list--head {
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.75em;
  padding-left: 1.5em;
  position: relative;
}

.sub--menu__list--head::before, .sub--menu__list--head::after {
  display: block;
  content: '';
  clip-path: circle(50%);
  position: absolute;
}

.sub--menu__list--head::before {
  width: 1em;
  height: 1em;
  mask-image: radial-gradient(transparent 2px, #000 3px);
  top: 0.25em;
  left: 0;
  z-index: 10;
}

.sub--menu__list--head::after {
  width: 0.8em;
  height: 0.8em;
  background-color: #fff;
  top: 0.35em;
  left: 0.1em;
  z-index: 5;
}

.sub--menu__list {
  display: none;
  font-size: 12px;
  margin-top: 1em;
}

.sub--menu__list li {
  margin-top: 0.5em;
}

.sub--menu__list li a {
  display: block;
  background-image: url(../img/icon_arrow.png);
  background-repeat: no-repeat;
  background-position: left top 0.25em;
  line-height: 1.5;
  padding-left: 1.5em;
}

.sub--menu__list li a span {
  font-size: 0.8em;
}

.sub--menu__contact {
  font-size: 12px;
  padding: 0 20px 20px;
}

.sub--menu__contact .intro {
  line-height: 1.5;
  margin-right: 2em;
}

.sub--menu__contact .button {
  margin-top: 1em;
}

.sub--menu__contact .button a {
  display: block;
  text-align: center;
  color: #fff;
  padding: 1.5em 2em;
}

.sub--menu .close--btn {
  font-size: 12px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.sub--menu .close--btn .close--icon {
  position: relative;
  margin-bottom: 0.25em;
}

.sub--menu .close--btn .close--icon::before {
  display: block;
  content: '';
  padding-top: 100%;
}

.sub--menu .close--btn .close--icon .icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.sub--menu .close--btn .close--icon .icon::before, .sub--menu .close--btn .close--icon .icon::after {
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #262626;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  transform-origin: center;
}

.sub--menu .close--btn .close--icon .icon::before {
  transform: rotate(45deg);
}

.sub--menu .close--btn .close--icon .icon::after {
  transform: rotate(-45deg);
}

.sub--menu#business--menu .sub--menu__head .en {
  color: #119ec1;
}

.sub--menu#business--menu .sub--menu__head .ja {
  background-image: url(../img/icon_submenu_to-b.png);
}

.sub--menu#business--menu .sub--menu__list--head::before {
  background-color: #119ec1;
}

.sub--menu#business--menu .sub--menu__contact .button a {
  background-color: #119ec1;
}

.sub--menu#customer--menu .sub--menu__head .en {
  color: #a16750;
}

.sub--menu#customer--menu .sub--menu__head .ja {
  background-image: url(../img/icon_submenu_to-c.png);
}

.sub--menu#customer--menu .sub--menu__list--head::before {
  background-color: #a16750;
}

.sub--menu#customer--menu .sub--menu__contact .button a {
  background-color: #a16750;
}

.hero {
  width: 100%;
  height: 172vw;
}

.hero #h_cover {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
}

.hero #h_picture {
  opacity: 0;
  visibility: hidden;
}

.hero--img {
  width: 100%;
  height: 77%;
  position: relative;
}

.hero--img .cover {
  width: 170px;
  position: absolute;
  left: 10px;
  bottom: 30px;
  z-index: 10;
}

.hero--img .picture {
  width: calc(100% - 100px);
  position: absolute;
  top: 0;
  left: 100px;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.hero--img .picture .slide--item {
  width: 100%;
  height: 100%;
}

.hero--img .picture .slide--item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.hero--img .slide--item {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
}

.hero--img .slide--item:first-child {
  opacity: 1;
  visibility: visible;
}

.hero--img .hero--img__sub {
  display: none;
}

.hero--img .hero--img__sub p {
  font-size: 12px;
  writing-mode: vertical-rl;
}

.hero--text {
  width: 80px;
  position: absolute;
  top: 5%;
  left: 2.5%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
}

.hero--text p {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 24px;
  font-weight: 100;
  writing-mode: vertical-rl;
  line-height: 1.5;
  padding-bottom: 3em;
}

.hero--text p strong {
  font-weight: 100;
  color: #adc9d3;
  margin-top: 0.375em;
}

.hero--text p::after {
  display: block;
  content: '';
  width: 1px;
  background-color: #262626;
  position: absolute;
  top: 5.5em;
  left: 0.75em;
  bottom: 0;
}

.hero--subtxt {
  display: none;
}

.hero--subtxt p {
  font-size: calc(100vw * 20px / 1920px);
  font-weight: 300;
  line-height: 1.875;
}

.hero .news {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(20% - 4px);
  background-color: #dfdfdf;
  padding: 20px 15px;
  margin-top: 8px;
}

.hero .news--head {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}

.hero .news--head .icon {
  width: 18px;
  margin-right: 6px;
}

.hero .news--head .icon img {
  width: 100%;
}

.hero .news--head .more {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background-color: #555;
  line-height: 1;
  padding: 0.5em 1em;
  margin-left: 2em;
}

.hero .news--list {
  font-size: 12px;
}

.hero .news--list a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.hero .news--list a span {
  display: block;
}

.hero .news--list a .date {
  width: 5em;
}

.hero .news--list a .category {
  font-size: 0.75em;
  color: #fff;
  background-color: #888;
  width: 8em;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 4px;
  margin-left: 1em;
}

.hero .news--list a .title {
  padding-left: 1em;
  margin-top: 4px;
  margin-bottom: 4px;
}

.subpage--hero {
  position: relative;
}

.subpage--hero__bg {
  height: 480px;
}

.subpage--hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.subpage--hero__title {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 18px;
  text-align: center;
  margin-bottom: 2.5em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.subpage--hero__title .en {
  font-size: 2em;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
}

.subpage--hero__title .ja {
  letter-spacing: 0.1em;
  margin-top: 1.5em;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
}

.subpage--hero__catch {
  display: none;
  writing-mode: vertical-rl;
  text-orientation: upright;
  position: absolute;
  top: 10%;
  right: 80%;
}

.subpage--hero__catch .h_intro {
  display: flex;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
}

.subpage--hero__catch .h_intro::before {
  display: block;
  content: '';
  width: 1px;
  height: 5em;
  background-color: #c83f00;
  margin: 0 auto 0.5em;
}

.subpage--hero__catch .h_text {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 0.8em;
  margin-right: 0.75em;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
}

.footer--contact {
  color: #fff;
  background-color: #222020;
  padding: 50px 0;
}

.footer--contact .section--head {
  text-align: center;
}

.footer--contact .section--head .ja {
  margin-top: 0;
  margin-bottom: 0.75em;
}

.footer--contact .section--head .en {
  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;
}

.footer--contact .contact--box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer--contact .contact--box .contact--tel,
.footer--contact .contact--box .contact--web {
  font-size: 18px;
  width: 340px;
  text-align: center;
}

.footer--contact .contact--box .contact--tel .intro,
.footer--contact .contact--box .contact--web .intro {
  font-weight: 300;
  margin-bottom: 1em;
}

.footer--contact .contact--box .contact--tel .tel {
  display: flex;
  justify-content: center;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.footer--contact .contact--box .contact--tel .tel .icon {
  margin-right: 0.125em;
}

.footer--contact .contact--box .contact--web {
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: 1px solid #fff;
}

.footer--contact .contact--box .contact--web .contact--btn {
  font-size: 14px;
  margin: 0;
}

.footer--contact .contact--box .contact--web .contact--btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  background-color: transparent;
  height: 64px;
  padding: 1em 3.5em;
}

.footer--contact .contact--box .contact--web .contact--btn a .icon {
  margin-right: 1em;
}

.footer {
  background-color: #fff;
  padding: 30px 0 0;
}

.footer--logo {
  text-align: center;
}

.footer--logo img {
  width: 160px;
}

.footer--logo span {
  display: block;
  font-size: 18px;
  font-weight: 900;
  margin-top: 0.75em;
}

.footer .address {
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 1em;
}

.footer--sns {
  text-align: center;
  margin: 20px 0;
}

.footer--sns img {
  width: 22px;
}

.copy {
  font-size: 12px;
  text-align: center;
  color: #666;
  border-top: 1px solid #f3f3f3;
  padding: 1.5em 0;
}

.section--head {
  font-size: 14px;
  text-align: center;
  margin-bottom: 3em;
}

.section--head .en {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 2.8em;
  letter-spacing: 0.05em;
}

.section--head .ja {
  letter-spacing: 0.1em;
  margin-top: 0.75em;
}

.btn--area {
  font-size: 14px;
  margin: 1em 0;
}

.btn--area a {
  display: inline-block;
  color: #fff;
  background-color: #817265;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border-radius: 9999px;
  padding: 1.25em 3.5em;
}

.global--btn {
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}

.global--btn .btn--item {
  width: 50%;
}

.global--btn .btn--item a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 10px 12px;
}

.global--btn .btn--item a span {
  display: block;
}

.global--btn .btn--item .btn--btob {
  color: #606060;
  background-color: #adc9d3;
}

.global--btn .btn--item .btn--store {
  color: #fff;
  background-color: #817265;
}

.global--btn .btn--item .icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  text-align: center;
  margin-right: 12px;
}

.global--btn .btn--item .icon img {
  width: auto;
  height: 36px;
  margin-bottom: 3px;
}

.global--btn .btn--item .text {
  font-size: 12px;
  line-height: 1.5;
}

.page__case .case--intro {
  display: grid;
  grid-template-columns: 60% 1fr;
  gap: 10px;
  max-width: 1200px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}

.page__case .case--intro .title {
  font-size: 12px;
  align-self: center;
  grid-column: 1/2;
  grid-row: 1/2;
}

.page__case .case--intro .title .en {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  margin-bottom: 0.5em;
}

.page__case .case--intro .title .ja {
  font-size: 2em;
  margin-bottom: 0.5em;
}

.page__case .case--intro .title .tag {
  display: inline-block;
  font-size: 1em;
  color: #fff;
  background-color: #888;
  border-radius: 999px;
  padding: 0.75em 2em;
}

.page__case .case--intro .thumb {
  grid-column: 2/3;
  grid-row: 1/2;
}

.page__case .case--intro .desc {
  font-size: 14px;
  grid-column: 1/3;
  grid-row: 2/3;
  line-height: 1.875;
}

.page__case .case--intro .desc p {
  margin-bottom: 1em;
}

.page__case .case--added {
  background-color: #fff;
  padding: 50px 0;
}

.page__case .case--added__inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.page__case .case--added .content--box {
  font-size: 12px;
  border-top: 1px solid #ccc;
}

.page__case .case--added .content--box__item {
  padding: 2em 0;
  border-bottom: 1px solid #ccc;
}

.page__case .case--added .image {
  text-align: center;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.page__case .case--added .text {
  line-height: 1.5;
  margin-top: 1em;
}

.page__case .case--added .head {
  font-size: 1.5em;
  font-weight: 500;
}

.page__case .case--added .head small::before {
  display: inline;
  content: '/';
  margin-right: 0.75em;
  margin-left: 0.75em;
}

.page__case .case--added .sub--head {
  font-size: 1.25em;
  font-weight: 600;
  color: #819caa;
  margin: 0.75em 0 1em;
}

.page__case .case--list__inner {
  background-color: #fff;
  padding-top: 50px;
}

.page__case .case--list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 1752px;
  padding: 0 4px;
  margin-left: auto;
  margin-right: auto;
}

.page__case .case--list .cat--box {
  font-size: 12px;
  width: 100%;
  padding: 0 4px;
  margin-bottom: 30px;
}

.page__case .case--list .cat--box .case--list__categories {
  margin-bottom: 20px;
}

.page__case .case--list .cat--box .cat--head {
  display: flex;
  align-items: center;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 0.75em;
}

.page__case .case--list .cat--box .cat--head::before {
  display: block;
  content: '';
  width: 0.6em;
  height: 0.6em;
  border: 0.2em solid #262626;
  border-radius: 50%;
  margin: 0 0.4em;
}

.page__case .case--list .cat--box .cat--list {
  display: flex;
  flex-wrap: wrap;
}

.page__case .case--list .cat--box .cat--item {
  margin-right: 0.75em;
  margin-bottom: 0.75em;
}

.page__case .case--list .cat--box .cat--item a {
  display: block;
  color: #262626;
  background-color: #fff;
  border: 1px solid #262626;
  border-radius: 999px;
  padding: 1em;
}

.page__case .case--list__item {
  width: calc(100% / 2);
  padding: 0 4px;
  margin-bottom: 40px;
}

.page__case .case--list__item .texts {
  font-size: 12px;
  color: #555;
  margin-top: 2em;
  padding: 0 0.5em;
}

.page__case .case--list__item .dates {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0.5em;
}

.page__case .case--list__item .dates .date {
  line-height: 1.75;
  margin-top: 0.25em;
  margin-right: 1em;
  order: 2;
}

.page__case .case--list__item .dates .cat {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 10px;
  order: 1;
}

.page__case .case--list__item .dates .cat span {
  display: block;
  line-height: 1;
  border: 1px solid #aaa;
  padding: 0.5em 0.75em;
}

.page__case .case--list__item .title {
  display: flex;
  align-items: center;
  line-height: 1.5;
}

.page__case .case--list__item .title::after {
  display: block;
  content: '';
  width: 1em;
  height: 1px;
  background-color: #555;
  margin-left: 0.75em;
}

.page__case .case--list__item .title .txt {
  max-width: calc(100% - 2em);
}

.page__case .case--detail {
  max-width: 1380px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}

.page__case .case--detail__box {
  display: grid;
  grid-template-columns: 70% 1fr;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.page__case .case--detail .image--list {
  display: grid;
  gap: 10px;
  grid-column: 1/3;
  grid-row: 1/2;
}

.page__case .case--detail .image--list.length01 {
  grid-template-columns: 1fr;
}

.page__case .case--detail .image--list.length01 .image01 {
  grid-column: 1/2;
  grid-row: 1/2;
  aspect-ratio: 3/2;
}

.page__case .case--detail .image--list.length02, .page__case .case--detail .image--list.length03 {
  grid-template-columns: 60% 1fr;
}

.page__case .case--detail .image--list.length02 .image01, .page__case .case--detail .image--list.length03 .image01 {
  grid-column: 1/3;
  grid-row: 1/2;
  aspect-ratio: 3/2;
}

.page__case .case--detail .image--list.length02 .image02, .page__case .case--detail .image--list.length03 .image02 {
  grid-column: 1/2;
  grid-row: 2/3;
  aspect-ratio: 3/2;
}

.page__case .case--detail .image--list.length02::after {
  display: block;
  content: '';
  grid-column: 2/3;
  grid-row: 2/3;
  background-color: #d5d4d3;
}

.page__case .case--detail .image--list.length03 .image03 {
  grid-column: 2/3;
  grid-row: 2/3;
}

.page__case .case--detail .image--list .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page__case .case--detail .head {
  grid-column: 1/2;
  grid-row: 2/3;
}

.page__case .case--detail .head .en {
  font-size: 12px;
  margin: 1em 0 0.25em;
}

.page__case .case--detail .head .ja {
  font-size: 24px;
}

.page__case .case--detail .head .category {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  margin-top: 1em;
}

.page__case .case--detail .head .category li {
  color: #fff;
  background-color: #686868;
  border-radius: 999px;
  padding: 0.75em 3em;
}

.page__case .case--detail .desc {
  font-size: 14px;
  line-height: 1.75;
  align-self: center;
  grid-column: 1/2;
  grid-row: 3/4;
  margin: 1em 0;
}

.page__case .case--detail .renga {
  align-self: center;
  grid-column: 2/3;
  grid-row: 3/4;
}

.page__case .case--contact {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page__case .case--contact .case--text {
  font-size: 16px;
  line-height: 1.875;
  margin-bottom: 2em;
}

.page__case .case--contact .case--btn {
  font-size: 14px;
}

.page__case .case--contact .case--btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #000;
  border-radius: 999px;
  height: 64px;
  padding: 1em 3.5em;
}

.page__case .case--contact .case--btn a .icon {
  margin-right: 1em;
}

.page__faq .term--list {
  display: flex;
  flex-wrap: wrap;
  border-top: 2px solid #262626;
  border-left: 2px solid #262626;
}

.page__faq .term--list__item {
  font-size: 12px;
  width: 50%;
}

.page__faq .term--list__item .tab--btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 4em;
  border-right: 2px solid #262626;
  border-bottom: 2px solid #262626;
  padding: 0 3em 0 2em;
  position: relative;
}

.page__faq .term--list__item .tab--btn::after {
  display: block;
  content: '';
  width: 0.75em;
  height: 0.75em;
  border-top: 2px solid #262626;
  border-right: 2px solid #262626;
  transform-origin: center;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 1.5em;
}

.page__faq .faq--tab {
  display: none;
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.page__faq .faq--tab.active {
  display: block;
  opacity: 1;
}

.page__faq .faq--tab .title {
  font-size: 1.5em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.75em;
}

.page__faq .faq--tab .contents {
  border: 5px solid #e5e5e5;
}

.page__faq .faq--tab .faq--list {
  border: 1px solid #c3c3c3;
  padding: 20px 15px;
}

.page__faq .faq--tab .faq--list__item {
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 1.5em;
}

.page__faq .faq--tab .faq--list__item .question {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  width: 100%;
  height: 4em;
  border: 2px solid #262626;
  padding: 0 3em 0 2em;
  position: relative;
}

.page__faq .faq--tab .faq--list__item .question::after {
  display: block;
  content: '＋';
  transform-origin: center;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1.5em;
}

.page__faq .faq--tab .faq--list__item .answer {
  display: grid;
  grid-template-rows: 0fr;
  background-color: #eee;
  transition: grid-template-rows 300ms ease-out, opacity 300ms ease-out;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}

.page__faq .faq--tab .faq--list__item .answer__inner {
  min-height: 0;
  font-size: 14px;
  line-height: 1.75;
}

.page__faq .faq--tab .faq--list__item .answer__inner * {
  line-height: 2;
}

.page__faq .faq--tab .faq--list__item .answer__inner > *:first-child {
  margin-top: 0;
}

.page__faq .faq--tab .faq--list__item .answer__inner .wp-block-image,
.page__faq .faq--tab .faq--list__item .answer__inner p {
  margin: 1.25em 0 2em;
}

.page__faq .faq--tab .faq--list__item .answer__inner h2,
.page__faq .faq--tab .faq--list__item .answer__inner h3,
.page__faq .faq--tab .faq--list__item .answer__inner h4,
.page__faq .faq--tab .faq--list__item .answer__inner h5,
.page__faq .faq--tab .faq--list__item .answer__inner h6 {
  margin-top: 3em;
  margin-bottom: 1.5em;
}

.page__faq .faq--tab .faq--list__item .answer__inner h2 {
  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: 1.25em;
  font-weight: 100;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.page__faq .faq--tab .faq--list__item .answer__inner h2::after {
  display: block;
  content: '';
  width: 10em;
  height: 2px;
  background-color: #000;
  margin: 0.5em 0 -1px;
}

.page__faq .faq--tab .faq--list__item .answer__inner h3 {
  font-size: 1.125em;
  border-bottom: 1px solid #ddd;
  padding-left: 1em;
  padding-bottom: 0.25em;
  position: relative;
}

.page__faq .faq--tab .faq--list__item .answer__inner h3::before {
  display: block;
  content: '';
  border: 0.4em solid transparent;
  border-left-color: #000;
  position: absolute;
  top: 0.625em;
  left: 0;
}

.page__faq .faq--tab .faq--list__item .answer__inner a {
  color: #0067b7;
  text-decoration: underline;
}

.page__faq .faq--tab .faq--list__item.active .question::after {
  transform: rotate(45deg);
}

.page__faq .faq--tab .faq--list__item.active .answer {
  font-size: 14px;
  grid-template-rows: 1fr;
  overflow: visible;
  visibility: visible;
  opacity: 1;
  margin-top: 1em;
  line-height: 1.75;
  padding: 1.5em;
}

.post__archive .archive {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.post__archive .archive .news--list {
  margin-bottom: 30px;
}

.post__archive .archive .news--list__item {
  border-bottom: 1px solid #d9d9d9;
}

.post__archive .archive .news--list__item a {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 1.5;
  padding: 1.5em 0 1.5em 1em;
}

.post__archive .archive .news--list__item .date {
  font-weight: normal;
  margin-bottom: 4px;
}

.post__archive .archive .news--list__item .title {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  width: calc(100% - 140px);
}

.post__archive .column--list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.post__archive .column--list__item {
  width: 50%;
  padding: 0 5px;
}

.post__archive .column--list__item a {
  display: flex;
  flex-direction: column;
}

.post__archive .column--list__item span {
  display: block;
}

.post__archive .column--list .thumb {
  position: relative;
}

.post__archive .column--list .thumb::before {
  display: block;
  content: '';
  background-color: #ccc;
  padding-top: 100%;
}

.post__archive .column--list .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.post__archive .column--list .date {
  font-size: 12px;
  margin: 0.5em 0;
}

.post__archive .column--list .title {
  font-size: 14px;
}

.post__single .single .single__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 24px;
  padding: 0.375em 0 0.5em 0.75em;
  margin-bottom: 1em;
}

.post__single .single .single__head .date {
  font-size: 16px;
  font-weight: 300;
  width: 5em;
  margin-right: 1em;
  margin-left: 0.25em;
}

.post__single .single .single__head .title {
  font-weight: 500;
  width: 100%;
  margin-top: 0.5em;
}

.post__single .single__content {
  font-size: 14px;
  background-color: #fff;
  line-height: 1.75;
  padding: 20px 15px;
}

.post__single .single__content * {
  line-height: 2;
}

.post__single .single__content > *:first-child {
  margin-top: 0;
}

.post__single .single__content .wp-block-image,
.post__single .single__content p {
  margin: 1.25em 0 2em;
}

.post__single .single__content h2,
.post__single .single__content h3,
.post__single .single__content h4,
.post__single .single__content h5,
.post__single .single__content h6 {
  margin-top: 3em;
  margin-bottom: 1.5em;
}

.post__single .single__content h2 {
  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: 1.25em;
  font-weight: 100;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.post__single .single__content h2::after {
  display: block;
  content: '';
  width: 10em;
  height: 2px;
  background-color: #000;
  margin: 0.5em 0 -1px;
}

.post__single .single__content h3 {
  font-size: 1.125em;
  border-bottom: 1px solid #ddd;
  padding-left: 1em;
  padding-bottom: 0.25em;
  position: relative;
}

.post__single .single__content h3::before {
  display: block;
  content: '';
  border: 0.4em solid transparent;
  border-left-color: #000;
  position: absolute;
  top: 0.625em;
  left: 0;
}

.post__single .single__content a {
  color: #0067b7;
  text-decoration: underline;
}

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

.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: #ffd564;
}

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

.front--intro {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.front--intro__image, .front--intro__text {
  width: 100%;
  height: calc((100vh - 80px) / 2);
  position: relative;
}

.front--intro__image {
  height: calc((100vh - 80px) / 3 * 1);
}

.front--intro__image .intro--picture {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.front--intro__image .intro--item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.front--intro__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.front--intro__image .mark {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(-50%);
}

.front--intro__image .mark .left,
.front--intro__image .mark .right {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 50%;
}

.front--intro__image .mark .left {
  background-color: #adc9d3;
}

.front--intro__image .mark .right::before, .front--intro__image .mark .right::after {
  display: block;
  content: '';
  background-color: #a7a7a7;
  width: 50%;
  height: 100%;
}

.front--intro__image .mark .right::before {
  background-color: #847150;
}

.front--intro__text {
  height: calc((100vh - 80px) / 3 * 2);
}

.front--intro .text--wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.front--intro .content-block {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 45px;
  left: 5%;
  width: 90%;
}

.front--intro .content-block:first-child {
  opacity: 1;
  visibility: visible;
}

.front--intro .content--head {
  display: inline-block;
  font-size: 10px;
  margin: 0 0 1.5em;
}

.front--intro .content--head::before {
  border-top: 1px solid #262626;
  border-left: 1px solid #262626;
  top: -1.25em;
  left: -2.5em;
}

.front--intro .content--head::after {
  border-right: 1px solid #262626;
  border-bottom: 1px solid #262626;
  right: -2.5em;
  bottom: -1.25em;
}

.front--intro .intro {
  margin-bottom: 1em;
}

.front--intro .title {
  font-size: 18px;
}

.front--intro .desc {
  font-size: 12px;
  line-height: 1.75;
}

.front--products .section--head {
  margin-bottom: 2em;
}

.front--products .product--list {
  display: flex;
  flex-wrap: wrap;
  padding: 2px;
}

.front--products .product--list__item {
  width: 50%;
  padding: 2px;
  opacity: 0;
  transform: translateY(30px);
}

.front--products .product--list__item img {
  width: 100%;
}

.front--products .product--more p {
  font-size: 14px;
  text-align: center;
  line-height: 1.75;
  margin: 2em 0;
}

.front--products .product--more .more--btn {
  text-align: center;
}

.front--business__inner {
  background-color: #e5e5e5;
  padding: 15px;
}

.front--business .business__list {
  padding-top: 10px;
}

.front--business .business__item {
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  margin-bottom: 10px;
  opacity: 0;
  transform: translateY(30px);
}

.front--business .business__item:last-child {
  border-bottom: none;
}

.front--business .business__item .title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 20px;
  margin-bottom: 0.5em;
}

.front--business .business__item .title span {
  display: block;
}

.front--business .business__item .title .icon {
  width: 1.25em;
  margin-right: 0.5em;
  order: 2;
}

.front--business .business__item .title .icon img {
  display: block;
}

.front--business .business__item .title .ja {
  font-weight: 500;
  order: 3;
}

.front--business .business__item .title .en {
  font-size: 12px;
  width: 100%;
  margin-bottom: 0.375em;
  order: 1;
}

.front--business .business__item .desc {
  font-size: 12px;
  line-height: 1.75;
}

.front--business .business__item .more--btn {
  font-size: 12px;
}

.front--business .business__item .more--btn a {
  min-width: 200px;
  text-align: center;
  letter-spacing: 0.1em;
}

.front--column .column--carousel {
  padding: 0;
  margin-bottom: 20px;
}

.front--column .carousel__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.front--column .carousel__item .thumb,
.front--column .carousel__item .title {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.front--column .carousel__item .thumb {
  position: relative;
}

.front--column .carousel__item .thumb::before {
  display: block;
  content: '';
  padding-top: 125%;
}

.front--column .carousel__item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.front--column .carousel__item .title {
  font-size: 14px;
  margin-top: 0.75em;
}

.front--column .carousel__controls #prev,
.front--column .carousel__controls #next {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  width: 4em;
  height: 4em;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
}

.front--column .carousel__controls #prev::before,
.front--column .carousel__controls #next::before {
  display: block;
  content: '';
  width: 1.2em;
  height: 1.2em;
  border-top: 2px solid #262626;
  border-right: 2px solid #262626;
  transform-origin: center;
}

.front--column .carousel__controls #prev {
  padding-left: 0.4em;
}

.front--column .carousel__controls #prev::before {
  transform: rotate(-135deg);
}

.front--column .carousel__controls #next {
  padding-right: 0.4em;
}

.front--column .carousel__controls #next::before {
  transform: rotate(45deg);
}

.front--column .more--btn {
  text-align: center;
  margin-top: 30px;
}

.page__message .message--head {
  font-size: 12px;
  border-bottom: 1px solid #817056;
  padding-left: 0.5em;
  padding-bottom: 1.5em;
  margin-bottom: 3.5em;
}

.page__message .message--head .ja {
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}

.page__message .message--head .en {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: calc((1em / 3) * 8);
  letter-spacing: 0.15em;
}

.page__message .message--main {
  display: flex;
  flex-wrap: wrap;
}

.page__message .message--main .catch {
  font-size: 22px;
  width: 100%;
  margin-bottom: 1.25em;
  line-height: 1.5;
  position: relative;
  z-index: 15;
}

.page__message .message--main .text {
  margin-bottom: 30px;
}

.page__message .message--main .text .desc {
  font-size: 14px;
  line-height: 1.875;
}

.page__message .message--main .text .desc.desc02 {
  width: 100%;
}

.page__message .message--main .text .name {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 18px;
  margin-top: 2em;
  text-align: right;
}

.page__company .company__head {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 1em;
}

.page__company .company__head .ja {
  font-size: 12px;
  margin-bottom: 1em;
}

.page__company .company__head .en {
  color: #817265;
}

.page__company .company--intro {
  font-size: 14px;
  padding: 0 15px 60px;
  position: relative;
}

.page__company .company--intro::before {
  display: block;
  content: '';
  width: calc(100vw / 3 * 2);
  height: calc((100vw - 30px) * (63.265 / 100) + 60px + 10em);
  background-color: #ececec;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.page__company .company--intro .head {
  display: flex;
  align-items: flex-end;
  font-size: 12px;
  margin-bottom: 3em;
}

.page__company .company--intro .head .ja {
  font-size: 2em;
  line-height: 1.5;
}

.page__company .company--intro .head .en {
  font-weight: 300;
  line-height: 2.5;
  letter-spacing: 0.1em;
  margin-left: 0.75em;
}

.page__company .company--intro .desc {
  line-height: 2;
  margin-bottom: 3em;
}

.page__company .company--profile .profile--table {
  font-size: 14px;
}

.page__company .company--profile .profile--table .table--row {
  display: flex;
  line-height: 1.75;
  border-bottom: 1px solid #817265;
  padding: 1.5em 0;
}

.page__company .company--profile .profile--table .table--row:first-child {
  border-top: 1px solid #817265;
}

.page__company .company--profile .profile--table .table--head {
  width: 30%;
}

.page__company .company--profile .profile--table .table--desc {
  width: 70%;
}

.page__company .company--access .company--map .address {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 2.5em;
}

.page__company .company--access .company--map .address .icon {
  margin-right: 0.75em;
}

.page__company .company--access .company--map .map {
  position: relative;
}

.page__company .company--access .company--map .map::before {
  display: block;
  content: '';
  padding-top: 61.8%;
}

.page__company .company--access .company--map .map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page__brand .brand--intro {
  text-align: center;
  padding: 0 15px;
}

.page__brand .brand--intro .head {
  font-size: 26px;
  font-weight: 300;
  line-height: 1.5;
  padding: 1em 0;
}

.page__brand .brand--intro .desc {
  font-size: 14px;
  line-height: 1.875;
  margin-top: 1em;
}

.page__brand .brand--point {
  position: relative;
}

.page__brand .brand--point::before {
  display: block;
  content: '';
  width: 100%;
  height: 400px;
  background-image: url(../img/brand/bg_brand.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.page__brand .brand--point__inner {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 50;
}

.page__brand .brand--point .point--head {
  color: #fff;
  height: 400px;
  margin-left: -2px;
  margin-right: -2px;
  margin-bottom: 20px;
}

.page__brand .brand--point .point--head h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  padding: 3em 0 1em;
}

.page__brand .brand--point .point--head p {
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3em;
  padding-left: 0.05em;
}

.page__brand .brand--point .point--list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.page__brand .brand--point .point--list__item {
  width: 100%;
  max-width: 380px;
  padding: 0 5px;
}

.page__brand .brand--point .point--list__contents {
  font-size: 12px;
  color: #fff;
  background-color: #fff;
  border-radius: 1em;
  padding: 15px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.page__brand .brand--point .point--list__contents::before {
  display: block;
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 7;
}

.page__brand .brand--point .point--list .list--head {
  font-size: 28px;
  padding-left: 0.75em;
  margin-bottom: 0.5em;
  position: relative;
  z-index: 10;
}

.page__brand .brand--point .point--list .list--head .en {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
}

.page__brand .brand--point .point--list .list--head .en::before {
  display: block;
  content: '';
  width: 0.5em;
  height: 0.5em;
  clip-path: circle(50%);
  background-color: #46cad6;
  mask-image: radial-gradient(transparent 24%, #000 25%);
  position: absolute;
  top: 0.55em;
  left: -0.75em;
}

.page__brand .brand--point .point--list .list--head .ja {
  font-size: 16px;
}

.page__brand .brand--point .point--list .list--desc {
  font-size: 12px;
  line-height: 2;
  padding-left: 1em;
  position: relative;
  z-index: 10;
}

.page__brand .brand--point .point--list .list--img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.page__brand .brand--point .point--list .list--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page__history .history--intro {
  font-size: 14px;
  padding: 0 15px 60px;
  position: relative;
}

.page__history .history--intro::before {
  display: block;
  content: '';
  width: calc(100vw / 3 * 2);
  height: calc((100vw - 30px) * (63.265 / 100) + 60px + 10em);
  background-color: #ececec;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.page__history .history--intro .head {
  display: flex;
  align-items: flex-end;
  font-size: 12px;
  margin-bottom: 3em;
}

.page__history .history--intro .head .ja {
  font-size: 1.75em;
  line-height: 1.5;
}

.page__history .history--intro .head .en {
  font-weight: 300;
  line-height: 2.5;
  letter-spacing: 0.1em;
  margin-left: 0.75em;
}

.page__history .history--intro .desc {
  line-height: 2;
  margin-bottom: 3em;
}

.page__history .history--detail {
  font-size: 28px;
}

.page__history .history--detail h3 {
  line-height: 1.5;
  margin-bottom: 1em;
}

.page__history .history--detail p {
  font-size: 14px;
  line-height: 2;
}

.page__history .history--list {
  color: #fff;
  background-color: #000;
  padding: 50px 0 70px;
}

.page__history .history--list__head {
  margin-bottom: 30px;
}

.page__history .history--list__head .en {
  display: flex;
  flex-direction: column;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.page__history .history--list__head .en small {
  font-size: 12px;
  font-weight: normal;
  padding-left: 0.25em;
  margin-top: 0.5em;
}

.page__history .history--list__head .ja {
  font-size: 12px;
  line-height: 2;
  margin-top: 1.5em;
}

.page__history .history--list__detail {
  font-size: 14px;
  color: #ddd;
  padding: 1.75em 0;
  position: relative;
}

.page__history .history--list__detail::after {
  display: block;
  content: '';
  width: 1px;
  background-color: #777;
  position: absolute;
  top: 7em;
  left: 1em;
  bottom: 0;
}

.page__history .history--list__detail .detail--head {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.page__history .history--list__detail .detail--head .year {
  display: flex;
  align-items: flex-start;
  line-height: 1;
}

.page__history .history--list__detail .detail--head .year .num {
  font-size: 4em;
  font-weight: 500;
  color: #e8b845;
  margin-right: 0.5em;
}

.page__history .history--list__detail .detail--head .year .num-ja {
  font-size: 1.25em;
  margin-top: 0.75em;
}

.page__history .history--list__detail .detail--head .detail--title {
  font-size: 2em;
  margin-top: -0.5em;
  margin-left: 1em;
}

.page__history .history--list__detail .detail--text {
  line-height: 1.75;
  margin: 1em 0 0 2em;
}

.page__history .history--list .history--slider {
  margin-top: 2em;
}

.page__history .history--list .history--slider__item .image {
  font-size: 48px;
  width: 180px;
  padding-bottom: 0.75em;
  position: relative;
}

.page__history .history--list .history--slider__item .history--label {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
}

.page__history .history--list .history--slider__item .history--label .year {
  font-size: 48px;
  font-weight: 900;
}

.page__history .history--list .history--slider__item .history--label .note {
  font-size: calc(1em / 3.75);
  letter-spacing: 0.1em;
}

.page__history .history--list .slider-control {
  margin-top: 20px;
  width: 100%;
  /* つまみ（ポッチ）を透明にして実質消去 */
}

.page__history .history--list .slider-control .slider-input {
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 4px;
  /* バーの太さ */
  background: #fff;
  /* ベースの色 */
  cursor: pointer;
  outline: none;
  /* 進行度の色をグラデーションで表現（JSで％を更新） */
  background-image: linear-gradient(#666, #666);
  background-size: 0% 100%;
  background-repeat: no-repeat;
}

.page__history .history--list .slider-control .slider-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  /* 操作感のために当たり判定だけ残す */
  height: 20px;
  background: transparent;
  cursor: pointer;
}

.page__history .history--list .slider-control .slider-input::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.page__products .products--head {
  font-size: 14px;
}

.page__products .products--head .en {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 28px;
  font-weight: 500;
  padding-left: 0.8em;
  position: relative;
}

.page__products .products--head .en::before, .page__products .products--head .en::after {
  display: block;
  content: '';
  border-radius: 50%;
  position: absolute;
}

.page__products .products--head .en::before {
  width: 14px;
  height: 14px;
  background-color: #46cad6;
  top: calc((1em - 14px) / 2 + 5px);
  left: 0;
}

.page__products .products--head .en::after {
  width: 6px;
  height: 6px;
  background-color: #fff;
  top: calc((1em - 16px) / 2 + 5px + 5px);
  left: 4px;
}

.page__products .products--head .ja {
  font-size: 14px;
  margin-top: 0.5em;
  padding-left: 24px;
}

.page__products .select--tab {
  display: flex;
  align-items: center;
}

.page__products .select--tab__item {
  font-size: 12px;
  width: calc(100% / 3);
  margin-left: -1px;
}

.page__products .select--tab__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.5em;
  background-color: #fff;
  text-align: center;
  border: 1px solid #555;
}

.page__products .select--tab__link.active {
  color: #fff;
  background-color: #555;
}

.page__products .content--area {
  position: relative;
  margin-top: 30px;
}

.page__products .content--area .content--tab {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 300ms ease-out, height 300ms ease-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.page__products .content--area .content--tab.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: none;
}

.page__products .tab--head {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1.5em;
}

.page__products .tab--head .head {
  font-size: 20px;
}

.page__products .tab--head .sub--head {
  font-size: 12px;
  margin-top: 1em;
}

.page__products .tab--bricks {
  padding-bottom: 50px;
}

.page__products .tab--bricks .brick--list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.page__products .tab--bricks .brick--list__item {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 16px;
}

.page__products .tab--bricks .brick--list__item .image img {
  width: 100%;
}

.page__products .tab--bricks .brick--list__item .desc {
  font-size: 12px;
  text-align: right;
  padding: 0.5em 0.5em 0;
}

.page__products .products__lineup {
  background-color: #fff;
  padding: 70px 0;
}

.page__products .products__lineup .lineup--list {
  border-top: 1px solid #ccc;
  margin-top: 20px;
}

.page__products .products__lineup .lineup--list__item {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}

.page__products .products__lineup .lineup--list__item .image {
  width: 35%;
  position: relative;
  z-index: 10;
}

.page__products .products__lineup .lineup--list__item .texts {
  background-color: rgba(255, 255, 255, 0.9);
  margin-top: -40px;
  margin-left: 25%;
  padding: 10px;
  position: relative;
  z-index: 15;
}

.page__products .products__lineup .lineup--list__item .texts .size {
  font-size: 18px;
  font-weight: 700;
  color: #616161;
}

.page__products .products__lineup .lineup--list__item .texts .size span {
  font-size: 32px;
  letter-spacing: 0.01em;
  margin-right: 0.125em;
}

.page__products .products__lineup .lineup--list__item .texts .head {
  display: flex;
  align-items: flex-end;
  font-size: 16px;
  font-weight: 500;
  margin: 1em 0;
}

.page__products .products__lineup .lineup--list__item .texts .head span {
  display: inline-flex;
  align-items: center;
  font-size: calc(1em / 3 * 2);
}

.page__products .products__lineup .lineup--list__item .texts .head span::before {
  display: block;
  content: '/';
  margin: 0 1em;
}

.page__products .products__lineup .lineup--list__item .texts .desc {
  font-size: 12px;
  line-height: 1.75;
}

.page__products .products__lineup .lineup--list__item .texts .more--btn {
  font-size: 12px;
  text-align: right;
  margin-top: 1em;
}

.page__products .products__lineup .lineup--list__item .texts .more--btn a {
  display: inline-block;
  border: 1px solid #8f8f8f;
  border-radius: 999px;
  padding: 1em 4em;
}

.page__business .business--content .image {
  position: relative;
}

.page__business .business--content .image .cover {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 20px;
  writing-mode: vertical-rl;
  position: absolute;
  top: -1em;
  right: 1em;
}

.page__business .business--content .image .cover span {
  display: block;
  font-weight: 500;
  color: #fff;
  background-color: #000;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 0.75em 0.75em;
  margin: 0 0.125em;
}

.page__business .business--content .head .en {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.025em;
  margin-bottom: 0.25em;
}

.page__business .business--content .head .ja {
  font-size: 24px;
  font-weight: 300;
}

.page__business .business--content .desc {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.025em;
  margin: 1.5em 0;
}

.page__business .business--content .btn--more {
  font-size: 14px;
  margin-bottom: 2em;
}

.page__business .business--content .btn--more a {
  display: inline-block;
  font-weight: 300;
  color: #fff;
  background-color: #817265;
  letter-spacing: 0.1em;
  border-radius: 999px;
  padding: 1.25em 6em;
}

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

.page__product-detail .product-detail-intro h2 {
  font-size: 24px;
  margin-bottom: 1em;
  text-align: center;
}

.page__product-detail .product-detail-intro .intro-text {
  font-size: 14px;
  text-align: left;
}

.page__product-detail .detail--list__item .item-discription {
  display: flex;
  align-items: center;
}

.page__product-detail .detail--list__item .item-discription .image {
  width: 40%;
  margin-right: 10px;
}

.page__product-detail .detail--list__item .item-discription .texts {
  width: 60%;
}

.page__product-detail .detail--list__item .item-discription .texts .head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  border-bottom: 1px solid #262626;
  padding-bottom: 6px;
}

.page__product-detail .detail--list__item .item-discription .texts .head .tag {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  font-size: 12px;
  width: 100%;
  margin-top: 1em;
}

.page__product-detail .detail--list__item .item-discription .texts .head .tag li {
  font-weight: 700;
  color: #fff;
  background-color: #817265;
  padding: 0.35em 2.5em;
}

.page__product-detail .detail--list__item .item-discription .texts .head .label {
  font-size: 12px;
  padding-bottom: 0.15em;
}

.page__product-detail .detail--list__item .item-discription .texts .head .num {
  font-size: 20px;
  font-weight: 900;
  margin-top: 0.125em;
  margin-left: 0.75em;
}

.page__product-detail .detail--list__item .item-discription .texts .desc {
  font-size: 12px;
  line-height: 1.5;
  margin: 0.6em 0;
}

.page__product-detail .order {
  display: inline-block;
  margin-top: 1.5em;
  color: #fff;
  font-weight: 600;
  background-color: #838383;
  padding: 0.5em 2.5em;
}

.page__product-detail .colors {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.page__product-detail .colors li {
  font-size: 10px;
  width: 75px;
  white-space: nowrap;
  margin-top: 1.5em;
  margin-right: 10px;
  text-align: center;
}

.page__product-detail .colors li p {
  margin-top: 0.75em;
}

.page__product-detail .caution {
  max-width: 920px;
  margin: 0 auto 60px;
  border: 1px solid #000;
}

.page__product-detail .caution .caution-inner {
  padding: 20px 30px;
}

.page__product-detail .caution .caution-inner h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}

.page__product-detail .caution .caution-inner ul li {
  list-style: square;
  font-size: 12px;
  margin-bottom: 1em;
  line-height: 1.5;
}

.page__product-detail .dl--btn {
  text-align: center;
}

.page__product-detail .dl--btn a {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  background-color: #fff;
  border: 1px solid #a3a3a3;
  border-radius: 999px;
  padding: 0.75em 5em 0.75em 3.5em;
}

.page__product-detail .dl--btn a span {
  margin-left: 1em;
}

.page__product-detail .dl--btn a small {
  font-size: calc(1em / 3 * 2);
}

.page__outlet .outlet--head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 1.5em;
}

.page__outlet .outlet--head small {
  font-size: calc(1em / 3 * 2);
  font-weight: 300;
  letter-spacing: 0.2em;
  padding-left: 0.2em;
}

.page__outlet .outlet--head span {
  font-size: 2.5em;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-left: 0.05em;
  margin-bottom: calc(1em / 10);
}

.page__outlet .outlet--head strong {
  display: block;
  font-weight: normal;
  color: #fff;
  background-color: #686868;
  letter-spacing: 0.05em;
  border-radius: 999px;
  padding: 0.375em 2.25em;
}

.page__outlet .outlet--catch {
  text-align: center;
}

.page__outlet .outlet--catch .catch {
  font-size: 20px;
  text-align: center;
}

.page__outlet .outlet--catch .desc {
  font-size: 14px;
  line-height: 1.75;
  margin-top: 1em;
}

.page__outlet .outlet--main {
  border: 5px solid #e5e5e5;
}

.page__outlet .outlet--main__inner {
  border: 1px solid #c3c3c3;
  background-color: #fff;
  padding: 20px 15px;
}

.page__outlet .outlet--main .head {
  font-size: 14px;
  text-align: center;
  margin-bottom: 2em;
}

.page__outlet .outlet--main .head .en {
  font-family: "Noto Serif JP", "Times New Roman", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.5em;
}

.page__outlet .outlet--main .head .ja {
  margin-top: 0.25em;
}

.page__outlet .outlet--main .info--list {
  font-size: 12px;
}

.page__outlet .outlet--main .info--list .table--row {
  display: flex;
  border-bottom: 1px dotted #ddd;
}

.page__outlet .outlet--main .info--list .table--row:last-child {
  border-bottom: none;
}

.page__outlet .outlet--main .info--list .table--head {
  width: 30%;
  line-height: 1.75;
  padding: 0.75em 0;
}

.page__outlet .outlet--main .info--list .table--detail {
  width: 70%;
  line-height: 1.75;
  padding: 0.75em 0;
}

.page__outlet .outlet--main .calendar {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

.page__outlet #calendar .wpsbc-container.wpsbc-calendar-1 .wpsbc-legend-item-icon-1 div:first-of-type {
  background-color: #ccc;
}

.page__outlet #calendar .wpsbc-container.wpsbc-calendar-1 .wpsbc-legend-item-icon-2 div:first-of-type {
  background-color: #f07d3a;
}

.page__outlet #calendar .status--desc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.page__outlet #calendar .status--desc .cal--desc {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin: 0 0.5em 0.5em;
}

.page__outlet #calendar .status--desc .cal--desc span {
  display: block;
  width: 1.2em;
  height: 1em;
}

.page__outlet #calendar .status--desc .status--booked span {
  background-color: #f07d3a;
}

.page__outlet #calendar .status--desc .status--changeover span {
  background-color: #fee2a0;
}

.page__store .store__inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.page__store .store--intro {
  color: #837a7d;
  line-height: 1.75;
}

.page__store .store--intro .intro--head {
  font-size: 18px;
  margin-bottom: 1.5em;
}

.page__store .store--intro .intro--desc {
  font-size: 14px;
}

.page__store .store--list {
  background-color: #fff;
  padding-top: 30px;
}

.page__store .store--list__item {
  font-size: 14px;
  padding: 0 15px 30px 30px;
  margin-bottom: 30px;
  position: relative;
}

.page__store .store--list__item::after {
  display: block;
  content: '';
  width: 90%;
  height: 1px;
  background-color: #e5e5e5;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.page__store .store--list__item:last-child::after {
  content: none;
}

.page__store .store--name {
  font-size: 18px;
  font-weight: 500;
  color: #837a7d;
  line-height: 1.75;
  padding-left: 2.5em;
  margin-left: -1em;
  position: relative;
}

.page__store .store--name .icon {
  display: block;
  width: 1.75em;
  height: 1.75em;
  background-color: #adc9d3;
  position: absolute;
  top: 0;
  left: 0;
}

.page__store .store--name .icon::before, .page__store .store--name .icon::after {
  display: block;
  content: '';
  width: 0.875em;
  height: 0.875em;
  background-color: #847150;
  margin-left: 0.875em;
}

.page__store .store--name .icon::after {
  background-color: #a7a7a7;
}

.page__store .store--map {
  text-align: right;
  margin: 0.5em 0 1em;
}

.page__store .store--map a {
  color: #007fb4;
  text-decoration: underline;
}

.page__store .store--address {
  line-height: 1.5;
  margin-bottom: 1em;
}

.page__store .store--cat {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 600;
}

.page__store .store--cat li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.25em;
  height: 3.5em;
  color: #fff;
  background-color: #837a7d;
  border-radius: 4px;
  margin: 0.375em 0.75em 0.375em 0;
}

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

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

.page__contact .contact--table .table--head {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.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: #27910e;
  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: #fbfbf9;
  letter-spacing: 0.05em;
  border: 1px solid #eee;
  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 .radio--btns {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.page__contact .contact--table .radio--btns .mwform-radio-field.horizontal-item {
  margin-right: 0.75em;
}

.page__contact .contact--table .radio--btns .mwform-radio-field.horizontal-item + .horizontal-item {
  margin-left: 0;
}

.page__contact .contact--table .radio--btns .mwform-radio-field label {
  display: flex;
  margin-bottom: 0.5em;
}

.page__contact .contact--table .radio--btns .mwform-radio-field input {
  width: auto;
  height: auto;
  margin-right: 0.25em;
}

.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;
  background-color: #e3c749;
  border: none;
  border-radius: 9999px;
  margin: 0.5em 1em;
  padding: 1.5em 3em;
}

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

@media (min-width: 576px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hero {
    height: 650px;
  }
  .global--btn {
    flex-direction: column;
    left: unset;
    top: 88px;
    right: 8px;
    bottom: unset;
  }
  .global--btn .btn--item {
    width: 70px;
    height: auto;
    margin-bottom: 6px;
  }
  .global--btn .btn--item a {
    flex-direction: column;
    text-align: center;
    border-radius: 4px;
    padding: 16px 10px 20px;
  }
  .global--btn .btn--item .icon {
    margin-right: 0;
    margin-bottom: 6px;
  }
  .global--btn .btn--item .icon img {
    margin-bottom: 4px;
  }
  .global--btn .btn--item .text {
    writing-mode: vertical-rl;
    text-align: left;
  }
  .front--business {
    padding: 0 86px;
  }
  .front--column {
    padding: 0 86px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 670px;
    margin-right: auto;
    margin-left: auto;
  }
  .hide-sp {
    display: inline;
  }
  .show-sp {
    display: none;
  }
  #sitemenu .sitemenu__inner {
    padding: 30px 50px;
  }
  #sitemenu .menu--list {
    font-size: calc((100vh - 140px) * 0.033);
  }
  .sub--menu {
    padding: 10px 20px 40px;
    left: 2vw;
  }
  .sub--menu__head {
    display: flex;
    align-items: flex-end;
  }
  .sub--menu__head .title {
    width: 180px;
  }
  .sub--menu__head .desc {
    width: calc(100% - 180px);
  }
  .sub--menu__item {
    width: calc(100% / 3);
    margin-bottom: 0;
  }
  .sub--menu__list {
    display: block;
  }
  .sub--menu__contact {
    display: flex;
    align-items: center;
    width: calc(100% - 80px);
    padding: 0 0 0 20px;
    margin-top: 1.5em;
  }
  .sub--menu__contact .intro {
    width: 240px;
  }
  .sub--menu__contact .button {
    width: calc(100% - 272px);
    margin-top: 0;
  }
  .sub--menu__contact .button a {
    padding: 2em;
  }
  .sub--menu .close--btn {
    right: 0;
    bottom: -0.5em;
  }
  .hero {
    height: calc(100vh - 80px);
  }
  .hero--img {
    height: 80%;
  }
  .hero--img .cover {
    width: 300px;
    top: 50%;
    left: 20%;
    bottom: unset;
    transform: translateY(-20%);
  }
  .hero--img .cover .slide--item {
    top: 50%;
    bottom: unset;
    transform: translateY(-15%);
  }
  .hero--img .picture {
    width: calc(65% - 56px);
    left: 35%;
  }
  .hero--img .picture .slide--item {
    top: 50%;
    bottom: unset;
    transform: translateY(-50%);
  }
  .hero--img .hero--img__sub {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 15;
  }
  .hero--text {
    width: 14%;
    top: 3%;
  }
  .hero--text p {
    font-size: calc((100vh - 80px) * 0.05);
  }
  .hero .news {
    width: 90%;
    height: calc(20% - 8px);
    margin-left: auto;
    margin-right: 56px;
    padding: 20px 30px;
  }
  .hero .news--list a .title {
    width: calc(100% - 14em);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .subpage--hero__catch {
    display: block;
  }
  .footer--contact .contact--box {
    flex-direction: row;
  }
  .footer--contact .contact--box .contact--tel,
  .footer--contact .contact--box .contact--web {
    width: 400px;
    padding: 0 30px;
  }
  .footer--contact .contact--box .contact--tel .tel {
    align-items: center;
    height: 64px;
  }
  .footer--contact .contact--box .contact--web {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    border-left: 1px solid #fff;
  }
  .page__case .case--intro {
    grid-template-columns: 400px 1fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .page__case .case--intro .title {
    align-self: flex-end;
  }
  .page__case .case--intro .thumb {
    grid-column: 2/3;
    grid-row: 1/3;
    padding: 0 5%;
  }
  .page__case .case--intro .desc {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .page__case .case--added .content--box__item {
    display: flex;
    align-items: center;
  }
  .page__case .case--added .image {
    width: 30%;
    margin-left: 0;
    margin-right: 0;
  }
  .page__case .case--added .text {
    width: 70%;
    padding-left: 5%;
    margin-top: 0;
  }
  .page__case .case--list {
    padding: 0 6px;
  }
  .page__case .case--list .cat--box {
    font-size: 14px;
    padding: 0 6px;
  }
  .page__case .case--list .cat--box .cat--item a {
    padding: 1em 3em;
  }
  .page__case .case--list__item {
    padding: 0 6px;
    margin-bottom: 60px;
  }
  .page__case .case--list__item .texts {
    font-size: 14px;
    padding: 0 1em;
  }
  .page__case .case--list__item .dates {
    flex-direction: row;
    margin-bottom: 1em;
  }
  .page__case .case--list__item .dates .date {
    order: 1;
    margin-top: 0;
  }
  .page__case .case--list__item .dates .cat {
    font-size: 12px;
    order: 2;
  }
  .page__case .case--list__item .title::after {
    margin-left: 1em;
  }
  .page__case .case--detail__box {
    grid-template-columns: calc(100% / 3) 1fr;
  }
  .page__case .case--detail .image--list {
    grid-column: 2/3;
    grid-row: 1/4;
  }
  .page__case .case--detail .image--list.length02, .page__case .case--detail .image--list.length03 {
    grid-template-columns: calc(100% / 3 * 2) 1fr;
    grid-template-rows: repeat(2, 1fr);
  }
  .page__case .case--detail .image--list.length02 .image01, .page__case .case--detail .image--list.length03 .image01 {
    grid-column: 1/2;
    grid-row: 1/3;
    aspect-ratio: auto;
  }
  .page__case .case--detail .image--list.length02 .image02, .page__case .case--detail .image--list.length03 .image02 {
    grid-column: 2/3;
    grid-row: 1/2;
    aspect-ratio: auto;
  }
  .page__case .case--detail .image--list.length02::after {
    aspect-ratio: auto;
  }
  .page__case .case--detail .image--list.length03 .image03 {
    aspect-ratio: auto;
  }
  .page__case .case--detail .head {
    grid-row: 1/2;
  }
  .page__case .case--detail .head .en {
    margin-top: 0;
  }
  .page__case .case--detail .head .ja span {
    display: inline-block;
    background: #fff;
    white-space: nowrap;
    padding: 0.25em 0.25em 0.25em 0;
  }
  .page__case .case--detail .desc {
    grid-row: 2/3;
  }
  .page__case .case--detail .renga {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .page__faq .term--list {
    border: none;
    margin-left: -6px;
    margin-right: -6px;
  }
  .page__faq .term--list__item {
    width: calc(100% / 3);
    padding: 0 6px;
    margin-bottom: 16px;
  }
  .page__faq .term--list__item .tab--btn {
    border: 2px solid #262626;
  }
  .page__faq .faq--tab .faq--list {
    padding: 30px;
  }
  .page__faq .faq--tab .faq--list__item.active .answer {
    padding: 1.5em 2em;
  }
  .post__archive .archive .news--list__item a {
    flex-direction: row;
    padding: 2.125em 0 2em 1em;
  }
  .post__archive .archive .news--list__item .date {
    width: 10em;
  }
  .post__archive .archive .news--list__item .title {
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
    width: calc(100% - 160px);
  }
  .post__archive .column--list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .post__archive .column--list__item {
    width: calc(100% / 3);
    padding: 0 15px;
    margin-bottom: 40px;
  }
  .post__single .single .single__head .date {
    font-size: 14px;
  }
  .front--intro {
    flex-direction: row;
  }
  .front--intro__image, .front--intro__text {
    width: 50%;
    height: calc(100vh - 80px);
  }
  .front--intro__image .mark {
    top: 0;
    left: 100%;
    transform: translateX(-50%);
  }
  .front--intro__image .mark .left,
  .front--intro__image .mark .right {
    width: 50%;
    height: 100%;
  }
  .front--intro__image .mark .right::before, .front--intro__image .mark .right::after {
    width: 100%;
    height: 50%;
  }
  .front--intro .content-block {
    max-width: 84%;
    width: auto;
    top: 10vh;
    left: 9%;
    right: 90px;
  }
  .front--products .product--list__item {
    width: 25%;
  }
  .front--business__inner {
    padding: 30px;
  }
  .front--business .business__img {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .front--business .business__list {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .front--business .business__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 24px 0;
  }
  .front--business .business__item .title .icon {
    order: 1;
  }
  .front--business .business__item .title .ja {
    margin-right: 1em;
    order: 2;
  }
  .front--business .business__item .title .en {
    width: auto;
    margin-bottom: 0;
    order: 3;
  }
  .front--business .business__item .more--btn {
    margin-left: auto;
  }
  .page__message .message--main .text .desc.desc02 {
    width: 61%;
  }
  .page__message .message--main .text .name {
    width: 61%;
  }
  .page__message .message--main .image {
    width: 34%;
    margin-top: -250px;
    margin-left: auto;
  }
  .page__company .company--intro {
    display: flex;
    align-items: flex-start;
    padding-left: 0;
    padding-bottom: 0;
  }
  .page__company .company--intro::before {
    width: auto;
    height: auto;
    top: 50%;
    right: 0;
  }
  .page__company .company--intro .texts {
    width: 50%;
    padding-left: 30px;
    padding-bottom: 50px;
    order: 2;
  }
  .page__company .company--intro .image {
    width: 50%;
    order: 1;
    padding-bottom: 50px;
  }
  .page__company .company--intro .desc {
    margin-bottom: 0;
  }
  .page__company .company--profile {
    display: flex;
  }
  .page__company .company--profile .company__head {
    width: 240px;
  }
  .page__company .company--profile .profile--table {
    width: calc(100% - 240px);
  }
  .page__brand .brand--point::before {
    height: 640px;
  }
  .page__brand .brand--point .point--list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .page__brand .brand--point .point--list__item {
    width: 50%;
    max-width: none;
    padding: 0 15px;
    margin-left: 0;
    margin-right: 0;
  }
  .page__brand .brand--point .point--list__contents {
    color: #262626;
  }
  .page__brand .brand--point .point--list__contents::before {
    display: none;
  }
  .page__brand .brand--point .point--list .list--desc {
    margin-bottom: 2.5em;
    padding-left: 2em;
  }
  .page__brand .brand--point .point--list .list--img {
    position: static;
  }
  .page__history .history--intro {
    display: flex;
    align-items: flex-start;
    padding-left: 0;
    padding-bottom: 0;
  }
  .page__history .history--intro::before {
    width: auto;
    height: auto;
    top: 50%;
    right: 0;
  }
  .page__history .history--intro .texts {
    width: 50%;
    padding-left: 30px;
    padding-bottom: 50px;
    order: 2;
  }
  .page__history .history--intro .image {
    width: 50%;
    order: 1;
    padding-bottom: 50px;
  }
  .page__history .history--intro .desc {
    margin-bottom: 0;
  }
  .page__history .history--detail {
    font-size: 24px;
  }
  .page__history .history--detail__inner {
    display: flex;
    align-items: flex-start;
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
  }
  .page__history .history--detail h3 {
    width: 280px;
  }
  .page__history .history--detail p {
    width: calc(100% - 280px);
  }
  .page__history .history--list__head .ja {
    font-size: 14px;
  }
  .page__history .history--list .history--slider__item .image {
    width: 30vw;
  }
  .page__products .select--tab {
    margin: 0 -5px;
  }
  .page__products .select--tab__item {
    font-size: 14px;
    margin-left: 0;
    padding: 0 5px;
  }
  .page__products .select--tab__link {
    border-radius: 999px;
  }
  .page__products .tab--bricks .brick--list__item {
    width: calc(100% / 3);
  }
  .page__products .products__lineup .lineup--list__item {
    display: flex;
    align-items: center;
  }
  .page__products .products__lineup .lineup--list__item .image {
    width: 30%;
    margin-left: 0;
  }
  .page__products .products__lineup .lineup--list__item .texts {
    width: 70%;
    background-color: transparent;
    padding: 0 3%;
    margin-top: 0;
    margin-left: 0;
  }
  .page__business .business--content {
    display: flex;
  }
  .page__business .business--content .texts {
    width: 45%;
    max-width: 442px;
    margin-right: auto;
  }
  .page__business .business--content .image {
    width: 55%;
    padding-left: 4%;
    text-align: right;
  }
  .page__business .business--content .image .cover {
    font-size: 18px;
    right: -1em;
  }
  .page__business .business--content:nth-child(2n) .image {
    order: 1;
    padding-left: 0;
    padding-right: 5%;
    text-align: left;
  }
  .page__business .business--content:nth-child(2n) .image .cover {
    right: unset;
    left: -1em;
  }
  .page__business .business--content:nth-child(2n) .texts {
    order: 2;
    margin-right: 0;
    margin-left: auto;
  }
  .page__product-detail .product-detail-intro {
    margin-bottom: 60px;
    text-align: center;
  }
  .page__product-detail .product-detail-intro h2 {
    font-size: 30px;
  }
  .page__product-detail .product-detail-intro .intro-text {
    font-size: 16px;
  }
  .page__product-detail .detail--list__item {
    padding: 0 10px;
  }
  .page__product-detail .detail--list__item .item-discription .image {
    width: 35%;
  }
  .page__product-detail .detail--list__item .item-discription .texts {
    width: 65%;
    padding-left: 3%;
  }
  .page__product-detail .detail--list__item .item-discription .texts .head {
    padding-bottom: 8px;
  }
  .page__product-detail .detail--list__item .item-discription .texts .head .tag {
    width: auto;
    margin-top: 0;
    font-size: 14px;
    order: 3;
  }
  .page__product-detail .detail--list__item .item-discription .texts .head .label {
    order: 1;
  }
  .page__product-detail .detail--list__item .item-discription .texts .head .num {
    margin-top: 0;
    margin-right: 0.75em;
    order: 2;
  }
  .page__product-detail .detail--list__item .item-discription .texts .desc {
    font-size: 14px;
    margin: 1em 0;
    line-height: 1.85;
  }
  .page__product-detail .order {
    font-size: 18px;
  }
  .page__product-detail .caution .caution-inner {
    padding: 30px;
  }
  .page__outlet .outlet--main__inner {
    padding: 30px;
  }
  .page__outlet .outlet--main .info--list {
    font-size: 14px;
  }
  .page__store .store--list__item {
    padding-left: 50px;
  }
  .page__store .store--head {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page__store .store--name {
    font-size: 20px;
  }
  .page__store .store--info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .page__store .store--address {
    letter-spacing: 0.05em;
    margin-top: 1em;
  }
  .page__store .store--cat {
    font-size: 14px;
  }
  .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;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1230px;
  }
  .section {
    margin-bottom: 80px;
  }
  .section--l {
    margin-bottom: 140px;
  }
  html {
    scroll-padding-top: 160px;
  }
  body {
    padding-top: 140px;
  }
  .show-pc {
    display: inline;
  }
  .hide-pc {
    display: none;
  }
  .header__inner {
    height: 140px;
  }
  .header .logo a {
    font-size: 14px;
  }
  .header .logo .icon {
    width: 130px;
    padding: 0 10px;
  }
  .header .logo .en {
    font-weight: 300;
  }
  .header .logo .ja {
    font-size: 24px;
    letter-spacing: 0.1em;
  }
  .header .toggler {
    width: 106px;
    height: 106px;
    margin: 20px;
  }
  #sitemenu {
    padding-top: 140px;
  }
  .sub--menu {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    top: 140px;
    right: 20px;
  }
  .sub--menu__head {
    display: block;
    font-size: 24px;
    width: 25%;
    border-right: 1px solid #262626;
    padding: 20px 30px 20px 10px;
  }
  .sub--menu__head .title {
    width: 100%;
  }
  .sub--menu__head .desc {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
  }
  .sub--menu__detail {
    width: 75%;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }
  .sub--menu__contact {
    width: 80%;
    padding: 0 40px;
    margin-left: auto;
  }
  .sub--menu__contact .button {
    width: 40%;
  }
  .hero {
    height: calc(115vh - 140px);
  }
  .hero--img .cover {
    width: 37.5%;
    left: 15%;
    transform: translateY(-20%);
  }
  .hero--img .picture {
    width: calc(100% / 3 * 2);
    left: calc(100% / 3 * 1 - 56px);
  }
  .hero--text {
    top: 5%;
  }
  .hero--text p {
    font-size: calc((100vh - 80px) * 0.06);
  }
  .hero--subtxt {
    display: flex;
    align-items: center;
    position: absolute;
    top: calc(96vh - 140px);
    left: 2%;
    bottom: 4px;
  }
  .hero .news {
    width: calc(100% / 5 * 2);
    margin-top: 0;
  }
  .subpage--hero__bg {
    height: 760px;
  }
  .subpage--hero__title {
    font-size: 30px;
  }
  .subpage--hero__catch {
    right: 75%;
  }
  .subpage--hero__catch .h_intro {
    font-size: 16px;
  }
  .subpage--hero__catch .h_text {
    font-size: 50px;
  }
  .footer--contact {
    padding: 70px 0;
  }
  .footer--sns img {
    width: 26px;
  }
  .section--head {
    font-size: 18px;
  }
  .btn--area {
    font-size: 16px;
  }
  .global--btn {
    top: 160px;
    right: 20px;
  }
  .global--btn .btn--item {
    width: 106px;
    margin-bottom: 10px;
  }
  .global--btn .btn--item a {
    padding: 24px 20px 28px;
  }
  .global--btn .btn--item .icon {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .global--btn .btn--item .icon img {
    height: auto;
  }
  .global--btn .btn--item .text {
    font-size: 14px;
  }
  .page__case .case--intro {
    grid-template-columns: 590px 1fr;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .page__case .case--intro .title {
    font-size: 16px;
  }
  .page__case .case--intro .thumb {
    padding: 0 8%;
  }
  .page__case .case--intro .desc {
    font-size: 16px;
    margin-top: 2em;
  }
  .page__case .case--added {
    padding: 80px 0;
  }
  .page__case .case--added .content--box {
    font-size: 14px;
  }
  .page__case .case--added .content--box__item {
    padding: 3em 0;
  }
  .page__case .case--added .image {
    width: 35%;
  }
  .page__case .case--added .text {
    width: 65%;
  }
  .page__case .case--added .sub--head {
    margin-bottom: 1.5em;
  }
  .page__case .case--list__inner {
    padding-top: 70px;
  }
  .page__case .case--list .cat--box {
    font-size: 16px;
    margin-bottom: 50px;
  }
  .page__case .case--list .cat--box .cat--item {
    margin-right: 1em;
  }
  .page__case .case--list__item {
    width: calc(100% / 3);
  }
  .page__case .case--detail {
    padding: 50px 0 0 50px;
    position: relative;
  }
  .page__case .case--detail::before {
    display: block;
    content: '';
    width: 60%;
    height: 80%;
    background-color: #fff;
    border-radius: 16px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .page__case .case--detail__box {
    grid-template-columns: 315px 1fr;
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
  .page__case .case--detail .image--list {
    align-self: flex-end;
  }
  .page__case .case--detail .image--list.length01 .image01 {
    aspect-ratio: 5/3;
  }
  .page__case .case--detail .image--list.length02 .image01, .page__case .case--detail .image--list.length03 .image01 {
    aspect-ratio: 4/3;
  }
  .page__case .case--detail .image--list.length02 .image02, .page__case .case--detail .image--list.length03 .image02 {
    aspect-ratio: 4/3;
  }
  .page__case .case--detail .image--list.length02::after {
    aspect-ratio: 4/3;
  }
  .page__case .case--detail .image--list.length03 .image03 {
    aspect-ratio: 4/3;
  }
  .page__case .case--detail .head .en {
    margin-top: 2em;
  }
  .page__case .case--detail .head .ja {
    font-size: 30px;
  }
  .page__case .case--detail .head .category {
    font-size: 16px;
  }
  .page__case .case--detail .desc {
    font-size: 16px;
  }
  .page__case .case--detail .renga {
    align-self: flex-end;
  }
  .page__case .case--contact .case--text {
    font-size: 18px;
  }
  .page__faq .term--list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .page__faq .term--list__item {
    font-size: 18px;
    padding: 0 15px;
    margin-bottom: 36px;
  }
  .page__faq .faq--tab {
    font-size: 16px;
  }
  .page__faq .faq--tab .contents {
    border-width: 9px;
  }
  .page__faq .faq--tab .faq--list {
    padding: 40px 50px;
  }
  .page__faq .faq--tab .faq--list__item {
    font-size: 16px;
  }
  .page__faq .faq--tab .faq--list__item .question {
    font-size: 18px;
  }
  .page__faq .faq--tab .faq--list__item .question {
    font-size: 18px;
  }
  .page__faq .faq--tab .faq--list__item .answer__inner {
    font-size: 16px;
  }
  .page__faq .faq--tab .faq--list__item .answer__inner h2 {
    font-size: 1.5em;
  }
  .page__faq .faq--tab .faq--list__item .answer__inner h3 {
    font-size: 1.25em;
  }
  .post__archive .archive .news--list__item a {
    font-size: 16px;
  }
  .post__archive .column--list {
    margin-left: -24px;
    margin-right: -24px;
  }
  .post__archive .column--list__item {
    padding: 0 24px;
    margin-bottom: 64px;
  }
  .post__archive .column--list .date {
    font-size: 14px;
  }
  .post__archive .column--list .title {
    font-size: 16px;
  }
  .post__single .single .single__head {
    font-size: 32px;
  }
  .post__single .single .single__head .date {
    font-size: 16px;
    margin-right: 1.5em;
  }
  .post__single .single__content {
    font-size: 16px;
    padding: 40px 30px;
  }
  .post__single .single__content h2 {
    font-size: 1.5em;
  }
  .post__single .single__content h3 {
    font-size: 1.25em;
  }
  .back {
    font-size: 16px;
    width: 280px;
    padding: 20px;
    margin: 60px auto 120px;
  }
  .pagination__wrapper {
    margin-top: 30px;
  }
  .front--intro__image, .front--intro__text {
    height: calc(100vh - 140px);
  }
  .front--intro__image .mark {
    width: 120px;
    height: 120px;
  }
  .front--intro .content-block {
    max-width: 75%;
    left: 18%;
    right: 135px;
  }
  .front--intro .content--head {
    font-size: 12px;
    position: relative;
    margin: 0 0 5em;
  }
  .front--intro .content--head::before, .front--intro .content--head::after {
    display: block;
    content: '';
    width: 1em;
    height: 0.8em;
    position: absolute;
  }
  .front--intro .intro {
    margin-bottom: 1.5em;
    padding-top: 0.5em;
  }
  .front--intro .title {
    font-size: 30px;
    line-height: 1.5;
  }
  .front--intro .desc {
    font-size: 14px;
    max-width: 580px;
  }
  .front--products .product--list {
    padding: 4px;
  }
  .front--products .product--list__item {
    padding: 4px;
  }
  .front--products .product--more p {
    font-size: 16px;
  }
  .front--business {
    padding: 0 146px;
  }
  .front--business__inner {
    display: flex;
  }
  .front--business .business__img {
    width: 400px;
    background-color: #000;
    max-width: none;
  }
  .front--business .business__list {
    width: calc(100% - 400px);
    max-width: none;
    padding-left: 40px;
    padding-top: 0;
  }
  .front--business .business__item {
    padding: 24px 28px;
  }
  .front--column {
    padding: 0 146px;
  }
  .front--column .column--carousel {
    padding: 0 80px;
    margin-bottom: 40px;
  }
  .front--column .carousel__item .thumb,
  .front--column .carousel__item .title {
    max-width: 280px;
  }
  .front--column .carousel__controls #prev {
    left: 5.5em;
  }
  .front--column .carousel__controls #next {
    right: 5.5em;
  }
  .page__message .message--head {
    font-size: 18px;
  }
  .page__message .message--main .catch {
    font-size: 36px;
  }
  .page__message .message--main .text {
    max-width: 580px;
    width: 50%;
    margin-right: auto;
    margin-bottom: 0;
  }
  .page__message .message--main .text .desc {
    line-height: 2.25;
  }
  .page__message .message--main .text .desc.desc02 {
    width: 100%;
  }
  .page__message .message--main .text .name {
    width: 100%;
  }
  .page__message .message--main .image {
    width: 50%;
    padding-left: 30px;
    margin-top: -120px;
    margin-left: 0;
    position: relative;
    z-index: 10;
  }
  .page__company .company__head {
    font-size: 36px;
  }
  .page__company .company__head .ja {
    font-size: 14px;
  }
  .page__company .company--intro {
    align-items: center;
  }
  .page__company .company--intro .texts {
    width: 49%;
    max-width: 695px;
    padding-top: 50px;
    padding-left: 80px;
    padding-bottom: 80px;
  }
  .page__company .company--intro .image {
    width: 51%;
    padding-bottom: 80px;
  }
  .page__company .company--intro .head {
    font-size: 18px;
    margin-top: 3em;
  }
  .page__company .company--intro .desc {
    line-height: 2.5;
  }
  .page__company .company--profile .company__head {
    width: 420px;
  }
  .page__company .company--profile .profile--table {
    width: calc(100% - 420px);
  }
  .page__company .company--profile .profile--table .table--row {
    padding: 2em 0;
  }
  .page__company .company--access .company--map .address {
    font-size: 16px;
  }
  .page__company .company--access .company--map .map::before {
    padding-top: 56.25%;
  }
  .page__brand .brand--intro .head {
    font-size: 36px;
  }
  .page__brand .brand--intro .desc {
    font-weight: 300;
    line-height: 2.25;
  }
  .page__brand .brand--point::before {
    height: 1280px;
  }
  .page__brand .brand--point__inner {
    padding: 0 15px;
  }
  .page__brand .brand--point .point--head h3 {
    font-size: 36px;
    padding: 4em 0 1em;
  }
  .page__brand .brand--point .point--head p {
    font-size: 14px;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
  .page__brand .brand--point .point--list {
    margin-left: -30px;
    margin-right: -30px;
  }
  .page__brand .brand--point .point--list__item {
    padding: 0 30px;
    margin-bottom: 60px;
  }
  .page__brand .brand--point .point--list__contents {
    font-size: 14px;
    padding: 50px 45px 45px;
  }
  .page__brand .brand--point .point--list .list--head {
    font-size: 48px;
  }
  .page__brand .brand--point .point--list .list--head .ja {
    font-size: 18px;
  }
  .page__brand .brand--point .point--list .list--desc {
    font-size: 14px;
  }
  .page__history .history--intro {
    align-items: center;
  }
  .page__history .history--intro .texts {
    width: 49%;
    max-width: 695px;
    padding-top: 50px;
    padding-left: 80px;
    padding-bottom: 80px;
  }
  .page__history .history--intro .image {
    width: 51%;
    padding-bottom: 80px;
  }
  .page__history .history--intro .head {
    font-size: 16px;
    margin-top: 3em;
  }
  .page__history .history--intro .desc {
    line-height: 2.5;
  }
  .page__history .history--detail {
    font-size: 36px;
  }
  .page__history .history--detail h3 {
    width: 400px;
    margin-right: 2em;
  }
  .page__history .history--detail p {
    width: calc(100% - 400px);
    line-height: 2.5;
  }
  .page__history .history--list__head {
    display: flex;
    align-items: center;
  }
  .page__history .history--list__head .en {
    font-size: 60px;
    margin-right: 1em;
  }
  .page__history .history--list__head .en small {
    font-size: 14px;
  }
  .page__history .history--list__head .ja {
    margin-top: 0;
  }
  .page__history .history--list__detail {
    font-size: 16px;
  }
  .page__history .history--list .history--slider {
    margin-top: 4em;
  }
  .page__history .history--list .history--slider__item .image {
    font-size: 60px;
    width: 335px;
  }
  .page__products .products--head {
    font-size: 18px;
  }
  .page__products .products--head .en {
    font-size: 48px;
    letter-spacing: 0.05em;
  }
  .page__products .products--head .en::before {
    width: 22px;
    height: 22px;
    top: calc((1em - 22px) / 2 + 8px);
  }
  .page__products .products--head .en::after {
    width: 10px;
    height: 10px;
    top: calc((1em - 22px) / 2 + 8px + 6px);
    left: 6px;
  }
  .page__products .products--head .ja {
    font-size: 18px;
    padding-left: 44px;
  }
  .page__products .select--tab {
    margin: 0 -15px;
  }
  .page__products .select--tab__item {
    font-size: 16px;
    padding: 0 15px;
  }
  .page__products .content--area {
    margin-top: 50px;
  }
  .page__products .content--area .content--tab {
    padding: 30px 0;
  }
  .page__products .tab--head {
    font-size: 18px;
  }
  .page__products .tab--head .head {
    font-size: 36px;
  }
  .page__products .tab--head .sub--head {
    font-size: 18px;
  }
  .page__products .tab--bricks {
    padding-bottom: 80px;
  }
  .page__products .tab--bricks .brick--list__item {
    padding: 0 40px;
    margin-bottom: 40px;
  }
  .page__products .tab--bricks .brick--list__item .desc {
    font-size: 14px;
  }
  .page__products .products__lineup {
    padding: 120px 0;
  }
  .page__products .products__lineup .lineup--list {
    margin-top: 40px;
  }
  .page__products .products__lineup .lineup--list__item {
    padding: 40px 0;
  }
  .page__products .products__lineup .lineup--list__item .image {
    width: 25%;
  }
  .page__products .products__lineup .lineup--list__item .texts {
    width: 75%;
  }
  .page__products .products__lineup .lineup--list__item .texts .size {
    font-size: 24px;
  }
  .page__products .products__lineup .lineup--list__item .texts .size span {
    font-size: 40px;
  }
  .page__products .products__lineup .lineup--list__item .texts .head {
    font-size: 24px;
  }
  .page__products .products__lineup .lineup--list__item .texts .desc {
    font-size: 14px;
  }
  .page__products .products__lineup .lineup--list__item .texts .more--btn {
    font-size: 14px;
  }
  .page__business .business--content .image .cover {
    font-size: 24px;
  }
  .page__business .business--content .head .en {
    font-size: 16px;
  }
  .page__business .business--content .head .ja {
    font-size: 36px;
  }
  .page__business .business--content .desc {
    font-size: 16px;
    margin-bottom: 3em;
  }
  .page__business .business--content .btn--more {
    font-size: 16px;
  }
  .page__product-detail .product-detail-intro {
    margin-bottom: 90px;
  }
  .page__product-detail .product-detail-intro h2 {
    font-size: 48px;
  }
  .page__product-detail .product-detail-intro .intro-text {
    display: inline-block;
    max-width: 1120px;
  }
  .page__product-detail .detail--list {
    display: flex;
    flex-wrap: wrap;
  }
  .page__product-detail .detail--list__item {
    width: 50%;
    padding: 0 20px;
  }
  .page__product-detail .detail--list__item .item-discription .image {
    width: 40%;
  }
  .page__product-detail .detail--list__item .item-discription .texts .head {
    padding-bottom: 12px;
  }
  .page__product-detail .detail--list__item .item-discription .texts .head .label {
    font-size: 14px;
  }
  .page__product-detail .detail--list__item .item-discription .texts .head .num {
    font-size: 30px;
  }
  .page__product-detail .detail--list__item .item-discription .texts .desc {
    font-size: 16px;
  }
  .page__product-detail .colors li {
    font-size: 12px;
    width: 95px;
    margin-right: 15px;
  }
  .page__product-detail .caution .caution-inner {
    padding: 30px 90px;
  }
  .page__product-detail .caution .caution-inner h3 {
    margin-bottom: 2em;
  }
  .page__product-detail .caution .caution-inner ul li {
    font-size: 14px;
  }
  .page__product-detail .dl--btn a {
    font-size: 18px;
  }
  .page__outlet .outlet--head {
    font-size: 24px;
  }
  .page__outlet .outlet--catch .catch {
    font-size: 36px;
  }
  .page__outlet .outlet--catch .desc {
    font-size: 16px;
  }
  .page__outlet .outlet--main {
    border-width: 9px;
  }
  .page__outlet .outlet--main__inner {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 50px;
  }
  .page__outlet .outlet--main .head {
    font-size: 16px;
    width: 100%;
  }
  .page__outlet .outlet--main .info--list {
    width: 50%;
  }
  .page__outlet .outlet--main .calendar {
    width: 50%;
    margin-top: 0;
  }
  .page__store .store--list {
    padding-top: 50px;
  }
  .page__store .store--list__item {
    padding-right: 30px;
    margin-bottom: 50px;
  }
  .page__store .store--name {
    font-size: 24px;
    padding-left: 64px;
    margin-left: 0;
  }
  .page__store .store--map {
    margin-right: 3em;
  }
  .page__store .store--info {
    margin-top: 1em;
  }
  .page__store .store--address {
    width: 50%;
    padding-left: 64px;
    padding-right: 1em;
  }
  .page__store .store--cat {
    width: 32em;
  }
  .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;
  }
}

@media (min-width: 1200px) {
  .header .menu--btns {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 1520px) {
  .header .menu--btns .menu--btn a {
    font-size: 14px;
    width: 280px;
  }
  .header .menu--btns .menu--btn a .arrow {
    margin-top: 3px;
    transform: scale(1);
  }
  .sub--menu__item {
    padding: 0 20px;
  }
  .sub--menu__list {
    font-size: 14px;
  }
  .front--intro .content-block {
    top: 12vh;
  }
  .front--intro .content--head {
    margin-bottom: 7em;
  }
  .front--intro .intro {
    padding-top: 1em;
  }
  .front--intro .desc {
    line-height: 2;
  }
  .front--business__inner {
    padding: 45px;
  }
  .front--business .business__img {
    width: 542px;
  }
  .front--business .business__list {
    width: calc(100% - 542px);
  }
  .front--business .business__item {
    padding: 40px 48px;
  }
  .front--business .business__item .title {
    font-size: 34px;
  }
  .front--business .business__item .desc {
    font-size: 14px;
    line-height: 2;
  }
  .front--business .business__item .more--btn {
    font-size: 14px;
  }
}

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