@charset "UTF-8";

@media only screen and (min-width: 1919px) {

  html,
  body {
    font-size: 62.5%;
  }
}

@media only screen and (min-width: 587px) and (max-width: 1919px) {

  html,
  body {
    font-size: calc(10 * (100vw / 1920));
  }
}

@media only screen and (max-width: 586px) {

  html,
  body {
    font-size: calc(10 * (100vw / 750));
  }
}

.main-area {
  max-width: none;
  min-width: auto;
}

.bredlist.lp {
  min-width: auto;
  max-width: none;
  margin: 0 auto;
}

@media only screen and (min-width: 587px) {
  .bredlist.lp {
    width: 120rem;
  }
}

@media only screen and (max-width: 586px) {
  .bredlist.lp {
    max-width: 70rem;
  }
}

.main-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  margin: 0 auto;
  /* -------------------- 対IE -------------------- */
}

@media only screen and (min-width: 1919px) {
  .main-container {
    max-width: 1920px;
  }
}

@media only screen and (min-width: 587px) and (max-width: 1919px) {
  .main-container {
    max-width: calc(1920 * (100vw / 1920));
  }
}

@media only screen and (max-width: 586px) {
  .main-container {
    max-width: calc(586 * (100vw / 586));
  }
}

_:-ms-lang(x)::-ms-backdrop .main-container {
  overflow-x: hidden;
}

.main-container .item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-container * a {
  display: inline-block;
}

.main-container picture {
  display: block;
}

.main-container img {
  width: 100%;
}

.main-container video {
  width: 100%;
  height: 100%;
}

.main-container a:link,
.main-container h2,
.main-container h3,
.main-container h4,
.main-container h5,
.main-container h6 {
  color: inherit;
}

.main-container {
  /* -------------------- 画像透け防止 -------------------- */
  /* -------------------- flexコンテンツ箱 -------------------- */
  /* -------------------- テキスト改行 -------------------- */
  /* -------------------- 動画 -------------------- */
  /* -------------------- stickyセクション -------------------- */
}

.main-container .image-opacity-block {
  position: relative;
  z-index: 1;
}

