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

:where([hidden]:not([hidden='until-found'])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}

:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  font-family: system-ui,sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role='button'], [role='option']) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has( > input:disabled), label:has( + input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: .2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@font-face {
  font-family: "ZenMaruGothic-Black";
  src: url("font/ZenMaruGothic-Black.ttf") format("truetype"), url("font/ZenMaruGothic-Black.woff") format("woff");
}

@font-face {
  font-family: "ZenMaruGothic-Bold";
  src: url("font/ZenMaruGothic-Bold.ttf") format("truetype"), url("font/ZenMaruGothic-Bold.woff") format("woff");
}

@font-face {
  font-family: "ZenMaruGothic-Light";
  src: url("font/ZenMaruGothic-Light.ttf") format("truetype"), url("font/ZenMaruGothic-Light.woff") format("woff");
}

@font-face {
  font-family: "ZenMaruGothic-Medium";
  src: url("font/ZenMaruGothic-Medium.ttf") format("truetype"), url("font/ZenMaruGothic-Medium.woff") format("woff");
}

@font-face {
  font-family: "ZenMaruGothic-Regular";
  src: url("font/ZenMaruGothic-Regular.ttf") format("truetype"), url("font/ZenMaruGothic-Regular.woff") format("woff");
}

@font-face {
  font-family: "Nunito";
  src: url("font/Nunito-VariableFont_wght.ttf") format("truetype"), url("font/Nunito-VariableFont_wght.woff") format("woff");
}
html{
    width: 100%;

}
body {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* background-color: #D9ED8C; */
    /* background-color: #75d8ff; */
    /* background: #fff; */
  /* background: linear-gradient(180deg,#0077c4,#00a0e0,#81cff4); */
    /* background: linear-gradient(180deg,#0077c4,#00a0e0); */
      background: linear-gradient(180deg,#0077c4,#00a0e0,#81cff4);
  background-repeat: no-repeat;
  height: 100%;
  font-family: ZenMaruGothic-Medium, sans-serif;
  color: #707070;
  font-size: clamp(13px, 1.2vw, 16px);
  width: 100%;
  overflow-y: scroll;
    width: 100%;
          overflow-x: hidden;
  opacity: 0;
  transition: .3 ease;
}

body a {
  display: block;
  text-decoration: none;
  transition: .1s ease;
  color: #fff;
  cursor: pointer;
}

body a:hover {
  opacity: .6;
  transition: .1s ease;
}

body img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

body h2 {
  font-family: ZenMaruGothic-Bold, sans-serif;
  font-size: clamp(20px, 4vw, 40px);
}

body h3 {
  font-size: clamp(40px, 7vw, 70px);
}

body h3 span.name {
  font-family: Nunito, sans-serif;
}

body h3 span.rec {
  font-family: ZenMaruGothic-Bold, sans-serif;
}

@keyframes opac {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.opacity {
  animation: opac 1s ease-in-out forwards;
}

nav:not(#g_nav) {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  font-family: Nunito, sans-serif;
  transition: .2s ease;
}

nav:not(#g_nav) .logo {
  max-width: 130px;
  min-width: 40px;
  width: 20%;
  height: fit-content;
  padding: 1em .4em;
  border-bottom-right-radius: 10%;
  filter: brightness(10);
  transform: translateZ(0);
}

nav:not(#g_nav) .glv.translate {
  transform: translateY(-100%);
  transition: .2s ease;
}

nav:not(#g_nav) .glv.appear {
  transition: .2s ease;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: white;
  border-bottom-left-radius: 30px;
  padding: .5% 1%;
  filter: drop-shadow(1px 2px 2px #dddddd);
  transform: translateZ(0);
}

nav:not(#g_nav) .glv.appear a {
  color: #707070;
  position: relative;
  transition-duration: .2s;
  z-index: 2;
}

nav:not(#g_nav) .glv.appear a span {
  position: relative;
  display: inline-block;
}

nav:not(#g_nav) .glv.appear a span::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  left: -28px;
  top: -2px;
  bottom: 0;
  min-width: 18px;
  max-width: 25px;
  width: 100%;
  display: block;
}



nav:not(#g_nav) .glv.appear a.glv_2:hover {
  color: #00B4EE;
  opacity: 1;
}

nav:not(#g_nav) .glv.appear a.glv_2:hover span::before {
  background-image: url("../img/stay_ico.svg");
}

nav:not(#g_nav) .glv.appear a.glv_3:hover {
  color: #f2b008;
  opacity: 1;
}

nav:not(#g_nav) .glv.appear a.glv_3:hover span::before {
  background-image: url("../img/restaurant_ico.svg");
}

nav:not(#g_nav) .glv.appear a.glv_4:hover {
  color: #F28300;
  opacity: 1;
}

nav:not(#g_nav) .glv.appear a.glv_4:hover span::before {
  background-image: url("../img/event_ico.svg");
}

nav:not(#g_nav) .glv.appear a.glv_5:hover {
  color: #8FC320;
  opacity: 1;
}

nav:not(#g_nav) .glv.appear a.glv_5:hover span::before {
  background-image: url("../img/act_ico.svg");
}

nav:not(#g_nav) .glv.appear a.glv_6:hover {
  color: #E9341F;
  opacity: 1;
}

nav:not(#g_nav) .glv.appear a.glv_6:hover span::before {
  background-image: url("../img/ser_ico.svg");
}

nav:not(#g_nav) .glv {
  padding: 1%;
  display: flex;
  justify-content: space-between;
  transition: .2s ease;
}

nav:not(#g_nav) .glv a {
  font-family: Nunito, sans-serif;
  font-size: clamp(12px, 1.4vw, 18px);
  font-weight: bold;
  padding: .5em 1.5em;
}

nav:not(#g_nav) .glv a:hover {
  font-weight: bold;
  transform: translateY(0.1em);
}

.top_anime {
  animation: top_anime 1s ease-in-out forwards;
}

@keyframes top_anime {
  0% {
    transform: scale(0) translate(0, 0);
  }
  15% {
    transform: scale(0.5) translate(0, 5px);
  }
  30% {
    transform: scale(1.02, 1) translate(0, 8px);
  }
  50% {
    transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    transform: scale(1, 0.9) translate(0, 5px);
  }
  100% {
    transform: scale(1, 1) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}

#top {
  position: relative;
  top: 0;
  /* background-image: url(../img/mv_bg.svg); */
    background-image: url(../img/mv_bg.svg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 10vw;
  padding-bottom: 1px;
}

#top h1 {
  transform: scale(0) translate(0, 0);
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

#top h1 p {
  max-width: 600px;
  min-width: 234px;
  width: 55%;
  margin: 0 auto 5%;
}

#top .illust {
  position: absolute;
  bottom: -36px;
  width: 100%;
}

#top .txt {
  text-align: center;
  margin: 8vw auto;
  z-index: 1;
  position: relative;
  /* filter: drop-shadow(0px 1px 10px #000); */
}

#top .txt h2, #top .txt p {
  /* color: #0E6108; */
  color: #fff;
}

#top .txt h2 {
  /* margin-top: 5vw; */
  margin-bottom: 1.6%;
    filter: drop-shadow(0 1px 3px #00a68f);
        font-weight: 500;
}

#top .txt h2 .large {
  font-size: clamp(40px, 7vw, 70px);
  line-height: 1.6;
}

