@charset "UTF-8";
/* --------------------------------------
　　案件ごとに編集　▼ ここから ▼
-------------------------------------- */
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

html {
  -webkit-tap-highlight-color: transparent;
  font-size: 0.78125vw;
  scroll-behavior: smooth;
}
@media screen and (max-width: 750px) {
  html {
    font-size: 3.125vw;
  }
}

body {
  font-family: "Noto Serif JP", serif;
  color: #231815;
  font-feature-settings: "palt";
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input[type=radio] {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

canvas {
  display: block;
}

/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::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;
  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 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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

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

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

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

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

.footer {
  width: 100%;
  overflow: hidden;
}
.footer__button {
  margin: 155px auto 0;
  max-width: 380px;
}
@media screen and (max-width: 1200px) {
  .footer__button {
    max-width: 280px;
  }
}
@media screen and (max-width: 750px) {
  .footer__button {
    margin: 84px auto 0;
    max-width: 155px;
  }
}
.footer__logo {
  width: 248px;
  margin: 108px auto 0;
  position: relative;
  left: 14px;
}
@media screen and (max-width: 750px) {
  .footer__logo {
    width: 124px;
    margin: 43px auto 0;
    position: relative;
    left: 0;
  }
}
.footer__copyright {
  margin-top: 160px;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
  font-weight: 400;
  padding-bottom: 45px;
}
@media screen and (max-width: 750px) {
  .footer__copyright {
    margin-top: 80px;
    font-size: 10px;
    transform: scale(0.8) translateX(-50%);
    width: 150%;
    position: relative;
    left: 35%;
  }
}

.snslist {
  display: flex;
  justify-content: center;
}
.snslist__item {
  width: 51px;
}
@media screen and (max-width: 750px) {
  .snslist__item {
    width: 34px;
  }
}
.snslist__item + .snslist__item {
  margin-left: 32px;
}
@media screen and (max-width: 750px) {
  .snslist__item + .snslist__item {
    margin-left: 20px;
  }
}

.header {
  background-color: #fff;
}
.header__inner {
  padding: 113px 60px 98px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .header__inner {
    padding: 80px 20px 65px 20px;
  }
}
.header__logo {
  width: 307px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .header__logo {
    width: 153px;
  }
}

.main {
  overflow: hidden;
}

.mv {
  position: relative;
}
.greeting__inner {
  padding: 120px 60px 202px 81px;
}
@media screen and (max-width: 1200px) {
  .greeting__inner {
    padding: 150px 60px 262px 60px;
  }
}
@media screen and (max-width: 750px) {
  .greeting__inner {
    padding: 65px 15px 74px 13.5vw;
  }
}
.greeting__box {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  .greeting__box {
    display: block;
  }
}
.greeting__text {
  display: block;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 16px;
  line-height: 2.65;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1200px) {
  .greeting__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .greeting__text {
    writing-mode: horizontal-tb;
    text-orientation: sideways;
    font-size: 10px;
    line-height: 2.1;
    letter-spacing: 0.04em;
  }
}
.greeting__text + .greeting__text {
  margin-right: 53px;
}
@media screen and (max-width: 1200px) {
  .greeting__text + .greeting__text {
    margin-right: 25px;
  }
}
@media screen and (max-width: 750px) {
  .greeting__text + .greeting__text {
    margin-right: 0;
    margin-top: 21px;
  }
}
.greeting__text--lsSmall {
  letter-spacing: -0.5em;
}
.greeting__text--mtSmall {
  margin-top: -11px;
}

.lead__inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .lead__inner {
    display: block;
  }
}
.lead__img01 {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.lead__img01 img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 110%;
}
@media screen and (max-width: 2000px) {
  .lead__img01 img {
    object-position: -161px -30px;
  }
}
@media screen and (max-width: 750px) {
  .lead__img01 img {
    position: relative;
    height: 160px;
    object-position: 0 0;
  }
}
.lead__img02 {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 750px) {
  .lead__img02 {
    display: none;
  }
}
.lead__img02 img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 2000px) {
  .lead__img02 img {
    object-position: -344px 0;
  }
}
@media screen and (max-width: 1200px) {
  .lead__img02 img {
    object-position: 0 0;
  }
}
.lead__box {
  background-color: #4c4948;
  max-width: 925px;
  margin: 0 auto;
  padding: 140px 240px 150px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .lead__box {
    padding: 77px 120px 95px;
  }
}
@media screen and (max-width: 750px) {
  .lead__box {
    padding: 77px 13.5vw 95px;
  }
}
.lead__title {
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #f6ecc7;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .lead__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .lead__title {
    font-size: 17px;
    letter-spacing: 0.07em;
  }
}
.lead__title--lsSmall {
  letter-spacing: -0.5em;
}
.lead__text {
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.045em;
  text-align: justify;
  margin-top: 74px;
  color: #f6ecc7;
}
@media screen and (max-width: 1200px) {
  .lead__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .lead__text {
    margin-top: 21px;
    font-size: 10px;
  }
}
.lead__text--lsSmall {
  letter-spacing: -0.5em;
}

