*::selection {
  background-color: #2DAA57;
  color: #FFF;
}

html {
  scroll-behavior: smooth;
}

#wrapper {
  position: relative;
  z-index: 1;
}

#container {
  min-height: 600px;
}

#global-header.top {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
}
#global-header.top .inner h1 a {
  display: inline-block;
  padding: 20px;
}
#global-header.top .inner h1 a img {
  filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.35));
}
@media screen and (max-width: 520px) {
  #global-header.top .inner h1 a img {
    width: 45%;
    height: auto;
  }
}

#global-header.sub {
  position: relative;
  background: #fff;
}
#global-header.sub .inner {
  display: flex;
  align-items: center;
}
#global-header.sub .inner h1 {
  margin-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 834px) {
  #global-header.sub .inner h1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#global-header.sub .inner h1 a {
  display: inline-block;
}
#global-header.sub .inner h1 a img {
  width: 100px;
  height: auto;
  vertical-align: bottom;
}
#global-header.sub .inner #global_navi {
  width: 70%;
}
@media screen and (max-width: 1200px) {
  #global-header.sub .inner #global_navi {
    width: 80%;
  }
}
@media screen and (max-width: 834px) {
  #global-header.sub .inner #global_navi {
    display: none;
  }
}
#global-header.sub .inner #global_navi ul {
  display: flex;
  flex: 1;
}
#global-header.sub .inner #global_navi ul li {
  width: 100%;
}
#global-header.sub .inner #global_navi ul li a {
  display: grid;
  place-items: center;
  width: 100%;
  padding: 20px 0;
}
#global-header.sub .inner #global_navi ul li a:hover {
  transition: all 0.35s linear;
  background: #f6f6f6;
}
#global-header.sub .inner #global_navi ul li a:hover span {
  transition: all 0.35s linear;
  color: #343434;
}
#global-header.sub .inner #global_navi ul li a span {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #2DAA57;
  display: inline-block;
  font-size: 1.6rem;
}
@media screen and (max-width: 1200px) {
  #global-header.sub .inner #global_navi ul li a span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1000px) {
  #global-header.sub .inner #global_navi ul li a span {
    font-size: 1.3rem;
  }
}

#key_visual {
  height: 550px;
  width: 100%;
  display: grid;
  place-items: center;
}
#key_visual.contact {
  height: 300px;
}
@media screen and (max-width: 520px) {
  #key_visual.contact {
    height: 200px;
  }
}
#key_visual.term {
  height: 300px;
}
@media screen and (max-width: 520px) {
  #key_visual.term {
    height: 200px;
  }
}
#key_visual.price {
  background: url(../images/price/key_price.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 520px) {
  #key_visual.price {
    background-position: 20%;
  }
}
#key_visual.price .key_txt h2 {
  color: #fff;
}
#key_visual.price .key_txt p {
  color: #fff;
}
#key_visual.monthdog {
  background: url(../images/monthdog/key_monthdog.png) no-repeat center center;
  background-size: cover;
}
#key_visual.monthdog .key_txt h2 {
  color: #fff;
}
#key_visual.monthdog .key_txt p {
  color: #fff;
}
#key_visual.service {
  background: url(../images/service/key_service.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 520px) {
  #key_visual.service {
    background-position: center;
  }
}
#key_visual.service .key_txt h2 {
  color: #fff;
}
#key_visual.service .key_txt p {
  color: #fff;
}
#key_visual.place {
  background: url(../images/place/key_place.png) no-repeat center center;
  background-size: cover;
}
#key_visual.place .key_txt h2 {
  color: #fff;
}
#key_visual.place .key_txt p {
  color: #fff;
}
#key_visual.event {
  background: url(../images/event/key_event.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 520px) {
  #key_visual.event {
    background-position: center;
  }
}
#key_visual.event .key_txt h2 {
  color: #fff;
}
#key_visual.event .key_txt p {
  color: #fff;
}
#key_visual .key_txt {
  text-align: center;
  padding: 20px 0;
}
#key_visual .key_txt h2 {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #2DAA57;
  font-size: 6.4rem;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  #key_visual .key_txt h2 {
    font-size: 3.2rem;
  }
}
#key_visual .key_txt p {
  font-size: 2.4rem;
  color: #3C3C3C;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 520px) {
  #key_visual .key_txt p {
    font-size: 1.7rem;
  }
}

