/*--全体-------------------------------------*/
@media screen and (min-width: 768px) {
  main.fs-l-main {
    max-width: 100%;
  }
}
main article.wrap {
  width: 100%;
}
main article.wrap .al_c {
  text-align: center;
}
main article.wrap p:not(:last-child) {
  margin-bottom: 1em;
}
main article.wrap .box_wrap {
  text-align: center;
  padding: 0rem 0;
  margin: 50px auto;
  max-width: 90%;
}
main article.wrap .box_col2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
main article.wrap .box_col2 .box {
  width: calc((100% - 2.5em) / 2);
  margin-right: 2.5em;
  flex-wrap: wrap;
}
main article.wrap .box_col2 .box:nth-child(2n) {
  margin-right: 0;
}
main article.wrap .box_col3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
main article.wrap .box_col3 .box {
  width: calc((100% - 5em) / 3);
  margin-right: 2.5em;
  flex-wrap: wrap;
}
main article.wrap .box_col3 .box:nth-child(3n) {
  margin-right: 0;
}
main article.wrap .box_col4 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
main article.wrap .box_col4 .box {
  width: calc((100% - 7.5em) / 4);
  margin-right: 2.5em;
}
main article.wrap .box_col4 .box:nth-child(4n) {
  margin-right: 0;
}
main article.wrap .box_col2 .box:nth-last-of-type(1),
main article.wrap .box_col3 .box:nth-last-of-type(1),
main article.wrap .box_col4 .box:nth-last-of-type(1) {
  margin-right: 0;
}
main article.wrap .img_wrap {
  text-align: center;
}
main article.wrap img.img500 {
  width: 100%;
  max-width: 500px;
}
main article.wrap .LP_heading-sentense ul {
  font-size: 1.6rem;
}
main article.wrap .LP_heading-sentense ul:not(:last-child) {
  margin-bottom: 1em;
}
main article.wrap .LP_heading-sentense ul li {
  position: relative;
  padding-left: 1em;
  width: fit-content;
}
main article.wrap .LP_heading-sentense ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1em;
}
main article.wrap .LP_heading-sentense ul li:not(:last-child) {
  margin-bottom: 0.5em;
}
main article.wrap .pc {
  display: block;
}
main article.wrap .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  main article.wrap .box_col2 {
    display: block;
  }
  main article.wrap .box_col2 .box {
    width: 100%;
    margin-bottom: 1em;
    margin-right: 0;
  }
  main article.wrap .box_col3 {
    display: block;
  }
  main article.wrap .box_col3 .box {
    width: 100%;
    margin-bottom: 1em;
    margin-right: 0;
  }
  main article.wrap .box_col4 {
    display: block;
  }
  main article.wrap .box_col4 .box {
    width: 100%;
    margin-bottom: 1em;
    margin-right: 0;
  }
  main article.wrap .box_col2 .box:last-child,
  main article.wrap .box_col3 .box:last-child,
  main article.wrap .box_col4 .box:last-child {
    margin-bottom: 0;
  }
  main article.wrap .pc {
    display: none;
  }
  main article.wrap .sp {
    display: block;
  }
}
/*--メインビジュアル-------------------------------------*/
.LP_main-visual {
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background: #000;
  margin-bottom: 3.75em;
}
.LP_main-visual:has(video) {
  height: auto;
}
.LP_main-visual video {
  width: 100%;
}
.LP-mv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.LP_main-visual::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.LP_main-visual .LP_catch-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.LP_catch-box.white {
  color: white;
}
.LP_catch-box.black {
  color: black;
}
.LP_catch-box {
  text-align: center;
  font-weight: bold;
  width: 90%;
}
.LP_catch-box > * {
  transition: 0.5s;
  opacity: 0;
  transform: translate(0, 20px);
}
.LP_catch-box .big-catch {
  font-size: 4rem;
  font-weight: bold;
}
.LP_catch-box .middle-catch {
  font-size: 2rem;
}
.LP_catch-box .small-catch {
  font-size: 1.7rem;
  line-height: 1.8;
}
/*--フェードイン（汎用）-------------------------------------*/
.fadein {
  opacity: 0;
  transform: translate(100px, 10px) rotate(2deg) scale(1.2);
  transition: all 3s;
}
/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0) rotate(0deg) scale(1);
}
.LP_catch-box > *.move {
  opacity: 1;
  transform: translate(0, 0);
}