#top .txt p {
  font-size: clamp(15px, 2vw, 24px);
  line-height: 2;
  /* font-family: ZenMaruGothic-Bold; */
  letter-spacing: -.6px;
  padding: 0 20px;
  filter: drop-shadow(0 1px 3px #00a68f);
}

.illust2 {
  width: 100%;
  margin: auto;
  z-index: 0;
  position: relative;
}

/* .illust2 {
  padding: 6vw 5%;
} */

#desc {
  background-color:#c4ecb0;
  padding: 0 10px 24%;
  height: 13vw;
}

#desc .illust1 {
  width: 90%;
  margin: auto;
  z-index: 0;
  position: relative;
}

#desc .illust1 {
  transform: translateY(-7vw);
}

#desc .circle {
  display: flex;
  justify-content: center;
}

#desc .circle div.list {
  margin: 0 1% 3%;
  color: #fff;
  background-color: #000;
  width: 25%;
  min-width: 120px;
  max-width: 300px;
  aspect-ratio: 1/1 !important;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  overflow: hidden;
  transition: .2s ease;
  transform: scale(0) translateZ(0);
  background-size: cover;
  background-repeat: no-repeat;
}

#desc .circle div.list:hover .img {
  transform: scale(1.2);
  transition: .2s ease;
}