#pankuzu {
  display: flex;
  justify-content: end;
  margin-bottom: 80px;
}
#pankuzu.price {
  position: relative;
  top: -39px;
}
@media screen and (max-width: 520px) {
  #pankuzu.price {
    top: -35px;
    background: none;
  }
}
#pankuzu.monthdog {
  position: relative;
  top: -39px;
}
@media screen and (max-width: 520px) {
  #pankuzu.monthdog {
    top: -35px;
    background: none;
  }
}
#pankuzu.place {
  position: relative;
  top: -39px;
}
@media screen and (max-width: 520px) {
  #pankuzu.place {
    top: -35px;
    background: none;
  }
}
@media screen and (max-width: 520px) {
  #pankuzu {
    margin-bottom: 40px;
    background: #f6f6f6;
  }
}
#pankuzu .inner {
  text-align: right;
  width: fit-content;
  padding: 12px 20px 10px;
  background: #00A7A7;
}
@media screen and (max-width: 520px) {
  #pankuzu .inner {
    padding: 12px 10px 10px;
  }
}
#pankuzu .inner a, #pankuzu .inner span {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  #pankuzu .inner a, #pankuzu .inner span {
    font-size: 1.3rem;
  }
}

#global_footer.top {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
#global_footer.top .copy {
  position: relative;
  text-align: right;
  padding: 20px;
}
#global_footer.top .copy small {
  display: inline-block;
  color: #2DAA57;
  font-size: 1.3rem;
}

#global_footer.sub {
  position: relative;
  background: #459A61;
  padding: 40px 0 10px;
}
#global_footer.sub .footer_inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  #global_footer.sub .footer_inner {
    width: 95%;
  }
}
#global_footer.sub .footer_inner .footer_info {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
@media screen and (max-width: 520px) {
  #global_footer.sub .footer_inner .footer_info {
    display: block;
  }
}
#global_footer.sub .footer_inner .footer_info .footer_logo {
  margin-right: 30px;
}
@media screen and (max-width: 520px) {
  #global_footer.sub .footer_inner .footer_info .footer_logo {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#global_footer.sub .footer_inner .footer_info .footer_logo a {
  display: inline-block;
}
#global_footer.sub .footer_inner .footer_info .footer_logo a img {
  width: 120px;
  height: auto;
  vertical-align: bottom;
}
#global_footer.sub .footer_inner .footer_info .info_list li {
  color: #fff;
  font-size: 1.5rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#global_footer.sub .footer_inner .footer_navi {
  width: 90%;
  display: flex;
  flex: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  #global_footer.sub .footer_inner .footer_navi {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  #global_footer.sub .footer_inner .footer_navi {
    display: none;
  }
}
#global_footer.sub .footer_inner .footer_navi li {
  width: 100%;
}
#global_footer.sub .footer_inner .footer_navi li a {
  display: grid;
  place-items: center;
  width: 100%;
  padding: 8px 0;
  border-radius: 8px;
}
#global_footer.sub .footer_inner .footer_navi li a:hover {
  transition: all 0.35s linear;
  background: #298146;
}
#global_footer.sub .footer_inner .footer_navi li a span {
  color: #fff;
  font-size: 1.5rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#global_footer.sub .footer_inner .annotation {
  font-size: 1.4rem;
  color: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#global_footer.sub .footer_inner .copy {
  position: relative;
  text-align: right;
  padding: 20px 0 0;
}
@media screen and (max-width: 834px) {
  #global_footer.sub .footer_inner .copy {
    text-align: left;
  }
}
#global_footer.sub .footer_inner .copy small {
  display: inline-block;
  color: #fff;
  font-size: 1.3rem;
}

#wrapper {
  width: 100vw;
  height: 100svh;
  background: url(../images/top/top_bg.webp) no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 520px) {
  #wrapper {
    background-position: center top;
  }
}
#wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.35);
  width: 100%;
  height: 100%;
}

