@charset "UTF-8";
/* 点滅 */
/* ローディングアニメ */
/* スクロールアニメ */
/* ページトップボタン */
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* 全体設定
---------------------------------------------*/
html {
  width: 100%;
  font-size: 62.5%;
}

body {
  background-image: none;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #000;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08rem;
  font-size: 1.1rem;
  line-height: 2.2rem;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 1.2rem;
    line-height: 2.6rem;
    letter-spacing: 0.1rem;
  }
}

img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block !important;
  }
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}

#wrap {
  width: 100%;
}

/* link setting
--------------------------------------*/
a img:hover {
  filter: alpha(opacity=60); /* IE 6と7*/
  -ms-filter: "alpha(opacity=60)"; /* IE 8と9 */
  -moz-opacity: 0.6; /* Firefox , Netscape */
  -khtml-opacity: 0.6; /* Safari 1系 */
  opacity: 0.6;
  zoom: 1; /*IE*/
  transition: all 0.3s ease-out;
}

a {
  color: #000;
  text-decoration: none;
}

/* return_btn
--------------------------------------*/
#page-top,
#page-top span {
  display: inline-block;
  box-sizing: border-box;
  transition: all 0.4s;
}

#page-top span {
  position: absolute;
  height: 1px;
  background: #1f1f1f;
}

#page-top span:nth-of-type(1) {
  top: 50%;
  transform: rotate(-45deg);
  width: 19px;
  left: 3px;
}

#page-top span:nth-of-type(2) {
  top: 50%;
  transform: rotate(45deg);
  width: 21px;
  right: 3px;
}

#page-top {
  background: #fff;
  position: fixed;
  z-index: 9999;
  right: 3%;
  bottom: 5%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  transition: all 0.4s;
}

/* loading
--------------------------------------*/
/* FV
--------------------------------------*/
#image2 {
  position: absolute;
  opacity: 0; /* 初期状態で透明 */
  z-index: 1; /* 画像が重なった際の順序 */
  transition: opacity 1s ease-in-out; /* フェードインアニメーション */
}

/* fv_main */
#image2 {
  z-index: 2;
  margin: 0 auto;
}

#title, #titlesp, #titlesp2 {
  position: absolute;
  font-size: 2.5rem;
  color: white;
  opacity: 0; /* 初期状態で透明 */
  z-index: 3; /* 画像の上に配置 */
  transition: opacity 1s ease-in-out; /* フェードインアニメーション */
}

.fv_wrap_sp {
  position: relative;
  overflow: hidden;
  background: #fff;
  /*横スクロール*/
}
@media screen and (max-width: 768px) {
  .fv_wrap_sp {
    height: 100svh;
  }
}
.fv_wrap_sp .fv_content {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .fv_wrap_sp .fv_content {
    height: 68svh !important;
    position: absolute;
    background-image: url(../images/lemage/fv/fv_br@2x.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.fv_wrap_sp .fv_content .fv_bg {
  width: 85.5833333333%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.fv_wrap_sp .fv_content .fv_main {
  position: absolute;
  width: 50%;
  top: 0;
  left: 18.6666666667%;
  opacity: 0; /* 初期状態で透明 */
  z-index: 1; /* 画像が重なった際の順序 */
  transition: opacity 1s ease-in-out; /* フェードインアニメーション */
}
@media screen and (max-width: 768px) {
  .fv_wrap_sp .fv_content .fv_main {
    width: 75.2%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
.fv_wrap_sp .fv_content .fv_ttl {
  position: absolute;
  top: 38.8571428571%;
  right: 10.6666666667%;
  bottom: 50%;
  width: 42.75%;
  opacity: 0; /* 初期状態で透明 */
  z-index: 3; /* 画像の上に配置 */
  transition: opacity 1s ease-in-out; /* フェードインアニメーション */
}
@media screen and (max-width: 768px) {
  .fv_wrap_sp .fv_content .fv_ttl {
    width: 20.8%;
    top: 6.3694267516%;
    right: 1.3333333333%;
  }
}
.fv_wrap_sp .fv_content .fv_ttl_sub {
  position: absolute;
  width: 4.8%;
  top: 11.6772823779%;
  left: 7.4666666667%;
  opacity: 0; /* 初期状態で透明 */
  z-index: 3; /* 画像の上に配置 */
  transition: opacity 1s ease-in-out; /* フェードインアニメーション */
}
@media screen and (min-width: 769px) {
  .fv_wrap_sp .fv_bg::before {
    content: "";
    display: block;
    padding-top: 56.5725413827% !important;
    background-image: url(../images/lemage/fv/fv_br@2x.jpg);
  }
}
@media screen and (max-width: 768px) {
  .fv_wrap_sp .scroll_box {
    position: absolute;
    bottom: 0;
    padding-bottom: 15px;
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.fv_wrap_sp .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.fv_wrap_sp .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .fv_wrap_sp .scroll-infinity__list {
    padding: 50px 0 0 !important;
  }
}
.fv_wrap_sp .scroll-infinity__list--left {
  animation: infinity-scroll-left 60s infinite linear 0.5s both;
}
.fv_wrap_sp .scroll-infinity__item {
  width: 16.6666666667vw;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .fv_wrap_sp .scroll-infinity__item {
    width: 35.7142857143vw;
  }
}
.fv_wrap_sp .scroll-infinity__item > img {
  width: 100%;
}

/* title side
*/
.side_fixed {
  position: relative;
  margin: 0;
  padding: 0;
}

.left-image,
.right-image {
  position: fixed;
  bottom: 10px; /* 画面下からの距離 */
  width: 20%; /* 画像の幅 */
  opacity: 0; /* 最初は非表示 */
  transition: opacity 0.5s ease; /* 表示のアニメーション */
}

.left-image {
  width: 1.6666666667%;
  left: 10px; /* 画面左からの距離 */
}

.right-image {
  width: 7.25%;
  right: 10px; /* 画面右からの距離 */
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.show {
  opacity: 1; /* スクロール後に表示 */
}

.bg {
  width: 100%;
  height: 100vh;
  background-image: url(../images/lemage/main/main_bg@2x.jpg);
  background-position: bottom right;
  background-size: cover;
  position: fixed;
  top: 0;
}

#contents {
  background: #fff;
  max-width: 630px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #contents {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .style_1 {
    padding: 80px 46px;
  }
}
@media screen and (max-width: 768px) {
  .style_1 {
    width: 100% !important;
    padding: 80px 0 120px;
  }
}
.style_1 .img_cre {
  width: 100%;
}
.style_1 .flexbox {
  width: 485px;
  display: flex;
  padding-top: 15px;
  justify-content: center !important;
  margin: 0 auto;
  gap: 5px;
}
.style_1 .flexbox figure {
  width: 239px;
}
@media screen and (max-width: 768px) {
  .style_1 .flexbox {
    width: 89.3333333333%;
  }
}

.style_2 {
  position: relative;
}
.style_2 .luxy_content {
  position: absolute;
  width: 483px;
  right: 0;
  left: 0;
  top: 0;
  margin: 0 auto;
}
.style_2 .luxy_content .img_base {
  width: 388px;
  position: absolute;
  top: 0;
  right: 0;
}
.style_2 .luxy_content .img_cre {
  position: absolute;
  width: 311px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .style_2 .luxy_content {
    width: 89.3333333333%;
  }
  .style_2 .luxy_content .img_base {
    width: 72%;
  }
  .style_2 .luxy_content .img_cre {
    width: 57.3333333333%;
  }
}

.style_2::before {
  content: "";
  display: block;
  padding-top: 620px;
}
@media screen and (max-width: 768px) {
  .style_2::before {
    padding-top: 122.6666666667%;
  }
}

.style_3 {
  position: relative;
}
.style_3 .luxy_content {
  position: absolute;
  width: 483px;
  right: 0;
  left: 0;
  top: 0;
  margin: 0 auto;
}
.style_3 .luxy_content .img_base {
  width: 388px;
  position: absolute;
  top: 0;
  left: 0;
}
.style_3 .luxy_content .img_cre {
  position: absolute;
  width: 311px;
  right: 0 !important;
  left: auto;
}
@media screen and (max-width: 768px) {
  .style_3 .luxy_content {
    width: 89.3333333333%;
  }
  .style_3 .luxy_content .img_base {
    width: 72%;
  }
  .style_3 .luxy_content .img_cre {
    width: 57.3333333333%;
  }
}

.style_3::before {
  content: "";
  display: block;
  padding-top: 597px;
}
@media screen and (max-width: 768px) {
  .style_3::before {
    padding-top: 112%;
  }
}

@media screen and (min-width: 769px) {
  .style_4 {
    padding: 0px 46px;
  }
}
@media screen and (max-width: 768px) {
  .style_4 {
    margin-bottom: 80px;
  }
}
.style_4 .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 5px;
}
.style_4 .flex__img {
  width: 38.8888888889%;
}
@media screen and (max-width: 768px) {
  .style_4 .flex__img {
    width: 45.3333333333%;
  }
}
.style_4 .container {
  display: flex;
  justify-content: flex-end;
  margin-top: 4.2857142857%;
}
.style_4 .container .img_cre {
  width: 71.2698412698%;
}
@media screen and (max-width: 768px) {
  .style_4 .container .img_cre {
    width: 83.4666666667%;
  }
}

@media screen and (min-width: 769px) {
  .style_5 {
    padding: 80px 46px;
  }
}
@media screen and (max-width: 768px) {
  .style_5 {
    margin-bottom: 80px;
  }
}
.style_5 .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 5px;
}
.style_5 .flex__img {
  width: 38.8888888889%;
}
@media screen and (max-width: 768px) {
  .style_5 .flex__img {
    width: 45.3333333333%;
  }
}
.style_5 .container {
  display: flex;
  justify-content: flex-start;
  margin-top: 4.2857142857%;
}
.style_5 .container .img_cre {
  width: 71.2698412698%;
}
@media screen and (max-width: 768px) {
  .style_5 .container .img_cre {
    width: 83.4666666667%;
  }
}

.style_6 .container .img_cre {
  margin: 0 auto 5px;
  width: 66.0317460317%;
}
@media screen and (max-width: 768px) {
  .style_6 .container .img_cre {
    width: 77.3333333333%;
  }
}
.style_6 .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
.style_6 .flex__img {
  width: 37.7777777778%;
}
@media screen and (max-width: 768px) {
  .style_6 .flex__img {
    width: 44%;
  }
}

@media screen and (min-width: 769px) {
  .style_7 {
    padding: 80px 46px 0;
  }
}
@media screen and (max-width: 768px) {
  .style_7 {
    padding-top: 80px;
  }
}
.style_7 .img_cre {
  width: 100%;
  margin-bottom: 155px;
}
@media screen and (max-width: 768px) {
  .style_7 .img_cre {
    margin-bottom: 150px;
  }
}
.style_7 .luxy_content {
  width: 459px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .style_7 .luxy_content {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .style_7 .luxy_content {
    width: 82.1333333333%;
    margin: 0 0 0 auto;
  }
}
.style_7 .luxy_content .img_base {
  position: absolute;
  width: 329px;
  right: 0px;
}
@media screen and (max-width: 768px) {
  .style_7 .luxy_content .img_base {
    width: 73.0519480519%;
  }
}
.style_7 .luxy_content .img_top {
  width: 245px;
}
@media screen and (max-width: 768px) {
  .style_7 .luxy_content .img_top {
    width: 55.1948051948%;
  }
}
.style_7 .luxy_content .img_top img {
  padding-bottom: 5px;
}

.style_8 {
  margin-top: -12.6984126984%;
}
@media screen and (min-width: 769px) {
  .style_8 {
    padding: 0px 7.3015873016%;
  }
}
.style_8 .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.style_8 .flex__img {
  width: 38.8888888889%;
}
@media screen and (max-width: 768px) {
  .style_8 .flex__img {
    width: 45.3333333333%;
  }
}

@media screen and (min-width: 769px) {
  .style_9 {
    padding: 80px 46px 0;
  }
}
@media screen and (max-width: 768px) {
  .style_9 {
    padding: 80px 0 50px;
  }
}
.style_9 .img_1 {
  width: 100%;
  margin-bottom: 155px;
}
@media screen and (max-width: 768px) {
  .style_9 .img_1 {
    margin-bottom: 32%;
  }
}
.style_9 .luxy_content {
  position: relative;
  width: 483px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .style_9 .luxy_content {
    width: 89.3333333333%;
  }
}
.style_9 .luxy_content .img_base {
  position: absolute;
  width: 421px;
  right: 0px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .style_9 .luxy_content .img_base {
    width: 87.4626865672%;
  }
}
.style_9 .luxy_content .img_cre {
  width: 236px;
}
@media screen and (max-width: 768px) {
  .style_9 .luxy_content .img_cre {
    width: 49.2537313433%;
  }
}
.style_9 .luxy_content .img_top {
  width: 236px;
  position: absolute;
  left: 124px;
}
@media screen and (max-width: 768px) {
  .style_9 .luxy_content .img_top {
    width: 49.2537313433%;
  }
}

@media screen and (min-width: 769px) {
  .style_10 {
    padding: 80px 0;
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .style_10 {
    margin-top: 80px;
  }
}
@media screen and (min-width: 769px) {
  .style_10 .img_1 {
    padding: 0px 46px 43px;
  }
}
@media screen and (max-width: 768px) {
  .style_10 .img_1 {
    padding-bottom: 30px;
  }
}
.style_10 .flex {
  gap: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .style_10 .flex {
    gap: 15px;
  }
}
.style_10 .flex__img {
  width: 245px;
}
@media screen and (max-width: 768px) {
  .style_10 .flex__img {
    width: 45.3333333333%;
  }
}
.style_10 .flex__img_s {
  width: 185px;
}
@media screen and (max-width: 768px) {
  .style_10 .flex__img_s {
    width: 34.6666666667%;
  }
}

@media screen and (min-width: 769px) {
  .style_11 {
    padding: 200px 0;
  }
}
@media screen and (max-width: 768px) {
  .style_11 {
    padding: 60vw 0 50vh;
  }
}
.style_11 .img_cre {
  width: 100%;
  margin-bottom: 155px;
}
.style_11 .luxy_content {
  position: relative;
  width: 519px;
}
@media screen and (min-width: 769px) {
  .style_11 .luxy_content {
    padding: 0px 46px;
  }
}
@media screen and (max-width: 768px) {
  .style_11 .luxy_content {
    width: 88%;
  }
}
.style_11 .luxy_content .img_base {
  position: absolute;
  width: 402px;
}
@media screen and (max-width: 768px) {
  .style_11 .luxy_content .img_base {
    width: 84.8484848485%;
    left: 0;
  }
}
.style_11 .luxy_content .img_top {
  width: 285px;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .style_11 .luxy_content .img_top {
    left: 186px;
  }
}
@media screen and (max-width: 768px) {
  .style_11 .luxy_content .img_top {
    width: 64.9350649351%;
    right: 0;
  }
}
.style_11 .luxy_content .img_top img {
  padding-bottom: 5px;
}

.video_box {
  padding-top: 71.4285714286%;
  padding-bottom: 15.873015873%;
  display: flex;
  justify-content: center;
}
.video_box ifram {
  max-width: 75.7142857143% !important;
}
@media screen and (max-width: 768px) {
  .video_box {
    padding-top: 55vh;
    padding-bottom: 26.6666666667%;
  }
  .video_box ifram {
    max-width: 88.8% !important;
  }
}

/* footer
*--------------------------------------*/
footer {
  padding: 150px 0;
  text-align: center;
  background-image: url(../images/lemage/fv/fv_br@2x.jpg);
}
@media screen and (max-width: 768px) {
  footer {
    background-position: 35% center;
    background-image: url(../images/lemage/fv/fv_br_sp@2x.jpg);
  }
}
footer a:hover {
  opacity: 0.7;
}
footer .brand img {
  vertical-align: middle;
  padding-bottom: 5px;
  padding-left: 5px;
}
footer .link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
footer .sns {
  margin: 0 auto 30px;
  text-decoration: underline;
}
footer .sns i {
  padding: 0 5px;
  vertical-align: center;
  text-decoration: none;
}
footer .logo {
  width: 180px;
  margin: 0 auto 10px;
}
footer #copyright {
  font-size: 9px;
}

/*--------------------------------------*
* credit
*--------------------------------------*/
.img_cre {
  position: relative;
  overflow: hidden;
}

.img_cre img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.credit_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none; /* 初期は非表示 */
}

.credit_mask ul {
  position: absolute;
  bottom: 50px; /* ボタンより上に配置 */
  right: 10px;
  list-style: none;
  padding: 10px;
  margin: 0;
  color: white;
  font-size: 14px;
  border-radius: 5px;
  text-align: right;
}

.credit_mask ul li {
  margin-bottom: 5px;
}
.credit_mask ul li a {
  color: #fff;
  text-decoration: underline;
}
.credit_mask ul li .soon {
  text-decoration: none;
  color: #a7a7a7;
}

.credit_mask ul li:last-child {
  margin-bottom: 0;
}

.credit_mask .close_btn {
  position: absolute;
  bottom: 23px;
  right: 40px;
  font-size: 20px;
  cursor: pointer;
  color: white;
}

.close_btn::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 22px;
  height: 1px;
  rotate: 45deg;
}

.close_btn::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 22px;
  height: 1px;
  rotate: -45deg;
}

.btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  cursor: pointer;
  z-index: 2; /* ボタンを前面に表示 */
}

.btn::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 22px;
  height: 1px;
}

.btn::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 22px;
  height: 1px;
  rotate: 90deg;
}

/* endArea
--------------------------------------*/
/* animation
--------------------------------------*/
.fadeConts {
  opacity: 0;
  transition: all 1.5s 0.5s ease-out;
}

.fadeConts.show {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */