main {
  letter-spacing: 0;
}

.l-section {
  padding: 100px 0;
}

.wrapper {
  width: 1280px;
  min-width: 1280px;
  margin: 0 auto;
  padding: 0 36px;
}


/* FV */
#main_v {
  position: relative;
  margin-top: 100px;
  background-color: #000;
}

#fv-video {
  width: 100%;
  height: auto;
}

.video_wrapper {
  position: relative;
}
.video_wrapper:not(.js_active)::before {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
}
.video_wrapper:not(.js_active)::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 60px;
    height: 60px;
    background-image: url(../img/loading.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    animation: rotate360 2s linear infinite;
}
@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.sound-control {
  position: absolute;
  right: 5%;
  bottom: 5%;
  z-index: 2;
}

.sound-button {
  width: 60px;
  height: 60px;
  cursor: pointer;

}

#toggleSound-1 {
  background-size: cover;
  background-position: center;
  background-image: url(../img/audio-03-off.png);
  background-repeat: no-repeat;
}

#toggleSound-1.active {
  background-image: url(../img/audio-03-on.png);
}

.bg {
  min-width: 1280px;
}

@media screen and (max-width: 767px) {
  #main_v {
    margin-top: 64px;
    padding-bottom: 0;
  }

  #main_v .wrapper {
    width: 100%;
    padding: 0;
  }

  .bg {
    min-width: 100%;
  }

  .sound-button {
    width: 30px;
    height: 30px;
  }
  .video_wrapper:not(.js_active)::after {
    top: 41%;
    left: 44%;
    width: 45px;
    height: 45px;
}
}

/* MEASURE */
.bg_gradient_yoko {
  background: linear-gradient(to right, #ced2d6 0%, #c2c6c9 50%, #8e92a1 100%);
}

.measure-box {
  position: relative;
}

.measure-mainimg {
  position: sticky;
}

.measure-mainimg {
  top: 5%;
}

.measure-mainimg {
  z-index: 1;
}

.measure-main-relative {
  position: relative;
  overflow: hidden;
}

.measure-left-txt,
.measure-right-txt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.measure-right-light,
.measure-left-light {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.fadeLeftTrigger,
.fadeRightTrigger,
.fadeInTrigger,
.fadeInTrigger2 {
  opacity: 0;
}

.heigh_box {
  height: 500px;
}

#box-1px {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 75%;
}

/* アニメーション */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-50%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1.2s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(50%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 0.5s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.measure-right-txt.fadeRight{
  animation-delay: 0.7s;
}
.measure-right-light.fadeIn{
  animation-delay: 1s;
}

@media (min-width: 768px) and (max-width: 1441px) {
  .measure-box {
    width: 70%;
    margin: 0 auto;
  }
  .measure-left-txt,
  .measure-right-txt {
    width: 85%;
  }
  .measure-right-txt {
    margin-left: 6%;
  }
}

@media screen and (max-width: 767px) {

  .heigh_box {
    height: 40vh;
  }

  @keyframes fadeLeftAnime {
    from {
      opacity: 0;
      transform: translateY(50%);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes fadeRightAnime {
    from {
      opacity: 0;
      transform: translateY(50%);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

/* POINT */
#point .wrapper {
  position: relative;
  height: 6100px;
}

#point.l-section {
  padding: 0 0 100px 0;
}

.point-container {
  position: sticky;
  width: 380px;
  top: 300px;
  z-index: 1;
}

.bg_light_grey {
  background-color: #f5f5f5;
}

.point-title {
  font-size: 46px;
  text-align: center;
  font-weight: normal;
  color: #000;
  padding-top: 100px;
  margin-bottom: 380px;
}


.point-fixed-inner {
  position: absolute;
  top: 345px;
  width: 1066px;
}

.point-fixed-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 220px;
}

.circle-box {
  position: relative;
}

.circle-img {
  position: relative;
  width: 380px;
  z-index: 99;
}

.circle-content {
  position: sticky;
  top: 150px;
}

.circle {
  position: relative;
  padding: 97px 0;
  width: 257px;
}
/* .circle::after {
  position: absolute;
  content: '';
  width: 257px;
  height: 257px;
  background-image: url(../img/point-circle.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  filter: brightness(80%);
} */
.circle-num {
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  font-size: 100px;
  font-weight: 500;
  font-style: italic;
  text-align: center;
  color: #fff;
  z-index: 1;
  filter: brightness(80%);
}

.circle-en {
  font-size: 20px;
  font-weight: 100;
  font-style: italic;
  text-align: center;
  margin-bottom: 5px;
}

.circle-title {
  font-size: 35px;
  line-height: 1.25;
  color: #f47836;
  font-weight: normal;
  text-align: center;
}


.scrolldown {
  position: absolute;
  right: 10%;
  top: -40%;
}

.scrolldown span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #403d3c;
  font-size: 16px;
  writing-mode: vertical-rl;
  font-weight: normal;
}

.scrolldown::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 19px;
  background: #999;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 60px;
    opacity: 0;
  }

  30% {
    height: 600px;
    opacity: 1;
  }

  100% {
    height: 0;
    top: 150px;
    opacity: 0;
  }
}

.point-inner {
  width: 624px;
}

.point-inner-title {
  font-size: 38px;
  font-weight: 500;
  /* letter-spacing: 0.1em;
  font-feature-settings: "palt" 1; */
}

.point-inner-text {
  font-size: 18px;
  line-height: 1.88;
  margin: 30px 0;
}

#point video {
  border-radius: 15px;
}

