@charset "UTF-8";

/* # =================================================================
    # 共通要素
# ================================================================= */
html {
  color: #000;
  font-size: 62.5%;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
}

a {
  -webkit-transition: all 0.3s;
  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 {
  -webkit-transform: translate3d(0, 10%, 0);
  -webkit-transition: 1s;
  transform: translate3d(0, 10%, 0);
  opacity: 0;
  transition: 1s;
}
.fadeIn00.is-show {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}

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

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

/*下記追加記述*/
.shippori {
  font-family: YakuHanMP, "Shippori Mincho", serif;
}

.en {
  font-family: YakuHanMP, "Libre Caslon Text", serif;
}

html {
  -webkit-box-sizing: border-box;
  /* 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 */
  -webkit-box-sizing: inherit;
  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;
}

cite {
  font-style: normal;
}

/* layout */
.l-header__cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  height: 4.75vw;
  padding: 0 6.51vw;
}
.l-header__cont .logo {
  width: 7.49vw;
}
.l-header__cont .menu .navi .list {
  -webkit-column-gap: 5.8rem;
  -moz-column-gap: 5.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 5.8rem;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-align: center;
}
.l-header__cont .menu .navi .list__item {
  position: relative;
}
.l-header__cont .menu .navi .list__item .link {
  color: #000;
}
.l-header__cont .menu .navi .list__item .link:hover {
  opacity: 0.7;
}
.l-header__cont .menu .navi .list__item .parent {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-column-gap: 0.8rem;
  -moz-column-gap: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 0.8rem;
  align-items: center;
  color: #1f1f1f;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
}
.l-header__cont .menu .navi .list__item .parent::after {
  width: 0.5em;
  height: 0.9em;
  rotate: 90deg;
  background-image: url("../img/icon_arrow.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.l-header__cont .menu .navi .list__item .parent.is-active::after {
  rotate: -90deg;
}
.l-header__cont .menu .navi .list__item .child {
  -webkit-transform: translateX(-50%);
  display: none;
  position: absolute;
  top: calc(100% + 1rem);
  left: 50%;
  transform: translateX(-50%);
}
.l-header__cont .menu .navi .list__item .child .childList {
  display: grid;
  row-gap: 2.3rem;
  width: 16rem;
  padding: 3rem 2rem;
  background-color: #fff;
}
.l-header__cont .menu .navi .list__item .child .childList .childLink {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
}
.l-header__cont .menu .navi .list__item .child .childList .childLink::after {
  width: 0.5em;
  height: 0.9em;
  background-image: url("../img/icon_arrow.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.l-header__cont .menu .navi .list__item .child .childList .childLink:hover {
  opacity: 0.7;
}
.l-header .fixBtn {
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  -webkit-transition: 0.3s;
  z-index: 10;
  position: fixed;
  right: 1.63vw;
  bottom: 1.11vw;
  width: 4.8em;
  font-size: 30px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  transition: 0.3s;
}
.l-header .fixBtn:hover {
  opacity: 0.9;
}

.l-footer {
  padding: 6.18vw 0;
}
.l-footer .copyright {
  display: block;
  font-size: 8px;
  letter-spacing: 0.1em;
  text-align: center;
}

/* foundation */
.c-hamburger {
  display: none;
}
.c-hamburger.is-active .c-hamburger__wrap span:nth-child(1) {
  -webkit-animation: Rotate01 0.4s linear forwards;
  animation: Rotate01 0.4s linear forwards;
}
@-webkit-keyframes Rotate01 {
  0% {
    -webkit-transform: translateX(-50%);
    top: 0%;
    transform: translateX(-50%);
  }
  30% {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  60% {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(35deg);
    top: 50%;
    width: 120%;
    transform: translate(-50%, -50%) rotate(35deg);
  }
}
@keyframes Rotate01 {
  0% {
    -webkit-transform: translateX(-50%);
    top: 0%;
    transform: translateX(-50%);
  }
  30% {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  60% {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(35deg);
    top: 50%;
    width: 120%;
    transform: translate(-50%, -50%) rotate(35deg);
  }
}
.c-hamburger.is-active .c-hamburger__wrap span:nth-child(2) {
  opacity: 0;
}
.c-hamburger.is-active .c-hamburger__wrap span:nth-child(3) {
  -webkit-animation: Rotate02 0.4s linear forwards;
  animation: Rotate02 0.4s linear forwards;
}
@-webkit-keyframes Rotate02 {
  0% {
    -webkit-transform: translateX(-50%);
    top: 100%;
    transform: translateX(-50%);
  }
  30% {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  60% {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-35deg);
    top: 50%;
    width: 120%;
    transform: translate(-50%, -50%) rotate(-35deg);
  }
}
@keyframes Rotate02 {
  0% {
    -webkit-transform: translateX(-50%);
    top: 100%;
    transform: translateX(-50%);
  }
  30% {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  60% {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-35deg);
    top: 50%;
    width: 120%;
    transform: translate(-50%, -50%) rotate(-35deg);
  }
}
.c-hamburger__wrap {
  -webkit-transition: all 0.5s;
  position: relative;
  width: 7.47vw;
  height: 5.07vw;
  transition: all 0.5s;
}
.c-hamburger__wrap span {
  -webkit-transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.5s;
  position: absolute;
  left: 50%;
  width: 100%;
  height: 1px;
  transform: translateX(-50%);
  border-radius: 2px;
  background-color: #9b5b47;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.c-hamburger__wrap span:nth-child(1) {
  top: 0;
}
.c-hamburger__wrap span:nth-child(2) {
  -webkit-transition: none;
  -webkit-transform: translate(-50%, -50%);
  top: 50%;
  transform: translate(-50%, -50%);
  transition: none;
}
.c-hamburger__wrap span:nth-child(3) {
  bottom: 0;
}

#pagePath {
  margin-bottom: 0;
}

#gFooter {
  z-index: 6;
  position: relative;
}

.slimeley#slimeley {
  position: relative;
  /*utility*/
  /*page*/
}
.slimeley#slimeley .u-bl-lgpc {
  display: none !important;
}
.slimeley#slimeley .u-bl-pc {
  display: none !important;
}
.slimeley#slimeley .u-bl-tb {
  display: none !important;
}
.slimeley#slimeley .u-arrow-right {
  display: inline-block;
  position: relative;
  padding-right: 1.5em;
}
.slimeley#slimeley .u-arrow-right::after {
  -webkit-transition: all 0.5s;
  -webkit-transform: rotate(45deg) translateY(-50%);
  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;
}
.slimeley#slimeley .u-arrow-left {
  display: inline-block;
  position: relative;
  padding-left: 1.5em;
}
.slimeley#slimeley .u-arrow-left::after {
  -webkit-transition: all 0.5s;
  -webkit-transform: rotate(45deg) translateY(-50%);
  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;
}
.slimeley#slimeley .u-arrow-top {
  display: inline-block;
  position: relative;
  padding-top: 1.5em;
}
.slimeley#slimeley .u-arrow-top::after {
  -webkit-transition: all 0.5s;
  -webkit-transform: rotate(45deg) translateX(-50%);
  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;
}
.slimeley#slimeley .u-arrow-bottom {
  display: inline-block;
  position: relative;
  padding-bottom: 1.5em;
}
.slimeley#slimeley .u-arrow-bottom::after {
  -webkit-transition: all 0.5s;
  -webkit-transform: rotate(45deg) translateX(-50%);
  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;
}
.slimeley#slimeley .u-txt-over01 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.slimeley#slimeley .u-txt-over02 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.slimeley#slimeley .u-txt-over03 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.slimeley#slimeley .s-concept {
  position: relative;
  padding: 6.51vw 0 10.42vw;
}
.slimeley#slimeley .s-concept__cont {
  z-index: 3;
  position: relative;
  text-align: center;
}
.slimeley#slimeley .s-concept__cont .ttl .sub {
  color: #1f1f1f;
  font-size: 18px;
  letter-spacing: 0.2em;
}
.slimeley#slimeley .s-concept__cont .ttl .main {
  font-size: 38px;
}
.slimeley#slimeley .s-concept__cont .desc {
  margin-top: 2.6vw;
  font-size: 17px;
  line-height: 2;
}
.slimeley#slimeley .s-concept__cont .movie {
  aspect-ratio: 720/404;
  width: 46.88vw;
  margin: 5.21vw auto 0;
}
.slimeley#slimeley .s-concept__cont .movie iframe {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slimeley#slimeley .s-concept__cont .name {
  margin-top: 4.43vw;
}
.slimeley#slimeley .s-concept__cont .name__lead {
  color: #1f1f1f;
  font-size: 28px;
  letter-spacing: 0.2em;
}
.slimeley#slimeley .s-concept__cont .name .fig {
  width: 23.31vw;
  margin: 3.32vw auto 0;
}
.slimeley#slimeley .s-concept__cont .links {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 1.6rem;
  align-items: center;
  justify-content: center;
  margin-top: 2.6vw;
}
.slimeley#slimeley .s-concept__cont .links .link {
  display: grid;
  position: relative;
  place-content: center;
  width: 40.8rem;
  height: 9.5rem;
  border-radius: 2.3rem;
}
.slimeley#slimeley .s-concept__cont .links .link.product01 {
  background-image: url("../img/concept_link01_bg.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.slimeley#slimeley .s-concept__cont .links .link.product01 .icon {
  right: 36rem;
}
.slimeley#slimeley .s-concept__cont .links .link.product02 {
  background-image: url("../img/concept_link02_bg.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.slimeley#slimeley .s-concept__cont .links .link.product02 .icon {
  right: 34 rem;
}
.slimeley#slimeley .s-concept__cont .links .link.product02 .txt .eng {
  font-size: 2.9rem;
  letter-spacing: -0.04em;
}
.slimeley#slimeley .s-concept__cont .links .link .icon {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 35rem;
  width: auto;
  height: 17rem;
  transform: translateY(-50%);
}
.slimeley#slimeley .s-concept__cont .links .link .icon img {
  width: auto;
  height: 100%;
}
.slimeley#slimeley .s-concept__cont .links .link .txt {
  display: grid;
  place-content: center;
  place-items: center;
  color: #fff;
  text-align: center;
}
.slimeley#slimeley .s-concept__cont .links .link .txt .jp {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.slimeley#slimeley .s-concept__cont .links .link .txt .eng {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.16);
}
.slimeley#slimeley .s-concept__cont .links .link::after {
  -webkit-transform: translateY(-50%);
  -webkit-filter: invert(1) brightness(100);
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 0.7rem;
  height: 1.3rem;
  transform: translateY(-50%);
  rotate: 90deg;
  background-image: url("../img/icon_arrow.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  filter: invert(1) brightness(100);
}
.slimeley#slimeley .s-concept__cont .links .link:hover {
  opacity: 0.7;
}
.slimeley#slimeley .s-concept__deco {
  position: absolute;
  top: 0;
  width: 30.79vw;
  max-width: 473px;
}
.slimeley#slimeley .s-concept__deco.left {
  left: 0;
}
.slimeley#slimeley .s-concept__deco.right {
  right: 0;
}
.slimeley#slimeley .s-product__lead {
  position: relative;
}
.slimeley#slimeley .s-product__lead .deco {
  position: absolute;
  top: 22.66vw;
  left: 0;
  width: 27.54vw;
}
.slimeley#slimeley .s-product__lead .txt {
  display: block;
  margin: 5.34vw auto 0;
  color: #9b5b47;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.65;
  letter-spacing: 0.2em;
  text-align: center;
  text-align: center;
}
.slimeley#slimeley .s-product__cont {
  padding-top: min(10.42vw, 160px);
}
.slimeley#slimeley .s-product__cont .lead {
  display: grid;
  row-gap: 0.5em;
  place-content: center;
  place-items: center;
  color: #1f1f1f;
  font-size: 28px;
  letter-spacing: 0.2em;
  text-align: center;
}
.slimeley#slimeley .s-product__cont .lead span {
  padding-bottom: 0.25em;
  border-bottom: 1px solid #707070;
}
.slimeley#slimeley .s-product__cont__wrap {
  position: relative;
  margin-top: 13.8vw;
  padding-bottom: 5.21vw;
  background-position: top center;
  background-size: 100% 48.83vw;
}
.slimeley#slimeley .s-product__cont__wrap .static {
  z-index: 5;
  position: relative;
}
.slimeley#slimeley .s-product__cont__wrap .fig01 {
  -webkit-transform: translateY(-11.07vw);
  width: 70.9vw;
  margin: 0 auto -11.07vw;
  transform: translateY(-11.07vw);
}
.slimeley#slimeley .s-product__cont__wrap__ttl {
  display: grid;
  place-content: center;
  place-items: center;
  margin-top: 1.95vw;
}
.slimeley#slimeley .s-product__cont__wrap__ttl .sub {
  color: #1f1f1f;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-align: center;
}
.slimeley#slimeley .s-product__cont__wrap__ttl .name {
  width: 15.89vw;
  margin-top: 1.04vw;
}
.slimeley#slimeley .s-product__cont__wrap .fig02 {
  width: 77.08vw;
  margin: 4.82vw auto 0;
}
.slimeley#slimeley .s-product__cont__wrap .fig03 {
  margin: 1.3vw auto 0;
}
.slimeley#slimeley .s-product__cont__wrap .accordion {
  margin-top: 5.21vw;
}
.slimeley#slimeley .s-product__cont__wrap .accordion .accordionBtn {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-column-gap: 0.3em;
  -moz-column-gap: 0.3em;
  -webkit-transition: 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 0.3em;
  align-items: center;
  justify-content: center;
  width: 14.5em;
  height: 2.3em;
  margin: 0 auto;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.02em;
  transition: 0.3s;
}
.slimeley#slimeley .s-product__cont__wrap .accordion .accordionBtn::after {
  -webkit-transform-origin: right bottom;
  width: 0.6em;
  height: 0.6em;
  transform-origin: right bottom;
  rotate: 45deg;
  content: "";
}
.slimeley#slimeley .s-product__cont__wrap .accordion .accordionBtn:hover::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slimeley#slimeley .s-product__cont__wrap .accordion .accordionBtn.is-active::after {
  -webkit-transform: translateY(60%) translateX(60%);
  transform: translateY(60%) translateX(60%);
  rotate: -135deg;
}
.slimeley#slimeley .s-product__cont__wrap .accordion__wrap {
  display: none;
  margin-top: 2.08vw;
}
.slimeley#slimeley .s-product__cont__wrap .accordion__wrap .box {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 16px;
}
.slimeley#slimeley .s-product__cont__wrap .accordion__wrap .box .ttl {
  margin-bottom: 0.7em;
  color: #007289;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.slimeley#slimeley .s-product__cont__wrap .accordion__wrap .box .ttl .fs {
  font-size: 12px;
}
.slimeley#slimeley .s-product__cont__wrap .accordion__wrap .box .item01 {
  line-height: 1.88;
}
.slimeley#slimeley .s-product__cont__wrap .accordion__wrap .box .item01 .list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.slimeley#slimeley .s-product__cont__wrap .accordion__wrap .box .item01 .list__item .main {
  width: 10em;
}
.slimeley#slimeley .s-product__cont__wrap .accordion__wrap .box .item02 .flex {
  -webkit-column-gap: 1.25em;
  -moz-column-gap: 1.25em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 1.25em;
}
.slimeley#slimeley .s-product__cont__wrap .deco figure {
  z-index: 2;
  position: absolute;
}
.slimeley#slimeley .s-product__cont__wrap .deco figure.under {
  z-index: 1;
  bottom: 0;
  width: 27.54vw;
}
.slimeley#slimeley .s-product__cont.cont01 .s-product__cont__wrap {
  background-image: url("../img/product01_bg.webp");
  background-color: #f6fbfd;
}
.slimeley#slimeley .s-product__cont.cont01 .s-product__cont__wrap .fig03 {
  width: 45.7vw;
}
.slimeley#slimeley .s-product__cont.cont01 .s-product__cont__wrap .accordionBtn {
  border: 1px solid #007289;
  color: #007289;
}
.slimeley#slimeley .s-product__cont.cont01 .s-product__cont__wrap .accordionBtn::after {
  border-right: 1px solid #007289;
  border-bottom: 1px solid #007289;
}
.slimeley#slimeley .s-product__cont.cont01 .s-product__cont__wrap .accordionBtn:hover {
  background-color: #007289;
  color: #fff;
}
.slimeley#slimeley .s-product__cont.cont01 .s-product__cont__wrap .accordionBtn:hover::after {
  border-color: #fff;
}
.slimeley#slimeley .s-product__cont.cont01 .s-product__cont__wrap .accordion .item01 {
  margin-right: 1.8em;
  padding-right: 1.8em;
  border-right: 1px solid #007289;
}
.slimeley#slimeley .s-product__cont.cont01 .s-product__cont__wrap .left {
  top: 49.67vw;
  left: 0;
  width: 26.89vw;
}
.slimeley#slimeley .s-product__cont.cont01 .s-product__cont__wrap .right01 {
  top: 68.62vw;
  right: 4.3vw;
  width: 17.19vw;
}
.slimeley#slimeley .s-product__cont.cont01 .s-product__cont__wrap .under {
  right: 0;
}
.slimeley#slimeley .s-product__cont.cont02 .s-product__cont__wrap {
  background-image: url("../img/product02_bg.webp");
  background-color: #fefaf3;
}
.slimeley#slimeley .s-product__cont.cont02 .s-product__cont__wrap .fig03 {
  width: 37.5vw;
}
.slimeley#slimeley .s-product__cont.cont02 .s-product__cont__wrap .accordion__wrap .ttl {
  color: #aa0016;
}
.slimeley#slimeley .s-product__cont.cont02 .s-product__cont__wrap .accordion__wrap .item02 {
  margin-left: 1.8em;
  padding-left: 1.8em;
  border-left: 1px solid #aa0016;
}
.slimeley#slimeley .s-product__cont.cont02 .s-product__cont__wrap .accordionBtn {
  border: 1px solid #aa0016;
  color: #aa0016;
}
.slimeley#slimeley .s-product__cont.cont02 .s-product__cont__wrap .accordionBtn::after {
  border-right: 1px solid #aa0016;
  border-bottom: 1px solid #aa0016;
}
.slimeley#slimeley .s-product__cont.cont02 .s-product__cont__wrap .accordionBtn:hover {
  background-color: #aa0016;
  color: #fff;
}
.slimeley#slimeley .s-product__cont.cont02 .s-product__cont__wrap .accordionBtn:hover::after {
  border-color: #fff;
}
.slimeley#slimeley .s-product__cont.cont02 .s-product__cont__wrap .left01 {
  top: 66.15vw;
  left: 11.46vw;
  width: 17.25vw;
}
.slimeley#slimeley .s-product__cont.cont02 .s-product__cont__wrap .right {
  top: 40.23vw;
  right: 0;
  width: 32.49vw;
  mix-blend-mode: multiply;
}
.slimeley#slimeley .s-product__cont.cont02 .s-product__cont__wrap .under {
  left: 0;
}
.slimeley#slimeley .s-product__cont.cont03 .lead {
  z-index: 3;
  position: relative;
}
.slimeley#slimeley .s-product__cont.cont03 .s-product__cont__wrap {
  z-index: 2;
  position: relative;
  margin-top: 12.04vw;
  padding-bottom: 0;
  background-image: url("../img/product03_bg.webp");
  background-position: top center;
  background-size: 100% auto;
  background-color: #fcfaed;
}
.slimeley#slimeley .s-product__cont.cont03 .s-product__cont__wrap .static {
  z-index: 1;
  position: static;
  padding-top: 15.1vw;
}
.slimeley#slimeley .s-product__cont.cont03 .s-product__cont__wrap .fig01 {
  -webkit-transform: translateX(-50%);
  z-index: -1;
  position: absolute;
  top: -15.1vw;
  left: 50%;
  width: 36.46vw;
  transform: translateX(-50%);
}
.slimeley#slimeley .s-product__cont.cont03 .s-product__cont__wrap__ttl .name {
  width: 26.04vw;
}
.slimeley#slimeley .s-product__cont.cont03 .s-product__cont__wrap .fig02 {
  position: relative;
  width: 100%;
  margin-top: 3.13vw;
}
.slimeley#slimeley .s-product__cont.cont03 .s-product__cont__wrap .fig02 img {
  mix-blend-mode: multiply;
}
.slimeley#slimeley .s-product__cont.cont03 .s-product__cont__wrap .fig02::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  background-image: url("../img/product03_img02_1.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.slimeley#slimeley .s-product__cont.cont03 .s-product__cont__wrap .fig03 {
  width: 54.82vw;
  margin-top: 3.39vw;
}
.slimeley#slimeley .s-product__cont.cont03 .s-product__cont__wrap .accordion {
  padding-bottom: 5.21vw;
  background-image: url("../img/product03_acbg.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.slimeley#slimeley .s-product__cont.cont03 .s-product__cont__wrap .accordion__wrap {
  z-index: 5;
  position: relative;
}
.slimeley#slimeley .s-product__cont.cont03 .s-product__cont__wrap .accordion__wrap .ttl {
  color: #e7b82c;
}
.slimeley#slimeley .s-product__cont.cont03 .s-product__cont__wrap .accordion__wrap .item02 {
  margin-left: 1.8em;
  padding-left: 1.8em;
  border-left: 1px solid #e7b82c;
}
.slimeley#slimeley .s-product__cont.cont03 .s-product__cont__wrap .accordionBtn {
  border: 1px solid #e7b82c;
  color: #e7b82c;
}
.slimeley#slimeley .s-product__cont.cont03 .s-product__cont__wrap .accordionBtn::after {
  border-right: 1px solid #e7b82c;
  border-bottom: 1px solid #e7b82c;
}
.slimeley#slimeley .s-product__cont.cont03 .s-product__cont__wrap .accordionBtn:hover {
  background-color: #e7b82c;
  color: #fff;
}
.slimeley#slimeley .s-product__cont.cont03 .s-product__cont__wrap .accordionBtn:hover::after {
  border-color: #fff;
}
.slimeley#slimeley .s-product__cont.cont03 .s-product__cont__wrap .left {
  bottom: 0;
  left: 0;
  width: 28.91vw;
}
.slimeley#slimeley .s-product__cont.cont03 .s-product__cont__wrap .right {
  right: 4.56vw;
  bottom: -17.19vw;
  width: 11.72vw;
}
.slimeley#slimeley .s-eat {
  padding-top: 7.94vw;
}
.slimeley#slimeley .s-eat__ttl {
  font-weight: 600;
  font-size: 47px;
  line-height: 1.64;
  letter-spacing: 0.2em;
  text-align: center;
}
.slimeley#slimeley .s-eat__lead {
  margin-top: 2.6vw;
  color: #1f1f1f;
  font-weight: 600;
  font-size: 25px;
  line-height: 1.64;
  letter-spacing: 0.2em;
  text-align: center;
}
.slimeley#slimeley .s-eat .fig01 {
  width: 75.91vw;
  margin-top: -1.5vw;
  margin-left: 15.95vw;
}
.slimeley#slimeley .s-eat__comment {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4.69vw auto 0;
  padding: 2.08vw 5.14vw 2.21vw 2.28vw;
  border-radius: 17.58vw;
  background-color: #faf2eb;
}
.slimeley#slimeley .s-eat__comment .graph {
  width: 15.17vw;
  margin-right: 1.5vw;
}
.slimeley#slimeley .s-eat__comment .txt {
  width: 58em;
  max-width: 65vw;
  font-size: 16px;
}
.slimeley#slimeley .s-eat__comment .txt__ttl {
  color: #965844;
  font-weight: bold;
  font-size: 21px;
  line-height: 1.62;
}
.slimeley#slimeley .s-eat__comment .txt__desc {
  margin-top: 0.8em;
  color: #1f1f1f;
  line-height: 1.87;
}
.slimeley#slimeley .s-eat .free {
  margin-top: 6.58vw;
}
.slimeley#slimeley .s-eat#i-eat02 {
  padding-top: 2.93vw;
}
.slimeley#slimeley .s-eat#i-eat02 .s-eat__ttl {
  z-index: 5;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.63vw;
  letter-spacing: 0.2em;
}
.slimeley#slimeley .s-eat#i-eat02 .s-eat__ttl .border {
  -webkit-text-decoration-color: #fdc318;
  text-decoration: underline;
  text-decoration-color: #fdc318;
  text-decoration-thickness: 0.12em;
  text-underline-offset: 0.2em;
}
.slimeley#slimeley .s-eat#i-eat02 .s-eat__ttl sup {
  font-size: 0.5em;
  vertical-align: super;
}
.slimeley#slimeley .s-eat#i-eat02 .s-eat__ttl .ant {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}
.slimeley#slimeley .s-eat#i-eat02 .s-eat__ttl .deco {
  position: absolute;
}
.slimeley#slimeley .s-eat#i-eat02 .s-eat__ttl .deco.deco01 {
  top: -8.66vw;
  right: calc(100% + 5.86vw);
  width: 9.31vw;
}
.slimeley#slimeley .s-eat#i-eat02 .s-eat__ttl .deco.deco02 {
  z-index: -1;
  top: 0.65vw;
  left: calc(100% + 4.36vw);
  width: min(13.02vw, 200px);
}
.slimeley#slimeley .s-eat#i-eat02 .s-eat__comment {
  position: relative;
  padding-left: min(27.34vw, 420px);
}
.slimeley#slimeley .s-eat#i-eat02 .s-eat__comment .fig {
  position: absolute;
  bottom: min(-1.76vw, -27px);
  left: min(6.9vw, 106px);
  width: min(17.77vw, 273px);
}
.slimeley#slimeley .s-eat#i-eat02 .s-eat__comment .txt {
  width: 46em;
  max-width: 48.31vw;
}
.slimeley#slimeley .s-eat#i-eat02 .s-eat__comment .txt__ttl {
  color: #e3aa00;
}
.slimeley#slimeley .s-eat#i-eat02 .s-eat__comment .txt__ant {
  position: absolute;
  top: calc(100% + 1.2rem);
  right: 4.8rem;
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}
.slimeley#slimeley .s-eat#i-eat02 .free {
  margin-top: 3.91vw;
}
.slimeley#slimeley .s-eat#i-eat02 .advisory {
  margin-top: 5.86vw;
}
.slimeley#slimeley .s-contact .fig {
  margin-top: -1.76vw;
}
.slimeley#slimeley .s-contact .link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-column-gap: 1.8em;
  -moz-column-gap: 1.8em;
  -webkit-transition: 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
  column-gap: 1.8em;
  align-items: center;
  justify-content: center;
  width: 21.5em;
  height: 3.5em;
  margin: 0 auto;
  margin-top: -2.15vw;
  border: 1px solid #9b5b47;
  background-color: #9b5b47;
  color: #fff;
  font-weight: bold;
  font-size: 19px;
  letter-spacing: 0.02em;
  transition: 0.3s;
}
.slimeley#slimeley .s-contact .link::after {
  -webkit-transform-origin: right top;
  -webkit-transform: translateY(calc(50% + 0.2em));
  width: 0.5em;
  height: 0.5em;
  transform: translateY(calc(50% + 0.2em));
  transform-origin: right top;
  rotate: 45deg;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
}
.slimeley#slimeley .s-contact .link:hover {
  background-color: transparent;
  color: #9b5b47;
}
.slimeley#slimeley .s-contact .link:hover::after {
  -webkit-transition: 0.3s;
  border-color: #9b5b47;
  transition: 0.3s;
}
@media screen and (max-width: 1535px) {
  body {
    margin: 0;
  }
  body {
    margin: 0;
  }
  html {
    font-size: 0.6510416667vw;
  }
  .l-header__cont .menu .navi .list {
    font-size: clamp(10px, 0.57vw, 11px);
  }
  .l-header__cont .menu .navi .list__item .parent {
    font-size: clamp(10px, 0.73vw, 14px);
  }
  .l-header .fixBtn {
    font-size: clamp(20px, 1.56vw, 30px);
  }
  .slimeley#slimeley .u-bl-lgpc {
    display: block !important;
  }
  .slimeley#slimeley .u-none-lgpc {
    display: none !important;
  }
  .slimeley#slimeley .s-concept__cont .ttl .sub {
    font-size: clamp(12px, 0.94vw, 18px);
  }
  .slimeley#slimeley .s-concept__cont .ttl .main {
    font-size: clamp(26px, 1.98vw, 38px);
  }
  .slimeley#slimeley .s-concept__cont .desc {
    font-size: clamp(15px, 0.89vw, 17px);
  }
  .slimeley#slimeley .s-concept__cont .name__lead {
    font-size: clamp(18px, 1.46vw, 28px);
  }
  .slimeley#slimeley .s-product__lead .txt {
    font-size: clamp(30px, 2.08vw, 40px);
  }
  .slimeley#slimeley .s-product__cont .lead {
    font-size: clamp(20px, 1.46vw, 28px);
  }
  .slimeley#slimeley .s-product__cont__wrap__ttl .sub {
    font-size: clamp(14px, 0.83vw, 16px);
  }
  .slimeley#slimeley .s-product__cont__wrap .accordion .accordionBtn {
    font-size: clamp(12px, 0.94vw, 18px);
  }
  .slimeley#slimeley .s-product__cont__wrap .accordion__wrap .box {
    font-size: clamp(11px, 0.83vw, 16px);
  }
  .slimeley#slimeley .s-product__cont__wrap .accordion__wrap .box .ttl .fs {
    font-size: clamp(8px, 0.63vw, 12px);
  }
  .slimeley#slimeley .s-eat__ttl {
    font-size: clamp(30px, 2.45vw, 47px);
  }
  .slimeley#slimeley .s-eat__lead {
    font-size: clamp(18px, 1.3vw, 25px);
  }
  .slimeley#slimeley .s-eat__comment .txt {
    font-size: clamp(14px, 0.83vw, 16px);
  }
  .slimeley#slimeley .s-eat__comment .txt__ttl {
    font-size: clamp(16px, 1.09vw, 21px);
  }
  .slimeley#slimeley .s-contact .link {
    font-size: clamp(12px, 0.99vw, 19px);
  }
}
@media screen and (max-width: 1199px) {
  body {
    margin: 0;
  }
  body {
    margin: 0;
  }
  html {
    font-size: 0.7692307692vw;
  }
  .slimeley#slimeley .u-bl-pc {
    display: block !important;
  }
  .slimeley#slimeley .u-none-pc {
    display: none !important;
  }
  .slimeley#slimeley .s-product__lead .deco {
    width: 22.79vw;
  }
}
@media screen and (max-width: 766px) {
  body {
    margin: 0;
  }
  body {
    margin: 0;
  }
  html {
    font-size: 1.9801980198vw;
  }
  .fadeIn00 .fadeIn00 {
    -webkit-transition: 1.2s;
    transition: 1.2s;
  }
  .fadeIn01 {
    -webkit-transition: 1.2s;
    transition: 1.2s;
  }
  .fadeIn04 {
    -webkit-transition: 1.2s;
    transition: 1.2s;
  }
  .l-header {
    height: 14.93vw;
  }
  .l-header__cont {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    height: 14.93vw;
    padding: 0 4vw;
    background-color: #fff;
  }
  .l-header__cont .logo {
    width: 30.67vw;
    margin-left: 23.2vw;
  }
  .l-header__cont .menu .navi {
    -ms-overflow-style: none;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: calc(100vh - 14.93vw);
    overflow-y: scroll;
    overscroll-behavior-y: contain; /* スクロール可能な要素に付与する必要有り */
    background-color: #fff;
    background-color: #fff;
    scrollbar-width: none;
  }
  .l-header__cont .menu .navi::-webkit-scrollbar {
    display: none;
  }
  .l-header__cont .menu .navi .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    row-gap: 6rem;
    flex-direction: column;
    width: 18.4rem;
    min-height: calc(100vh - 14.93vw + 1px);
    margin: 0 auto;
    padding: 10rem 0 5rem;
    font-size: 1.8rem;
  }
  .l-header__cont .menu .navi .list__item .link {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .l-header__cont .menu .navi .list__item .link::after {
    width: 0.4em;
    height: 0.8em;
    background-image: url("../img/icon_arrow.svg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
  }
  .l-header__cont .menu .navi .list__item .parent {
    font-size: 1.8rem;
  }
  .l-header__cont .menu .navi .list__item .parent::after {
    display: none;
  }
  .l-header__cont .menu .navi .list__item .child {
    -webkit-transform: none;
    display: block;
    position: static;
    transform: none;
  }
  .l-header__cont .menu .navi .list__item .child .childList {
    row-gap: 2rem;
    width: auto;
    margin-top: 2rem;
    margin-left: 2rem;
    padding: 0;
  }
  .l-header__cont .menu .navi .list__item .child .childList .childLink {
    font-size: 1.6rem;
  }
  .l-header__cont .menu .navi .list__item .child .childList .childLink::after {
    width: 0.4em;
    height: 0.8em;
  }
  .l-header .fixBtn {
    right: 1.33vw;
    bottom: 4vw;
    width: 26.67vw;
  }
  .l-footer {
    padding: 26.67vw 0;
  }
  .l-footer .copyright {
    font-size: 2.13vw;
  }
  .c-hamburger {
    display: block;
  }
  #foot_bnr {
    width: 100%;
    padding: 0;
  }
  .slimeley#slimeley .u-bl-tb {
    display: block !important;
  }
  .slimeley#slimeley .u-none-tb {
    display: none !important;
  }
  .slimeley#slimeley .s-concept {
    padding: 17.87vw 0 26.67vw;
  }
  .slimeley#slimeley .s-concept__cont .ttl .sub {
    font-size: 4.27vw;
  }
  .slimeley#slimeley .s-concept__cont .ttl .main {
    font-size: 7.2vw;
  }
  .slimeley#slimeley .s-concept__cont .desc {
    margin-top: 10.67vw;
    font-size: 3.47vw;
    line-height: 2;
  }
  .slimeley#slimeley .s-concept__cont .movie {
    width: 73.07vw;
    margin-top: 10.67vw;
  }
  .slimeley#slimeley .s-concept__cont .name {
    margin-top: 13.33vw;
  }
  .slimeley#slimeley .s-concept__cont .name__lead {
    font-size: 4vw;
  }
  .slimeley#slimeley .s-concept__cont .name .fig {
    width: 55.47vw;
    margin-top: 8.53vw;
  }
  .slimeley#slimeley .s-concept__cont .links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    row-gap: 2.4rem;
    flex-direction: column;
    margin-top: 10.67vw;
  }
  .slimeley#slimeley .s-concept__cont .links .link {
    width: 33.2rem;
    height: 7.7rem;
  }
  .slimeley#slimeley .s-concept__cont .links .link.product01 .icon {
    right: 27.5rem;
  }
  .slimeley#slimeley .s-concept__cont .links .link.product02 .icon {
    right: 29.8rem;
  }
  .slimeley#slimeley .s-concept__cont .links .link.product02 .txt .eng {
    font-size: 2.6rem;
  }
  .slimeley#slimeley .s-concept__cont .links .link .icon {
    height: 10.2rem;
  }
  .slimeley#slimeley .s-concept__cont .links .link .txt .jp {
    font-size: 1.4rem;
  }
  .slimeley#slimeley .s-concept__cont .links .link .txt .eng {
    font-size: 2.6rem;
  }
  .slimeley#slimeley .s-concept__cont .links .link::after {
    right: 2.2rem;
  }
  .slimeley#slimeley .s-concept__deco {
    width: 27.47vw;
  }
  .slimeley#slimeley .s-concept__deco.right {
    top: 0;
  }
  .slimeley#slimeley .s-product__lead .deco {
    display: none;
  }
  .slimeley#slimeley .s-product__lead .txt {
    margin-top: -1.33vw;
    font-size: 5.33vw;
    line-height: 1.65;
  }
  .slimeley#slimeley .s-product__lead .txt.mt {
    margin-top: 10.67vw;
  }
  .slimeley#slimeley .s-product__cont {
    padding-top: 21.33vw;
  }
  .slimeley#slimeley .s-product__cont .lead {
    font-size: 4vw;
  }
  .slimeley#slimeley .s-product__cont__wrap {
    margin-top: 33.07vw;
    padding-bottom: 26.67vw;
    background-size: 100% 125.33vw;
  }
  .slimeley#slimeley .s-product__cont__wrap .fig01 {
    -webkit-transform: translateY(-26.67vw);
    width: 100%;
    margin-bottom: -26.67vw;
    transform: translateY(-26.67vw);
  }
  .slimeley#slimeley .s-product__cont__wrap__ttl {
    margin-top: 5.87vw;
  }
  .slimeley#slimeley .s-product__cont__wrap__ttl .sub {
    font-size: 3.73vw;
  }
  .slimeley#slimeley .s-product__cont__wrap__ttl .name {
    width: 41.07vw;
    margin-top: 2.4vw;
  }
  .slimeley#slimeley .s-product__cont__wrap .fig02 {
    width: 100%;
    margin-top: 8vw;
  }
  .slimeley#slimeley .s-product__cont__wrap .fig03 {
    width: 100%;
    margin-top: 2.67vw;
  }
  .slimeley#slimeley .s-product__cont__wrap .accordion {
    margin-top: 17.07vw;
  }
  .slimeley#slimeley .s-product__cont__wrap .accordion .accordionBtn {
    font-size: 3.73vw;
  }
  .slimeley#slimeley .s-product__cont__wrap .accordion__wrap {
    margin-top: 6.13vw;
  }
  .slimeley#slimeley .s-product__cont__wrap .accordion__wrap .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 5.33vw;
    gap: 5.33vw 0;
    font-size: 3.73vw;
  }
  .slimeley#slimeley .s-product__cont__wrap .accordion__wrap .box .ttl {
    margin-bottom: 0.9em;
    text-align: center;
  }
  .slimeley#slimeley .s-product__cont__wrap .accordion__wrap .box .ttl .fs {
    font-size: 2.67vw;
  }
  .slimeley#slimeley .s-product__cont__wrap .accordion__wrap .box .item01 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .slimeley#slimeley .s-product__cont__wrap .accordion__wrap .box .item01 .ttl {
    width: 100%;
  }
  .slimeley#slimeley .s-product__cont__wrap .accordion__wrap .box .item01 .list {
    width: 50%;
  }
  .slimeley#slimeley .s-product__cont__wrap .accordion__wrap .box .item01 .list__item .main {
    width: 6.9em;
  }
  .slimeley#slimeley .s-product__cont__wrap .accordion__wrap .box .item02 {
    width: 100%;
  }
  .slimeley#slimeley .s-product__cont__wrap .accordion__wrap .box .item02 .flex {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    column-gap: 0;
    justify-content: space-between;
  }
  .slimeley#slimeley .s-product__cont__wrap .accordion__wrap .box .item02 .flex .desc {
    width: 50%;
    font-size: 2.93vw;
  }
  .slimeley#slimeley .s-product__cont__wrap .deco figure.under {
    width: 50.67vw;
  }
  .slimeley#slimeley .s-product__cont.cont01 .s-product__cont__wrap {
    background-image: url("../img/product01_bg_sp.webp");
  }
  .slimeley#slimeley .s-product__cont.cont01 .s-product__cont__wrap .fig03 {
    width: 100%;
  }
  .slimeley#slimeley .s-product__cont.cont01 .s-product__cont__wrap .accordion .item01 {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
  .slimeley#slimeley .s-product__cont.cont01 .s-product__cont__wrap .left {
    top: 173.33vw;
    width: 56vw;
  }
  .slimeley#slimeley .s-product__cont.cont01 .s-product__cont__wrap .right01 {
    top: 242.67vw;
    right: 0;
    width: 24vw;
  }
  .slimeley#slimeley .s-product__cont.cont02 .s-product__cont__wrap {
    background-image: url("../img/product02_bg_sp.webp");
  }
  .slimeley#slimeley .s-product__cont.cont02 .s-product__cont__wrap .fig03 {
    width: 100%;
  }
  .slimeley#slimeley .s-product__cont.cont02 .s-product__cont__wrap .accordion__wrap .item02 {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  .slimeley#slimeley .s-product__cont.cont02 .s-product__cont__wrap .left01 {
    top: 256vw;
    left: 0;
    width: 29.33vw;
  }
  .slimeley#slimeley .s-product__cont.cont02 .s-product__cont__wrap .right {
    top: 164.27vw;
    width: 57.87vw;
  }
  .slimeley#slimeley .s-product__cont.cont03 .s-product__cont__wrap {
    margin-top: 33.07vw;
    background-image: url("../img/product03_bg_sp.webp");
    background-size: 100% 100%;
  }
  .slimeley#slimeley .s-product__cont.cont03 .s-product__cont__wrap .static {
    padding-top: 30.67vw;
  }
  .slimeley#slimeley .s-product__cont.cont03 .s-product__cont__wrap .fig01 {
    top: -34.67vw;
    width: 100%;
  }
  .slimeley#slimeley .s-product__cont.cont03 .s-product__cont__wrap__ttl .name {
    width: 64vw;
  }
  .slimeley#slimeley .s-product__cont.cont03 .s-product__cont__wrap .fig02 {
    margin-top: 10.67vw;
  }
  .slimeley#slimeley .s-product__cont.cont03 .s-product__cont__wrap .fig02::before {
    width: 100%;
    height: 50%;
    background-image: url("../img/product03_img02_1_sp.webp");
  }
  .slimeley#slimeley .s-product__cont.cont03 .s-product__cont__wrap .fig03 {
    width: 68.53vw;
    margin-top: 16vw;
  }
  .slimeley#slimeley .s-product__cont.cont03 .s-product__cont__wrap .accordion {
    z-index: 2;
    margin-top: 21.33vw;
    padding-bottom: 26.67vw;
    background: none;
    background-position: top center;
  }
  .slimeley#slimeley .s-product__cont.cont03 .s-product__cont__wrap .accordion__wrap {
    margin-bottom: -18.67vw;
  }
  .slimeley#slimeley .s-product__cont.cont03 .s-product__cont__wrap .accordion__wrap .item02 {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  .slimeley#slimeley .s-product__cont.cont03 .s-product__cont__wrap .left {
    width: 37.07vw;
  }
  .slimeley#slimeley .s-product__cont.cont03 .s-product__cont__wrap .right {
    right: 2.67vw;
    bottom: -25.6vw;
    width: 14.4vw;
  }
  .slimeley#slimeley .s-eat {
    padding-top: 21.33vw;
  }
  .slimeley#slimeley .s-eat__ttl {
    font-size: 5.33vw;
  }
  .slimeley#slimeley .s-eat__lead {
    margin-top: 5.33vw;
    font-size: 3.73vw;
  }
  .slimeley#slimeley .s-eat .fig01 {
    width: 100%;
    margin-top: 2.13vw;
    margin-left: 0;
  }
  .slimeley#slimeley .s-eat__comment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 88.53vw;
    margin-top: 11.47vw;
    padding: 4.53vw 4.53vw 10.67vw;
    border-radius: 8.8vw;
  }
  .slimeley#slimeley .s-eat__comment .graph {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.67vw;
  }
  .slimeley#slimeley .s-eat__comment .txt {
    width: 100%;
    max-width: none;
    font-size: 3.73vw;
  }
  .slimeley#slimeley .s-eat__comment .txt__ttl {
    font-size: 5.6vw;
    text-align: center;
  }
  .slimeley#slimeley .s-eat .free {
    margin-top: 4.8vw;
  }
  .slimeley#slimeley .s-eat#i-eat02 {
    padding-top: 20.53vw;
  }
  .slimeley#slimeley .s-eat#i-eat02 .s-eat__ttl {
    font-size: 5.33vw;
    line-height: 1.65;
  }
  .slimeley#slimeley .s-eat#i-eat02 .s-eat__ttl .ant {
    -webkit-transform: translateX(-50%);
    right: auto;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
  }
  .slimeley#slimeley .s-eat#i-eat02 .s-eat__ttl .deco.deco01 {
    top: -17.33vw;
    right: auto;
    left: -2.67vw;
    width: 21.07vw;
  }
  .slimeley#slimeley .s-eat#i-eat02 .s-eat__ttl .deco.deco02 {
    top: 16.53vw;
    right: -2.67vw;
    left: auto;
    width: 26.4vw;
  }
  .slimeley#slimeley .s-eat#i-eat02 .s-eat__comment {
    padding: 10.67vw 4.53vw;
  }
  .slimeley#slimeley .s-eat#i-eat02 .s-eat__comment .fig {
    bottom: -30.67vw;
    left: 6.4vw;
    width: 40vw;
  }
  .slimeley#slimeley .s-eat#i-eat02 .s-eat__comment .txt {
    width: 100%;
    max-width: none;
  }
  .slimeley#slimeley .s-eat#i-eat02 .s-eat__comment .txt__ttl {
    font-size: 5.33vw;
  }
  .slimeley#slimeley .s-eat#i-eat02 .s-eat__comment .txt__ant {
    right: 0;
    font-size: 1rem;
  }
  .slimeley#slimeley .s-eat#i-eat02 .free {
    margin-top: 16vw;
  }
  .slimeley#slimeley .s-eat#i-eat02 .advisory {
    margin-top: 29.33vw;
  }
  .slimeley#slimeley .s-contact .fig {
    margin-top: -4.8vw;
  }
  .slimeley#slimeley .s-contact .link {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    position: relative;
    justify-content: center;
    width: 23.7em;
    height: 4.8em;
    margin-top: 2.67vw;
    font-size: 3.73vw;
  }
  .slimeley#slimeley .s-contact .link::after {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 55%;
    right: 4.27vw;
    transform: translateY(-50%);
    border-width: 2px;
  }
}
@media screen and (max-width: 599px) {
  body {
    margin: 0;
  }
  body {
    margin: 0;
  }
  html {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 374px) {
  body {
    margin: 0;
  }
  body {
    margin: 0;
  }
}
@media screen and (max-width: 319px) {
  body {
    margin: 0;
  }
  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;
  }
}