@charset "UTF-8";
@keyframes mov-ttl {
  0% {
    opacity: 0;
    transform: rotateX(45deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes mov-box {
  0% {
    width: 0;
    left: 0;
    right: auto;
    transform: none;
  }
  35% {
    width: 100%;
    left: 0;
    right: 0;
  }
  36% {
    width: 100%;
    left: auto;
    right: 0;
  }
  100% {
    width: 0;
    left: auto;
    right: 0;
    transform: skewX(-45deg);
  }
}
#top #scroll {
  margin-top: -70px;
  padding-top: 70px;
}
#top .secTitle {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 520px) {
  #top .secTitle {
    margin-bottom: 20px;
  }
}
#top .secTitle.white {
  color: #fff;
}
#top .secTitle.white .en::after {
  background-color: #fff;
}
#top .secTitle.white .ttl::after {
  background-color: #fff;
}
#top .secTitle.active .en {
  animation: mov-ttl 0.4s ease-in-out 0.2s 1 normal forwards;
  box-shadow: 3px 3px 3px rgba(255, 255, 255, 0);
}
#top .secTitle.active .en::after {
  animation: mov-box 0.6s ease-in-out 0.4s 1 normal forwards;
}
#top .secTitle.active .ttl {
  animation: mov-ttl 0.4s ease-in-out 0.2s 1 normal forwards;
}
#top .secTitle.active .ttl::after {
  animation: mov-box 0.6s ease-in-out 0.4s 1 normal forwards;
}
#top .secTitle .en {
  font-family: "Figtree", sans-serif;
  font-weight: bold;
  font-size: 60px;
  font-style: italic;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: 0 0.5em;
}
@media screen and (max-width: 520px) {
  #top .secTitle .en {
    font-size: 40px;
  }
}
#top .secTitle .en::after {
  content: "";
  width: 0;
  background: #000;
  position: absolute;
  top: 10%;
  right: auto;
  bottom: 10%;
  left: 0;
}
#top .secTitle .ttl {
  position: relative;
  display: inline-block;
  padding: 0 0.5em;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 520px) {
  #top .secTitle .ttl {
    font-size: 11px;
  }
}
#top .secTitle .ttl::after {
  content: "";
  width: 0;
  background: #000;
  position: absolute;
  top: 10%;
  right: auto;
  bottom: 10%;
  left: 0;
}
@keyframes shine {
  0% {
    left: -75%;
  }
  15% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}
