@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
.fixed-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 110px !important;
  height: auto;
  z-index: 12000;
  transform: translate(-50%, -50%);
  cursor: none;
}

@media (max-width: 1024px) {
  .fixed-img {
    display: none !important;
  }
}

.fixed-img.on {
  opacity: 1;
  display: block;
}

.hover-icon {
  display: block;
  overflow: hidden;
  position: relative;
}

.hover-icon .fixed-img {
  display: none;
  pointer-events: none;
}

.hover-icon.icon-on .fixed-img {
  display: block;
}

#top .site-header {
  position: absolute;
  z-index: 20;
}

#top .site-header a {
  position: relative;
}

#top .site-header .logo .blk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  transition: opacity .4s;
}

#top .prepare {
  display: none;
}

#top .main-visual {
  position: relative;
  overflow: hidden;
}

#top .main-visual video {
  width: 100vw;
}

#top .main-visual:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 30px;
  width: 100%;
  left: 0;
  background: url(../images/top/top-mv-line-pc.png) no-repeat center;
  background-size: 100% 100%;
}

#top .main-visual .mv-text {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 58%;
  left: 50%;
  text-align: center;
}

#top .main-visual a {
  scroll-behavior: smooth;
  cursor: none;
}

@media (max-width: 1024px) {
  #top .main-visual a {
    cursor: url(../static/images/top/load.png), auto;
  }
}

@media (max-width: 768px) {
  #top .main-visual a {
    cursor: pointer;
  }
}

#top .main-visual a:hover {
  opacity: 1 !important;
}

#top .page-info {
  padding: 0 0 0px;
  position: relative;
  overflow: hidden;
}

#top .page-info:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  min-width: 1300px;
  background: url(../images/top/bg01-pc.png) no-repeat center top;
  background-size: 100% auto;
}

#top .page-info:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/top/bg02-pc.png) no-repeat center;
  background-size: 100% auto;
}

#top .page-info .inner {
  margin: 0 auto;
  width: 90%;
  max-width: 800px;
  position: relative;
  z-index: 2;
}

#top .page-info .video {
  position: relative;
  width: 100%;
  z-index: 2;
}

#top .page-info .video iframe {
  height: 560px;
}

#top .page-info .texts {
  padding: 115px 0 100px;
}

#top .page-info .texts .title {
  float: left;
  width: 45%;
}

#top .page-info .texts .text {
  float: right;
  font-size: 17px;
  line-height: 1.9;
  padding-left: 50px;
  font-weight: bold;
}

#top .page-info .bg {
  margin-top: 80px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  min-width: 1300px;
}

#top .special-content {
  position: relative;
  padding-bottom: 200px;
}

#top .special-content .slick-list {
  padding: 0 !important;
}

#top .special-content video {
  max-width: 100%;
}

#top .special-content .sub-header {
  text-align: center;
  padding-bottom: 45px;
}

#top .special-content .sub-header .en {
  margin: 0 auto;
  max-width: 420px;
  padding-bottom: 19px;
  width: 70%;
}

#top .special-content .sub-header .ja {
  font-size: 16px;
}

#top .special-content .slide-wrap {
  position: relative;
}

#top .special-content .slides {
  margin: 0 auto;
  max-width: 1000px;
  overflow: hidden;
}

#top .special-content .slides .slick-slide {
  width: 90vw;
  max-width: 1000px;
}

#top .special-content .slides .slick-slide a {
  cursor: none;
}

@media (max-width: 1024px) {
  #top .special-content .slides .slick-slide a {
    cursor: url(../static/images/top/load.png), auto;
  }
}

@media (max-width: 768px) {
  #top .special-content .slides .slick-slide a {
    cursor: pointer;
  }
}

#top .special-content .slides .slick-slide a:hover {
  opacity: 1 !important;
}

#top .special-content .slides .slide-movie {
  float: left;
  width: 64.8%;
}

#top .special-content .slides .slide-movie.aqua {
  width: 64.9%;
}

#top .special-content .slides .slide-images {
  float: right;
  width: 35.2%;
}

#top .special-content .slides .slide-images.aqua {
  width: 35.1%;
}

#top .special-content .txts {
  margin: 16px auto 0;
  max-width: 1000px;
  position: relative;
}

