@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Zen+Kaku+Gothic+New:wght@400;500;700&family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
/* font */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
l,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

html {
  overscroll-behavior: none;
}

body {
  background: #FFF;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  padding-left: 0 !important;
  overflow-x: clip;
  width: 100%;
  text-align: justify;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a:link,
a:visited,
a:hover,
a:active {
  color: #000;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}

/* SVG base style */
.st0, .st1, .st2, .st3, .st4 {
  fill: none;
  isolation: isolate;
  stroke: #efedea;
  stroke-width: 6px;
}

.block-content .plug01 .st0 {
  stroke-miterlimit: 10;
}

.block-content .plug01 .st0,
.block-content .plug01 .st2 {
  stroke-linecap: round;
}
@media screen and (max-width: 767px) {
  .block-content .plug01 .st0,
  .block-content .plug01 .st2 {
    stroke-width: 4px;
  }
}

.block-content .plug01 .st1 {
  stroke-miterlimit: 4;
}
@media screen and (max-width: 767px) {
  .block-content .plug01 .st1 {
    stroke-width: 4px;
  }
}

.block-content .plug01 .st2 {
  stroke-miterlimit: 10;
}

.l-content-header .logo {
  position: fixed;
  top: 40px;
  left: 40px;
  width: 149px;
  height: 21px;
  z-index: 101;
}
@media screen and (max-width: 767px) {
  .l-content-header .logo {
    top: 20px;
    left: 18px;
    width: 119px;
    height: 17px;
  }
}
.l-content-header .series-name {
  position: absolute;
  top: 45px;
  right: 50px;
  display: inline-block;
  padding: 7px 24px 6px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.8);
  font-family: "lato", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #393939;
  letter-spacing: 0.05em;
  z-index: 101;
}
.l-content-header .map-anchor {
  position: fixed;
  bottom: 50px;
  left: min(50px, 3.3333333333vw);
  z-index: 100;
}
.l-content-header .map-anchor:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 2px;
  width: 1px;
  height: calc(100% - 1em);
  background-image: radial-gradient(circle, #393939 1px, transparent 1px);
  background-size: 1px 6px;
  background-repeat: repeat-y;
  background-position: top left;
}
.l-content-header .map-anchor .progress {
  position: absolute;
  left: 2px;
  top: 10px;
  height: 0;
  max-height: 256px;
  width: 1px;
  background: #393939;
  z-index: 3;
}
.l-content-header .map-anchor .progress .current {
  position: absolute;
  left: -3px;
  bottom: -11px;
  width: 7px;
  height: 15px;
  border-radius: 2px;
  background: #393939;
}
.l-content-header .map-anchor ul li {
  list-style: none;
  padding-bottom: 40px;
}
.l-content-header .map-anchor ul li:last-child {
  padding-bottom: 0;
}
.l-content-header .map-anchor ul li a {
  position: relative;
  display: inline-block;
  padding-left: 17px;
  font-family: "lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #393939;
  letter-spacing: 0.03em;
}
.l-content-header .map-anchor ul li a:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: -1px;
  top: calc(50% - 3.5px);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #393939;
}
.l-content-header .map-anchor ul li.is-reach a:before {
  background: #393939;
}
.l-content-header .btn-hamburger {
  position: fixed;
  bottom: 20px;
  right: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #76A29D;
  transition: background-color 0.5s;
  border: none;
  z-index: 101;
  cursor: pointer;
}
.l-content-header .btn-hamburger .inner {
  position: relative;
  width: 28px;
  height: 20px;
}
.l-content-header .btn-hamburger .inner .bar01, .l-content-header .btn-hamburger .inner .bar02, .l-content-header .btn-hamburger .inner .bar03 {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 100px;
  background: #fff;
  transition: opacity 0.1s, transform 0.5s;
}
.l-content-header .btn-hamburger .inner .bar01 {
  top: 0;
  left: 0;
}
.l-content-header .btn-hamburger .inner .bar02 {
  top: calc(50% - 1px);
  left: 0;
}
.l-content-header .btn-hamburger .inner .bar03 {
  bottom: 0;
  left: 0;
}
.l-content-header .btn-hamburger.is-open {
  background: #fff;
}
.l-content-header .btn-hamburger.is-open .inner .bar01, .l-content-header .btn-hamburger.is-open .inner .bar02, .l-content-header .btn-hamburger.is-open .inner .bar03 {
  background: #76A29D;
}
.l-content-header .btn-hamburger.is-open .inner .bar01 {
  top: calc(50% - 1px);
  transform: rotate(45deg);
}
.l-content-header .btn-hamburger.is-open .inner .bar02 {
  opacity: 0;
}
.l-content-header .btn-hamburger.is-open .inner .bar03 {
  bottom: calc(50% - 1px);
  transform: rotate(-45deg);
}
.l-content-header .hamburger-menu {
  position: fixed;
  top: 0;
  right: 0;
  max-width: 100%;
  width: 200px;
  height: 100vh;
  height: 100dvh;
  padding: 210px 10px 0 40px;
  background: rgba(118, 162, 157, 0.9);
  z-index: 100;
  transform: translateX(101%);
  transition: transform 0.5s;
}
.l-content-header .hamburger-menu .plug01 {
  position: absolute;
  top: 30px;
  right: 0;
  width: 160px;
  height: 93px;
}
.l-content-header .hamburger-menu .plug01 .svg-elem-1 {
  stroke: #fff;
  fill: #fff;
  transform: translateX(15px);
  opacity: 0;
  transition: transform 0.8s ease-in-out 1.05s, opacity 0.8s ease-in-out 1.05s;
}
.l-content-header .hamburger-menu .plug01 .svg-elem-2 {
  stroke: #fff;
  stroke-dashoffset: 416.8187561035px;
  stroke-dasharray: 416.8187561035px;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}
