@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*add reset styles*/
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

/*Break Point
------------------------------*/
/*font
---------------------------------*/
/*color
---------------------------------*/
/* Text Reveal Animation
------------------------------------------------*/
@-webkit-keyframes textAnime_w {
  0% {
    color: transparent;
    background: transparent;
  }
  50% {
    color: transparent;
    background: transparent;
  }
  51% {
    color: #161616;
    background: #fff;
  }
  100% {
    color: #161616;
    background: #fff;
  }
}
@keyframes textAnime_w {
  0% {
    color: transparent;
    background: transparent;
  }
  50% {
    color: transparent;
    background: transparent;
  }
  51% {
    color: #161616;
    background: #fff;
  }
  100% {
    color: #161616;
    background: #fff;
  }
}
@-webkit-keyframes barAnime {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  68% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@keyframes barAnime {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  68% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
.u-reveal-mask {
  position: relative;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  opacity: 0;
  /* Black bar element */
}
.u-reveal-mask::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #000;
}
.u-reveal-mask.is-active {
  opacity: 1;
  -webkit-animation: textAnime_w 1s forwards;
          animation: textAnime_w 1s forwards;
}
.u-reveal-mask.is-active::before {
  -webkit-animation: barAnime 1s forwards;
          animation: barAnime 1s forwards;
}

body {
  color: #40220f;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  overflow-x: clip;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

main {
  background-color: #f7f8f8;
}

.mv {
  position: relative;
  margin-bottom: 80px;
}

.header__icon-white {
  display: none !important;
}

.search {
  position: relative;
  margin: 0 auto;
  padding-block: 20px;
  width: 90%;
}

.point-img {
  margin-top: -80px;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}

.section-heading {
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
  font-size: 26px;
}

.section-sub-copy {
  position: relative;
  margin-top: 15px;
  padding-top: 15px;
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-weight: bold;
}
.section-sub-copy::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 110%;
}
.section-sub-copy.-bar_narrow::before {
  width: 60%;
}

.section-copy {
  text-align: center;
  font-size: 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 10px;
  font-weight: bold;
}

.section-sub-heading {
  padding-top: 20px;
  margin-top: 20px;
  position: relative;
  font-size: 17px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.section-sub-heading::before {
  content: "";
  display: block;
  height: 1px;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
}

.section-text {
  text-align: center;
  font-size: 13px;
  line-height: 2;
  margin-top: 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.section-text.-mt-minus {
  margin-top: -30px;
}
.section-text.-tal {
  text-align: left;
}
.section-text.-weight_bold {
  font-weight: bold;
}

.section-text2 {
  font-size: 12px;
  line-height: 1.75;
  margin-top: 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.and {
  position: absolute;
  top: 50px;
  left: 60%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
  z-index: -1;
}

.intro {
  background-color: #c0e1ca;
  z-index: 0;
  padding-top: 20px;
}
.intro.-lakole {
  background-color: #b0d6eb;
}
.intro.-lepsim {
  background-color: #e4cbbe;
}
.intro.-niko {
  background-color: #f8c5ac;
}
.intro.-clip {
  background-color: #bebcd6;
}

.intro__num {
  width: 50%;
  position: absolute;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 85px;
}

.intro__visual {
  margin-top: 30px;
}
.intro__visual.-lakole {
  width: 100%;
  max-width: 700px;
  margin-top: -40px;
}
@media print, screen and (min-width: 701px) {
  .intro__visual.-lakole {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.intro__visual.-lepsim {
  width: 100%;
  max-width: 700px;
  margin-top: -40px;
}
@media print, screen and (min-width: 701px) {
  .intro__visual.-lepsim {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.intro__visual.-niko {
  width: 89vw;
  max-width: 700px;
  margin-top: 30px;
}
@media print, screen and (min-width: 701px) {
  .intro__visual.-niko {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.intro__visual.-clip {
  width: 90vw;
  max-width: 700px;
  margin-top: -40px;
}
@media print, screen and (min-width: 701px) {
  .intro__visual.-clip {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media print, screen and (min-width: 701px) {
  .intro__visual.-lakole, .intro__visual.-lepsim, .intro__visual.-niko, .intro__visual.-clip {
    width: 100%;
    margin-inline: auto;
  }
}
.brand {
  border-radius: 30px;
  background-color: #fff;
  margin-top: 40px;
  padding: 20px 30px;
}

.brand__tag {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
}

.gw {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
}

.lakole {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
}

.niko {
  margin-top: 30px;
}

.clip {
  margin-top: 30px;
}

.scene {
  width: 250px;
  -webkit-transform: translateX(85px);
          transform: translateX(85px);
  margin-top: -40px;
}

.copy {
  font-size: 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
  margin-top: 40px;
}
.copy.-tar {
  text-align: right;
}
.copy.-wagaya4 {
  text-align: right;
  margin-top: 30px;
  font-size: 18px;
}
.copy.-kuokka {
  margin-top: -30px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.copy.-kuokka img {
  width: 60px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.image-photo {
  margin-top: 50px;
}
.image-photo.-right {
  margin-right: -20px;
}
.image-photo.-left {
  margin-left: -20px;
}

.img-margin {
  margin-top: 30px;
}

.common-slider-section.-first {
  display: none;
}

.second-slider-section {
  margin-top: 0;
}