#top .special-content .txts li {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  opacity: 0;
  transition: opacity .9s;
  box-sizing: border-box;
  padding-right: 300px;
}

#top .special-content .txts li.current {
  opacity: 1;
}

#top .special-content .thumbs {
  display: inherit !important;
  margin: 0 auto;
  max-width: 1000px;
  position: absolute;
  bottom: 0;
  right: 0;
}

#top .special-content .thumbs .in {
  display: inherit;
  position: absolute;
  top: -4px;
  right: 0;
  height: 25px;
  max-width: 350px;
  box-sizing: border-box;
  padding: 0 25px;
}

#top .special-content .thumbs .next,
#top .special-content .thumbs .prev {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  width: 12px;
  height: 12px;
  border-bottom: 1px solid #000;
  transform: translateY(-50%);
  cursor: pointer;
}

#top .special-content .thumbs .prev {
  left: 0;
  border-left: 1px solid #000;
  transform: translateY(-50%) rotate(45deg);
}

#top .special-content .thumbs .next {
  right: 0;
  border-right: 1px solid #000;
  transform: translateY(-50%) rotate(-45deg);
}

#top .special-content .thumbs ul {
  display: flex;
}

#top .special-content .thumbs ul li {
  opacity: .5;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin: 6px 6px;
  background-color: #000;
  border-radius: 50%;
  cursor: pointer;
}

#top .special-content .thumbs ul li::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin-top: 0px;
  margin-left: -0.2px;
  border: 1px solid #000;
  transition: width .3s,height .3s,margin-top .3s,margin-left .3s;
  border-radius: 50%;
  opacity: 0;
  line-height: 0;
  transform: translate(-50%, -50%);
}

#top .special-content .thumbs ul li.red {
  background-color: #bf000a;
  border-color: #bf000a;
}

#top .special-content .thumbs ul li.blue {
  background-color: #2F6AA3;
  border-color: #2F6AA3;
}

#top .special-content .thumbs ul li.gold {
  background-color: #867747;
  border-color: #867747;
}

#top .special-content .thumbs ul li.purple {
  background-color: #8A457D;
  border-color: #8A457D;
}

#top .special-content .thumbs ul li.orange {
  background-color: #d16d00;
  border-color: #d16d00;
}

#top .special-content .thumbs ul li.orange::before {
  border: 1px solid #d16d00;
}

#top .special-content .thumbs ul li.aqua {
  background-color: #5A49B2;
  border-color: #5A49B2;
}

#top .special-content .thumbs ul li.green {
  background-color: #4c7d3a;
  border-color: #4c7d3a;
}

#top .special-content .thumbs ul li.current {
  opacity: 1;
}

#top .special-content .thumbs ul li.current::before {
  opacity: 1;
  width: 18px;
  height: 18px;
}

#top .special-content .thumbs,
#top .special-content .txts,
#top .special-content .slides {
  position: relative;
  z-index: 2;
}

#top .special-content .bg {
  margin-top: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  overflow: hidden;
}

#top .special-content .bg img {
  max-width: auto;
  max-width: inherit;
  width: 100vw;
  margin-right: 10vw;
}

#top .special-content .bg .in {
  position: relative;
  width: 500vw;
  animation: text-loop 42s linear infinite;
}

@keyframes text-loop {
  0% {
    left: 0;
  }
  100% {
    left: -220vw;
  }
}

#top .news {
  background: #ECE9E4;
  text-align: center;
  padding-top: 65px;
}

#top .news .inner {
  position: relative;
  z-index: 2;
  width: 90%;
  margin: 0 auto;
  max-width: 550px;
}

#top .news .header {
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  padding: 4px 0;
  margin-bottom: 16px;
}

#top .news .header .in {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 22px 0;
}

#top .news .header .text {
  font-size: 13px;
  padding-bottom: 5px;
}

#top .news .header .title {
  font-size: 37px;
  font-weight: normal;
  letter-spacing: 0;
}

#top .news .body .text {
  font-size: 20px;
  padding-bottom: 50px;
}

#top .news .body .button {
  position: relative;
  padding-bottom: 30px;
}

#top .news .body .button a {
  font-size: 18px;
}

#top .news .body .button:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #bf000a;
}

#top .panels {
  position: relative;
  overflow: hidden;
}

