@charset "UTF-8";
.main-area {
  max-width: none;
  min-width: auto;
}

.bredlist.lp {
  min-width: auto;
  max-width: none;
  margin: 0 auto;
  font-size: 10px;
}
.main-contents {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
}
_:-ms-lang(x)::-ms-backdrop .main-contents {
  overflow-x: hidden;
}

.main-contents * {
  font-weight: inherit;
}

.main-contents video,
.main-contents * a,
.main-contents picture {
  display: block;
}

.main-contents video,
.main-contents img,
.main-contents source {
  width: 100%;
  height: auto;
}
.main-contents a:link,
.main-contents h2,
.main-contents h3,
.main-contents h4,
.main-contents h5,
.main-contents h6 {
  color: inherit;
}

.main-contents .section-block {
  margin-left: auto;
  margin-right: auto;
}
.main-contents .txt-new-line {
  display: block;
}

.main-contents .txt-line {
  font-weight: bold;
}
.main-contents .txt-line _:-ms-lang(x)::-ms-backdrop, .main-contents .txt-line {
  border: none;
  background: linear-gradient(transparent 60%, #d1d1d1 60%, #d1d1d1 70%, transparent 70%);
  padding: 0;
}
.main-contents .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-contents .flex-wrap-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-contents .flex-direction-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-contents .flex-direction-container _:-ms-lang(x)::-ms-backdrop, > .main-contents .flex-direction-container {
  min-height: 0%;
}

.main-contents .grid-container {
  display: -ms-grid;
  display: grid;
  justify-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-grid-column-align: start;
  -ms-grid-row-align: start;
}

.main-contents .image-opacity-block {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.main-contents .image-opacity-block::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.main-contents .background-image {
  position: relative;
}

.main-contents .background-image::before {
  content: "";
  width: 110%;
  height: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
}

.main-contents .background-parent {
  position: relative;
}

.main-contents .background-parent::before, .main-contents .background-parent::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
}

.main-contents .item-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-contents .js-fade {
  opacity: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.main-contents .js-fade.show {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.main-contents .js-fade-left {
  -webkit-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}

.main-contents .js-fade-right {
  -webkit-transform: translate(50px, 0);
  transform: translate(50px, 0);
}

.main-contents .js-fade-up {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
}

.main-contents .js-fade-down {
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

.main-contents .js-fade-in {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.main-contents .js-fade-out {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: opacity 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 2400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 2400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 2400ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 2400ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 2400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.main-contents .image-horizon-anime {
  position: relative;
}

.main-contents .image-horizon-anime::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), width 1500ms, transform 1250ms, -webkit-transform 1250ms;
  z-index: 3;
}

.main-contents .image-horizon-anime-show::before {
  width: 0 !important;
}

@font-face {
  font-family: "LibreCaslonDisplay";
  src: url("../fonts/LibreCaslonDisplay-Regular.ttf") format("TrueType");
  src: url("../fonts/LibreCaslonDisplay-Regular.woff") format("woff");
}
.main-contents .credit-wrapper__link {
  font-family: LibreCaslonDisplay, serif;
  font-weight: 400;
  font-style: normal;
}
.main-contents .summary-heading {
  text-align: left;
}
.main-contents .summary-txt {
  text-align: center;
}
.main-contents .summary-wrapper {
  text-align: center;
}
.main-contents .section-block .flex-wrap-container .end-img {
  margin: 0 auto;
}

.main-contents .credit-wrapper {
  white-space: nowrap;
}
.main-contents .credit-wrapper__link {
  position: relative;
  text-align: left;
  display: inline-block;
  letter-spacing: 0.01em;
}
.main-contents .credit-wrapper__link.pointer-none {
  pointer-events: none;
}

.main-contents .credit-wrapper__link span {
  font-family: Pragmatica, "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
.main-contents .firstview-block__title {
  z-index: 1;
}
.main-contents .firstview-block__txt {
  text-align: center;
}
.main-contents .viewall-block {
  border: solid 1px #000;
}
.main-contents .viewall-block__link {
  line-height: 0;
  letter-spacing: 0.06em;
  height: 100%;
  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;
}
.sp-contents {
  display: none;
}
@media only screen and (min-width: 1399px) {
  html,
body {
    font-size: 62.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1399px) {
  html,
body {
    font-size: calc(10 * (100vw / 1400));
  }
}
@media only screen and (max-width: 767px) {
  html,
body {
    font-size: calc(10 * (100vw / 750));
  }
  .bredlist.lp {
    max-width: 70rem;
  }
  .main-contents {
    width: calc(750 * (100vw / 750));
    margin: calc(40 * (100vw / 750)) 0 calc(200 * (100vw / 750));
  }
  .main-contents video _:lang(x) + _:-webkit-full-screen-document, .main-contents video {
    object-fit: fill;
  }
  .main-contents .section-block {
    margin-bottom: calc(208 * (100vw / 750));
  }
  .main-contents .txt-line {
    border-bottom: #d1d1d1 2px solid;
    padding-bottom: calc(3 * (100vw / 750));
  }
  .main-contents .image-out-border {
    -webkit-box-shadow: 0px 0px 0px 30px #fff;
    box-shadow: 0px 0px 0px 30px #fff;
  }
  .main-contents .sp-inner-margin-left {
    margin-left: calc(60 * (100vw / 750));
  }
  .main-contents .sp-outer-margin-left {
    margin-left: calc(37 * (100vw / 750));
  }
  .main-contents .heading-txt {
    margin-bottom: calc(49 * (100vw / 750));
  }
  .main-contents .summary-heading {
    font-size: calc(32 * (100vw / 750));
    line-height: 1.69;
    margin-bottom: calc(40 * (100vw / 750));
  }
  .main-contents .summary-txt {
    font-size: calc(24 * (100vw / 750));
    line-height: 1.75;
  }
  .main-contents .summary-wrapper {
    margin: 0 auto calc(71 * (100vw / 750));
  }
  .main-contents .summary-wrapper__title {
    margin: 0 auto calc(61 * (100vw / 750));
  }
  .main-contents .item-wrapper {
    margin-bottom: calc(73 * (100vw / 750));
  }
  .main-contents .item-wrapper__img {
    width: 100%;
  }
  .main-contents .item-wrapper__img:first-of-type {
    margin-bottom: calc(40 * (100vw / 750));
  }
  .main-contents .item-wrapper__img:last-of-type {
    margin-bottom: calc(23 * (100vw / 750));
  }
  .main-contents .item-wrapper__third {
    margin-bottom: calc(193 * (100vw / 750));
  }
  .main-contents .credit-wrapper {
    margin-left: calc(21 * (100vw / 750));
  }
  .main-contents .credit-wrapper__link {
    font-size: calc(24 * (100vw / 750));
    line-height: 1.58;
  }

  .main-contents .credit-wrapper__link:nth-of-type(even) {
    margin-left: calc(24 * (100vw / 750));
  }
  .main-contents .credit-wrapper__link span {
    font-size: calc(20 * .13333vw);
    margin-left: calc(5 * .13333vw);
  }
  .main-contents .firstview-block {
    margin-bottom: calc(189 * (100vw / 750));
  }
  .main-contents .firstview-block__image {
    margin-bottom: calc(110 * (100vw / 750));
  }
  .main-contents .firstview-block__title {
    position: relative;
    width: 43.1rem;
    top: calc(-16 * (100vw / 750));
    left: calc(16 * (100vw / 750));
  }
  .main-contents .firstview-block__txt {
    width: calc(675 * (100vw / 750));
    font-size: calc(26 * (100vw / 750));
    line-height: 2.538;
    margin: 0 auto;
  }
  .main-contents .sec01-block .summary-wrapper__title {
    width: calc(506 * (100vw / 750));
  }
  .main-contents .sec01-block .end-img {
    width: calc(562 * (100vw / 750));
  }
  .main-contents .sec02-block .summary-wrapper__title {
    width: calc(448 * (100vw / 750));
  }
  .main-contents .sec02-block .end-img {
    width: calc(488 * (100vw / 750));
  }
  .main-contents .sec03-block .summary-wrapper__title {
    width: calc(503 * (100vw / 750));
  }
  .main-contents .sec03-block .item-wrapper__third .item-wrapper__img:nth-of-type(1) {
    margin-bottom: calc(50 * (100vw / 750));
  }
  .main-contents .sec03-block .end-img {
    width: calc(600 * (100vw / 750));
  }
  .main-contents .viewall-block {
    width: calc(675 * (100vw / 750));
    height: calc(120 * (100vw / 750));
    margin: 0 auto;
  }
  .main-contents .viewall-block__link {
    font-size: calc(28 * (100vw / 750));
  }
  .pc-contents {
    display: none;
  }
  .sp-contents {
    display: inherit;
  }
}
@media only screen and (min-width: 768px) {
  .bredlist.lp {
    width: 120rem;
  }
  .main-contents {
    max-width: 140rem;
    margin: 3.5rem auto 16rem;
  }
  .main-contents .section-block {
    width: 100rem;
    margin-bottom: 15.5rem;
  }
  .main-contents .txt-line {
    border-bottom: #d1d1d1 3px solid;
    padding-bottom: 0.2rem;
  }
  .main-contents .image-out-border {
    -webkit-box-shadow: 0px 0px 0px 15px #fff;
    box-shadow: 0px 0px 0px 15px #fff;
  }
  .main-contents .heading-txt {
    margin-bottom: 3.05rem;
  }
  .main-contents .summary-heading {
    font-size: 1.6rem;
    line-height: 1.56;
    margin-bottom: 2.2rem;
  }
  .main-contents .summary-txt {
    font-size: 1.4rem;
    line-height: 1.86;
  }
  .main-contents .summary-wrapper {
    width: 100%;
    margin-bottom: 6.4rem;
  }
  .main-contents .summary-wrapper__title {
    margin: 0 auto 4.5rem;
  }
  .main-contents .item-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .main-contents .item-wrapper:not(:last-of-type) {
    margin-bottom: 6.6rem;
  }
  .main-contents .item-wrapper:last-of-type {
    margin-bottom: 14.6rem;
  }
  .main-contents .item-wrapper__img {
    width: 48rem;
  }
  .main-contents .item-wrapper__img:first-of-type {
    margin-bottom: 2.6rem;
  }
  .main-contents .credit-wrapper__link {
    font-size: 1.3rem;
    line-height: 1.62;
  }

  .main-contents .credit-wrapper__link:nth-of-type(even) {
    margin-left: 1.2rem;
  }
  .main-contents .credit-wrapper__link span {
    font-size: 10px;
    margin-left: 3px;
  }
  .main-contents .firstview-block {
    text-align: center;
    width: 120rem;
    margin: 0 auto 15rem;
  }
  .main-contents .firstview-block__image {
    position: relative;
    margin-bottom: 6.5rem;
  }
  .main-contents .firstview-block__title {
    position: absolute;
    width: 35.6rem;
    bottom: 3.2rem;
    left: 3.2rem;
  }
  .main-contents .firstview-block__txt {
    font-size: 1.6rem;
    line-height: 2.875;
  }
  .main-contents .sec01-block .summary-wrapper__title {
    width: 29.9rem;
  }
  .main-contents .sec01-block .item-wrapper__first {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-contents .sec01-block .item-wrapper__first _:-ms-lang(x)::-ms-backdrop, .main-contents .sec01-block .item-wrapper__first {
    width: 48rem;
    margin: 0 auto 6.6rem;
  }
  .main-contents .sec01-block .item-wrapper__first .item-wrapper__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
  }
  .main-contents .sec01-block .item-wrapper__first .credit-wrapper {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
  }
  .main-contents .sec01-block .end-img {
    width: 42rem;
  }
  .main-contents .sec02-block .summary-wrapper__title {
    width: 26.4rem;
  }
  .main-contents .sec02-block .end-img {
    width: 38rem;
  }
  .main-contents .sec03-block {
    margin-bottom: 15rem;
  }
  .main-contents .sec03-block .summary-wrapper__title {
    width: 29.7rem;
  }
  .main-contents .sec03-block .end-img {
    width: 52rem;
  }
  .main-contents .viewall-block {
    width: 38rem;
    height: 6.4rem;
    margin: 0 auto;
  }
  .main-contents .viewall-block__link {
    font-size: 1.8rem;
  }
}