.l-content-header .hamburger-menu .inner ul li {
  list-style: none;
  margin-top: 40px;
  opacity: 0;
  transform: translateX(20px);
  transition: 0.5s;
}
.l-content-header .hamburger-menu .inner ul li:nth-child(1) {
  transition-delay: 0.55s;
}
.l-content-header .hamburger-menu .inner ul li:nth-child(2) {
  transition-delay: 0.63s;
}
.l-content-header .hamburger-menu .inner ul li:nth-child(3) {
  transition-delay: 0.71s;
}
.l-content-header .hamburger-menu .inner ul li:nth-child(4) {
  transition-delay: 0.79s;
}
.l-content-header .hamburger-menu .inner ul li:nth-child(5) {
  transition-delay: 0.87s;
}
.l-content-header .hamburger-menu .inner ul li a {
  position: relative;
  display: inline-block;
  padding-bottom: 11px;
  font-family: "lato", sans-serif;
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.03em;
  background: url(../img/line_dot_w.png) left bottom;
  background-repeat: space no-repeat;
  background-size: 5px 2px;
}
.l-content-header .hamburger-menu.is-open {
  transform: translateX(0);
}
.l-content-header .hamburger-menu.is-open .plug01 .svg-elem-1 {
  transform: translateX(0);
  opacity: 1;
}
.l-content-header .hamburger-menu.is-open .plug01 .svg-elem-2 {
  stroke-dashoffset: 0;
}
.l-content-header .hamburger-menu.is-open .inner ul li {
  opacity: 1;
  transform: translateX(0);
}

.heading-section {
  text-align: center;
  font-family: "lato", sans-serif;
  font-size: 20px;
  font-weight: 900;
  color: #393939;
  letter-spacing: 0.03em;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: none;
  pointer-events: none;
  transform: translateX(-101%);
  z-index: 1000;
}
.menu-overlay.is-moving {
  transform: translateX(0);
  background: #76A29D;
  transition: transform 0.5s;
}
.menu-overlay.is-moved {
  transform: translateX(101%);
  background: #76A29D;
  transition: transform 0.5s;
}

/* Main Visual */
.main-visual {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
}
.main-visual:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 224px;
  background: linear-gradient(0, rgba(0, 0, 0, 0.3), transparent);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .main-visual:before {
    height: 150px;
  }
}
.main-visual video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.main-visual .text {
  position: absolute;
  left: 250px;
  bottom: 60px;
  z-index: 3;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .main-visual .text {
    left: 50%;
    bottom: 26px;
    width: calc(100% - 70px);
    transform: translateX(-50%);
  }
}
.main-visual .text .category {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .main-visual .text .category {
    font-size: 14px;
  }
}
.main-visual .text .name {
  font-family: "lato", sans-serif;
  font-size: 65px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .main-visual .text .name {
    font-size: 40px;
  }
}
.main-visual .text .copy {
  margin-top: 5px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 27px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .main-visual .text .copy {
    font-size: 18px;
  }
}