#top .widget_top {
  position: fixed;
  z-index: 100;
  bottom: 50px;
  right: 40px;
  width: 300px;
  display: none;
}
@media screen and (max-width: 1024px) {
  #top .widget_top {
    width: 250px;
    right: 20px;
    bottom: 40px;
  }
}
#top .widget_top.none {
  display: none !important;
}
#top .widget_top .widgetImage {
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-size: 0;
  pointer-events: none;
}
#top .widget_top .widgetImage::before {
  height: 80px;
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  -webkit-animation: shine 3s infinite;
  animation: shine 3s infinite;
}
#top .widget_top .close {
  position: absolute;
  z-index: 101;
  right: -15px;
  top: -15px;
  width: 32px;
}
#top .widget_top .close:hover {
  cursor: pointer;
}
#top #main {
  margin-bottom: 110px;
}
@media screen and (max-width: 820px), print {
  #top #main {
    margin-bottom: 45px;
  }
}
#top #main .mainImage {
  position: relative;
}
#top #main .mainImage .main01 {
  position: relative;
  top: 0;
  left: 0;
  opacity: 0;
  animation: slideIn-left 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@media print {
  #top #main .mainImage .main01 {
    opacity: 1;
  }
}
#top #main .mainImage .main02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  animation: slideIn-left 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@media print {
  #top #main .mainImage .main02 {
    opacity: 1;
  }
}
#top #main .mainImage .mainTrain {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  animation: slideIn-left 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
  z-index: 4;
}
@media print {
  #top #main .mainImage .mainTrain {
    opacity: 1;
  }
}
#top #main .mainImage .mainShip {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  animation: slideIn-left 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
  z-index: 3;
}
@media print {
  #top #main .mainImage .mainShip {
    opacity: 1;
  }
}
#top #main .mainImage .mainBus {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  animation: slideIn-left 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
  z-index: 2;
}
@media print {
  #top #main .mainImage .mainBus {
    opacity: 1;
  }
}
#top #main .mainImage .mainTaxi {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  animation: slideIn-left 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.8s;
  z-index: 1;
}
@media print {
  #top #main .mainImage .mainTaxi {
    opacity: 1;
  }
}
#top #main .mainImage .main03 {
  position: absolute;
  bottom: 14.6vw;
  right: 5.2vw;
  width: 20.9vw;
  opacity: 0;
  animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards 1s;
}
@media screen and (max-width: 520px) {
  #top #main .mainImage .main03 {
    bottom: 56vw;
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
    width: 73.6vw;
  }
}
@media print {
  #top #main .mainImage .main03 {
    opacity: 1;
  }
}
#top #main .mainImage .scroll_down a {
  display: inline-block;
  position: absolute;
  right: 90px;
  bottom: 0;
  z-index: 2;
  width: 13px;
  padding: 10px 10px 5.2vw;
  color: #000;
  font-size: 0.95vw;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  line-height: 0;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: 0.2s;
  overflow: hidden;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  #top #main .mainImage .scroll_down a {
    right: 50px;
  }
}
@media screen and (max-width: 820px), print {
  #top #main .mainImage .scroll_down a {
    right: 35px;
  }
}
@media screen and (max-width: 520px) {
  #top #main .mainImage .scroll_down a {
    font-size: 2.6vw;
    padding: 10px 10px 5.3vw;
    right: auto;
    left: 1.3vw;
    color: #fff;
  }
}
#top #main .mainImage .scroll_down a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 5vw;
  background: #999;
}
@media screen and (max-width: 1024px) {
  #top #main .mainImage .scroll_down a::before {
    width: 1px;
    height: 4.7vw;
  }
}
@media screen and (max-width: 520px) {
  #top #main .mainImage .scroll_down a::before {
    height: 20px;
    width: 1px;
    background-color: #fff;
  }
}
#top #main .mainImage .scroll_down a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 5vw;
  background: #000;
  animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@media screen and (max-width: 1024px) {
  #top #main .mainImage .scroll_down a::after {
    width: 1px;
    height: 4.7vw;
  }
}
@media screen and (max-width: 520px) {
  #top #main .mainImage .scroll_down a::after {
    height: 20px;
    width: 1px;
    background-color: #0068bb;
  }
}
@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
#top #widget {
  padding-bottom: 65px;
}
#top #widget .widgetLink {
  pointer-events: none;
}
@media screen and (max-width: 820px), print {
  #top #widget .widgetLink {
    width: 70%;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  #top #widget .widgetLink {
    width: 100%;
  }
}
#top #lead {
  padding-bottom: 430px;
  position: relative;
  overflow-x: clip;
}
@media screen and (max-width: 820px), print {
  #top #lead {
    padding-bottom: 270px;
  }
}
@media screen and (max-width: 520px) {
  #top #lead {
    padding-bottom: 220px;
  }
}
#top #lead .circle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1400px;
  z-index: -4;
}
@media screen and (max-width: 820px), print {
  #top #lead .circle {
    top: 4vw;
    width: 130%;
  }
}
@media screen and (max-width: 520px) {
  #top #lead .circle {
    top: 34.8vw;
    width: 170%;
  }
}
#top #lead .circle img {
  animation: 45s linear infinite rotation;
  width: 100%;
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
#top #lead .leadTitle h2 {
  font-size: 60px;
  font-weight: bold;
  line-height: 88px;
  margin-bottom: 25px;
}
@media screen and (max-width: 820px), print {
  #top #lead .leadTitle h2 {
    font-size: 50px;
    line-height: 68px;
  }
}
@media screen and (max-width: 520px) {
  #top #lead .leadTitle h2 {
    font-size: 30px;
    line-height: 44px;
  }
}
#top #lead .leadText {
  line-height: 34px;
}
@media screen and (max-width: 520px) {
  #top #lead .leadText {
    text-align: left;
    line-height: 28px;
    letter-spacing: 0;
  }
}
#top #lead .leadText + .leadText {
  margin-top: 25px;
}
@media screen and (max-width: 520px) {
  #top #lead .leadText + .leadText {
    margin-top: 20px;
  }
}
#top #lead .leadText span {
  color: #0068bb;
  font-family: "Figtree", sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 800;
  display: inline-block;
  line-height: 1.3;
}
@media screen and (max-width: 820px), print {
  #top #lead .leadText span {
    font-size: 28px;
  }
}
@media screen and (max-width: 520px) {
  #top #lead .leadText span {
    font-size: 22px;
    letter-spacing: 0;
    padding-left: 0;
  }
}
#top #lead .movieBox {
  padding-top: 170px;
  position: relative;
}
@media screen and (max-width: 820px), print {
  #top #lead .movieBox {
    padding-top: 120px;
  }
}
#top #lead .movieBox::before {
  position: absolute;
  content: "";
  background-color: #ccc;
  width: 1px;
  height: 110px;
  left: 50%;
  transform: translate(-50%, 0);
  top: 30px;
}
@media screen and (max-width: 820px), print {
  #top #lead .movieBox::before {
    height: 55px;
  }
}
#top #merit .meritBg {
  background-color: #0068bb;
  position: relative;
  padding: 60px 0 0;
}
@media screen and (max-width: 1024px) {
  #top #merit .meritBg {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 820px), print {
  #top #merit .meritBg {
    padding: 30px 0 100px;
  }
}
@media print {
  #top #merit .meritBg {
    padding-bottom: 200px;
  }
}
#top #merit .meritBg .wave01 {
  position: absolute;
  content: "";
  background-image: url(../images/top/wave01@2x.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: -290px;
  left: 0;
  width: 100%;
  height: 354px;
  z-index: -3;
  transform: translateY(300px);
}
@media screen and (min-width: 1921px) {
  #top #merit .meritBg .wave01 {
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 820px), print {
  #top #merit .meritBg .wave01 {
    height: 190px;
    top: -170px;
  }
}
#top #merit .meritBg .wave01.active {
  animation: slideIn-bottom 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