@media screen and (max-width: 767px) {
  .LP_main-visual {
    /* background-image:url(""); */
    height: auto;
  }
  .LP_catch-box .big-catch {
    font-size: 2.5rem;
  }
  .LP_catch-box .middle-catch {
    font-size: 1.8rem;
  }
  .LP_catch-box .small-catch {
    font-size: 1.3rem;
  }
  /*--フェードイン（汎用）-------------------------------------*/
  .fadein {
    opacity: 0;
    transform: translate(20px, 10px) rotate(1deg) scale(1.1);
    transition: all 3s;
  }
  .fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}
/*--見出し+本文-------------------------------------*/
.LP_heading-sentense {
  /*padding: 5rem 0;1*/
  max-width: 60vw;
  width: 100%;
  padding: 0;
  margin: 0 auto 3.75em;
  opacity: 0;
  transform: translate(0, 50px);
}
.LP_heading-sentense .f-bold {
  font-weight: bold;
}
.LP_heading-sentense .t-under {
  text-decoration: underline;
}
.LP_heading-sentense h2 {
  font-size: 2rem;
  margin-top: 0;
  font-weight: bold;
}
.LP_heading-sentense p {
  font-size: 1.6rem;
}
.LP_heading-sentense.fadein2 {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 0.5s;
}
/* 画面内に入った状態 */
.LP_heading-sentense.fadein2.scrollin2 {
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (max-width: 767px) {
  .LP_heading-sentense {
    margin: 30px auto;
    max-width: 100%;
  }
}
/*--動画セクション----------------------------------------------------*/
#ytPlayerWrap {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
#ytPlayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#iframe_ytPlayer {
  height: 100% !important;
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  #ytPlayerWrap {
    height: 50vh;
  }
}
/*--ボタン----------------------------------------------------*/
.LP_button {
  text-align: center;
  margin: 3rem 0;
}
.LP_button.white a {
  background: white;
  border: 1px solid black;
}
.LP_button.white a:hover {
  background: black;
  color: white;
  border-color: white;
}
.LP_button.black a {
  background: black;
  color: white;
  border: 1px solid white;
}
.LP_button.black a:hover {
  background: white;
  color: black;
  border-color: black;
}
.LP_button a {
  font-size: 1.6rem;
  font-weight: bold;
  transition: 0.5s;
  padding: 0.5em 2em;
  border-radius: 40px;
  display: inline-block;
}
/*--スライダー----------------------------------------------------*/
.LP_product-slider {
  overflow: hidden;
  padding: 25px 0;
  margin: 50px auto;
}
.LP_product-slider .inner {
  margin: 0 auto;
  width: 45%;
  padding-left: 6rem;
  padding-right: 6rem;
}
.LP_product-slider .lineup {
  position: relative;
}
.LP_product-slider .slick-slide {
  transition: 0.5s;
  transform: scale(0.8);
}
.LP_product-slider .slick-current {
  transform: scale(1.1);
}
.lineup-carousel .product-wrap {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.lineup-carousel .product-img-wrap {
  width: 50%;
}
.lineup-carousel img {
  display: block;
  margin-bottom: 16px;
  margin: 0 auto;
  max-width: 100%;
}
.lineup-carousel .product-text {
  text-align: center;
  width: 50%;
}
.lineup-carousel .product-text .series {
  font-size: 1.7rem;
}
.lineup-carousel .product-text .product-name {
  font-weight: bold;
  font-size: 2rem;
}
.lineup-carousel .product-text .price {
  font-size: 1.7rem;
}
.lineup-carousel .product-text .slider-more {
  display: inline-block;
  font-size: 1.7rem;
  border: 1px solid black;
  padding: 1rem 0;
  width: 250px;
  border-radius: 50px;
  margin-top: 20px;
  max-width: 80%;
  margin: 20px auto 0;
}
.lineup-carousel .slick-list {
  overflow: visible;
}
.lineup-carousel .slick-nav-arrows {
  position: absolute;
  top: -40px;
  right: 0%;
}
.lineup-carousel .slick-arrow {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
}
.lineup-carousel .slick-next {
  right: -30px;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
  transform: rotate(-45deg);
}
.lineup-carousel .slick-next:before {
  content: "";
}
.lineup-carousel .slick-next.slick-disabled,
.lineup-carousel .slick-prev.slick-disabled {
  opacity: 0.25;
}
.lineup-carousel .slick-prev {
  left: -80px;
  z-index: 1;
  border-bottom: 2px solid black;
  border-left: 2px solid black;
  transform: rotate(45deg);
}
.lineup-carousel .slick-prev:before {
  content: "";
}
.lineup-carousel .slick-next:before,
.lineup-carousel .slick-prev:before {
  color: #000;
}
.lineup-carousel .slick-dots li {
  margin: 0 25px;
}
.lineup-carousel .slick-dots {
  bottom: -50px;
}
.lineup-carousel .slick-dots li button:before {
  content: "";
  height: 2px;
  width: 50px;
  background: black;
}
@media screen and (max-width: 767px) {
  .lineup-carousel .slick-dots {
    bottom: -100px;
  }
  .LP_product-slider .inner {
    width: 70%;
    padding: 0;
  }
  .lineup-carousel .product-wrap {
    flex-direction: column;
  }
  .lineup-carousel .product-img-wrap {
    width: 100%;
  }
  .lineup-carousel .product-text {
    width: 100%;
  }
  .lineup-carousel .slick-prev {
    left: 0px;
  }
}
/*--見出し＆本文（背景画像有）反転----------------------------------------------------*/
@keyframes brightnessIN_4 {
  0% {
    filter: brightness(4);
  }
  100% {
    filter: brightness(1);
  }
}
@keyframes darken {
  0% {
    filter: brightness(0.7);
  }
  100% {
    filter: brightness(1);
  }
}
.LP_background_text-wrap {
  position: relative;
  margin-bottom: 3.75em;
}
.LP_background_text-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  z-index: 1;
}
.LP_background_text-wrap.black::before {
  background: rgba(0, 0, 0, 0.2);
}
.LP_background_text-wrap.white::before {
  background: rgba(255, 255, 255, 0.4);
}
.LP_background-text-box {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding-bottom: 20vh;
  position: relative;
  z-index: 1;
}
.LP_background-text-box-reverse {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding-bottom: 20vh;
  position: relative;
  z-index: 1;
}
.LP_background-text-box.black {
  color: black;
}
.LP_background-text-box.white {
  color: white;
}
.LP_background-text-box-reverse.black {
  color: black;
}
.LP_background-text-box-reverse.white {
  color: white;
}
.LP_background-text-box div {
  width: 50%;
  padding: 0 10%;
}
.LP_background-text-box div h2 {
  font-size: 3rem;
  font-weight: bold;
}
.LP_background-text-box div p {
  font-size: 1.6rem;
  line-height: 1.8;
}
.LP_background-text-box-reverse div {
  width: 50%;
  padding: 0 10%;
}
.LP_background-text-box-reverse div h2 {
  font-size: 3rem;
  font-weight: bold;
}
.LP_background-text-box-reverse div p {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .LP_background-text-box div {
    width: 100%;
  }
  .LP_background-text-box {
    padding-bottom: 10vh;
  }
  .LP_background-text-box div h2 {
    font-size: 1.8rem;
  }
  .LP_background-text-box-reverse div {
    width: 100%;
  }
  .LP_background-text-box-reverse {
    padding-bottom: 10vh;
  }
  .LP_background-text-box-reverse div h2 {
    font-size: 1.8rem;
  }
}
/*--画像----------------------------------------------------*/
.LP_img {
  margin: 50px auto;
}
.LP_img img {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  display: block;
}
/*--動画セクション----------------------------------------------------*/
#ytPlayerWrap2 {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
#ytPlayer2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#iframe_ytPlayer2 {
  height: 100% !important;
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  #ytPlayerWrap2 {
    height: 50vh;
  }
}
/*--インフォメーション----------------------------------------------------*/
.LP_information {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
.LP_information-img-wrap {
  width: 50%;
}
.LP_information-detail-box {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.LP_information-detail-box.bg-white {
  background: #fff;
}
.LP_information-detail-box.bg-black {
  background: black;
}
.LP_information-detail-box div {
  width: 90%;
}
.LP_information-detail-box div.white {
  color: white;
}
.LP_information-detail-box div.black {
  color: black;
}
.LP_information-detail-box div h2 {
  font-size: 2rem;
}
.LP_information-detail-box div p {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .LP_information {
    flex-direction: column;
  }
  .LP_information-img-wrap {
    width: 100%;
  }
  .LP_information-detail-box {
    width: 100%;
  }
}

/*--2カラムレイアウト----------------------------------------------------*/
.col2_backimg_wrap {
  margin-bottom: 3.75em;
  position: relative;
}
.col2_backimg {
  position: relative;
}
.col2_backimg .img {
  width: 100%;
  object-fit: cover;
}
.col2_backimg .img img {
  width: 100%;
  object-fit: cover;
}
.col2_backimg .img img.pc {
  width: 100%;
  object-fit: cover;
  min-height: 33.25em;
}
.col2_backimg .text_wrap {
  width: 100%;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.col2_backimg .text {
  display: flex;
  justify-content: end;
  min-width: 18.75em;
  padding: 3.75em 0;
  text-align: left;
  width: 100%;
  max-width: 60vw;
  margin: 0 auto;
}
.col2_backimg.rev .text {
  justify-content: start;
}
.col2_backimg .text .white {
  color: #fff;
}
.col2_backimg .text div {
  width: 45%;
}
.col2_backimg .text h3 {
  font-size: 2em;
  margin-top: 0;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 0.5em;
}
.col2_backimg .text h3 span {
  margin-right: 0.75em;
  font-size: 0.75em;
}
.col2_backimg .text p {
  font-size: 16px;
}
.movie {
  text-align: center;
  margin-bottom: 3.75em;
}
.movie video {
  width: 100%; /* 動画をレスポンシブ化 */
  max-width: 750px; /* 動画の最大幅 */
}
.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  max-width: 750px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .col2_backimg .text {
    max-width: 90vw;
  }
}
@media screen and (max-width: 767px) {
  .col2_backimg:not(:first-child) {
    margin-top: 30px;
  }
  .col2_backimg .text_wrap {
    display: block;
    position: relative;
    top: auto;
    transform: translateY(0);
  }
  .col2_backimg .text {
    max-width: 100%;
    width: 100%;
    padding: 1em;
  }
  .col2_backimg .text div {
    width: 100%;
  }
  .col2_backimg .text .white {
    color: #000;
  }
  .col2_backimg .text h3 {
    font-size: 1.5em;
  }
}
/*--ポイントアイコン----------------------------------------------------*/
span.point {
  background-color: #000;
  padding: 0.5em 0.8em;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 0.75em;
  display: inline-block;
  line-height: 1;
  margin-right: 1.5em;
}
span.point::after {
  content: "";
  width: 0;
  height: 0;
  right: -14px;
  position: absolute;
  border-style: solid;
  border-top: 1.02em solid transparent;
  border-bottom: 1.02em solid transparent;
  border-left: 1em solid #000000;
  border-right: 0;
  display: inline-block;
  top: 0;
}
h2:has(span.point) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  span.point {
    display: block;
    width: fit-content;
    margin: 0 auto 1em;
  }
}