.main-container .image-opacity-block::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.main-container .layout-flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 586px) {
  .main-container .layout-flex-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.main-container .txt-new-line {
  display: block;
}

.main-container .item-movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-container .item-movie video {
  width: inherit;
}

.main-container .sticky-section-block {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #fff;
  /* -------------------- 対IE -------------------- */
}

.main-container .sticky-section-block _:-ms-lang(x)::-ms-backdrop,
.main-container .sticky-section-block {
  position: initial;
}

@media only screen and (min-width: 587px) {
  .main-container .second-section-block {
    margin-bottom: 30rem;
    top: -900rem;
  }
}

@media only screen and (max-width: 586px) {
  .main-container .second-section-block {
    margin-bottom: calc(60 * (100vw / 586));
    top: calc(100vh - (8200 * (100vw / 586)));
  }
}

.main-container figure a {
  cursor: pointer;
}

.main-container .under-image {
  position: relative;
}

.main-container .under-image .over-txt {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/* -------------------- フェード各種 -------------------- */
.js-fade {
  opacity: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.js-fade.show {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.js-fade-up {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
}

/* ---------------------------------------------------------------------------------------------------- */
.main-container {
  /* -------------------- ファーストビュー -------------------- */
  /* -------------------- クロージング -------------------- */
}

.main-container .firstvue-section-block {
  position: relative;
  height: 100vh;
  /* -------------------- 対IE -------------------- */
}

@media only screen and (min-width: 587px) {
  .main-container .firstvue-section-block {
    margin: 0 auto;
    margin-bottom: 17rem;
  }
}

.main-container .firstvue-section-block _:-ms-lang(x)::-ms-backdrop,
.main-container .firstvue-section-block {
  width: 86.4rem;
}

@media only screen and (max-width: 1680px) {
  .main-container .firstvue-section-block {
    width: 89rem;
  }
}

@media only screen and (max-width: 1440px) {
  .main-container .firstvue-section-block {
    width: 104rem;
  }
}

@media only screen and (max-width: 1366px) {
  .main-container .firstvue-section-block {
    width: 113rem;
  }
}

@media only screen and (max-width: 1280px) {
  .main-container .firstvue-section-block {
    width: 117rem;
  }
}

.main-container .firstvue-section-block _:lang(x)+_:-webkit-full-screen-document,
.main-container .firstvue-section-block {
  width: -webkit-fit-content;
  width: fit-content;
}

.main-container .firstvue-section-block _:lang(x)::-moz-placeholder,
.main-container .firstvue-section-block {
  width: -moz-fit-content;
  width: fit-content;
}

.main-container .firstvue-section-block _:lang(x)::-ms-,
.main-container .firstvue-section-block {
  width: fit-content;
}

.main-container .firstvue-section-block _:lang(x)::-internal-media-controls-overlay-cast-button,
.main-container .firstvue-section-block {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media only screen and (max-width: 586px) {
  .main-container .firstvue-section-block {
    margin-bottom: calc(120 * (100vw / 586));
  }
}

.main-container .firstvue-section-block video {
  width: auto;
  /* -------------------- 対Safari -------------------- */
  /* -------------------- 対IE -------------------- */
}

.main-container .firstvue-section-block video _:lang(x)+_:-webkit-full-screen-document,
.main-container .firstvue-section-block video {
  object-fit: cover;
}

.main-container .firstvue-section-block video _:-ms-lang(x)::-ms-backdrop,
.main-container .firstvue-section-block video {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {

  .main-container .firstvue-section-block video _:-ms-lang(x)::-ms-backdrop,
  .main-container .firstvue-section-block video {
    position: static;
    height: 100%;
    width: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
}

@media only screen and (max-width: 586px) {
  .main-container .firstvue-section-block video {
    width: calc(586 * (100vw / 586));
  }
}

.main-container .firstvue-section-block .sound-control-container {
  position: absolute;
  cursor: pointer;
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.136;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  color: #fff;
}

@media only screen and (min-width: 587px) {
  .main-container .firstvue-section-block .sound-control-container {
    border: 1px solid #fff;
    border-radius: 5.6px;
    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;
    width: 6rem;
    height: 3.7rem;
    right: 3rem;
    bottom: 3rem;
    font-size: 1.1rem;
  }

  .main-container .firstvue-section-block .sound-control-container span {
    text-align: center;
  }
}

@media only screen and (min-width: 586px) and (max-width: 1025px) {
  .main-container .firstvue-section-block .sound-control-container {
    width: 10rem;
    height: 5rem;
  }
}

@media only screen and (min-width: 586px) and (max-width: 769px) {
  .main-container .firstvue-section-block .sound-control-container {
    width: 13rem;
    height: 8rem;
  }
}

@media only screen and (max-width: 586px) {
  .main-container .firstvue-section-block .sound-control-container {
    top: calc(50 * (100vw / 586));
    right: calc(50 * (100vw / 586));
    font-size: calc(13 * (100vw / 586));
  }

  .main-container .firstvue-section-block .sound-control-container::before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background: url(../img/header/sound-icon.svg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: calc(8 * (100vw / 586));
    height: calc(12 * (100vw / 586));
  }

  .main-container .firstvue-section-block .sound-control-container p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: calc(14.5 * (100vw / 586));
  }

  .main-container .firstvue-section-block .sound-control-container p span {
    margin-left: calc(6 * (100vw / 586));
  }
}

@media only screen and (max-width: 586px) {
  .main-container .item-movie {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media only screen and (max-width: 586px) {
  .main-container .closing-container {
    margin-bottom: calc(160 *(100vw / 750));
  }
}

/* -------------------- item -------------------- */
@media only screen and (min-width: 587px) {
  .main-container .item01 {
    width: 38rem;
    margin: 0 auto 17rem;
  }
}

@media only screen and (max-width: 586px) {
  .main-container .item01 {
    text-align: center;
  }
}

@media only screen and (min-width: 587px) {
  .main-container .item01 a {
    margin-bottom: 3.6rem;
  }
}

@media only screen and (max-width: 586px) {
  .main-container .item01 a {
    width: calc(380 * (100vw / 586));
    margin: 0 auto;
  }
}

@media only screen and (min-width: 587px) {
  .main-container .item01 picture {
    width: 34.6rem;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 586px) {
  .main-container .item01 picture {
    margin-top: calc(-3 * (100vw / 586));
  }
}

@media only screen and (max-width: 586px) {
  .main-container .item01 {
    width: calc(437 * (100vw / 586));
    margin: 0 auto 0;
  }
}

.main-container .picture01-item03-container .picture01 {
  width: 44.8rem;
}

@media only screen and (min-width: 587px) {
  .main-container .picture01-item03-container .item03 {
    width: 70rem;
    margin-top: 26.6rem;
  }
}

@media only screen and (min-width: 587px) {
  .main-container .item06 {
    width: 50rem;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 586px) {
  .main-container .item06 {
    width: calc(340 * (100vw / 586));
    margin: 0 auto 0;
  }
}

@media only screen and (min-width: 587px) {
  .main-container .item07-item08-container {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 10rem;
  }
}

@media only screen and (min-width: 587px) {
  .main-container .item07-item08-container .item07 {
    width: 85.4rem;
  }
}

@media only screen and (min-width: 587px) {
  .main-container .item07-item08-container .item08 {
    width: 52.6rem;
  }
}

@media only screen and (min-width: 587px) {

  .main-container .item10-item12-container .item10,
  .main-container .item10-item12-container .item11,
  .main-container .item10-item12-container .item12 {
    width: 45.3rem;
  }
}

@media only screen and (max-width: 586px) {

  .main-container .item10-item12-container .item10,
  .main-container .item10-item12-container .item11 {
    width: 50%;
  }
}

@media only screen and (min-width: 587px) {
  .main-container .item13 .over-txt {
    width: 90.8rem;
    /* -------------------- 対IE -------------------- */
  }

  .main-container .item13 .over-txt _:-ms-lang(x)::-ms-backdrop,
  .main-container .item13 .over-txt img {
    height: 100%;
  }
}

@media only screen and (max-width: 586px) {
  .main-container .item13 .over-txt {
    width: calc(476 * (100vw / 586));
  }
}

@media only screen and (min-width: 587px) {
  .main-container .item13 .over-txt img {
    margin-top: 23.1rem;
  }
}

@media only screen and (max-width: 586px) {
  .main-container .item13 .over-txt img {
    margin-top: calc(94 * (100vw / 586));
  }
}

@media only screen and (min-width: 587px) {
  .main-container .item15-picture02-container {
    width: 128.4rem;
    margin-left: 37.6rem;
  }
}

@media only screen and (min-width: 587px) {
  .main-container .item15-picture02-container .item15 {
    width: 76.8rem;
  }
}

@media only screen and (min-width: 587px) {
  .main-container .item15-picture02-container .picture02 {
    width: 49.6rem;
    margin-top: 51.3rem;
  }
}

@media only screen and (max-width: 586px) {
  .main-container .item15-picture02-container .picture02 {
    width: calc(340 * (100vw / 586));
    margin: 0 auto;
  }
}

@media only screen and (min-width: 587px) {
  .main-container .item18 {
    width: 59.9rem;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 587px) {

  .main-container .item19-item20-container .item19,
  .main-container .item19-item20-container .item20 {
    width: 69rem;
  }
}

.main-container .item22 {
  margin: 0 auto;
}

@media only screen and (min-width: 587px) {
  .main-container .item22 {
    width: 50rem;
  }
}

@media only screen and (max-width: 586px) {
  .main-container .item22 {
    width: calc(406 * (100vw / 586));
  }
}

@media only screen and (min-width: 587px) {

  .main-container .item23,
  .main-container .item24 {
    width: 69rem;
  }
}

.main-container .item25 {
  margin: 0 auto;
}

@media only screen and (min-width: 587px) {
  .main-container .item25 {
    width: 60rem;
  }
}

@media only screen and (max-width: 586px) {
  .main-container .item25 {
    width: calc(406 * (100vw / 586));
  }
}

@media only screen and (min-width: 587px) {
  .main-container .picture03 {
    margin-top: -10.3rem;
  }
}

@media only screen and (max-width: 586px) {
  .main-container .picture03 {
    margin-top: calc(-100 * (100vw / 586));
  }
}

.main-container .item26 {
  margin: 0 auto;
}

@media only screen and (min-width: 587px) {
  .main-container .item26 {
    width: 50rem;
  }
}

@media only screen and (max-width: 586px) {
  .main-container .item26 {
    width: calc(380 * (100vw / 586));
  }
}

.main-container .staff-credit-picture {
  margin: 0 auto;
}

@media only screen and (min-width: 587px) {
  .main-container .staff-credit-picture {
    width: 26.5rem;
  }
}

@media only screen and (max-width: 586px) {
  .main-container .staff-credit-picture {
    width: calc(266 * (100vw / 586));
  }
}

@media only screen and (min-width: 587px) {
  .main-container .closing-imge-wrapper .over-txt {
    width: 31.5rem;
  }
}

@media only screen and (max-width: 586px) {
  .main-container .closing-imge-wrapper .over-txt {
    width: calc(217 * (100vw / 586));
  }
}

@media only screen and (min-width: 587px) {
  .main-container .closing-imge-wrapper .over-txt img {
    margin-top: 19.9rem;
  }
}

@media only screen and (max-width: 586px) {
  .main-container .closing-imge-wrapper .over-txt img {
    margin-top: calc(135 * (100vw / 586));
  }
}

@media only screen and (min-width: 587px) {
  .main-container .pc-inner-margin {
    width: 86.4rem;
    margin-left: auto;
    margin-right: auto;
  }

  .main-container .pc-middle-margin {
    width: 116.9rem;
    margin-left: auto;
    margin-right: auto;
  }

  .main-container .pc-outer-margin {
    width: 140rem;
    margin-left: auto;
    margin-right: auto;
  }

  .main-container .pc-margin-bottom-170 {
    margin-bottom: 17rem;
  }

  .main-container .pc-margin-bottom-160 {
    margin-bottom: 16rem;
  }

  .main-container .pc-margin-bottom-120 {
    margin-bottom: 12rem;
  }

  .main-container .pc-margin-bottom-100 {
    margin-bottom: 10rem;
  }

  .main-container .pc-margin-bottom-20 {
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 586px) {
  .main-container .sp-inner-margin {
    width: calc(526 * (100vw / 586));
    margin-left: auto;
    margin-right: auto;
  }

  .main-container .sp-not-margin {
    width: 100%;
  }

  .main-container .sp-margin-bottom-160 {
    margin-bottom: calc(160 * (100vw / 586));
  }

  .main-container .sp-margin-bottom-120 {
    margin-bottom: calc(120 * (100vw / 586));
  }

  .main-container .sp-margin-bottom-100 {
    margin-bottom: calc(100 * (100vw / 586));
  }

  .main-container .sp-margin-bottom-80 {
    margin-bottom: calc(80 * (100vw / 586));
  }

  .main-container .sp-margin-bottom-60 {
    margin-bottom: calc(60 * (100vw / 586));
  }
}

.fixed-container {
  position: fixed;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 1;
}

.fixed-txt-container {
  width: 10.5rem;
  left: 8rem;
  bottom: 10rem;
}

@media only screen and (max-width: 586px) {
  .fixed-txt-container {
    display: none;
  }
}

.sns-share-container {
  width: 3.9rem;
  height: 36.3rem;
  right: 12rem;
  bottom: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sns-share-container>img {
  width: 1.7rem;
  margin-bottom: 3.5rem;
}

.sns-share-container a {
  /* -------------------- 対Firefox -------------------- */
}

.sns-share-container a _:lang(x)::-moz-placeholder,
.sns-share-container a {
  width: 100%;
}

.sns-share-container a :not(:last-of-type) {
  margin-bottom: 3.3rem;
}

@media only screen and (max-width: 586px) {
  .sns-share-container {
    display: none;
  }
}

.btn-menu {
  -webkit-transition: 1s;
  transition: 1s;
}

.btn-menu.js-menu-hide {
  -webkit-transform: translate(0, -11rem);
  transform: translate(0, -11rem);
}

.btn-menu.js-click-cancel {
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}

#header .header-banner,
#header .header-logo,
#header .header-nav {
  display: none;
}

#header .header-inner {
  position: initial;
  max-width: initial;
  width: auto;
  margin: 0;
  padding: 0;
}

#header .header-nav2 {
  position: fixed;
}

@media only screen and (min-width: 587px) {
  #header .header-nav2 {
    top: 6rem;
    left: 8rem;
    margin: 0;
  }
}

#header .spMenu {
  position: fixed;
}

#header .btn-menu span {
  -webkit-transition: 1s;
  transition: 1s;
}

@media only screen and (max-width: 586px) {
  #header .menu-display {
    opacity: 0;
  }
}

.header .btn-menu,
.header.open .btn-menu {
  position: fixed;
  z-index: 10;
}

@media only screen and (max-width: 586px) {

  .header .btn-menu,
  .header.open .btn-menu {
    top: calc(50 * (100vw / 586));
    left: calc(50 * (100vw / 586));
  }
}

.header .sp-menu.open {
  position: fixed;
}

@media only screen and (max-width: 586px) {
  #header {
    width: 0;
    height: 0;
    z-index: 1;
  }
}

.main-area,
.main-area.top,
.main-area.detail {
  margin: 0;
  padding: 0;
}

.header .sp-menu.show {
  margin: 0;
  padding-top: 10rem;
}

.main-area {
  overflow: initial;
}

.js-opacity-0 {
  opacity: 0;
}

/**************************\
  Basic Modal Styles
\**************************/
.modal__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  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;
}

.modal__container {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (min-width: 587px) {
  .modal__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

/**************************\
  Demo Animation Style
\**************************/
@-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;
  }
}

.micromodal-slide {
  display: none;
  position: relative;
  z-index: 100;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  -webkit-animation: mmfadeIn 0.5s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeIn 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  -webkit-animation: mmfadeIn 0.5s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeIn 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  -webkit-animation: mmfadeOut 0.5s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeOut 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  -webkit-animation: mmfadeOut 0.5s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeOut 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

/* -------------------- SP 700px基準 -------------------- */
/* -------------------- modal__container -------------------- */
.modal__container {
  /* -------------------- slider箱 -------------------- */
  /* ---------------------------------------------------------------------------------------------------- */
  /* -------------------- swiper -------------------- */
}

.modal__container .slider-section-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 587px) {
  .modal__container .slider-section-block {
    width: 97rem;
    position: relative;
  }
}

@media only screen and (max-width: 586px) {
  .modal__container .slider-section-block {
    width: calc(660 * (100vw / 700));
    margin-top: calc(175 * (100vw / 700));
  }
}

.modal__container .slider-section-block .swiper-slide {
  /* -------------------- 横画像用 -------------------- */
}

@media only screen and (min-width: 587px) {
  .modal__container .slider-section-block .swiper-slide {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50rem 1fr;
    grid-template-columns: 50rem 1fr;
    -ms-grid-rows: 52.6rem 6.8rem 3rem;
    grid-template-rows: 52.6rem 6.8rem 3rem;
    grid-column-gap: 3rem;
    -ms-grid-columns: 50rem 3rem 1fr;
    -ms-grid-template-rows: 52.6rem 3rem 6.8rem 3rem;
  }
}

@media only screen and (min-width: 587px) and (max-width: 1025px) {
  .modal__container .slider-section-block .swiper-slide {
    -ms-grid-columns: 43rem 1fr;
    grid-template-columns: 43rem 1fr;
    -ms-grid-rows: 45.6rem 6.8rem 3rem;
    grid-template-rows: 45.6rem 6.8rem 3rem;
    grid-column-gap: 1rem;
  }
}

@media only screen and (max-width: 586px) {
  .modal__container .slider-section-block .swiper-slide {
    overflow-y: scroll;
  }
}

@media only screen and (min-width: 587px) {
  .modal__container .slider-section-block .swiper-slide[data-slide-hash="13"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 60rem 1fr;
    grid-template-columns: 60rem 1fr;
    -ms-grid-rows: 52.6rem 6.8rem 3rem;
    grid-template-rows: 52.6rem 6.8rem 3rem;
    -ms-grid-columns: 60rem 3rem 1fr;
    -ms-grid-template-rows: 52.6rem 3rem 6.8rem 3rem;
    grid-column-gap: 0;
  }
}

@media only screen and (min-width: 587px) {

  .modal__container .slider-section-block .swiper-slide[data-slide-hash="13"] .credit-wrapper,
  .modal__container .slider-section-block .swiper-slide[data-slide-hash="13"] .allitem-link {
    margin-left: -7rem;
  }
}

@media only screen and (min-width: 587px) {
  .modal__container .slider-section-block .swiper-slide[data-slide-hash="13"] .item-image {
    height: 38.5rem;
  }
}

@media only screen and (min-width: 587px) and (max-width: 1025px) {
  .modal__container .slider-section-block .swiper-slide[data-slide-hash="13"] .item-image {
    height: 34rem;
  }
}

@media only screen and (max-width: 586px) {
  .modal__container .slider-section-block .swiper-slide[data-slide-hash="13"] .item-image {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (min-width: 587px) and (max-width: 1025px) {
  .modal__container .slider-section-block .swiper-slide[data-slide-hash="13"] {
    -ms-grid-columns: 53rem 1fr;
    grid-template-columns: 53rem 1fr;
    -ms-grid-rows: 46rem 6rem 3rem;
    grid-template-rows: 46rem 6rem 3rem;
    -ms-grid-columns: 53rem 1rem 1fr;
    -ms-grid-template-rows: 46rem 1rem 6rem 3rem;
  }
}

@media only screen and (min-width: 587px) {
  .modal__container .slider-section-block .item-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 4 / 2;
  }
}

@media only screen and (max-width: 586px) {
  .modal__container .slider-section-block .item-image {
    width: calc(520 * (100vw / 700));
    height: calc(770 * (100vw / 700));
    margin-bottom: calc(47.5 * (100vw / 700));
  }
}

.modal__container .slider-section-block .credit-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* -------------------- 対IE -------------------- */
}

@media only screen and (min-width: 587px) {
  .modal__container .slider-section-block .credit-wrapper {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1 / 2 / 2 / 3;
    -ms-grid-column: 3;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 586px) {
  .modal__container .slider-section-block .credit-wrapper {
    margin-bottom: calc(115 * (100vw / 700));
  }
}

.modal__container .slider-section-block .credit-wrapper _:-ms-lang(x)::-ms-backdrop,
.modal__container .slider-section-block .credit-wrapper * {
  min-height: 0%;
}

@media only screen and (min-width: 587px) {
  .modal__container .slider-section-block .allitem-link {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2 / 2 / 3 / 3;
    -ms-grid-column: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.modal__container .slider-section-block .allitem-link .credit-link {
  border-bottom: 1px solid #000;
}

@media only screen and (min-width: 587px) {
  .modal__container .slider-section-block .allitem-link .credit-link {
    padding-bottom: .2rem;
  }
}

@media only screen and (max-width: 586px) {
  .modal__container .slider-section-block .allitem-link .credit-link {
    padding-bottom: calc(7 * (100vw / 700));
  }
}

.modal__container .slider-section-block .credit-link {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  line-height: 1.5;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  letter-spacing: 0.05em;
}

@media only screen and (min-width: 587px) {
  .modal__container .slider-section-block .credit-link {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 586px) {
  .modal__container .slider-section-block .credit-link {
    font-size: calc(24 * (100vw / 700));
  }
}

.modal__container .swiper-container {
  /* -------------------- 対IE -------------------- */
}

@media only screen and (min-width: 587px) {
  .modal__container .swiper-container {
    width: 80rem;
    height: 62.5rem;
    background-color: #fff;
  }
}

@media only screen and (min-width: 586px) and (max-width: 1025px) {
  .modal__container .swiper-container {
    height: 54.94rem;
  }
}

.modal__container .swiper-container _:-ms-lang(x)::-ms-backdrop,
.modal__container .swiper-container {
  margin: 0;
}

@media only screen and (max-width: 586px) {
  .modal__container .swiper-container {
    width: calc(520 * (100vw / 700));
  }
}

.modal__container .swiper-button-next,
.modal__container .swiper-button-prev {
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0;
}

@media only screen and (min-width: 587px) {

  .modal__container .swiper-button-next,
  .modal__container .swiper-button-prev {
    width: 3.5rem;
    height: 7rem;
  }
}

@media only screen and (max-width: 586px) {

  .modal__container .swiper-button-next,
  .modal__container .swiper-button-prev {
    width: calc(45 * (100vw / 700));
    height: calc(90 * (100vw / 700));
  }
}

.modal__container .swiper-button-next:after,
.modal__container .swiper-container-rtl .swiper-button-prev:after,
.modal__container .swiper-button-prev:after,
.modal__container .swiper-container-rtl .swiper-button-next:after {
  content: "";
}

.modal__container .swiper-button-prev,
.modal__container .swiper-button-next {
  background-image: url(../img/modal/arrow-btn.svg);
  z-index: 1;
}

@media only screen and (min-width: 587px) {

  .modal__container .swiper-button-prev,
  .modal__container .swiper-button-next {
    top: 50%;
  }
}

@media only screen and (max-width: 586px) {

  .modal__container .swiper-button-prev,
  .modal__container .swiper-button-next {
    top: calc(560 * (100vw / 700));
  }
}

@media only screen and (min-width: 587px) {
  .modal__container .swiper-button-prev {
    left: 3rem;
  }
}

@media only screen and (max-width: 586px) {
  .modal__container .swiper-button-prev {
    left: calc(20 * (100vw / 700));
  }
}

.modal__container .swiper-button-next {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

@media only screen and (min-width: 587px) {
  .modal__container .swiper-button-next {
    right: 3rem;
  }
}

@media only screen and (max-width: 586px) {
  .modal__container .swiper-button-next {
    right: calc(20 * (100vw / 700));
  }
}

.modal__container .slider-close-btn {
  position: absolute;
  cursor: pointer;
}

@media only screen and (min-width: 587px) {
  .modal__container .slider-close-btn {
    width: 6.5rem;
    height: 6.5rem;
    top: 0;
    right: 0;
  }
}

@media only screen and (max-width: 586px) {
  .modal__container .slider-close-btn {
    width: calc(65 * (100vw / 700));
    height: calc(65 * (100vw / 700));
    top: calc(82 * (100vw / 700));
    right: calc(20 * (100vw / 700));
    z-index: 2;
  }
}

@media only screen and (max-width: 586px) {
  .main-container .pc-contents {
    display: none;
  }
}

.main-container .sp-contents {
  display: none;
}

@media only screen and (max-width: 586px) {
  .main-container .sp-contents {
    display: inherit;
  }
}

/*# sourceMappingURL=style.css.map */