@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
#top .main-visual {
  position: relative;
}

#top .apeal {
  padding: 5.8rem 0 5.8rem;
  background-color: #0D0A31;
  color: #fff;
  text-align: center;
}

#top .apeal .wrap {
  max-width: 90rem;
}

#top .apeal .text01 {
  font-size: 2.4rem;
  line-height: 1.3;
}

#top .apeal .text01 .num {
  color: #9C8361;
  font-size: 180%;
}

#top .apeal .texts {
  padding-top: 3rem;
  display: flex;
  justify-content: space-between;
}

#top .apeal .texts li {
  width: 30%;
}

#top .apeal .texts li.nolink {
  pointer-events: none;
}

#top .information {
  padding: 4.5rem 0 4.1rem;
  text-align: center;
  background: url(../images/top/info-bg.jpg) center;
  background-size: cover;
  color: #fff;
}

#top .information .wrap {
  max-width: 90rem;
}

#top .information .title {
  padding-bottom: 3.4rem;
  font-size: 1.6rem;
  font-weight: normal;
}

#top .information .text01 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 1.7rem 0 1.8rem;
  margin-bottom: 3.4rem;
  font-size: 2.4rem;
}

#top .information .text02 {
  font-size: 1.6rem;
  line-height: 1.8;
  padding-bottom: 3.5rem;
}

#top .information .link {
  margin: 0 auto;
  width: 42rem;
}

#top .concept {
  position: relative;
  padding: 12rem 0 67rem;
  margin-bottom: 120px;
  background: url(../images/top/concept-img.jpg) center;
  background-size: 100%;
  background-position: bottom;
}

#top .concept .wrap {
  max-width: 128rem;
}

#top .concept .header {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  max-width: 75rem;
}

#top .concept .title {
  padding-bottom: 3.2rem;
}

#top .concept .text {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 12px;
}

#top .concept .text02 {
  font-size: 1.6rem;
  line-height: 1.8;
}

#top .concept .images {
  margin-top: -4rem;
}

#top .sections {
  margin-bottom: 17rem;
  position: relative;
}

#top .sections .content > .images {
  height: 80rem;
  background: url(../images/top/section01-img.jpg) center;
  background-size: cover;
  width: 30%;
  margin-left: 40%;
  transition: width 1.5s;
}

#top .sections .content > .images img {
  display: none !important;
}

#top .sections .header {
  position: absolute;
  top: 50%;
  left: 0;
  width: 55%;
  min-width: 720px;
  padding: 5.5rem 11rem 5.5rem 26rem;
  transform: translateY(-50%);
}

#top .sections .header .inner {
  position: relative;
  z-index: 2;
  transform: scale(1.4);
  opacity: 0;
  transition: transform 1.1s .2s,opacity .8s;
}

#top .sections .header::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  transition: transform 1.5s .7s;
}

#top .sections .header .images {
  display: flex !important;
  justify-content: space-between;
  gap: .7rem;
}

#top .sections .header .images .image {
  position: relative;
}

#top .sections .header .annotation {
  margin-top: 5px;
  line-height: 1.4;
}

#top .sections .waku {
  position: absolute;
  top: 50%;
  left: 2%;
  width: 96%;
  z-index: 3;
  pointer-events: none;
  transform: translateY(-50%);
  mask-image: url(../images/top/mask.png);
  mask-size: 350% 100%;
  mask-position: 230% 0%;
  mask-position: 0% 0%;
  transition: mask-position 1.5s 2s;
}

#top .sections .waku img {
  width: 100%;
}

#top .sections .title {
  padding-bottom: 2.4rem;
}

#top .sections .title img {
  width: auto;
  height: 3.6rem;
}

#top .sections .lead {
  font-size: 3rem;
  line-height: 1.4;
  padding-bottom: 1.6rem;
  transform: scale(0.7);
}

#top .sections .lead span {
  display: inline-block;
  transition: transform 1.2s .3s;
}

#top .sections .lead .txt0 {
  transform: translateY(5rem);
}

#top .sections .lead .txt1 {
  transform: translateY(9rem);
}

#top .sections .lead .txt3 {
  transform: translateY(15rem);
}

#top .sections .lead .txt4 {
  transform: translateY(3rem);
}

