@charset "UTF-8";
@import url(common.css);
/* loading
---------------------------------------------------------------------------- */
.loading {
  position: fixed;
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
.loading-logo {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -65%);
  -webkit-transform: translate(-50%, -65%);
  width: 30%;
  min-width: 250px;
  overflow: visible;
  animation: logofadein 1s ease-in-out forwards;
}
.loading.loaded {
  opacity: 0;
  visibility: hidden;
}

@keyframes logofadein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
/* メインビジュアル
---------------------------------------------------------------------------- */
.mainvisual {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url(../images/top/mainvisual.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .mainvisual {
    background: url(../images/top/mainvisual-jp-sp.jpg) no-repeat center center/cover;
  }
}
.mainvisual.mv-en {
  background: url(../images/top/mainvisual-en.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .mainvisual.mv-en {
    background: url(../images/top/mainvisual-en-sp.jpg) no-repeat center center/cover;
  }
}
.mainvisual .area-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 100%;
  padding: 50px 0;
  background-color: #fff;
}
@media screen and (max-width: 1080px) {
  .mainvisual .area-right {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual .area-right {
    height: 143px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 480px) {
  .mainvisual .area-right {
    width: 80px;
    height: 120px;
  }
}
.mainvisual .area-right .language {
  width: 48px;
  margin: 0 auto;
}
.mainvisual .area-right .language p {
  font-size: 1.5em;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .mainvisual .area-right .language p {
    font-size: 1.25em;
  }
}
.mainvisual .area-right .language p + p {
  border-top: 1px solid #9f9f9f;
}
.mainvisual .area-right .language p a {
  display: block;
  padding: 20px 0;
  color: #000;
}
@media screen and (max-width: 480px) {
  .mainvisual .area-right .language p a {
    padding: 14px 0;
  }
}
.mainvisual .area-right .language p a:hover {
  color: #1d1693;
}
.mainvisual .area-right .scroll {
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5em);
  width: 1.125em;
  height: calc(25vh + 6em);
  cursor: pointer;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .mainvisual .area-right .scroll {
    display: none;
  }
}
.mainvisual .area-right .scroll-text {
  position: absolute;
  bottom: 0;
  left: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1em;
  letter-spacing: 0.1em;
  line-height: 1em;
  padding-bottom: 25vh;
  color: #000;
}
.mainvisual .area-right .scroll-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1em;
  height: 24vh;
  overflow: hidden;
}
.mainvisual .area-right .scroll-bar::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 24vh;
  background-color: #aaaaaa;
}
.mainvisual .area-right .scroll-bar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 80px;
  background: #04005e;
  animation: sdline 2.5s ease infinite;
}
@keyframes sdline {
  0% {
    transform: translateY(-16.5vh);
  }
  50%, 100% {
    transform: translateY(100px);
  }
}
.mainvisual .news {
  position: absolute;
  bottom: 60px;
  left: 54px;
  width: 80%;
  max-width: 915px;
  height: 97px;
  border-radius: 49px;
  padding: 0 30px 0 60px;
  background-color: #fff;
  color: #04005e;
}
@media screen and (max-width: 1080px) {
  .mainvisual .news {
    width: calc(90% - 100px);
    left: 5%;
    padding: 0 20px 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual .news {
    bottom: 40px;
    left: 2.5%;
    width: 95%;
    height: 85px;
    border-radius: 40px;
    padding: 15px 70px 15px 25px;
  }
}
.mainvisual .news-date {
  margin-right: 2.875em;
}
@media screen and (max-width: 1080px) {
  .mainvisual .news-date {
    width: 83px;
    margin-right: 2em;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual .news-date {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 1080px) {
  .mainvisual .news-ttl {
    width: calc(100% - (83px + 2em));
  }
}
@media screen and (max-width: 768px) {
  .mainvisual .news-ttl {
    width: 100%;
  }
}
.mainvisual .news-link {
  width: 45px;
  height: 45px;
}
@media screen and (max-width: 1080px) {
  .mainvisual .news-link {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual .news-link {
    position: absolute;
    top: 20px;
    right: 15px;
  }
}

/* 下層セクション
---------------------------------------------------------------------------- */
.content-outline {
  background: url(../images/top/bg.jpg) no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 100px;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .content-outline {
    padding-top: 60px;
  }
}
@media screen and (max-width: 480px) {
  .content-outline {
    padding-top: 40px;
  }
}
.content-outline-main {
  position: relative;
  padding-bottom: 90px;
}
@media screen and (max-width: 480px) {
  .content-outline-main {
    padding-bottom: 72px;
  }
}
.content-outline-main .box-text {
  width: calc(50% + 50px);
}
@media screen and (max-width: 768px) {
  .content-outline-main .box-text {
    width: 100%;
  }
}
.content-outline-main .box-image {
  width: calc(50% - 90px);
}
@media screen and (max-width: 768px) {
  .content-outline-main .box-image {
    width: 80%;
    max-width: 513px;
    margin: 50px auto 0;
  }
}
.content-outline-list {
  padding: 20px 0 130px;
}
@media screen and (max-width: 768px) {
  .content-outline-list {
    padding: 20px 0 80px;
  }
}
@media screen and (max-width: 480px) {
  .content-outline-list {
    padding: 20px 0 50px;
  }
}
.content-outline-list .text-lead {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .content-outline-list .text-lead {
    text-align: left;
  }
}
.content-outline-list .outline-list {
  align-items: stretch;
  flex-wrap: wrap;
}
.content-outline-list .outline-list li {
  width: calc(25% - 15px);
  background-color: #fff;
  border: 1px solid #9c9c9c;
  padding: 25px 30px 30px;
}
@media screen and (max-width: 1000px) {
  .content-outline-list .outline-list li {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 768px) {
  .content-outline-list .outline-list li {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 480px) {
  .content-outline-list .outline-list li {
    width: 100%;
    padding: 15px 20px 20px;
  }
}
@media screen and (max-width: 1000px) {
  .content-outline-list .outline-list li:first-child, .content-outline-list .outline-list li:nth-child(2) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .content-outline-list .outline-list li:first-child, .content-outline-list .outline-list li:nth-child(2) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .content-outline-list .outline-list li:nth-child(3) {
    margin-bottom: 20px;
  }
}
.content-outline-list .outline-list h3 {
  text-align: center;
  font-size: clamp(18px, 0.499rem + 1.2vw, 20px);
  line-height: 1.5em;
  margin-bottom: 0.25em;
  /*@media screen and (max-width: 1333px) {
      font-size: unquote('clamp(1.25rem, 0.91rem + 0.71vw, 1.5rem)');
  }*/
}
@media screen and (max-width: 480px) {
  .content-outline-list .outline-list h3 {
    font-size: 1.375em;
  }
}
.content-outline-list .outline-list h3 .number {
  display: block;
  color: #00478c;
  font-size: clamp(22px, 0.249rem + 1.8vw, 28px);
}
@media screen and (max-width: 480px) {
  .content-outline-list .outline-list h3 .number {
    font-size: 1.5rem;
  }
}
.content-outline-list .outline-list h3 .pc-1330 {
  display: none;
}
@media screen and (max-width: 1330px) {
  .content-outline-list .outline-list h3 .pc-1330 {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .content-outline-list .outline-list h3 .pc-1330 {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .content-outline-list .outline-list h3 .pc-1330 {
    display: none;
  }
}
.content-outline-list .outline-list p {
  line-height: 2em;
}
.content-outline .scroll-txtimg {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
}
@media screen and (max-width: 480px) {
  .content-outline .scroll-txtimg {
    height: 50px;
  }
}
.content-outline .scroll-txtimg ul {
  list-style: none;
  display: flex;
  width: max-content;
  animation: scrollAnimation 40s linear infinite;
}
@keyframes scrollAnimation {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.content-outline .scroll-txtimg ul li {
  width: 2550px;
}
@media screen and (max-width: 768px) {
  .content-outline .scroll-txtimg ul li {
    width: 2040px;
  }
}
@media screen and (max-width: 480px) {
  .content-outline .scroll-txtimg ul li {
    width: 1530px;
  }
}
.content-outline .scroll-txtimg ul li img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .content-outline .scroll-txtimg ul li img {
    filter: contrast(0.75);
  }
}
.content .text-lead {
  font-size: 1.5em;
  line-height: 1.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .content .text-lead {
    font-size: 1.5em;
    margin-bottom: 0.75em;
  }
}
.content .text-body {
  line-height: 2.5em;
}
@media screen and (max-width: 768px) {
  .content .text-body {
    line-height: 2em;
  }
}
.content .size {
  display: block;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .content .size {
    text-align: center;
  }
}

/* セクションタイトル
---------------------------------------------------------------------------- */
.sec-ttl {
  font-size: clamp(42px, 0.603rem + 6.03vw, 60px);
  margin-bottom: 40px;
  color: #04005e;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .sec-ttl {
    margin-bottom: 20px;
    font-size: clamp(41px, 1.714rem + 4.24vw, 60px);
  }
}

.ttl-color {
  margin-bottom: 50px;
  color: #04005e;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .ttl-color {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .ttl-color {
    padding-left: 0;
  }
}
.ttl-color-en {
  font-size: clamp(32px, 1.447rem + 2.76vw, 60px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  line-height: 1em;
}
.ttl-color-sub {
  font-size: 1.125em;
  line-height: 1em;
  margin-left: 30px;
}
@media screen and (max-width: 480px) {
  .ttl-color-sub {
    font-size: 1em;
    margin-left: 15px;
  }
}

/* COLOR
---------------------------------------------------------------------------- */
.color {
  padding: 80px 0 120px;
  overflow-x: hidden;
}
.color .inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  .color {
    padding: 50px 0 80px;
  }
}
@media screen and (max-width: 480px) {
  .color {
    padding: 40px 0 50px;
  }
}
.color-list {
  width: 100%;
  max-width: 895px;
  margin: 0 auto 85px;
}
@media screen and (max-width: 768px) {
  .color-list {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 480px) {
  .color-list {
    margin: 0 auto 30px;
  }
}
.color-list-child {
  position: relative;
  width: calc(33.333% - 46px);
  max-width: 248px;
}
@media screen and (max-width: 768px) {
  .color-list-child {
    width: calc(33.333% - 20px);
  }
}
@media screen and (max-width: 480px) {
  .color-list-child {
    padding-bottom: 0.75em;
    width: calc(33.333% - 10px);
  }
}
.color-list-child .caption-color {
  position: absolute;
  width: 100%;
  bottom: 0;
  font-size: 14px;
  text-align: center;
  z-index: 99;
}
@media screen and (max-width: 480px) {
  .color-list-child .caption-color {
    bottom: 0;
    font-size: 13px;
  }
}
.color-list img {
  cursor: pointer;
}

.flow__slide {
  position: relative;
  margin: 50px 0 65px 0;
}
.flow__slide .swiper {
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .flow__slide {
    margin: 30px 0 40px 0;
  }
}
@media screen and (max-width: 480px) {
  .flow__slide {
    margin: 30px 0;
  }
}
.flow__slide .swiper-wrapper {
  padding-bottom: 0;
}
.flow__slide .swiper-slide {
  position: relative;
  width: 294px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .flow__slide .swiper-slide {
    width: calc(33% - 30px);
  }
}
@media screen and (max-width: 480px) {
  .flow__slide .swiper-slide {
    width: calc(50% - 20px);
  }
}
.flow__slide .swiper-slide:not(:last-child) {
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  .flow__slide .swiper-slide:not(:last-child) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 480px) {
  .flow__slide .swiper-slide:not(:last-child) {
    margin-right: 15px;
  }
}
.flow__slide .swiper-slide img {
  cursor: pointer;
}
.flow__slide .swiper-slide .caption-color {
  position: absolute;
  width: 100%;
  bottom: 4%;
  font-size: 14px;
  text-align: center;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .flow__slide .swiper-slide .caption-color {
    font-size: 13px;
  }
}
.flow__slide .flow__img {
  width: 100%;
  object-fit: cover;
}

/* 矢印 */
.btn__wrap {
  position: absolute;
  top: -100px;
  right: 0;
  width: 160px;
  height: 50px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .btn__wrap {
    top: -80px;
  }
}
@media screen and (max-width: 480px) {
  .btn__wrap {
    width: 120px;
    top: -70px;
  }
}

.swiper-button-prev {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  border: 1px solid #a9a9a9;
  margin: auto;
  bottom: 25px;
  pointer-events: all;
  color: rgba(255, 255, 255, 0) !important;
}
@media screen and (max-width: 480px) {
  .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
  }
}
.swiper-button-prev::before {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 8px;
  width: 30px;
  height: 1px;
  top: 4px;
  margin: auto;
  background: #a9a9a3;
  transition: all 0.3s;
  pointer-events: all;
}
@media screen and (max-width: 480px) {
  .swiper-button-prev::before {
    width: 20px;
    bottom: 1px;
    right: 10px;
  }
}
.swiper-button-prev::after {
  content: "";
  position: absolute;
  top: 47%;
  margin: auto;
  left: 9px;
  width: 13px;
  height: 1px;
  background: #a9a9a3;
  transform: rotate(-35deg);
  transition: all 0.3s;
}
@media screen and (max-width: 480px) {
  .swiper-button-prev::after {
    width: 11px;
    top: 45%;
    left: 7px;
  }
}
.swiper-button-prev:hover::before {
  right: 13px;
}
.swiper-button-prev:hover::after {
  left: 4px;
}

.swiper-button-next {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  border: 1px solid #a9a9a9;
  margin: auto;
  bottom: 25px;
  color: rgba(255, 255, 255, 0) !important;
}
@media screen and (max-width: 480px) {
  .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
  }
}
.swiper-button-next::before {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 10px;
  width: 30px;
  height: 1px;
  top: 4px;
  margin: auto;
  background: #a9a9a3;
  transition: all 0.3s;
}
@media screen and (max-width: 480px) {
  .swiper-button-next::before {
    width: 20px;
    bottom: 1px;
    right: 8px;
  }
}
.swiper-button-next::after {
  content: "";
  position: absolute;
  top: 47%;
  margin: auto;
  right: 9px;
  width: 13px;
  height: 1px;
  background: #a9a9a3;
  transform: rotate(35deg);
  transition: all 0.3s;
}
@media screen and (max-width: 480px) {
  .swiper-button-next::after {
    width: 11px;
    top: 45%;
    right: 7px;
  }
}
.swiper-button-next:hover::before {
  right: 6px;
}
.swiper-button-next:hover::after {
  right: 5px;
}

.flow__addinfo {
  margin-top: 20px;
  font-size: 16px;
  position: relative;
}

/* モーダル */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}
.modal.open {
  display: flex;
}
.modal img {
  max-width: 90%;
  max-height: 90%;
}
.modal-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 2rem;
  color: white;
  cursor: pointer;
}

.download-wrap {
  padding: 56px 0;
}
@media screen and (max-width: 768px) {
  .download-wrap {
    padding: 40px 0 30px;
  }
}

.download {
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
}
.download-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 20px);
  max-width: 394px;
  height: 89px;
  border: 1px solid #dfdfdf;
  color: #000;
  font-size: 1.125em;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(240, 240, 240) 75%, rgb(225, 225, 225) 100%);
  background-size: 100% 200%;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .download-btn {
    height: 70px;
    width: 100%;
    margin: 0 auto;
  }
}
.download-btn span {
  position: relative;
  padding-right: 24px;
}
.download-btn span::before {
  content: "";
  position: absolute;
  top: 3px;
  right: -8px;
  width: 14px;
  height: 20px;
  background: url(../images/top/icon_download.png) no-repeat top center/contain;
  transition: 0.3s;
}
.download-btn:hover {
  background-position: 0 99%;
}
.download-btn:hover span::before {
  transform: translateY(2px);
}
@media screen and (max-width: 768px) {
  .download-btn:first-child {
    margin-bottom: 15px;
  }
}

