@charset "UTF-8";

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

a {
  -webkit-transition: all 0.3s;
  overflow: visible;
  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;
}

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, 2rem, 0);
  -webkit-transition: 1s;
  transform: translate3d(0, 2rem, 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, 2rem, 0);
  -webkit-transition: 1s;
  transform: translate3d(0, 2rem, 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;
}

.fadeIn02 > * {
  -webkit-transform: translate3d(0, 2rem, 0);
  -webkit-transition: 1s;
  transform: translate3d(0, 2rem, 0);
  opacity: 0;
  transition: 1s;
}
.fadeIn02.is-show > * {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.fadeIn02.is-show > *:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.fadeIn02.is-show > *:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.fadeIn02.is-show > *:nth-child(3) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.fadeIn02.is-show > *:nth-child(4) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.fadeIn02.is-show > *:nth-child(5) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.fadeIn02.is-show > *:nth-child(6) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.fadeIn02.is-show > *:nth-child(7) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.fadeIn02.is-show > *:nth-child(8) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.fadeIn02.is-show > *:nth-child(9) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.fadeIn02.is-show > *:nth-child(10) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.fadeIn02.is-show > *:nth-child(11) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.fadeIn02.is-show > *:nth-child(12) {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}
.fadeIn02.is-show > *:nth-child(13) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}
.fadeIn02.is-show > *:nth-child(14) {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}
.fadeIn02.is-show > *:nth-child(15) {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
}
.fadeIn02.is-show > *:nth-child(16) {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}
.fadeIn02.is-show > *:nth-child(17) {
  -webkit-transition-delay: 3.2s;
  transition-delay: 3.2s;
}
.fadeIn02.is-show > *:nth-child(18) {
  -webkit-transition-delay: 3.4s;
  transition-delay: 3.4s;
}
.fadeIn02.is-show > *:nth-child(19) {
  -webkit-transition-delay: 3.6s;
  transition-delay: 3.6s;
}
.fadeIn02.is-show > *:nth-child(20) {
  -webkit-transition-delay: 3.8s;
  transition-delay: 3.8s;
}
.fadeIn02.is-show > *:nth-child(21) {
  -webkit-transition-delay: 4s;
  transition-delay: 4s;
}
.fadeIn02.is-show > *:nth-child(22) {
  -webkit-transition-delay: 4.2s;
  transition-delay: 4.2s;
}
.fadeIn02.is-show > *:nth-child(23) {
  -webkit-transition-delay: 4.4s;
  transition-delay: 4.4s;
}
.fadeIn02.is-show > *:nth-child(24) {
  -webkit-transition-delay: 4.6s;
  transition-delay: 4.6s;
}
.fadeIn02.is-show > *:nth-child(25) {
  -webkit-transition-delay: 4.8s;
  transition-delay: 4.8s;
}
.fadeIn02.is-show > *:nth-child(26) {
  -webkit-transition-delay: 5s;
  transition-delay: 5s;
}
.fadeIn02.is-show > *:nth-child(27) {
  -webkit-transition-delay: 5.2s;
  transition-delay: 5.2s;
}
.fadeIn02.is-show > *:nth-child(28) {
  -webkit-transition-delay: 5.4s;
  transition-delay: 5.4s;
}
.fadeIn02.is-show > *:nth-child(29) {
  -webkit-transition-delay: 5.6s;
  transition-delay: 5.6s;
}
.fadeIn02.is-show > *:nth-child(30) {
  -webkit-transition-delay: 5.8s;
  transition-delay: 5.8s;
}
.fadeIn02.is-show > *:nth-child(31) {
  -webkit-transition-delay: 6s;
  transition-delay: 6s;
}
.fadeIn02.is-show > *:nth-child(32) {
  -webkit-transition-delay: 6.2s;
  transition-delay: 6.2s;
}
.fadeIn02.is-show > *:nth-child(33) {
  -webkit-transition-delay: 6.4s;
  transition-delay: 6.4s;
}
.fadeIn02.is-show > *:nth-child(34) {
  -webkit-transition-delay: 6.6s;
  transition-delay: 6.6s;
}
.fadeIn02.is-show > *:nth-child(35) {
  -webkit-transition-delay: 6.8s;
  transition-delay: 6.8s;
}
.fadeIn02.is-show > *:nth-child(36) {
  -webkit-transition-delay: 7s;
  transition-delay: 7s;
}
.fadeIn02.is-show > *:nth-child(37) {
  -webkit-transition-delay: 7.2s;
  transition-delay: 7.2s;
}
.fadeIn02.is-show > *:nth-child(38) {
  -webkit-transition-delay: 7.4s;
  transition-delay: 7.4s;
}
.fadeIn02.is-show > *:nth-child(39) {
  -webkit-transition-delay: 7.6s;
  transition-delay: 7.6s;
}
.fadeIn02.is-show > *:nth-child(40) {
  -webkit-transition-delay: 7.8s;
  transition-delay: 7.8s;
}