#top .sections .lead .txt5 {
  transform: translateY(17rem);
}

#top .sections .lead .txt6 {
  transform: translateY(22rem);
}

#top .sections .lead .txt7 {
  transform: translateY(13rem);
}

#top .sections .lead .txt8 {
  transform: translateY(18rem);
}

#top .sections .lead .txt9 {
  transform: translateY(8rem);
}

#top .sections .lead .txt10 {
  transform: translateY(21rem);
}

#top .sections .lead .txt11 {
  transform: translateY(11rem);
}

#top .sections .lead .txt12 {
  transform: translateY(16rem);
}

#top .sections .lead .txt13 {
  transform: translateY(7rem);
}

#top .sections .text {
  font-size: 1.6rem;
  line-height: 1.8;
  padding-bottom: 1.7rem;
}

#top .sections .link {
  line-height: 1;
  padding-bottom: 1.5rem;
  max-width: 16.5rem;
}

#top .sections .link a {
  display: block;
  background: linear-gradient(90deg, #0D0A31, #5C7CA8);
  color: #fff;
  font-size: 1.6rem;
  padding: .7rem 1.2rem;
  text-align: center;
}

#top .sections .link.nolink {
  pointer-events: none;
}

#top .sections .image {
  position: relative;
}

#top .sections .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#top .sections .box .plan-img, #top .sections .box .lists {
  width: 66%;
}

#top .sections .box .plan-img li, #top .sections .box .lists li {
  font-size: 1.8rem;
  line-height: 2.8;
}

#top .sections .box .plan-img li .big, #top .sections .box .lists li .big {
  font-size: 150%;
  margin: 0 3px;
}

#top .sections .box .plan-img li .small, #top .sections .box .lists li .small {
  font-size: 60%;
}

#top .sections .box .image {
  width: 30%;
}

#top .sections .box .image .spec {
  width: 80%;
  font-size: 2.2rem;
  margin: 0 auto 5px;
  padding: 2px 2px 7px;
  color: #fff;
  background: #9C8361;
  text-align: center;
}

#top .sections:nth-of-type(even) .content > .images {
  margin-left: 0%;
}

#top .sections:nth-of-type(even) .header {
  left: auto;
  right: 0;
  width: 55%;
  padding: 5.5rem 26rem 5.5rem 11rem;
}

#top .sections:nth-of-type(even) .header::before {
  transform: translateX(100%);
}

#top .sections.section01 .header {
  padding: 5.5rem 5.5rem 5.5rem 18rem;
}

#top .sections.section02 .content > .images {
  background-image: url(../images/top/section02-img.jpg);
}

#top .sections.section02 .link a {
  background: linear-gradient(45deg, #B6B8BE, #67A5D3);
}

#top .sections.section03 .content > .images {
  background-image: url(../images/top/section03-img.jpg);
  height: auto;
}

#top .sections.section03 .link a {
  background: linear-gradient(45deg, #67A5D3, #8B4D8B);
}

#top .sections.section04 .content > .images {
  background-image: url(../images/top/section04-img.jpg);
}

#top .sections.section04 .link a {
  background: linear-gradient(45deg, #67A5D3, #89BFAC);
}

#top .sections.section05 .content > .images {
  background-image: url(../images/top/section05-img.jpg);
}

#top .sections.section05 .link a {
  background: linear-gradient(90deg, #D7C7A3, #6C6452);
}

#top .sections.on .content > .images {
  width: 60%;
}

#top .sections.on .header .inner {
  transform: scale(1);
  opacity: 1;
}

#top .sections.on .header::before {
  transform: translateX(0%) !important;
}

#top .sections.on .lead {
  transform: scale(1);
}

#top .sections.on .lead span {
  transform: translateY(0) !important;
}

#top .sections.on .waku {
  mask-position: 90% 0%;
}

#top .foot-content {
  padding: 12.5rem 0 12rem;
  background-color: #DEE9EF;
}

#top .foot-content .foot-info {
  padding-bottom: 17rem;
  max-width: 78rem;
}

#top .foot-content .foot-info .title {
  font-size: 3rem;
  line-height: 1.3;
  padding-bottom: 2rem;
}

#top .foot-content .foot-info .lists {
  border-top: 1px solid #2B2C33;
}