/* About */
.section-about {
  position: relative;
  padding: 160px 30px 150px;
  background: #F8F6F3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .section-about {
    padding: 100px 30px 120px;
  }
}
.section-about .name_ja {
  position: relative;
  margin-top: 45px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #393939;
  letter-spacing: 0.08em;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .section-about .name_ja {
    font-size: 18px;
  }
}
.section-about .name_en {
  position: relative;
  text-align: center;
  font-family: "lato", sans-serif;
  font-size: 97px;
  font-weight: 900;
  color: #393939;
  letter-spacing: 0.05em;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .section-about .name_en {
    margin-top: 10px;
    line-height: 1;
    font-size: 80px;
  }
}
.section-about .lead {
  position: relative;
  margin-top: 3px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #393939;
  letter-spacing: 0.02em;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .section-about .lead {
    margin-top: 13px;
    line-height: 1.75;
    font-size: 23px;
  }
}
.section-about .body {
  position: relative;
  margin-top: 40px;
  text-align: center;
  line-height: 2.1;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #393939;
  letter-spacing: 0.1em;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .section-about .body {
    margin-top: 30px;
    font-size: 16px;
  }
}
.section-about {
  /* animation plug01 */
}
.section-about .plug01 {
  position: absolute;
  top: 0;
  right: 13.3333333333%;
  width: 25.7333333333vw;
  max-width: 386px;
  height: 14.1333333333vw;
  max-height: 212px;
}
@media screen and (max-width: 767px) {
  .section-about .plug01 {
    right: 6.1333333333vw;
    width: 46.1333333333vw;
    height: 25.6vw;
  }
}
.section-about .plug01 .svg-elem-1 {
  stroke-dashoffset: 301.2442321777px;
  stroke-dasharray: 301.2442321777px;
  transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.section-about .plug01.is-on .svg-elem-1 {
  stroke-dashoffset: 0;
}
.section-about {
  /* animation plug02 */
}
.section-about .plug02 {
  position: absolute;
  top: 13.3333333333%;
  left: 0;
  width: 26.2666666667vw;
  max-width: 394px;
  height: 16.8666666667vw;
  max-height: 253px;
}
@media screen and (max-width: 767px) {
  .section-about .plug02 {
    top: 42.1333333333vw;
    width: 48vw;
    height: 33.0666666667vw;
  }
}
.section-about .plug02 .svg-elem-1 {
  stroke-dashoffset: 699.4345703125px;
  stroke-dasharray: 699.4345703125px;
  transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.section-about .plug02 .svg-elem-2 {
  stroke-dashoffset: 82.5602874756px;
  stroke-dasharray: 82.5602874756px;
  transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s;
}
.section-about .plug02 .svg-elem-3 {
  stroke-dashoffset: 82.5602798462px;
  stroke-dasharray: 82.5602798462px;
  transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s;
}
.section-about .plug02.is-on .svg-elem-1,
.section-about .plug02.is-on .svg-elem-2,
.section-about .plug02.is-on .svg-elem-3 {
  stroke-dashoffset: 0;
}
.section-about {
  /* animation plug03 */
}
.section-about .plug03 {
  position: absolute;
  bottom: 18.431372549%;
  right: 0;
  width: 27.7333333333vw;
  max-width: 416px;
  height: 21.2666666667vw;
  max-height: 319px;
}
@media screen and (max-width: 767px) {
  .section-about .plug03 {
    bottom: 48.2666666667vw;
    width: 55.2vw;
    height: 35.4666666667vw;
  }
}
.section-about .plug03 .svg-elem-1 {
  stroke-dashoffset: 674.1346435547px;
  stroke-dasharray: 674.1346435547px;
  transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.section-about .plug03.is-on .svg-elem-1 {
  stroke-dashoffset: 0;
}
.section-about {
  /* animation plug04 */
}
.section-about .plug04 {
  position: absolute;
  bottom: -6px;
  left: 19.3333333333%;
  width: 10.3333333333vw;
  max-width: 155px;
  height: 19.6vw;
  max-height: 294px;
}
@media screen and (max-width: 767px) {
  .section-about .plug04 {
    left: 20.5333333333vw;
    width: 14.1333333333vw;
    height: 27.2vw;
  }
}
.section-about .plug04 .svg-elem-1 {
  stroke-dashoffset: 85.700012207px;
  stroke-dasharray: 85.700012207px;
  fill: transparent;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.section-about .plug04.is-on .svg-elem-1 {
  stroke-dashoffset: 0;
}

/* Better Living */
.section-better .block-lead {
  padding: 130px 30px;
  border-top: 2px solid #393939;
}
@media screen and (max-width: 767px) {
  .section-better .block-lead {
    padding: 100px 27px;
  }
}
.section-better .block-lead .lead {
  margin-top: 40px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #393939;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .section-better .block-lead .lead {
    font-size: 16px;
  }
}
.section-better .block-lead .solution {
  margin-top: 6px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .section-better .block-lead .solution {
    font-size: 31px;
  }
}
.section-better .block-lead .caselist {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .section-better .block-lead .caselist {
    display: block;
    padding-inline: 8px;
  }
}
.section-better .block-lead .caselist .each {
  width: calc(50% - 20px);
  max-width: 306px;
}
@media screen and (max-width: 767px) {
  .section-better .block-lead .caselist .each {
    width: 100%;
    max-width: initial;
    margin-inline: auto;
  }
}
.section-better .block-lead .caselist .each .frame {
  position: relative;
  padding: 10px;
}
.section-better .block-lead .caselist .each .frame .img {
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 1s ease-out;
}
.section-better .block-lead .caselist .each .frame:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 39.2156862745%;
  height: 53.0303030303%;
  background: url(../img/frame_right_top.svg) no-repeat top right;
  background-size: contain;
}
.section-better .block-lead .caselist .each .frame:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 39.2156862745%;
  height: 53.0303030303%;
  background: url(../img/frame_left_bottom.svg) no-repeat bottom left;
  background-size: contain;
}
.section-better .block-lead .caselist .each .label {
  margin-top: 30px;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 1s ease-out;
}
.section-better .block-lead .caselist .each .label p {
  display: inline-block;
  padding: 8px 24px;
  border-radius: 100px;
  background: #76A29D;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.section-better .block-lead .caselist .each .label p span {
  font-family: "lato", sans-serif;
  font-weight: 700;
}
.section-better .block-lead .caselist .each .body {
  margin-top: 20px;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #393939;
  letter-spacing: 0.05em;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 1s ease-out;
}
@media screen and (max-width: 767px) {
  .section-better .block-lead .caselist .each:nth-of-type(2) {
    margin-top: 50px;
  }
}
.section-better .block-lead .caselist .each:nth-of-type(2) .frame .img {
  transition-delay: 0.4s;
}
.section-better .block-lead .caselist .each:nth-of-type(2) .label {
  transition-delay: 0.4s;
}
.section-better .block-lead .caselist .each:nth-of-type(2) .body {
  transition-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  .section-better .block-lead .caselist .each:nth-of-type(3) {
    margin-top: 50px;
  }
}
.section-better .block-lead .caselist .each:nth-of-type(3) .frame .img {
  transition-delay: 0.8s;
}
.section-better .block-lead .caselist .each:nth-of-type(3) .label {
  transition-delay: 0.8s;
}
.section-better .block-lead .caselist .each:nth-of-type(3) .body {
  transition-delay: 0.8s;
}
.section-better .block-lead .caselist .each.is-on .frame .img {
  opacity: 1;
  transform: translateY(0);
}
.section-better .block-lead .caselist .each.is-on .label {
  opacity: 1;
  transform: translateY(0);
}
.section-better .block-lead .caselist .each.is-on .body {
  opacity: 1;
  transform: translateY(0);
}
.section-better .block-case {
  position: relative;
  height: 300vh;
}
@media screen and (max-width: 767px) {
  .section-better .block-case {
    height: auto;
  }
}
.section-better .block-case .card {
  position: sticky;
  top: 0;
  display: block;
  width: 100%;
  height: calc(100vh - 40px);
  border-top: 2px solid #393939;
  border-bottom: 2px solid #393939;
  background: #F8F6F3;
  overflow: clip;
}
@media screen and (max-width: 767px) {
  .section-better .block-case .card {
    position: relative;
    height: auto;
  }
}
.section-better .block-case .card .label {
  position: absolute;
  top: 0;
  right: 50px;
  display: inline-block;
  width: 160px;
  padding: 11px 5px 15px;
  border-radius: 0 0 10px 10px;
  background: #76A29D;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .section-better .block-case .card .label {
    position: sticky;
    left: 100%;
    transform: translateX(-18px);
  }
}
.section-better .block-case .card .label span {
  font-family: "lato", sans-serif;
  font-weight: 700;
}
.section-better .block-case .card {
  /* animation plug01 */
}
.section-better .block-case .card .plug01 {
  position: absolute;
  left: 53.1690140845%;
  top: 9.8837209302%;
  width: 13.8666666667vw;
  max-width: 208px;
  height: 2vw;
  max-height: 30px;
}
@media screen and (max-width: 767px) {
  .section-better .block-case .card .plug01 {
    top: 19.2vw;
    left: 0;
    width: 41.6vw;
    height: 5.6vw;
  }
}
.section-better .block-case .card .plug01 .svg-elem-1 {
  stroke-dashoffset: 145.8000030518px;
  stroke-dasharray: 145.8000030518px;
  transition: stroke-dashoffset 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.section-better .block-case .card .plug01 .svg-elem-2 {
  stroke-dashoffset: 80.5602874756px;
  stroke-dasharray: 80.5602874756px;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
}
.section-better .block-case .card .plug01 .svg-elem-3 {
  stroke-dashoffset: 80.560295105px;
  stroke-dasharray: 80.560295105px;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
}
.section-better .block-case .card {
  /* animation plug02 */
}
.section-better .block-case .card .plug02 {
  position: absolute;
  right: 0;
  bottom: 9.8837209302%;
  width: 34.0666666667vw;
  max-width: 511px;
  height: 3.0666666667vw;
  max-height: 46px;
}
@media screen and (max-width: 767px) {
  .section-better .block-case .card .plug02 {
    right: -21vw;
    bottom: 9.0666666667vw;
    width: 100vw;
    height: 10.1333333333vw;
  }
}
.section-better .block-case .card .plug02 .svg-elem-1 {
  stroke-dashoffset: 450.8053588867px;
  stroke-dasharray: 450.8053588867px;
  transition: stroke-dashoffset 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.section-better .block-case .card .plug02 .svg-elem-2 {
  stroke-dashoffset: 80.560218811px;
  stroke-dasharray: 80.560218811px;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
}
.section-better .block-case .card .plug02 .svg-elem-3 {
  stroke-dashoffset: 80.5602264404px;
  stroke-dasharray: 80.5602264404px;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
}
.section-better .block-case .card .inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: 30px;
  width: 100%;
  height: 100%;
  padding: 40px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .section-better .block-case .card .inner {
    display: block;
    padding: 116px 35px 82px;
  }
}
.section-better .block-case .card .inner .box-main {
  position: relative;
  width: 53.8732394366%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.section-better .block-case .card .inner .box-main:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #76A29D;
  clip-path: inset(0 0 0 0);
  z-index: 2;
  transition: clip-path 0.5s;
}
@media screen and (max-width: 767px) {
  .section-better .block-case .card .inner .box-main {
    width: 100%;
    height: auto;
    aspect-ratio: 304/310;
    margin-top: 30px;
  }
}
.section-better .block-case .card .inner .box-main img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.section-better .block-case .card .inner .box-main.is-on:after {
  clip-path: inset(0 0 100% 0);
}
.section-better .block-case .card .inner .box-info {
  width: 44.014084507%;
}
@media screen and (max-width: 767px) {
  .section-better .block-case .card .inner .box-info {
    width: 100%;
  }
}
.section-better .block-case .card .inner .info {
  width: 100%;
  max-width: 422px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .section-better .block-case .card .inner .info {
    width: 100%;
    max-width: initial;
  }
}
.section-better .block-case .card .inner .category {
  font-family: "lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #393939;
  letter-spacing: 0.03em;
}
.section-better .block-case .card .inner .category .bracket {
  position: relative;
  display: inline-block;
  padding: 5px 27px;
}
.section-better .block-case .card .inner .category .bracket:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 9px;
  height: 30px;
  background: url(../img/bracket_before.svg) no-repeat center center;
  background-size: contain;
}
.section-better .block-case .card .inner .category .bracket:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 9px;
  height: 30px;
  background: url(../img/bracket_after.svg) no-repeat center center;
  background-size: contain;
}
.section-better .block-case .card .inner .copy {
  margin-top: 20px;
  line-height: 1.65;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #393939;
  letter-spacing: 0.03em;
}
.section-better .block-case .card .inner .desc {
  margin-top: 20px;
  line-height: 1.8;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #393939;
  letter-spacing: 0.03em;
}
.section-better .block-case .card .inner .image {
  margin-top: 45px;
}
.section-better .block-case .card .inner .images {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}
.section-better .block-case .card .inner .images figure {
  display: block;
  width: 45.0236966825%;
}
.section-better .block-case .card .inner .images figure img {
  border-radius: 10px;
}
.section-better .block-case .card .inner .images figcaption {
  margin-top: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #393939;
  letter-spacing: 0.03em;
}
.section-better .block-case .card:nth-child(n+2) {
  top: 40px;
}
@media screen and (max-width: 767px) {
  .section-better .block-case .card:nth-child(n+2) {
    top: initial;
    margin-top: 20px;
  }
}
.section-better .block-case .card.is-on .plug01 .svg-elem-1,
.section-better .block-case .card.is-on .plug01 .svg-elem-2,
.section-better .block-case .card.is-on .plug01 .svg-elem-3 {
  stroke-dashoffset: 0;
}
.section-better .block-case .card.is-on {
  /* animation plug02 */
}
.section-better .block-case .card.is-on .plug02 .svg-elem-1,
.section-better .block-case .card.is-on .plug02 .svg-elem-2,
.section-better .block-case .card.is-on .plug02 .svg-elem-3 {
  stroke-dashoffset: 0;
}

