/*
===========================================================

  - Custom
  - Set
  - Common
  - Contents
  - Modal

===========================================================
*/
/*
=====================================================================================
====================================== Custom =======================================
=====================================================================================
*/
:root {
  --color-font: #000;
  --mdl-bg: #fff;
  --mdl-overlay: rgba(0, 0, 0, .5);
  --font-main: canada-type-gibson, sans-serif;
}

/*
=====================================================================================
======================================== Set ========================================
=====================================================================================
*/
.main-area {
  overflow: initial;
}

#header_emmi.header {
  background-color: #fff;
}

#header_emmi.header.onBanner {
  background: transparent;
}

#Wrap {
  width: 100%;
}

.bredlist {
  display: none;
}

#em23AW2catalog {
  color: var(--color-font);
  font-feature-settings: "palt";
  text-align: left;
  /* text-justify: inter-ideograph; */
  overflow-x: clip;
  position: relative;
  background: #fff;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
}

#em23AW2catalog ul li {
  list-style: none;
}

#em23AW2catalog img,
#em23AW2catalog video {
  display: block;
  width: 100%;
  height: auto;
}

#em23AW2catalog .img {
  background: #fff;
  line-height: 0;
}

#em23AW2catalog .fakeSticky {
  transition: all 0s;
}

@media (max-width: 767px) {
  html {
    font-size: calc(10*(100vw/375));
  }

  #Contents {
    padding-top: 30px !important;
  }

  main.main-area {
    padding: 0 !important;
  }
}

@media (min-width: 768px) {
  html {
    font-size: calc(10*(100vw/1440));
  }

  #Wrap #Contents {
    padding-top: 35px !important;
  }

  #em23AW2catalog a {
    transition: all 0.3s;
  }

  #em23AW2catalog a:hover {
    opacity: 1;
  }

  #footer_emmi .footerGuideNav .footerNavBlock p {
    z-index: initial;
  }
}

/*
=====================================================================================
====================================== Common =======================================
=====================================================================================
*/
#em23AW2catalog .block {
  position: relative;
}

@media (max-width: 767px) {
  #em23AW2catalog .pcOnly {
    display: none;
  }
}

@media (min-width: 768px) {
  #em23AW2catalog .spOnly {
    display: none;
  }
}

/*
=====================================================================================
===================================== Contents ======================================
=====================================================================================
*/
.sticky-block {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 0;
  background: #fff;
}

.no-sticky {
  position: relative;
  z-index: 1;
  transform: translateZ(0);
}




/* ===============================================
* mvSlider *
=============================================== */
.mv p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(122* (100vw /1440));
  font-size: calc(11* (100vw /1440));
  letter-spacing: 0.0334em;
  line-height: 1.5454545455;
  text-align: center;
  width: calc(1440* (100vw /1440));
  z-index: 1;
}

.mvSlider {
  display: flex;
  width: 100vw;
  height: 86.3rem;
  overflow: hidden;
}

.mvSlider img {
  width: auto !important;
  height: 100% !important;
}

.mvSlider img:first-child {
  animation: loop 200s -100s linear infinite;
}

.mvSlider img:last-child {
  animation: loop2 200s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

@media screen and (max-width: 767px) {
  .mvSlider {
    height: calc(1265* (100vw /750));
  }
}

/* ▽_____________ mv-nav ______________▽ */
/* .bg_wht {
  background-color: #fff;
} */

@media screen and (max-width: 767px) {
  .mv p {
    top: calc(161* (100vw /750));
    font-size: calc(16* (100vw /750));
    letter-spacing: 0.0334em;
    line-height: 1.5625;
    width: calc(750* (100vw /750));
  }

  .bg_wht::before {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100* (100vw / 750));
    bottom: calc(-10* (100vw / 1440));
    left: 0;
    z-index: -1;
    background: #fff;
  }

  .topslider img {
    height: calc(100vh - 30px);
    height: calc(100svh - 30px);
    object-fit: cover;
  }
}

.color_wht {
  color: #fff;
}

