@charset "UTF-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 0.76923vw;
  font-size: clamp(6px, 0.76923vw, 10px);
  margin: 0;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #001952;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  word-break: break-all;
  margin: 0;
  padding: 0;
  border: 0;
}

html,
body {
  font-size: clamp(0.8px, 0.0520833333vw, 1px);
}
@media screen and (max-width: 900px) {
  html,
  body {
    font-size: clamp(1px, 0.25vw, 1.2px);
  }
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4 {
  line-height: 1.5;
}

h5,
h6 {
  line-height: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

b,
strong {
  font-weight: bolder;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[hidden] {
  display: none !important;
}

*:focus {
  outline: none;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

body.no-scroll {
  overflow: hidden;
  height: 100vh;
}
body.is_loading {
  overflow: hidden !important;
}

.pc-hidden {
  display: none;
}
@media screen and (max-width: 900px) {
  .pc-hidden {
    display: block;
  }
}

.sp-hidden {
  display: block;
}
@media screen and (max-width: 900px) {
  .sp-hidden {
    display: none;
  }
}

#main {
  overflow-x: clip;
  position: relative;
}

img.w100 {
  max-width: 100%;
  height: auto;
}

.no-item {
  font-size: 16px;
}

.wide {
  max-width: 89.5833333333%;
  width: 90%;
  margin: 0 auto;
}

.middle {
  max-width: 79.1666666667%;
  width: 90%;
  margin: 0 auto;
}

.narrow {
  max-width: 68.75%;
  width: 90%;
  margin: 0 auto;
}

.vertical {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}

.btn a {
  background-color: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 20rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2.5px solid #ffffff;
  border-radius: 100px;
  height: 84rem;
  padding: 30rem 30rem 30rem 40rem;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
@media screen and (max-width: 900px) {
  .btn a {
    width: 100%;
    height: 60rem;
  }
}
.btn a .linktext {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 24rem;
  line-height: 100%;
  color: #ffffff;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
@media screen and (max-width: 900px) {
  .btn a .linktext {
    font-size: 17px;
  }
}
.btn a .arrow {
  width: 15rem;
  height: 22rem;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
@media screen and (max-width: 900px) {
  .btn a .arrow {
    width: 10px;
    height: 16px;
  }
}
.btn a:hover {
  background-color: #001952;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.sechead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50rem;
}
.sechead .main {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 32 / 1920 * 100vw, 32px);
  line-height: 100%;
  color: #fff;
  text-decoration-line: underline;
  text-underline-offset: 50%;
  text-decoration-thickness: 10%;
  text-decoration-style: dotted;
}
.sechead .desc {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 24 / 1920 * 100vw, 24px);
  line-height: 200%;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 900px) {
  .sechead .desc {
    line-height: 180%;
    text-align: left;
  }
}

.page-title {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.page-title.on {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* 背景オーバーレイ */
.zoom-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 9999;
}

/* アクティブ状態 */
.zoom-modal.active {
  opacity: 1;
  pointer-events: auto;
}

/* 拡大画像 */
.zoom-modal img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
          box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.zoom-modal.active img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 200;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 900px) {
  #header.is_open {
    position: fixed;
  }
}
#header.page-header {
  top: -100%;
  opacity: 0;
  -webkit-transition: top 1s ease, opacity 0.6s ease;
  transition: top 1s ease, opacity 0.6s ease;
}
#header.page-header.show {
  top: 0;
  opacity: 1;
}
@media screen and (max-width: 1500px) {
  #header .hamburger {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 10;
    width: 46rem;
    height: 34rem;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20rem;
    margin: auto;
  }
}
@media screen and (max-width: 900px) {
  #header .hamburger {
    width: 23px;
    height: 15px;
  }
}
#header .hamburger:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1500px) {
  #header .hamburger span {
    position: absolute;
    display: block;
    width: 46rem;
    height: 3rem;
    background-color: #5b5b5b;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (max-width: 900px) {
  #header .hamburger span {
    width: 23px;
    height: 2px;
  }
}
#header .hamburger span.bar2 {
  top: 0;
  bottom: 0;
  margin: auto;
}
#header .hamburger span.bar3 {
  bottom: 0;
}
#header .hamburger.is_open {
  position: fixed;
  top: 10rem;
  bottom: auto;
}
@media screen and (max-width: 900px) {
  #header .hamburger.is_open {
    top: 20rem;
  }
}
#header .hamburger.is_open span {
  margin: 0;
}
@media screen and (max-width: 1500px) {
  #header .hamburger.is_open .bar1 {
    -webkit-transform: translateY(18px) rotate(45deg);
            transform: translateY(18px) rotate(45deg);
  }
}
@media screen and (max-width: 900px) {
  #header .hamburger.is_open .bar1 {
    -webkit-transform: translateY(5px) rotate(45deg);
            transform: translateY(5px) rotate(45deg);
  }
}
@media screen and (max-width: 1500px) {
  #header .hamburger.is_open .bar3 {
    -webkit-transform: translateY(-7px) rotate(-45deg);
            transform: translateY(-7px) rotate(-45deg);
  }
}
@media screen and (max-width: 900px) {
  #header .hamburger.is_open .bar3 {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}
#header .hamburger.is_open .bar2 {
  display: none;
}
#header .h_wrap {
  position: relative;
  overflow: hidden;
}
#header .h_wrap .inner {
  padding: 6rem 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1500px) {
  #header .h_wrap .inner {
    padding: 12rem 20rem 10rem 20rem;
  }
}
#header .h_wrap .inner .h_logo {
  max-width: 328rem;
  width: 100%;
  z-index: 10;
}
#header .h_wrap .inner .h_logo a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
#header .h_wrap .inner .h_logo a:hover {
  opacity: 50%;
}
@media screen and (max-width: 900px) {
  #header .h_wrap .inner .h_logo {
    max-width: 267rem;
    height: 38rem;
  }
}
#header .h_wrap .inner.closing {
  -webkit-animation: fadeOut 0.6s ease forwards;
          animation: fadeOut 0.6s ease forwards;
}
#header #mobile-nav {
  pointer-events: auto;
}
#header #mobile-nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 111rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1500px) {
  #header #mobile-nav .menu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    width: 0;
  }
}
#header #mobile-nav .menu nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header #mobile-nav .menu nav .menuitem a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 21rem;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #000000;
  display: block;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
#header #mobile-nav .menu nav .menuitem a:hover {
  opacity: 50%;
}
#header #mobile-nav .menu .snslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10rem;
}
#header #mobile-nav .menu .snslist .item {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
#header #mobile-nav .menu .snslist .item:hover {
  opacity: 50%;
}
#header #mobile-nav .menu_illust-wrapper,
#header #mobile-nav .accessmap {
  display: none;
}
@media screen and (max-width: 1500px) {
  #header #mobile-nav {
    opacity: 0;
    visibility: hidden;
    pointer-events: auto;
    height: 0;
  }
  #header #mobile-nav.is_open {
    overflow: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    top: 0;
    background: url(../img/top/menu-bg.png) no-repeat center/cover;
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1500px) and (max-width: 900px) {
  #header #mobile-nav.is_open {
    background-image: url(../img/top/menu-bg_sp.png);
  }
}
@media screen and (max-width: 1500px) {
  #header #mobile-nav.is_open .menu {
    width: 100%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 52.5%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    padding: 95rem 0;
  }
}
@media screen and (max-width: 1500px) and (max-width: 900px) {
  #header #mobile-nav.is_open .menu {
    max-width: 87.5%;
    padding-top: 85px;
  }
}
@media screen and (max-width: 1500px) {
  #header #mobile-nav.is_open .menu nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 125rem;
  }
}
@media screen and (max-width: 1500px) and (max-width: 900px) {
  #header #mobile-nav.is_open .menu nav {
    gap: 0;
    margin-bottom: 175px;
  }
}
@media screen and (max-width: 1500px) {
  #header #mobile-nav.is_open .menu nav .menuitem {
    border-bottom: 2rem dashed #99aad0;
    width: 100%;
  }
  #header #mobile-nav.is_open .menu nav .menuitem a {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-size: clamp(16px, 21 / 1920 * 100vw, 21px);
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #000000;
    display: block;
    padding: 20rem 0;
  }
  #header #mobile-nav.is_open .menu .snslist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10rem;
  }
  #header #mobile-nav.is_open .menu_illust-wrapper {
    display: block;
    position: absolute;
    margin: auto;
    pointer-events: none;
    right: 15%;
    bottom: 30%;
    width: 13.6979166667vw;
    height: 11.7708333333vw;
  }
}
@media screen and (max-width: 1500px) and (max-width: 900px) {
  #header #mobile-nav.is_open .menu_illust-wrapper {
    width: 263px;
    height: 226px;
    right: 11px;
    bottom: auto;
    top: 428px;
  }
}
@media screen and (max-width: 1500px) {
  #header #mobile-nav.is_open .menu_illust-wrapper .illust-1,
  #header #mobile-nav.is_open .menu_illust-wrapper .illust-2,
  #header #mobile-nav.is_open .menu_illust-wrapper .illust-3,
  #header #mobile-nav.is_open .menu_illust-wrapper .illust-4 {
    position: absolute;
  }
  #header #mobile-nav.is_open .menu_illust-wrapper .illust-1 {
    left: 0;
    bottom: 1.71875vw;
    width: 4.0104166667vw;
  }
}
@media screen and (max-width: 1500px) and (max-width: 900px) {
  #header #mobile-nav.is_open .menu_illust-wrapper .illust-1 {
    width: 77px;
    left: 0;
    right: auto;
    bottom: 33px;
    top: auto;
  }
}
@media screen and (max-width: 1500px) {
  #header #mobile-nav.is_open .menu_illust-wrapper .illust-2 {
    left: 4.4270833333vw;
    bottom: 0;
    width: 2.34375vw;
  }
}
@media screen and (max-width: 1500px) and (max-width: 900px) {
  #header #mobile-nav.is_open .menu_illust-wrapper .illust-2 {
    width: 45px;
    bottom: 0;
    right: 133px;
    left: auto;
  }
}
@media screen and (max-width: 1500px) {
  #header #mobile-nav.is_open .menu_illust-wrapper .illust-3 {
    width: 2.8125vw;
    left: 6.1458333333vw;
    top: 0;
    right: 13.8541666667vw;
  }
}
@media screen and (max-width: 1500px) and (max-width: 900px) {
  #header #mobile-nav.is_open .menu_illust-wrapper .illust-3 {
    width: 54px;
    left: auto;
    right: 90px;
    bottom: 28px;
    top: auto;
  }
}
@media screen and (max-width: 1500px) {
  #header #mobile-nav.is_open .menu_illust-wrapper .illust-4 {
    width: 5.5208333333vw;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 1500px) and (max-width: 900px) {
  #header #mobile-nav.is_open .menu_illust-wrapper .illust-4 {
    width: 106px;
    right: 0;
  }
}
@media screen and (max-width: 1500px) {
  #header #mobile-nav.is_open .accessmap {
    display: block;
    width: 100%;
    margin-bottom: 30rem;
  }
  #header #mobile-nav.is_open .accessmap a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ffffff;
    border: 2.5px solid #dce21f;
    border-radius: 50px;
    padding: 15rem 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1500px) and (max-width: 900px) {
  #header #mobile-nav.is_open .accessmap a {
    padding: 30px 0;
  }
}
@media screen and (max-width: 1500px) {
  #header #mobile-nav.is_open .accessmap a .icon {
    margin-right: 30rem;
  }
}
@media screen and (max-width: 1500px) and (max-width: 900px) {
  #header #mobile-nav.is_open .accessmap a .icon {
    margin-right: 15px;
  }
}
@media screen and (max-width: 1500px) {
  #header #mobile-nav.is_open .accessmap a .linktext {
    font-family: "Kiwi Maru", serif;
    font-weight: 500;
    font-size: 21rem;
    line-height: 100%;
    color: #001952;
    margin-right: 66rem;
  }
}
@media screen and (max-width: 1500px) and (max-width: 900px) {
  #header #mobile-nav.is_open .accessmap a .linktext {
    margin-right: 33px;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fixedbtn {
  cursor: pointer;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.8) 19.23%, rgba(255, 255, 255, 0.4) 76.44%, rgba(255, 255, 255, 0) 88.94%);
  position: fixed;
  right: 0;
  width: 250px;
  height: 250px;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