/* Products */
.section-products {
  padding: 200px 0 0;
}
@media screen and (max-width: 767px) {
  .section-products {
    padding: 100px 0 0;
  }
}
.section-products .inner.inner02 {
  position: relative;
  padding-top: 120px;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .section-products .inner.inner02 {
    padding-top: 60px;
    margin-top: 60px;
  }
}
.section-products .inner.inner02:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: radial-gradient(circle 1px at left center, #393939 100%, transparent 100%) left center/22px 2px repeat-x, repeating-linear-gradient(to right, #393939 0 9px, transparent 9px 22px);
  background-size: 22px 2px, 22px 2px;
}
.section-products .block-tab {
  position: relative;
  max-width: 850px;
  margin-inline: auto;
  margin-top: 80px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .section-products .block-tab {
    width: calc(100% - 36px);
    gap: 14px;
    margin-top: 40px;
    padding-inline: 18px;
  }
}
.section-products .block-tab:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  border-radius: 100px;
  background: #393939;
}
.section-products .block-tab button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 15px);
  max-width: 330px;
  height: 68px;
  border-radius: 10px 10px 0 0;
  border-left: 2px solid transparent;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: none;
  background: rgba(118, 162, 157, 0.4);
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 19px;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .section-products .block-tab button {
    width: calc(50% - 7px);
    height: 51px;
    font-size: 13px;
    font-feature-settings: "palt";
  }
}
.section-products .block-tab button.is-current {
  border-left: 2px solid #393939;
  border-top: 2px solid #393939;
  border-right: 2px solid #393939;
  border-bottom: none;
  background: #fff;
  color: #393939;
}
.section-products .block-tab button.is-current:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #fff;
}
.section-products .block-tab button.coming {
  color: #919191;
  padding-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .section-products .block-tab button.coming {
    padding-bottom: 8px;
  }
}
.section-products .block-tab button.coming .badge {
  position: absolute;
  top: -60px;
  right: -40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #76A29D;
  line-height: 1.25;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  transition-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  .section-products .block-tab button.coming .badge {
    top: -40px;
    right: -16px;
    width: 54px;
    font-size: 12px;
  }
}
.section-products .block-tab button.coming:after {
  content: "Coming Soon";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100%;
  text-align: center;
  font-family: "lato", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .section-products .block-tab button.coming:after {
    bottom: 5px;
    font-size: 11px;
  }
}
.section-products .block-content {
  margin-top: 90px;
}
.section-products .block-content .heading {
  position: relative;
}
.section-products .block-content .heading .plug01 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 606px;
  max-width: calc(100% - 36px);
  transform: translateX(-50%);
}
.section-products .block-content .heading .plug01 .svg-elem-1 {
  stroke-dashoffset: 37.3001747131px;
  stroke-dasharray: 37.3001747131px;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.section-products .block-content .heading .plug01 .svg-elem-2 {
  stroke-dashoffset: 737.5841064453px;
  stroke-dasharray: 737.5841064453px;
  transition: stroke-dashoffset 0.8s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s;
}
.section-products .block-content .heading .plug01 .svg-elem-3 {
  stroke-dashoffset: 64.2412490845px;
  stroke-dasharray: 64.2412490845px;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}
.section-products .block-content .heading .plug01 .svg-elem-4 {
  stroke-dashoffset: 64.2412757874px;
  stroke-dasharray: 64.2412757874px;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}
.section-products .block-content .heading .plug01.is-on .svg-elem-1,
.section-products .block-content .heading .plug01.is-on .svg-elem-2,
.section-products .block-content .heading .plug01.is-on .svg-elem-3,
.section-products .block-content .heading .plug01.is-on .svg-elem-4 {
  stroke-dashoffset: 0;
}
.section-products .block-content .heading .en {
  position: relative;
  text-align: center;
  font-family: "lato", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #393939;
  z-index: 2;
}
.section-products .block-content .heading .ja {
  position: relative;
  margin-top: 9px;
  padding-bottom: 25px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #393939;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .section-products .block-content .heading .ja {
    font-size: 30px;
  }
}
.section-products .block-content .heading .ja:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 10px);
  width: 20px;
  height: 5px;
  border-radius: 100px;
  background: #393939;
}
.section-products .block-content .heading .lead {
  position: relative;
  margin-top: 20px;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #393939;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .section-products .block-content .heading .lead {
    margin-top: 15px;
    font-size: 16px;
  }
}
.section-products .block-content .inner {
  position: relative;
  width: calc(100% - 70px);
  max-width: 1000px;
  margin-inline: auto;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .section-products .block-content .inner {
    margin-top: 50px;
  }
}
.section-products .block-content .box-main {
  position: relative;
}
.section-products .block-content .background {
  position: absolute;
  left: calc(-50vw + 50%);
  top: 0;
  width: calc(50vw + 50% - 440px);
  height: 100%;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .section-products .block-content .background {
    position: relative;
    width: 100vw;
    aspect-ratio: 375/278;
    border-radius: 0;
    margin-top: 60px;
  }
}
.section-products .block-content .background img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-products .block-content .background.-reverse {
  left: initial;
  right: calc(-50vw + 50%);
  border-radius: 20px 0 0 20px;
}
.section-products .block-content .product-main {
  max-width: 360px;
  margin-left: auto;
}
.section-products .block-content .product-main.-reverse {
  margin-right: auto;
  margin-left: initial;
}
.section-products .block-content .product-main .copy {
  line-height: 1.65;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .section-products .block-content .product-main .copy {
    font-size: 23px;
  }
}
.section-products .block-content .product-main .product-img-cable {
  position: relative;
  max-width: 360px;
  aspect-ratio: 698/866;
  margin-inline: auto;
  margin-top: 35px;
}
.section-products .block-content .product-main .product-img-cable img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}
.section-products .block-content .product-main .product-img-cable img.is-current {
  opacity: 1;
}
.section-products .block-content .product-main .product-img-cable02 {
  position: relative;
  width: 217px;
  aspect-ratio: 534/862;
  margin-inline: auto;
  margin-top: 35px;
}
.section-products .block-content .product-main .product-img-cable02 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-products .block-content .product-main .product-img-cable02 img.is-current {
  opacity: 1;
}
.section-products .block-content .product-main .product-colors {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  margin-top: 18px;
}
.section-products .block-content .product-main .product-colors button {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #000;
  cursor: pointer;
}
.section-products .block-content .product-main .product-colors button.black {
  background: #000;
}
.section-products .block-content .product-main .product-colors button.silver {
  background: linear-gradient(-45deg, #aaaaaa, #F0F0F0);
  border: none;
}
.section-products .block-content .product-main .product-colors button.white {
  background: #fff;
}
.section-products .block-content .product-main .product-colors button.face {
  background: url(../img/color_face.svg) no-repeat center center;
  background-size: contain;
}
.section-products .block-content .product-main .product-colors button.is-current:before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background: url(../img/color_current.svg) no-repeat center center;
  background-size: contain;
}
.section-products .block-content .product-main .note {
  margin-top: 18px;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.4;
  font-size: 14px;
  font-weight: 400;
}
.section-products .block-content .product-features {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .section-products .block-content .product-features {
    margin-top: 60px;
  }
}
.section-products .block-content .product-features .tabs {
  position: relative;
  max-width: 720px;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.section-products .block-content .product-features .tabs:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 100%;
  height: 4px;
  background: #E8E8E8;
}
.section-products .block-content .product-features .tabs .tab {
  position: relative;
  flex: 1;
  display: inline-block;
  padding-bottom: 34px;
  background: none;
  border: none;
  cursor: pointer;
}
.section-products .block-content .product-features .tabs .tab:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 100%;
  height: 4px;
  border-radius: 100px;
  background: #76A29D;
  opacity: 0;
  transition: opacity 0.3s;
}
.section-products .block-content .product-features .tabs .tab:after {
  content: "";
  position: absolute;
  left: calc(50% - 7px);
  bottom: -4px;
  width: 14px;
  height: 18px;
  background: #76A29D;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  opacity: 0;
  transition: opacity 0.3s;
}
.section-products .block-content .product-features .tabs .tab.is-current:before, .section-products .block-content .product-features .tabs .tab.is-current:after, .section-products .block-content .product-features .tabs .tab:hover:before, .section-products .block-content .product-features .tabs .tab:hover:after {
  opacity: 1;
}
.section-products .block-content .product-features .tabs .tab .watt {
  font-size: 20px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
  color: #393939;
}
.section-products .block-content .product-features .tabs .tab .series {
  font-size: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
  color: #393939;
}
@media screen and (max-width: 767px) {
  .section-products .block-content .product-features .tabs .tab .series {
    margin-top: 3px;
    font-size: 14px;
  }
}
.section-products .block-content .product-features .content-tab {
  display: none;
}
.section-products .block-content .product-features .content-tab.is-current {
  display: block;
}
.section-products .block-content .product-features .list {
  display: flex;
  justify-content: space-between;
  gap: 42px;
}
@media screen and (max-width: 767px) {
  .section-products .block-content .product-features .list {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.section-products .block-content .product-features .list .each {
  width: calc(33.333% - 28px);
}
@media screen and (max-width: 767px) {
  .section-products .block-content .product-features .list .each {
    width: 100%;
  }
}
.section-products .block-content .product-features .list .each .frame {
  position: relative;
  padding: 10px;
}
.section-products .block-content .product-features .list .each .frame:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 39.2156862745%;
  height: 53.0303030303%;
  background: url(../img/frame_right_top.svg) no-repeat top right;
  background-size: contain;
}
.section-products .block-content .product-features .list .each .frame:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 39.2156862745%;
  height: 53.0303030303%;
  background: url(../img/frame_left_bottom.svg) no-repeat bottom left;
  background-size: contain;
}
.section-products .block-content .product-features .list .each .frame .img {
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 1s ease-out;
}
.section-products .block-content .product-features .list .each .lead {
  margin-top: 25px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #393939;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 1s ease-out;
}
.section-products .block-content .product-features .list .each .body {
  margin-top: 8px;
  line-height: 1.8;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #393939;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 1s ease-out;
}
.section-products .block-content .product-features .list .each:nth-of-type(2) .frame .img {
  transition-delay: 0.4s;
}
.section-products .block-content .product-features .list .each:nth-of-type(2) .lead {
  transition-delay: 0.4s;
}
.section-products .block-content .product-features .list .each:nth-of-type(2) .body {
  transition-delay: 0.4s;
}
.section-products .block-content .product-features .list .each:nth-of-type(3) .frame .img {
  transition-delay: 0.8s;
}
.section-products .block-content .product-features .list .each:nth-of-type(3) .lead {
  transition-delay: 0.8s;
}
.section-products .block-content .product-features .list .each:nth-of-type(3) .body {
  transition-delay: 0.8s;
}
.section-products .block-content .product-features .list .each.is-on .frame .img {
  opacity: 1;
  transform: translateY(0);
}
.section-products .block-content .product-features .list .each.is-on .lead {
  opacity: 1;
  transform: translateY(0);
}
.section-products .block-content .product-features .list .each.is-on .body {
  opacity: 1;
  transform: translateY(0);
}
.section-products .block-content .product-features .list .heading-common {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #393939;
  letter-spacing: 0.05em;
}
.section-products .block-content .product-lineup {
  margin-top: 80px;
}
.section-products .block-content .product-lineup .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .section-products .block-content .product-lineup .list {
    gap: 27px;
  }
}
.section-products .block-content .product-lineup .list .each {
  position: relative;
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .section-products .block-content .product-lineup .list .each {
    width: 100%;
  }
}
.section-products .block-content .product-lineup .list .each:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 82.4742268041%;
  aspect-ratio: 400/158;
  background: url(../img/frame_lineup_right_top.svg) no-repeat top right;
  background-size: contain;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .section-products .block-content .product-lineup .list .each:before {
    background: url(../img/frame_lineup_right_top_sp.png) no-repeat top right;
    background-size: contain;
    width: 81.9672131148%;
    height: 67.4242424242%;
    aspect-ratio: auto;
  }
}
.section-products .block-content .product-lineup .list .each:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 82.4742268041%;
  aspect-ratio: 400/158;
  background: url(../img/frame_lineup_left_bottom.svg) no-repeat bottom left;
  background-size: contain;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .section-products .block-content .product-lineup .list .each:after {
    background: url(../img/frame_lineup_left_bottom_sp.svg) no-repeat bottom left;
    background-size: contain;
    width: 81.9672131148%;
    height: 67.4242424242%;
    aspect-ratio: auto;
  }
}
.section-products .block-content .product-lineup .list .each a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  background: #F8F6F3;
  padding: 20px 20px 20px 23px;
  transition: background-color 0.3s;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .section-products .block-content .product-lineup .list .each a {
    flex-direction: row-reverse;
    align-items: flex-start;
    width: 100%;
    padding: 25px;
  }
}
.section-products .block-content .product-lineup .list .each a .img {
  width: 88px;
}
@media screen and (max-width: 767px) {
  .section-products .block-content .product-lineup .list .each a .img {
    position: absolute;
    right: 25px;
    top: 25px;
    width: calc(100% - 230px);
    height: 100%;
    max-height: calc(100% - 50px - 28px);
  }
  .section-products .block-content .product-lineup .list .each a .img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.section-products .block-content .product-lineup .list .each a .text {
  width: calc(100% - 145px);
}
@media screen and (max-width: 767px) {
  .section-products .block-content .product-lineup .list .each a .text {
    width: 185px;
    margin-right: auto;
  }
}
.section-products .block-content .product-lineup .list .each a .text .name {
  line-height: 1.68;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #393939;
  letter-spacing: 0.05em;
}
.section-products .block-content .product-lineup .list .each a .text .body {
  margin-top: 8px;
  line-height: 1.6;
  text-align: left;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #393939;
  letter-spacing: -0.02em;
}
.section-products .block-content .product-lineup .list .each a .text .shape {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
}
.section-products .block-content .product-lineup .list .each a .arrow {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #76A29D;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .section-products .block-content .product-lineup .list .each a .arrow {
    position: absolute;
    right: 25px;
    bottom: 25px;
  }
}
.section-products .block-content .product-lineup .list .each a .arrow img {
  position: absolute;
  top: calc(50% - 5.5px);
  left: calc(50% - 9.5px);
  width: 19px;
  height: 11px;
}
@keyframes arrow_lineup {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(40px);
  }
  51% {
    transform: translateX(-40px);
  }
  100% {
    transform: translateX(0);
  }
}
@media (hover: hover) {
  .section-products .block-content .product-lineup .list .each a:hover {
    background: #EFE9E1;
  }
  .section-products .block-content .product-lineup .list .each a:hover .arrow img {
    animation: arrow_lineup 0.4s linear forwards;
  }
}
@media (hover: none) {
  .section-products .block-content .product-lineup .list .each a:active {
    background: #EFE9E1;
  }
  .section-products .block-content .product-lineup .list .each a:active .arrow img {
    animation: arrow_lineup 0.4s linear forwards;
  }
}

