@charset "Shift_JIS";
body.no-scroll {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lp_contents {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-feature-settings: "palt";
  word-break: break-all;
  scroll-behavior: smooth;
  letter-spacing: .1em;
  overflow: hidden;
}

.lp_contents .lp_body {
  background-color: #f5efd5;
}

.lp_contents .lp_body section {
  max-width: 108em;
  margin: auto;
}

.lp_contents img {
  display: block;
  max-width: 100%;
  height: auto;
}

.lp_contents h2 {
  font-size: 2.15em;
  font-weight: 900;
  padding: .5em 0;
  line-height: 1;
  text-align: center;
}

.lp_contents a {
  display: block;
  text-decoration: none;
}

.lp_contents .position {
  position: relative;
}

.lp_contents .sp_only {
  display: none;
}

@media screen and (max-width: 1024px) {
  .lp_contents {
    margin: auto;
    max-width: 750px;
  }

  .lp_contents h2 {
    font-size: 3.2em;
  }
}

@media screen and (max-width: 750px) {
  .lp_contents {
    font-size: 1.333vw;
  }

  .lp_contents .pc_only {
    display: none;
  }

  .lp_contents .sp_only {
    display: block;
  }
}


/* ============ fv ============ */
.fv {
  background-color: #e72524;
}

.fv h1 {
  max-width: 108em;
  margin: auto;
}

/* ============ movie ============ */
.movie nav {
  display: flex;
  justify-content: center;
  gap: 1.8em;
}

.movie ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
}

.movie_btn_ttl {
  margin-top: 3em;
  width: 13em;
}

.movie ul li a {
  display: flex;
  align-items: center;
  border-radius: 1em;
  padding: .8em 1em;
  width: 30.5em;
  height: 6em;
}

.movie ul:nth-child(1) li a {
  background-color: #e97c43;
}

.movie ul:nth-child(2) li a {
  background-color: #f6ac2c;
}

.movie ul:nth-child(3) li a {
  background-color: #fdd34e;
}

.movie ul li img {
  width: 3em;
}

.movie ul li p {
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: -0.02em;
  margin-left: .6em;
}

.movie ul li a .movie_btn_arrow {
  width: 2.6em;
  height: 2.6em;
  margin-left: auto;
}

.movie_design {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
}

.movie_design .design_01 {
  margin-top: 6em;
  width: 18em;
}

.movie_design .design_02 {
  margin-top: 14em;
  width: 20em;
}

.simulation_wrap {
  width: fit-content;
  margin: auto;
}

.movie_design .simulation_wrap {
  margin: 0;
}

.simulation_txt {
  width: 47.5em;
  padding-top: 5em;
  padding-bottom: 1.2em;
  margin: auto;
}

.simulation_btn {
  display: block;
  width: 50em;
  margin: auto;
}

.compare_modal_txt {
  width: 47.5em;
  padding-top: 5em;
  padding-bottom: 1.2em;
  margin: auto;
}

.compare_modal_btn {
  cursor: pointer;
  display: block;
  width: 50em;
  margin: auto;
}

.compare_modal_btn:hover {
  opacity: .7;
}

.movie_head {
  margin-top: 2em;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .movie h2 {
    padding: 0;
  }

  .movie nav {
    gap: 1em;
  }

  .movie_btn_ttl {
    margin: 5em auto 1em;
    width: 21em;
  }

  .movie ul li a {
    flex-direction: column;
    gap: 1em;
    border-radius: 2em;
    padding: 1em 0;
    width: 22.8em;
    height: 24.4em;
  }

  .movie ul li img {
    width: auto;
    height: 8em;
    padding: .5em 0;
  }

  .movie ul li p {
    font-size: 2.6em;
    line-height: 1.2em;
    letter-spacing: -0.03em;
    text-align: center;
    margin: 0;
  }

  .movie ul li a .movie_btn_arrow {
    width: 5em;
    height: 5em;
    padding: 0;
    margin: auto;
  }

  .movie_design.hidden .design_01,
  .movie_design.hidden .design_02,
  .movie_design.hidden .design_03,
  .movie_design.hidden .design_04 {
    display: none;
  }

  .movie_design .design_01,
  .movie_design .design_02,
  .movie_design .design_03,
  .movie_design .design_04 {
    position: absolute;
  }

  .movie_design .design_01 {
    display: none;
  }

  .movie_design .design_02 {
    display: none;
  }

  .movie_design .design_03 {
    top: 23em;
    left: 18em;
    width: 1.6em;
  }

  .movie_design .design_04 {
    display: none;
  }

  .movie_hukidashi {
    left: 0;
    right: 0;
    margin: auto;
    width: 29em;
  }

  .simulation_txt {
    width: 71em;
    padding-top: 6em;
    padding-bottom: 2em;
  }

  .compare_modal_txt {
    width: 71em;
    padding-top: 6em;
    padding-bottom: 2em;
  }

  .simulation_btn {
    width: 68em;
  }

  .compare_modal_btn {
    width: 68em;
  }

  .movie_head {
    margin-top: 10em;
  }
}