#container {
  position: relative;
  z-index: 5;
}
#container .interface_wrap {
  position: relative;
  height: 100svh;
  display: flex;
  justify-content: end;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  #container .interface_wrap {
    width: 95vw;
    justify-content: space-between;
  }
}
#container .interface_wrap .interface_obj {
  padding-right: 10vw;
  position: absolute;
  bottom: 0;
  text-align: right;
}
@media screen and (max-width: 520px) {
  #container .interface_wrap .interface_obj {
    padding-right: 0;
  }
}
#container .interface_wrap .interface_obj .obj_main {
  position: relative;
  top: 70px;
  width: 80%;
  height: auto;
  display: inline-block;
  vertical-align: bottom;
}
@media screen and (max-width: 1440px) {
  #container .interface_wrap .interface_obj .obj_main {
    top: 120px;
  }
}
@media screen and (max-width: 520px) {
  #container .interface_wrap .interface_obj .obj_main {
    display: none;
  }
}
#container .interface_wrap .interface_obj .obj_main_sp {
  display: none;
}
@media screen and (max-width: 520px) {
  #container .interface_wrap .interface_obj .obj_main_sp {
    display: inline-block;
    width: 95%;
    height: auto;
    vertical-align: bottom;
  }
}
#container .interface_wrap .obj_box {
  border-radius: 5px;
  position: relative;
  display: inline-block;
  text-align: center;
  transition: all 0.4s linear;
  top: -30px;
  opacity: 0;
  transform: scale(1);
}
#container .interface_wrap .obj_box.active {
  top: 10px;
  opacity: 1;
}
#container .interface_wrap .obj_box:hover {
  transition: all 0.45s ease;
  transform: scale(1.05);
  top: 20px;
  mix-blend-mode: revert;
}
#container .interface_wrap .obj_box .icon {
  display: inline-block;
}
@media screen and (max-width: 520px) {
  #container .interface_wrap .obj_box .icon img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
}
#container .interface_wrap .btn_line1 {
  position: absolute;
  top: 20.5%;
  left: 22.5%;
  width: 520px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 5px;
}
@media screen and (max-width: 1440px) {
  #container .interface_wrap .btn_line1 {
    top: 26.5%;
    left: 23%;
  }
}
@media screen and (max-width: 1360px) {
  #container .interface_wrap .btn_line1 {
    left: 23.5%;
  }
}
@media screen and (max-width: 520px) {
  #container .interface_wrap .btn_line1 {
    width: 73vw;
    top: 9%;
    left: 14%;
  }
}
#container .interface_wrap .btn_line1 .box1, #container .interface_wrap .btn_line1 .box2, #container .interface_wrap .btn_line1 .box3, #container .interface_wrap .btn_line1 .box4 {
  box-sizing: border-box;
}
#container .interface_wrap .btn_line2 {
  position: absolute;
  top: 38%;
  left: 22.5%;
  width: 520px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 15px;
}
@media screen and (max-width: 1440px) {
  #container .interface_wrap .btn_line2 {
    top: 44%;
    left: 23%;
  }
}
@media screen and (max-width: 1360px) {
  #container .interface_wrap .btn_line2 {
    left: 23.5%;
  }
}
@media screen and (max-width: 520px) {
  #container .interface_wrap .btn_line2 {
    width: 73vw;
    top: 23.5%;
    left: 14.2%;
  }
}
#container .interface_wrap .btn_line2 .box5, #container .interface_wrap .btn_line2 .box6, #container .interface_wrap .btn_line2 .box7 {
  box-sizing: border-box;
}
#container .interface_wrap .btn_line3 {
  position: absolute;
  top: 51.5%;
  left: 22.5%;
  width: 520px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 15px;
}
@media screen and (max-width: 1440px) {
  #container .interface_wrap .btn_line3 {
    top: 57.5%;
    left: 23%;
  }
}
@media screen and (max-width: 1360px) {
  #container .interface_wrap .btn_line3 {
    left: 23.5%;
  }
}
@media screen and (max-width: 520px) {
  #container .interface_wrap .btn_line3 {
    width: 73vw;
    top: 34.5%;
    left: 14.2%;
  }
}
#container .interface_wrap .btn_line3 .box8, #container .interface_wrap .btn_line3 .box9, #container .interface_wrap .btn_line3 .box10 {
  box-sizing: border-box;
}
#container .interface_wrap .info_box {
  width: 272px;
  height: 166px;
  position: absolute;
  top: 72%;
  left: 21.6%;
  border-radius: 17px;
  box-sizing: border-box;
  padding: 13px;
}
@media screen and (max-width: 1440px) {
  #container .interface_wrap .info_box {
    top: 78%;
    left: 23%;
  }
}
@media screen and (max-width: 1360px) {
  #container .interface_wrap .info_box {
    left: 23%;
  }
}
@media screen and (max-width: 834px) {
  #container .interface_wrap .info_box {
    left: 23.6%;
  }
}
@media screen and (max-width: 520px) {
  #container .interface_wrap .info_box {
    top: 50%;
    left: 12.2%;
    background: rgba(255, 255, 255, 0.9);
    height: 135px;
    width: 80%;
  }
}
#container .interface_wrap .info_box .link_sns_insta {
  width: 100%;
  display: inline-block;
  font-size: 1.4rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #0F1641;
  margin-bottom: 10px;
  text-align: left;
}
#container .interface_wrap .info_box .place_name {
  font-size: 1.3rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
  color: #2DAA57;
  text-align: left;
}
#container .interface_wrap .info_box ul li {
  text-align: left;
  font-size: 1.3rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#container .hojyokin {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 100;
}
@media screen and (max-width: 520px) {
  #container .hojyokin {
    padding: 8px;
    background: rgba(0, 0, 0, 0.25);
    width: 100%;
    left: 0;
    font-size: 1.8rem;
    line-height: 1;
    text-align: center;
  }
}

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