.section-spec {
  margin-top: 200px;
  padding: 100px 0 75px;
  border-top: 2px solid #393939;
  border-bottom: 2px solid #393939;
  background: #F8F6F3;
}
.section-spec .inner {
  position: relative;
  width: calc(100% - 70px);
  max-width: 1000px;
  margin-inline: auto;
}
.section-spec .heading-section {
  margin-bottom: 40px;
}
.section-spec .spec-slider {
  margin: 0 -20px;
}
@media screen and (max-width: 767px) {
  .section-spec .spec-slider {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-spec .spec-slider .swiper-wrapper {
    display: block;
  }
}
.section-spec .spec-slider .each {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .section-spec .spec-slider .each {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}
.section-spec .spec-slider .each .frame {
  position: relative;
  padding: 10px;
}
.section-spec .spec-slider .each .frame .img {
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 1s ease-out;
}
.section-spec .spec-slider .each .frame:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 39.2156862745%;
  height: 53.0303030303%;
  background: url(../img/frame_right_top.svg) no-repeat top right;
  background-size: contain;
}
.section-spec .spec-slider .each .frame:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 39.2156862745%;
  height: 53.0303030303%;
  background: url(../img/frame_left_bottom.svg) no-repeat bottom left;
  background-size: contain;
}
.section-spec .spec-slider .each .name {
  margin-top: 25px;
  line-height: 1.8;
  font-size: 18px;
  font-weight: 500;
  color: #393939;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.section-spec .spec-slider .each .desc {
  margin-top: 10px;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
  color: #393939;
  font-family: "Zen Maru Gothic", sans-serif;
}
.section-spec .spec-slider .each .note {
  line-height: 1.8;
  font-size: 13px;
  color: #393939;
  font-family: "Zen Maru Gothic", sans-serif;
}
.section-spec .spec-slider.is-on .each:nth-of-type(2) .frame .img {
  transition-delay: 0.2s;
}
.section-spec .spec-slider.is-on .each:nth-of-type(3) .frame .img {
  transition-delay: 0.4s;
}
.section-spec .spec-slider.is-on .frame .img {
  opacity: 1;
  transform: translateY(0);
}
.section-spec .spec-slider .swiper-button-next,
.section-spec .spec-slider .swiper-button-prev {
  top: 120px;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .section-spec .spec-slider .swiper-button-next,
  .section-spec .spec-slider .swiper-button-prev {
    display: none;
  }
}
.section-spec .spec-slider .swiper-button-next svg,
.section-spec .spec-slider .swiper-button-prev svg {
  display: none;
}
.section-spec .spec-slider .swiper-button-next .arrow,
.section-spec .spec-slider .swiper-button-prev .arrow {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #76A29D;
  overflow: hidden;
}
.section-spec .spec-slider .swiper-button-next .arrow img,
.section-spec .spec-slider .swiper-button-prev .arrow img {
  position: absolute;
  top: calc(50% - 5.5px);
  left: calc(50% - 9.5px);
  width: 19px;
  height: 11px;
}
.section-spec .spec-slider .swiper-button-next {
  right: -40px;
}
@media (hover: hover) {
  .section-spec .spec-slider .swiper-button-next:hover .arrow img {
    animation: arrow_next 0.4s linear forwards;
  }
}
@media (hover: none) {
  .section-spec .spec-slider .swiper-button-next:active .arrow img {
    animation: arrow_next 0.4s linear forwards;
  }
}
.section-spec .spec-slider .swiper-button-prev {
  left: -40px;
}
@media (hover: hover) {
  .section-spec .spec-slider .swiper-button-prev:hover .arrow img {
    animation: arrow_prev 0.4s linear forwards;
  }
}
@media (hover: none) {
  .section-spec .spec-slider .swiper-button-prev:active .arrow img {
    animation: arrow_prev 0.4s linear forwards;
  }
}
@keyframes arrow_next {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(40px);
  }
  51% {
    transform: translateX(-40px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes arrow_prev {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-40px);
  }
  51% {
    transform: translateX(40px);
  }
  100% {
    transform: translateX(0);
  }
}

