@charset "UTF-8";
@import url(https://db.onlinewebfonts.com/c/4f23e5adf44a99020e63cd8ea791046e?family=Avenir+Next+W04+Regular);
@import url(https://db.onlinewebfonts.com/c/a3bedb01641c8ea21cbc762706b3fd7e?family=Avenir+Next+W06+Bold);
@media screen and (max-width: 743px) {
   .sp_hidden {
    display: none;
  }
}
.main_content {
  position: relative;
  max-width: 100vw;
  width: 100%;
  background: #eef0ea;
  overflow: hidden;
}
.main_content h2,
.main_content p,
.main_content span,
.main_content a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #444;
  line-height: 1.5;
}
.main_content a:hover {
  opacity: 0.8;
  transition-duration: 0.8s;
}
.main_content img {
  width: 100%;
  height: auto;
}
.main_content .flowingTextWrap {
  z-index: 6666;
  display: flex;
  align-items: center;
  position: absolute;
  top: 194vw;
  white-space: nowrap;
}
.main_content .flowingTextWrap .flowingText {
  margin: 0;
  padding: 0;
}
.main_content .flowingTextWrap .flowingText li {
  display: inline-block;
  font-family: "futura-pt", sans-serif!important!important;
  font-size: 80px;
  font-weight: 500;
  color: #fff;
  animation: flowingText 16s linear infinite;
  transform: translateX(100%);
  padding-right: 32px;
}
@keyframes flowingText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.main_content .main_visual {
  position: relative;
  max-width: 85.303vw;
  width: 100%;
  margin: 0 auto 14.35898vw;
  padding-top: 8.205vw;
}
.main_content .main_visual .title {
  z-index: 9999;
  position: absolute;
  top: calc(50% - 18px);
  right: 0;
  left: 0;
  margin: auto;
  font-family: "futura-pt", sans-serif!important;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  opacity: 0;
  animation: appendText 3s forwards;
}
@keyframes appendText {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
.main_content .main_visual .title .changeColor {
  font-family: "futura-pt", sans-serif!important;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.main_content .main_visual .image_wrap {
  display: flex;
  max-width: 100vw;
  width: 100%;
  overflow: hidden;
}
.main_content .main_visual .image_wrap img {
  max-width: 50%;
}
.main_content .main_visual .image_wrap img:nth-of-type(1) {
  transform: translateY(-50px);
  opacity: 0;
  animation: fadeInMvFromTop 2s forwards;
}
.main_content .main_visual .image_wrap img:nth-of-type(2) {
  transform: translateY(50px);
  opacity: 0;
  animation: fadeInMvFromBottom 2s forwards;
}
@keyframes fadeInMvFromTop {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInMvFromBottom {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.main_content .main_description {
  max-width: 91.795vw;
  width: 100%;
  margin: 0 auto 18.46125vw;
}
.main_content .main_description .head {
  margin-bottom: 8.205vw;
  font-size: 20px;
  text-align: center;
}
.main_content .main_description .description {
  text-align: center;
}
.main_content section {
  margin-bottom: 14.35898vw;
}
.main_content section .slider_wrap {
  position: relative;
  margin-bottom: 8.205vw;
}
.main_content section .slider_wrap .pagenation {
  z-index: 9999;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 6.15375vw;
  right: 6.15375vw;
}
.main_content section .slider_wrap .pagenation span {
  font-family: "futura-pt", sans-serif!important;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  opacity: 0.3;
}
.main_content section .slider_wrap .pagenation span.first {
  animation: pagenation 8s 0s infinite;
  opacity: 1;
}
.main_content section .slider_wrap .pagenation span.second {
  animation: pagenation 8s 0s infinite;
  animation-delay: 4s;
}
@keyframes pagenation {
  0% {
    opacity: 0.3;
  }
  5% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
.main_content section .slider_wrap .slider {
  position: relative;
  max-width: 100vw;
  width: 100%;
  min-height: 150vw;
  height: 75%;
  overflow: hidden;
}
.main_content section .slider_wrap .slider .image_wrap {
  z-index: 8888;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1.1);
  animation: slides 8s 0s infinite;
}
.main_content section .slider_wrap .slider .image_wrap:nth-of-type(2) {
  animation-delay: 4s;
}
@keyframes slides {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.main_content section .description_credit_wrap {
  max-width: 91.795vw;
  width: 100%;
  margin: 0 auto 8.205vw;
}
.main_content section .description_credit_wrap .head {
  margin-bottom: 8.205vw;
  font-size: 18px;
}
.main_content section .description_credit_wrap .description {
  margin-bottom: 8.205vw;
}
.main_content section .description_credit_wrap .credit_wrap {
  max-width: 91.795vw;
  width: 100%;
  margin: 0 auto 8.205vw;
}
.main_content section .description_credit_wrap .credit_wrap .credit {
  display: flex;
  align-items: center;
  max-width: 100%;
  width: 100%;
}
.main_content section .description_credit_wrap .credit_wrap .credit:not(:last-of-type) {
  margin-bottom: 8px;
}
.main_content section .description_credit_wrap .credit_wrap .credit span {
  font-family: "futura-pt", sans-serif!important;
  font-weight: 500;
}
.main_content section .description_credit_wrap .credit_wrap .credit a {
  display: block;
  max-width: 32px;
  width: 100%;
  height: 21px;
  border-bottom: 1px solid #444;
}
.main_content section .description_credit_wrap .credit_wrap .credit .item {
  margin-right: 24px;
}
.main_content section .description_credit_wrap .credit_wrap .credit .buy {
  display: block;
  width: 100%;
  text-align: center;
  transition: 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.main_content section .description_credit_wrap .credit_wrap .credit .buy:hover {
  letter-spacing: 0.15em;
}

.fadeIn {
  opacity: 0;
}
.fadeIn.active {
  animation: fadeIn 0.8s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (min-width: 744px) {
  .pc_hidden {
    display: none;
  }
  .main_content .flowingTextWrap {
    top: 69.5vw;
  }
  .main_content .flowingTextWrap .flowingText li {
    font-size: 6.25vw;
  }
  .main_content .main_visual {
    max-width: 66.5625vw;
    margin: 0 auto 4.166666vw;
    padding-top: 6.25vw;
  }
  .main_content .main_visual .title {
    max-width: 40vw;
    right: auto;
    left: 17.5vw;
    font-size: 4.479166vw;
  }
  .main_content .main_visual .title .changeColor {
    font-size: 4.479166vw;
    animation: changeColorText 4s forwards;
    animation-delay: 1s;
  }
  @keyframes changeColorText {
    from {
      color: #fff;
    }
    to {
      color: #444;
    }
  }
  .main_content .main_visual .image_wrap {
    justify-content: space-between;
  }
  .main_content .main_visual .image_wrap img {
    max-width: 31vw;
  }
  .main_content .main_description {
    margin-bottom: 13vw;
  }
  .main_content .main_description .head {
    margin-bottom: 2.083333vw;
    font-size: 24px;
  }
  .main_content section {
    margin-bottom: 6.25vw;
  }
  .main_content section .only_pc_layout {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    max-width: 50.1044vw;
    width: 100%;
    margin: 0 auto;
  }
  .main_content section .only_pc_layout .slider_wrap {
    max-width: 28.125vw;
    width: 100%;
    margin-bottom: 0;
  }
  .main_content section .only_pc_layout .slider_wrap .pagenation {
    bottom: 1.666666vw;
    right: 1.666666vw;
  }
  .main_content section .only_pc_layout .slider_wrap .slider {
    max-width: 100%;
    min-height: 42.1877vw;
  }
  .main_content section .only_pc_layout .description_credit_wrap {
    max-width: 17.8125vw;
    margin: 0;
  }
  .main_content section .only_pc_layout .description_credit_wrap .head {
    margin-bottom: 1.666666vw;
  }
  .main_content section .only_pc_layout .description_credit_wrap .description {
    margin-bottom: 1.666666vw;
  }
  .main_content section .only_pc_layout .description_credit_wrap .credit_wrap {
    margin-bottom: 0;
  }
  .main_content section#style2 .only_pc_layout, .main_content section#style4 .only_pc_layout {
    flex-direction: row-reverse;
  }
}
@media screen and (744px <= width < 1366px) {
  .main_content section .only_pc_layout {
    max-width: 80vw;
  }
  .main_content section .only_pc_layout .slider_wrap {
    max-width: 40vw;
  }
  .main_content section .only_pc_layout .slider_wrap .slider {
    min-height: 59.896vw;
  }
  .main_content section .only_pc_layout .description_credit_wrap {
    max-width: 32vw;
  }
}
@media screen and (744px <= width < 800px) {
  .main_content .flowingTextWrap {
    top: 82vw;
  }
}
@media screen and (800px <= width < 900px) {
  .main_content .flowingTextWrap {
    top: 80.5vw;
  }
}
@media screen and (900px <= width < 1000px) {
  .main_content .flowingTextWrap {
    top: 78vw;
  }
}
@media screen and (1000px <= width < 1100px) {
  .main_content .flowingTextWrap {
    top: 76.5vw;
  }
}
@media screen and (1100px <= width < 1280px) {
  .main_content .flowingTextWrap {
    top: 75vw;
  }
}
@media screen and (1280px <= width < 1366px) {
  .main_content .flowingTextWrap {
    top: 73vw;
  }
}
@media screen and (1366px <= width < 1440px) {
  .main_content .flowingTextWrap {
    top: 72.5vw;
  }
}/*# sourceMappingURL=common.css.map */