.mv_nav {
  padding: calc(26* (100vw / 750)) 0 calc(51* (100vw / 750));
}

.mv_nav p {
  display: flex;
  justify-content: space-between;
  width: calc(690* (100vw / 750));
  margin: auto;
}

.mv_nav p span {
  display: block;
  font-size: calc(25* (100vw / 750));
  letter-spacing: 0.05em;
  font-weight: 400;
}


.mv_nav .link {
  font-size: calc(52* (100vw / 750));
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(107* (100vw / 750));
  margin: calc(375* (100vw / 750)) 0 calc(410* (100vw / 750));
  letter-spacing: 0.06em;
  padding-left: calc(40* (100vw / 750));
}


.credit-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: calc(12* (100vw / 750)) calc(14* (100vw / 750));
  padding-left: calc(40* (100vw / 750));
  font-size: calc(22* (100vw / 750));
  font-weight: 500;
  margin-top: calc(20* (100vw / 750));
}

.credit-wrap.padding-left {
  padding-left: calc(60* (100vw / 750));
}

.credit-wrap li {
  letter-spacing: 0.04em;
  font-weight: 500;
}

.credit-wrap .credit-num {
  text-indent: -1.6em;
  display: inline-block;
}

.credit-wrap .credit-price {
  text-decoration: underline;
  font-weight: 500;
}

.credit-wrap li.space {
  width: 20%;
}

@media screen and (min-width: 768px) {
  .mv_nav {
    padding: calc(12* (100vw / 1440)) 0 calc(116* (100vw / 1440));
  }

  .mv_nav p {
    width: calc(1363* (100vw / 1440));
  }

  .mv_nav p span {
    display: block;
    font-size: calc(16* (100vw / 1440));
  }

  .mv_nav p span:nth-child(2) {
    position: relative;
    left: calc(43* (100vw /1440));
  }

  .credit-wrap {
    gap: calc(6* (100vw / 1440)) calc(10* (100vw / 1440));
    padding-left: calc(29* (100vw / 1440));
    font-size: calc(12* (100vw / 1440));
    margin-top: calc(15* (100vw / 1440));
  }

  .credit-wrap.padding-left {
    padding-left: calc(60* (100vw / 1440));
  }

  .credit-wrap .credit-num {
    text-indent: -2.4em;
  }

}

@media screen and (max-width: 767px) {
  .mv_nav p span:nth-child(2) {
    position: relative;
    left: calc(-134* (100vw /750));
  }
}

.sec_ttl_wrap {
  position: relative;
}

.sec_ttl_wrap h2 {
  position: absolute;
  left: 50%;
  transform: translateX(-43.3%);
  bottom: calc(184* (100vw / 750));
  font-size: calc(58* (100vw / 750));
  letter-spacing: 0.06em;
  color: #fff;
  z-index: 2;
}

.sec_ttl_wrap h2.__2 {
  color: #000;
}

.sec_ttl_wrap h2::before {
  font-size: calc(35* (100vw / 750));
}

@media screen and (min-width: 768px) {
  .sec_ttl_wrap h2 {
    transform: translateX(-43.3%);
    bottom: calc(54* (100vw / 1440));
    font-size: calc(52* (100vw / 1440));
  }

  .sec_ttl_wrap h2::before {
    font-size: calc(31* (100vw / 1440));
    left: calc(-37* (100vw / 750));
  }
}





/* ===============================================
* thumbnail-wrap *
=============================================== */
.content__thumbnail-wrap {
  display: grid;
  width: calc(1364* (100vw / 1440));
  margin: auto;
  grid-template-columns: repeat(auto-fill, calc(116* (100vw / 1440)));
  grid-template-rows: repeat(auto-fill, calc(158* (100vw / 1440)));
  gap: calc(40* (100vw / 1440));
}

.content__thumbnail-item img {
  width: auto !important;
  height: calc(158* (100vw / 1440)) !important;
}

/*thumbnail 調整 ___________________________*/
@media screen and (min-width: 768px) {
  .content .content__thumbnail-item.--1 {
    grid-row: span 2;
    height: calc(158* (100vw / 1440));
  }

  .content .content__thumbnail-item.--2 {
    grid-column: 5;
  }

  .content .content__thumbnail-item.--5 {
    grid-column: span 2;
    width: calc(116* (100vw / 1440));
  }

  .content .content__thumbnail-item.--10 {
    grid-column: span 3;
    width: calc(116* (100vw / 1440));
  }

  .content .content__thumbnail-item.--12 {
    grid-column: 3;
  }

  .content .content__thumbnail-item.--13 {
    grid-column: 7 /span 3;
    width: calc(116* (100vw / 1440));
  }

  .content .content__thumbnail-item.--14 {
    grid-column: span 2;
    width: calc(116* (100vw / 1440));
  }

  .content .content__thumbnail-item.--19 {
    grid-column: 8;
  }

  .content .content__thumbnail-item.--20 {
    grid-column: 2;
  }

  .content .content__thumbnail-item.--23 {
    grid-column: 8/span 2;
    width: calc(116* (100vw / 1440));
  }

  .content .content__thumbnail-item.--25 {
    grid-column: 6/span 2;
    width: calc(237* (100vw / 1440));
    position: relative;
    left: calc(36* (100vw / 1440));
  }

  .content .content__thumbnail-item.--26 {
    grid-column: 8/span 2;
    width: calc(237* (100vw / 1440));
  }

  .content .content__thumbnail-item.--27 {
    grid-column: 2/span 3;
    width: calc(237* (100vw / 1440));
    position: relative;
    left: calc(36* (100vw / 1440));
  }
}

@media screen and (max-width: 767px) {
  .content__thumbnail-wrap {
    width: calc(690* (100vw /750));
    grid-template-columns: repeat(auto-fill, calc(210* (100vw /750)));
    grid-template-rows: repeat(auto-fill, calc(286* (100vw / 750)));
    gap: calc(30* (100vw /750));
  }

  .content__thumbnail-item img {
    height: calc(286* (100vw / 750)) !important;
  }

  .content .content__thumbnail-item.--1 {
    grid-column: 2;
  }

  .content .content__thumbnail-item.--4 {
    grid-column: 2/span 2;
    width: calc(210* (100vw /750));
  }

  .content .content__thumbnail-item.--5 {
    grid-column: 3;
    position: relative;
    left: calc(-78* (100vw /750));
    width: calc(286* (100vw /750));
  }

  .content .content__thumbnail-item.--9 {
    grid-column: 2;
  }

  .content .content__thumbnail-item.--11 {
    grid-column: span 2;
    width: calc(210* (100vw /750));
  }

  .content .content__thumbnail-item.--12 {
    grid-column: 2/span 2;
  }

  .content .content__thumbnail-item.--14 {
    grid-column: 3;
  }

  .content .content__thumbnail-item.--16 {
    grid-column: span 2;
    width: calc(210* (100vw /750));
  }

  .content .content__thumbnail-item.--17 {
    grid-column: 2;
  }

  .content .content__thumbnail-item.--19 {
    grid-column: span 3;
    width: calc(450* (100vw /750));
  }

  .content .content__thumbnail-item.--23 {
    grid-column: 3;
  }

  .content .content__thumbnail-item.--24,
  .content .content__thumbnail-item.--25 {
    grid-column: span 3;
    width: calc(450* (100vw /750));
  }

  .content .content__thumbnail-item.--26 {
    grid-column: 3;
    position: relative;
    left: calc(-70* (100vw /750));
  }
}

/* ===============================================
* 小嶺さんcss *
=============================================== */
button:hover {
  cursor: pointer;
}

.grid-item:hover {
  cursor: pointer;
}

.modal-wrapper {
  display: none;
}

.modal-bg,
.modal-main {
  position: fixed;
  inset: 0;
  margin: auto;
}

.modal-bg {
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.modal-main {
  display: grid;
  justify-items: center;
  align-items: center;
  width: calc(1400* (100vw / 1440));
  height: calc(860* (100vw / 1440));
  height: calc(1040* (100vh /1080));
  z-index: 1000;
}

@media screen and (max-height: 1050px) and (min-width: 768px) {
  .modal-main {
    max-height: calc(770* (100vh / 900));
    max-height: calc(1030* (100vh / 1050));
  }
}

.modal-close {
  width: calc(34* (100vw /1440));
  height: calc(34* (100vw /1440));
  position: absolute;
  top: calc(13* (100vw /1440));
  right: calc(18* (100vw /1440));
  z-index: 1;
}

.close_btn_black.hide,
.close_btn_white.hide {
  /* display: none; */
  display: block;
  opacity: 0;
}

.modal-close img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* width: 100%; */
  height: auto;
  margin: auto;
  transition: all .5s;
}

.counter {
  margin-top: 5px;
  text-align: center;
}

body.no_scroll {
  overflow: hidden;
}

@media screen and (max-width: 767px) {

  .modal-main {
    width: calc(710* (100vw / 750));
    height: 100vh;
  }

  .modal-close {
    width: calc(40* (100vw /750));
    height: calc(40* (100vw /750));
    top: calc(37* (103vw /750));
    right: calc(-4* (100vw /750));
  }
}

