@charset "UTF-8";
/* ==========================================================================
  Reset
  ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none;
}

img {
  font-size: 0;
  line-height: 0;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  font-weight: bold;
  font-style: italic;
  color: #000;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset, img {
  line-height: 0;
  vertical-align: top;
}

hr {
  display: none;
}

input, select {
  vertical-align: middle;
}

html {
  *zoom: 1;
  /* firefox */
}

* {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
  line-height: 1;
}

html, body {
  width: 100%;
  height: 100%;
}

ul, li {
  list-style: none;
}

b {
  font-weight: bold;
}

iframe {
  border: none;
  outline: none;
}

p {
  margin: 0;
}

/* ==========================================================================
  base
========================================================================== */
body.mania {
  position: relative;
  color: #000;
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  padding-top: 50px;
  font-feature-settings: "palt";
  font-size: 16px;
  max-width: 100%;
  width: 100%;
  max-width: 100vw;
  width: 100vw;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  body.mania {
    font-size: 20px;
    padding-top: 80px;
  }
}

* {
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.se {
  display: none;
}
@media screen and (max-width: 320px) {
  .se {
    display: block;
  }
}

img, video {
  width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
  font-size: 0;
}

a img {
  transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  a:hover img.hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}

/* ==========================================================================
  anime
========================================================================== */
.hide {
  transition: all 0.8s;
  opacity: 0;
}

.hide-l {
  transition: all 0.8s;
  opacity: 0;
  transform: translate(-40px, 0);
}
@media screen and (max-width: 767px) {
  .hide-l {
    transform: translate(0, 0);
  }
}

.hide-s {
  transition: all 0.8s;
  opacity: 0;
  transform: translate(0, 30px);
}
@media screen and (max-width: 767px) {
  .hide-s {
    transform: translate(0, 20px);
  }
}

.hide-r {
  transition: all 0.8s;
  opacity: 0;
  transform: translate(40px, 0);
}
@media screen and (max-width: 767px) {
  .hide-r {
    transform: translate(0, 0);
  }
}

.hide-mtl {
  transition: all 0.8s;
  opacity: 0;
  transform: translate(-30px, 0);
}
@media screen and (max-width: 767px) {
  .hide-mtl {
    transform: translate(-20px, 0);
  }
}

.hide-mtr {
  transition: all 0.8s;
  opacity: 0;
  transform: translate(30px, 0);
}
@media screen and (max-width: 767px) {
  .hide-mtr {
    transform: translate(20px, 0);
  }
}

.moves {
  transition: all 1s;
  opacity: 1 !important;
  transform: translate(0, 0);
}

/* ==========================================================================
  movie
========================================================================== */
.movie-outer {
  width: 100%;
  max-width: 1100px;
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  overflow: hidden;
  z-index: 0;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* ==========================================================================
  menu
========================================================================== */
.menu {
  position: absolute;
  cursor: pointer;
  top: 15px;
  right: 20px;
  width: 40px;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .menu {
    top: 30px;
    right: 30px;
  }
}

.menu span {
  transition: all 0.3s;
  background: #fff;
  position: absolute;
  width: 40px;
  height: 1px;
  left: 0;
  display: block;
}
.menu span:nth-child(1) {
  top: 0;
}
.menu span:nth-child(2) {
  top: 9px;
}
.menu span:nth-child(3) {
  bottom: 0;
  width: 20px;
}

@media screen and (min-width: 768px) {
  .menu:hover span:nth-child(1) {
    width: 20px;
  }
  .menu:hover span:nth-child(3) {
    left: 20px;
  }
}

.active span {
  transition: all 0.3s;
}
.active span:nth-child(1) {
  width: 20px;
}
.active span:nth-child(3) {
  left: 20px;
}

/* ==========================================================================
  header
========================================================================== */
.mania-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 100;
  background: #000000;
}
@media screen and (min-width: 768px) {
  .mania-header {
    height: 80px;
  }
}

.header-lighting {
  background: #C46E2F;
}

.header-logo {
  position: absolute;
  height: 100%;
  top: 0;
  left: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header-logo {
    left: 20px;
  }
}
.header-logo img {
  height: 34px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .header-logo img {
    height: 50px;
  }
}

.gnav {
  display: none;
  width: 100%;
  height: calc(100% - 50px);
  height: calc(100vh - 50px);
  height: calc(100svh - 50px);
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 50px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .gnav {
    top: 80px;
  }
}

.nav-list li {
  background: #202020;
  border-top: 1px solid #707070;
}
.nav-list li a {
  transition: all 0.3s;
  width: 100%;
  height: 60px;
  padding: 0 8%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .nav-list li a {
    padding: 0 50px;
    transition: all 0.3s;
    height: 100px;
    justify-content: center;
  }
  .nav-list li a:hover {
    transition: all 0.3s;
    background: #000000;
  }
}
.nav-list li a:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 16px;
  height: 20px;
  background: url(../../img/common/arrow_white.svg) no-repeat;
  background-size: contain;
  margin-top: -7px;
  transform: rotate(-90deg);
}
@media screen and (min-width: 768px) {
  .nav-list li a:after {
    width: 24px;
    height: 30px;
    margin-top: -12px;
    right: 40px;
  }
}
.nav-list li a.nav-cs {
  pointer-events: none;
  cursor: default;
}
.nav-list li a.nav-cs:after {
  content: none;
}
.nav-list li .l-link {
  height: 75px;
}
@media screen and (min-width: 768px) {
  .nav-list li .l-link {
    height: 100px;
  }
}
.nav-list li .l-link .jp {
  line-height: 1.3;
}
.nav-list li .l-link .en {
  margin-bottom: 3px;
}