.fixedbtn.is-visible {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 900px) {
  .fixedbtn {
    background: rgba(227, 254, 255, 0.8);
    border-radius: 50%;
    border: 2.5px solid #dce21f;
    width: 100px;
    height: 100px;
  }
}
.fixedbtn .circle {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fixedbtn .circle img {
  position: absolute;
  inset: 0;
  margin: auto;
  -webkit-animation: spinRight 20s linear infinite;
          animation: spinRight 20s linear infinite;
  width: 176px;
  height: auto;
  -webkit-filter: drop-shadow(0px 2px 10px rgba(231, 237, 63, 0.5));
          filter: drop-shadow(0px 2px 10px rgba(231, 237, 63, 0.5));
}
@media screen and (max-width: 900px) {
  .fixedbtn .circle img {
    display: none;
  }
}
.fixedbtn .circle p {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  line-height: 100%;
  color: #001952;
  text-align: center;
}
.fixedbtn .f-24 {
  font-size: clamp(14px, 24 / 1920 * 100vw, 24px);
  margin-bottom: 5px;
}
.fixedbtn .f-21 {
  font-size: clamp(12px, 21 / 1920 * 100vw, 21px);
}
.fixedbtn .f-38 {
  font-size: clamp(21px, 38 / 1920 * 100vw, 38px);
}
.fixedbtn.stop {
  position: absolute;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.footer {
  position: relative;
  z-index: 40;
  margin-top: -133rem;
  background: url(../img/common/fotter-bg.png) no-repeat top left/cover;
}
@media screen and (max-width: 900px) {
  .footer {
    margin-top: -17.5vw;
    padding-top: 37.5vw;
  }
}
.footer .t_access {
  padding: 293rem 0 144rem;
}
@media screen and (max-width: 900px) {
  .footer .t_access {
    display: none;
  }
}
.footer .t_access .wide {
  background: url(../img/common/footerbox-bg.png) no-repeat top left/100% 100%;
}
.footer .t_access .narrow {
  padding: 100rem 0 106rem;
}
.footer .t_access .narrow .sechead {
  margin-bottom: 50rem;
}
.footer .t_access .narrow .sechead .main {
  color: #001952;
}
.footer .t_access .narrow .sechead .desc {
  color: #001952;
}
.footer .t_access .narrow .map {
  margin-bottom: 50rem;
}
.footer .t_access .narrow .access_list {
  display: grid;
  grid-template-columns: repeat(2, 500rem);
  grid-template-rows: auto;
  gap: 120rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1080px) {
  .footer .t_access .narrow .access_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .t_access .narrow .access_list .wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50rem;
}
.footer .t_access .narrow .access_list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25rem;
}
.footer .t_access .narrow .access_list .item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer .t_access .narrow .access_list .item dt p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 21 / 1920 * 100vw, 21px);
  line-height: 100%;
  text-decoration-line: underline;
  color: #001952;
  text-decoration-thickness: 2.5%;
  text-underline-offset: 20.5%;
}
.footer .t_access .narrow .access_list .item .desc {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #001952;
}
.footer .f_menu {
  padding-bottom: 133rem;
}
@media screen and (max-width: 900px) {
  .footer .f_menu {
    padding-bottom: 50px;
  }
}
.footer .f_menu .f_top {
  position: relative;
  margin-left: 100rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 300rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 100rem;
}
@media screen and (max-width: 1080px) {
  .footer .f_menu .f_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 50rem;
    margin-left: 0;
  }
}
@media screen and (max-width: 900px) {
  .footer .f_menu .f_top {
    margin-bottom: 50px;
  }
}
.footer .f_menu .f_top .secleft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50rem;
}
@media screen and (max-width: 1080px) {
  .footer .f_menu .f_top .secleft {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .footer .f_menu .f_top .secleft {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
    padding-bottom: 50px;
    position: relative;
  }
  .footer .f_menu .f_top .secleft::before {
    content: "";
    position: absolute;
    background: url(../img/common/footer-line.png) no-repeat center/100% auto;
    width: 100%;
    height: 5rem;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.footer .f_menu .f_top .secleft .f_logo {
  max-width: 450rem;
  width: 100%;
}
.footer .f_menu .f_top .secleft .texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30rem;
}
@media screen and (max-width: 900px) {
  .footer .f_menu .f_top .secleft .texts {
    gap: 20px;
  }
}
.footer .f_menu .f_top .secleft .texts .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10rem;
}
.footer .f_menu .f_top .secleft .texts p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 21 / 1920 * 100vw, 21px);
  line-height: 150%;
  color: #ffffff;
}
@media screen and (max-width: 1080px) {
  .footer .f_menu .f_top .secright {
    width: 100%;
    padding-bottom: 50rem;
    position: relative;
  }
  .footer .f_menu .f_top .secright::before {
    content: "";
    position: absolute;
    background: url(../img/common/footer-line.png) no-repeat center/100% auto;
    width: 100%;
    height: 5rem;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.footer .f_menu .f_top .secright .menulist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20rem;
}
.footer .f_menu .f_top .secright .menulist .menuitem {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 21 / 1920 * 100vw, 21px);
  line-height: 100%;
  color: #ffffff;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.footer .f_menu .f_top .secright .menulist .menuitem:hover {
  opacity: 50%;
}
@media screen and (max-width: 900px) {
  .footer .f_menu .f_top .secright .menulist .menuitem small {
    font-size: 16px;
  }
}
.footer .f_menu .f_top .scrolltop {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  cursor: pointer;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.footer .f_menu .f_top .scrolltop:hover {
  opacity: 50%;
}
.footer .f_menu .f_top .scrolltop .text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 24 / 1920 * 100vw, 24px);
  line-height: 100%;
  color: #ffffff;
}
.footer .f_menu .f_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 100rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .footer .f_menu .f_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30rem;
    margin-left: 0;
  }
}
.footer .f_menu .f_bottom .f_copy {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
}
.footer .f_menu .f_bottom .f_bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1080px) {
  .footer .f_menu .f_bottom .f_bottom-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 900px) {
  .footer .f_menu .f_bottom .f_bottom-inner {
    gap: 20px;
  }
}
.footer .f_menu .f_bottom .f_links .f_links-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50rem;
}
@media screen and (max-width: 1080px) {
  .footer .f_menu .f_bottom .f_links .f_links-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 900px) {
  .footer .f_menu .f_bottom .f_links .f_links-list {
    gap: 20px;
  }
}
.footer .f_menu .f_bottom .f_links .f_links-list a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 21 / 1920 * 100vw, 21px);
  line-height: 100%;
  color: #ffffff;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.footer .f_menu .f_bottom .f_links .f_links-list a:hover {
  opacity: 50%;
}
.footer .f_menu .f_bottom .f_sns .f_sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .f_menu .f_bottom .f_sns .f_sns-list a {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.footer .f_menu .f_bottom .f_sns .f_sns-list a:hover {
  opacity: 50%;
}

@-webkit-keyframes spinRight {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinRight {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* 画面外（下）→ 画面中央で停止 → 画面上へスライドアウト */
@-webkit-keyframes slideFromBottomCenterToTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100vh);
            transform: translateY(100vh); /* 画面外（下） */
  }
  40% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); /* 画面中央に到達 */
  }
  70% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); /* 中央で停止 */
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100vh);
            transform: translateY(-100vh); /* 画面外（上）へ消える */
  }
}
@keyframes slideFromBottomCenterToTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100vh);
            transform: translateY(100vh); /* 画面外（下） */
  }
  40% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); /* 画面中央に到達 */
  }
  70% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); /* 中央で停止 */
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100vh);
            transform: translateY(-100vh); /* 画面外（上）へ消える */
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes fuwafuwa-1 {
  0% {
    -webkit-transform: translate(0, 45%) rotate(0) scaleY(0.99) translate(0, -45%);
            transform: translate(0, 45%) rotate(0) scaleY(0.99) translate(0, -45%);
  }
  25% {
    -webkit-transform: translate(0, 45%) rotate(2deg) translate(0, -45%);
            transform: translate(0, 45%) rotate(2deg) translate(0, -45%);
  }
  50% {
    -webkit-transform: translate(0, 45%) rotate(0) scaleY(0.99) translate(0, -45%);
            transform: translate(0, 45%) rotate(0) scaleY(0.99) translate(0, -45%);
  }
  75% {
    -webkit-transform: translate(0, 45%) rotate(-2deg) translate(0, -45%);
            transform: translate(0, 45%) rotate(-2deg) translate(0, -45%);
  }
  100% {
    -webkit-transform: translate(0, 45%) rotate(0) scaleY(0.99) translate(0, -45%);
            transform: translate(0, 45%) rotate(0) scaleY(0.99) translate(0, -45%);
  }
}
@keyframes fuwafuwa-1 {
  0% {
    -webkit-transform: translate(0, 45%) rotate(0) scaleY(0.99) translate(0, -45%);
            transform: translate(0, 45%) rotate(0) scaleY(0.99) translate(0, -45%);
  }
  25% {
    -webkit-transform: translate(0, 45%) rotate(2deg) translate(0, -45%);
            transform: translate(0, 45%) rotate(2deg) translate(0, -45%);
  }
  50% {
    -webkit-transform: translate(0, 45%) rotate(0) scaleY(0.99) translate(0, -45%);
            transform: translate(0, 45%) rotate(0) scaleY(0.99) translate(0, -45%);
  }
  75% {
    -webkit-transform: translate(0, 45%) rotate(-2deg) translate(0, -45%);
            transform: translate(0, 45%) rotate(-2deg) translate(0, -45%);
  }
  100% {
    -webkit-transform: translate(0, 45%) rotate(0) scaleY(0.99) translate(0, -45%);
            transform: translate(0, 45%) rotate(0) scaleY(0.99) translate(0, -45%);
  }
}
.fuwafuwa-1-1 {
  -webkit-animation: fuwafuwa-1 2s infinite ease-in-out;
          animation: fuwafuwa-1 2s infinite ease-in-out;
}