/* ===============================================
*  *
=============================================== */
.slick-prev,
.slick-next {
  width: calc(100* (100vw / 1440));
  height: calc(20* (100vw / 1440));
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  transform: translate(0);
  z-index: 2;
  position: relative;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

@media screen and (min-width: 768px) {
  .slick-next {
    left: 15px;
  }
}

.slick-prev:before,
.slick-next:before {
  font-size: calc(24* (100vw /1440));
  letter-spacing: 0.04em;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.slick-prev:before {
  content: 'BACK';
  color: #000;
}

.slick-next:before {
  content: 'NEXT';
  color: #000;
}

.slick-dotted.slick-slider {
  margin: 0;
}

.arrows {
  position: relative;
  margin: 0 0 0 auto;
  display: flex;
  width: auto;
  width: calc(170* (100vw / 1440));
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  button.slick-arrow {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {

  .slick-prev,
  .slick-next {
    width: calc(100* (100vw / 750));
    height: calc(20* (100vw / 750));
    bottom: initial;
    top: calc(30* (100vw /750));
    position: absolute;
  }

  .slick-arrow.slick-prev {
    left: calc(-13* (100vw / 750));
  }

  .slick-arrow.slick-next {
    left: calc(86* (100vw /750));
  }

  .slick-prev:before,
  .slick-next:before {
    font-size: calc(22* (100vw /750));
    letter-spacing: 0.04em;
  }

  .slick-arrow.slick-prev::after,
  .slick-arrow.slick-next::after {
    width: calc(60* (100vw /750));
    height: 1px;
    top: calc(18* (100vw /750));
    left: 50%;
    transform: translateX(-63%) rotate(0);
  }

  .slick-arrow.slick-prev::before,
  .slick-arrow.slick-next::before {
    transform: rotate(0);
    width: 0;
    height: 0;
  }

}

/* ===============================================
* modal layout *
=============================================== */

.slider-item-inner {
  display: grid;
  grid-template-rows: calc(20* (100vw / 1440)) calc(70* (100vw / 1440)) auto;
  grid-template-columns: calc(20* (100vw / 1440)) calc(432* (100vw / 1440)) auto;
  width: calc(1400* (100vw / 1440));
  height: calc(860* (100vw / 1440));
  height: calc(1040* (100vh /1080));
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
}

@media screen and (max-height: 1050px) and (min-width: 768px) {
  .slider-item-inner {
    max-height: calc(770* (100vh / 900));
    max-height: calc(1030* (100vh / 1050));
  }
}

@media screen and (min-width: 1600px) {
  .modal-main {
    /* height: 940px; */
  }

  .slider-item-inner {
    /* height: 940px; */
    /* margin-top: 22px; */
    height: calc(1030* (100vh /1080));
  }

  .modal-close {
    /* top: 50px; */
  }

}

.slider-item-inner>.imgbox {
  width: calc(946.5* (100vw / 1440));
  grid-area: 1/3;
}

.slider-item-inner>.imgbox li {
  margin-bottom: calc(20* (100vw / 1440));
}

.slider-item-inner>.imgbox li:last-child {
  padding-bottom: calc(90* (100vw /1440));
}

.slider-item-inner>.imgbox .width1 {
  width: calc(631* (100vw / 1440));
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .slider-item-inner>.imgbox .--mt {
    margin-top: calc(86* (100vw /1440));
  }

  .slider-item-inner>.imgbox li:last-child {
    padding-bottom: calc(55* (100vw /1440));
    margin-top: calc(74* (100vw /1440));
  }
}

@media screen and (max-width: 767px) {
  .slider-item-inner>.imgbox .--mt {
    margin-top: calc(238* (100vw /750));
  }
}

.slider-item-inner>.imgbox .width2 {
  margin-left: auto;
  width: calc(900* (100vw / 1440));

}

.slider-item-inner>.imgbox .width3 {
  margin-left: auto;
  width: 100%
}

.slider-item-inner>.creditWrap {
  position: fixed;
  bottom: calc(4* (100vw / 1440));
  padding-left: calc(20* (100vw / 1440));
  width: calc(900* (100vw / 1440));
}

.slider-item-inner>.creditWrap {
  display: flex;
  gap: calc(10* (100vw / 1440));
  font-size: calc(11* (100vw / 1440));
  letter-spacing: 0.04em;
}

.slider-item-inner>.creditWrap .small {
  position: relative;
  font-size: 0.6em;
  top: calc(-4* (100vw / 1440));
  padding: 0 calc(1* (100vw / 1440));
}

.slider-item-inner>.creditWrap .underline {
  text-decoration: underline;
}

.slider-item-inner>.modalInner__thumbnail-wrap {
  grid-area: 2/2/3/3;
}

@media screen and (min-width: 768px) {
  .slider-item-inner>.modalInner__thumbnail-wrap {
    position: fixed;
  }
}

.slider-item-inner>.modalInner__thumbnail-wrap p {
  font-size: calc(27* (100vw / 1440));
  letter-spacing: 0.01em;
  margin-bottom: calc(39* (100vw / 1440));
}

.slider-item-inner>.modalInner__thumbnail-wrap ul {
  display: flex;
  gap: calc(40* (100vw / 1440));
}

.slider-item-inner>.modalInner__thumbnail-wrap li:hover {
  cursor: pointer;
}

.slider-item-inner .content__thumbnail-item img {
  width: auto !important;
  height: calc(128* (100vw / 1440)) !important;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  width: calc(1400* (100vw / 1440));
}

@media screen and (max-width: 767px) {

  .slider-item-inner {
    display: block;
    grid-template-rows: initial;
    grid-template-columns: initial;
    width: calc(710* (100vw /750));
    height: 100vh;
    padding-top: calc(185* (100vw /750));
  }

  .slider-item-inner>.imgbox {
    width: 100%;
    grid-area: 1/3;
  }

  .slider-item-inner>.imgbox li {
    margin-bottom: calc(20* (100vw /750));
  }

  .slider-item-inner>.imgbox li:last-child {
    padding-bottom: 0;
  }

  .slider-item-inner>.imgbox .width1 {
    width: 100%;
    margin-left: 0;
  }

  .slider-item-inner>.imgbox .width2 {
    width: 100%;
  }

  .slider-item-inner>.creditWrap {
    position: fixed;
    top: 0;
    padding-left: 0;
    padding: calc(110* (100vw /750)) 0 calc(23* (100vw /750));
    width: calc(710* (100vw / 750));
    background: #fff;
    height: fit-content;
  }

  .slider-item-inner>.creditWrap {
    display: flex;
    flex-wrap: wrap;
    gap: calc(10* (100vw / 750));
    font-size: calc(22* (100vw / 750));
    letter-spacing: 0.03em;
  }

  .slider-item-inner>.creditWrap .small {
    position: relative;
    font-size: 0.7em;
    top: calc(-3* (100vw / 750));
    padding: 0 calc(2* (100vw / 750));
  }

  .slider-item-inner>.modalInner__thumbnail-wrap {
    margin: calc(106* (100vw /750)) 0 calc(130* (100vw /750));
  }

  .slider-item-inner>.modalInner__thumbnail-wrap p {
    font-size: calc(32* (100vw / 750));
    margin-bottom: calc(30* (100vw / 750));
  }

  .slider-item-inner>.modalInner__thumbnail-wrap ul {
    display: flex;
    gap: calc(20* (100vw / 750));
  }

  .slider-item-inner .content__thumbnail-item img {
    height: calc(219* (100vw / 750)) !important;
  }

  .slick-slider .slick-track,
  .slick-slider .slick-list {
    width: calc(710* (100vw / 750));
  }
}


/* ▽_____________em23AW2catalog_footer______________▽ */
.em23AW2catalog_footer {
  display: flex;
  width: calc(690* (100vw /750));
  margin: auto;
  justify-content: space-between;
  padding: calc(318* (100vw / 750)) 0 calc(60* (100vw /750));
  position: relative;
}

.em23AW2catalog_footer::before {
  content: "";
  position: absolute;
  background: #000;
  width: 100vw;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  top: calc(247* (100vw /750));
}

.em23AW2catalog_footer h2 {
  font-size: calc(22* (100vw / 750));
  letter-spacing: 0.05em;
  line-height: 1.35;
}

.em23AW2catalog_footer .text span {
  display: block;
  font-size: calc(26* (100vw / 750));
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-top: calc(59* (100vw / 750));
}

.em23AW2catalog_footer .text span:nth-child(2) {
  font-size: calc(23* (100vw / 750));
  letter-spacing: 0.04em;
  line-height: 1.3913043478;
  margin-top: calc(13* (100vw / 750));
}

.em23AW2catalog_footer .link {
  display: flex;
  flex-direction: column;
  gap: calc(36* (100vw / 750));
  font-size: calc(40* (100vw / 750));
  letter-spacing: 0.06em;
  margin-top: calc(103* (100vw / 750));
  padding-left: calc(30* (100vw / 750));
}

.em23AW2catalog_footer .sec-number::before {
  font-size: calc(23 * (100vw / 750));
  left: calc(-30* (100vw / 750));
}

.em23AW2catalog_footer .movie08 {
  width: calc(450* (100vw / 750));
  margin: calc(70* (100vw / 750)) 0 0 0;
}

.em23AW2catalog_footer .staff_credit {
  display: flex;
  flex-direction: column;
  gap: calc(12* (100vw / 750)) 0;
  font-size: calc(22* (100vw / 750));
  line-height: 1.44;
  letter-spacing: 0.02em;
}

.em23AW2catalog_footer .staff_credit li {
  font-weight: 500;
}

.em23AW2catalog_footer .staff_credit .small {
  font-size: calc(12.5* (100vw / 750));
  vertical-align: super;
  font-weight: 500;
}

.em23AW2catalog_footer .copyright {
  position: absolute;
  font-size: calc(15.9* (100vw / 750));
  letter-spacing: 0.04em;
  font-weight: 500;
  bottom: 0;
}

#footer_emmi {
  padding-top: calc(50* (100vw / 750));
}

@media screen and (min-width: 768px) {
  .em23AW2catalog_footer {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: calc(193* (100vw / 1440)) 0 calc(31* (100vw / 1440));
    width: calc(1364* (100vw /1440));
    margin: auto;
  }

  .em23AW2catalog_footer::before {
    content: "";
    position: absolute;
    background: #000;
    width: 100vw;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    top: calc(131* (100vw /1440));
  }

  .em23AW2catalog_footer .block2 {
    display: flex;
    justify-content: space-between;
    width: calc(1173* (100vw / 1440));
  }

  .em23AW2catalog_footer h2 {
    font-size: calc(14* (100vw / 1440));
    letter-spacing: 0.05em;
    line-height: 1.35;
  }

  .em23AW2catalog_footer .text span {
    font-size: calc(15* (100vw / 1440));
    margin-top: calc(42* (100vw / 1440));
  }

  .em23AW2catalog_footer .text span:nth-child(2) {
    font-size: calc(15* (100vw / 1440));
    line-height: 1.3333333333;
    margin-top: calc(10* (100vw / 1440));
  }

  .em23AW2catalog_footer .link {
    gap: calc(43* (100vw / 1440));
    font-size: calc(30* (100vw / 1440));
    margin-top: calc(150* (100vw / 1440));
    padding-left: calc(20* (100vw / 1440));
  }

  .em23AW2catalog_footer .sec-number::before {
    font-size: calc(20* (100vw / 1440));
    left: calc(-20* (100vw / 1440));
  }

  .em23AW2catalog_footer .sec-number::after {
    content: none;
  }

  .em23AW2catalog_footer .movie08 {
    width: calc(584* (100vw / 1440));
    margin: 0;
  }

  .em23AW2catalog_footer .staff_credit {
    height: calc(290* (100vw / 1440));
    gap: calc(6* (100vw / 1440)) calc(36* (100vw / 1440));
    font-size: calc(14* (100vw / 1440));
    line-height: 1.4285714286;
    margin-top: calc(-2* (100vw /1440));
    letter-spacing: 0.02em;
    flex-wrap: wrap;
  }

  .em23AW2catalog_footer .staff_credit::after {
    content: "";
    height: 10%;
  }

  .em23AW2catalog_footer .staff_credit li:nth-child(9) {
    margin-top: calc(47* (100vw / 1440));
  }

  .em23AW2catalog_footer .staff_credit .small {
    font-size: calc(8* (100vw / 1440));
  }

  .em23AW2catalog_footer .copyright {
    position: absolute;
    bottom: calc(-10* (100vw / 1440));
    left: calc(0* (100vw / 1440));
    font-size: calc(9* (100vw / 1440));
  }

  #footer_emmi {
    padding-top: 0;
    margin-top: calc(27* (100vw / 1440));
  }
}



/* アニメーション */
.sec-number {
  opacity: 0;
}

.mv_nav .sec-number {
  opacity: 1;
}

.em23AW2catalog_footer .sec-number.__2 {
  transition-delay: 0.2s;
}

.em23AW2catalog_footer .sec-number.__3 {
  transition-delay: 0.4s;
}

.sec-number.show {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .credit-wrap:not(.js-credit-content) {
    opacity: 0;
  }

  .credit-wrap:not(.js-credit-content).show {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .credit-wrap {
    opacity: 0;
  }

  .credit-wrap.show {
    opacity: 1;
  }
}





@media (min-width: 768px) and (max-width: 1366px) {
  #em23AW2catalog .mdlBox .mdlInner .mdlContents .mdlCloseBtn {
    right: calc(-62*(100vw/1366));
    width: calc(42*(100vw/1366));
    height: calc(42*(100vw/1366));
  }

  #em23AW2catalog .mdlBox .mdlInner .mdlContents .mdlCloseBtn::before,
  #em23AW2catalog .mdlBox .mdlInner .mdlContents .mdlCloseBtn::after {
    top: calc(20*(100vw/1366));
    height: calc(1*(100vw/1366));
  }

  #em23AW2catalog .mdlBox .mdlInner .mdlContents>ul>li .itemCredit ul li {
    font-size: calc(10*(100vw/1366));
  }
}

#header_emmi.header.header_opacity {
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 0;
}


@media screen and (min-width: 768px) {
  .btn-modal01+.btn-modal11 {
    position: relative;
    left: calc(-20* (100vw /1440));
  }

  .slider-item.column .slider-item-inner>.modalInner__thumbnail-wrap ul {
    flex-direction: column;
  }
}

/*# sourceMappingURL=style.css.map */