.product {
  background-color: #f3e7c6;
}
.product__inner {
  padding: 100px 60px 245px;
}
@media screen and (max-width: 750px) {
  .product__inner {
    padding: 60px 13.5vw 45px;
  }
}
.product__title {
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.09em;
  text-align: center;
  font-weight: 400;
  padding-bottom: 6px;
}
@media screen and (max-width: 1200px) {
  .product__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .product__title {
    font-size: 17px;
    letter-spacing: 0.12em;
    padding-bottom: 3px;
  }
}
.product__titleInner {
  border-bottom: 2px solid #231815;
  padding-bottom: 6px;
  padding-left: 6px;
  padding-right: 6px;
}
@media screen and (max-width: 750px) {
  .product__titleInner {
    padding-bottom: 3px;
    border-bottom: 1px solid #231815;
  }
}
.product__content {
  max-width: 1090px;
  margin: 100px auto 0;
}
@media screen and (max-width: 750px) {
  .product__content {
    margin: 60px auto 0;
  }
}
.product__box {
  display: flex;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .product__box {
    display: block;
  }
}
.product__box + .product__box {
  margin-top: 60px;
}
.product__left {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .product__left {
    width: 100%;
  }
}
.product__right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .product__right {
    width: 100%;
    min-height: 73vw;
  }
}
.product__rightInner {
  padding-top: 5px;
}
@media screen and (max-width: 750px) {
  .product__rightInner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.product__rightInner--plSmall {
  padding-left: 10px;
}
.product__rightInner--prSmall {
  padding-right: 10px;
}
.product__purpose {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .product__purpose {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .product__purpose {
    font-size: 10px;
  }
}
.product__name {
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-top: 20px;
  padding-bottom: 6px;
}
@media screen and (max-width: 1200px) {
  .product__name {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .product__name {
    font-size: 14px;
    margin-top: 8px;
    padding-bottom: 2px;
  }
}
.product__nameInner {
  border-bottom: 2px solid #231815;
  padding-bottom: 6px;
}
@media screen and (max-width: 750px) {
  .product__nameInner {
    border-bottom: 1px solid #231815;
    padding-bottom: 2px;
  }
}
.product__text {
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  .product__text {
    font-size: 14px;
  }
}
.product__text--lsSmall {
  letter-spacing: -0.5em;
}
.product__text--mlSmall {
  margin-left: -5px;
}
@media screen and (max-width: 750px) {
  .product__text {
    font-size: 10px;
    margin-top: 10px;
  }
}

.design__inner {
  padding: 100px 60px 80px;
}
@media screen and (max-width: 750px) {
  .design__inner {
    padding: 60px 13.5vw 40px;
  }
}
.design__title {
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.09em;
  text-align: center;
  font-weight: 400;
  padding-bottom: 6px;
}
@media screen and (max-width: 1200px) {
  .design__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .design__title {
    font-size: 17px;
    letter-spacing: 0.12em;
    padding-bottom: 3px;
  }
}
.design__titleInner {
  border-bottom: 2px solid #231815;
  padding-bottom: 6px;
  padding-left: 6px;
  padding-right: 6px;
}
@media screen and (max-width: 750px) {
  .design__titleInner {
    padding-bottom: 3px;
    border-bottom: 1px solid #231815;
  }
}
.design__content {
  max-width: 1480px;
  margin: 100px auto 0;
}
@media screen and (max-width: 750px) {
  .design__content {
    margin: 60px auto 0;
  }
}
.design__list {
  display: flex;
  flex-wrap: wrap;
}
.design__item {
  width: 20%;
}
@media screen and (max-width: 750px) {
  .design__item {
    width: 50%;
  }
}

.button01 {
  display: block;
  width: 100%;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.15em;
  text-align: center;
  font-weight: 400;
  background-color: #c9a96f;
  border-radius: 50px;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .button01 {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .button01 {
    font-size: 13px;
    letter-spacing: 0.2em;
  }
}
.button01__inner {
  display: block;
  padding: 12px 50px 16px 20px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .button01__inner {
    padding: 7px 20px 7px 7px;
  }
}
.button01__inner::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/common/button_arrow.svg);
  background-repeat: no-repeat;
  width: 52px;
  height: 52px;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (max-width: 1200px) {
  .button01__inner::after {
    width: 35px;
    height: 35px;
    right: 15px;
  }
}
@media screen and (max-width: 750px) {
  .button01__inner::after {
    width: 20px;
    height: 20px;
    right: 10px;
  }
}
.button01:hover .button01__inner::after {
  right: 14px;
}
@media screen and (max-width: 1200px) {
  .button01:hover .button01__inner::after {
    right: 15px;
  }
}
@media screen and (max-width: 750px) {
  .button01:hover .button01__inner::after {
    right: 10px;
  }
}

.JsInview {
  filter: blur(3px);
  overflow: hidden;
  opacity: 0;
  transition: all 1.2s;
}
.JsInview.is-active {
  opacity: 1;
  filter: blur(0px);
}
.JsInviewBox__01, .JsInviewBox__02, .JsInviewBox__03, .JsInviewBox__04, .JsInviewBox__05, .JsInviewBox__06, .JsInviewBox__07, .JsInviewBox__08, .JsInviewBox__09, .JsInviewBox__10 {
  filter: blur(3px);
  overflow: hidden;
  opacity: 0;
  transition: all 1.2s;
}
.is-active .JsInviewBox__01, .is-active .JsInviewBox__02, .is-active .JsInviewBox__03, .is-active .JsInviewBox__04, .is-active .JsInviewBox__05, .is-active .JsInviewBox__06, .is-active .JsInviewBox__07, .is-active .JsInviewBox__08, .is-active .JsInviewBox__09, .is-active .JsInviewBox__10 {
  opacity: 1;
  filter: blur(0px);
}
.JsInviewBox__01 {
  transition-delay: 0;
}
.JsInviewBox__02 {
  transition-delay: 0.2s;
}
.JsInviewBox__03 {
  transition-delay: 0.4s;
}
.JsInviewBox__04 {
  transition-delay: 0.6s;
}
.JsInviewBox__05 {
  transition-delay: 0.8s;
}
.JsInviewBox__06 {
  transition-delay: 1s;
}
.JsInviewBox__07 {
  transition-delay: 1.2s;
}
.JsInviewBox__08 {
  transition-delay: 1.4s;
}
.JsInviewBox__09 {
  transition-delay: 1.6s;
}
.JsInviewBox__10 {
  transition-delay: 1.8s;
}

.show-pc {
  display: block;
}
@media screen and (max-width: 750px) {
  .show-pc {
    display: none;
  }
}

.show-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .show-sp {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */
