/* ------------------------
  utilities Classes
------------------------ */
.u-hidden {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .u-hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

.u-hidden-up-sm {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .u-hidden-down-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .u-hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) {
  .u-hidden-up-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (max-width: 1279.98px) {
  .u-hidden-down-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1280px) {
  .u-hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1280px) {
  .u-hidden-up-lg {
    display: none !important;
    visibility: hidden;
  }
}

.u-hidden-down-lg {
  display: none !important;
  visibility: hidden;
}

.u-visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0);
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
  overflow: visible;
  clip: auto;
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}

.u-invisible {
  visibility: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.reel {
  margin-top: 10px;
}

.reel_title {
  margin: 0;
  margin-top: 24px;
  font-size: 18px;
}

@media screen and (min-width: 690px) {
  .reel_title {
    margin-top: 48px;
    font-size: 20px;
  }
}
.reel_btn {
  margin-top: 24px;
  text-align: center;
}

.reel_btn a {
  display: inline-block;
  padding: 0.5rem 1rem;
  border: 1px solid #000;
}

.reel_navi {
  display: flex;
  position: relative;
  margin-top: 16px;
}
@media (max-width: 767.98px) {
  .reel_navi {
    margin-top: 3.2vw;
  }
}

.reel_navi.-modal {
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  margin-top: 0;
  padding: 10px;
  width: 100%;
  height: 60px;
  background-color: #000;
}

.reel_navi.-hide {
  display: none;
}

.reel_next,
.reel_prev {
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-color: #8e8e8e;
  width: 44px;
  height: 44px;
  cursor: pointer;
  transition: background-color 0.1s;
  background: rgba(255, 255, 255, 0.6);
}
@media (max-width: 767.98px) {
  .reel_next,
  .reel_prev {
    width: 11.7333333333vw;
    height: 11.7333333333vw;
  }
}

.reel_next.-modal,
.reel_prev.-modal {
  z-index: 20;
  background: #000;
  color: #fff;
}

.reel_next.-modal:after,
.reel_next.-modal:before,
.reel_prev.-modal:after,
.reel_prev.-modal:before {
  background-color: #fff;
}

.reel_next:active,
.reel_next:focus,
.reel_prev:active,
.reel_prev:focus {
  outline: none;
}

.reel_next:hover:not(.swiper-button-disabled),
.reel_prev:hover:not(.swiper-button-disabled) {
  z-index: 22;
  background-color: rgba(255, 255, 255, 0.6);
}

.reel_next.swiper-button-disabled,
.reel_prev.swiper-button-disabled {
  opacity: 0.8;
}

.reel_next::before,
.reel_prev::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 14px;
  height: 1px;
  background-color: #000;
}
@media (max-width: 767.98px) {
  .reel_next::before,
  .reel_prev::before {
    width: 3.7333333333vw;
  }
}

.reel_next:after,
.reel_prev:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 1px;
  background-color: #000;
}
@media (max-width: 767.98px) {
  .reel_next:after,
  .reel_prev:after {
    width: 1.8666666667vw;
  }
}

.reel_prev:after {
  left: 14px;
  transform: rotate(-45deg);
  transform-origin: left;
}
@media (max-width: 767.98px) {
  .reel_prev:after {
    left: 3.7333333333vw;
  }
}

.reel_next {
  margin-left: -1px;
}

.reel_next:after {
  right: 14px;
  transform: rotate(45deg);
  transform-origin: right;
}
@media (max-width: 767.98px) {
  .reel_next:after {
    right: 3.7333333333vw;
  }
}

.reelItem {
  display: block;
  position: relative;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #333;
  background-color: transparent;
  text-decoration: none;
  color: #fff;
  font-family: inherit;
}

.reelItem:active {
  outline: none;
}

.reelItem_img {
  position: relative;
  width: 195px;
  height: auto;
}
@media (max-width: 767.98px) {
  .reelItem_img {
    width: 52vw;
  }
}

.reelItem_img img {
  opacity: 0.875;
  width: 100%;
  height: 100%;
  transition: opacity 0.25s;
  transform: translate3d(0, 0, 0);
}

.reelItem:hover .reelItem_img img {
  opacity: 1;
}

