@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');


/**
 * Degital Mirror Common Style
 * ================================================================================
 * Table of Contents:
 *
 * Content Settings
 * ================================================================================
 */



/**
 * ================================================================================
 * Content Settings
 * ================================================================================
 */

#specialApnexChibaTop {
  color: #251714;
  font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';
}

#specialApnexChibaTop a {
  transition: opacity 0.2s ease-out;
}
#specialApnexChibaTop a:hover {
  opacity: 0.6;;
}
#specialApnexChibaTop a:hover img {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  #specialApnexChibaTop .is-sp:not(.is-pc) {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #specialApnexChibaTop .is-pc:not(.is-sp) {
    display: none;
  }

  #specialApnexChibaTop a:hover {
    opacity: 1;
  }
}


/**
 * Wrapper
 * -------------------------------
 */

#specialApnexChibaTop .wrapper {
  max-width: 1920px;
  padding-left: 210px;
  padding-right: 210px;
  margin: 0 auto;
}

@media only screen and (min-width: 1280px) and (max-width: 1919px) {
  #specialApnexChibaTop .wrapper {
    padding-left: calc(100vw * (210 / 1920));
    padding-right: calc(100vw * (210 / 1920));
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #specialApnexChibaTop .wrapper {
    padding-left: calc(1280px * (210 / 1920));
    padding-right: calc(1280px * (210 / 1920));
  }
}
@media only screen and (max-width: 767px) {
  #specialApnexChibaTop .wrapper {
    max-width: 100%;
    padding-left: calc(100vw * (30 / 750));
    padding-right: calc(100vw * (30 / 750));
  }
}


/**
 * Key Visual
 * -------------------------------
 */

#specialApnexChibaTop .kv {
  margin-bottom: 60px;
}

#specialApnexChibaTop .kvTtl {
  line-height: 1;
  margin-bottom: 40px;
}

#specialApnexChibaTop .kvTtl img {
  width: 100%;
}

#specialApnexChibaTop .kvTxt {
  text-align: center;
  font-size: 4.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.6;
}

@media only screen and (min-width: 1280px) and (max-width: 1919px) {
  #specialApnexChibaTop .kv {
    margin-bottom: calc(100vw * (60 / 1920));
  }

  #specialApnexChibaTop .kvTtl {
    margin-bottom: calc(100vw * (40 / 1920));
  }

  #specialApnexChibaTop .kvTxt {
    font-size: calc(100vw * (46 / 1920));
  }
 }
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #specialApnexChibaTop .kv {
    margin-bottom: calc(1280px * (60 / 1920));
  }

  #specialApnexChibaTop .kvTtl {
    margin-bottom: calc(1280px * (40 / 1920));
  }

  #specialApnexChibaTop .kvTxt {
    font-size: calc(1280px * (46 / 1920));
  }
}
 @media only screen and (max-width: 767px) {
  #specialApnexChibaTop .kv {
    margin: 0 calc(100vw * (-60 / 750)) calc(100vw * (60 / 750) * 0.6) calc(100vw * (-60 / 750));
  }

  #specialApnexChibaTop .kvTtl {
    margin-bottom: calc(100vw * (40 / 750) * 0.6);
  }

  #specialApnexChibaTop .kvTxt {
    font-size: calc(100vw * (46 / 750) * 0.6);
  }
}


/**
 * Experience
 * -------------------------------
 */

#specialApnexChibaTop .experience {
  margin-bottom: 70px;
}

#specialApnexChibaTop .experienceListItem {
  margin-top: 55px;
}
#specialApnexChibaTop .experienceListItem:nth-of-type(1) {
  margin-top: 0;
}
#specialApnexChibaTop .experienceList01 {
  background-color: #00d2ff;
}
#specialApnexChibaTop .experienceList02 {
  background-color: #3b3b3b;
}
#specialApnexChibaTop .experienceList03 {
  background-color: #00d1d3;
}

#specialApnexChibaTop .experienceListItem .wrapper > a {
  display: block;
  text-decoration: none;
}

#specialApnexChibaTop .experienceListInner {
  display: flex;
  color: #333;
}
#specialApnexChibaTop .experienceList02 .experienceListInner {
  color: #fff;
}

#specialApnexChibaTop .experienceListHead,
#specialApnexChibaTop .experienceListBody {
  width: 50%;
}

#specialApnexChibaTop .experienceListHead {
  display: block;
}

#specialApnexChibaTop .experienceListHead img {
  width: 100%;
}

#specialApnexChibaTop .experienceListBody {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  position: relative;
  padding-left: 65px;
}

#specialApnexChibaTop .experienceListItem .wrapper > a .experienceListBody::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 119px;
  height: 140px;
  background-image: url('/files/cdb/ZZ/special/event/apnex/chiba/zz_special_event_apnex_chiba_experience_list_arrow.svg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  content: '';
}

#specialApnexChibaTop .experienceListTtl {
  width: 100%;
}

#specialApnexChibaTop .experienceListTtl {
  margin-bottom: 30px;
}

#specialApnexChibaTop .experienceListTtlSub {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 20px 175px 20px 25px;
  background-color: #333;
  color: #fff;
  font-size: 4.6rem;
  font-weight: 900;
  line-height: 1;
}
#specialApnexChibaTop .experienceList02 .experienceListTtlSub {
  background-color: #fff;
  color: #333;
}

#specialApnexChibaTop .experienceListTtlSub img {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 140px;
}

#specialApnexChibaTop .experienceListTtlMain {
  display: block;
  margin-top: 35px;
  font-size: 5.8rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

#specialApnexChibaTop .experienceListTxt {
  margin-right: -45px;
  font-size: 2.8rem;
  line-height: 1.6;
}

@media only screen and (min-width: 1280px) and (max-width: 1919px) {
  #specialApnexChibaTop .experience {
    margin-bottom: calc(100vw * (70 / 1920));
  }

  #specialApnexChibaTop .experienceListItem {
    margin-top: calc(100vw * (55 / 1920));
  }

  #specialApnexChibaTop .experienceListBody {
    padding-left: calc(100vw * (65 / 1920));
  }

  #specialApnexChibaTop .experienceListItem .wrapper > a .experienceListBody::after {
    width: calc(100vw * (119 / 1920));
    height: calc(100vw * (140 / 1920));
  }

  #specialApnexChibaTop .experienceListTtl {
    margin-bottom: calc(100vw * (30 / 1920));
  }

  #specialApnexChibaTop .experienceListTtlSub {
    padding: calc(100vw * (20 / 1920)) calc(100vw * (175 / 1920)) calc(100vw * (20 / 1920)) calc(100vw * (25 / 1920));
    font-size: calc(100vw * (46 / 1920));
  }

  #specialApnexChibaTop .experienceListTtlSub img {
    right: calc(100vw * (20 / 1920));
    width: calc(100vw * (140 / 1920));
  }

  #specialApnexChibaTop .experienceListTtlMain {
    margin-top: calc(100vw * (35 / 1920));
    font-size: calc(100vw * (58 / 1920));
  }

  #specialApnexChibaTop .experienceListTxt {
    margin-right: calc(100vw * (-45 / 1920));
    font-size: calc(100vw * (28 / 1920));
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #specialApnexChibaTop .experience {
    margin-bottom: calc(1280px * (70 / 1920));
  }

  #specialApnexChibaTop .experienceListItem {
    margin-top: calc(1280px * (55 / 1920));
  }

  #specialApnexChibaTop .experienceListBody {
    padding-left: calc(1280px * (65 / 1920));
  }

  #specialApnexChibaTop .experienceListItem .wrapper > a .experienceListBody::after {
    width: calc(1280px * (119 / 1920));
    height: calc(1280px * (140 / 1920));
  }

  #specialApnexChibaTop .experienceListTtl {
    margin-bottom: calc(1280px * (30 / 1920));
  }

  #specialApnexChibaTop .experienceListTtlSub {
    padding: calc(1280px * (20 / 1920)) calc(1280px * (175 / 1920)) calc(1280px * (20 / 1920)) calc(1280px * (25 / 1920));
    font-size: calc(1280px * (46 / 1920));
  }

  #specialApnexChibaTop .experienceListTtlSub img {
    right: calc(1280px * (20 / 1920));
    width: calc(1280px * (140 / 1920));
  }

  #specialApnexChibaTop .experienceListTtlMain {
    margin-top: calc(1280px * (35 / 1920));
    font-size: calc(1280px * (58 / 1920));
  }

  #specialApnexChibaTop .experienceListTxt {
    margin-right: calc(1280px * (-45 / 1920));
    font-size: calc(1280px * (28 / 1920));
  }
}
@media only screen and (max-width: 767px) {
  #specialApnexChibaTop .experience {
    margin-bottom: calc(100vw * (70 / 750) * 0.6);
  }

  #specialApnexChibaTop .experienceListItem {
    margin-top: calc(100vw * (55 / 750) * 0.6);
  }

  #specialApnexChibaTop .experienceListItem .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  #specialApnexChibaTop .experienceListInner {
    display: block;
  }

  #specialApnexChibaTop .experienceListHead,
  #specialApnexChibaTop .experienceListBody {
    width: 100%;
  }

  #specialApnexChibaTop .experienceListHead {
    width: auto;
  }

  #specialApnexChibaTop .experienceListBody {
    display: block;
    padding: calc(100vw * (65 / 750) * 0.6) 0;
    text-align: center;
  }

  #specialApnexChibaTop .experienceListItem .wrapper > a .experienceListBody::after {
    width: calc(100vw * (119 / 750) * 0.6);
    height: calc(100vw * (140 / 750) * 0.6);
  }

  #specialApnexChibaTop .experienceListTtl {
    margin-bottom: calc(100vw * (30 / 750) * 0.8);
  }

  #specialApnexChibaTop .experienceListTtlSub {
    padding: calc(100vw * (20 / 750) * 0.8) calc(100vw * (175 / 750) * 0.8) calc(100vw * (20 / 750) * 0.8) calc(100vw * (25 / 750) * 0.8);
    font-size: calc(100vw * (46 / 750) * 0.8);
  }

  #specialApnexChibaTop .experienceListTtlSub img {
    right: calc(100vw * (20 / 750) * 0.8);
    width: calc(100vw * (140 / 750) * 0.8);
  }

  #specialApnexChibaTop .experienceListTtlMain {
    margin-top: calc(100vw * (35 / 750) * 0.8);
    font-size: calc(100vw * (58 / 750) * 0.8);
  }

  #specialApnexChibaTop .experienceListTxt {
    margin-right: 0;
    font-size: calc(100vw * (28 / 750) * 0.9);
  }
}