/* ============ modal ============ */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
}

.compare_modal {
  display: none;
  overflow: hidden;
  z-index: 10;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff9eb;
  border-radius: 3em;
  width: 81em;
  margin-top: 7em;
}

.compare_modal_bg {
  width: 100%;
  height: 100%;
  max-height: calc(100dvh - 160px);
  overflow-y: auto;
}

.compare_modal_wrap {
  margin: auto;
  padding: 2.5em 3em;
}

.compare_modal_wrap img {
  padding-bottom: 2em;
}

.compare_modal_wrap p {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0;
}

.compare_modal_box {
  border: #c7c7c7 solid 1px;
  padding: .8em 1em;
  margin-top: .8em;
}

.compare_modal_close {
  cursor: pointer;
  position: absolute;
  top: 2.5em;
  right: 2.5em;
  width: 4em;
  z-index: 99;
}

@media screen and (max-width: 1024px) {
  .compare_modal {
    width: 66em;
  }

  .compare_modal_wrap p {
    font-size: 1.6em;
  }
}

/* ============ 画像ギャラリー ============ */
#movie_gallery {
  margin: 2em auto 1em;
  width: 100em;
  scroll-margin-top: 2em;
}

.gallery-container {
  display: grid;
  transition: all 0.5s ease;
}

/* 通常表示時のグリッド（11セット） */
.gallery-container.normal {
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(4, 1fr);
  align-items: start;
}
.gallery-container#gallery-container-10 {
  grid-template-rows: repeat(2, 1fr);
}

/* フィルタ後のグリッド（全て小サイズ） */
.gallery-container.filtered {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  grid-auto-rows: 12em;
}