#top #merit .meritBg .wave02 {
  position: absolute;
  content: "";
  background-image: url(../images/top/wave02@2x.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: -296px;
  left: 0;
  width: 100%;
  height: 316px;
  z-index: -2;
  transform: translateY(300px);
}
@media screen and (min-width: 1921px) {
  #top #merit .meritBg .wave02 {
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 820px), print {
  #top #merit .meritBg .wave02 {
    height: 210px;
    top: -190px;
  }
}
#top #merit .meritBg .wave02.active {
  animation: slideIn-bottom 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
}
#top #merit .meritBg .wave03 {
  position: absolute;
  content: "";
  background-image: url(../images/top/wave03@2x.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: -253px;
  left: 0;
  width: 100%;
  height: 258px;
  z-index: -1;
  transform: translateY(250px);
}
@media screen and (min-width: 1921px) {
  #top #merit .meritBg .wave03 {
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 820px), print {
  #top #merit .meritBg .wave03 {
    height: 150px;
    top: -147px;
  }
}
#top #merit .meritBg .wave03.active {
  animation: slideIn-bottom 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
}
#top #merit .meritBg .meritItem {
  background-color: #fff;
  padding: 30px;
  padding-bottom: 65px;
  height: 506px;
}
@media screen and (max-width: 1500px) {
  #top #merit .meritBg .meritItem {
    height: 510px;
    padding: 20px 20px 65px;
  }
}
@media screen and (max-width: 1300px) {
  #top #merit .meritBg .meritItem {
    padding: 20px;
    padding-bottom: 65px;
    height: 490px;
  }
}
@media screen and (max-width: 1024px) {
  #top #merit .meritBg .meritItem {
    height: 100%;
    padding-bottom: 7vw;
  }
}
@media screen and (max-width: 520px) {
  #top #merit .meritBg .meritItem {
    padding-bottom: 18vw;
  }
}
@media print {
  #top #merit .meritBg .meritItem {
    height: 100%;
    padding-bottom: 7vw;
  }
}
#top #merit .meritBg .meritItem .meritImage {
  margin-bottom: 20px;
}
#top #merit .meritBg .meritItem .meritTitle {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 1500px) {
  #top #merit .meritBg .meritItem .meritTitle {
    font-size: 22px;
  }
}
@media screen and (max-width: 820px), print {
  #top #merit .meritBg .meritItem .meritTitle {
    font-size: 20px;
  }
}
#top #merit .meritBg .meritItem .meritTitle span {
  font-size: 18px;
}
@media screen and (max-width: 1500px) {
  #top #merit .meritBg .meritItem .meritTitle span {
    font-size: 14px;
    letter-spacing: 0;
  }
}
#top #merit .meritBg .meritItem .meritText {
  line-height: 32px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  #top #merit .meritBg .meritItem .meritText {
    font-size: 16px;
  }
}
#top #merit .meritBg .section-pin {
  height: 500vh;
  overflow: visible;
  view-timeline-name: --section-pin;
  view-timeline-axis: vertical;
}
@media screen and (max-width: 1024px) {
  #top #merit .meritBg .section-pin {
    view-timeline-name: none;
    view-timeline-axis: unset;
    height: auto;
  }
}
@media print {
  #top #merit .meritBg .section-pin {
    view-timeline-name: none;
    view-timeline-axis: unset;
    height: auto;
  }
}
#top #merit .meritBg .section-pin .section-sticky {
  height: 950px;
  width: 100%;
  position: sticky;
  top: 100px;
  overflow-x: hidden;
}
@media screen and (max-height: 1000px) {
  #top #merit .meritBg .section-pin .section-sticky {
    top: 80px;
  }
}
@media screen and (max-height: 850px) {
  #top #merit .meritBg .section-pin .section-sticky {
    top: 50px;
  }
}
@media screen and (max-height: 700px) {
  #top #merit .meritBg .section-pin .section-sticky {
    top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  #top #merit .meritBg .section-pin .section-sticky {
    height: auto;
    position: unset;
    top: auto;
    overflow: unset;
  }
}
@media print {
  #top #merit .meritBg .section-pin .section-sticky {
    height: auto;
    position: unset;
    top: auto;
    overflow: unset;
  }
}
#top #merit .meritBg .section-pin .section-sticky::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/city@2x.png);
  background-size: cover;
  background-position: center;
  bottom: 0;
  left: 0;
  height: 408px;
  width: 100%;
}
#top #merit .meritBg .section-pin .section-sticky .section {
  padding-top: 100px;
  height: 100%;
  width: 100%;
  padding-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  animation: horizontalScroll linear both;
  animation-timeline: --section-pin;
  animation-range: contain 0% contain 100%;
}
@media screen and (max-height: 750px) {
  #top #merit .meritBg .section-pin .section-sticky .section {
    padding-top: 40px;
  }
}
@media screen and (max-height: 650px) {
  #top #merit .meritBg .section-pin .section-sticky .section {
    padding-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  #top #merit .meritBg .section-pin .section-sticky .section {
    flex-wrap: wrap;
    padding-top: 30px;
    align-items: stretch;
  }
}
@media print {
  #top #merit .meritBg .section-pin .section-sticky .section {
    flex-wrap: wrap;
    padding-top: 30px;
  }
}
#top #merit .meritBg .section-pin .card {
  position: relative;
  width: 19.1%;
  perspective: 1000px;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  #top #merit .meritBg .section-pin .card {
    width: 48%;
    height: auto;
  }
}
@media screen and (max-width: 520px) {
  #top #merit .meritBg .section-pin .card {
    width: 100%;
  }
}
@media print {
  #top #merit .meritBg .section-pin .card {
    width: 48%;
  }
}
@media screen and (max-width: 1024px) {
  #top #merit .meritBg .section-pin .card.active .omote {
    animation: flipomote 0.8s linear 0.5s forwards;
  }
  #top #merit .meritBg .section-pin .card.active .ura {
    animation: flipura 0.8s linear 0.5s forwards;
    z-index: 1;
  }
}
@media screen and (max-width: 1024px) {
  #top #merit .meritBg .section-pin .card:nth-child(n+3) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 520px) {
  #top #merit .meritBg .section-pin .card:nth-child(n+2) {
    margin-top: 60px;
  }
}
@media print {
  #top #merit .meritBg .section-pin .card:nth-child(n+3) {
    margin-top: 80px;
  }
}
#top #merit .meritBg .section-pin .card .ura::before {
  position: absolute;
  content: "";
  background-size: 100% 100%;
  background-position: center;
  background-image: url(../images/top/merit01_ura@2x.jpg);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