.fuwafuwa-1-2 {
  -webkit-animation: fuwafuwa-1 2.4s infinite 0.3s ease-in-out;
          animation: fuwafuwa-1 2.4s infinite 0.3s ease-in-out;
}

.fuwafuwa-1-3 {
  -webkit-animation: fuwafuwa-1 1.8s infinite 0.6s ease-in-out;
          animation: fuwafuwa-1 1.8s infinite 0.6s ease-in-out;
}

@-webkit-keyframes fuwafuwa-2 {
  0% {
    -webkit-transform: translate(0, 45%) rotate(-2deg) translate(0, 0) scaleY(0.96) translate(0, -45%);
            transform: translate(0, 45%) rotate(-2deg) translate(0, 0) scaleY(0.96) translate(0, -45%);
  }
  13% {
    -webkit-transform: translate(0, 45%) rotate(-2deg) translate(0, -7.5%) scaleY(1.01) translate(0, -45%);
            transform: translate(0, 45%) rotate(-2deg) translate(0, -7.5%) scaleY(1.01) translate(0, -45%);
  }
  26% {
    -webkit-transform: translate(0, 45%) rotate(-2deg) translate(0, 0) translate(0, -45%);
            transform: translate(0, 45%) rotate(-2deg) translate(0, 0) translate(0, -45%);
  }
  50% {
    -webkit-transform: translate(0, 45%) rotate(2deg) translate(0, 0) scaleY(0.98) translate(0, -45%);
            transform: translate(0, 45%) rotate(2deg) translate(0, 0) scaleY(0.98) translate(0, -45%);
  }
  63% {
    -webkit-transform: translate(0, 45%) rotate(2deg) translate(0, -7.5%) scaleY(1.01) translate(0, -45%);
            transform: translate(0, 45%) rotate(2deg) translate(0, -7.5%) scaleY(1.01) translate(0, -45%);
  }
  76% {
    -webkit-transform: translate(0, 45%) rotate(2deg) translate(0, 0) translate(0, -45%);
            transform: translate(0, 45%) rotate(2deg) translate(0, 0) translate(0, -45%);
  }
  100% {
    -webkit-transform: translate(0, 45%) rotate(-2deg) translate(0, 0) scaleY(0.96) translate(0, -45%);
            transform: translate(0, 45%) rotate(-2deg) translate(0, 0) scaleY(0.96) translate(0, -45%);
  }
}

@keyframes fuwafuwa-2 {
  0% {
    -webkit-transform: translate(0, 45%) rotate(-2deg) translate(0, 0) scaleY(0.96) translate(0, -45%);
            transform: translate(0, 45%) rotate(-2deg) translate(0, 0) scaleY(0.96) translate(0, -45%);
  }
  13% {
    -webkit-transform: translate(0, 45%) rotate(-2deg) translate(0, -7.5%) scaleY(1.01) translate(0, -45%);
            transform: translate(0, 45%) rotate(-2deg) translate(0, -7.5%) scaleY(1.01) translate(0, -45%);
  }
  26% {
    -webkit-transform: translate(0, 45%) rotate(-2deg) translate(0, 0) translate(0, -45%);
            transform: translate(0, 45%) rotate(-2deg) translate(0, 0) translate(0, -45%);
  }
  50% {
    -webkit-transform: translate(0, 45%) rotate(2deg) translate(0, 0) scaleY(0.98) translate(0, -45%);
            transform: translate(0, 45%) rotate(2deg) translate(0, 0) scaleY(0.98) translate(0, -45%);
  }
  63% {
    -webkit-transform: translate(0, 45%) rotate(2deg) translate(0, -7.5%) scaleY(1.01) translate(0, -45%);
            transform: translate(0, 45%) rotate(2deg) translate(0, -7.5%) scaleY(1.01) translate(0, -45%);
  }
  76% {
    -webkit-transform: translate(0, 45%) rotate(2deg) translate(0, 0) translate(0, -45%);
            transform: translate(0, 45%) rotate(2deg) translate(0, 0) translate(0, -45%);
  }
  100% {
    -webkit-transform: translate(0, 45%) rotate(-2deg) translate(0, 0) scaleY(0.96) translate(0, -45%);
            transform: translate(0, 45%) rotate(-2deg) translate(0, 0) scaleY(0.96) translate(0, -45%);
  }
}
.fuwafuwa-2-1 {
  -webkit-animation: fuwafuwa-2 2.4s infinite ease-in-out;
          animation: fuwafuwa-2 2.4s infinite ease-in-out;
}

.fuwafuwa-2-2 {
  -webkit-animation: fuwafuwa-2 2.2s infinite -0.3s ease-in-out;
          animation: fuwafuwa-2 2.2s infinite -0.3s ease-in-out;
}

.fuwafuwa-2-3 {
  -webkit-animation: fuwafuwa-2 3s infinite -0.6s ease-in-out;
          animation: fuwafuwa-2 3s infinite -0.6s ease-in-out;
}

@-webkit-keyframes fuwafuwa-3 {
  0% {
    -webkit-transform: translate(0, 45%) rotate(-1deg) translate(0, -45%);
            transform: translate(0, 45%) rotate(-1deg) translate(0, -45%);
  }
  100% {
    -webkit-transform: translate(0, 45%) rotate(1deg) translate(0, -45%);
            transform: translate(0, 45%) rotate(1deg) translate(0, -45%);
  }
}

@keyframes fuwafuwa-3 {
  0% {
    -webkit-transform: translate(0, 45%) rotate(-1deg) translate(0, -45%);
            transform: translate(0, 45%) rotate(-1deg) translate(0, -45%);
  }
  100% {
    -webkit-transform: translate(0, 45%) rotate(1deg) translate(0, -45%);
            transform: translate(0, 45%) rotate(1deg) translate(0, -45%);
  }
}
.fuwafuwa-3-1 {
  -webkit-animation: fuwafuwa-3 1s infinite alternate ease-in-out;
          animation: fuwafuwa-3 1s infinite alternate ease-in-out;
}

.fuwafuwa-3-2 {
  -webkit-animation: fuwafuwa-3 1.2s infinite -0.3s alternate ease-in-out;
          animation: fuwafuwa-3 1.2s infinite -0.3s alternate ease-in-out;
}

.fuwafuwa-3-3 {
  -webkit-animation: fuwafuwa-3 0.9s infinite -0.6s alternate ease-in-out;
          animation: fuwafuwa-3 0.9s infinite -0.6s alternate ease-in-out;
}