/**
 * Benefits
 * -------------------------------
 */

#specialApnexChibaTop .benefits {
  margin-bottom: 65px;
}

#specialApnexChibaTop .benefitsList {
  display: flex;
  margin-left: -55px;
}

#specialApnexChibaTop .benefitsListItem {
  width: 50%;
  padding-left: 55px;
}

#specialApnexChibaTop .benefitsListInner {
  position: relative;
}
#specialApnexChibaTop .benefitsList01 .benefitsListInner {
  background-color: #d7ff00;
}
#specialApnexChibaTop .benefitsList02 .benefitsListInner {
  background-color: #0078ff;
}

#specialApnexChibaTop .benefitsListHead {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 488px;
  height: 85px;
  background-color: #333;
  color: #fff;
  font-size: 4.5rem;
  font-weight: 900;
  text-align: center;
  line-height: 1;
}

#specialApnexChibaTop .benefitsListTtl {
  position: absolute;
  top: 105px;
  left: 55px;
  z-index: 2;
  font-size: 5.5rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
#specialApnexChibaTop .benefitsList01 .benefitsListTtl {
  color: #333;
}
#specialApnexChibaTop .benefitsList02 .benefitsListTtl {
  color: #fff;
}

#specialApnexChibaTop .benefitsList01 .benefitsListTtl > strong {
  color: #0078ff;
}
#specialApnexChibaTop .benefitsList02 .benefitsListTtl > strong {
  color: #d7ff00;
}

#specialApnexChibaTop .benefitsListImg {
  position: relative;
  z-index: 1;
  width: 100%;
}

@media only screen and (min-width: 1280px) and (max-width: 1919px) {
  #specialApnexChibaTop .benefits {
    margin-bottom: calc(100vw * (65 / 1920));
  }

  #specialApnexChibaTop .benefitsList {
    margin-left: calc(100vw * (-55 / 1920));
  }

  #specialApnexChibaTop .benefitsListItem {
    padding-left: calc(100vw * (55 / 1920));
  }

  #specialApnexChibaTop .benefitsListHead {
    width: calc(100vw * (488 / 1920));
    height: calc(100vw * (85 / 1920));
    font-size: calc(100vw * (45 / 1920));
  }

  #specialApnexChibaTop .benefitsListTtl {
    top: calc(100vw * (105 / 1920));
    left: calc(100vw * (55 / 1920));
    font-size: calc(100vw * (55 / 1920));
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #specialApnexChibaTop .benefits {
    margin-bottom: calc(1280px * (65 / 1920));
  }

  #specialApnexChibaTop .benefitsList {
    margin-left: calc(1280px * (-55 / 1920));
  }

  #specialApnexChibaTop .benefitsListItem {
    padding-left: calc(1280px * (55 / 1920));
  }

  #specialApnexChibaTop .benefitsListHead {
    width: calc(1280px * (488 / 1920));
    height: calc(1280px * (85 / 1920));
    font-size: calc(1280px * (45 / 1920));
  }

  #specialApnexChibaTop .benefitsListTtl {
    top: calc(1280px * (105 / 1920));
    left: calc(1280px * (55 / 1920));
    font-size: calc(1280px * (55 / 1920));
  }
}
@media only screen and (max-width: 767px) {
  #specialApnexChibaTop .benefits {
    margin-bottom: calc(100vw * (65 / 750) * 0.6);
  }

  #specialApnexChibaTop .benefitsList {
    display: block;
    margin-left: 0;
    margin-top: calc(100vw * (-30 / 750));
  }

  #specialApnexChibaTop .benefitsListItem {
    width: 100%;
    padding-left: 0;
    padding-top: calc(100vw * (30 / 750));
  }

  #specialApnexChibaTop .benefitsListHead {
    width: calc(100vw * (488 / 750) * 0.8);
    height: calc(100vw * (85 / 750) * 0.8);
    font-size: calc(100vw * (45 / 750) * 0.8);
  }

  #specialApnexChibaTop .benefitsListTtl {
    top: calc(100vw * (105 / 750) * 0.8);
    left: calc(100vw * (55 / 750) * 0.8);
    font-size: calc(100vw * (55 / 750) * 0.8);
    letter-spacing: normal;
  }
}