/* アニメーション */
.ani-fadeIn {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 1s ease-out;
}
.ani-fadeIn.is-on {
  opacity: 1;
  transform: translateY(0);
}

.ani-oneLetter {
  overflow: clip;
}
.ani-oneLetter span {
  display: inline-block;
  opacity: 0;
  transform: translateY(50%);
  transition: opacity 0.6s, transform 0.6s;
}
.ani-oneLetter.is-on span {
  opacity: 1;
  transform: translateY(0);
}
.ani-oneLetter.is-on span:nth-child(1) {
  transition-delay: 0s;
}
.ani-oneLetter.is-on span:nth-child(2) {
  transition-delay: 0.05s;
}
.ani-oneLetter.is-on span:nth-child(3) {
  transition-delay: 0.1s;
}
.ani-oneLetter.is-on span:nth-child(4) {
  transition-delay: 0.15s;
}
.ani-oneLetter.is-on span:nth-child(5) {
  transition-delay: 0.2s;
}
.ani-oneLetter.is-on span:nth-child(6) {
  transition-delay: 0.25s;
}
.ani-oneLetter.is-on span:nth-child(7) {
  transition-delay: 0.3s;
}
.ani-oneLetter.is-on span:nth-child(8) {
  transition-delay: 0.35s;
}
.ani-oneLetter.is-on span:nth-child(9) {
  transition-delay: 0.4s;
}
.ani-oneLetter.is-on span:nth-child(10) {
  transition-delay: 0.45s;
}
.ani-oneLetter.is-on span:nth-child(11) {
  transition-delay: 0.5s;
}
.ani-oneLetter.is-on span:nth-child(12) {
  transition-delay: 0.55s;
}
.ani-oneLetter.is-on span:nth-child(13) {
  transition-delay: 0.6s;
}
.ani-oneLetter.is-on span:nth-child(14) {
  transition-delay: 0.65s;
}
.ani-oneLetter.is-on span:nth-child(15) {
  transition-delay: 0.7s;
}
.ani-oneLetter.is-on span:nth-child(16) {
  transition-delay: 0.75s;
}
.ani-oneLetter.is-on span:nth-child(17) {
  transition-delay: 0.8s;
}
.ani-oneLetter.is-on span:nth-child(18) {
  transition-delay: 0.85s;
}
.ani-oneLetter.is-on span:nth-child(19) {
  transition-delay: 0.9s;
}
.ani-oneLetter.is-on span:nth-child(20) {
  transition-delay: 0.95s;
}
.ani-oneLetter.is-on span:nth-child(21) {
  transition-delay: 1s;
}
.ani-oneLetter.is-on span:nth-child(22) {
  transition-delay: 1.05s;
}
.ani-oneLetter.is-on span:nth-child(23) {
  transition-delay: 1.1s;
}
.ani-oneLetter.is-on span:nth-child(24) {
  transition-delay: 1.15s;
}
.ani-oneLetter.is-on span:nth-child(25) {
  transition-delay: 1.2s;
}
.ani-oneLetter.is-on span:nth-child(26) {
  transition-delay: 1.25s;
}
.ani-oneLetter.is-on span:nth-child(27) {
  transition-delay: 1.3s;
}
.ani-oneLetter.is-on span:nth-child(28) {
  transition-delay: 1.35s;
}
.ani-oneLetter.is-on span:nth-child(29) {
  transition-delay: 1.4s;
}
.ani-oneLetter.is-on span:nth-child(30) {
  transition-delay: 1.45s;
}