/* 統合されたコンテナ用のスタイル */
.gallery-unified {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  grid-auto-rows: 12em;
  transition: all 0.5s ease;
  min-height: 36em;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-item img {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.gallery-item:hover img {
  transform: scale(1.05);
}

/* 通常表示時の11セットレイアウト */
.gallery-container.normal .gallery-item:nth-child(11n+1) {
  grid-area: span 2 / span 2;
}
.gallery-container.normal .gallery-item:nth-child(11n+2) {
  grid-column-start: 3;
}
.gallery-container.normal .gallery-item:nth-child(11n+3) {
  grid-column-start: 3;
  grid-row-start: 2;
}
.gallery-container.normal .gallery-item:nth-child(11n+4) {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
  grid-column-start: 4;
  grid-row-start: 1;
}
.gallery-container.normal .gallery-item:nth-child(11n+5) {
  grid-row-start: 3;
}
.gallery-container.normal .gallery-item:nth-child(11n+6) {
  grid-column-start: 1;
  grid-row-start: 4;
}
.gallery-container.normal .gallery-item:nth-child(11n+7) {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
  grid-column-start: 2;
  grid-row-start: 3;
}
.gallery-container.normal .gallery-item:nth-child(11n+8) {
  grid-column-start: 4;
  grid-row-start: 3;
}
.gallery-container.normal .gallery-item:nth-child(11n+9) {
  grid-column-start: 4;
  grid-row-start: 4;
}
.gallery-container.normal .gallery-item:nth-child(11n+10) {
  grid-column-start: 5;
  grid-row-start: 3;
}
.gallery-container.normal .gallery-item:nth-child(11n+11) {
  grid-column-start: 5;
  grid-row-start: 4;
}

/* フィルタ時の非表示アニメーション */
.gallery-item.hide {
  overflow: hidden;
  display: none;
  opacity: 0;
}

@keyframes fadeHide {
  0% {
    display: block;
    opacity: 1;
  }
  90% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

/* フィルタ時の表示アニメーション */
.gallery-item.show {
  animation: fadeShow .4s cubic-bezier(0.33, 1, 0.68, 1) both;
  animation-delay: .1s;
  display: block;
}
@keyframes fadeShow {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  10% {
    opacity: 0;
    transform: scale(.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* 非表示状態（初期読み込み用） */
.gallery-item.initially-hidden {
  display: none;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ハイライト表示用のオレンジ枠 */
.gallery-item.highlighted {
  position: relative;
}

.gallery-item.highlighted::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: .4em solid #ffab10; /* オレンジ色 */
  z-index: 3;
  pointer-events: none;
}

.gallery-item.highlighted img {
  position: relative;
  z-index: 2;
}

/* もっとみるボタン */
.movie_more,
.movie_back {
  cursor: pointer;
  display: block;
  color: #e74c3c;
  border-radius: 5em;
  border: #e74c3c solid .3em;
  width: fit-content;
  margin: 5em auto 0;
  padding: 1.2em 7em;
  text-align: center;
  transition: all 0.3s ease;
}

.movie_more p,
.movie_back p {
  font-size: 2.2em;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.movie_more.hidden,
.movie_back.hidden {
  display: none;
}

@media screen and (min-width: 1025px) {
  .movie_more:hover {
    background-color: #c0392b;
    color: #fff;
  }
}

/* SP時のレイアウト（縦1列） */
@media screen and (max-width: 1024px) {
  #movie_gallery {
    margin: 3em auto 5em;
    width: 68em;
    min-height: 50em;
  }

  .gallery-container.normal {
    grid-template-columns: 1fr;
  }
  .gallery-container#gallery-container-10 {
    grid-template-rows: repeat(1, 1fr);
  }

  .gallery-container.filtered {
    grid-template-columns: 1fr;
    grid-auto-rows: 25em;
  }

  .gallery-unified {
    grid-auto-rows: auto;
    min-height: auto;
  }

  /* SP時は特殊なグリッド配置をリセット */
  .gallery-container.normal .gallery-item:nth-child(11n+1),
  .gallery-container.normal .gallery-item:nth-child(11n+2),
  .gallery-container.normal .gallery-item:nth-child(11n+3),
  .gallery-container.normal .gallery-item:nth-child(11n+4),
  .gallery-container.normal .gallery-item:nth-child(11n+5),
  .gallery-container.normal .gallery-item:nth-child(11n+6),
  .gallery-container.normal .gallery-item:nth-child(11n+7),
  .gallery-container.normal .gallery-item:nth-child(11n+8),
  .gallery-container.normal .gallery-item:nth-child(11n+9),
  .gallery-container.normal .gallery-item:nth-child(11n+10),
  .gallery-container.normal .gallery-item:nth-child(11n+11) {
    grid-area: auto;
    grid-column: 1;
    grid-row: auto;
  }

  .gallery-item.highlighted::before {
    border: 1em solid #ffab10;
  }

  .movie_more,
  .movie_back {
    border: #e74c3c solid .5em;
    margin: 6em auto 2em;
    padding: 1.4em 10em;
  }

  .movie_more p,
  .movie_back p {
    font-size: 3.3em;
  }
}

/* ============ modal ============ */
/* モーダルの背景 */
.modal_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100000;
}

/* モーダルウィンドウ */
.modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 80em;
  background-color: white;
  border-radius: 3em;
  padding: 2em 8em 4em;
  box-shadow: 0 0.5em 1.5em rgba(0, 0, 0, 0.3);
}

/* タイトル */
.modal_title {
  color: #e74c3c;
  font-size: 3.5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}

/* 動画コンテナ */
.video_container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 アスペクト比 */
  height: 0;
  overflow: hidden;
  margin-bottom: 2em;
  background-color: #ddd;
}

.video_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* 補足文章 */
.modal_description {
  font-size: 1.6em;
  margin-top: 1em;
  line-height: 1.6;

  max-height: 20svh;
  overflow-y: auto;
}

/* 閉じるボタン */
.modal_close {
  position: absolute;
  top: 2em;
  right: 2em;
  width: 4em;
  height: 4em;
  border-radius: 50%;
  background-color: #989898;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal_close::before,
.modal_close::after {
  content: '';
  position: absolute;
  width: 2.6em;
  height: 0.4em;
  background-color: #fff;
  border-radius: 1em;
}

.modal_close::before {
  transform: rotate(45deg);
}

.modal_close::after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 1024px) {
  .modal_content {
    padding: 3em 4em 4em;
    width: 94%;
  }

  .modal_description {
    font-size: 2.8em;
    max-height: 42svh;
  }

  .modal_close {
    width: 4.5em;
    height: 4.5em;
  }

  .modal_close::before,
  .modal_close::after {
    width: 2.8em;
  }
}


/* ============ start ============ */
.start h2 {
  margin: 1em auto 1em;
  width: calc(94em / 2.15);
}

.start ul {
  display: flex;
  justify-content: center;
  gap: 2em;
  padding-bottom: 4em;
}

.start ul li {
  width: 20em;
}

.start p {
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}

.start p span {
  display: inline-block;
  font-size: .8em;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .start h2 {
    margin: 3em auto .5em;
    width: 100%;
  }

  .start ul {
    flex-wrap: wrap;
    gap: 4em 2em;
    padding-bottom: 6em;
  }

  .start ul li {
    width: 31.5em;
  }

  .start p {
    font-size: 2.6em;
  }
}

/* ============ banner ============ */
.banner_img {
  margin: 0 auto 4em;
  width: 50.5em;
}

@media screen and (max-width: 1024px) {
  .banner_img {
    margin-bottom: 6em;
    width: 68em;
  }
}


/* ============== floating ============== */
.floating_btn {
  position: fixed;
  bottom: 2em;
  left: 0;
  right: 0;
  margin: auto;
  width: 62em;
  z-index: 2;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.5));
  display: none;
}