.reelItem_footer {
  position: relative;
  padding-right: 28px;
  min-height: 52px;
  transition: background-color 0.25s;
  background-color: #000;
  color: #fff;
}
@media (max-width: 767.98px) {
  .reelItem_footer {
    min-height: 13.8666666667vw;
  }
}
.lutecia-equipment .reelItem_footer,
.lutecia-special .reelItem_footer {
  min-height: 70px;
}
@media (max-width: 767.98px) {
  .lutecia-equipment .reelItem_footer,
  .lutecia-special .reelItem_footer {
    min-height: 18.6666666667vw;
  }
}

@media screen and (min-width: 690px) {
  .reelItem_footer {
    padding-right: 30px;
  }
}
.reelItem:hover .reelItem_footer {
  background-color: #1c1c1c;
}

.reelItem_label {
  padding: 8px 0 7px 11px;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.2857142857;
}
@media (max-width: 767.98px) {
  .reelItem_label {
    padding: 1.8666666667vw 2.1333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.2857142857;
  }
}
.reelItem_label > span {
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  .reelItem_label > span {
    font-size: 2.6666666667vw;
  }
}

.reel.-demilarge .reelItem_label {
  box-sizing: border-box;
  min-height: 45px;
}

.reel.-large .reelItem_label {
  box-sizing: border-box;
  min-height: 58px;
}

.reelItem_label > small {
  font-size: 12px;
}

.reelItem_label.-noPaddingRight {
  padding-right: 0;
}

@media screen and (min-width: 690px) {
  .reel.-demilarge .reelItem_label {
    min-height: 56px;
  }

  .reel.-large .reelItem_label {
    min-height: 72px;
  }
}
.reelItem_icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 100%;
  transition: background-color 0.25s;
}
@media (max-width: 767.98px) {
  .reelItem_icon {
    width: 8.2666666667vw;
  }
}

.reelItem:hover .reelItem_icon {
  background-color: none;
}

.reelItem_icon:before,
.reelItem_icon:after {
  content: "";
  position: absolute;
  background-color: #fff;
}

.reelItem_icon:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 11px;
  height: 1px;
}
@media (max-width: 767.98px) {
  .reelItem_icon:before {
    width: 2.9333333333vw;
  }
}

.reelItem_icon:after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 11px;
}
@media (max-width: 767.98px) {
  .reelItem_icon:after {
    height: 2.9333333333vw;
  }
}

.reel_detail {
  display: none;
}

.modal_overlay {
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  position: fixed;
  z-index: 11000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 690px) {
  .modal_overlay {
    padding: 40px;
  }
}
.modal_container {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 460px;
  height: 100%;
  background-color: #000;
}

.modal_header {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #000;
}

.modal_close {
  position: relative;
  z-index: 100;
  padding: 0;
  border: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: transparent;
}

@media screen and (min-width: 690px) {
  .modal_close {
    width: 40px;
    height: 40px;
  }
}
.modal_close:focus {
  outline: none;
  background-color: transparent;
}

.modal_close:active {
  background-color: transparent;
}

.modal_close:after,
.modal_close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background-color: #fff;
}

.modal_close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal_close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal_close:hover:before,
.modal_close:hover:after {
  background-color: #aaa;
}

.modal_contents {
  overflow-y: auto;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #fff;
}

.modal_contents.-center {
  height: auto;
}

.modal_image img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  transform: translate3d(0, 0, 0);
  vertical-align: top;
}

.modal_data {
  overflow-y: auto;
  box-sizing: border-box;
  padding: 14px 16px 16px 16px;
  background-color: #fff;
  color: #000;
}

.modal_data p {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.83333;
}

@media screen and (min-width: 690px) {
  .modal_data p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.71429;
  }
}
.modal_data p.modal_notice {
  margin-top: 2.5em;
  padding-left: 1.25em;
  text-indent: -1.25em;
  font-size: 10px;
}

.modal_data .reference {
  display: inline-block;
  margin-top: -10px;
  vertical-align: middle;
  font-size: 8px;
}

@media screen and (min-width: 690px) {
  .modal_data p.modal_notice {
    font-size: 12px;
  }
}
.modal_data .modal_career {
  margin-top: 25px;
  padding-bottom: 20px;
}

.modal_data .modal_career > * {
  font-size: 10px;
  line-height: 1.6;
}

.modal_data .modal_career h3 {
  font-weight: 800;
}

.modal_data .modal_career ul {
  margin-top: 5px;
  padding-left: 0;
  list-style: none;
}

