.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 16px;
}
.reel_navi.-modal {
  -webkit-box-sizing: border-box;
          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: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s;
  background: rgb(255 255 255 / 60%);
}
.reel_next.-modal,
.reel_prev.-modal {
  z-index: 20;
  color: #fff;
  background: #000;
}
.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: rgb(255 255 255 / 60%);
}
.reel_next.swiper-button-disabled,
.reel_prev.swiper-button-disabled {
  opacity: 0.80;
}
.reel_next::before,
.reel_prev::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 13px;
  width: 14px;
  height: 1px;
  background-color: #000;
}
.reel_next:after,
.reel_prev:after {
  content: "";
  position: absolute;
  top: 20px;
  width: 7px;
  height: 1px;
  background-color: #000;
}

.reel_prev:after {
  left: 13px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.reel_next {
  margin-left: -1px;
}
.reel_next:after {
  right: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right;
          transform-origin: right;
}

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

.reelItem_img {
  position: relative;
  width: 195px;
  height: 146px;
}
@media screen and (min-width: 690px) {
  .reelItem_img {
    width: 240px;
    height: 180px;
  }
}
.reelItem_img img {
  opacity: 0.875;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.reelItem:hover .reelItem_img img {
  opacity: 1;
}

.reelItem_footer {
  position: relative;
  padding-right: 28px;
  min-height: 28px;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  background-color: #000;
  color: #fff;
}
@media screen and (min-width: 690px) {
  .reelItem_footer {
    padding-right: 38px;
  }
}
.reelItem:hover .reelItem_footer {
  background-color: #1c1c1c;
}

.reelItem_label {
  padding: 7px 8px;
  text-align: left;
  font-size: 12px;
  line-height: 14px;
}
.reel.-demilarge .reelItem_label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 45px;
}
.reel.-large .reelItem_label {
  -webkit-box-sizing: border-box;
          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) {
  .reelItem_label {
    padding: 11px 9px 11px 11px;
    font-size: 14px;
    line-height: 16px;
  }
  .reel.-demilarge .reelItem_label {
    min-height: 56px;
  }
  .reel.-large .reelItem_label {
    min-height: 72px;
  }
}

.reelItem_icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 28px;
  height: 28px;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.reelItem:hover .reelItem_icon {
  background-color: none;
}
.reelItem_icon:before,
.reelItem_icon:after {
  content: "";
  position: absolute;
  background-color: #fff;
}
.reelItem_icon:before {
  top: 13px;
  left: 8px;
  width: 13px;
  height: 1px;
}
.reelItem_icon:after {
  top: 7px;
  left: 14px;
  width: 1px;
  height: 13px;
}
@media screen and (min-width: 690px) {
  .reelItem_icon {
    width: 38px;
    height: 38px;
  }
  .reelItem_icon:before {
    top: 19px;
    left: 11px;
    width: 17px;
  }
  .reelItem_icon:after {
    top: 11px;
    left: 19px;
    height: 17px;
  }
}

.reel_detail {
  display: none;
}

.modal_overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 11000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 690px) {
  .modal_overlay {
    padding: 40px;
  }
}

.modal_container {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 460px;
  height: 100%;
  background-color: #000;
}

.modal_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #000;

  -webkit-box-pack: end;

      -ms-flex-pack: end;

          justify-content: flex-end;
}

.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 {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal_close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          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%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  vertical-align: top;
}

.modal_data {
  background-color: #fff;
  color: #000;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 14px 16px 16px 16px;
}
.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{
  font-size: 8px;
  margin-top: -10px;
  display: inline-block;
  vertical-align: middle;
}

@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 {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}

@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            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: 8px;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 690px) {
  .swiper-container.-single {
    margin-top: 12px;
  }
}

.swiper-container.-modal {
  -webkit-box-sizing: border-box;
          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 screen and (min-width: 690px) {
  .swiper-slide.-single {
    width: 240px;
  }
}

.swiper-slide.-modal {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: transparent;
}
@media screen and (min-width: 690px) {
  .swiper-slide.-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

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

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: 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;
  -webkit-transform: translate(-50%, -50%);
          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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #950606;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  -webkit-transform: translate(-50%, -50%);
          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;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1120px) {
  .pageNavi {
    display: block;
  }
}
.pageNavi li {
  margin: 8px 0;
}

.pageNavi_link {
  font-family: 'NouvelR';
  font-weight: 400;
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
}
.pageNavi_link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  -webkit-transform: translate(-50%, -50%);
          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;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pageNavi_link.-current {
  pointer-events: none;
}
.pageNavi_link.-current:before,
.pageNavi_link:hover:before {
  -webkit-transition: background-color 0.1s;
  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;
  -webkit-transition: opacity 0.45s, width 0.25s, height 0.25s;
  transition: opacity 0.45s, width 0.25s, height 0.25s;
}

.pageNavi_label {
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 34px;
  width: 0;
  -webkit-transition: 0.2s;
  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 {
  -webkit-box-sizing: border-box;
          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;
}