#top #merit .meritBg .section-pin .card .meritItem::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  bottom: 0;
}
#top #merit .meritBg .section-pin .card.card01 .ura::before {
  background-image: url(../images/top/merit01_ura@2x.jpg);
}
#top #merit .meritBg .section-pin .card.card01 .omote::before {
  background-image: url(../images/top/maritNumber01@2x.png);
}
#top #merit .meritBg .section-pin .card.card01 .omote:after {
  background-image: url(../images/top/merit02_deco@2x.png);
  width: 7.5vw;
}
@media screen and (min-width: 1881px) {
  #top #merit .meritBg .section-pin .card.card01 .omote:after {
    width: 128px;
  }
}
@media screen and (max-width: 1024px) {
  #top #merit .meritBg .section-pin .card.card01 .omote:after {
    width: 12.8vw;
  }
}
@media screen and (max-width: 520px) {
  #top #merit .meritBg .section-pin .card.card01 .omote:after {
    width: 28.9vw;
  }
}
@media print {
  #top #merit .meritBg .section-pin .card.card01 .omote:after {
    width: 12.8vw;
  }
}
#top #merit .meritBg .section-pin .card.card02 .ura::before {
  background-image: url(../images/top/merit02_ura@2x.jpg);
}
#top #merit .meritBg .section-pin .card.card02 .omote::before {
  background-image: url(../images/top/maritNumber02@2x.png);
}
#top #merit .meritBg .section-pin .card.card02 .omote:after {
  background-image: url(../images/top/merit01_deco@2x.png);
  width: 9.8vw;
}
@media screen and (min-width: 1881px) {
  #top #merit .meritBg .section-pin .card.card02 .omote:after {
    width: 167px;
  }
}
@media screen and (max-width: 1024px) {
  #top #merit .meritBg .section-pin .card.card02 .omote:after {
    width: 16.7vw;
  }
}
@media screen and (max-width: 520px) {
  #top #merit .meritBg .section-pin .card.card02 .omote:after {
    width: 37.6vw;
  }
}
@media print {
  #top #merit .meritBg .section-pin .card.card02 .omote:after {
    width: 16.7vw;
  }
}
#top #merit .meritBg .section-pin .card.card03 .ura::before {
  background-image: url(../images/top/merit03_ura@2x.jpg);
}
#top #merit .meritBg .section-pin .card.card03 .omote::before {
  background-image: url(../images/top/maritNumber03@2x.png);
}
#top #merit .meritBg .section-pin .card.card03 .omote:after {
  background-image: url(../images/top/merit03_deco@2x.png);
  width: 7.5vw;
}
@media screen and (min-width: 1881px) {
  #top #merit .meritBg .section-pin .card.card03 .omote:after {
    width: 128px;
  }
}
@media screen and (max-width: 1024px) {
  #top #merit .meritBg .section-pin .card.card03 .omote:after {
    width: 12.8vw;
  }
}
@media screen and (max-width: 520px) {
  #top #merit .meritBg .section-pin .card.card03 .omote:after {
    width: 28.9vw;
  }
}
@media print {
  #top #merit .meritBg .section-pin .card.card03 .omote:after {
    width: 12.8vw;
  }
}
#top #merit .meritBg .section-pin .card.card04 .ura::before {
  background-image: url(../images/top/merit04_ura@2x.jpg);
}
#top #merit .meritBg .section-pin .card.card04 .omote::before {
  background-image: url(../images/top/maritNumber04@2x.png);
}
#top #merit .meritBg .section-pin .card.card04 .omote:after {
  background-image: url(../images/top/merit04_deco@2x.png);
  width: 8.03vw;
}
@media screen and (min-width: 1881px) {
  #top #merit .meritBg .section-pin .card.card04 .omote:after {
    width: 136px;
  }
}
@media screen and (max-width: 1024px) {
  #top #merit .meritBg .section-pin .card.card04 .omote:after {
    width: 13.7vw;
  }
}
@media screen and (max-width: 520px) {
  #top #merit .meritBg .section-pin .card.card04 .omote:after {
    width: 30.7vw;
  }
}
@media print {
  #top #merit .meritBg .section-pin .card.card04 .omote:after {
    width: 13.7vw;
  }
}
#top #merit .meritBg .section-pin .card.card05 .ura::before {
  background-image: url(../images/top/merit05_ura@2x.jpg);
}
#top #merit .meritBg .section-pin .card.card05 .omote::before {
  background-image: url(../images/top/maritNumber05@2x.png);
}
#top #merit .meritBg .section-pin .card.card05 .omote:after {
  background-image: url(../images/top/merit02_deco@2x.png);
  width: 7.5vw;
}
@media screen and (min-width: 1881px) {
  #top #merit .meritBg .section-pin .card.card05 .omote:after {
    width: 128px;
  }
}
@media screen and (max-width: 1024px) {
  #top #merit .meritBg .section-pin .card.card05 .omote:after {
    width: 12.8vw;
  }
}
@media screen and (max-width: 520px) {
  #top #merit .meritBg .section-pin .card.card05 .omote:after {
    width: 28.9vw;
  }
}
@media print {
  #top #merit .meritBg .section-pin .card.card05 .omote:after {
    width: 12.8vw;
  }
}
#top #merit .meritBg .section-pin .card .omote,
#top #merit .meritBg .section-pin .card .ura {
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  animation-timeline: --section-pin;
  animation-fill-mode: both;
  animation-range: contain 0% contain 100%;
  transition: transform 0.5s ease;
  box-shadow: 0px 13px 30px rgba(40, 40, 40, 0.6);
}
@media screen and (max-width: 1024px) {
  #top #merit .meritBg .section-pin .card .omote,
  #top #merit .meritBg .section-pin .card .ura {
    transition: all 1.5s;
    height: 100%;
  }
}
#top #merit .meritBg .section-pin .card .ura {
  animation-name: flipura;
  animation-duration: 1s;
}
@media screen and (max-width: 1024px) {
  #top #merit .meritBg .section-pin .card .ura {
    position: relative;
  }
}
@media print {
  #top #merit .meritBg .section-pin .card .ura {
    position: relative;
    transform: rotateY(-180deg);
  }
}
#top #merit .meritBg .section-pin .card .omote {
  animation-name: flipomote;
  animation-duration: 1s;
  transform: rotateY(-180deg);
}
@media print {
  #top #merit .meritBg .section-pin .card .omote {
    transform: rotateY(0deg) !important;
  }
}
#top #merit .meritBg .section-pin .card .omote::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  height: 96px;
  width: 100%;
}
@media screen and (max-width: 1880px) {
  #top #merit .meritBg .section-pin .card .omote::before {
    height: 5vw;
  }
}
@media screen and (max-width: 1024px) {
  #top #merit .meritBg .section-pin .card .omote::before {
    height: 7vw;
  }
}
@media screen and (max-width: 520px) {
  #top #merit .meritBg .section-pin .card .omote::before {
    height: 16vw;
  }
}
@media print {
  #top #merit .meritBg .section-pin .card .omote::before {
    height: 7vw;
  }
}
#top #merit .meritBg .section-pin .card .omote:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -10px;
  right: -10px;
  height: 4.7vw;
}
@media screen and (min-width: 1881px) {
  #top #merit .meritBg .section-pin .card .omote:after {
    height: 80px;
  }
}
@media screen and (max-width: 1024px) {
  #top #merit .meritBg .section-pin .card .omote:after {
    height: 8vw;
  }
}
@media screen and (max-width: 520px) {
  #top #merit .meritBg .section-pin .card .omote:after {
    height: 18vw;
    right: -10px;
    bottom: -10px;
  }
}
@media print {
  #top #merit .meritBg .section-pin .card .omote:after {
    height: 8vw;
  }
}
#top #merit .meritBg .section-pin .card01 .omote,
#top #merit .meritBg .section-pin .card01 .ura {
  animation-delay: 0s;
}
#top #merit .meritBg .section-pin .card02 .omote,
#top #merit .meritBg .section-pin .card02 .ura {
  animation-delay: 0.3s;
}
#top #merit .meritBg .section-pin .card03 .omote,
#top #merit .meritBg .section-pin .card03 .ura {
  animation-delay: 0.6s;
}
#top #merit .meritBg .section-pin .card04 .omote,
#top #merit .meritBg .section-pin .card04 .ura {
  animation-delay: 0.9s;
}
#top #merit .meritBg .section-pin .card05 .omote,
#top #merit .meritBg .section-pin .card05 .ura {
  animation-delay: 1.2s;
}
#top #banner .bannerBg {
  background-color: #f9f9f9;
  padding: 140px 0;
}
@media screen and (max-width: 820px), print {
  #top #banner .bannerBg {
    padding: 60px 0;
  }
}
#top #banner .bannerLink {
  position: relative;
  overflow: hidden;
  display: block;
  font-size: 0;
  pointer-events: none;
}
#top #banner .bannerLink::before {
  height: 80px;
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  -webkit-animation: shine 5s infinite;
  animation: shine 5s infinite;
}
#top #banner .scroll-infinity {
  padding: 35px 0;
  border-bottom: 7px solid #ccc;
  position: relative;
}
@media screen and (max-width: 820px), print {
  #top #banner .scroll-infinity {
    padding: 10px 0;
    border-bottom: 3px solid #ccc;
  }
}
#top #banner .scroll-infinity::before {
  position: absolute;
  content: "";
  background-color: #ccc;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 2px;
}
@media screen and (max-width: 820px), print {
  #top #banner .scroll-infinity::before {
    height: 1px;
    bottom: 2px;
  }
}
#top #banner .scroll-infinity .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
#top #banner .scroll-infinity .scroll-infinity__wrap .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
#top #banner .scroll-infinity .scroll-infinity__wrap .scroll-infinity__list.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
#top #banner .scroll-infinity .scroll-infinity__wrap .scroll-infinity__list .scroll-infinity__item {
  width: 95.2380952381vw;
  padding-left: 50px;
}
@media screen and (max-width: 820px), print {
  #top #banner .scroll-infinity .scroll-infinity__wrap .scroll-infinity__list .scroll-infinity__item {
    width: 133.3333333333vw;
  }
}
@media screen and (max-width: 520px) {
  #top #banner .scroll-infinity .scroll-infinity__wrap .scroll-infinity__list .scroll-infinity__item {
    width: 222.2222222222vw;
  }
}
#top #foot .footArea {
  padding-top: 16.4vw;
  position: relative;
}
@media screen and (max-width: 520px) {
  #top #foot .footArea {
    padding-top: 53.4vw;
  }
}
#top #foot .footArea.active .footTitle {
  animation: zoomIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
