@charset "UTF-8";

/* # =================================================================
    # 共通要素
# ================================================================= */
html {
  font-size: 62.5%;
  font-size: 10px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

.en {
  font-family: YakuHanJP, "Roboto", sans-serif;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}
a.fig {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
a.fig picture {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
a.fig img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
}

address {
  font-style: normal;
}

img {
  max-height: 100%;
}

figure,
.fig {
  margin: 0;
  vertical-align: top;
}
figure picture,
.fig picture {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
figure img,
.fig img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

i {
  display: inline-block;
  height: auto;
  line-height: 0;
  vertical-align: top;
}
i img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
i svg {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

@supports (-webkit-touch-callout: none) {
  body {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
}
.hvropa:hover {
  opacity: 0.7;
}

.fadeIn00 {
  transform: translate3d(0, 10%, 0);
  opacity: 0;
  transition: 1s;
}
.fadeIn00.is-show {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}

.fadeIn01 {
  transform: translate3d(0, 10%, 0);
  opacity: 0;
  transition: 1s;
}
.fadeIn01.is-show {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}
.fadeIn01.is-show:nth-child(1) {
  transition-delay: 0s;
}
.fadeIn01.is-show:nth-child(2) {
  transition-delay: 0.1s;
}
.fadeIn01.is-show:nth-child(3) {
  transition-delay: 0.2s;
}
.fadeIn01.is-show:nth-child(4) {
  transition-delay: 0.3s;
}
.fadeIn01.is-show:nth-child(5) {
  transition-delay: 0.4s;
}
.fadeIn01.is-show:nth-child(6) {
  transition-delay: 0.5s;
}
.fadeIn01.is-show:nth-child(7) {
  transition-delay: 0.6s;
}
.fadeIn01.is-show:nth-child(8) {
  transition-delay: 0.7s;
}
.fadeIn01.is-show:nth-child(9) {
  transition-delay: 0.8s;
}
.fadeIn01.is-show:nth-child(10) {
  transition-delay: 0.9s;
}
.fadeIn01.is-show:nth-child(11) {
  transition-delay: 1s;
}
.fadeIn01.is-show:nth-child(12) {
  transition-delay: 1.1s;
}
.fadeIn01.is-show:nth-child(13) {
  transition-delay: 1.2s;
}
.fadeIn01.is-show:nth-child(14) {
  transition-delay: 1.3s;
}
.fadeIn01.is-show:nth-child(15) {
  transition-delay: 1.4s;
}
.fadeIn01.is-show:nth-child(16) {
  transition-delay: 1.5s;
}
.fadeIn01.is-show:nth-child(17) {
  transition-delay: 1.6s;
}
.fadeIn01.is-show:nth-child(18) {
  transition-delay: 1.7s;
}
.fadeIn01.is-show:nth-child(19) {
  transition-delay: 1.8s;
}
.fadeIn01.is-show:nth-child(20) {
  transition-delay: 1.9s;
}

.fadeIn04 {
  opacity: 0;
  transition: 1s;
  transition-timing-function: ease-in-out;
}
.fadeIn04.inview {
  transform: none;
}
.fadeIn04.inview.is-show {
  opacity: 1;
}

/*下記追加記述*/
/*keyframe*/
@keyframes Rotate01 {
  0% {
    top: 0%;
    transform: translateX(-50%);
  }
  30% {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  60% {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  100% {
    top: 50%;
    transform: translate(-50%, -50%) rotate(35deg);
  }
}
@keyframes Rotate02 {
  0% {
    top: 100%;
    transform: translateX(-50%);
  }
  30% {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  60% {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  100% {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-35deg);
  }
}
@keyframes Rotate03 {
  0% {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-35deg);
  }
  30% {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  60% {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  100% {
    top: 100%;
    transform: translateX(-50%);
  }
}
@keyframes Rotate04 {
  0% {
    top: 50%;
    transform: translate(-50%, -50%) rotate(35deg);
  }
  30% {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  60% {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  100% {
    top: 0%;
    transform: translateX(-50%);
  }
}
@keyframes fadeNavi01 {
  0% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: flex;
    opacity: 1;
  }
}
@keyframes fadeNavi02 {
  0% {
    display: flex;
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  99% {
    display: none;
    opacity: 0;
  }
}
/* foundation */
html {
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  overflow-y: scroll;
  /* iOS 8+ */
}

*,
::before,
::after {
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}

/* # =================================================================
   # 一般的な要素
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

ol,
ul,
li {
  list-style: none;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

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

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # フォーム要素
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

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

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # メディア要素
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # アクセシビリティ
   # ================================================================= */
/* Hide content from screens but not screenreaders */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # セレクション
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* layout */
.l-header {
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.4em;
  font-size: 16px;
  font-size: 1.6rem;
}
.l-header * {
  color: #fff;
}
.l-header.is-color * {
  color: #707070;
}
.l-header.is-color .logo svg * {
  fill: #707070;
}
.l-header.is-color .c-hamburger span {
  background-color: #707070;
}
.l-header__cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 1.3vw;
}
.l-header__cont__box.left .logo {
  width: 16.2em;
  margin-top: 0.4em;
}
.l-header__cont__box.left .logo .svg {
  width: 100%;
  height: auto;
}
.l-header__cont__box.right .c-hamburger {
  display: none;
}
.l-header__cont__box.right .c-hamburger.is-active span {
  background-color: #fff;
}
.l-header__cont__box.right .navi {
  display: contents;
}
.l-header__cont__box.right .navi .list {
  display: flex;
  align-items: center;
  height: 100%;
}
.l-header__cont__box.right .navi .list__item {
  display: grid;
  position: relative;
  place-content: center;
  height: 100%;
  font-weight: normal;
}
.l-header__cont__box.right .navi .list__item:not(:last-child) {
  margin-right: 1.82vw;
}
.l-header__cont__box.right .navi .list__item a {
  position: relative;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
}
.l-header__cont__box.right .navi .list__item a:hover {
  opacity: 0.7;
}
.l-header__cont__box.right .navi .list__item a.contact {
  display: grid;
  place-items: center;
  width: 7.3em;
  height: 2.2em;
  border-radius: 2.2em;
  background-color: #fff;
  color: #707070;
}
.l-header__cont__box.right .navi .sns {
  display: none;
}

.l-footer {
  padding: 5.05vw 0 5.83vw;
  background-color: #96816e;
  font-size: 16px;
  font-size: 1.6rem;
}
.l-footer * {
  color: #fff;
}
.l-footer__cont__ttl {
  margin-bottom: 1.7em;
  font-weight: normal;
  font-size: 21px;
  font-size: 2.1rem;
}
.l-footer__cont .wrap01 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2em;
}
.l-footer__cont .wrap01 .tel__ttl {
  margin-bottom: 0.5em;
  font-size: 16px;
  font-size: 1.6rem;
}
.l-footer__cont .wrap01 .tel__num {
  display: inline-block;
  margin-bottom: 0.2em;
  font-weight: 500;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1.1;
}
.l-footer__cont .wrap01 .tel__desc {
  line-height: 1.8;
}
.l-footer__cont .wrap01 .shop__ttl {
  margin-bottom: 0.4em;
  font-size: 21px;
  font-size: 2.1rem;
}
.l-footer__cont .wrap01 .shop__desc {
  margin-bottom: 1.5em;
}
.l-footer__cont .wrap01 .shop__link {
  display: grid;
  position: relative;
  place-items: center;
  width: 17.8em;
  height: 3.5em;
  border: 1px solid #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
.l-footer__cont .wrap01 .shop__link .txt {
  display: inline-block;
  padding-right: 0.5em;
  transition: opacity 0.5s;
}
.l-footer__cont .wrap01 .shop__link::after {
  position: absolute;
  top: 50%;
  right: 1.4em;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg) translateY(-50%);
  border: 1px solid #fff;
  border-bottom: none;
  border-left: none;
  content: "";
  transition: all 0.5s;
}
.l-footer__cont .wrap01 .shop__link:hover .txt {
  opacity: 0.8;
}
.l-footer__cont .wrap01 .sns {
  display: flex;
  align-items: flex-end;
}
.l-footer__cont .wrap01 .sns__link {
  display: block;
  width: 1.4em;
}
.l-footer__cont .wrap01 .sns__link:not(:last-child) {
  margin-right: 2.4vw;
}
.l-footer__cont .wrap02 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.l-footer__cont .wrap02 .list {
  flex: 1;
  margin-right: 2em;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
}
.l-footer__cont .wrap02 .list__item {
  padding-left: 1em;
  text-indent: -1em;
}
.l-footer__cont .wrap02 .list__item a {
  font-weight: 500;
  text-decoration: underline;
}
.l-footer__cont .wrap02 .copyright {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}

/*component*/
.c-inner01 {
  width: 1100px;
  margin: 0 auto;
}

.c-btn01 {
  width: 14em;
  padding-bottom: 1em;
  border-bottom: 1px solid #3c3c3b;
  color: #3c3c3b;
  font-size: 14px;
  font-size: 1.4rem;
}
.c-btn01__txt {
  position: relative;
}
.c-btn01__txt::after {
  position: absolute;
  top: 40%;
  right: -0.8em;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg) translateY(-50%);
  border: 1px solid #3c3c3b;
  border-bottom: none;
  border-left: none;
  content: "";
  transition: all 0.5s;
}
.c-btn01:hover .c-btn01__txt::after {
  right: -2.5em;
}

.c-hamburger {
  display: none;
}
.c-hamburger.is-active .c-hamburger__wrap span:nth-child(1) {
  animation: Rotate01 0.4s linear forwards;
}
.c-hamburger.is-active .c-hamburger__wrap span:nth-child(2) {
  animation: Rotate02 0.4s linear forwards;
}
.c-hamburger.is-disable .c-hamburger__wrap span:nth-child(1) {
  animation: Rotate03 0.4s linear forwards;
}
.c-hamburger.is-disable .c-hamburger__wrap span:nth-child(2) {
  animation: Rotate04 0.4s linear forwards;
}
.c-hamburger__wrap {
  z-index: 20;
  position: relative;
  width: 1.8em;
  height: 0.75em;
  transition: all 0.5s;
}
.c-hamburger__wrap span {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 2px;
  transform: translateX(-50%);
  border-radius: 2px;
  background-color: #fff;
}
.c-hamburger__wrap span:nth-child(1) {
  top: 0;
}
.c-hamburger__wrap span:nth-child(2) {
  bottom: 0;
}

.c-btn02 {
  display: grid;
  position: relative;
  place-content: center;
  width: 12rem;
  height: 3.5rem;
  border-radius: 3.5rem;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
}
.c-btn02::after {
  position: absolute;
  top: 51%;
  right: 1.6rem;
  width: 0.4em;
  height: 0.4em;
  transform: rotate(45deg) translateY(-50%);
  border: 2px solid #fff;
  border-bottom: none;
  border-left: none;
  content: "";
  transition: all 0.5s;
}

.c-ttl01 .en {
  color: #1a9b94;
  font-weight: 600;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.02em;
}
.c-ttl01 .jp {
  display: block;
  color: #a5a5a5;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
}

/*project*/
/*utility*/
.u-bl-lgpc {
  display: none !important;
}

.u-bl-pc {
  display: none !important;
}

.u-bl-tb {
  display: none !important;
}

.u-arrow-right {
  display: inline-block;
  position: relative;
  padding-right: 1.5em;
}
.u-arrow-right::after {
  position: absolute;
  top: 50%;
  right: 0.6em;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg) translateY(-50%);
  border: 1px solid #000;
  border-bottom: none;
  border-left: none;
  content: "";
  transition: all 0.5s;
}

.u-arrow-left {
  display: inline-block;
  position: relative;
  padding-left: 1.5em;
}
.u-arrow-left::after {
  position: absolute;
  top: 50%;
  left: 0.6em;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg) translateY(-50%);
  border: 1px solid #000;
  border-top: transparent;
  border-right: transparent;
  content: "";
  transition: all 0.5s;
}

.u-arrow-top {
  display: inline-block;
  position: relative;
  padding-top: 1.5em;
}
.u-arrow-top::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg) translateX(-50%);
  border: 1px solid #000;
  border-right: none;
  border-bottom: none;
  content: "";
  transition: all 0.5s;
}

.u-arrow-bottom {
  display: inline-block;
  position: relative;
  padding-bottom: 1.5em;
}
.u-arrow-bottom::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg) translateX(-50%);
  border: 1px solid #000;
  border-top: none;
  border-left: none;
  content: "";
  transition: all 0.5s;
}

.u-txt-over01 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.u-txt-over02 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.u-txt-over03 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*page*/
.index#index {
  overflow: hidden;
  background-color: #faf5ed;
  font-size: 16px;
  font-size: 1.6rem;
}
.index#index .popup {
  display: none;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  place-content: center;
  place-items: center;
  width: 100%;
  height: 100vh;
}
.index#index .popup.is-active {
  display: grid;
}
.index#index .popup.is-active .popup__cont {
  animation: scale 0.5s ease-in-out forwards;
}
@keyframes scale {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.index#index .popup.is-active .popup__bg {
  opacity: 1;
}
.index#index .popup__bg {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.5s;
}
.index#index .popup__cont {
  position: relative;
  width: 96rem;
  max-width: 90%;
  padding: 2rem;
  transform: scale(0.8);
  border-radius: 5px;
  background-color: #fff;
  opacity: 0;
  transition: all 0.5s;
}
.index#index .popup__cont .close {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1.8rem;
}
.index#index .popup__cont .close span {
  display: block;
  position: relative;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}
