@charset "utf-8";

:root {
  --full-width: 750;
  --wide-full-width: 1440;
  --static-width: 495;
  --font-color: #00071c;
}
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
}
.pc {
  display: none;
}
.sp {
  display: block;
}

img {
  display: block;
  width: 100%;
  height: auto;
}
body {
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(28 / var(--full-width) * 100vw);
  font-weight: 400;
  color: var(--font-color);
}
.wrapper {
  width: 100%;
}
.mv {
  position: relative;
  z-index: 1;
}
.container {
  position: relative;
  width: 100%;
  /* min-height: 100vh;
  overflow-y: visible; */
  z-index: 0;
}
.container::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("../img/contents/main-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
  pointer-events: none;
}

.lead {
  width: 100%;
  margin: 0 auto;
  padding: calc(120 / var(--full-width) * 100vw) 0
    calc(60 / var(--full-width) * 100vw) calc(70 / var(--full-width) * 100vw);
}
h3 {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.sec01-contents {
  margin: calc(60 / var(--full-width) * 100vw) 0
    calc(80 / var(--full-width) * 100vw);
}
.sec01-block {
  position: relative;
  z-index: 2;
  background-image: url(../img/contents/player-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: calc(-10 / var(--full-width) * 100vw)
    calc(36 / var(--full-width) * 100vw) calc(20 / var(--full-width) * 100vw);
  padding: calc(53 / var(--full-width) * 100vw)
    calc(30 / var(--full-width) * 100vw) calc(149 / var(--full-width) * 100vw);
}
.sec01-text {
  padding-bottom: calc(30 / var(--full-width) * 100vw);
  text-align: center;
  font-size: calc(35 / var(--full-width) * 100vw);
  font-weight: 600;
}
.sec01-textSmall {
  padding-top: calc(26 / var(--full-width) * 100vw);
  font-size: calc(28 / var(--full-width) * 100vw);
  font-weight: 600;
}
.sec01-block:nth-of-type(2),
.sec01-block:nth-of-type(3) {
  background-image: url(../img/contents/player-bg02.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: calc(-20 / var(--full-width) * 100vw)
    calc(36 / var(--full-width) * 100vw) calc(20 / var(--full-width) * 100vw);
  padding: calc(89 / var(--full-width) * 100vw)
    calc(60 / var(--full-width) * 100vw) calc(138 / var(--full-width) * 100vw);
}
.sec01-block:last-of-type {
  background-image: url(../img/contents/player-bg03.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: calc(-52 / var(--full-width) * 100vw)
    calc(36 / var(--full-width) * 100vw) calc(20 / var(--full-width) * 100vw);
  padding: calc(40 / var(--full-width) * 100vw)
    calc(40 / var(--full-width) * 100vw) calc(70 / var(--full-width) * 100vw);
}
.sec01-block:last-of-type p {
  padding-bottom: calc(18 / var(--full-width) * 100vw);
  padding-top: calc(18 / var(--full-width) * 100vw);
  text-align: left;
  font-size: calc(28 / var(--full-width) * 100vw);
  line-height: 1.8;
  letter-spacing: calc(-2 / var(--full-width) * 100vw);
}

.btn {
  display: block;
}
.sec01-deco01 {
  top: 1%;
  left: -3%;
  position: absolute;
  width: calc(273 / var(--full-width) * 100vw);
}
.sec01-deco02 {
  top: 65%;
  left: -5%;
  position: absolute;
  width: calc(151 / var(--full-width) * 100vw);
}
.sec01-deco03 {
  top: 35%;
  right: -5.3%;
  position: absolute;
  width: calc(200 / var(--full-width) * 100vw);
}
.sec01-deco04 {
  top: 69%;
  right: -5%;
  position: absolute;
  width: calc(123 / var(--full-width) * 100vw);
}
.sec01-playBtn {
  display: flex;
  justify-content: center;
  gap: calc(50 / var(--full-width) * 100vw);
}
.sec01-playBtn .btn:first-child {
  width: calc(228 / var(--full-width) * 100vw);
}
.sec01-playBtn .btn:nth-child(2) {
  width: calc(280 / var(--full-width) * 100vw);
}

/* スライダー */
.splide__slide {
  width: 100% !important;
  margin-right: 0 !important;
  padding-bottom: calc(60 / var(--full-width) * 100vw);
}
.splide__slide img {
  box-shadow: 0 0 calc(14 / var(--full-width) * 100vw)
    calc(3 / var(--full-width) * 100vw) #000;
}
.splide__arrow {
  width: calc(75 / var(--full-width) * 100vw);
  height: calc(75 / var(--full-width) * 100vw);
  background: #231815;
  opacity: 1;
}
.splide__arrow svg {
  fill: #fff;
}
.splide__arrow--next {
  right: -15%;
}
.splide__arrow--prev {
  left: -15%;
}
.splide__arrow:hover:not(:disabled) {
  opacity: 1;
}
.splide__pagination {
  bottom: 1.5%;
  gap: calc(15 / var(--full-width) * 100vw);
}
.splide__pagination__page {
  height: calc(22 / var(--full-width) * 100vw);
  width: calc(22 / var(--full-width) * 100vw);
}
.splide__pagination__page.is-active {
  background: #17285b;
  transform: unset;
}
.splide__arrow:disabled {
  opacity: 1;
}
/* 手配書ステッカー部分 */
.sec01-block:nth-of-type(3) {
  margin: calc(-20 / var(--full-width) * 100vw)
    calc(36 / var(--full-width) * 100vw) calc(20 / var(--full-width) * 100vw);
  padding: calc(200 / var(--full-width) * 100vw)
    calc(51 / var(--full-width) * 100vw) calc(260 / var(--full-width) * 100vw);
}
.sec01-block:nth-of-type(3) p {
  padding-top: calc(27 / var(--full-width) * 100vw);
  padding-bottom: calc(65 / var(--full-width) * 100vw);
  font-size: calc(32 / var(--full-width) * 100vw);
}
.sec01-block:nth-of-type(3) p:first-child {
  padding-bottom: calc(36 / var(--full-width) * 100vw);
  font-size: calc(40 / var(--full-width) * 100vw);
}
.sticker-btn {
  font-family: "M PLUS 1p", sans-serif;
  font-size: calc(44 / var(--full-width) * 100vw);
  font-weight: bold;
  text-align: center;
  padding: 8% 5%;
  background-image: url(../img/contents/btn-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* sec02 */
.sec02 p,
.sec03 p {
  padding-top: calc(50 / var(--full-width) * 100vw);
  text-align: center;
  font-size: calc(40 / var(--full-width) * 100vw);
  color: #fff;
  text-shadow: 0 0 calc(25 / var(--full-width) * 100vw) rgba(0, 0, 0, 0.3);
}
.sec02-contents {
  margin: calc(40 / var(--full-width) * 100vw) 0
    calc(45 / var(--full-width) * 100vw);
}
.sec02 h3 {
  width: 100%;
  z-index: 2;
}
.sec02-img {
  position: relative;
  z-index: 1;
  width: calc(712 / var(--full-width) * 100vw);
  margin: calc(-75 / var(--full-width) * 100vw) auto 0;
}

/* sec03 */
.sec03-contents {
  display: flex;
  flex-direction: column;
  gap: calc(70 / var(--full-width) * 100vw);
  margin: calc(70 / var(--full-width) * 100vw)
    calc(30 / var(--full-width) * 100vw) calc(103 / var(--full-width) * 100vw);
}
.sec03-content {
  position: relative;
  background-image: url(../img/contents/other-photo01.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: calc(123 / var(--full-width) * 100vw)
    calc(34 / var(--full-width) * 100vw) calc(96 / var(--full-width) * 100vw);
}
.sec03-contents .sec03-content:nth-child(2) {
  background-image: url(../img/contents/other-photo02.png);
  padding: calc(144 / var(--full-width) * 100vw)
    calc(34 / var(--full-width) * 100vw) calc(74 / var(--full-width) * 100vw);
}
/* .sec03-contents .sec03-content:last-child {
  background-image: url(../img/contents/other-photo03.png);
} */
.sec03-img {
  width: calc(573 / var(--full-width) * 100vw);
  margin: 0 auto;
}

.sec03-contents .sec03-content:nth-child(2) .sec03-img {
  width: calc(540 / var(--full-width) * 100vw);
}
.sec03-deco {
  position: absolute;
  top: 16%;
  left: 7%;
  width: calc(164 / var(--full-width) * 100vw);
  border-radius: 0 0 calc(30 / var(--full-width) * 100vw) 0;
  padding: calc(8 / var(--full-width) * 100vw)
    calc(25 / var(--full-width) * 100vw) calc(10 / var(--full-width) * 100vw);
  background-color: #b48440;
  color: #fff;
  font-size: calc(33 / var(--full-width) * 100vw);
  text-align: center;
}

/* sec04 */
.useful-list {
  margin-top: calc(34 / var(--full-width) * 100vw);
  margin-bottom: calc(70 / var(--full-width) * 100vw);
  justify-content: center;
}
.useful-item {
  width: calc(330 / var(--full-width) * 100vw);
}
.useful-item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(100 / var(--full-width) * 100vw);
  padding: 0;
  background-color: unset;
  box-shadow: none;
  line-height: 0;
  font-size: 0;
  font-weight: unset;
  color: unset;
}
.useful-item a img {
  width: 100%;
}

/* footer */
.footer-copyright {
  line-height: 2;
  color: #ccc;
}

/* 追従ボタン */
.fix-btn {
  display: none;
  position: fixed;
  z-index: 9999;
  right: 0%;
  bottom: 5%;
}
.ticketBtn {
  width: clamp(123px, 10vw, 208px);
  height: clamp(123px, 10vw, 208px);
}
.topBtn {
  width: clamp(40px, 10.6vw, 50px);
  height: clamp(40px, 10.6vw, 50px);
  right: 0;
  left: 5%;
  bottom: 6%;
}

@media screen and (min-width: 751px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .wrapper {
    position: relative;
    z-index: 1;
  }
  .mv {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
  }
  .pcBg {
    position: sticky;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-image: url(../img/contents/main-bg_pc.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .container {
    position: relative;
    z-index: 3;
    overflow: hidden;
    margin: -100vh auto 0;
    width: calc(495 / var(--wide-full-width) * 100vw);
    background-color: #080d2a;
    box-shadow: calc(2 / var(--wide-full-width) * 100vw)
      calc(4 / var(--wide-full-width) * 100vw)
      calc(10 / var(--wide-full-width) * 100vw)
      calc(3 / var(--wide-full-width) * 100vw) rgb(0 25 39 / 40%);
    height: 100vh;
    overflow-y: auto;
    scroll-behavior: smooth;
    background-image: url(../img/contents/main-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    scroll-behavior: smooth;
  }
  .container::-webkit-scrollbar {
    display: none;
  }
  .container {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .container::before {
    display: none;
  }

  .pc-logo {
    position: absolute;
    width: 18%;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    z-index: 2;
  }
  .pc-deco {
    width: calc(94 / var(--wide-full-width) * 100vw);
    position: absolute;
    top: -3%;
    right: 100%;
    transition: top 0.2s ease;
  }
  /* 目次 */
  .pc-nav {
    position: absolute;
    top: 50%;
    right: 9%;
    transform: translateY(-50%);
    display: flex;
    flex-flow: row-reverse;
    align-items: baseline;
  }
  .pc-nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(40 / var(--wide-full-width) * 100vw);
  }
  .pc-nav ul li {
    width: calc(114 / var(--wide-full-width) * 100vw);
    height: calc(73 / var(--wide-full-width) * 100vw);
  }
  .pc-nav ul li a {
    width: 100%;
  }
  .pc-nav ul li:nth-child(2) {
    width: calc(208 / var(--wide-full-width) * 100vw);
  }
  /* .pc-nav ul li:nth-child(3) {
    width: calc(202 / var(--wide-full-width) * 100vw);
  }
  .pc-nav ul li:nth-child(4) {
    width: calc(195 / var(--wide-full-width) * 100vw);
  }
  .pc-nav ul li:nth-child(5) {
    width: calc(214 / var(--wide-full-width) * 100vw);
  } */

  /* 目次　「エスコンフィール島を楽しもう」非表示のため */
  .pc-nav ul li:nth-child(3) {
    width: calc(195 / var(--wide-full-width) * 100vw);
  }
  .pc-nav ul li:nth-child(4) {
    width: calc(214 / var(--wide-full-width) * 100vw);
  }

  /* sec01 */
  .lead {
    width: 100%;
    margin: 0 auto;
    padding: calc(20 / var(--static-width) * 100vw) 0
      calc(15 / var(--static-width) * 100vw)
      calc(17 / var(--static-width) * 100vw);
  }
  .sec01-contents {
    margin: calc(15 / var(--static-width) * 100vw) 0;
  }
  .sec01-block {
    margin: calc(-2 / var(--static-width) * 100vw)
      calc(8 / var(--static-width) * 100vw) 0;
    padding: calc(12 / var(--static-width) * 100vw)
      calc(8 / var(--static-width) * 100vw)
      calc(34 / var(--static-width) * 100vw);
  }
  .sec01-block:nth-of-type(2) {
    margin: calc(-5 / var(--static-width) * 100vw)
      calc(8 / var(--static-width) * 100vw)
      calc(3 / var(--static-width) * 100vw);
    padding: calc(21 / var(--static-width) * 100vw)
      calc(15 / var(--static-width) * 100vw)
      calc(31 / var(--static-width) * 100vw);
  }
  .sec01-block:last-of-type {
    background-image: url(../img/contents/player-bg03.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: calc(-11 / var(--static-width) * 100vw)
      calc(8 / var(--static-width) * 100vw) 0;
    padding: calc(9 / var(--static-width) * 100vw)
      calc(10 / var(--static-width) * 100vw)
      calc(17 / var(--static-width) * 100vw);
  }
  .sec01-block .sec01-text {
    padding-bottom: calc(8 / var(--static-width) * 100vw);
    text-align: center;
    font-size: calc(8 / var(--static-width) * 100vw);
  }
  .sec01-textSmall {
    padding-top: calc(6 / var(--static-width) * 100vw);
    font-size: calc(6.5 / var(--static-width) * 100vw);
    font-weight: 600;
  }
  .sec01-block:last-of-type p {
    padding-top: calc(5 / var(--static-width) * 100vw);
    padding-bottom: calc(7 / var(--static-width) * 100vw);
    text-align: left;
    font-size: calc(6 / var(--static-width) * 100vw);
    letter-spacing: calc(-0.6 / var(--static-width) * 100vw);
  }
  .sec01-deco01 {
    width: calc(68 / var(--static-width) * 100vw);
  }
  .sec01-deco02 {
    top: 65%;
    left: -4%;
    position: absolute;
    width: calc(34 / var(--static-width) * 100vw);
  }
  .sec01-deco03 {
    top: 36%;
    right: -5.2%;
    position: absolute;
    width: calc(45 / var(--static-width) * 100vw);
  }
  .sec01-deco04 {
    top: 68%;
    width: calc(30 / var(--static-width) * 100vw);
  }
  .sec01-playBtn {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: calc(10 / var(--static-width) * 100vw);
  }
  /* スライダー */
  .splide__arrow {
    width: calc(18 / var(--static-width) * 100vw);
    height: calc(18 / var(--static-width) * 100vw);
  }
  .splide__slide {
    width: 100% !important;
    margin-right: 0 !important;
    padding-bottom: calc(18 / var(--static-width) * 100vw);
  }
  .splide__slide img {
    box-shadow: 0 0 calc(3 / var(--static-width) * 100vw)
      calc(1 / var(--full-width) * 100vw) #000;
  }
  .splide__pagination {
    bottom: 3%;
    gap: calc(4 / var(--static-width) * 100vw);
  }
  .splide__pagination__page {
    height: calc(5 / var(--static-width) * 100vw);
    width: calc(5 / var(--static-width) * 100vw);
    margin: 0px;
  }
  .splide__pagination li {
    height: 100%;
    line-height: 0;
  }
  /* 手配書ステッカー部分 */
  /* .sec01-block:nth-of-type(3) {
  margin: calc(-20 / var(--full-width) * 100vw)
    calc(36 / var(--full-width) * 100vw) calc(20 / var(--full-width) * 100vw);
  padding: calc(200 / var(--full-width) * 100vw)
    calc(51 / var(--full-width) * 100vw) calc(260 / var(--full-width) * 100vw);
} */
  .sec01-block:nth-of-type(3) {
    margin: calc(-5 / var(--static-width) * 100vw)
      calc(8 / var(--static-width) * 100vw)
      calc(3 / var(--static-width) * 100vw);
    padding: calc(41 / var(--static-width) * 100vw)
      calc(15 / var(--static-width) * 100vw)
      calc(43 / var(--static-width) * 100vw);
  }
  .sticker-btn {
    font-family: "M PLUS 1p", sans-serif;
    font-size: calc(10 / var(--static-width) * 100vw);
    font-weight: bold;
    text-align: center;
    padding: 7.6% 12%;
    background-image: url(../img/contents/btn-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .sec01-block:nth-of-type(3) p {
    padding-top: calc(6 / var(--static-width) * 100vw);
    padding-bottom: calc(6 / var(--static-width) * 100vw);
    font-size: calc(7.5 / var(--static-width) * 100vw);
  }
  .sec01-block:nth-of-type(3) p:first-child {
    padding-bottom: calc(7 / var(--static-width) * 100vw);
    font-size: calc(9 / var(--static-width) * 100vw);
  }

  /* sec02 */
  .sec02-contents {
    display: flex;
    flex-direction: column;
    gap: calc(8 / var(--static-width) * 100vw);
    margin: calc(8 / var(--static-width) * 100vw) 0
      calc(15 / var(--static-width) * 100vw);
  }
  .sec02 p,
  .sec03 p {
    padding-top: calc(9 / var(--static-width) * 100vw);
    text-align: center;
    font-size: calc(9 / var(--static-width) * 100vw);
    color: #fff;
    text-shadow: 0 0 calc(8 / var(--static-width) * 100vw) rgba(0, 0, 0, 0.5);
  }
  .sec02-img {
    width: calc(165 / var(--static-width) * 100vw);
    margin: calc(-18 / var(--static-width) * 100vw) auto 0;
  }

  /* sec03 */
  .sec03-contents {
    gap: calc(22 / var(--static-width) * 100vw);
    margin: calc(12 / var(--static-width) * 100vw)
      calc(8 / var(--static-width) * 100vw)
      calc(27 / var(--static-width) * 100vw);
  }
  .sec03-content {
    padding: calc(28 / var(--static-width) * 100vw)
      calc(10 / var(--static-width) * 100vw)
      calc(22 / var(--static-width) * 100vw);
  }
  .sec03-contents .sec03-content:nth-child(2) {
    padding: calc(33 / var(--static-width) * 100vw)
      calc(8 / var(--static-width) * 100vw)
      calc(12 / var(--static-width) * 100vw);
  }
  .sec03-img {
    width: calc(128 / var(--static-width) * 100vw);
    margin: 0 auto;
  }
  .sec03-contents .sec03-content:nth-child(2) .sec03-img {
    width: calc(120 / var(--static-width) * 100vw);
  }
  .sec03-deco {
    top: 15%;
    left: 7%;
    width: calc(40 / var(--static-width) * 100vw);
    border-radius: 0 0 calc(6 / var(--static-width) * 100vw) 0;
    padding: calc(2 / var(--static-width) * 100vw)
      calc(5 / var(--static-width) * 100vw)
      calc(3 / var(--static-width) * 100vw);
    font-size: calc(8 / var(--static-width) * 100vw);
  }

  /* sec04 */
  .useful-list {
    width: 100%;
    margin: calc(10 / var(--static-width) * 100vw) auto
      calc(15 / var(--static-width) * 100vw);
    gap: calc(5 / var(--static-width) * 100vw)
      calc(8 / var(--static-width) * 100vw);
  }
  .useful-item {
    width: calc(72 / var(--static-width) * 100vw);
  }
  .useful-item a {
    height: calc(23 / var(--static-width) * 100vw);
  }

  /* 追従ボタン */
  .ticketBtn {
    right: 16%;
    bottom: 2%;
  }
  .topBtn {
    left: 25%;
    bottom: 4%;
  }

  /* footer */
  #footer {
    width: calc(495 / var(--wide-full-width) * 100vw);
    margin: 0 auto;
    padding: calc(14 / var(--static-width) * 100vw)
      calc(10 / var(--static-width) * 100vw)
      calc(10 / var(--static-width) * 100vw);
  }
  .footer-logo {
    margin: 0 auto;
    display: block;
    width: calc(85 / var(--static-width) * 100vw);
    aspect-ratio: unset;
  }
  .footer-share {
    margin-top: calc(10 / var(--static-width) * 100vw);
  }
  .footer-share h2 {
    font-size: calc(15 / var(--static-width) * 100vw);
  }
  .footer-share ul {
    margin-top: calc(8 / var(--full-width) * 100vw);
    gap: calc(23 / var(--full-width) * 100vw);
  }
  .footer-share ul li {
    width: calc(25 / var(--full-width) * 100vw);
    height: calc(25 / var(--full-width) * 100vw);
  }
  .footer-copyright {
    margin-top: calc(8 / var(--static-width) * 100vw);
    font-size: calc(5 / var(--static-width) * 100vw);
  }
}

@media screen and (min-width: 999px) {
  /* 追従ボタン */
  .ticketBtn {
    right: 21%;
    bottom: 2%;
  }
  .topBtn {
    left: 27%;
    bottom: 4%;
  }
}