@-webkit-keyframes fuwafuwa-4 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(15%, -15%) rotate(-5deg);
            transform: translate(15%, -15%) rotate(-5deg);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  75% {
    -webkit-transform: translate(-15%, -15%) rotate(5deg);
            transform: translate(-15%, -15%) rotate(5deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes fuwafuwa-4 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(15%, -15%) rotate(-5deg);
            transform: translate(15%, -15%) rotate(-5deg);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  75% {
    -webkit-transform: translate(-15%, -15%) rotate(5deg);
            transform: translate(-15%, -15%) rotate(5deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
.fuwafuwa-4-1 {
  -webkit-animation: fuwafuwa-4 5s infinite ease-in-out;
          animation: fuwafuwa-4 5s infinite ease-in-out;
}

.fuwafuwa-4-2 {
  -webkit-animation: fuwafuwa-4 5.5s infinite -1s ease-in-out;
          animation: fuwafuwa-4 5.5s infinite -1s ease-in-out;
}

.fuwafuwa-4-3 {
  -webkit-animation: fuwafuwa-4 4.5s infinite -2s ease-in-out;
          animation: fuwafuwa-4 4.5s infinite -2s ease-in-out;
}

@-webkit-keyframes drop-in-1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -100px) rotate(-10deg);
            transform: translate(0, -100px) rotate(-10deg);
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, -60px) rotate(-10deg);
            transform: translate(0, -60px) rotate(-10deg);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 0px) rotate(-10deg);
            transform: translate(0, 0px) rotate(-10deg);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(0, -10px) rotate(0deg);
            transform: translate(0, -10px) rotate(0deg);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate(0, 0px) rotate(0deg);
            transform: translate(0, 0px) rotate(0deg);
  }
  95% {
    opacity: 1;
    -webkit-transform: translate(0, -5px) rotate(0deg);
            transform: translate(0, -5px) rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes drop-in-1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -100px) rotate(-10deg);
            transform: translate(0, -100px) rotate(-10deg);
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, -60px) rotate(-10deg);
            transform: translate(0, -60px) rotate(-10deg);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 0px) rotate(-10deg);
            transform: translate(0, 0px) rotate(-10deg);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(0, -10px) rotate(0deg);
            transform: translate(0, -10px) rotate(0deg);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate(0, 0px) rotate(0deg);
            transform: translate(0, 0px) rotate(0deg);
  }
  95% {
    opacity: 1;
    -webkit-transform: translate(0, -5px) rotate(0deg);
            transform: translate(0, -5px) rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
.drop-in-1 {
  -webkit-animation: drop-in-1 0.5s 1 0s forwards linear;
          animation: drop-in-1 0.5s 1 0s forwards linear;
}

@-webkit-keyframes drop-in-2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -100px) rotate(10deg);
            transform: translate(0, -100px) rotate(10deg);
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, -60px) rotate(10deg);
            transform: translate(0, -60px) rotate(10deg);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 0px) rotate(10deg);
            transform: translate(0, 0px) rotate(10deg);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(0, -10px) rotate(0deg);
            transform: translate(0, -10px) rotate(0deg);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate(0, 0px) rotate(0deg);
            transform: translate(0, 0px) rotate(0deg);
  }
  95% {
    opacity: 1;
    -webkit-transform: translate(0, -5px) rotate(0deg);
            transform: translate(0, -5px) rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes drop-in-2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -100px) rotate(10deg);
            transform: translate(0, -100px) rotate(10deg);
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, -60px) rotate(10deg);
            transform: translate(0, -60px) rotate(10deg);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 0px) rotate(10deg);
            transform: translate(0, 0px) rotate(10deg);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(0, -10px) rotate(0deg);
            transform: translate(0, -10px) rotate(0deg);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate(0, 0px) rotate(0deg);
            transform: translate(0, 0px) rotate(0deg);
  }
  95% {
    opacity: 1;
    -webkit-transform: translate(0, -5px) rotate(0deg);
            transform: translate(0, -5px) rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
.drop-in-2 {
  -webkit-animation: drop-in-2 0.5s 1 0s forwards linear;
          animation: drop-in-2 0.5s 1 0s forwards linear;
}

@-webkit-keyframes drop-appear {
  0% {
    opacity: 0;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -50, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -50, 0, 1);
  }
  5.61% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -22.927, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -22.927, 0, 1);
  }
  8.41% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.84, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.84, 0, 1);
  }
  11.11% {
    opacity: 1;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.91% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -8.244, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -8.244, 0, 1);
  }
  18.72% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -10.605, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -10.605, 0, 1);
  }
  26.03% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -5.941, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -5.941, 0, 1);
  }
  33.33% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.959, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.959, 0, 1);
  }
  55.66% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.01, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.01, 0, 1);
  }
  63.26% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.362, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.362, 0, 1);
  }
  77.88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
  }
  85.49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.067, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.067, 0, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes drop-appear {
  0% {
    opacity: 0;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -50, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -50, 0, 1);
  }
  5.61% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -22.927, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -22.927, 0, 1);
  }
  8.41% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.84, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.84, 0, 1);
  }
  11.11% {
    opacity: 1;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.91% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -8.244, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -8.244, 0, 1);
  }
  18.72% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -10.605, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -10.605, 0, 1);
  }
  26.03% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -5.941, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -5.941, 0, 1);
  }
  33.33% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.959, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.959, 0, 1);
  }
  55.66% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.01, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.01, 0, 1);
  }
  63.26% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.362, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.362, 0, 1);
  }
  77.88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.002, 0, 1);
  }
  85.49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.067, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.067, 0, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@-webkit-keyframes pop-appear {
  0% {
    opacity: 0;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 25, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 25, 0, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes pop-appear {
  0% {
    opacity: 0;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 25, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 25, 0, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@-webkit-keyframes bounce-appear {
  0% {
    opacity: 1;
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    -webkit-transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.41% {
    -webkit-transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.11% {
    -webkit-transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.72% {
    -webkit-transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.32% {
    -webkit-transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.93% {
    -webkit-transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.54% {
    -webkit-transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    -webkit-transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    -webkit-transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.26% {
    -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.49% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes bounce-appear {
  0% {
    opacity: 1;
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    -webkit-transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.41% {
    -webkit-transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.11% {
    -webkit-transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.72% {
    -webkit-transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.32% {
    -webkit-transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.93% {
    -webkit-transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.54% {
    -webkit-transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    -webkit-transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    -webkit-transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.26% {
    -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.49% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
.bounce-appear {
  -webkit-animation: bounce-appear 0.5s 1 0s forwards linear;
          animation: bounce-appear 0.5s 1 0s forwards linear;
}

@-webkit-keyframes ScrollVerticalslide {
  from {
    -webkit-transform: translate3d(0, 0, 0) translateZ(0.0001px);
            transform: translate3d(0, 0, 0) translateZ(0.0001px);
  }
  to {
    -webkit-transform: translate3d(0, -50%, 0) translateZ(0.0001px);
            transform: translate3d(0, -50%, 0) translateZ(0.0001px);
  }
}

@keyframes ScrollVerticalslide {
  from {
    -webkit-transform: translate3d(0, 0, 0) translateZ(0.0001px);
            transform: translate3d(0, 0, 0) translateZ(0.0001px);
  }
  to {
    -webkit-transform: translate3d(0, -50%, 0) translateZ(0.0001px);
            transform: translate3d(0, -50%, 0) translateZ(0.0001px);
  }
}
@-webkit-keyframes ScrollVertical {
  from {
    -webkit-transform: translate3d(0, 0, 0) translateZ(0.0001px);
            transform: translate3d(0, 0, 0) translateZ(0.0001px);
  }
  to {
    -webkit-transform: translate3d(0, -50%, 0) translateZ(0.0001px);
            transform: translate3d(0, -50%, 0) translateZ(0.0001px);
  }
}
@keyframes ScrollVertical {
  from {
    -webkit-transform: translate3d(0, 0, 0) translateZ(0.0001px);
            transform: translate3d(0, 0, 0) translateZ(0.0001px);
  }
  to {
    -webkit-transform: translate3d(0, -50%, 0) translateZ(0.0001px);
            transform: translate3d(0, -50%, 0) translateZ(0.0001px);
  }
}
@-webkit-keyframes ScrollBeside {
  from {
    -webkit-transform: translate3d(0, 0, 0) translateZ(0.0001px);
            transform: translate3d(0, 0, 0) translateZ(0.0001px);
  }
  to {
    -webkit-transform: translate3d(-50%, 0, 0) translateZ(0.0001px);
            transform: translate3d(-50%, 0, 0) translateZ(0.0001px);
  }
}
@keyframes ScrollBeside {
  from {
    -webkit-transform: translate3d(0, 0, 0) translateZ(0.0001px);
            transform: translate3d(0, 0, 0) translateZ(0.0001px);
  }
  to {
    -webkit-transform: translate3d(-50%, 0, 0) translateZ(0.0001px);
            transform: translate3d(-50%, 0, 0) translateZ(0.0001px);
  }
}
@-webkit-keyframes ScrollBesidenews {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-314%, 0, 0);
            transform: translate3d(-314%, 0, 0);
  }
}
@keyframes ScrollBesidenews {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-314%, 0, 0);
            transform: translate3d(-314%, 0, 0);
  }
}
.wow {
  opacity: 0;
}

/* ======================================
   ★ 全画面ローディング背景
====================================== */
.skip-loader #loader {
  -webkit-transition: none !important;
  transition: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  display: none !important;
}

#loader {
  position: fixed;
  inset: 0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: visible;
  z-index: 99999;
  opacity: 1;
  pointer-events: all;
  -webkit-transition: opacity 0.8s ease, background 0.8s ease;
  transition: opacity 0.8s ease, background 0.8s ease;
}
#loader.on {
  opacity: 1;
  background: url(../img/top/load-bg.png) no-repeat center/cover;
  -webkit-transition: opacity 0.8s ease, background 0.8s ease;
  transition: opacity 0.8s ease, background 0.8s ease;
}
#loader .moving {
  opacity: 0;
  max-width: 414px;
  width: 100%;
  margin: 0 auto;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
@media screen and (max-width: 900px) {
  #loader .moving {
    max-width: 80%;
  }
}
#loader .moving.on {
  -webkit-animation: slideFromBottomCenterToTop 5s 1 ease-in-out;
          animation: slideFromBottomCenterToTop 5s 1 ease-in-out;
}
#loader.loader-hide {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  visibility: hidden;
  pointer-events: none;
}

.t_fv {
  position: relative;
}
.t_fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 497px);
  background: url(../img/top/load-bg.png) no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .t_fv::before {
    background-image: url(../img/top/load-bg_sp.png);
    height: 360vw;
  }
}
.t_fv .wide {
  max-width: 89.5833333333%;
  width: 100%;
  height: 100%;
  padding-bottom: 12.2395833333vw;
  position: relative;
}
@media screen and (max-width: 1074px) {
  .t_fv .wide {
    max-width: 95%;
  }
}
@media screen and (max-width: 1024px) {
  .t_fv .wide {
    max-width: 100%;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 192px;
  }
}
@media screen and (max-width: 900px) {
  .t_fv .wide {
    padding-bottom: 80px;
  }
}
.t_fv .wide .fv_illust-wrapper {
  position: absolute;
  left: -1.71875vw;
  bottom: 12.3958333333vw;
  width: 46.6666666667vw;
  height: 29.3229166667vw;
}
.t_fv .wide .fv_illust-wrapper img {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media screen and (max-width: 1024px) {
  .t_fv .wide .fv_illust-wrapper {
    top: 622px;
    height: 219px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: auto;
  }
}
@media screen and (max-width: 900px) {
  .t_fv .wide .fv_illust-wrapper {
    width: 397px;
  }
}
.t_fv .wide .fv_illust-wrapper .fv_illust-1,
.t_fv .wide .fv_illust-wrapper .fv_illust-2,
.t_fv .wide .fv_illust-wrapper .fv_illust-3,
.t_fv .wide .fv_illust-wrapper .fv_illust-4,
.t_fv .wide .fv_illust-wrapper .fv_illust-5 {
  position: absolute;
  pointer-events: none;
}
.t_fv .wide .fv_illust-wrapper .fv_illust-1 {
  left: 0;
  bottom: 8.75vw;
  width: 14.5833333333vw;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .t_fv .wide .fv_illust-wrapper .fv_illust-1 {
    width: 140px;
    height: 198px;
    left: -32px;
    top: auto;
    bottom: 21px;
  }
}
.t_fv .wide .fv_illust-wrapper .fv_illust-2 {
  width: 16.3020833333vw;
  bottom: 3.1770833333vw;
  left: 13.5416666667vw;
}
@media screen and (max-width: 1024px) {
  .t_fv .wide .fv_illust-wrapper .fv_illust-2 {
    width: 157px;
    height: 150px;
    bottom: 12px;
    left: 73px;
  }
}
.t_fv .wide .fv_illust-wrapper .fv_illust-3 {
  width: 9.2708333333vw;
  bottom: 6.7708333333vw;
  left: 29.0104166667vw;
}
@media screen and (max-width: 1024px) {
  .t_fv .wide .fv_illust-wrapper .fv_illust-3 {
    width: 89px;
    height: 150px;
    bottom: 35px;
    left: 217px;
  }
}
.t_fv .wide .fv_illust-wrapper .fv_illust-4 {
  width: 5.4166666667vw;
  bottom: 0;
  left: 35.8333333333vw;
}
@media screen and (max-width: 1024px) {
  .t_fv .wide .fv_illust-wrapper .fv_illust-4 {
    width: 52px;
    height: 150px;
    left: 295px;
  }
}
.t_fv .wide .fv_illust-wrapper .fv_illust-5 {
  width: 6.5104166667vw;
  bottom: 6.5625vw;
  left: 40.15625vw;
}
@media screen and (max-width: 1024px) {
  .t_fv .wide .fv_illust-wrapper .fv_illust-5 {
    width: 63px;
    height: 154px;
    left: 334px;
    bottom: 21px;
  }
}
.t_fv .parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .t_fv .parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.t_fv .parent .col-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .t_fv .parent .col-left {
    display: contents;
  }
}
.t_fv .parent .col-left .fv_catch {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.7604166667vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: clamp(58px, 106 / 1920 * 100vw, 106px);
  line-height: 100%;
  text-align: center;
  color: #001952;
  margin-bottom: 4.1666666667vw;
}
.t_fv .parent .col-left .fv_catch.active {
  opacity: 1;
  -webkit-animation: bounce-appear 1200ms linear both;
          animation: bounce-appear 1200ms linear both;
}
@media screen and (max-width: 1024px) {
  .t_fv .parent .col-left .fv_catch {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 50px;
    gap: 20px;
  }
}
.t_fv .parent .col-left .fv_catch strong {
  font-weight: 500;
}
.t_fv .parent .col-left .fv_desc {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5625vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(20px, 24 / 1920 * 100vw, 24px);
  line-height: 100%;
  text-align: center;
  color: #001952;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .t_fv .parent .col-left .fv_desc {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    line-height: 200%;
    gap: 0;
  }
}
.t_fv .parent .col-left .fv_title {
  opacity: 0;
  max-width: 32.5vw;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .t_fv .parent .col-left .fv_title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 900px) {
  .t_fv .parent .col-left .fv_title {
    max-width: 330px;
  }
  .t_fv .parent .col-left .fv_title img {
    width: 100%;
  }
}
.t_fv .parent .col-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 35.2604166667%;
  margin-right: 4.6354166667vw;
}
@media screen and (max-width: 1024px) {
  .t_fv .parent .col-middle {
    display: contents;
  }
}
.t_fv .parent .col-middle .fv_slide {
  opacity: 0;
  position: relative;
  max-width: 34.375vw;
  width: 100%;
  height: auto;
  aspect-ratio: 660/830;
  overflow: hidden;
  margin-bottom: 2.34375vw;
}
@media screen and (max-width: 1024px) {
  .t_fv .parent .col-middle .fv_slide {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    max-width: none;
    aspect-ratio: auto;
    margin-bottom: 180px;
  }
}
.t_fv .parent .col-middle .fv_slide .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  left: 0;
  height: auto;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
  -webkit-transform: translate3d(0, 0, 0) translateZ(0.0001px);
          transform: translate3d(0, 0, 0) translateZ(0.0001px);
  animation: ScrollVerticalslide 60s linear 0s infinite;
  -webkit-animation: ScrollVerticalslide 60s linear 0s infinite;
}
@media screen and (max-width: 1024px) {
  .t_fv .parent .col-middle .fv_slide .inner {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    animation: ScrollBeside 60s linear 0s infinite;
    -webkit-animation: ScrollBeside 60s linear 0s infinite;
  }
}
.t_fv .parent .col-middle .fv_slide .inner img {
  margin-bottom: 30px;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.t_fv .parent .col-middle .fv_slide .inner img.pc-hidden {
  display: none;
}
@media screen and (max-width: 1024px) {
  .t_fv .parent .col-middle .fv_slide .inner img.pc-hidden {
    display: block;
  }
  .t_fv .parent .col-middle .fv_slide .inner img.sp-hidden {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .t_fv .parent .col-middle .fv_slide .inner img {
    max-width: none;
    margin-bottom: 0;
    margin-right: 13px;
  }
}
.t_fv .parent .col-middle .fv_mainttl {
  max-width: 34.7395833333vw;
}
@media screen and (max-width: 1024px) {
  .t_fv .parent .col-middle .fv_mainttl {
    display: none;
  }
}
.t_fv .parent .col-right {
  max-width: 5.2083333333%;
  height: 59.7916666667vw;
  margin-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .t_fv .parent .col-right {
    display: contents;
  }
}
.t_fv .parent .col-right .fv_news {
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .t_fv .parent .col-right .fv_news {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .t_fv .parent .col-right .fv_news {
    max-width: 100%;
  }
}
.t_fv .parent .col-right .fv_news .secttl {
  padding: 30px 0;
  background-color: #dce21f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 900px) {
  .t_fv .parent .col-right .fv_news .secttl {
    padding: 10px 0;
  }
}
.t_fv .parent .col-right .fv_news .secttl h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 24 / 1920 * 100vw, 24px);
  line-height: 100%;
  color: #ffffff;
  width: 24rem;
}
@media screen and (max-width: 1024px) {
  .t_fv .parent .col-right .fv_news .secttl h2 {
    width: auto;
  }
}
.t_fv .parent .col-right .fv_news .secbody {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #001952;
  overflow: hidden;
  height: 47.9166666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .t_fv .parent .col-right .fv_news .secbody {
    height: auto;
  }
}
.t_fv .parent .col-right .fv_news .secbody .outer {
  height: 40.1041666667vw;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .t_fv .parent .col-right .fv_news .secbody .outer {
    height: auto;
    width: auto;
    padding: 20px 0 20px 0;
  }
}
.t_fv .parent .col-right .fv_news .secbody .inner {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-animation: ScrollVertical 20s linear infinite;
          animation: ScrollVertical 20s linear infinite;
}
@media screen and (max-width: 1024px) {
  .t_fv .parent .col-right .fv_news .secbody .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-animation: ScrollBesidenews 20s linear infinite;
            animation: ScrollBesidenews 20s linear infinite;
  }
}
.t_fv .parent .col-right .fv_news .secbody .news_date,
.t_fv .parent .col-right .fv_news .secbody .news_detail {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 21 / 1920 * 100vw, 21px);
  line-height: 150%;
  text-align: center;
  color: #ffffff;
  width: 63rem;
}
@media screen and (max-width: 1024px) {
  .t_fv .parent .col-right .fv_news .secbody .news_date,
  .t_fv .parent .col-right .fv_news .secbody .news_detail {
    width: auto;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
  }
}
.t_fv .parent .col-right .fv_news .secbody .news_detail {
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
  width: 21rem;
  line-height: 100%;
}
@media screen and (max-width: 1024px) {
  .t_fv .parent .col-right .fv_news .secbody .news_detail {
    width: auto;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
  }
}
.t_fv .parent .col-right .fv_news .secbody .item {
  margin: auto;
  padding: 50px 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .t_fv .parent .col-right .fv_news .secbody .item {
    padding: 0 50px;
  }
}
.t_fv .parent .col-right .fv_news .secbody .item a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .t_fv .parent .col-right .fv_news .secbody .item a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.t_fv .parent .col-right .fv_news .secbody .item a:hover {
  -webkit-filter: opacity(50%);
          filter: opacity(50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.t_fv .parent .col-right .fv_news .secbody .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30px;
  height: 2px;
  margin: auto;
  background: url(../img/top/news_line.svg) no-repeat center/contain;
}
@media screen and (max-width: 1024px) {
  .t_fv .parent .col-right .fv_news .secbody .item::after {
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media screen and (max-width: 900px) {
  .t_fv .parent .col-right .fv_news .secbody .item:first-child::before, .t_fv .parent .col-right .fv_news .secbody .item:nth-child(4)::before {
    content: "";
    position: absolute;
    background: url(../img/top/news_line.svg) no-repeat center/contain;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin: auto;
    width: 30px;
    height: 2px;
    right: auto;
    left: 0;
  }
  .t_fv .parent .col-right .fv_news .secbody .item:nth-child(3)::after {
    content: none;
  }
}

.t_shop {
  position: relative;
  z-index: 20;
}
.t_shop::before {
  content: "";
  position: absolute;
  top: -25.8854166667vw;
  left: 0;
  background: url(../img/top/bg01.png) no-repeat top/100vw 100%;
  width: 100%;
  height: calc(100% + 25.8854166667vw);
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .t_shop::before {
    background-position: center;
    background-size: cover;
  }
}
@media screen and (max-width: 900px) {
  .t_shop::before {
    background-image: url(../img/top/bg01_sp.png);
    background-position: center;
    background-size: 100% 100%;
    top: -104px;
  }
}
@media screen and (max-width: 900px) {
  .t_shop {
    background: none;
    margin-top: 0;
  }
}
.t_shop .sechead {
  margin-bottom: 85rem;
}
@media screen and (max-width: 900px) {
  .t_shop .sechead {
    margin-bottom: 40px;
  }
}
.t_shop .middle {
  padding: 203px 0 371px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .t_shop .middle {
    max-width: 88%;
    width: 100%;
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.t_shop .middle .btn {
  position: absolute;
  right: 0;
  bottom: 246px;
  z-index: 10;
}
.t_shop .middle .btn a {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .t_shop .middle .btn {
    position: relative;
    bottom: 0;
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }
  .t_shop .middle .btn .linktext {
    font-size: 17px;
  }
}
.t_shop .storeSwiper {
  position: relative;
  overflow: visible;
  padding-bottom: 112px;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .t_shop .storeSwiper {
    padding-bottom: 85px;
    margin-bottom: 70px;
  }
}
.t_shop .storeSwiper .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 500px;
}
@media screen and (max-width: 1024px) {
  .t_shop .storeSwiper .swiper-wrapper {
    height: auto;
  }
}
.t_shop .storeSwiper .slider-arrows {
  position: absolute;
  height: 48rem;
  max-width: 146rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50rem;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .t_shop .storeSwiper .slider-arrows {
    max-width: 160px;
    height: 45px;
    gap: 70px;
  }
}
.t_shop .storeSwiper .slider-arrows .swiper-button-prev:after,
.t_shop .storeSwiper .slider-arrows .swiper-rtl .swiper-button-next:after,
.t_shop .storeSwiper .slider-arrows .swiper-button-next:after,
.t_shop .storeSwiper .slider-arrows .swiper-rtl .swiper-button-prev:after {
  content: none;
}
.t_shop .storeSwiper .slider-arrows .swiper-button-prev,
.t_shop .storeSwiper .slider-arrows .swiper-button-next {
  width: 48rem;
  height: 48rem;
}
@media screen and (max-width: 1024px) {
  .t_shop .storeSwiper .slider-arrows .swiper-button-prev,
  .t_shop .storeSwiper .slider-arrows .swiper-button-next {
    width: 45px;
    height: 45px;
  }
}
.t_shop .storeSwiper .slider-arrows .swiper-button-prev,
.t_shop .storeSwiper .slider-arrows .swiper-rtl .swiper-button-next {
  left: 0;
}
.t_shop .storeSwiper .slider-arrows .swiper-button-next,
.t_shop .storeSwiper .slider-arrows .swiper-rtl .swiper-button-prev {
  right: 0;
}
.t_shop .swiper-slide {
  opacity: 0;
  width: 400px;
  -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
  background: #ffffff;
  border-radius: 0px 0px 100px 0px;
  position: relative;
  z-index: 10;
  padding: 30px 33px 48px;
  max-height: 400px;
}
@media screen and (max-width: 1024px) {
  .t_shop .swiper-slide {
    width: 300px;
    max-height: none;
    height: 300px;
    padding: 22px 25px 32px;
  }
}
.t_shop .swiper-slide:nth-child(2n) {
  margin-top: auto;
}
@media screen and (max-width: 1024px) {
  .t_shop .swiper-slide:nth-child(2n) {
    margin-top: 0;
  }
}
.t_shop .swiper-slide .slide-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.t_shop .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/shop-bg.png) no-repeat top right/cover;
  z-index: -1;
}
.t_shop .swiper-slide .thumb {
  aspect-ratio: 333/200;
  margin-bottom: 25rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .t_shop .swiper-slide .thumb {
    margin-bottom: 18px;
    aspect-ratio: 250/150;
  }
}
.t_shop .swiper-slide .thumb .cat {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10rem;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .t_shop .swiper-slide .thumb .cat {
    padding: 7px;
  }
}
.t_shop .swiper-slide .thumb .cat span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 27 / 1920 * 100vw, 27px);
  line-height: 100%;
  color: #000000;
}
.t_shop .swiper-slide .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.t_shop .swiper-slide .info .title {
  margin-bottom: 25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 24 / 1920 * 100vw, 24px);
  line-height: 140%;
  color: #000000;
}
.t_shop .swiper-slide .info .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10rem;
}
.t_shop .swiper-slide .info .column .item {
  display: grid;
  grid-template-columns: 26% auto;
  gap: 23rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 19 / 1920 * 100vw, 19px);
  line-height: 100%;
  color: #000000;
}

.t_sliders {
  position: relative;
  margin-top: -237px;
}
@media screen and (max-width: 900px) {
  .t_sliders {
    margin-top: -20.25vw;
  }
}
.t_sliders::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/sliders-bg.png) no-repeat top/cover;
  z-index: 5;
}
@media screen and (max-width: 900px) {
  .t_sliders::before {
    background-image: url(../img/top/sliders-bg_sp.png);
    background-position: center;
  }
}
.t_sliders .topeSwiper {
  margin-right: auto;
  margin-left: 0;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .t_sliders .topeSwiper {
    width: 133.25vw;
    height: 84.25vw;
    margin-left: -100px;
    margin-top: -12.75vw;
  }
}
.t_sliders .topeSwiper .swiper-slide {
  width: 76.6666666667vw;
  height: 48.4895833333vw;
}
@media screen and (max-width: 900px) {
  .t_sliders .topeSwiper .swiper-slide {
    width: 133.25vw;
    height: 84.25vw;
  }
}
.t_sliders .topeSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.t_sliders .bottomeSwiper {
  margin-top: -27.2916666667vw;
}
@media screen and (max-width: 900px) {
  .t_sliders .bottomeSwiper {
    margin-top: -45.75vw;
    width: 123vw;
    height: 68.5vw;
    margin-left: -4.5vw;
  }
}
.t_sliders .bottomeSwiper .swiper-slide {
  width: 100vw;
  height: 55.625vw;
}
@media screen and (max-width: 900px) {
  .t_sliders .bottomeSwiper .swiper-slide {
    width: 128vw;
    height: 71.25vw;
  }
}
.t_sliders .bottomeSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.t_sliders .illust-wrapper {
  position: absolute;
  max-width: 86.9270833333%;
  width: 90%;
  height: 52.65625vw;
  top: 4.53125vw;
  right: 4.9479166667vw;
  left: 8.0729166667vw;
  z-index: 20;
}
.t_sliders .illust-wrapper img {
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .t_sliders .illust-wrapper {
    inset: 0;
    margin: auto;
    width: 90%;
    height: 53%;
  }
}
@media screen and (max-width: 900px) {
  .t_sliders .illust-wrapper {
    max-width: none;
    width: 94.5%;
    right: 0;
    left: auto;
    height: 57.25vw;
    top: 30.5vw;
    bottom: 19.25vw;
  }
}
.t_sliders .illust-wrapper .illust-1,
.t_sliders .illust-wrapper .illust-2,
.t_sliders .illust-wrapper .illust-3,
.t_sliders .illust-wrapper .illust-4,
.t_sliders .illust-wrapper .illust-5,
.t_sliders .illust-wrapper .illust-6 {
  position: absolute;
}
.t_sliders .illust-wrapper .illust-1 {
  width: 5.9375vw;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 900px) {
  .t_sliders .illust-wrapper .illust-1 {
    width: 6.25vw;
    height: auto;
  }
}
.t_sliders .illust-wrapper .illust-2 {
  width: 24.9479166667vw;
  left: 8.1770833333vw;
  bottom: 11.7708333333vw;
}
@media screen and (max-width: 900px) {
  .t_sliders .illust-wrapper .illust-2 {
    width: 27vw;
    height: auto;
    left: 6.25vw;
    bottom: auto;
    top: 88px;
  }
}
.t_sliders .illust-wrapper .illust-3 {
  width: 7.2395833333vw;
  left: 35.5729166667vw;
  bottom: 17.5520833333vw;
}
@media screen and (max-width: 900px) {
  .t_sliders .illust-wrapper .illust-3 {
    width: 7.75vw;
    height: auto;
    bottom: auto;
    top: 75px;
    left: 36vw;
  }
}
.t_sliders .illust-wrapper .illust-4 {
  width: 8.90625vw;
  left: 42.5vw;
  bottom: 25.0520833333vw;
}
@media screen and (max-width: 900px) {
  .t_sliders .illust-wrapper .illust-4 {
    width: 9.75vw;
    height: auto;
    left: 43.75vw;
    bottom: auto;
    top: 42px;
  }
}
.t_sliders .illust-wrapper .illust-5 {
  width: 23.1770833333vw;
  bottom: 34.7395833333vw;
  left: 52.6041666667vw;
}
@media screen and (max-width: 900px) {
  .t_sliders .illust-wrapper .illust-5 {
    width: 25vw;
    height: auto;
    top: 0;
    left: 54.75vw;
    bottom: auto;
  }
}
.t_sliders .illust-wrapper .illust-6 {
  width: 10.8854166667vw;
  bottom: 34.7395833333vw;
  right: 0;
}
@media screen and (max-width: 900px) {
  .t_sliders .illust-wrapper .illust-6 {
    width: 11.75vw;
    height: auto;
    top: 9px;
    bottom: auto;
  }
}

.t_event {
  position: relative;
  overflow: hidden;
  margin-top: -133px;
  background: url(../img/top/bg02.png) no-repeat top/100vw 100%;
  z-index: 30;
}
@media screen and (max-width: 900px) {
  .t_event {
    margin-top: -34px;
    background-image: url(../img/top/bg02_sp.png);
  }
}
.t_event .middle {
  position: relative;
  padding: 8.90625vw 0 16.3020833333vw;
}
@media screen and (max-width: 1024px) {
  .t_event .middle {
    padding: 16.69921875vw 0 30.56640625vw;
  }
}
@media screen and (max-width: 900px) {
  .t_event .middle {
    padding: 97px 0 110px;
    max-width: 88%;
    width: 100%;
  }
}
.t_event .middle .btn {
  position: absolute;
  right: 0;
  bottom: -36rem;
  z-index: 10;
}
@media screen and (max-width: 900px) {
  .t_event .middle .btn {
    position: relative;
    bottom: 0;
    max-width: 320px;
    margin: 0 auto;
  }
  .t_event .middle .btn .linktext {
    font-size: 17px;
  }
}
@media screen and (max-width: 1024px) {
  .t_event .middle .btn {
    position: relative;
    bottom: 0;
    margin: auto;
    width: 100%;
    max-width: 320px;
  }
  .t_event .middle .btn a {
    width: 100%;
  }
}
.t_event .sechead {
  margin-bottom: 100rem;
}
@media screen and (max-width: 900px) {
  .t_event .sechead {
    margin: 0 auto 40px;
  }
}
.t_event .top-event-slider {
  position: relative;
}
.t_event .eventSwiper {
  position: relative;
  overflow: visible;
  padding-bottom: 112px;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .t_event .eventSwiper {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 900px) {
  .t_event .eventSwiper {
    padding-bottom: 85px;
  }
}
.t_event .eventSwiper .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 310px;
}
@media screen and (max-width: 900px) {
  .t_event .eventSwiper .swiper-wrapper {
    height: auto;
    padding-bottom: 0;
  }
}
.t_event .eventSwiper .slider-arrows {
  position: absolute;
  height: 48px;
  max-width: 146px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.t_event .eventSwiper .slider-arrows .swiper-button-prev:after,
.t_event .eventSwiper .slider-arrows .swiper-rtl .swiper-button-next:after,
.t_event .eventSwiper .slider-arrows .swiper-button-next:after,
.t_event .eventSwiper .slider-arrows .swiper-rtl .swiper-button-prev:after {
  content: none;
}
.t_event .eventSwiper .slider-arrows .swiper-button-prev,
.t_event .eventSwiper .slider-arrows .swiper-button-next {
  width: 48px;
  height: 48px;
}
.t_event .eventSwiper .slider-arrows .swiper-button-prev,
.t_event .eventSwiper .slider-arrows .swiper-rtl .swiper-button-next {
  left: 0;
}
.t_event .eventSwiper .slider-arrows .swiper-button-next,
.t_event .eventSwiper .slider-arrows .swiper-rtl .swiper-button-prev {
  right: 0;
}
.t_event .swiper-slide {
  opacity: 0;
  width: 716px;
  max-height: 310px;
  -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
  background: #ffffff;
  border-radius: 0px 0px 100px 0px;
  position: relative;
  z-index: 10;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
@media screen and (max-width: 900px) {
  .t_event .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 331px;
    max-height: none;
  }
}
.t_event .swiper-slide .slide-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.t_event .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/event-bg.png) no-repeat top right/cover;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .t_event .swiper-slide::after {
    background-position: bottom;
    background-size: 100% auto;
    background-image: url(../img/top/event-bg_sp.png);
  }
}
.t_event .swiper-slide .thumb {
  max-width: 300px;
  aspect-ratio: 300/250;
}
@media screen and (max-width: 900px) {
  .t_event .swiper-slide .thumb {
    max-width: 271px;
    aspect-ratio: 271/250;
  }
}
.t_event .swiper-slide .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.t_event .swiper-slide .info .title {
  margin-bottom: 25px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 24 / 1920 * 100vw, 24px);
  line-height: 120%;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 900px) {
  .t_event .swiper-slide .info .title {
    font-size: 18px;
  }
}
.t_event .swiper-slide .info .enent_date,
.t_event .swiper-slide .info .event_time {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 19 / 1920 * 100vw, 19px);
  line-height: 100%;
  color: #000000;
}
@media screen and (max-width: 900px) {
  .t_event .swiper-slide .info .enent_date,
  .t_event .swiper-slide .info .event_time {
    font-size: 16px;
  }
}
.t_event .swiper-slide .info .enent_date {
  margin-bottom: 5px;
}
.t_event .swiper-slide .info .event_time {
  margin-bottom: 25px;
}
@media screen and (max-width: 900px) {
  .t_event .swiper-slide .info .event_time {
    margin-bottom: 20px;
  }
}
.t_event .swiper-slide .info .item {
  display: grid;
  grid-template-columns: 25% auto;
  gap: 23px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 19 / 1920 * 100vw, 19px);
  line-height: 100%;
  color: #000000;
}