.index#index .popup__cont .close span::after, .index#index .popup__cont .close span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140%;
  height: 1px;
  background-color: #5f5f5f;
  content: "";
}
.index#index .popup__cont .close span::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.index#index .popup__cont .close span::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.index#index .popup__cont.plan .txt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index#index .popup__cont.plan .txt .limited {
  width: 11rem;
  margin-top: -2rem;
  margin-right: 1.5rem;
}
.index#index .popup__cont.plan .txt .day {
  width: 45.6rem;
}
.index#index .popup__cont.release .limited {
  position: absolute;
  top: 2rem;
  left: 1.5rem;
  width: 11rem;
}
.index#index .popup__cont.release .wrap {
  display: flex;
  margin-top: 1.7rem;
}
.index#index .popup__cont.release .wrap .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
}
.index#index .popup__cont.release .wrap .box .item {
  display: none;
}
.index#index .popup__cont.release .wrap .box .link {
  width: 12rem;
}
.index#index .popup__cont.release .wrap .box .link:hover {
  opacity: 0.7;
}
.index#index .popup__cont.release .wrap .box.bamboo .ttl {
  width: 11.8rem;
  margin-bottom: 1.5rem;
}
.index#index .popup__cont.release .wrap .box.ocean .ttl {
  width: 25.5rem;
  margin-bottom: 1.1rem;
}
.index#index .s-mv__cont {
  position: relative;
}
.index#index .s-mv__cont__txt {
  display: grid;
  z-index: 2;
  position: absolute;
  top: 0%;
  left: 50%;
  place-content: center;
  width: 53em;
  height: 100%;
  max-height: calc(var(--vh) * 100);
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
}
.index#index .s-mv__cont__txt .fig {
  width: 100%;
}
.index#index .s-mv .mvSlider {
  width: 100%;
  overflow: hidden;
}
.index#index .s-mv .mvSlider .swiper-wrapper {
  transition-timing-function: linear;
}
.index#index .s-mv .mvSlider .swiper-wrapper .swiper-slide {
  width: 100%;
  height: calc(var(--vh) * 100);
}
.index#index .s-mv .mvSlider#js-mvSlider01 .swiper-slide[class*=-prev] {
  transition-duration: 3s;
}
.index#index .s-mv .mvSlider#js-mvSlider01 .swiper-slide.slide01 {
  background-image: url("../img/mv01_1.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.index#index .s-mv .mvSlider#js-mvSlider01 .swiper-slide.slide02 {
  background-image: url("../img/mv01_2.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.index#index .s-mv .mvSlider#js-mvSlider01 .swiper-slide.slide03 {
  background-image: url("../img/mv01_3.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.index#index .s-mv .mvSlider#js-mvSlider02 .swiper-slide.slide01 {
  background-image: url("../img/mv02_1.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.index#index .s-mv .mvSlider#js-mvSlider02 .swiper-slide.slide02 {
  background-image: url("../img/mv02_2.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.index#index .s-mv .mvSlider#js-mvSlider02 .swiper-slide.slide03 {
  background-image: url("../img/mv02_3.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.index#index .s-mv .mvSlider#js-mvSlider02 .swiper-slide.slide04 {
  background-image: url("../img/mv02_4.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.index#index .s-mv .mvSlider#js-mvSlider02 .swiper-slide.slide05 {
  background-image: url("../img/mv02_5.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.index#index .s-story {
  padding-top: 7em;
}
.index#index .s-story__cont {
  display: flex;
  position: relative;
  flex-direction: column;
}
.index#index .s-story__cont .lead {
  margin-bottom: 5.1em;
  margin-left: auto;
  color: #5f5f5f;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.6;
  letter-spacing: 0.2em;
}
.index#index .s-story__cont .lead .before {
  display: inline-block;
  position: relative;
  padding-left: 2.8em;
}
.index#index .s-story__cont .lead .before::before {
  display: block;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 0;
  width: 2em;
  height: 1px;
  transform: translateY(-50%);
  background-color: #5f5f5f;
  content: "";
}
.index#index .s-story__cont .border {
  position: absolute;
  top: 0;
  right: 41em;
  width: 2px;
  height: 180%;
  transform: rotate(-45deg);
  transform-origin: top left;
  background-color: #707070;
  mix-blend-mode: multiply;
}
.index#index .s-story__cont .txt .logo {
  display: inline-block;
}
.index#index .s-story__cont .txt .logo svg {
  width: 100%;
  height: 100%;
}
.index#index .s-story__cont .txt__head {
  margin-bottom: 2em;
  color: #707070;
  font-size: 24px;
  font-size: 2.4rem;
}
.index#index .s-story__cont .txt__ttl {
  margin-bottom: 0.6em;
  color: #5f5f5f;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: 0.3em;
}
.index#index .s-story__cont .txt__ttl .logo {
  width: 2.6em;
  height: 0.8em;
}
.index#index .s-story__cont .txt__desc {
  color: #5f5f5f;
  line-height: 2.2;
  letter-spacing: 0.1em;
}
.index#index .s-story__cont .txt__desc .logo {
  width: 2.4em;
  height: 0.75em;
  margin: 0 0.2em;
}
.index#index .s-products {
  padding: 13.5em 0 9.3em;
}
.index#index .s-products__ttl {
  margin-bottom: 6.2em;
  color: #707070;
  font-size: 34px;
  font-size: 3.4rem;
}
.index#index .s-products__cont {
  display: flex;
  z-index: 5;
  position: relative;
  flex-direction: column;
}
.index#index .s-products__cont:nth-child(even) {
  align-items: flex-end;
}
.index#index .s-products__cont:nth-child(even) .back {
  left: 11.2vw;
}
.index#index .s-products__cont:nth-child(even) .border {
  right: 0;
  transform: rotate(45deg);
  transform-origin: top left;
}
.index#index .s-products__cont:nth-child(odd) {
  align-items: flex-start;
}
.index#index .s-products__cont:nth-child(odd) .back {
  right: 11.2vw;
}
.index#index .s-products__cont:nth-child(odd) .border {
  left: 0;
  transform: rotate(-45deg);
  transform-origin: top right;
}
.index#index .s-products__cont:not(:last-child) {
  margin-bottom: 22em;
}
.index#index .s-products__cont.barrel .txt__link .fig {
  width: 14.6em;
}
.index#index .s-products__cont.plastic .txt__link .fig {
  width: 18.75em;
}
.index#index .s-products__cont.bamboo .txt__link .fig {
  width: 17.5em;
}
.index#index .s-products__cont.furniture .txt__link .fig {
  width: 22.5em;
}
.index#index .s-products__cont .back {
  z-index: -2;
  position: absolute;
  top: -8.1em;
  width: 100%;
}
.index#index .s-products__cont .border {
  z-index: -1;
  position: absolute;
  top: -21em;
  width: 2px;
  height: 180%;
  background-color: #5f5f5f;
  mix-blend-mode: color-dodge;
}
.index#index .s-products__cont .front {
  margin-bottom: 3.8em;
}
.index#index .s-products__cont .txt__ttl {
  margin-bottom: 0.5em;
  color: #5f5f5f;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1;
}
.index#index .s-products__cont .txt__lead {
  margin-bottom: 1em;
  color: #5f5f5f;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.9;
  letter-spacing: 0.2em;
}
.index#index .s-products__cont .txt__desc {
  margin-bottom: 3.8em;
  color: #5f5f5f;
  line-height: 2.2;
  letter-spacing: 0.1em;
}
.index#index .s-products__cont .txt__link {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.index#index .s-products__cont .txt__link .link {
  margin-right: 49px;
}
.index#index .s-products__cont .txt__link .link.is-disable {
  display: none;
}
.index#index .s-products__cont .txt__ant {
  margin-top: 1em;
  color: #5f5f5f;
  font-size: 14px;
  font-size: 1.4rem;
}
.index#index .s-interview__cont {
  display: flex;
}
.index#index .s-interview__cont .fig {
  width: 50%;
}
.index#index .s-interview__cont .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-right: 218px;
  padding-left: 100px;
  background: #fdfaf5;
}
.index#index .s-interview__cont .txt__lead {
  margin-bottom: 1.2em;
  color: #5f5f5f;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
}
.index#index .s-interview__cont .txt__ttl {
  margin-bottom: 1.7em;
  color: #5f5f5f;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.index#index .s-interview__cont .txt__desc {
  margin-bottom: 2.4em;
  color: #5f5f5f;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.3;
  letter-spacing: 0.1em;
}