.precautions-wrap {
  padding: 44px 0 100px;
}
@media screen and (max-width: 768px) {
  .precautions-wrap {
    display: block;
    padding: 20px 0 60px;
  }
}
@media screen and (max-width: 480px) {
  .precautions-wrap {
    padding: 10px 0 50px;
  }
}

.precautions {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .precautions {
    justify-content: center;
    max-width: 350px;
  }
}
.precautions-btn {
  font-size: 1.25em;
  border-bottom: 1px solid #000;
  color: #000;
}
.precautions-btn:hover {
  border-bottom: 1px solid #1d1693;
}
@media screen and (max-width: 768px) {
  .precautions-btn:first-child {
    margin-bottom: 30px;
  }
}

/* section別 */
#film .content-outline-main .box-text {
  width: calc(50% - 20px);
  padding-bottom: 190px;
}
@media screen and (max-width: 768px) {
  #film .content-outline-main .box-text {
    width: 100%;
    padding-bottom: 0;
  }
}
#film .content-outline-main .box-image {
  width: calc(50% + 20px);
}
@media screen and (max-width: 768px) {
  #film .content-outline-main .box-image {
    width: 80%;
    margin: 50px auto 0;
  }
}
#film .content-outline-main .inner {
  position: relative;
}
#film .content-outline-main .size {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #film .content-outline-main .size {
    position: inherit;
    margin: 2em auto 0;
  }
}
#film .content-outline-main .size img {
  width: 100%;
}

#superclear .content-outline-main .box-text {
  width: calc(50% + 60px);
  padding-bottom: 138px;
}
@media screen and (max-width: 768px) {
  #superclear .content-outline-main .box-text {
    width: 100%;
    padding-bottom: 0;
  }
}
#superclear .content-outline-main .box-image {
  width: calc(50% - 90px);
}
@media screen and (max-width: 768px) {
  #superclear .content-outline-main .box-image {
    width: 60%;
    margin: 50px auto 0;
  }
}
#superclear .content-outline-main .inner {
  position: relative;
}
#superclear .content-outline-main .size {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 532px;
}
@media screen and (max-width: 1333px) {
  #superclear .content-outline-main .size {
    margin-right: calc(50% - 68px);
  }
}
@media screen and (max-width: 768px) {
  #superclear .content-outline-main .size {
    position: inherit;
    margin: 4em auto 0;
    width: 100%;
  }
}
#superclear .content-outline-main .size img {
  width: 100%;
  max-width: 128px;
}/*# sourceMappingURL=style.css.map */