.fadeIn03 {
  -webkit-transition: 0.3s 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  scale: 0.5;
  opacity: 0;
  transition: 0.3s 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.fadeIn03.is-show {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  scale: 1;
  opacity: 1;
}

.yura {
  -webkit-animation: yura 2s ease-in-out infinite alternate;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  animation: yura 2s ease-in-out infinite alternate;
}
@-webkit-keyframes yura {
  0% {
    rotate: -5deg;
  }
  100% {
    rotate: 5deg;
  }
}
@keyframes yura {
  0% {
    rotate: -5deg;
  }
  100% {
    rotate: 5deg;
  }
}

/*下記追加記述*/
.mons {
  font-family: "Montserrat", sans-serif;
}

#footer {
  z-index: 4;
  position: relative;
  background-color: #fff;
}

/* foundation */
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 */
/*component*/
.c-btn01 {
  -webkit-filter: drop-shadow(0rem 0.3rem 0.4rem rgba(0, 0, 0, 0.6));
  display: block;
  position: relative;
  width: 30rem;
  margin: 0 auto;
  filter: drop-shadow(0rem 0.3rem 0.4rem rgba(0, 0, 0, 0.6));
  overflow: visible;
}
.c-btn01 img {
  width: 100%;
  height: auto;
}
.c-btn01 .deco {
  position: absolute;
  top: 0;
  right: -3rem;
  width: 9.5rem;
}
.c-btn01:hover {
  opacity: 0.7;
}