#top #foot .footArea.active .footCity {
  animation: zoomIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.5s;
}
#top #foot .footArea .footTitle {
  position: absolute;
  left: 50%;
  top: 8.4vw;
  transform: translate(-50%, 0);
  opacity: 0;
  width: 41.5vw;
}
@media screen and (max-width: 520px) {
  #top #foot .footArea .footTitle {
    width: 80vw;
    top: 20.6vw;
  }
}
@media print {
  #top #foot .footArea .footTitle {
    opacity: 1;
  }
}
#top #foot .footArea .footCity {
  position: relative;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, 0);
  overflow: hidden;
}
@media print {
  #top #foot .footArea .footCity {
    opacity: 1;
  }
}
#top #foot .footArea .footCity::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/sea@2x.png);
  background-size: cover;
  width: 100%;
  height: 9.1vw;
  left: 0;
  bottom: 0;
  z-index: 10;
}
@media screen and (max-width: 520px) {
  #top #foot .footArea .footCity::before {
    background-image: url(../images/top/sea@2x.png);
    height: 21.1vw;
  }
}
#top #foot .footArea .scroll-infinity {
  position: absolute;
}
#top #foot .footArea .scroll-infinity.train {
  bottom: 14.1vw;
}
@media screen and (max-width: 520px) {
  #top #foot .footArea .scroll-infinity.train {
    bottom: 36vw;
  }
}
#top #foot .footArea .scroll-infinity.bus {
  bottom: 7.8vw;
}
@media screen and (max-width: 520px) {
  #top #foot .footArea .scroll-infinity.bus {
    bottom: 20vw;
  }
}
#top #foot .footArea .scroll-infinity.taxi {
  bottom: 7.6vw;
}
@media screen and (max-width: 520px) {
  #top #foot .footArea .scroll-infinity.taxi {
    bottom: 19.4vw;
  }
}
#top #foot .footArea .scroll-infinity.ship {
  bottom: 3.9vw;
  z-index: 11;
}
@media screen and (max-width: 520px) {
  #top #foot .footArea .scroll-infinity.ship {
    bottom: 11.2vw;
  }
}
#top #foot .footArea .scroll-infinity .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
#top #foot .footArea .scroll-infinity .scroll-infinity__wrap .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
#top #foot .footArea .scroll-infinity .scroll-infinity__wrap .scroll-infinity__list.scroll-infinity__list--left.train {
  animation: infinity-scroll-left 20s infinite linear 0.5s both;
}
#top #foot .footArea .scroll-infinity .scroll-infinity__wrap .scroll-infinity__list.scroll-infinity__list--left.train img {
  width: 21.3vw;
}
@media screen and (max-width: 520px) {
  #top #foot .footArea .scroll-infinity .scroll-infinity__wrap .scroll-infinity__list.scroll-infinity__list--left.train img {
    width: 54.4vw;
  }
}
#top #foot .footArea .scroll-infinity .scroll-infinity__wrap .scroll-infinity__list.scroll-infinity__list--left.bus {
  animation: infinity-scroll-left 30s infinite linear 0.5s both;
}
#top #foot .footArea .scroll-infinity .scroll-infinity__wrap .scroll-infinity__list.scroll-infinity__list--left.bus img {
  width: 15.9vw;
}
@media screen and (max-width: 520px) {
  #top #foot .footArea .scroll-infinity .scroll-infinity__wrap .scroll-infinity__list.scroll-infinity__list--left.bus img {
    width: 42.1vw;
  }
}
#top #foot .footArea .scroll-infinity .scroll-infinity__wrap .scroll-infinity__list.scroll-infinity__list--left.taxi {
  animation: infinity-scroll-right 25s infinite linear 0.5s both;
}
#top #foot .footArea .scroll-infinity .scroll-infinity__wrap .scroll-infinity__list.scroll-infinity__list--left.taxi img {
  width: 9.1vw;
}
@media screen and (max-width: 520px) {
  #top #foot .footArea .scroll-infinity .scroll-infinity__wrap .scroll-infinity__list.scroll-infinity__list--left.taxi img {
    width: 23.2vw;
  }
}
#top #foot .footArea .scroll-infinity .scroll-infinity__wrap .scroll-infinity__list.scroll-infinity__list--left.ship {
  animation: infinity-scroll-right 45s infinite linear 0.5s both;
}
#top #foot .footArea .scroll-infinity .scroll-infinity__wrap .scroll-infinity__list.scroll-infinity__list--left.ship img {
  width: 13.1vw;
}
@media screen and (max-width: 520px) {
  #top #foot .footArea .scroll-infinity .scroll-infinity__wrap .scroll-infinity__list.scroll-infinity__list--left.ship img {
    width: 36.3vw;
  }
}
#top #foot .footArea .scroll-infinity .scroll-infinity__wrap .scroll-infinity__list .scroll-infinity__item {
  width: 120vw;
}
@media screen and (max-width: 520px) {
  #top #foot .footArea .scroll-infinity .scroll-infinity__wrap .scroll-infinity__list .scroll-infinity__item {
    width: 170vw;
  }
}
@media print {
  #top .print__hide {
    display: none !important;
  }
}
@media print {
  #top .print__show {
    display: block !important;
  }
}
@media print {
  #top .fadein {
    opacity: 1;
    transform: none;
  }
}