#top .panels .img {
  transition: opacity 2.4s;
  opacity: 0;
}

#top .panels.on .img {
  opacity: 1;
}

#top .panels .common-buttons {
  display: block;
  margin: 0 auto;
  max-width: 330px;
}

#top .panels .header {
  position: absolute;
  width: 50%;
  height: 100%;
  transition: transform 1.2s;
  transform: translate(0);
  z-index: 2;
}

#top .panels .header:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skewX(15deg);
  transform: translate(-50%, -50%) skewX(-15deg);
  width: 100%;
  height: 101%;
  background: #fff;
}

#top .panels .header .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
}

#top .panels .header .flavor {
  position: absolute;
  top: -5px;
  font-size: 34px;
  color: #C8C9CA;
  z-index: 3;
}

#top .panels .header .text {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  padding-bottom: 35px;
}

#top .panels .header .button a {
  font-size: 18px;
}

#top .panels .inner {
  position: relative;
  z-index: 2;
}

#top .panels h3 {
  padding-bottom: 25px;
  margin: auto;
}

#top .panels.panel01 h3 {
  max-width: 450px;
}

#top .panels.panel01 .button a {
  background-color: #bf000a;
  border-color: #bf000a;
}

@media (min-width: 769px) {
  #top .panels.panel01 .button a:hover {
    color: #bf000a;
  }
  #top .panels.panel01 .button a:hover::before {
    border-left-color: #bf000a;
  }
}

#top .panels.panel02 h3 {
  max-width: 264px;
}

#top .panels.panel02 .button a {
  background-color: #2F6AA3;
  border-color: #2F6AA3;
}

@media (min-width: 769px) {
  #top .panels.panel02 .button a:hover {
    color: #2F6AA3;
  }
  #top .panels.panel02 .button a:hover::before {
    border-left-color: #2F6AA3;
  }
}

#top .panels.panel03 h3 {
  max-width: 372px;
}

#top .panels.panel03 .button a {
  background-color: #D16D00;
  border-color: #D16D00;
}

@media (min-width: 769px) {
  #top .panels.panel03 .button a:hover {
    color: #D16D00;
  }
  #top .panels.panel03 .button a:hover::before {
    border-left-color: #D16D00;
  }
}

#top .panels.panel04 h3 {
  max-width: 427px;
}

#top .panels.panel04 .button a {
  background-color: #8A457D;
  border-color: #8A457D;
}

@media (min-width: 769px) {
  #top .panels.panel04 .button a:hover {
    color: #8A457D;
  }
  #top .panels.panel04 .button a:hover::before {
    border-left-color: #8A457D;
  }
}

#top .panels.panel05 h3 {
  max-width: 498px;
}

#top .panels.panel05 .button a {
  background-color: #4C7D3A;
  border-color: #4C7D3A;
}

@media (min-width: 769px) {
  #top .panels.panel05 .button a:hover {
    color: #4C7D3A;
  }
  #top .panels.panel05 .button a:hover::before {
    border-left-color: #4C7D3A;
  }
}

#top .panels.panel06 h3 {
  max-width: 476px;
}

#top .panels.panel06 .button a {
  background-color: #5A49B3;
  border-color: #5A49B3;
}

@media (min-width: 769px) {
  #top .panels.panel06 .button a:hover {
    color: #5A49B3;
  }
  #top .panels.panel06 .button a:hover::before {
    border-left-color: #5A49B3;
  }
}

#top .panels.panel07 h3 {
  max-width: 467px;
}

#top .panels.panel07 .button a {
  background-color: #867747;
  border-color: #867747;
}

@media (min-width: 769px) {
  #top .panels.panel07 .button a:hover {
    color: #867747;
  }
  #top .panels.panel07 .button a:hover::before {
    border-left-color: #867747;
  }
}

#top .panels.panel07 .header, #top .panels.panel05 .header, #top .panels.panel03 .header, #top .panels.panel01 .header {
  right: 0;
  transform: translate(100%);
}

#top .panels.panel07 .header.on, #top .panels.panel05 .header.on, #top .panels.panel03 .header.on, #top .panels.panel01 .header.on {
  transform: translate(0%);
}

#top .panels.panel07 .header .flavor, #top .panels.panel05 .header .flavor, #top .panels.panel03 .header .flavor, #top .panels.panel01 .header .flavor {
  right: 0;
}