#desc .circle div.list .large {
  font-family: ZenMaruGothic-Bold, sans-serif;
  font-size: clamp(22px, 4vw, 65px);
  margin-bottom: 1%;
}

#desc .circle div.list span, #desc .circle div.list a {
  z-index: 1;
  display: inline-block;
}

#desc .circle div.list:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  inset: 0;
  border-radius: 50%;
  z-index: 0;
}

#desc .circle div.list a .row {
  font-family: ZenMaruGothic-Bold, sans-serif;
  display: flex;
  align-items: center;
  font-size: clamp(11px, 1.2vw, 15px);
  align-items: flex-start;
  padding-top: 4px;
}

#desc .circle div.list a .row img {
  width: 2vw;
  max-width: 26px;
  min-width: 16px;
  margin-right: .5vw;
}

#desc .circle div.list a:hover {
  transform: translateY(0.2em);
}

#desc .circle div.list .img {
  position: absolute;
  transition: .3s ease;
}

#desc .circle .list1 .arrow {
  background-color: #F38200;
}

#desc .circle .list2 .arrow {
  background-color: #56BA73;
}

#desc .circle .list3 a:first-of-type .arrow {
  background-color: #e2a200;
}

#desc .circle .list3 a:last-of-type .arrow {
  background-color: #0977CB;
}

#desc .circle .list1, #desc .circle .list3 {
  transform: translateY(-45%);
}

.menu {
  display: flex;
  justify-content: center;
  width: 95%;
  gap: 10px;
  transform: translateY(-6vw);
  margin: auto;
}

.menu li {
  width: 24%;
}

.menu li a {
  display: grid;
  place-content: center;
  padding: 1em;
  height: 10vw;
  max-height: 100px;
  text-align: center;
  font-size: clamp(16px, 2vw, 24px);
  line-height: 1.2;
}


.menu .menu4 a {
  background-color: #8FC320;
}

.menu .menu1 a {
  background-color: #00B4EE;
}

.menu .menu2 a {
  background-color: #f2b008;
}

.menu .menu3 a {
  background-color: #F28300;
}

.menu .menu5 a {
  background-color: #E9341F;
}

section .inner {
  width: 100%;
  max-width: 1500px;
  margin: auto;
  padding: 5% 1% 8%;
}

section .inner .title {
  display: flex;
  justify-content: flex-start;
}

section .inner .title .title_icon {
  height: 150px;
  width: 150px;
  max-height: 150px;
  min-height: 90px;
  max-width: 150px;
  min-width: 90px;
  /* opacity: .3; */
  margin-right: 1%;
  margin-bottom: -7px;
}

section .inner .title .title_icon img {
  object-fit: contain;
}

section .inner .title .title_icon object {
  width: 15vw;
  max-height: 150px;
  min-height: 90px;
}

section .inner .title h3 {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}

section .inner .title h3 span {
  display: block;
  letter-spacing: 1px;
}

section .inner .title h3 span.rec {
  font-size: clamp(16px, 2vw, 24px);
  margin-top: 3px;
  display: block;
      font-weight: 500;
}

section .inner .content_wrap {
  z-index: 1;
  position: relative;
  border: 1px solid;
  padding: 3%;
}