.ani-border {
  position: relative;
  padding-bottom: 18px;
  text-align: center;
}
.ani-border:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 40px);
  width: 80px;
  height: 5px;
  border-radius: 100px;
  background: #393939;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.8s;
}
.ani-border.is-on:after {
  clip-path: inset(0 0 0 0);
}

.l-footer {
  background-color: var(--color-gray-lightest);
  padding: 200px 20px 64px;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 100px 16px 58px;
  }
}
.l-footer .banners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-inline: auto;
  max-width: 1200px;
  gap: 30px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .l-footer .banners {
    width: 100%;
    margin-inline: auto;
    gap: 20px;
    margin-top: 40px;
  }
}
.l-footer .banner {
  transition: opacity 0.3s;
  flex: 0 0 100%;
}
.l-footer .banner.col-3 {
  flex: 0 0 calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  .l-footer .banner.col-3 {
    flex: 0 0 100%;
  }
}
.l-footer .banner:hover {
  opacity: 0.7;
}
.l-footer .border {
  border-bottom: 1px dashed var(--color-gray-light);
  height: 1px;
  margin-inline: auto;
  margin-top: 72px;
  max-width: 1128px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer .border {
    margin-top: 24px;
  }
}
.l-footer .sns {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .l-footer .sns {
    margin-top: 80px;
  }
}
.l-footer .sns .sectitle {
  text-align: center;
  color: #393939;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-weight: 700;
}
.l-footer .sns .body {
  margin-top: 18px;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  color: #393939;
}
@media screen and (max-width: 767px) {
  .l-footer .sns .body {
    font-size: 16px;
  }
}
.l-footer .links {
  display: flex;
  justify-content: space-between;
  max-width: 436px;
  margin-inline: auto;
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  .l-footer .links {
    gap: 16px;
    flex-wrap: wrap;
    max-width: 222px;
  }
}
.l-footer .link {
  transition: opacity 0.3s;
}
.l-footer .link:hover {
  opacity: 0.7;
}
.l-footer .logo {
  margin-top: 144px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-footer .logo {
    margin-top: 80px;
  }
}
.l-footer .copyright {
  display: block;
  margin-top: 15px;
  font-size: 12px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.scroll-overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #fff;
  pointer-events: none;
  transition: opacity 0.5s ease;
  z-index: 9999;
}
.scroll-overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}/*# sourceMappingURL=local.css.map */