@media screen and (min-width: 690px) {
  .modal_data .modal_career {
    margin-top: 30px;
  }

  .modal_data .modal_career > * {
    font-size: 12px;
  }
}
.modal_youtube {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  height: 0;
  background-color: #222;
}

.modal_youtube iframe {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal_title {
  font-size: 22px;
  font-weight: normal;
}

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.modal {
  display: none;
}

.modal.is-open {
  display: block;
}

.modal[aria-hidden=false] .modal_overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden=false] .modal_container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden=true] .modal_overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden=true] .modal_container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal .modal_container,
.modal .modal_overlay {
  will-change: transform;
}

.modal_link {
  margin-top: 32px;
  padding-bottom: 20px;
}

.modal_link > .lutecia-btn:not(:first-child) {
  margin-top: 16px;
}

.swiper-wrapper {
  padding-bottom: 8px;
}

.swiper-container.-single {
  overflow: visible;
  margin-top: 16px;
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .swiper-container.-single {
    margin-top: 4.2666666667vw;
  }
}

.swiper-container.-modal {
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 60px;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 690px) {
  .swiper-container.-modal {
    max-width: 100%;
  }
}
.swiper-slide {
  background: #000;
}

.swiper-slide.-single {
  width: 195px;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .swiper-slide.-single {
    width: 52vw;
  }
}

.swiper-slide.-modal {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: transparent;
}

@media screen and (min-width: 690px) {
  .swiper-slide.-modal {
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
  }
}
body.-ie .swiper-slide.-modal {
  opacity: 0;
}

body.-ie .swiper-slide.-modal.swiper-slide-active {
  opacity: 1;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.swiper-pagination-bullet {
  opacity: 1;
  position: relative;
  outline: none;
  width: 18px;
  height: 18px;
  background-color: transparent;
}

.swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  transform: translate(-50%, -50%);
  background-color: #8e8e8e;
}

@media screen and (min-width: 690px) {
  .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
  }

  .swiper-pagination-bullet:after {
    width: 6px;
    height: 6px;
  }
}
.swiper-pagination-bullet:before {
  content: "";
  opacity: 0;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #950606;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  transition: opacity 0.25s;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 690px) {
  .swiper-pagination-bullet:before {
    width: 20px;
    height: 20px;
  }
}
.swiper-pagination-bullet-active:after {
  background-color: #950606;
}

.swiper-pagination-bullet-active:before {
  opacity: 1;
}

@media screen and (min-width: 690px) {
  .swiper-pagination-bullet:hover:after {
    background-color: #950606;
  }

  .swiper-pagination-bullet:hover:before {
    opacity: 1;
  }
}
.swiper-pagination-bullet:active:after {
  background-color: #8e8e8e;
}

.swiper-pagination-bullet:active:before {
  opacity: 0;
}

.pageNavi {
  display: none;
  position: fixed;
  z-index: 100;
  top: 50%;
  right: 30px;
  list-style: none;
  transform: translateY(-50%);
}

@media screen and (min-width: 1120px) {
  .pageNavi {
    display: block;
  }
}
.pageNavi li {
  margin: 8px 0;
}

.pageNavi_link {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  font-family: "NouvelR";
  font-weight: 400;
}

.pageNavi_link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%);
  background-color: #8e8e8e;
}

.pageNavi_link:after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #8e8e8e;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  transform: translate(-50%, -50%);
}

.pageNavi_link.-current {
  pointer-events: none;
}

.pageNavi_link.-current:before,
.pageNavi_link:hover:before {
  transition: background-color 0.1s;
  background-color: #e20000;
}

.pageNavi_link.-current:after,
.pageNavi_link:hover:after {
  opacity: 1;
  border-color: #e20000;
  width: 30px;
  height: 30px;
  transition: opacity 0.45s, width 0.25s, height 0.25s;
}

.pageNavi_label {
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 34px;
  width: 0;
  transition: 0.2s;
  white-space: nowrap;
  color: #e20000;
  font-size: 14px;
  line-height: 30px;
}

.pageNavi_link.-current > .pageNavi_label,
.pageNavi_link:hover > .pageNavi_label {
  opacity: 1;
  right: 40px;
  width: auto;
}

body {
  margin: 0;
}

.wrapper {
  overflow-x: hidden;
  width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.wrapper_inner {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 0 32px;
  width: 100%;
  max-width: 1010px;
}

.wrapper_section {
  border-top: 1px solid #000;
  height: 100vh;
}