section .inner .content_wrap .content {
  display: flex;
  align-items: flex-start;
}

section .inner .content_wrap .content:nth-child(n+2) {
  padding-top: 6%;
}

section .inner .content_wrap h4 {
  font-size: clamp(18px, 2vw, 23px);
  margin-bottom: 4%;
  font-family: ZenMaruGothic-Bold, sans-serif;
      font-weight: 500;
}

section .inner .content_wrap h4 small{
  font-size:clamp(14px,2vw,16px);
}

section .inner .content_wrap .img, section .inner .content_wrap .txt {
  width: 50%;
}

section .inner .content_wrap .txt {
  padding: 0 3%;
}

section .inner .content_wrap .txt .plan_link {
  margin-bottom: 5%;
}

section .inner .content_wrap .txt .plan_link li {
  display: flex;
}

section .inner .content_wrap .txt .plan_link li a {
  display: flex;
  align-items: flex-start;
  font-family: ZenMaruGothic-Bold, sans-serif;
  letter-spacing: 1px;
  margin-bottom: 3%;
}

section .inner .content_wrap .txt .plan_link li a p {
  width: 2vw;
  max-width: 26px;
  min-width: 16px;
  margin-right: .5vw;
  margin-bottom: 0;
}

section .inner .content_wrap .txt .plan_link li a p img {
  object-fit: contain;
}

section .inner .content_wrap .txt .plan_link li a:hover {
  transform: translateY(0.2em);
}

section .inner .content_wrap .txt .btn,
.act_btn {
  font-family: ZenMaruGothic-Bold, sans-serif;
  width: 100%;
  margin: auto;
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid;
  text-align: center;
  font-size: clamp(18px, 2vw, 24px);
  padding: 3% 1%;
  letter-spacing: 1px;
  filter: drop-shadow(1px 5px 0);
  transform: translateZ(0);
  font-weight: bold;
  overflow: hidden;
  position: relative;
  transition-duration: .2s;
  z-index: 2;
      font-weight: 500;
}

section .inner .content_wrap .txt .btn::after,
.act_btn::after {
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity .2s, transform 0s;
  transition-delay: 0s, .4s;
}

section .inner .content_wrap .txt .btn:hover,
.act_btn:hover {
  filter: none;
  transform: translateZ(0);
  opacity: 1;
  transform: translate(1px, 5px);
  color: #fff !important;
}

section .inner .content_wrap .txt .btn:hover::after,
.act_btn:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity .2s, transform .3s ease-in-out;
}

section .inner .content_wrap .txt p {
  margin-bottom: 6%;
  line-height: 2;
  letter-spacing: 1px;
}

section .inner .content_wrap .txt table {
  margin-bottom: 6%;
  margin-bottom: 6%;
  line-height: 2;
  letter-spacing: 1px;
}

section .inner .content_wrap .txt table td {
  margin-bottom: 5%;
}

section .inner .content_wrap .txt table td a{
  color:#707070;
  text-decoration: underline;
}

section .inner .content_wrap .txt table .title {
  font-family: ZenMaruGothic-Bold, sans-serif;
  white-space: pre;
  color: #fff;
  padding: 1px 6px 2px 8px;
  text-align: center;
  margin-right: .5em;
  display: block;
}

#plan {
  background-color: #cdf2ff;
}

#plan .inner .title h3 {
  color: #00B4EE;
}

#plan .inner .content_wrap {
  border-color: #00B4EE;
  background-color: #ffffff;
}

#plan .inner .content_wrap .txt .plan_link li a {
  color: #00B4EE;
}

#plan .inner .content_wrap .txt .btn {
  color: #00B4EE;
}

#plan .inner .content_wrap .txt .btn::after {
  background: #00B4EE;
}

#food {
  background-color: #fff5dc;
}

#food .inner .title h3 {
  color: #f2b008;
}

#food .inner .title .title_icon {
  margin-bottom: -3px !important;
}