#top .panels.panel06, #top .panels.panel04, #top .panels.panel02 {
  left: 0;
}

#top .panels.panel06 .header, #top .panels.panel04 .header, #top .panels.panel02 .header {
  transform: translate(-100%);
}

#top .panels.panel06 .header:after, #top .panels.panel04 .header:after, #top .panels.panel02 .header:after {
  transform: translate(-50%, -50%) skewX(15deg);
}

#top .panels.panel06 .header .flavor, #top .panels.panel04 .header .flavor, #top .panels.panel02 .header .flavor {
  left: 0;
}

#top .panels.on .header {
  transform: translate(0%);
}

#top main {
  padding-bottom: 30px;
  background: url(../images/top/rainbow-border-pc.png) repeat-x bottom center;
  background-size: 100% 30px;
}

@media (max-width: 1024px) {
  #top .page-info .texts .title {
    width: 40%;
  }
  #top .page-info .texts .text {
    padding-left: 20px;
  }
  #top .panels .header {
    width: 65%;
  }
  #top .panels .header .inner {
    top: 55%;
  }
  #top .panels .header .text {
    font-size: 14px;
    padding-bottom: 15px;
  }
  #top .panels h3 {
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) {
  #top .site-header {
    position: fixed;
  }
  #top .main-visual video {
    width: 100vw;
  }
  #top .main-visual .mv-text {
    top: 50%;
    width: 48%;
  }
  #top .main-visual:after {
    height: 15px;
    width: 100%;
    left: 0;
    background: url(../images/top/top-mv-line-pc.png) no-repeat center;
    background-size: 100% 100%;
  }
  #top .special-content {
    padding-bottom: 40px;
    padding-top: 68px;
  }
  #top .special-content .sub-header {
    padding-bottom: 27px;
  }
  #top .special-content .sub-header .en {
    width: 80%;
    padding-bottom: 15px;
  }
  #top .special-content .sub-header .ja {
    font-size: 13px;
  }
  #top .special-content .slides .slide-movie {
    float: none;
    width: 100%;
  }
  #top .special-content .slides .slide-movie.aqua {
    width: 100%;
  }
  #top .special-content .slides .slide-images {
    display: none;
  }
  #top .special-content .slides .slick-slide {
    width: 80vw;
    margin: 0 10px;
  }
  #top .special-content .txts {
    margin: 16px auto 10px;
    max-width: 1000px;
    text-align: center;
    height: 120px;
  }
  #top .special-content .txts li {
    font-size: 17px;
    padding-right: 0px;
    width: 100%;
    line-height: 1.8;
  }
  #top .special-content .thumbs {
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    bottom: 0;
    right: 0;
    text-align: center;
  }
  #top .special-content .thumbs .in {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    height: 25px;
    padding: 0 25px;
  }
  #top .special-content .thumbs .next,
  #top .special-content .thumbs .prev {
    width: 12px;
    height: 12px;
  }
  #top .special-content .thumbs ul li {
    width: 12px;
    height: 12px;
    margin-right: 12px;
  }
  #top .special-content .thumbs ul li.current::before {
    margin-left: auto;
    opacity: 1;
    width: 18px;
    height: 18px;
  }
  #top .special-content .thumbs,
  #top .special-content .txts,
  #top .special-content .slides {
    position: relative;
    z-index: 2;
  }
  #top .special-content .bg {
    display: none;
  }
  #top .main-visual-sp {
    position: relative;
    overflow: hidden;
  }
  #top .main-visual-sp::after, #top .main-visual-sp::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 1.5%;
    transform: rotate(10deg);
    transform-origin: left bottom;
    width: 100%;
    height: 10%;
    background: #fff;
    z-index: 4;
  }
  #top .main-visual-sp::after {
    left: -20%;
  }
  #top .main-visual-sp::before {
    right: -20%;
    transform-origin: right bottom;
    transform: rotate(-10deg);
  }
  #top .main-visual-sp .logo {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 76.8%;
    transform: translate(-50%, -50%) rotate(-1deg);
    transform-origin: center center;
    z-index: 3;
  }
  #top .main-visual-sp .bg {
    opacity: 0;
    transition: opacity 1.2s;
  }
  #top .main-visual-sp .bg.on {
    opacity: 1;
  }
  #top .main-visual-sp .rainbow {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 67%;
    z-index: 2;
  }
  #top .main-visual-sp .rainbow .in {
    position: absolute;
    top: 0;
    right: 0;
    width: 0vw;
    height: 80%;
    overflow: hidden;
    transition: width 1s linear,height 2s linear,transform 3.3s 2s linear;
    transform-origin: right top;
  }
  #top .main-visual-sp .rainbow img {
    position: absolute;
    left: -100vw;
    top: 0;
    width: 100vw;
    height: auto;
    max-width: inherit;
    max-width: auto;
    transition: left 1s linear,transform 3.3s 2s linear;
    transform-origin: right top;
  }
  #top .main-visual-sp .rainbow.on .in {
    width: 270vw;
    height: 220%;
  }
  #top .main-visual-sp .rainbow.on img {
    left: 170vw;
  }
  #top .page-info:before {
    min-width: 0;
    background: url(../images/top/bg01-sp.png) no-repeat center top;
    background-size: 100% auto;
  }
  #top .page-info .inner {
    margin: 0 auto;
    width: 85%;
  }
  #top .page-info .video {
    margin: 0 auto;
    width: 85%;
    z-index: 2;
  }
  #top .page-info .video iframe {
    height: 220px;
  }
  #top .page-info .texts {
    padding: 65px 0 40px;
  }
  #top .page-info .texts .title {
    float: none;
    width: 65%;
    margin: 0 auto;
  }
  #top .page-info .texts .text {
    float: none;
    width: auto;
    text-align: center;
    font-size: 15px;
    padding: 50px 0 0;
  }
  #top .page-info .bg {
    margin-top: 25px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    min-width: 0;
  }
  #top .news {
    padding-top: 40px;
  }
  #top .news .inner {
    width: 85%;
  }
  #top .news .header {
    margin-bottom: 12px;
  }
  #top .news .header .in {
    padding: 16px 0;
  }
  #top .news .header .text {
    font-size: 10px;
    padding-bottom: 5px;
  }
  #top .news .header .title {
    font-size: 25px;
  }
  #top .news .body .text {
    font-size: 17px;
    padding-bottom: 40px;
  }
  #top .news .body .button {
    padding-bottom: 22px;
  }
  #top .news .body .button a {
    font-size: 15px;
  }
  #top .news .body .button:after {
    height: 45px;
  }
  #top .panels .header {
    position: relative;
    width: auto;
    height: auto;
    padding: 22px 0 23px;
  }
  #top .panels .header:after {
    display: none;
  }
  #top .panels .header .inner {
    position: relative;
    top: auto;
    left: auto;
    width: 80%;
    margin: 0 auto;
    transform: translate(0%, 0%);
  }
  #top .panels .header .flavor {
    display: none;
  }
  #top .panels .header .text {
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    padding-bottom: 35px;
  }
  #top .panels .header .button a {
    font-size: 18px;
  }
  #top .panels .inner {
    position: relative;
    z-index: 2;
  }
  #top .panels h3 {
    padding-bottom: 30px;
    margin: auto;
  }
  #top .panels.panel01 h3, #top .panels.panel02 h3, #top .panels.panel03 h3, #top .panels.panel04 h3, #top .panels.panel05 h3, #top .panels.panel06 h3, #top .panels.panel07 h3 {
    max-width: 240px;
  }
  #top .panels .img {
    position: relative;
    overflow: hidden;
  }
  #top .panels .img::after, #top .panels .img::before {
    content: "";
    position: absolute;
    display: block;
    width: 170%;
    height: 30%;
    left: 50%;
    background: #fff;
  }
  #top .panels .img::before {
    bottom: -24%;
    transform: rotate(-4deg) translateX(-50%);
    transform-origin: left bottom;
  }
  #top .panels .img::after {
    top: -24%;
    transform: rotate(-4deg) translateX(-50%);
    transform-origin: left bottom;
  }
  #top .panels.panel07 {
    padding-bottom: 57px;
  }
  #top .panels.panel01 .img::after {
    background: #bf000a;
  }
  #top main {
    padding-bottom: 50px;
    padding-top: 68px;
    background-image: url(../images/top/rainbow-border-sp.png);
    background-size: 100% 25px;
  }
}

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