.video-container {
  position: relative;
}

.play-pause-button {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.playPauseIcon {
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.point-graph-box {
  position: relative;
  overflow: hidden;
  margin: 50px 0 115px;
}

.graph {
  position: relative;
  z-index: 0;
}

#graph-change {
  position: absolute;
  width: 311px;
  height: 83.5px;
  background: linear-gradient(to right, #fbe0d2, #e97539);
  bottom: 17%;
  left: 36.2%;
  z-index: 1;
  animation-delay: 0.3s;
}

.graph-22s {
  position: absolute;
  z-index: 2;
  bottom: 17%;
  left: 5px;
  width: 225px;
}

#graph-count {
  position: absolute;
  z-index: 2;
  font-size: 25px;
  line-height: 1.2;
  color: #f47836;
  background-color: #fff;
  border-radius: 50%;
  border: 1.5px solid #f47836;
  text-align: center;
  width: 150px;
  height: 150px;
  right: 22%;
  bottom: 17.5%;
  padding: 1em 0 0;
  animation-delay: 1.2s;
  opacity: 0;
}

#graph-count span {
  font-size: 142%;
}

.grow {
  animation: graphAnim 2s forwards;
}

@keyframes graphAnim {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
    width: 0;
  }
}

.countFade {
  animation: growChangeAnime 0.5s forwards;
}

@keyframes growChangeAnime {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#count {
  transition: opacity 1s ease-in-out;
}

.mgb120 {
  margin-bottom: 120px;
}