.nav-list-lighting li {
  background: #C46E2F;
  border: none;
}
.nav-list-lighting li:nth-child(even) {
  background: #B79E7C;
}
.nav-list-lighting li a:after {
  transform: rotate(0deg);
}
@media screen and (min-width: 768px) {
  .nav-list-lighting li a:hover {
    transition: all 0.3s;
    background: #743b12;
  }
}

.nav-box {
  transition: all 0.3s;
}
.nav-box .en {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .nav-box .en {
    margin-bottom: 15px;
    text-align: center;
  }
}
.nav-box .en img {
  height: 14px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .nav-box .en img {
    height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .nav-box .en img img {
    height: 12px;
  }
}
.nav-box .jp {
  font-weight: bold;
  font-size: 1em;
}
@media screen and (min-width: 768px) {
  .nav-box .jp {
    font-size: 1.2em;
    text-align: center;
  }
}
.nav-box .jp span {
  font-size: 12px;
  color: #000000;
  background: #fff;
  font-weight: bold;
  font-family: Helvetica;
  padding: 4px;
  vertical-align: 5px;
}
@media screen and (max-width: 767px) {
  .nav-box .jp span {
    font-size: 10px;
    padding: 2px;
    vertical-align: 2.5px;
  }
}

.nav-mania {
  padding: 30px 8%;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .nav-mania {
    padding: 60px 10%;
  }
}

.nav-about-ttl {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 15px;
}
@media screen and (min-width: 768px) {
  .nav-about-ttl {
    margin: 0 auto 30px;
  }
}

.nav-about-btn {
  display: block;
  padding: 10px 20px;
  background: #000000;
  width: 70%;
  max-width: 480px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .nav-about-btn:hover {
    transition: all 0.3s;
  }
}

/* ==========================================================================
  footer
========================================================================== */
.mania-footer {
  background: #fff;
}

.footer-float {
  display: none;
  position: fixed;
  z-index: 50;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .footer-float {
    left: auto;
    right: 0;
  }
}

.btn-shiryo {
  display: block;
  background: #39356A;
  width: 100%;
  padding: 10px;
  text-align: center;
  transition: all 0.3s;
  max-width: 400px;
}
.btn-shiryo img {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .btn-shiryo img {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  .btn-shiryo {
    padding: 20px;
  }
  .btn-shiryo:hover {
    background: #000000;
    transition: all 0.3s;
  }
}

.footer-bottom {
  padding: 30px 0 100px;
  border-top: 1px solid #ccc;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer-bottom {
    padding: 60px 0;
  }
}

.footer-logo {
  width: 50%;
  max-width: 160px;
  margin: 0 auto 15px;
}
@media screen and (min-width: 768px) {
  .footer-logo {
    margin: 0 auto 30px;
    max-width: 200px;
  }
}

.footer-copy {
  font-size: 0.6em;
  letter-spacing: -0.02em;
}

/* ==========================================================================
  about
========================================================================== */
.about-area {
  background: #fff;
  padding: 8vw 8vw 40px 8vw;
}
@media screen and (min-width: 768px) {
  .about-area {
    padding: 80px 30px;
  }
}

.about-img {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .about-img {
    max-width: 800px;
    margin: 0 auto 80px;
  }
}

.about-logo {
  width: 56%;
  max-width: 600px;
  margin: 0 auto 50px;
}
@media screen and (min-width: 768px) {
  .about-logo {
    max-width: 480px;
    margin: 0 auto 80px;
  }
}

.about-lead {
  margin: 0 auto 50px;
  width: 100%;
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .about-lead {
    max-width: 480px;
    margin: 0 auto 80px;
  }
}

.about-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  letter-spacing: -0.03em;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about-text {
    max-width: 1020px;
    margin: 0 auto;
  }
}

.about-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 900px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .about-nav {
    margin: 20px auto 0;
  }
}

.about-nav-box {
  width: 33.3333333333%;
}

.about-nav-box-01 {
  width: 34.6%;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .about-nav-box-01 {
    padding-right: 10px;
  }
}

.about-nav-box-02 {
  width: 31.3%;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .about-nav-box-02 {
    padding: 0 10px;
  }
}

.about-nav-box-03 {
  width: 34.1%;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .about-nav-box-03 {
    padding-left: 10px;
  }
}

.about-nav-box-04 {
  width: 34.1%;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .about-nav-box-04 {
    padding-left: 10px;
  }
}

.about-nav-box-02 {
  border-right: 1px dotted #000000;
  border-left: 1px dotted #000000;
}

.about-nav-box-06 {
  width: 31.3%;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .about-nav-box-06 {
    padding: 0 10px;
  }
}

.abput-nav-img {
  display: block;
  transition: all 0.3s;
}
.abput-nav-img:hover {
  transition: all 0.3s;
  opacity: 0.7;
}
.abput-nav-img.about-nav-cs {
  pointer-events: none;
  cursor: default;
}

/* ==========================================================================
 TOP
========================================================================== */
.top-mv {
  background: url(../../img/lighting/top_mv_bg_sp.webp) top center no-repeat;
  background-size: cover;
  width: 100vw;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .top-mv {
    background: url(../../img/lighting/top_mv_bg.webp) center center no-repeat;
    height: auto;
    min-height: 100%;
    min-height: calc(100vh - 80px);
    min-height: calc(100svh - 80px);
    background-size: cover;
    background-position: 30% 38%;
  }
}

@media screen and (min-width: 768px) {
  .lighting-top-ttl-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    min-height: calc(100svh - 80px);
  }
}