.t_news {
  position: relative;
  margin-top: -143px;
  z-index: 20;
  background: url(../img/top/bg03.png) no-repeat top left/cover;
}
@media screen and (max-width: 1200px) {
  .t_news {
    background-image: url(../img/top/bg03_sp.png);
    background-position: center;
  }
}
@media screen and (max-width: 900px) {
  .t_news::before {
    content: "";
    position: absolute;
    background: url(../img/illust/news.png) no-repeat center/contain;
    max-width: 279rem;
    width: 100%;
    height: 403rem;
    right: 0;
    bottom: 30px;
    max-width: none;
    width: 29.25vw;
    height: 34.25vw;
    bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  .t_news {
    margin-top: -75px;
  }
}
.t_news .wide {
  padding: 234px 0 141px;
}
@media screen and (max-width: 900px) {
  .t_news .wide {
    padding: 150px 0 35vw;
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
  }
}
.t_news .sechead {
  margin-bottom: 100px;
}
@media screen and (max-width: 900px) {
  .t_news .sechead {
    margin-bottom: 60px;
  }
}
.t_news .sechead .main {
  color: #001952;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .t_news .narrow {
    max-width: none;
    width: 100%;
  }
}
.t_news .news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .t_news .news_list {
    margin-bottom: 30px;
  }
}
.t_news .news_list::before {
  content: "";
  position: absolute;
  background: url(../img/illust/news.png) no-repeat center/contain;
  max-width: 279rem;
  width: 100%;
  height: 403rem;
  right: -184rem;
  bottom: -16rem;
}
@media screen and (max-width: 900px) {
  .t_news .news_list::before {
    content: none;
  }
}
.t_news .news_list .item {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.t_news .news_list .item a {
  padding: 15px 0;
  display: grid;
  grid-template-columns: -webkit-max-content 20% 60%;
  grid-template-columns: max-content 20% 60%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 1200px) {
  .t_news .news_list .item a {
    grid-template-columns: -webkit-max-content -webkit-max-content;
    grid-template-columns: max-content max-content;
    grid-template-rows: auto;
    gap: 30px 20px;
  }
}
.t_news .news_list .item a .news_date,
.t_news .news_list .item a .news_title {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 21 / 1920 * 100vw, 21px);
  line-height: 100%;
  color: #000000;
}
.t_news .news_list .item a .news_title {
  width: 80%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 900px) {
  .t_news .news_list .item a .news_title {
    width: 100%;
    grid-area: 2/1/3/3;
  }
}
.t_news .news_list .item a .news_cat p {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 21 / 1920 * 100vw, 21px);
  line-height: 100%;
  color: #ffffff;
  padding: 10px 13px;
}
.t_news .news_list .item a .news_cat.cat1 p {
  background-color: #d95901;
}
.t_news .news_list .item a .news_cat.cat2 p {
  background-color: #59758b;
}
.t_news .news_list .item a .news_cat.cat3 p {
  background-color: #bfafa0;
}
.t_news .news_list .item a .news_cat.cat4 p {
  background-color: #3c9d92;
}
.t_news .news_list .item:hover {
  opacity: 50%;
}
.t_news .btn {
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .t_news .btn {
    position: relative;
    bottom: 0;
    margin: auto;
    width: 100%;
    max-width: 320px;
  }
  .t_news .btn a {
    width: 100%;
  }
}
.t_news .btn a {
  border-color: #001952;
}
.t_news .btn a .linktext {
  color: #001952;
}
.t_news .btn a .arrow path {
  fill: #001952;
}
.t_news .btn a:hover .linktext {
  color: #fff;
}
.t_news .btn a:hover .arrow path {
  fill: #fff;
}