#top .foot-content .foot-info .lists li {
  display: flex;
  padding: 1.8rem 0;
  border-bottom: 1px solid #2B2C33;
  font-size: 1.2rem;
}

#top .foot-content .foot-info .lists .date {
  margin-right: 1.5rem;
}

#top .foot-content .foot-entry {
  margin-bottom: 8rem;
  max-width: 70rem;
  text-align: center;
}

#top .foot-content .foot-entry .title {
  font-size: 6rem;
  line-height: 1.3;
  color: #fff;
  padding-bottom: 3rem;
}

#top .foot-content .foot-entry .lead {
  font-size: 1.8rem;
  line-height: 1.3;
  padding-bottom: 1.7rem;
}

#top .foot-content .foot-entry .text {
  font-size: 1.2rem;
  line-height: 1.6;
  padding-bottom: 2rem;
}

#top .foot-content .foot-entry .button {
  line-height: 1;
  margin: 0 auto;
  max-width: 30rem;
}

#top .foot-content .foot-entry .button a {
  display: block;
  color: #fff;
  background: linear-gradient(90deg, #0D0A31, #5C7CA8);
  font-size: 1.6rem;
  padding: 1.7rem 1.2rem;
  text-align: center;
}

#top .foot-content .foot-limited {
  margin-bottom: 8rem;
  max-width: 70rem;
  background-color: #fff;
  padding: 3rem;
  text-align: center;
}

#top .foot-content .foot-limited .title {
  font-size: 6rem;
  line-height: 1.3;
  color: #98A7B3;
  padding-bottom: 3rem;
}

#top .foot-content .foot-limited .lead {
  font-size: 1.8rem;
  line-height: 1.8;
  padding-bottom: 1.7rem;
  color: #98A7B3;
}

#top .foot-content .foot-limited .text {
  font-size: 1.2rem;
  line-height: 1.6;
  padding-bottom: 2rem;
}

#top .foot-content .foot-limited .button {
  line-height: 1;
  margin: 0 auto;
  max-width: 30rem;
}

#top .foot-content .foot-limited .button a {
  display: block;
  background: linear-gradient(90deg, #C0B589, #8E7B5C);
  color: #fff;
  font-size: 1.6rem;
  padding: 1.7rem 1.2rem;
  text-align: center;
}

#top .currents {
  margin: 2rem auto 0;
  padding: 1.4rem;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  gap: 2rem;
  background-color: #aaa;
  border-radius: 3rem;
}