footer {
  padding: 60px 0 50px;
}
@media screen and (max-width: 820px), print {
  footer {
    padding: 45px 0 35px;
  }
}
@media screen and (max-width: 520px) {
  footer {
    padding: 30px 0 25px;
  }
}
footer .logoArea {
  margin: 0 auto 20px;
  width: 40%;
  text-align: center;
}
@media screen and (max-width: 820px), print {
  footer .logoArea {
    width: 25%;
  }
}
@media screen and (max-width: 520px) {
  footer .logoArea {
    width: 40%;
    margin: 0 auto 10px;
  }
}
footer .copyright {
  color: #201613;
  font-size: 20px;
}
@media screen and (max-width: 820px), print {
  footer .copyright {
    font-size: 16px;
  }
}
@media screen and (max-width: 520px) {
  footer .copyright {
    font-size: 14px;
  }
}

@keyframes flipura {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(180deg);
  }
}
@keyframes flipomote {
  0% {
    transform: rotateY(-180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes horizontalScroll {
  0% {
    transform: translateX(115%);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideIn-bottom {
  0% {
    transform: translateY(180px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideIn-left {
  0% {
    transform: translateX(-180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    transform: translate(-50%, 0) scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modal-video-movie-wrap {
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (max-width: 1110px) {
  .modal-video-movie-wrap {
    width: 90% !important;
  }
}

.modal-video-body {
  max-width: 1000px !important;
}

.modal-video-close-btn {
  right: 0 !important;
}

.section {
  will-change: transform;
  width: 400%;
  display: flex;
  /* 画面外から始まるため、はみ出しを許可 */
  overflow: visible;
}

.card {
  width: 25%;
  perspective: 1000px;
  position: relative;
}

.omote,
.ura {
  position: absolute;
  width: 100%;
  backface-visibility: hidden;
  will-change: transform;
}

.omote {
  transform: rotateY(-180deg);
}

.ura {
  transform: rotateY(0deg);
}