@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap");
* {
  box-sizing: border-box; }

body {
  color: #3b2d3d;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  overflow-x: hidden;
  line-height: 1.5; }

a {
  color: #3b2d3d;
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0; }

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

img {
  max-width: 100%; }

.sp {
  display: none !important; }
  @media screen and (max-width: 1040px) {
    .sp {
      display: block !important; } }

@media screen and (max-width: 1040px) {
  .pc {
    display: none !important; } }

#header .open__text {
  color: #FFFEE1;
  font-size: 14px;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 20px; }
  @media screen and (max-width: 1040px) {
    #header .open__text {
      font-size: 10px;
      bottom: 12px; } }

#header.on .open__text {
  display: none; }
  
#header .backdx__img {
  width: 50%;
  text-align: center;
  position: absolute;
  top: 10%;
  left: 25%; }
  
#header .backdx__text {
  color: #FFFEE1;
  font-size: 14px;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 20px; }
  @media screen and (max-width: 1040px) {
    #header .backdx__text {
      font-size: 10px;
      bottom: 12px; } }

#header.on .backdx__text {
  display: none; }

#map {
  background: #FFFEE1; }

.leaflet-pin {
  font-weight: 600;
  display: block;
  text-align: center;
  cursor: pointer;
  text-decoration: underline; }

.lity-container {
  max-width: 90vw; }

.lity-close {
  opacity: 0;
  transition-duration: 0.3s;
  z-index: 15;
  transition-property: opacity, z-index; }
  .lity-close.on {
    opacity: 1;
    transition-duration: 0.3s;
    transition-delay: 0.5s;
    transition-property: opacity, z-index;
    border-radius: 10px;}

#nav a {
  font-weight: 400;
  display: block;
  text-indent: -1.35em;
  padding-left: 1.35em; }

#nav h2 {
  padding: 0 0 0 40px;
  position: relative;
  font-weight: 400;
  cursor: pointer; }
  @media screen and (max-width: 1040px) {
    #nav h2 {
      padding: 0 0 0 30px; } }
  #nav h2::before {
    content: '';
    display: block;
    height: 10px;
    width: 10px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 27%;
    left: 5px;
    transition: all 300ms 0s ease; }
    @media screen and (max-width: 1040px) {
      #nav h2::before {
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        height: 7px;
        width: 7px; } }
  #nav h2.is_opened::before {
    transform: rotate(225deg);
    transition: all 300ms 0s ease;
    top: 47%; }

#nav .nav_box__items {
  display: none; }

.frame {
  width: 100vw;
  height: 100vh;
  border-width: 30px;
  border-color: #fff;
  box-sizing: border-box;
  border-style: solid;
  position: fixed;
  z-index: 10;
  pointer-events: none;
  opacity: 0.9; }
  @media screen and (max-width: 1040px) {
    .frame {
      height: 100svh;
      border-width: 25px; } }
  .frame__logo {
    width: 530px;
    height: 200px;
    background: #fff;
    border-radius: 113px;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 10px;
    left: 20px; }
    @media screen and (max-width: 1040px) {
      .frame__logo {
        width: 327px;
        height: 105px;
        border-radius: 53px;
        top: 0;
        left: 0;
        transition: all 300ms 0s ease; } }
  .frame__circle1, .frame__circle2 {
    background: #fff;
    width: 61px;
    height: 91px;
    border-radius: 40px;
    position: absolute;
    bottom: -41px; }
    @media screen and (max-width: 1040px) {
      .frame__circle1, .frame__circle2 {
        display: none; } }
  .frame__circle1 {
    right: 45px; }
  .frame__circle2 {
    right: 121px; }

#header .open {
  z-index: 15;
  cursor: pointer;
  border-radius: 10px;}
  
#header .backdx {
  z-index: 15;
  cursor: pointer;
  border-radius: 10px;}
  
#header.on .backdx {
  display: none; }

#header .logo {
  z-index: 15; }
  #header .logo__link {
    display: block;
    width: 170px;
    height: 30px;
    position: absolute;
    top: 30px;
    left: 30px; }
    @media screen and (max-width: 1040px) {
      #header .logo__link {
        width: 110px;
        height: 25px;
        top: 10px;
        left: 10px; } }

#bnr {
  z-index: 15; }

@media screen and (min-width: 1041px) {
  .how {
    display: flex;
    gap: 0 15px; } }

@media screen and (max-width: 1040px) {
  .how {
    bottom: 80px;
    right: 26px; } }

.how__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 61px; }

.how .inst-img {
  width: 78px; }

@media screen and (max-width: 1040px) {
  html.lity-active .frame__logo {
    opacity: 0;
    top: -286px; } }

.lity-wrap {
  background: rgba(0, 0, 0, 0.5);
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.news__btn {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 15;
  cursor: pointer; }
  @media screen and (max-width: 1040px) {
    .news__btn {
      bottom: 10px;
      left: 10px; } }