/**
 * Schedule
 * -------------------------------
 */

 #specialApnexChibaTop .schedule {
  margin-bottom: 160px;
 }

#specialApnexChibaTop .schedule .wrapper {
  padding-left: 420px;
  padding-right: 420px;
}

#specialApnexChibaTop .scheduleTtl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 85px;
  margin-bottom: 10px;
  background-color: #333;
  color: #fff;
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

#specialApnexChibaTop .scheduleListItem {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.4;
}

#specialApnexChibaTop .scheduleCs {
  margin-top: 20px;
  color: #333;
  font-size: 4.0rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}

@media only screen and (min-width: 1280px) and (max-width: 1919px) {
  #specialApnexChibaTop .schedule {
    margin-bottom: calc(100vw * (160 / 1920));
  }

  #specialApnexChibaTop .schedule .wrapper {
    padding-left: calc(100vw * (420 / 1920));
    padding-right: calc(100vw * (420 / 1920));
  }

  #specialApnexChibaTop .scheduleTtl {
    height: calc(100vw * (85 / 1920));
    margin-bottom: calc(100vw * (10 / 1920));
    font-size: calc(100vw * (45 / 1920));
  }

  #specialApnexChibaTop .scheduleListItem {
    padding-top: calc(100vw * (10 / 1920));
    padding-bottom: calc(100vw * (10 / 1920));
    font-size: calc(100vw * (45 / 1920));
  }

  #specialApnexChibaTop .scheduleCs {
    margin-top: calc(100vw * (20 / 1920));
    font-size: calc(100vw * (40 / 1920));
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #specialApnexChibaTop .schedule {
    margin-bottom: calc(1280px * (160 / 1920));
  }

  #specialApnexChibaTop .schedule .wrapper {
    padding-left: calc(1280px * (420 / 1920));
    padding-right: calc(1280px * (420 / 1920));
  }

  #specialApnexChibaTop .scheduleTtl {
    height: calc(1280px * (85 / 1920));
    margin-bottom: calc(1280px * (10 / 1920));
    font-size: calc(1280px * (45 / 1920));
  }

  #specialApnexChibaTop .scheduleListItem {
    padding-top: calc(1280px * (10 / 1920));
    padding-bottom: calc(1280px * (10 / 1920));
    font-size: calc(1280px * (45 / 1920));
  }

  #specialApnexChibaTop .scheduleCs {
    margin-top: calc(1280px * (20 / 1920));
    font-size: calc(1280px * (40 / 1920));
  }
}
@media only screen and (max-width: 767px) {
  #specialApnexChibaTop .schedule {
    margin-bottom: calc(100vw * (160 / 750) * 0.8);
  }

  #specialApnexChibaTop .schedule .wrapper {
    padding-left: calc(100vw * (30 / 750));
    padding-right: calc(100vw * (30 / 750));
  }

  #specialApnexChibaTop .scheduleTtl {
    height: auto;
    padding: calc(100vw * (15 / 750));
    margin-bottom: calc(100vw * (10 / 750) * 0.8);
    font-size: calc(100vw * (45 / 750) * 0.8);
  }

  #specialApnexChibaTop .scheduleListItem {
    padding-top: calc(100vw * (10 / 750) * 0.8);
    padding-bottom: calc(100vw * (10 / 750) * 0.8);
    font-size: calc(100vw * (45 / 750) * 0.8);
    text-align: center;
  }

  #specialApnexChibaTop .scheduleCs {
    margin-top: calc(100vw * (20 / 750) * 0.8);
    font-size: calc(100vw * (40 / 750) * 0.8);
  }
}