/*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 {
  -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;
}

.u-arrow-left {
  display: inline-block;
  position: relative;
  padding-left: 1.5em;
}
.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;
}

.u-arrow-top {
  display: inline-block;
  position: relative;
  padding-top: 1.5em;
}
.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;
}

.u-arrow-bottom {
  display: inline-block;
  position: relative;
  padding-bottom: 1.5em;
}
.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;
}

.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*/
.acai#acai .left,
.acai#acai .right {
  display: none;
}
.acai#acai .left .logo {
  width: 26.04vw;
}
.acai#acai .right .product {
  display: grid;
  row-gap: 2.5rem;
  place-content: center;
  place-items: center;
}
.acai#acai .right .product .fig {
  -webkit-filter: drop-shadow(0.7rem 0.9rem 0.5rem rgba(0, 0, 0, 0.2));
  width: 14.97vw;
  filter: drop-shadow(0.7rem 0.9rem 0.5rem rgba(0, 0, 0, 0.2));
}
.acai#acai .right .product .link {
  -webkit-filter: drop-shadow(0 0.3rem 0.5rem rgba(0, 0, 0, 0.2));
  width: 17.19vw;
  filter: drop-shadow(0 0.3rem 0.5rem rgba(0, 0, 0, 0.2));
}
.acai#acai .right .product .link:hover {
  opacity: 0.7;
}
.acai#acai .pc-deco {
  display: none;
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.acai#acai .pc-deco.deco01 {
  -webkit-animation: float 8s ease-in-out infinite;
  animation: float 8s ease-in-out infinite;
}
.acai#acai .pc-deco.deco02 {
  -webkit-animation: float 8s -2s ease-in-out infinite;
  animation: float 8s -2s ease-in-out infinite;
}
.acai#acai .pc-deco.deco03 {
  -webkit-animation: float 8s -5s ease-in-out infinite;
  animation: float 8s -5s ease-in-out infinite;
}
.acai#acai .main {
  width: 100%;
  overflow-x: clip;
}
.acai#acai .s-sec01 {
  padding-bottom: 5.5rem;
  background-image: url("https://www.melodian.co.jp/wp-content/themes/melodian/page/acai_p/img/sec01_bg.webp");
  background-position: center;
  background-size: 100% auto;
  background-repeat: repeat-y;
}
.acai#acai .s-sec01__cont {
  margin: 1rem 1.5rem 0;
  padding: 4rem 0 4.5rem;
  border-radius: 1.5rem;
  background-color: #fff;
}
.acai#acai .s-sec01__cont .fig01 {
  margin-top: 2rem;
}
.acai#acai .s-sec01__cont .fig02 {
  margin-top: 1rem;
}
.acai#acai .s-sec01__cont__link {
  margin-top: 1.5rem;
}
.acai#acai .s-sec02 {
  padding-bottom: 5rem;
  background-image: url("https://www.melodian.co.jp/wp-content/themes/melodian/page/acai_p/img/sec02_bg.webp");
  background-size: cover;
}
.acai#acai .s-sec02__cont.cont01 {
  margin: 4rem 1.5rem 0;
}
.acai#acai .s-sec02__cont.cont01 .list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2rem;
  gap: 1.8rem 3rem;
}
.acai#acai .s-sec02__cont.cont01 .list__item {
  width: calc((100% - 3rem) / 2);
}
.acai#acai .s-sec02__cont.cont01 .list__item:first-child {
  width: 100%;
}
.acai#acai .s-sec02__cont.cont01 .list__item:first-child .fig {
  width: calc((100% - 3rem) / 2);
  margin: 0 auto;
}
.acai#acai .s-sec02__cont.cont01 .ant {
  width: 13rem;
  margin-top: 1rem;
  margin-left: auto;
}
.acai#acai .s-sec02__cont.cont02 {
  -webkit-box-shadow: 0.3rem 0.3rem 0.4rem rgba(160, 160, 160, 0.75);
  position: relative;
  position: relative;
  margin: 7rem 1.5rem 0;
  padding: 7rem 2rem 10rem;
  border-radius: 1.5rem;
  background-color: #fff;
  box-shadow: 0.3rem 0.3rem 0.4rem rgba(160, 160, 160, 0.75);
}
.acai#acai .s-sec02__cont.cont02::after {
  position: absolute;
  bottom: -4rem;
  left: -1.5rem;
  aspect-ratio: 490/277;
  width: 24.4rem;
  width: 24.5rem;
  background-image: url("https://www.melodian.co.jp/wp-content/themes/melodian/page/acai_p/img/sec02_deco.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.acai#acai .s-sec02__cont.cont02 .ttl {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: -3.6rem;
  left: 50%;
  width: 23rem;
  transform: translateX(-50%);
}
.acai#acai .s-sec02__cont.cont02 .desc {
  margin-top: 1.5rem;
  color: #850800;
  font-weight: bold;
  font-size: min(1.7rem, 17px);
  line-height: 1.71;
  text-align: center;
  text-shadow: 0 0 0.9rem rgba(255, 255, 255, 0.5);
}
.acai#acai .s-sec02__cont.cont02 .desc .border {
  display: inline-block;
  z-index: 2;
  position: relative;
}
.acai#acai .s-sec02__cont.cont02 .desc .border::after {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition: all 0.3s ease;
  z-index: -1;
  position: absolute;
  bottom: 0.2em;
  left: 0;
  width: 100%;
  height: 0.7rem;
  background-color: #fff100;
  content: "";
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: all 0.3s ease;
}
.acai#acai .s-sec02__cont.cont02 .desc .border.is-show::after {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.acai#acai .s-sec02__cont.cont02 .fig02 {
  margin-top: 2.6rem;
}
.acai#acai .s-sec02__cont.cont02 .txt01 {
  width: 26rem;
  margin: 2.5rem auto 0;
}
.acai#acai .s-sec02__cont.cont03 {
  display: grid;
  row-gap: 4rem;
  margin: 4rem 1.5rem 0;
}
.acai#acai .s-sec02__cont.cont03 figure {
  -webkit-filter: drop-shadow(0 0.6rem 0.6rem rgba(0, 0, 0, 0.4));
  filter: drop-shadow(0 0.6rem 0.6rem rgba(0, 0, 0, 0.4));
}
.acai#acai .s-sec02 .product {
  margin: 3.5rem 1.5rem 0;
}
.acai#acai .s-sec02 .product .link01 {
  -webkit-filter: drop-shadow(0rem 0.3rem 0.4rem rgba(0, 0, 0, 0.4));
  display: block;
  width: 21.4rem;
  margin: 1rem auto 0;
  filter: drop-shadow(0rem 0.3rem 0.4rem rgba(0, 0, 0, 0.4));
}
.acai#acai .s-sec02 .product .link01:hover {
  opacity: 0.7;
}
.acai#acai .s-sec02 .product .fig02 {
  width: 24rem;
  margin: 4rem auto 1rem;
}
.acai#acai .s-sec03 {
  position: relative;
  padding: 5rem 1.5rem 8rem;
  overflow: hidden;
  background-color: #f6e7ef;
}
.acai#acai .s-sec03::before {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 750/39;
  width: 100%;
  background-image: url("https://www.melodian.co.jp/wp-content/themes/melodian/page/acai_p/img/sec03_deco.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.acai#acai .s-sec03__ttl {
  width: 25rem;
  margin: 0 auto;
}
.acai#acai .s-sec03__cont {
  position: relative;
  margin-top: 6rem;
  padding-bottom: 3rem;
  border-radius: 1.5rem;
  background-image: url("https://www.melodian.co.jp/wp-content/themes/melodian/page/acai_p/img/sec03_cont.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
}
.acai#acai .s-sec03__cont__ttl {
  -webkit-transform: translateY(-3.4rem);
  width: 26rem;
  margin: 0 auto -3.4rem;
  transform: translateY(-3.4rem);
}
.acai#acai .s-sec03__cont .list {
  display: grid;
  row-gap: 1.5rem;
  margin-top: 3rem;
}
.acai#acai .s-sec03__cont .list__item {
  z-index: 2;
  position: relative;
}
.acai#acai .s-sec03__cont .list__item .deco {
  position: absolute;
}
.acai#acai .s-sec03__cont .list__item .deco.deco01 {
  top: 0;
  right: -3.5rem;
  width: 19.4rem;
}
.acai#acai .s-sec03__cont .list__item .deco.deco02 {
  top: 1rem;
  left: 0;
  width: 18.2rem;
}
.acai#acai .s-sec03__cont .list__item .deco.deco03 {
  z-index: -1;
  top: -9rem;
  right: -9rem;
  width: 20rem;
}
.acai#acai .s-sec03__cont .list__item .deco.deco04 {
  top: 7rem;
  right: -2.5rem;
  width: 18.4rem;
}
.acai#acai .s-sec03__cont .list__item .deco.deco05 {
  z-index: -1;
  top: 5rem;
  left: -2rem;
  width: 9.7rem;
}
.acai#acai .s-sec04 {
  position: relative;
  padding: 3.3rem 0 5rem;
  background-image: url("https://www.melodian.co.jp/wp-content/themes/melodian/page/acai_p/img/sec04_bg.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.acai#acai .s-sec04 .deco {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 182/104;
  width: 18.2rem;
  background-image: url("https://www.melodian.co.jp/wp-content/themes/melodian/page/acai_p/img/sec04_deco.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.acai#acai .s-sec04__cont {
  margin-top: 2rem;
}
.acai#acai .s-sec04__cont .list {
  display: grid;
  row-gap: 4.5rem;
}
.acai#acai .s-sec04__cont .list .link {
  -webkit-filter: drop-shadow(0rem 0.3rem 0.4rem rgba(0, 0, 0, 0.4));
  display: block;
  width: 21.4rem;
  margin: 2rem auto 0;
  filter: drop-shadow(0rem 0.3rem 0.4rem rgba(0, 0, 0, 0.4));
}
.acai#acai .s-sec04__cont .list .link:hover {
  opacity: 0.7;
}
.acai#acai .s-sec05 {
  padding: 4.5rem 0;
  background-color: #fff;
}
.acai#acai .s-sec05 .bnr:hover {
  opacity: 0.7;
}
.acai#acai .s-sec05 .logo {
  display: block;
  width: 15.4rem;
  margin: 2.8rem auto 3rem;
}
.acai#acai .s-sec05 .logo:hover {
  opacity: 0.7;
}
.acai#acai .s-sec05 .btn {
  -webkit-filter: drop-shadow(0rem 0.3rem 0.4rem rgba(0, 0, 0, 0.6));
  display: block;
  position: relative;
  width: 29.4rem;
  margin: 0 auto;
  filter: drop-shadow(0rem 0.3rem 0.4rem rgba(0, 0, 0, 0.6));
  overflow: visible;
}
.acai#acai .s-sec05 .btn .deco {
  position: absolute;
}
.acai#acai .s-sec05 .btn .deco.deco01 {
  top: -1.7rem;
  left: -1.5rem;
  width: 6.8rem;
}
.acai#acai .s-sec05 .btn .deco.deco02 {
  top: 0;
  right: -4rem;
  aspect-ratio: 92/101;
  width: 9.2rem;
}
.acai#acai .s-sec05 .btn:hover {
  opacity: 0.7;
}
@media screen and (min-width: 320px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 375px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 800px) {
  body {
    margin: 0;
  }
  html {
    font-size: 0.7692307692vw;
  }
  .acai#acai {
    -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;
    min-width: 1200px;
  }
  .acai#acai::before {
    z-index: -1;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-image: url("https://www.melodian.co.jp/wp-content/themes/melodian/page/acai_p/img/sec01_bg.webp");
    background-size: auto 100vh;
    background-repeat: repeat-x;
    content: "";
  }
  .acai#acai .left,
  .acai#acai .right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    display: grid;
    z-index: 3;
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
    flex: 1;
    place-content: center;
    height: calc(100vh - 140px);
    min-height: 32rem;
    overflow-y: scroll;
    scrollbar-width: none;
  }
  .acai#acai .left::-webkit-scrollbar,
  .acai#acai .right::-webkit-scrollbar {
    display: none;
  }
  .acai#acai .left::-webkit-scrollbar-track,
  .acai#acai .right::-webkit-scrollbar-track {
    display: none;
  }
  .acai#acai .pc-deco {
    display: block;
    z-index: 1;
    position: fixed;
    top: 120px;
    left: 0;
    width: 100%;
    min-width: 1200px;
    pointer-events: none;
  }
  .acai#acai .main {
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    z-index: 3;
    position: relative;
    width: 37.5rem;
/*    margin-top: 140px;*/
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (min-width: 1024px) {
  body {
    margin: 0;
  }
  html {
    font-size: 0.6510416667vw;
  }
}
@media screen and (min-width: 1536px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 2000px) {
  body {
    margin: 0;
  }
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 599px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 799px) {
  .fadeIn00 .fadeIn00 {
    -webkit-transition: 1.2s;
    transition: 1.2s;
  }
  .fadeIn01 {
    -webkit-transition: 1.2s;
    transition: 1.2s;
  }
  .fadeIn02 > * {
    -webkit-transition: 1.2s;
    transition: 1.2s;
  }
  .u-bl-tb {
    display: block !important;
  }
  .u-none-tb {
    display: none !important;
  }
}
@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 (max-width: 1535px) {
  .u-bl-lgpc {
    display: block !important;
  }
  .u-none-lgpc {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-bl-pc {
    display: block !important;
  }
  .u-none-pc {
    display: none !important;
  }
}