.t_gallery {
  position: relative;
  z-index: 30;
}
.t_gallery::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2000px;
  top: -108px;
  left: 0;
  background: url(../img/top/bg04.png) no-repeat top left/cover;
}
@media screen and (max-width: 1024px) {
  .t_gallery::before {
    background-image: url(../img/top/bg04_sp.png);
  }
}
@media screen and (max-width: 900px) {
  .t_gallery::before {
    top: -11.25vw;
    width: 251.25vw;
    height: 300vw;
    background-size: 100% 100%;
    background-position: left -53vw top;
  }
}
.t_gallery .narrow {
  padding: 128px 0 471px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .t_gallery .narrow {
    padding-bottom: 260px;
    padding-top: 96px;
  }
}
@media screen and (max-width: 900px) {
  .t_gallery .narrow {
    max-width: 88%;
    width: 100%;
    padding-bottom: 0;
  }
}
.t_gallery .narrow .btn {
  position: absolute;
  right: 0;
  bottom: 435px;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .t_gallery .narrow .btn {
    position: relative;
    bottom: 0;
    margin: auto;
    width: 100%;
    max-width: 320px;
  }
  .t_gallery .narrow .btn a {
    width: 100%;
  }
}
.t_gallery .narrow .btn a {
  border-color: #001952;
}
.t_gallery .narrow .btn a .linktext {
  color: #001952;
}
.t_gallery .narrow .btn a .arrow path {
  fill: #001952;
}
.t_gallery .narrow .btn a:hover .linktext {
  color: #fff;
}
.t_gallery .narrow .btn a:hover .arrow path {
  fill: #fff;
}
.t_gallery .sechead {
  margin-bottom: 117px;
}
@media screen and (max-width: 900px) {
  .t_gallery .sechead {
    margin-bottom: 0;
  }
}
.t_gallery .sechead .main,
.t_gallery .sechead .desc {
  color: #001952;
}
.t_gallery .gallerySwiper {
  position: relative;
  overflow: visible;
  padding-bottom: 112px;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .t_gallery .gallerySwiper {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 900px) {
  .t_gallery .gallerySwiper {
    padding-bottom: 65px;
  }
}
.t_gallery .gallerySwiper .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 533px;
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
@media screen and (max-width: 900px) {
  .t_gallery .gallerySwiper .swiper-wrapper {
    height: auto;
  }
}
.t_gallery .gallerySwiper .slider-arrows {
  position: absolute;
  height: 48px;
  max-width: 146px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.t_gallery .gallerySwiper .slider-arrows .swiper-button-prev:after,
.t_gallery .gallerySwiper .slider-arrows .swiper-rtl .swiper-button-next:after,
.t_gallery .gallerySwiper .slider-arrows .swiper-button-next:after,
.t_gallery .gallerySwiper .slider-arrows .swiper-rtl .swiper-button-prev:after {
  content: none;
}
.t_gallery .gallerySwiper .slider-arrows .swiper-button-prev,
.t_gallery .gallerySwiper .slider-arrows .swiper-button-next {
  width: 48px;
  height: 48px;
}
.t_gallery .gallerySwiper .slider-arrows .swiper-button-prev,
.t_gallery .gallerySwiper .slider-arrows .swiper-rtl .swiper-button-next {
  left: 0;
}
.t_gallery .gallerySwiper .slider-arrows .swiper-button-next,
.t_gallery .gallerySwiper .slider-arrows .swiper-rtl .swiper-button-prev {
  right: 0;
}
.t_gallery .swiper-slide {
  opacity: 0;
  max-width: 400px;
  width: 100%;
  background: #ffffff;
  border: 5px solid #ffffff;
  border-radius: 15px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 900px) {
  .t_gallery .swiper-slide {
    max-width: 225px;
  }
}
.t_gallery .swiper-slide .slide-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.t_gallery .swiper-slide .thumb {
  max-width: 400px;
  aspect-ratio: 400/533;
}
@media screen and (max-width: 900px) {
  .t_gallery .swiper-slide .thumb {
    aspect-ratio: 225/300;
    max-width: 100%;
  }
}
.t_gallery .swiper-slide .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.t_street {
  position: relative;
  z-index: 40;
}
.t_street::before {
  content: "";
  position: absolute;
  background: url(../img/top/bg05.png) no-repeat top left -580px/cover;
  top: -470rem;
  width: calc(100vw + 580px);
  height: 2800px;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .t_street::before {
    width: 484.75vw;
    height: 446.75vw;
    background: url(../img/top/bg05.png) no-repeat top left -145vw/cover;
    top: 0;
  }
}
@media screen and (max-width: 1220px) {
  .t_street {
    background-position: center;
  }
}
.t_street .wide {
  position: relative;
  padding: 0 0 559rem;
}
@media screen and (max-width: 1220px) {
  .t_street .wide {
    max-width: 88%;
    padding-top: 0;
  }
}
@media screen and (max-width: 900px) {
  .t_street .wide {
    padding-top: 70vw;
    padding-bottom: 68px;
  }
}
.t_street .wide .illust-1,
.t_street .wide .illust-2,
.t_street .wide .illust-3,
.t_street .wide .illust-4,
.t_street .wide .illust-5,
.t_street .wide .illust-6 {
  position: absolute;
}
.t_street .wide .illust-1 {
  opacity: 0;
  width: 102rem;
  top: -145rem;
  left: 33rem;
}
@media screen and (max-width: 1220px) {
  .t_street .wide .illust-1 {
    top: auto;
    bottom: 100%;
  }
}
@media screen and (max-width: 900px) {
  .t_street .wide .illust-1 {
    width: 50px;
    height: auto;
    left: 57px;
  }
}
.t_street .wide .illust-2 {
  opacity: 0;
  width: 154rem;
  top: 28rem;
  left: 135rem;
}
@media screen and (max-width: 1220px) {
  .t_street .wide .illust-2 {
    top: auto;
    bottom: 100%;
  }
}
@media screen and (max-width: 900px) {
  .t_street .wide .illust-2 {
    width: 75px;
    height: auto;
    left: 107px;
  }
}
.t_street .wide .illust-3 {
  width: 121rem;
  right: 764rem;
  bottom: 240rem;
}
@media screen and (max-width: 1220px) {
  .t_street .wide .illust-3 {
    display: none;
  }
}
.t_street .wide .illust-4 {
  width: 279rem;
  right: 468rem;
  bottom: 248rem;
}
@media screen and (max-width: 1220px) {
  .t_street .wide .illust-4 {
    display: none;
  }
}
.t_street .wide .illust-5 {
  width: 119rem;
  right: 292rem;
  bottom: 265rem;
}
@media screen and (max-width: 1220px) {
  .t_street .wide .illust-5 {
    display: none;
  }
}
.t_street .wide .illust-6 {
  width: 273rem;
  right: 11rem;
  bottom: 309rem;
}
@media screen and (max-width: 1220px) {
  .t_street .wide .illust-6 {
    display: none;
  }
}
.t_street .parent {
  display: grid;
  grid-auto-flow: column;
  gap: 140rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1220px) {
  .t_street .parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 900px) {
  .t_street .parent {
    gap: 42px;
  }
}
.t_street .parent .mapbtn {
  max-width: 354rem;
  width: 100%;
  margin-left: auto;
  position: relative;
}
.t_street .parent .mapbtn:hover a {
  background-color: #001952;
}
.t_street .parent .mapbtn:hover a .linktext {
  color: #fff;
}
.t_street .parent .mapbtn:hover a .arrow path {
  fill: #fff;
}
@media screen and (max-width: 1220px) {
  .t_street .parent .mapbtn {
    max-width: none;
  }
}
.t_street .parent .mapbtn::before {
  content: "";
  background: url(../img/common/btn_bg.png) no-repeat center/contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1220px) {
  .t_street .parent .mapbtn::before {
    content: none;
  }
}
.t_street .parent .mapbtn a {
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30rem 30rem 30rem 40rem;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.t_street .parent .mapbtn a .linktext {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 24 / 1920 * 100vw, 24px);
  line-height: 110%;
  text-align: center;
  color: #001952;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.t_street .parent .mapbtn a .arrow {
  width: 15rem;
  height: 22rem;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media screen and (max-width: 1220px) {
  .t_street .parent .mapbtn {
    border: 2.5rem solid #001952;
    border-radius: 50rem;
    background-color: #ffffff;
  }
}
.t_street .parent .secleft {
  position: relative;
  margin-top: 35rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 85rem;
}
@media screen and (max-width: 1220px) {
  .t_street .parent .secleft {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 900px) {
  .t_street .parent .secleft {
    gap: 42px;
  }
}
.t_street .parent .item {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  padding: 50rem;
  display: grid;
  gap: 38rem;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1220px) {
  .t_street .parent .item {
    padding: 80rem;
  }
}
@media screen and (max-width: 900px) {
  .t_street .parent .item {
    padding: 50px 40px;
    gap: 10px;
  }
}
.t_street .parent .item:hover .btn {
  background-color: #001952;
}
.t_street .parent .item:hover .btn .linktext {
  color: #fff;
}
.t_street .parent .item:hover .btn .arrow path {
  fill: #fff;
}
.t_street .parent .item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/street-bg.png) no-repeat top right/100% 100%;
  z-index: -1;
}
.t_street .parent .item .thumb {
  grid-area: 1/3/2/4;
  aspect-ratio: 350/438;
  max-width: 350rem;
}
@media screen and (max-width: 1220px) {
  .t_street .parent .item .thumb {
    grid-area: 2/1/3/2;
    aspect-ratio: 283/131;
    max-width: 80.3977272727%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .t_street .parent .item .thumb {
    max-width: 100%;
  }
}
.t_street .parent .item .thumb img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1220px) {
  .t_street .parent .item .thumb img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.t_street .parent .item .item-ttl {
  grid-area: 1/2/2/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 13rem;
}
@media screen and (max-width: 1220px) {
  .t_street .parent .item .item-ttl {
    grid-area: 1/1/2/2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.t_street .parent .item .item-ttl span {
  width: 36rem;
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 32 / 1920 * 100vw, 32px);
  line-height: 105%;
  color: #001952;
  display: inline-block;
}
@media screen and (max-width: 1220px) {
  .t_street .parent .item .item-ttl span {
    width: auto;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
  }
}
.t_street .parent .item .item-ttl span.en {
  text-align: center;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}
@media screen and (max-width: 1220px) {
  .t_street .parent .item .item-ttl span.en {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
  }
}
.t_street .parent .item .desc {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 21 / 1920 * 100vw, 21px);
  line-height: 105%;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 20rem;
}
@media screen and (max-width: 1220px) {
  .t_street .parent .item .desc {
    grid-area: 3/1/4/2;
    display: block;
    max-width: 80.3977272727%;
    margin: 0 auto;
    line-height: 180%;
  }
}
@media screen and (max-width: 900px) {
  .t_street .parent .item .desc {
    max-width: 95%;
  }
}
.t_street .parent .item .desc p {
  -webkit-writing-mode: tb;
      -ms-writing-mode: tb;
          writing-mode: tb;
}
@media screen and (max-width: 1220px) {
  .t_street .parent .item .desc p {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    display: inline;
  }
}
.t_street .parent .item .btn {
  grid-area: 2/3/3/4;
  border: 2.5rem solid #001952;
  border-radius: 100rem;
  padding: 30rem 30rem 30rem 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20rem;
  max-width: 212rem;
  width: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-left: auto;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media screen and (max-width: 1220px) {
  .t_street .parent .item .btn {
    grid-area: 4/1/5/2;
  }
}
@media screen and (max-width: 900px) {
  .t_street .parent .item .btn {
    padding: 21px 0;
    max-width: 152px;
  }
}
.t_street .parent .item .btn .linktext {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 24 / 1920 * 100vw, 24px);
  line-height: 100%;
  color: #001952;
}
.t_street .parent .item .btn .arrow {
  width: 15rem;
  height: 25rem;
}
@media screen and (max-width: 900px) {
  .t_street .parent .item .btn .arrow {
    width: 10px;
    height: 16px;
  }
}
.t_street .parent .item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.t_virtual {
  position: relative;
  z-index: 50;
  margin-top: -314rem;
}
@media screen and (max-width: 900px) {
  .t_virtual {
    margin-top: 0;
  }
}
.t_virtual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/bg06.png) no-repeat top left/100% 100%;
}
@media screen and (max-width: 900px) {
  .t_virtual::before {
    background-image: url(../img/top/bg06_sp.png);
  }
}
.t_virtual video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 90%;
  margin: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask: url("../img/top/video-mask.svg") no-repeat center/100% 100%;
          mask: url("../img/top/video-mask.svg") no-repeat center/100% 100%;
}
@media screen and (max-width: 900px) {
  .t_virtual video {
    -webkit-mask: url("../img/top/video-mask_minsp.svg") no-repeat center/100% 100%;
            mask: url("../img/top/video-mask_minsp.svg") no-repeat center/100% 100%;
  }
}
.t_virtual .narrow {
  padding: 252rem 0 248rem;
}
@media screen and (max-width: 900px) {
  .t_virtual .narrow {
    max-width: 91.5%;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    height: 604px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.t_virtual .secbody {
  position: relative;
  background: url(../img/top/virtual-bg.png) no-repeat top left/100% 100%;
  position: relative;
  cursor: pointer;
  opacity: 0;
}
.t_virtual .secbody.inview {
  -webkit-animation: bounce-appear 1200ms linear both;
          animation: bounce-appear 1200ms linear both;
  opacity: 1;
}
.t_virtual .secbody .inner {
  padding: 122rem 0 73rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 42rem;
  max-width: 1029rem;
  width: 79%;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .t_virtual .secbody .inner {
    padding: 36px 0;
    width: 100%;
    gap: 30px;
  }
}
.t_virtual .secbody:hover .secbottom .btn {
  background-color: #001952;
}
.t_virtual .secbody:hover .secbottom .btn .linktext {
  color: #fff;
}
.t_virtual .secbody:hover .secbottom .btn .arrow path {
  fill: #fff;
}
@media screen and (max-width: 1080px) {
  .t_virtual .secbody {
    background-size: 100% 100%;
    padding: 30px;
  }
}
.t_virtual .secbody a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.t_virtual .secbody .sectop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 91px;
}
@media screen and (max-width: 1080px) {
  .t_virtual .secbody .sectop {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 900px) {
  .t_virtual .secbody .sectop {
    gap: 10px;
  }
}
.t_virtual .secbody .sectop .sec-ja {
  margin-top: 23px;
}
@media screen and (max-width: 900px) {
  .t_virtual .secbody .sectop .sec-ja {
    margin-top: 0;
  }
}
.t_virtual .secbody .sectop .sec-ja .main {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(40px, 79 / 1920 * 100vw, 79px);
  line-height: 100%;
}
.t_virtual .secbody .sectop .sec-ja .main .sub {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(24px, 48 / 1920 * 100vw, 48px);
  line-height: 58px;
  color: #001952;
}
@media screen and (max-width: 900px) {
  .t_virtual .secbody .sectop .sec-ja .main .sub {
    line-height: 100%;
  }
}
.t_virtual .secbody .sectop .sec-en {
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  font-size: clamp(30px, 56 / 1920 * 100vw, 56px);
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #000000;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1080px) {
  .t_virtual .secbody .sectop .sec-en {
    display: none;
  }
}
.t_virtual .secbody .sectop .sec-en::before {
  content: "";
  aspect-ratio: 1/1;
  width: 252rem;
  height: auto;
  background-color: #dce21f;
  border-radius: 50%;
  position: absolute;
  left: -42rem;
  top: -49rem;
  z-index: -1;
}
.t_virtual .secbody .secbottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.t_virtual .secbody .secbottom:before {
  content: "";
  background: url(../img/illust/ill23.png) no-repeat center/contain;
  width: 144rem;
  height: 266rem;
  position: absolute;
  bottom: 81rem;
  right: 19rem;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .t_virtual .secbody .secbottom:before {
    bottom: -36px;
  }
}
@media screen and (max-width: 900px) {
  .t_virtual .secbody .secbottom:before {
    width: 75px;
    height: 139px;
    right: -25px;
    bottom: -28px;
  }
}
@media screen and (max-width: 1080px) {
  .t_virtual .secbody .secbottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.t_virtual .secbody .secbottom .desc {
  max-width: 672px;
  width: 66%;
}
@media screen and (max-width: 1080px) {
  .t_virtual .secbody .secbottom .desc {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .t_virtual .secbody .secbottom .desc {
    max-width: 100%;
  }
}
.t_virtual .secbody .secbottom .desc p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 24 / 1920 * 100vw, 24px);
  line-height: 200%;
  color: #000000;
}
.t_virtual .secbody .secbottom .btn {
  margin-top: auto;
  margin-bottom: -22rem;
  border: 2.5px solid #001952;
  border-radius: 100px;
  padding: 30rem 0 30rem 0;
  max-width: 327rem;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media screen and (max-width: 1080px) {
  .t_virtual .secbody .secbottom .btn {
    margin-top: 30px;
    max-width: 60%;
    width: 100%;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 900px) {
  .t_virtual .secbody .secbottom .btn {
    max-width: 234px;
    padding: 21px 0;
  }
}
.t_virtual .secbody .secbottom .btn .linktext {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 24 / 1920 * 100vw, 24px);
  line-height: 100%;
  color: #001952;
}
.t_virtual .secbody .secbottom .btn .arrow {
  width: 15rem;
  height: 25rem;
}
@media screen and (max-width: 900px) {
  .t_virtual .secbody .secbottom .btn .arrow {
    width: 10px;
    height: 16px;
  }
}/*# sourceMappingURL=style.css.map */