@media (max-width: 768px) {
  #top .apeal {
    padding: 4.8rem 0 6.2rem;
  }
  #top .apeal .wrap {
    width: 80%;
  }
  #top .apeal .text01 {
    font-size: 2.2rem;
    line-height: 1.6;
    text-align: left;
  }
  #top .apeal .texts {
    padding-top: 2rem;
    display: block;
  }
  #top .apeal .texts li {
    width: auto;
    margin-bottom: 1rem;
  }
  #top .apeal .texts li:last-child {
    width: auto;
  }
  #top .information {
    padding: 4.4rem 0 3.7rem;
    background-image: url(../images/top/info-bg-sp.jpg);
  }
  #top .information .wrap {
    width: 84%;
  }
  #top .information .title {
    padding-bottom: 3.5rem;
    font-size: 1.6rem;
  }
  #top .information .text01 {
    padding: 1.7rem 0 1.9rem;
    margin-bottom: 3.8rem;
  }
  #top .information .text02 {
    font-size: 1.3rem;
    padding-bottom: 3rem;
  }
  #top .information .link {
    margin: 0 auto;
    width: auto;
  }
  #top .concept {
    padding: 5rem 0 15rem;
    background-image: url(../images/top/concept-img-sp.jpg);
    margin-bottom: 100px;
  }
  #top .concept .wrap {
    width: 100%;
  }
  #top .concept .header {
    width: 84%;
  }
  #top .concept .title {
    padding-bottom: 3.2rem;
  }
  #top .concept .text {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  #top .concept .images {
    margin-top: -4rem;
  }
  #top .sections {
    margin-bottom: 11rem;
  }
  #top .sections .content > .images {
    height: 30rem;
    background-image: url(../images/top/section01-img-sp.jpg);
    margin-bottom: -12rem;
  }
  #top .sections .content > .images .caption {
    bottom: auto;
    top: 0;
  }
  #top .sections .header {
    position: relative;
    top: auto;
    left: auto;
    width: 76%;
    min-width: auto;
    padding: 3.5rem 2rem 3.5rem 2rem;
    transform: translateY(0%);
    z-index: 2;
  }
  #top .sections .header .swipe {
    padding: 1rem 0 4rem;
    width: 90%;
  }
  #top .sections .header .swipe img {
    width: 100% !important;
  }
  #top .sections .waku {
    top: 50%;
    left: 0%;
    width: 80%;
    mask-image: url(../images/top/mask.png);
    mask-position: 0% 0%;
  }
  #top .sections .waku img {
    width: 100%;
    max-height: inherit;
  }
  #top .sections .title {
    padding-bottom: 2.4rem;
  }
  #top .sections .title img {
    width: auto;
    height: 8.6rem;
  }
  #top .sections .lead {
    font-size: 3rem;
    line-height: 1.4;
    padding-bottom: 1.6rem;
  }
  #top .sections .text {
    font-size: 1.6rem;
    line-height: 1.8;
    padding-bottom: 1.7rem;
  }
  #top .sections .box .lists {
    display: none;
  }
  #top .sections .box .image {
    width: 100%;
  }
  #top .sections .header .images.pc {
    display: none !important;
  }
  #top .sections:nth-of-type(even) .content > .images {
    margin-left: 0%;
  }
  #top .sections:nth-of-type(even) .header {
    left: auto;
    right: 0;
    margin-left: 24%;
    width: 76%;
    padding: 3.5rem 2rem 3.5rem 2rem;
  }
  #top .sections:nth-of-type(even) .header::before {
    transform: translateX(100%);
  }
  #top .sections:nth-of-type(even) .waku {
    left: auto;
    right: 0;
  }
  #top .sections.section01 .header {
    padding: 3.5rem 2rem 3.5rem 2rem;
  }
  #top .sections.section01 .box .spec {
    width: 50%;
    margin-left: 0;
  }
  #top .sections.section01 .txt01 {
    font-size: 1.8rem;
    padding-bottom: .5rem;
  }
  #top .sections.section01 .txt01 .big {
    font-size: 180%;
  }
  #top .sections.section01 .txt02 {
    font-size: 2rem;
  }
  #top .sections.section01 .txt02 .big {
    font-size: 150%;
  }
  #top .sections.section01 .txt02 .small {
    font-size: 60%;
  }
  #top .sections.section02 .content > .images {
    background-image: url(../images/top/section02-img-sp.jpg);
  }
  #top .sections.section03 {
    padding-bottom: 11rem;
    margin-bottom: 0;
  }
  #top .sections.section03 .content > .images {
    background-image: url(../images/top/section03-img-sp.jpg);
  }
  #top .sections.section03 .content > .images video {
    height: 52.3vh;
  }
  #top .sections.section04 .content > .images {
    background-image: url(../images/top/section04-img-sp.jpg);
  }
  #top .sections.section05 .content > .images {
    background-image: url(../images/top/section05-img-sp.jpg);
  }
  #top .sections.on .content > .images {
    width: 60%;
  }
  #top .sections.on .header .inner {
    transform: scale(1);
    opacity: 1;
  }
  #top .sections.on .header::before {
    transform: translateX(0%) !important;
  }
  #top .sections.on .lead {
    transform: scale(1);
  }
  #top .sections.on .lead span {
    transform: translateY(0) !important;
  }
  #top .sections.on .waku {
    mask-position: 90% 0%;
  }
  #top .foot-content {
    padding: 4.4rem 0 4.4rem;
  }
  #top .foot-content .foot-info {
    padding-bottom: 5.5rem;
    max-width: 78rem;
  }
  #top .foot-content .foot-entry {
    margin-bottom: 4rem;
    text-align: left;
  }
  #top .foot-content .foot-entry .title {
    font-size: 6rem;
    color: #2B2C33;
    padding-bottom: 1.8rem;
  }
  #top .foot-content .foot-entry .lead {
    padding-bottom: 2.2rem;
  }
  #top .foot-content .foot-entry .text {
    font-size: 1.4rem;
    padding-bottom: 3.3rem;
  }
  #top .foot-content .foot-entry .button {
    max-width: inherit;
  }
  #top .foot-content .foot-limited {
    margin-bottom: 1rem;
    text-align: left;
  }
  #top .foot-content .foot-limited .title {
    font-size: 6rem;
    line-height: 1.3;
    color: #98A7B3;
    padding-bottom: 1.4rem;
  }
  #top .foot-content .foot-limited .lead {
    font-size: 1.8rem;
    line-height: 1.3;
    padding-bottom: 1.2rem;
    color: #98A7B3;
  }
  #top .foot-content .foot-limited .text {
    font-size: 1.2rem;
    line-height: 1.6;
    padding-bottom: 2rem;
  }
  #top .foot-content .foot-limited .button {
    line-height: 1;
    margin: 0 auto;
    max-width: 30rem;
  }
  #top .foot-content .foot-limited .button a {
    display: block;
    background: linear-gradient(90deg, #C0B589, #8E7B5C);
    color: #fff;
    font-size: 1.6rem;
    padding: 1.7rem 1.2rem;
    text-align: center;
  }
}