.point-list {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.point-list li:first-child {
  width: 375px;
  margin-right: 30px;
}

.point-list li:last-child {
  width: 140px;
}

@media (min-width: 768px) and (max-width: 1441px) {
  .circle-content {
    top: 70px;
  }

  .point-container {
    top: 215px;
  }
}

@media screen and (max-width: 767px) {
  #point .wrapper {
    height: auto;
  }

  #point.l-section {
    padding: 0 0 100px 0;
  }

  .point-container {
    position: static;
  }

  .point-title {
    font-size: 30px;
    padding-top: 2em;
    margin-bottom: 2em;
  }
  .point-title .helvetica{
    font-weight: 300;
  }
  .point-fixed-inner {
    position: static;
    width: 100%;
  }

  .point-fixed-box {
    display: block;
    margin-bottom: 80px;
  }

  .circle-content {
    position: static;
  }

  .circle {
    padding: 72.75px 23.25px 20px;
    /* width: 192px; */
    width: 100%;
    margin: 0 auto;
  }
  .circle::after {
    width: 192px;
    height: 192px;
  }
  .circle-num {
    top: -15px;
    font-size: 75px;
  }

  .circle-en {
    font-size: 15px;
    margin-bottom: 3.75px;
  }

  .circle-title {
    font-size: 27px;
  }

  .point-inner {
    width: 100%;
  }

  .point-inner-title {
    font-size: 6.6vw;
    margin-top: 1.5em;
    line-height: 1.3;
  }

  .point-inner-text {
    text-align: left;
    font-size: 3.3vw;
    margin: 1.5em 0;
  }

  .play-pause-button {
    bottom: 15px;
    right: 15px;
  }

  .playPauseIcon {
    width: 35px;
    height: 35px;
  }

  .point-graph-box {
    margin: 35px 0 50px;
  }

  #graph-change {
    width: 43.7vw;
    height: 11.1vw;
    left: 34.2%;
  }

  .graph-22s {
    left: 0.5vw;
    width: 29.8vw;
  }

  #graph-count {
    font-size: 4vw;
    line-height: 1.1;
    width: 23vw;
    height: 23vw;
    right: 15.5%;
    bottom: 15.5%;
    padding-top: 1.2em;
  }

  .point-list {
    display: block;
    margin-bottom: 20px;
  }

  .point-list li:first-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .point-list li:last-child {
    width: 35%;
  }

  .point-fixed-box.third {
    margin-bottom: 0;
  }

  .mgb120 {
    margin-bottom: 80px;
  }

}

/* VOICE */
.section__title.big {
  font-size: 45px;
  letter-spacing: 5px;
}

#voice .wrapper {
  padding: 0;
}

.voice-box {
  position: relative;
  margin-bottom: 350px;
}

.voice-down {
  position: relative;
  width: 712px;
  padding: 70px 100px;
  background: rgba(204, 204, 204, 0.6);
  z-index: 1;
}

.voice-down h3 {
  font-size: 33px;
  line-height: 1.25;
  color: #f47836;
  font-weight: 400;
}

.voice_text {
  font-size: 18px;
  text-align: justify;
  line-height: 2;
  font-weight: 200;
  margin: 40px auto;
}

.voice_caption {
  margin-top: 0;
  margin-bottom: 2em;
  text-align: right;
}
.voice-up {
  position: absolute;
  width: 610px;
  right: 0;
  top: 130px;
  z-index: 0;
}

.voice-down.right-down {
  position: absolute;
  right: 0;
  top: 80%;
}

.voice-up.left {
  position: relative;
  margin-bottom: 100px;
}

/* アニメーション */
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 1.2s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-50%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.2s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeDownTrigger,
.fadeUpTrigger {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  #voice .wrapper {
    width: 100%;
  }

  .voice-down {
    width: 100%;
    padding: 25px 8%;
  }

  .voice-up {
    position: static;
    width: 100%;
    margin: 0;
  }

  .voice-down h3 {
    font-size: 6.6vw;
    /* font-feature-settings: "palt" 1;
    letter-spacing: 0.1em; */
  }

  .voice_text {
    margin: 15px 0;
  }

  .voice_text,
  .voice_caption {
    font-size: 3.3vw;
  }
 .voice_caption {
    padding-right: 1em;
    margin-bottom: 0.5em;
  }
  .voice-down.right-down {
    position: static;
  }

  .voice-up.left {
    position: static;
    margin-bottom: 0;
  }

  .voice-box {
    margin-bottom: 0;
    overflow-x: hidden;
  }

  /* アニメーション */

  @keyframes fadeDownAnime {
    from {
      opacity: 0;
      transform: translateX(50%);
    }

    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  @keyframes fadeUpAnime {
    from {
      opacity: 0;
      transform: translateX(-50%);
    }

    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .fadeDownTrigger,
  .fadeUpTrigger {
    opacity: 0;
  }

}

/* 自動再生しない動画 */
.bg_deep_grey {
  background-color: #56575f;
}

.auto-none-movie {
  position: relative;
  max-width: 1120px;
  height: auto;
  margin: 0 auto;
}


@media screen and (max-width: 767px) {
  .l-section {
    padding: 60px 0;
  }

  .wrapper {
    width: 84%;
    min-width: auto;
    padding: 0;
    margin: 0 auto;
  }

  /* 自動再生しない動画 */
  .auto-none-movie {
    width: 100%;
  }

}

/* RELATED PRODUCTS */
#related_products .wrapper {
  padding: 0;
}