#food .inner .content_wrap {
  background-color: #ffffff;
  border-color: #f2b008;
}

#food .inner .content_wrap .txt .plan_link li a {
  color: #f2b008;
}

#food .inner .content_wrap .txt .btn {
  color: #f2b008;
}

#food .inner .content_wrap .txt .btn::after {
  background: #f2b008;
}

#event {
  background-color:  #ffe6c9;
}

#event .inner .title h3 {
  color: #F28300;
}

#event .inner .title .title_icon {
  margin-bottom: -2px !important;
}

#event .inner .content_wrap {
  background-color: #ffffff;
  border-color: #F28300;
}

#event .inner .content_wrap .txt .plan_link li a {
  color: #F28300;
}

#event .inner .content_wrap .txt .btn {
  color: #F28300;
}

#event .inner .content_wrap .txt .btn::after {
  background: #F28300;
}

#event .inner .content_wrap .txt table .title {
  background-color: #F28300;
}
#activity {
  background-color: #f4ffdc;
}

#activity .inner .title h3 {
  color: #8FC320;
}

/* #activity .inner .title .title_icon {
  margin-bottom: -2px !important;
} */

#activity .inner .content_wrap {
  background-color: #fff;
  border-color: #8FC320;
}

#activity .inner .content_wrap .txt .plan_link li a {
  color: #8FC320;
}

#activity .inner .content_wrap .txt .btn,
.act_btn {
  color: #8FC320;
}

.act_btn{
  max-width: 600px;
  margin: 1.5em auto 1em;
  padding: 1em;
}

#activity .inner .content_wrap .txt .btn::after,
.act_btn::after {
  background: #8FC320;
}

#activity .inner .content_wrap .txt table .title {
  background-color: #8FC320;
}

#activity .content{
  display: block;
}
#activity .inner .content_wrap .txt{
  width: 100%;
  padding:0!important;
}
#activity .inner .content_wrap .txt p{
  margin-bottom:0;
}
#activity .inner .content_wrap .img{
  width: 100%;
}
#activity .inner .content_wrap h4{
  margin: 2% 0;
}

#service {
  background-color: #ffece3;
}

#service .inner .title h3 {
  color: #E9341F;
}

#service .inner .title .title_icon {
  margin-bottom: 0 !important;
}

#service .inner .content_wrap {
  border: none;
  background: none;
}

#service .inner .content_wrap .txt {
  width: 100%;
  border-bottom: 1px solid #E9341F;
}

#service .inner .content_wrap .txt .plan_link li a {
  color: #E9341F;
}

#service .inner .content_wrap .txt .btn {
  color: #E9341F;
}

#service .inner .content_wrap .txt .btn::after {
  background: #E9341F;
}

#service .inner .content_wrap .txt table .title {
  background-color: #E9341F;
}

#service .inner .content_wrap .content:last-of-type .txt {
  border: none;
}

aside {
/* background-color:#fff; */
  padding: 7% 5% 3%;
  position: relative;
  line-height: 1.3;
}

aside .illust3 {
  width: 40%;
  position: absolute;
  right: 0;
  top: -8vw;
  z-index: 1;
}

aside .inner {
  background-color:#fff;
  width: fit-content;
  margin: auto;
  color: #0077c4;
  border: solid 1px;
  margin: 5% auto;
  padding: 5%;
  line-height: 2;
  letter-spacing: 1px;
}

footer {
  background: linear-gradient(180deg,#0077c4,#00a0e0,#81cff4);
  color: #fff;
  padding: 2em 5%;
  font-size: clamp(7px, 1vw, 13px);
}

footer .naeba_link {
  display: flex;
  justify-content: center;
  padding: 4em 0;
}

footer .naeba_link p {
  opacity: .3;
}

footer .naeba_link a {
  font-size: clamp(13px, 1.2vw, 16px);
}

footer hr {
  max-width: 1000px;
  margin: auto;
  color: rgba(255, 255, 255, 0.3);
  outline: none;
}

footer ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin: 3em auto 1em;
}