#top .mv-pc .ttl {
  position: absolute;
  top: 20%;
  left: 30%;
  width: 40%;
  min-width: 540px;
  font-size: 4.8rem;
  text-align: center;
  font-weight: normal;
  opacity: 0;
  filter: blur(30px);
  z-index: 2;
  transition: opacity 1.6s 2.2s,filter 1.6s 2.2s;
}

#top .mv-pc .images {
  overflow: hidden;
}

#top .mv-pc .images img {
  transform: scale(1.1);
  opacity: 0;
  filter: blur(30px);
  transition: transform 2.6s,opacity .5s,filter .5s;
}

#top .mv-pc.on .ttl {
  opacity: 1;
  filter: blur(0px);
}

#top .mv-pc.on .images img {
  opacity: 1;
  filter: blur(0px);
  transform: scale(1);
}

@media (max-width: 768px) {
  #top .mv-sp {
    position: relative;
  }
  #top .mv-sp .scenes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    transition: opacity 1.5s;
    z-index: 2;
  }
  #top .mv-sp .scenes.on {
    opacity: 1;
    z-index: 3;
  }
  #top .mv-sp .img {
    height: 100%;
  }
  #top .mv-sp .img img {
    width: auto;
    max-width: inherit;
    max-width: auto;
    height: 100%;
    transform: translateX(0px);
  }
  #top .mv-sp .img:not(.on) img {
    transform: translateX(0px) !important;
  }
  #top .mv-sp .img.on img {
    transform: translateX(0px);
    transition: transform 8s;
  }
  #top .mv-sp .title-sp {
    position: absolute;
    top: 50%;
    left: 20%;
    width: 60%;
    text-align: center;
    font-weight: normal;
    font-size: 3.5rem;
    line-height: 1.2;
    transform: translateY(-50%);
    filter: blur(30px);
    opacity: 0;
    transition: opacity 1.5s,filter 1.5s;
  }
  #top .mv-sp .title-sp.on {
    opacity: 1;
    filter: blur(0px);
  }
  #top .mv-sp .ttl-sp {
    position: absolute;
    top: 31%;
    left: 22%;
    width: 56%;
    min-width: 206px;
    text-align: center;
    font-weight: normal;
    font-size: 3.5rem;
    line-height: 1.2;
    transform: translateY(-50%);
    filter: blur(30px);
    opacity: 0;
    transition: opacity 1.5s 2.2s,filter 1.5s 2.2s;
    z-index: 2;
  }
  #top .mv-sp .scene03 .images {
    overflow: hidden;
  }
  #top .mv-sp .scene03 .images img {
    transform: scale(1.1);
    opacity: 0;
    filter: blur(30px);
    transition: transform 2.6s,opacity .5s,filter .5s;
  }
  #top .mv-sp .scene03.on .ttl-sp {
    opacity: 1;
    filter: blur(0px);
  }
  #top .mv-sp .scene03.on .images img {
    opacity: 1;
    filter: blur(0px);
    transform: scale(1);
  }
  #top .mv-sp .bg {
    opacity: 0;
  }
}

/*# sourceMappingURL=top.css.map */
