@charset "utf-8";

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

.bestrate-banner img {
  height: auto;
}

.gtm-noscript-frame {
  display: none;
  visibility: hidden;
  width: 0;
  height: 0;
  border: 0;
}

body {
  position: relative;
  color: #333;
  background: #eeebf3;
  font-family: "Hiragino Maru Gothic ProN", "Yu Gothic UI", sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

header,
nav,
section,
figure {
  display: block;
}

ul,
li {
  list-style: none;
}

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

img {
  display: block;
  max-width: 100%;
}

#header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: transparent;
}

#pc-g-nav {
  position: relative;
  z-index: 100;
  width: 1050px;
  height: 70px;
  margin: 0 auto;
}

#pc-g-nav li {
  position: relative;
  float: left;
  width: 150px;
  height: 70px;
  text-align: center;
  line-height: 70px;
}

#pc-g-nav li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 14px;
  filter: drop-shadow(3px 3px 3px rgb(0 0 0 / 90%));
}

#pc-g-nav li ul {
  position: absolute;
  top: 100%;
  left: 0;
}

#pc-g-nav li ul li {
  width: 100%;
  height: 0;
  overflow: hidden;
}

#plan {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  width: 125px;
  height: 70px;
}

#plan a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 15px;
  color: #fff;
  background: #875895;
  font-size: 14px;
}

#language {
  position: absolute;
  z-index: 500;
  top: 0;
  right: 125px;
  width: 125px;
  height: 70px;
}

#language li {
  position: relative;
  width: 125px;
  height: 70px;
  text-align: center;
  line-height: 70px;
}

#language li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #666;
  font-size: 14px;
}

#language li ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}

#language li ul li {
  width: 100%;
  height: 0;
  overflow: hidden;
}

#g-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  left: -120%;
  width: 50%;
  height: 100vh;
  padding: 25px 0;
}

#g-nav.panelactive {
  left: 0;
}

.openbtn1 {
  position: fixed;
  z-index: 9999;
  top: 10px;
  left: 25px;
  width: 100px;
  height: 100px;
  cursor: pointer;
}

.openbtn1 span {
  position: absolute;
  left: 14px;
  display: inline-block;
  width: 45%;
  height: 1px;
  border-radius: 2px;
  background: #666;
  filter: drop-shadow(2px 2px 2px rgb(0 0 0 / 90%));
}

.openbtn1 span:nth-of-type(1) {
  top: 15px;
}

.openbtn1 span:nth-of-type(2) {
  top: 23px;
}

.openbtn1 span:nth-of-type(3) {
  top: 31px;
}

#header_logo {
  display: block;
  width: 230px;
  height: auto;
  margin: 0 auto;
}

#header_logo img {
  width: 100%;
}

.wrap {
  width: 100%;
  overflow: hidden;
  background: #eeebf3;
}

.Top-main-visual-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.Top-main-visual-wrap img,
.splide__slide img {
  width: 100%;
  height: auto;
}

#slider1.splide {
  position: relative;
  visibility: visible;
}

.splide__track {
  position: relative;
  overflow: hidden;
}

.splide__list {
  display: flex;
  height: 100%;
}

.splide__slide {
  position: relative;
  flex-shrink: 0;
  width: 100%;
}

#slider1:not(.hero-slider-ready) .splide__slide:not(:first-child),
#slider1 .splide__arrow {
  display: none;
}

.centerBox {
  position: absolute;
  z-index: 10;
  top: 37.5%;
  left: 0;
  width: 100%;
}

.centerBox .main-logo {
  width: 260px;
  height: auto;
  margin: 0 auto;
}

.centerBox .main-logo img {
  width: 100%;
  height: auto;
  filter: drop-shadow(2px 3px 1px rgb(0 0 0 / 30%));
}

.h1-text {
  position: absolute;
  z-index: 10;
  top: 15%;
  right: 15%;
  writing-mode: vertical-rl;
}

.h1-text span {
  padding: 10px 5px;
  color: #fff;
  font-size: clamp(16px, 2vw, 32px);
  font-weight: 400;
  text-shadow: 2px 3px 1px rgb(0 0 0 / 50%);
}

.eachTextAnime span {
  opacity: 0;
}

.eachTextAnime.appeartext span {
  animation: text-anime-on 0.5s ease-out forwards;
}

@keyframes text-anime-on {
  to {
    opacity: 1;
  }
}

@media screen and (min-width: 750px) {
  #header {
    background: #fff;
  }
}

@media screen and (max-width: 1500px) {
  #pc-g-nav {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  #g-nav {
    width: 75%;
  }
}

@media screen and (max-width: 750px) {
  .openbtn1 {
    left: 20px;
  }

  #header_logo {
    display: none;
  }

  .centerBox {
    top: 25%;
  }

  .centerBox .main-logo {
    width: 150px;
  }

  .h1-text {
    top: 63%;
    right: 0;
    left: 0;
    text-align: center;
    writing-mode: horizontal-tb;
  }

  .h1-text span {
    padding: 3px 5px;
  }
}

@media screen and (max-width: 550px) {
  .openbtn1 {
    left: 10px;
  }
}