@media screen and (max-width: 1024px) {
  .floating_btn {
    bottom: 2em;
    right: 12em;
    width: 53em;
  }
}


/* ============ lp_footer ============ */
.lp_footer {
  padding-top: 3em;
}

.lp_footer_logo {
  margin: auto;
  padding-bottom: 1em;
  width: 37.7em;
}

.lp_footer_img {
  position: absolute;
  bottom: -3em;
  left: 77em;
  right: 0;
  margin: auto;
  width: 34.4em;
}

.lp_footer .design_01 {
  position: absolute;
  bottom: 30em;
  left: 5em;
  width: 17.4em;
}

.lp_footer .design_02 {
  position: absolute;
  bottom: 37em;
  right: 0em;
  width: 18.3em;
}

.lp_footer .design_04 {
  position: absolute;
  bottom: 68em;
  right: 7em;
  width: 2.8em;
}

.lp_footer_line {
  height: 5em;
  width: 100%;
  background-image: repeating-linear-gradient(120deg, #e72424, #e72424 .9em, #f5efd5 .7em, #f5efd5 1.6em);
}

@media screen and (max-width: 1024px) {
  .lp_footer_logo {
    margin: 2em auto -3em;
    width: 60em;
  }

  .lp_footer_img {
    position: relative;
    bottom: -2em;
    left: 0;
    right: 0;
    margin: auto;
    width: 34.4em;
  }

  .lp_footer .design_01 {
    bottom: 7em;
    left: 4em;
    width: 12em;
  }

  .lp_footer .design_02 {
    bottom: 6em;
    right: -1em;
    width: 17em;
  }

  .lp_footer .design_03 {
    position: absolute;
    bottom: 48em;
    left: 6em;
    width: 2em;
  }

  .lp_footer .design_04 {
    bottom: 46em;
    right: 7em;
    width: 2.57em;
  }
}
/* 20260129追加↓ */
.komelist {
	font-size: 1.4em;
	text-indent: -1em;
	padding-left: 1em;
}
@media screen and (max-width: 750px) {
	.komelist {
		font-size: 2.6667vw;
		padding-left: 5.3333vw;
		text-indent: -2.6667vw;
	}
}
/* 20260129追加↑ */