footer ul .ft_logo {
  max-width: 180px;
  width: 10%;
}

.fade_in {
  opacity: 0;
  transition: .3s ease;
}

.fade_btm {
  opacity: 0;
  transition: .3s ease;
  transform: translateY(2em);
}

.scale1 {
  transform: scale(1) translateY(-45%) translateZ(0) !important;
}

.scale2 {
  transform: scale(1) translateZ(0) !important;
}

.scale3 {
  transform: scale(1) translateY(-45%) translateZ(0) !important;
}

.active {
  opacity: 1 !important;
  transition: .3s ease;
}

.active2 {
  opacity: 1;
  transition: .3s ease;
  transform: translateY(0);
}

.coming.btn {
  background-color: #777 !important;
  color: #fff !important;
}

.coming.btn:hover {
  background-color: #777 !important;
  transform: none !important;
}

.coming.btn:after {
  background-color: #777 !important;
}

.splide1{
  max-width: 1600px;
  min-width: 300px;
  margin: 0 auto;
  /* padding: 0 50px 14%; */
    padding: 0 50px;
  width:70%;
}
.mv_wrap{
  position: relative;
}
.splide2,.splide3{
  cursor: pointer;
}
/* .mv_wrap::before{
  content: "";
  background: url("../img/tree_l.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  left: -60px;
  bottom: 0;
  width: 20%;
  height: 100%;
  z-index: 2;
}
.mv_wrap::after{
  content: "";
  background: url("../img/tree_r.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  right: -50px;
  bottom: 0;
  width: 15%;
  height: 100%;
  z-index: 2;
} */
/* .splide1::after{
  content: "";
  display: block;
  height: 100%;
  background:url("../img/kawa.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position-x: center;
} */
/* .front{
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
} */