.top-mv-h1 {
  opacity: 0;
  display: block;
  width: 38%;
  margin: 30px;
  transition: all 1s;
}
@media screen and (min-width: 768px) {
  .top-mv-h1 {
    text-align: left;
    margin: 5% 0 0 10%;
    width: auto;
  }
  .top-mv-h1 img {
    height: 50vh;
    width: auto;
    filter: drop-shadow(0 0 3px #000);
  }
}
@media screen and (max-width: 767px) {
  .top-mv-h1 img {
    filter: drop-shadow(0 0 3px #000);
  }
}

.top-hero {
  text-align: center;
  color: #000;
}
@media screen and (min-width: 768px) {
  .top-hero {
    background-size: cover;
  }
}

.lighting-top-hero-h2 {
  opacity: 0;
  display: block;
  width: 63%;
  max-width: 500px;
  min-width: 236px;
  margin: 30px;
  transition: all 1s;
}
@media screen and (min-width: 768px) {
  .lighting-top-hero-h2 {
    margin: 150px 0 0 100px;
    width: 100%;
    aspect-ratio: 1000/508;
  }
}

.top-lead-area {
  margin: 0 0 0 30px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .top-lead-area {
    width: 100%;
    margin: 0 auto 100px;
    text-align: center;
  }
}
.top-lead-area .top-hero-lead {
  color: #fff;
  font-size: 1.4em;
  line-height: 1.7;
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .top-lead-area .top-hero-lead {
    margin-bottom: 40px;
  }
}
.top-lead-area .top-hero-text {
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .top-lead-area .top-hero-text {
    margin-bottom: 40px;
    line-height: 2.5;
  }
}

.hero-outer {
  position: relative;
  width: 100%;
  max-height: 700px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .hero-outer {
    max-height: unset;
  }
}

.hero-kv {
  position: relative;
  z-index: 0;
  transition: all 0.6s;
}
.hero-kv.kv-down {
  transition: all 0.6s;
  opacity: 0.3;
  filter: blur(2px);
}
@media screen and (max-width: 1000px) {
  .hero-kv {
    height: calc(100vh - 100px);
  }
}
@media screen and (max-width: 767px) {
  .hero-kv {
    height: calc(100vh - 30px);
    min-height: 620px;
  }
}
.hero-kv img {
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .hero-kv img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media screen and (max-width: 1000px) {
  .hero-kv img {
    height: calc(100vh - 30px);
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 100%;
       object-position: 50% 100%;
    min-height: 620px;
  }
}

.hero-body {
  position: absolute;
  top: 10vh;
  right: 0;
  left: 0;
  opacity: 0;
  transition: all 0.6s;
}
.hero-body.body-apr {
  opacity: 1;
  transition: all 0.6s;
}
@media screen and (min-width: 768px) {
  .hero-body {
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

h4 {
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 23px;
    line-height: 2;
  }
}

/* ==========================================================================
 英文タイトル
========================================================================== */
.ttl-en img {
  height: 25px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .ttl-en img {
    height: 28px;
  }
}

/* ==========================================================================
協奏する灯りと光。
========================================================================== */
.lighting01-area {
  background: #fff;
  background: #fff;
  background-image: url(../../img/lighting/window01_bg.webp);
  color: #64493B;
}

.lighting01-hero {
  position: relative;
  background: url(../../img/lighting/lighting01_top.webp) 40% center no-repeat;
  background-size: auto 120%;
  padding: 0 8%;
  height: 110vw;
}
@media screen and (min-width: 768px) {
  .lighting01-hero {
    height: 110vw;
    max-height: 800px;
    background-size: cover;
  }
}

.lighting-top-en img {
  height: 17px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .lighting-top-en img {
    height: 30px;
    margin-bottom: 10px;
  }
}

.lighting-top-h3 {
  color: #fff;
  font-size: 2em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .lighting-top-h3 {
    font-size: 3em;
  }
}

.lighting01-hero-inner {
  height: auto;
  padding: 0;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  min-height: -webkit-fill-available;
}
@media screen and (min-width: 768px) {
  .lighting01-hero-inner {
    padding: 100px 8vw;
    min-height: 800px;
  }
}

.lighting01-hero-cont {
  position: absolute;
  bottom: 30px;
}
@media screen and (min-width: 768px) {
  .lighting01-hero-cont {
    bottom: 80px;
  }
}

.lighting01-hero-lead {
  position: absolute;
  left: 8vw;
  bottom: 50px;
  line-height: 2;
  font-weight: bold;
  color: #64493B;
}
@media screen and (min-width: 768px) {
  .lighting01-hero-lead {
    font-size: 1.2em;
  }
}

.lighting01-set {
  background: url(../../img/lighting/lighting01_cont01_bg.png);
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .lighting01-set {
    background: #3c0d01;
  }
}
@media screen and (min-width: 768px) {
  .lighting01-set .lighting01-set-inner {
    display: flex;
    position: relative;
    min-height: 800px;
    max-width: 1400px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .lighting01-set .flex-rev {
    flex-direction: row-reverse;
  }
}
.lighting01-set .lighting01-text {
  padding: 30px 0 200px 30px;
}
@media screen and (min-width: 768px) {
  .lighting01-set .lighting01-text {
    width: 50%;
    position: relative;
    background-color: #3c0d01;
  }
}
@media screen and (min-width: 768px) {
  .lighting01-set .lighting01-text .lighting01-text-position {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%; /* 画面幅に合わせて伸縮 */
    max-width: 400px; /* 大画面でも広がりすぎない */
    min-width: 200px; /* スマホでも潰れすぎない */
    padding: 1rem; /* 余白を確保 */
    box-sizing: border-box;
    color: #fff;
  }
}
.lighting01-set .lighting01-text .lighting01-text-position p {
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
  line-height: 2em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .lighting01-set .lighting01-text .lighting01-text-position p {
    font-size: clamp(0.8em, 1vw, 1.5em);
  }
}
.lighting01-set .lighting01-text .lighting01-text-position .lighting01-lead {
  font-size: 1.2em;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .lighting01-set .lighting01-text .lighting01-text-position .lighting01-lead {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 768px) {
  .lighting01-set .set02-text {
    background: #011369;
  }
  .lighting01-set .set03-text {
    background: #dd7f0f;
  }
  .lighting01-set .set04-text {
    background: #525151;
  }
  .lighting01-set .lighting01-img {
    width: 60%;
    background: url(../../img/lighting/lighting01_cont01_bg.png);
    background-size: cover;
    background-position: center;
  }
  .lighting01-set .lighting02-img {
    width: 60%;
    background: url(../../img/lighting/lighting01_cont02_bg_pc.png);
    background-size: cover;
    background-position: center;
  }
  .lighting01-set .lighting03-img {
    width: 60%;
    background: url(../../img/lighting/lighting01_cont03_bg_pc.png);
    background-size: cover;
    background-position: center;
  }
  .lighting01-set .lighting04-img {
    width: 60%;
    background: url(../../img/lighting/lighting01_cont04_bg_pc.png);
    background-size: cover;
    background-position: center;
  }
}

.lighting-set02 {
  background: url(../../img/lighting/lighting01_cont02_bg.png);
  background-size: cover;
  height: 100vh;
  max-height: 750px;
}
@media screen and (min-width: 768px) {
  .lighting-set02 {
    background: #011369;
    overflow: hidden;
    height: auto;
  }
}

.lighting-set03 {
  background: url(../../img/lighting/lighting01_cont03_bg.png);
  background-size: cover;
  height: 100vh;
  max-height: 750px;
}
@media screen and (min-width: 768px) {
  .lighting-set03 {
    background: #dd7f0f;
    overflow: hidden;
    height: auto;
  }
}

.lighting-set04 {
  background: url(../../img/lighting/lighting01_cont04_bg.png);
  background-size: cover;
  height: 100vh;
  max-height: 750px;
}
@media screen and (min-width: 768px) {
  .lighting-set04 {
    background: #525151;
    overflow: hidden;
    height: auto;
  }
}

/* ==========================================================================
美しい灯りは、人生を豊かにする。
========================================================================== */
.lighting02-area {
  background: #6F625A;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-style: normal;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.1em;
}
.lighting02-area .lighting02-en img {
  height: 20px;
}
@media screen and (min-width: 768px) {
  .lighting02-area .lighting02-en img {
    height: 40px;
  }
}
.lighting02-area .lighting02-h3 {
  font-size: 2rem;
  line-height: 1.2em;
  margin: 10px auto;
}
@media screen and (min-width: 768px) {
  .lighting02-area .lighting02-h3 {
    font-size: 2.3em;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  }
}
.lighting02-area .lighting02-topText {
  width: 80%;
  font-size: 0.9em;
  margin: 0 auto 15px;
  line-height: 2em;
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
}
@media screen and (min-width: 768px) {
  .lighting02-area .lighting02-topText {
    font-size: 1em;
    margin-bottom: 80px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  }
}
.lighting02-area .lighting02-topDots img {
  height: 30px;
  margin-bottom: -15px;
}
@media screen and (min-width: 768px) {
  .lighting02-area .lighting02-topDots img {
    height: 70px;
    margin-bottom: -35px;
  }
}
.lighting02-area .lighting02-hero {
  position: relative;
  background-image: url(../../img/lighting/lighting02_main.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 50px;
  min-height: 500px;
}
@media screen and (min-width: 768px) {
  .lighting02-area .lighting02-hero {
    padding-bottom: 100px;
    min-height: 800px;
  }
}
.lighting02-area .lighting02-hero .lighting02-hero-inner {
  position: absolute;
  text-align: center;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.lighting02-area .lighting02-set {
  background-color: #6F625A;
}
.lighting02-area .lighting02-set .lighting02-cont {
  padding: 15% 8% 10%;
}
@media screen and (min-width: 768px) {
  .lighting02-area .lighting02-set .lighting02-cont {
    padding: 4% 0 6%;
    max-width: 800px;
    margin: 0 auto;
  }
}
.lighting02-area .lighting02-set .lighting02-cont-ttl {
  position: relative;
  color: #fff;
  font-size: 1.2em;
  min-height: 100px;
}
@media screen and (min-width: 768px) {
  .lighting02-area .lighting02-set .lighting02-cont-ttl {
    font-size: 1.5em;
    margin-bottom: 55px;
  }
}
.lighting02-area .lighting02-set .lighting02-cont-ttl .lighting02-cont-ttl-bg {
  opacity: 0;
  transition: 1s 0.5s ease-in-out;
  display: block;
  position: absolute;
  top: -50px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 74%;
  margin: 0 auto;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .lighting02-area .lighting02-set .lighting02-cont-ttl .lighting02-cont-ttl-bg {
    width: 50%;
    top: -70px;
  }
}
.lighting02-area .lighting02-set .lighting02-cont-ttl p {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 3;
  line-height: 1.5;
}
.lighting02-area .lighting02-set .lighting02-text {
  font-size: 0.9em;
  line-height: 2em;
}
@media screen and (min-width: 768px) {
  .lighting02-area .lighting02-set .lighting02-cont-img {
    max-width: 800px;
    margin: 0 auto;
  }
}
.lighting02-area .lghting-set-ex {
  background-color: #8E7E73;
  padding: 6% 0 0;
}
@media screen and (min-width: 768px) {
  .lighting02-area .lghting-set-ex .lighting02-cont-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .lighting02-area .lghting-set-ex .lighting02-cont-wrapper .lighting02-cont-img {
    width: 50%;
  }
}
.lighting02-area .lghting-set-ex .lighting02-cont-ex {
  padding: 10% 8% 0;
}
@media screen and (min-width: 768px) {
  .lighting02-area .lghting-set-ex .lighting02-cont-ex {
    padding: 3% 0 0%;
    max-width: 800px;
    margin: 0 auto;
  }
}
.lighting02-area .lghting-set-ex .lighting02-cont-ex .lighting02-ex-ttl {
  text-align: center;
}
.lighting02-area .lghting-set-ex .lighting02-cont-ex .lighting02-ex-ttl .ex-ttl {
  margin-bottom: 10px;
}
.lighting02-area .lghting-set-ex .lighting02-cont-ex .lighting02-ex-ttl .ex-name {
  font-size: 0.9em;
  margin-bottom: 20px;
}
.lighting02-area .lghting-set-ex .lighting02-cont-ex .lighting02-ex-text {
  font-size: 0.9em;
  line-height: 2em;
}
@media screen and (min-width: 768px) {
  .lighting02-area .lghting-set-ex .lighting02-cont-img {
    max-width: 800px;
    margin: 0 auto;
  }
}
.lighting02-area .lghting-set-ex .caption {
  text-align: left;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.6em;
  padding: 10% 0 10%;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) {
  .lighting02-area .lghting-set-ex .caption {
    padding: 8% 0 3%;
  }
}

/* ==========================================================================
優しく豊かな空間を明かりで演出
========================================================================== */
.lighting03-area {
  background-color: #EBEBEB;
  color: #4A3E3E;
}
.lighting03-area .lighting03-hero {
  padding: 8%;
}
@media screen and (min-width: 768px) {
  .lighting03-area .lighting03-hero {
    text-align: center;
  }
}
.lighting03-area .lighting03-hero .lighting03-en img {
  height: 18px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .lighting03-area .lighting03-hero .lighting03-en img {
    height: 40px;
  }
}
.lighting03-area .lighting03-hero .lighting03-h3 img {
  width: 85%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .lighting03-area .lighting03-hero .lighting03-h3 img {
    width: 45%;
  }
}
.lighting03-area .lighting03-hero .lighting03-topText {
  line-height: 1.5em;
}
.lighting03-area .lighting03-area-slider {
  position: relative;
  width: 100%;
  padding-top: 0;
  overflow: hidden;
  /* ONスタイル（通常） */
  /* OFFスタイル（通常） */
  /* アクティブ時のONスタイル */
  /* アクティブ時のOFFスタイル */
}
@media screen and (min-width: 768px) {
  .lighting03-area .lighting03-area-slider {
    margin: 0 auto;
  }
}
.lighting03-area .lighting03-area-slider .lighting03-area-slider .custom-bullet {
  padding: 5px;
  margin: 0 6px;
  border: none;
  border-radius: 20px;
  font-size: 13px;
  line-height: normal;
  font-weight: bold;
  color: #fff;
  background-color: #C46E2F;
  transition: all 0.3s ease;
  cursor: pointer;
  width: 80px;
  height: 30px;
}
.lighting03-area .lighting03-area-slider .custom-bullet.is-day {
  color: #fff;
  background-color: #000;
  opacity: 0.5;
}
.lighting03-area .lighting03-area-slider .custom-bullet.is-night {
  color: #fff;
  background-color: #000;
  opacity: 0.5;
}
.lighting03-area .lighting03-area-slider .custom-bullet.is-day.swiper-pagination-bullet-active {
  background-color: #C46E2F;
  color: white;
  opacity: 1;
}
.lighting03-area .lighting03-area-slider .custom-bullet.is-night.swiper-pagination-bullet-active {
  background-color: #353162;
  color: white;
  opacity: 1;
}
.lighting03-area .lighting03-taskAmbient {
  background-color: #fff;
  box-shadow: 1px 2px 3px 3px #d8d5d5;
  padding: 8%;
  width: 90%;
  margin: 0 auto;
  border-radius: 2%;
  margin: 5% auto;
}
@media screen and (min-width: 768px) {
  .lighting03-area .lighting03-taskAmbient {
    padding: 5%;
    max-width: 850px;
    border-radius: 15px;
    margin: 5% auto;
  }
}
.lighting03-area .lighting03-taskAmbient .lighting03-taskAmbient-ttl {
  text-align: center;
  color: #915B34;
  margin-bottom: 8%;
}
.lighting03-area .lighting03-taskAmbient .lighting03-taskAmbient-ttl .en {
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 0.7em;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .lighting03-area .lighting03-taskAmbient .lighting03-taskAmbient-ttl .en {
    font-size: 1em;
  }
}
.lighting03-area .lighting03-taskAmbient .lighting03-taskAmbient-ttl .jp {
  font-size: 1.2em;
}
@media screen and (min-width: 768px) {
  .lighting03-area .lighting03-taskAmbient .lighting03-taskAmbient-ttl .jp {
    font-size: 1.5em;
  }
}
.lighting03-area .lighting03-taskAmbient .lighting03-taskAmbient-txt {
  font-size: 0.9em;
  line-height: 2em;
}
.lighting03-area .lighting03-taskAmbient .lighting03-taskAmbient-txt span {
  font-weight: bold;
}
.lighting03-area .blur-anime {
  opacity: 0;
  filter: blur(10px);
  transition: all 1.5s ease;
}
.lighting03-area .show {
  opacity: 1;
  filter: blur(0);
}
.lighting03-area .lighting03-cont {
  padding-top: 50px;
}
.lighting03-area .lighting03-cont .lighting03-cont-txt {
  padding: 10%;
  line-height: 2em;
}
@media screen and (min-width: 768px) {
  .lighting03-area .lighting03-cont .lighting03-cont-txt {
    max-width: 850px;
    margin: 0 auto;
    padding: 5% 0;
  }
}
.lighting03-area .lighting03-cont .lighting03-cont-img {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
  width: 95%;
}
@media screen and (max-width: 767px) {
  .lighting03-area .lighting03-cont .lighting03-cont-img {
    display: none;
  }
}
.lighting03-area .lighting03-cont .lighting03-cont-img li {
  width: 50%;
  padding: 2px;
}
@media screen and (min-width: 768px) {
  .lighting03-area .lighting03-cont .lighting03-cont-img li {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .lighting03-area .lighting03-cont .lighting03-cont-img {
    justify-content: center;
    max-width: 95%;
  }
}
.lighting03-area .lighting03-cont-main {
  position: relative;
  aspect-ratio: 1200/1610;
  background: url(../../img/lighting/lighting03_living_main.png) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .lighting03-area .lighting03-cont-main {
    aspect-ratio: 1.5/1;
    max-width: 100%;
    margin: 0 auto;
  }
}
.lighting03-area .lighting03-cont-main .lighting03-cont-main-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lighting03-area .lighting03-cont-main .lighting03-cont-main-ttl img {
  width: auto;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .lighting03-area .lighting03-cont-main .lighting03-cont-main-ttl img {
    height: 35px;
  }
}
.lighting03-area .lighting03-cont-main .lighting03-cont-ttl {
  position: absolute;
  left: 0;
  top: -15px;
}
.lighting03-area .lighting03-cont-main .lighting03-cont-ttl img {
  height: 30px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .lighting03-area .lighting03-cont-main .lighting03-cont-ttl img {
    height: auto;
    width: 40%;
  }
}
.lighting03-area .bedroom-area .lighting03-cont-main {
  position: relative;
  aspect-ratio: 1200/1610;
  background: url(../../img/lighting/lighting03_bedroom_main.png) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .lighting03-area .bedroom-area .lighting03-cont-main {
    aspect-ratio: 1.5/1;
    max-width: 100%;
    margin: 0 auto;
  }
}
.lighting03-area .bedroom-area .lighting03-cont-main .lighting03-cont-main-ttl img {
  width: auto;
  height: 37px;
}
@media screen and (min-width: 768px) {
  .lighting03-area .bedroom-area .lighting03-cont-main .lighting03-cont-main-ttl img {
    height: 62px;
  }
}
.lighting03-area .lighting03-caption {
  font-size: 0.7em;
  margin-top: 10%;
  text-align: center;
  padding-bottom: 10%;
}
@media screen and (min-width: 768px) {
  .lighting03-area .lighting03-caption {
    margin-top: 5%;
    padding-bottom: 5%;
  }
}

.modal-righting {
  display: none;
  position: relative;
  outline: none;
}

/* モーダル本体 */
.modalLighting__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .modalLighting__wrapper {
    display: none;
  }
}

.modalLighting__layer {
  height: 100%;
  background: rgba(32, 32, 32, 0.899);
  cursor: pointer;
}

.modalLighting__container {
  position: absolute;
  top: 52%;
  left: 50%;
  height: 80%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .modalLighting__container {
    top: 35%;
    left: 50%;
    transform: translate(-50%, -25%);
    width: 85%;
    max-width: unset;
    height: auto;
  }
}

.modalLighting__inner {
  position: relative;
  height: 100%;
  width: 100% !important;
  overflow: auto;
}
.modalLighting__inner .modalLighting__img {
  height: 100%;
  width: auto;
}
@media screen and (min-width: 768px) {
  .modalLighting__inner .modalLighting__img img {
    height: 100%;
    width: auto;
  }
}

/* モーダルを閉じるボタン */
.modalLighting__close {
  position: absolute;
  bottom: 0;
  right: 20px;
  background: #fff;
  cursor: pointer;
  transition: opacity 0.6s;
}

.modalLighting__close:hover {
  opacity: 0.6;
}

.modalLighting__close:before,
.modalLighting__close:after {
  position: absolute;
  left: 50%;
  bottom: -30px;
  width: 35px;
  height: 4px;
  overflow: auto;
  background: #fff;
  content: "";
}
@media screen and (max-width: 767px) {
  .modalLighting__close:before,
.modalLighting__close:after {
    bottom: -20px;
    width: 20px;
    height: 3px;
  }
}

.modalLighting__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modalLighting__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modalLighting__title {
  padding: 30px 30px 20px;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .modalLighting__title {
    padding: 20px 15px 10px;
    font-size: 16px;
    line-height: 1.5;
  }
}

.modalLighting__text {
  line-height: 1.7;
  padding: 0px 30px 40px;
}
@media screen and (max-width: 767px) {
  .modalLighting__text {
    line-height: 1.5;
    padding: 0px 15px 30px;
  }
}

@media screen and (min-width: 768px) {
  .lighting03-cont-slider {
    display: none;
  }
}

/* ==========================================================================
LIGHTING GALLERY 木の家と灯りの競演が心地よい。
========================================================================== */
.lighting04-area {
  background: #fff;
  color: #000;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .lighting04-area {
    margin-bottom: 100px;
    margin-top: 50px;
  }
}

.lighting04-top {
  width: 90%;
  padding: 10px;
  margin: 0 auto;
}
.lighting04-top .lighting04-top-cont .lighting04-top-ttl {
  height: 110px;
  text-align: center;
  margin: 20px 10px 30px 0;
}
.lighting04-top .lighting04-top-cont .lighting04-top-ttl img {
  height: 110px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .lighting04-top .lighting04-top-cont .lighting04-top-ttl {
    height: 200px;
  }
  .lighting04-top .lighting04-top-cont .lighting04-top-ttl img {
    height: 200px;
    width: auto;
  }
}
.lighting04-top .lighting04-top-cont .lighting04-top-lead {
  margin: 0 auto 30px;
  text-align: center;
  line-height: 1.5em;
}

.lighting04-gallery {
  margin: 3%;
}
.lighting04-gallery .lighting04-gallery-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
}
@media screen and (min-width: 768px) {
  .lighting04-gallery .lighting04-gallery-inner {
    display: none;
  }
}
.lighting04-gallery .lighting04-gallery-inner img {
  width: 47%;
  margin: 1.5%;
  height: auto;
}
.lighting04-gallery .lighting04-gallery-inner .gallery-photo-l {
  width: 97%;
  height: auto;
}
.lighting04-gallery .lighting04-gallery-inner .gallery-photo-s {
  width: 35%;
  height: auto;
}
.lighting04-gallery .lighting04-gallery-inner .gallery-photo-m {
  width: 58%;
  height: auto;
}
.lighting04-gallery .lighting04-gallery-inner .gallery-text {
  width: 47%;
  margin: 1.5%;
  text-align: left;
  line-height: 2rem;
}
.lighting04-gallery .lighting04-gallery-inner .gallery-text p {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: calc((100vw - 320px) / 140 + 16px);
}
.lighting04-gallery .lighting04-gallery-inner .gallery-text img {
  width: 100%;
}
.lighting04-gallery .lighting04-gallery-inner .gallery-text-l {
  width: 97%;
  margin: 1.5%;
  text-align: center;
  line-height: 2rem;
}
.lighting04-gallery .lighting04-gallery-inner .gallery-text-l p {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px 5px;
}
.lighting04-gallery .lighting04-gallery-inner-pc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lighting04-gallery .lighting04-gallery-inner-pc {
    display: none;
  }
}
.lighting04-gallery .lighting04-gallery-inner-pc .right-side, .lighting04-gallery .lighting04-gallery-inner-pc .left-side {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
}
.lighting04-gallery .lighting04-gallery-inner-pc img {
  width: 47%;
  margin: 1.5%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.lighting04-gallery .lighting04-gallery-inner-pc .gallery-photo-l {
  width: 97%;
}
.lighting04-gallery .lighting04-gallery-inner-pc .gallery-photo-s {
  width: 35%;
}
.lighting04-gallery .lighting04-gallery-inner-pc .gallery-photo-m {
  width: 58%;
}
.lighting04-gallery .lighting04-gallery-inner-pc .gallery-text {
  width: 100%;
  margin: 5%;
  text-align: center;
  line-height: 3rem;
}
.lighting04-gallery .lighting04-gallery-inner-pc p {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0;
  font-size: calc((100vw - 320px) / 140 + 13px);
}
.lighting04-gallery .gallery-text-01 {
  width: 47%;
  margin: 0;
  text-align: center;
  line-height: 2rem;
  margin: 1.5%;
}
.lighting04-gallery .gallery-text-01 p {
  width: 100%;
  aspect-ratio: 330/320;
  width: 100%;
  text-align: left;
  line-height: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
}
.lighting04-gallery .gallery-text-01 img {
  width: 100%;
  margin: 0%;
}
@media screen and (min-width: 768px) {
  .lighting04-gallery .gallery-text-01 img {
    margin: 1.5%;
  }
}
.lighting04-gallery .gallery-text-l {
  width: 97%;
  margin: 1.5%;
  text-align: center;
  line-height: 2rem;
}
.lighting04-gallery .gallery-text-l p {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px 5px;
}
.lighting04-gallery .gallery-text-pc-01 {
  height: 128px;
  width: 100%;
  margin: 1.5%;
  text-align: center;
  line-height: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
}
.lighting04-gallery .gallery-text-pc-02 {
  width: 46%;
  margin: 2%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.lighting04-gallery .gallery-text-pc-02 img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .lighting04-gallery .gallery-text-pc-02 img {
    margin: 0;
  }
}
.lighting04-gallery .gallery-text-pc-02 p {
  aspect-ratio: 248/261;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 3rem;
  padding: 0;
}
.lighting04-gallery .gallery-text-pc-03 {
  width: 100%;
  aspect-ratio: 582/320;
  margin: 1.5%;
  text-align: center;
  line-height: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
}
.lighting04-gallery .gallery-text-pc-04 {
  width: 100%;
  aspect-ratio: 500/171;
  margin: 1.5%;
  text-align: center;
  line-height: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
}

.fade-in-image {
  opacity: 0;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition-delay: calc(var(--delay) * 0.3s);
}

.fade-in-image.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ==========================================================================
モデルハウス
========================================================================== */
.lighting05-area {
  background: #fff;
}

.lighting05-top {
  padding: 50px 0 30px;
}
@media screen and (min-width: 768px) {
  .lighting05-top {
    padding: 80px 0;
  }
}

.lighting05-ttl {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lighting05-ttl {
    margin-bottom: 60px;
  }
}

.lighting05-top-en {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .lighting05-top-en {
    margin-bottom: 40px;
  }
}

.lighting05-top-sub {
  padding: 0 8vw;
  line-height: 1.7;
  margin-bottom: 20px;
  text-align: center;
  font-size: 0.9em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .lighting05-top-sub {
    max-width: 960px;
    margin: 0 auto 40px;
    text-align: center;
  }
}

.lighting05-top-h3 {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  font-size: 1.8em;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .lighting05-top-h3 {
    font-size: 2.4em;
  }
}

.swiper-container {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  height: auto;
}
@media screen and (min-width: 768px) {
  .swiper-container {
    margin-bottom: 30px;
  }
}

.lighting05-area-subttl {
  font-size: 1.2em;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 4%;
  width: 180px;
  margin: 0 auto 30px;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-style: normal;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .lighting05-area-subttl {
    font-size: 1em;
    padding: 2%;
    width: 250px;
  }
}

.swiper-wrapper {
  height: auto;
}

.swiper-slide {
  height: auto;
}

.swiper-pagination-bullet {
  opacity: 1;
  background: transparent;
  border: 1px solid #fff;
  width: 12px;
  height: 12px;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

.conto4-top-img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .conto4-top-img {
    max-width: 960px;
    margin: 0 auto 60px;
  }
}

.lighting05-top-lead {
  line-height: 2;
  margin-bottom: 20px;
  text-align: center;
  padding: 0 8vw;
}
@media screen and (min-width: 768px) {
  .lighting05-top-lead {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 40px;
  }
}

.lighting05-top-cap {
  line-height: 1.7;
  font-size: 0.9em;
  text-align: left;
  padding: 0 8vw;
}
@media screen and (min-width: 768px) {
  .lighting05-top-cap {
    text-align: center;
  }
}

.swiper-container {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  height: auto;
}
@media screen and (min-width: 768px) {
  .swiper-container {
    margin-bottom: 30px;
  }
}

.swiper-wrapper {
  height: auto;
}

.swiper-slide {
  height: auto;
}

.swiper-pagination-bullet {
  opacity: 1;
  background: transparent;
  border: 1px solid #fff;
  width: 12px;
  height: 12px;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

.model-img {
  width: 92%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .model-img {
    width: 80%;
  }
}

.model-img-center {
  margin: 0 auto;
}

.model-lead {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.8em;
  line-height: 1.8em;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .model-lead {
    font-size: 0.7em;
  }
}

.model-lead-center {
  text-align: center;
}

.model-text {
  padding: 0 8%;
}
@media screen and (min-width: 768px) {
  .model-text {
    position: absolute;
    right: 5vw;
    bottom: 5vw;
    width: 30vw;
    height: auto;
    background: #FAF8F4;
    padding: 40px;
  }
}
.model-text h5 {
  font-size: 1.2em;
  margin-bottom: 10px;
  line-height: 1.5em;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-style: normal;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .model-text h5 {
    margin-bottom: 20px;
    font-size: 1em;
    margin-bottom: 7px;
  }
}
.model-text h5 span {
  font-size: 0.8em;
}

.model-text-center {
  text-align: center;
}
.model-text-center .btn-yoyaku {
  text-align: center;
  display: inline-block;
  width: 215px;
}
@media screen and (min-width: 768px) {
  .model-text-center .btn-yoyaku {
    width: 350px;
  }
}

.lighting05-list {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .lighting05-list {
    margin-bottom: 80px;
  }
}
.lighting05-list li {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .lighting05-list li {
    position: relative;
    margin-bottom: 80px;
  }
}
.lighting05-list li:last-child {
  margin-bottom: 0;
}
.lighting05-list li:nth-child(even) .model-img {
  margin-left: 8%;
}
@media screen and (min-width: 768px) {
  .lighting05-list li:nth-child(even) .model-img {
    margin-left: 20%;
  }
}
@media screen and (min-width: 768px) {
  .lighting05-list li:nth-child(even) .model-text {
    right: auto;
    left: 5vw;
  }
}

.model-det {
  font-size: 0.8em;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .model-det {
    font-size: 0.7em;
  }
}

.lighting05-bottom {
  background: #FAF8F4;
  padding: 40px 8%;
}
@media screen and (min-width: 768px) {
  .lighting05-bottom {
    padding: 80px 30px;
  }
}

.lighting05-list-ttl {
  font-size: 1.1em;
  margin-bottom: 15px;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-style: normal;
  font-weight: normal;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lighting05-list-ttl {
    margin-bottom: 30px;
  }
}

.lighting05-model-modashi {
  padding: 5px 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .lighting05-model-modashi {
    padding: 10px 0;
    max-width: 960px;
    margin: 0 auto;
  }
}

.model-table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.9em;
  width: 100%;
}
.model-table td {
  padding: 8px 0;
}
@media screen and (min-width: 768px) {
  .model-table td {
    padding: 12px 0;
  }
}

.td-01 {
  width: 20%;
}

.td-02 {
  width: 35%;
}

.td-03 {
  width: 45%;
}

.model-list-box {
  height: 300px;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  border-bottom: 1px solid #707070;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .model-list-box {
    height: 400px;
    max-width: 960px;
    margin: 0 auto 60px;
  }
}

.model-list-table {
  padding: 15px 0;
}
.model-list-table li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #707070;
}
.model-list-table li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.lighting05-btn {
  display: block;
  padding: 10px 0;
  color: #fff;
  background: #B79E7C;
  text-decoration: none;
  margin-bottom: 30px;
  max-width: 480px;
  margin: 0 auto 30px;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .lighting05-btn {
    margin: 0 auto 60px;
  }
  .lighting05-btn:hover {
    transition: all 0.3s;
    background: #C46E2F;
  }
}

.model-btn-logo {
  width: 36%;
  margin: 0 auto 10px;
}

.model-btn-text {
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}

.model-cap {
  font-size: 0.9em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .model-cap {
    max-width: 960px;
    margin: 0 auto;
    font-size: 0.7em;
    text-align: center;
  }
}

.btn-yoyaku {
  display: block;
  padding-right: 10px;
  width: 150px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: relative;
  text-decoration: none;
  margin-top: 10px;
  font-size: 0.9em;
  font-weight: bold;
  color: #fff;
  background: #000000;
}
@media screen and (min-width: 768px) {
  .btn-yoyaku {
    height: 36px;
    line-height: 36px;
    width: 200px;
  }
}
.btn-yoyaku:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
}/*# sourceMappingURL=style.css.map */