.section__title {
  font-size: 30px;
  text-align: center;
  font-weight: 100;
  font-style: italic;
}

.section__sub-title {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #403d3c;
  margin: 1.5em 0;
}

.slider-box {
  border-top: 1px solid #56575f;
  border-bottom: 1px solid #56575f;
}

.regular {
  padding: 20px 80px;
   width: 100%;
            margin: 0 auto;
}
.regular .slide {
            width: 100%;
            height: 200px;
            background: #ccc;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 2em;
            color: #fff;
        }
.slick-prev,
.slick-next {
  display: none;
}
.slick-list {
  border-left: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
}

.slider__item {
  border-right: 1px solid #b3b3b3;
  padding: 0 1em;
}

.regular h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-align: center;
  line-height: 1.55;
  height: 51px;
  color: #f47836;
  font-weight: 500;
}

.slider__img {
  width: 182px;
  margin: 25px auto;
}
.regular .h4box{
display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
}
.regular h4 {
  font-size: 17px;
  text-align: center;
  line-height: 1.44;
  color: #000;
  font-weight: 400;
}
.regular h4 span{
  letter-spacing: -0.2px;
}
.regular sup{
  vertical-align: super !important;
  font-size: 60% !important;
}
.regular p {
  font-size: 12px;
  line-height: 2;
  text-align: center;
  font-weight: normal;
  margin: 25px 0;
  min-height: 96px;
}

.regular a {
  position: relative;
  display: block;
  font-size: 19px;
  font-weight: normal;
  background-color: #f47836;
  color: #fff;
  text-align: center;
  border-radius: 2em;
  width: 210px;
  padding: 0.5em 0;
  margin: 25px auto 0;
}

.regular a::after {
  position: absolute;
  content: '';
  background-image: url(../img/regular-trail.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  right: 0.75em;
}

@media screen and (max-width: 767px) {
  .regular h3,.regular h4 {
    font-size: 16px;
  }
  #related_products .wrapper {
    width: 100%;
  }
  .slick-prev,
  .slick-next {
    display: none;
  }

  .regular {
    padding: 20px 0;
  }
}

/* CONTACT */
.bg_gradient_tate {
  background: linear-gradient(to top, #e5e5e6, #fff);
}

.contact-list {
  display: flex;
  width: fit-content;
  margin: 0 auto;
}

.contact-list li {
  width: 309px;
}

.contact-list li:first-child {
  background-color: #f47836;
}

.contact-list li:nth-child(2) {
  background-color: #000;
}

.contact-list li:last-child {
  background-color: #56575f;
}

.contact-list a {
  display: block;
  padding: 56.25px 0;
}

.contact-list a:hover {
  opacity: 1;
}

.contact-list div {
  width: 77px;
  margin: 0 auto 35px;
}

.contact-list .textAnimeMae {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-top: 0.8em;
  transition: 0.2s ease-in-out;
}

.contact-list .textAnime {
  font-size: 20px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}

.contact-list a span {
  display: inline-block;
  opacity: 0;
}

.contact-list a:hover .textAnimeMae {
  transform: scale(120%);
}

.contact-list a:hover span {
  animation: patto 0.25s ease-in-out forwards;
  animation-delay: 0;
}

@keyframes patto {
  to {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .contact-list {
    width: 100%;
  }

  .contact-list li {
    width: 33.33%;
  }

  .textAnime {
    display: none;
  }

  .contact-list a {
    padding: 20px 0;
  }

  .contact-list .textAnimeMae {
    font-size: 12px;
    margin-bottom: 0;
  }

  .contact-list div {
    width: 55px;
    margin: 0 auto 10px;
  }
}