@media screen and (min-width: 640.1px) {
  .pc {
    display: block;
  }
  .pc.nav {
    display: flex;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  #desc{
  padding: 0 10px 27%;
}
}
@media screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  #top {
    background-image: url(../img/sp_mv_bg.svg);
    background-size: cover;
    padding-top: 28vw;
    padding-bottom: 16vw;
  }
  #top .txt p {
    letter-spacing: -2.1px;
  }
  .circle div.list {
    margin: 2% 0 6% !important;
  }
  section .inner {
    padding: 12% 1% 16% !important;
  }
  section .inner .title .title_icon {
    width: 84px;
    height: 84px;
    margin-right: 5px !important;
    min-height: 78px !important;
  }
  section .inner .title h3 {
    line-height: 1;
  }
  section .inner .title h3 .name {
    font-size: smaller;
  }
  section .inner .content_wrap h4 {
    margin-top: 6%;
  }
  section .inner .content_wrap .img {
    width: 100%;
  }
  section .inner .content_wrap .txt {
    width: 100%;
  }
  section .inner .content_wrap .txt .btn {
    margin-bottom: 3%;
  }
  section .inner .content_wrap .content {
    flex-direction: column;
  }
  #plan .txt p:not(.ar) {
    margin-top: 6%;
  }
  #plan .txt .ar {
    margin-top: 2px;
  }
  #plan .title_icon {
    margin-bottom: -3px;
  }
  #g_nav.panel_active {
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100vh;
    pointer-events: all;
    background: linear-gradient(#0077c4,#00a0e0,#81cff4);
  }
  .circle_bg {
    position: fixed;
    z-index: 3;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    /* background: #0077c4; */
    background: linear-gradient(#0077c4,#00a0e0,#81cff4);
    transform: scale(0);
    bottom: -50px;
    left: calc(50% - 50px);
    transition: all .6s;
  }
  .circle_bg.circle_active {
    transform: scale(50);
  }
  #g_nav.panel_active #g_nav-list {
    display: block;
  }
  #g_nav {
    font-family: Nunito, sans-serif;
    pointer-events: none;
  }
  #g_nav .logo {
    width: 25%;
    margin: 1em;
    display: none;
    max-width: 130px;
    min-width: 80px;
  }
  #g_nav ul {
    opacity: 0;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  #g_nav ul li a {
    color: #fff;
  }
  #g_nav .logo_active.logo {
    display: block;
    opacity: 0;
    animation-name: gnaviAnime;
    animation-duration: 1s;
    animation-delay: .2s;
    animation-fill-mode: forwards;
    filter: brightness(10);
    transform: translateZ(0);
  }
  #g_nav.panel_active ul {
    opacity: 1;
  }
  #g_nav.panel_active ul li {
    animation-name: gnaviAnime;
    animation-duration: 1s;
    animation-delay: .2s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @keyframes gnaviAnime {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  #g_nav li {
    text-align: center;
    list-style: none;
  }
  #g_nav li a {
    color: #333;
    text-decoration: none;
    padding: 1em 1% .8em;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: clamp(20px, 4vw, 40px);
    overflow: hidden;
    position: relative;
    transition-duration: .2s;
    z-index: 2;
  }
  #g_nav li a::after {
    border-radius: 50%;
    content: "";
    display: block;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 100%;
    height: 0;
    z-index: -1;
    transform: translateY(-50%) scale(0.1);
    transition: opacity .2s, transform 0s;
    transition-delay: 0s, .4s;
    background: #fff;
  }
  #g_nav li a:hover {
    transform: translateY(0.2em);
    opacity: 1;
    transform: translate(1px, 5px);
    font-weight: bold;
  }
  #g_nav li a:hover.glv_1 {
    color: #707070;
  }
  #g_nav li a:hover.glv_2 {
    color: #00B4EE;
  }
  #g_nav li a:hover.glv_3 {
    color: #f2b008;
  }
  #g_nav li a:hover.glv_4 {
    color: #F28300;
  }
  #g_nav li a:hover.glv_5 {
    color: #8FC320;
  }
  #g_nav li a:hover.glv_6 {
    color: #E9341F;
  }
  #g_nav li a:hover::after {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    transition-delay: 0s;
    transition: opacity .2s, transform .3s ease-in-out;
  }
  .open {
    position: fixed;
    top: 1em;
    right: 1em;
    z-index: 9999;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 100%;
    transition: .1s ease;
    filter: drop-shadow(1px 2px 1px #0077c4);
    transform: translateZ(0);
  }
  .open:hover {
    opacity: .9;
    transition: .1s ease;
    transform: translateY(0.2em);
  }
  .open.active {
    transition: .1s ease;
  }
  .open.active:hover {
    opacity: 0.9 !important;
    transition: .1s ease;
  }
  .open span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #0077c4;
    width: 45%;
  }
  .open span:nth-of-type(1) {
    top: 17px;
  }
  .open span:nth-of-type(2) {
    top: 25px;
  }
  .open span:nth-of-type(3) {
    top: 33px;
  }
  .open.active span:nth-of-type(1) {
    top: 18px;
    left: 15px;
    transform: translateY(6px) rotate(-45deg);
    width: 40%;
  }
  .open.active span:nth-of-type(2) {
    opacity: 0;
  }
  .open.active span:nth-of-type(3) {
    top: 30px;
    left: 15px;
    transform: translateY(-6px) rotate(45deg);
    width: 40%;
  }
  #desc {
    padding: 0 10px 30%;
  }
  #desc h2 {
    margin-bottom: 7% !important;
  }
  #desc .txt {
    margin-bottom: 23%;
  }
  aside {
    padding: 12% 5% 12% !important;
  }
  .menu a {
    font-size: clamp(11px, 1.2vw, 15px) !important;
  }

  .splide1{
    padding: 0 0 10%!important;
  }
  #activity .inner .content_wrap .txt{
    padding: 3%!important;
  }
  #top .txt{
    margin: 0 auto;
  }
  #desc .illust1{
    width: 100%!important;
  }
  section .inner .content_wrap .content:nth-child(n+2) {
  padding-top: 10%;
}
}