.interview#interview {
  padding: 11.2em 0 12.5em;
  overflow: hidden;
  background-color: #faf5ed;
  font-size: 16px;
  font-size: 1.6rem;
}
.interview#interview .s-article__ttl {
  display: block;
  margin-bottom: 3.5em;
  color: #5f5f5f;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: center;
}
.interview#interview .s-article__cont {
  margin-bottom: 2.8em;
}
.interview#interview .s-article__cont > * {
  margin-bottom: 3.13vw;
}
.interview#interview .s-article__cont > *:not(.fig, .caption) {
  margin-right: 3.65vw;
  margin-left: 3.65vw;
}
.interview#interview .s-article__cont > *:last-child {
  margin-bottom: 0;
}
.interview#interview .s-article__cont .fig .caption {
  display: inline-block;
  margin-top: 0.3em;
  color: #5f5f5f;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
.interview#interview .s-article__cont .ttl {
  padding-left: 1em;
  color: #5f5f5f;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.7;
  text-indent: -1em;
}
.interview#interview .s-article__cont .lead {
  position: relative;
  padding-left: 2em;
  color: #5f5f5f;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.2;
}
.interview#interview .s-article__cont .lead::after {
  position: absolute;
  top: 1.1em;
  left: 0;
  width: 1em;
  height: 1px;
  background-color: #5f5f5f;
  content: "";
}
.interview#interview .s-article__cont .desc {
  color: #5f5f5f;
  line-height: 2.2;
  letter-spacing: 0.1em;
}
.interview#interview .s-article__cont .desc .bold {
  font-weight: bold;
}
.interview#interview .s-article .cooperation {
  color: #5f5f5f;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.interview#interview .s-article .cooperation a {
  color: #5f5f5f;
  text-decoration: underline;
}
.interview#interview .s-article .ant {
  margin-top: 2em;
  color: #5f5f5f;
}
@media screen and (max-width: 1535px) {
  body {
    margin: 0;
  }
  html {
    font-size: 0.5882352941vw;
  }
  .c-inner01 {
    width: 80%;
  }
  .u-bl-lgpc {
    display: block !important;
  }
  .u-none-lgpc {
    display: none !important;
  }
  .index#index .s-products__cont .txt__link .link {
    margin-right: 2.55vw;
  }
  .index#index .s-interview__cont .txt {
    padding-right: 11.35vw;
    padding-left: 5.21vw;
  }
}
@media screen and (max-width: 1023px) {
  body {
    margin: 0;
  }
  html {
    font-size: 0.7142857143vw;
  }
  .c-inner01 {
    width: 90%;
  }
  .u-bl-pc {
    display: block !important;
  }
  .u-none-pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  body {
    margin: 0;
  }
  html {
    font-size: 1.9801980198vw;
  }
  .fadeIn00 .fadeIn00 {
    transition: 1.2s;
  }
  .fadeIn01 {
    transition: 1.2s;
  }
  .fadeIn04 {
    transition: 1.2s;
  }
  .l-header.is-color * {
    color: #fff;
  }
  .l-header__cont {
    padding: 0 5.33vw;
  }
  .l-header__cont__box.right .c-hamburger {
    display: block;
  }
  .l-header__cont__box.right .navi {
    -ms-overflow-style: none;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    height: calc(var(--vh) * 100);
    padding: 0 8.53vw 14.67vw 13.33vw;
    overflow-y: scroll;
    overscroll-behavior-y: contain; /* スクロール可能な要素に付与する必要有り */
    opacity: 1;
    scrollbar-width: none;
  }
  .l-header__cont__box.right .navi::-webkit-scrollbar {
    display: none;
  }
  .l-header__cont__box.right .navi.is-active {
    display: flex;
    animation: fadeNavi01 0.5s ease forwards;
  }
  .l-header__cont__box.right .navi.is-disable {
    animation: fadeNavi02 0.5s ease forwards;
  }
  .l-header__cont__box.right .navi.is-blue {
    background: linear-gradient(to bottom left, rgba(235, 199, 186, 0.95) 0%, rgba(71, 152, 163, 0.95) 100%);
    background-size: 150%;
  }
  .l-header__cont__box.right .navi.is-red {
    background: linear-gradient(to bottom left, rgba(98, 159, 107, 0.95) 0%, rgba(150, 129, 110, 0.95) 100%);
    background-size: 150%;
  }
  .l-header__cont__box.right .navi.is-green {
    background: linear-gradient(to bottom left, rgba(235, 199, 186, 0.95) 0%, rgba(82, 150, 117, 0.95) 110%);
    background-size: 150%;
  }
  .l-header__cont__box.right .navi .list {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }
  .l-header__cont__box.right .navi .list__item {
    height: auto;
  }
  .l-header__cont__box.right .navi .list__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 3.73vw;
  }
  .l-header__cont__box.right .navi .list__item a {
    font-weight: 300;
    font-size: 30px;
    font-size: 3rem;
  }
  .l-header__cont__box.right .navi .list__item a.contact {
    width: auto;
    height: auto;
    padding-bottom: 0.3em;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    background-color: transparent;
    color: #fff;
  }
  .l-header__cont__box.right .navi .sns {
    display: flex;
    align-items: flex-end;
  }
  .l-header__cont__box.right .navi .sns__link {
    display: grid;
    width: 1.2em;
  }
  .l-header__cont__box.right .navi .sns__link:not(:last-child) {
    margin-right: 9.07vw;
  }
  .l-footer {
    padding: 16.8vw 0 7.73vw;
  }
  .l-footer__cont__ttl {
    margin-bottom: 1.75em;
    font-size: 20px;
    font-size: 2rem;
  }
  .l-footer__cont .wrap01 {
    flex-direction: column;
    align-items: flex-start;
  }
  .l-footer__cont .wrap01 > *:not(:last-child) {
    margin-bottom: 9.33vw;
  }
  .l-footer__cont .wrap01 .tel__ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .l-footer__cont .wrap01 .tel__num {
    margin-bottom: 0.6em;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .l-footer__cont .wrap01 .tel__desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .l-footer__cont .wrap01 .shop {
    width: 100%;
  }
  .l-footer__cont .wrap01 .shop__ttl {
    margin-bottom: 0.8em;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .l-footer__cont .wrap01 .shop__desc {
    margin-bottom: 1.8em;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .l-footer__cont .wrap01 .shop__link {
    width: 100%;
  }
  .l-footer__cont .wrap01 .sns__link:not(:last-child) {
    margin-right: 8vw;
  }
  .l-footer__cont .wrap02 {
    display: block;
  }
  .l-footer__cont .wrap02 .list {
    margin-right: 0;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.8;
  }
  .l-footer__cont .wrap02 .copyright {
    margin-top: 9.87vw;
    font-size: 2.4vw;
    white-space: nowrap;
  }
  .c-inner01 {
    width: auto;
    margin: 0 8vw;
  }
  .c-hamburger {
    display: block;
  }
  .c-btn02 {
    width: 9em;
    height: 2.3em;
    font-size: 10px;
    font-size: 1rem;
  }
  .c-btn02::after {
    right: 1em;
    border-width: 1px;
  }
  .c-ttl01 .en {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .c-ttl01 .jp {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .u-bl-tb {
    display: block !important;
  }
  .u-none-tb {
    display: none !important;
  }
  .index#index {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .index#index .popup__cont {
    width: 73%;
    padding: 3.73vw;
  }
  .index#index .popup__cont .close {
    margin-bottom: 3.2vw;
  }
  .index#index .popup__cont .close span {
    width: 4vw;
    height: 4vw;
  }
  .index#index .popup__cont.plan .txt .limited {
    width: 20vw;
    margin-top: -2.67vw;
  }
  .index#index .popup__cont.plan .txt .day {
    width: 41.87vw;
  }
  .index#index .popup__cont.release .close {
    position: absolute;
    top: 3.47vw;
    right: 4vw;
  }
  .index#index .popup__cont.release .head {
    width: 21rem;
  }
  .index#index .popup__cont.release .limited {
    top: -3.2vw;
    right: -2.4vw;
    left: auto;
    width: 6rem;
  }
  .index#index .popup__cont.release .wrap {
    position: relative;
    row-gap: 4vw;
    flex-direction: column;
    margin-top: 2.67vw;
  }
  .index#index .popup__cont.release .wrap .box {
    width: 100%;
  }
  .index#index .popup__cont.release .wrap .box .item {
    display: block;
    margin-bottom: 2.13vw;
  }
  .index#index .popup__cont.release .wrap .box .link {
    width: 24vw;
  }
  .index#index .popup__cont.release .wrap .box.bamboo .ttl {
    width: 24.27vw;
    margin-bottom: 1.33vw;
  }
  .index#index .popup__cont.release .wrap .box.ocean .ttl {
    width: 51.2vw;
    margin-bottom: 1.33vw;
  }
  .index#index .s-mv__cont__txt {
    width: 89.33vw;
  }
  .index#index .s-mv__cont__txt .fig {
    width: 89.33vw;
    margin-top: 1.33vw;
  }
  .index#index .s-mv .mvSlider#js-mvSlider01 .swiper-slide.slide01 {
    background-image: url("../img/mv01_1_sp.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .index#index .s-mv .mvSlider#js-mvSlider01 .swiper-slide.slide02 {
    background-image: url("../img/mv01_2_sp.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .index#index .s-mv .mvSlider#js-mvSlider01 .swiper-slide.slide03 {
    background-image: url("../img/mv01_3_sp.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .index#index .s-mv .mvSlider#js-mvSlider02 .swiper-slide.slide01 {
    background-image: url("../img/mv02_1_sp.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .index#index .s-mv .mvSlider#js-mvSlider02 .swiper-slide.slide02 {
    background-image: url("../img/mv02_2_sp.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .index#index .s-mv .mvSlider#js-mvSlider02 .swiper-slide.slide03 {
    background-image: url("../img/mv02_3_sp.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .index#index .s-mv .mvSlider#js-mvSlider02 .swiper-slide.slide04 {
    background-image: url("../img/mv02_4_sp.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .index#index .s-mv .mvSlider#js-mvSlider02 .swiper-slide.slide05 {
    background-image: url("../img/mv02_5_sp.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .index#index .s-story {
    padding-top: 21.33vw;
  }
  .index#index .s-story__cont .lead {
    margin-bottom: 12vw;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2.4;
    text-orientation: upright;
    writing-mode: vertical-rl;
  }
  .index#index .s-story__cont .lead .before {
    padding-top: 2.5em;
    padding-left: 0;
  }
  .index#index .s-story__cont .lead .before::before {
    top: 0;
    left: 50%;
    width: 1px;
    height: 1.9em;
    transform: translateX(-50%);
  }
  .index#index .s-story__cont .border {
    top: 9.5em;
    right: 18.1em;
    width: 1px;
    height: 104vw;
  }
  .index#index .s-story__cont .txt__head {
    margin-bottom: 2.5em;
    font-size: 20px;
    font-size: 2rem;
  }
  .index#index .s-story__cont .txt__ttl {
    margin-bottom: 1.7em;
    font-size: 20px;
    font-size: 2rem;
  }
  .index#index .s-story__cont .txt__desc {
    margin-right: -1em;
  }
  .index#index .s-products {
    padding: 28.53vw 0 26.67vw;
  }
  .index#index .s-products__ttl {
    margin-bottom: 2.35em;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .index#index .s-products__cont:nth-child(even) .back {
    left: 16.53vw;
  }
  .index#index .s-products__cont:not(:last-child) {
    margin-bottom: 40vw;
  }
  .index#index .s-products__cont.barrel .txt__link .fig {
    width: 50.67vw;
  }
  .index#index .s-products__cont.plastic .txt__link .fig {
    width: 63.47vw;
  }
  .index#index .s-products__cont.bamboo .txt__link .fig {
    width: 63.2vw;
  }
  .index#index .s-products__cont.furniture .txt__link .fig {
    width: 84vw;
  }
  .index#index .s-products__cont .back {
    top: -9.87vw;
  }
  .index#index .s-products__cont .border {
    top: -23.47vw;
    width: 1px;
    height: 126.67vw;
  }
  .index#index .s-products__cont .front {
    margin-bottom: 15.73vw;
  }
  .index#index .s-products__cont .txt__ttl {
    margin-bottom: 3.47vw;
    font-size: 40px;
    font-size: 4rem;
  }
  .index#index .s-products__cont .txt__lead {
    margin-bottom: 1.1em;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.7;
    letter-spacing: 0.1em;
    white-space: nowrap;
  }
  .index#index .s-products__cont .txt__desc {
    margin-bottom: 3.6em;
  }
  .index#index .s-products__cont .txt__link {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .index#index .s-products__cont .txt__link .link {
    margin-top: 8vw;
    margin-right: 0;
  }
  .index#index .s-products__cont .txt__ant {
    font-size: 10px;
    font-size: 1rem;
  }
  .index#index .s-interview__cont {
    flex-direction: column;
  }
  .index#index .s-interview__cont .fig {
    width: 100%;
  }
  .index#index .s-interview__cont .txt {
    width: 100%;
  }
  .index#index .s-interview__cont .txt__lead {
    margin-bottom: 1.4em;
  }
  .index#index .s-interview__cont .txt__ttl {
    margin-bottom: 1.4em;
    margin-bottom: 1.9em;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .index#index .s-interview__cont .txt__desc {
    margin-bottom: 3.8em;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .interview#interview {
    padding: 32vw 0 21.33vw;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .interview#interview .s-article__ttl {
    margin-bottom: 13.33vw;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .interview#interview .s-article__cont {
    margin-bottom: 8vw;
  }
  .interview#interview .s-article__cont > * {
    margin-bottom: 10.67vw;
  }
  .interview#interview .s-article__cont > *:not(.fig, .caption) {
    margin-right: 0;
    margin-left: 0;
  }
  .interview#interview .s-article__cont > *:last-child {
    margin-bottom: 0;
  }
  .interview#interview .s-article__cont .fig {
    margin-right: -5.33vw;
    margin-left: -5.33vw;
  }
  .interview#interview .s-article__cont .fig .caption {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .interview#interview .s-article__cont .ttl {
    padding-left: 0;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    text-indent: 0;
  }
  .interview#interview .s-article__cont .lead {
    margin-bottom: 1.4em;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.13em;
  }
  .interview#interview .s-article__cont .desc {
    margin-bottom: 3.5em;
  }
}
@media screen and (max-width: 599px) {
  body {
    margin: 0;
  }
  html {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 374px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 319px) {
  body {
    margin: 0;
  }
}
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__cont .wrap01 .tel__num {
    pointer-events: none;
  }
}
@media screen and (max-width: 1535px) and (max-width: 767px) {
  .index#index .s-interview__cont .txt {
    padding: 21.33vw 8vw 21.33vw;
  }
}