@charset "UTF-8";
body {
  width: 100vw;
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
  font-family: "oswald";
  font-weight: 300;
}
@media screen and (min-width: 960px) {
  body {
    width: 100%;
  }
}
body #loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: rgba(76, 211, 233, 0.8);
  position: fixed;
  position: -webkit-fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
body .loaded {
  opacity: 0;
  visibility: hidden;
}
body content {
  position: relative;
  max-width: 1440px;
}
@media screen and (max-width: 240px) and (max-height: 320px) {
  body content {
    width: 100%;
    display: block;
  }
}
body content ul {
  font-family: "oswald";
  font-weight: 300;
  list-style: none;
}
body content h3 {
  font-family: "fot-udkakugoc80-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.75em;
}
body content h4 {
  width: 100%;
  margin: 70px 0 25px;
  padding: 10px 0;
  font-family: "a-otf-gothic-mb101-pr6n";
  font-size: 1em;
  color: white;
  background-color: rgb(94, 95, 50);
}
@media screen and (min-width: 960px) {
  body content h4 {
    font-size: 2em;
    padding: 0;
  }
}
body content h5 {
  font-size: 0.8em;
}
body content p {
  margin: 1em 10px;
  text-align: start;
  text-indent: 0.7em;
  font-size: 1.1em;
  letter-spacing: -0.01em;
}

.top {
  width: 100%;
  max-width: 1440px;
  height: 100vh;
  min-height: 250px;
  background: url(../src/white_top.png) no-repeat center/cover;
  position: fixed;
  position: -webkit-fixed;
  top: 0;
}
@media screen and (min-width: 960px) {
  .top {
    min-height: 570px;
  }
}
@media screen and (max-width: 330px) {
  .top {
    width: 100vw;
  }
}
@media screen and (max-width: 240px) and (max-height: 320px) {
  .top {
    height: 100vh;
  }
}
.top .title {
  margin: -10vh 0 0 0;
  height: 60vh;
  min-height: 125px;
  opacity: 1;
  position: relative;
  z-index: 50;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 13px;
}
@media screen and (max-height: 400px) {
  .top .title {
    font-size: 12px;
    overflow: visible;
  }
}
@media screen and (max-width: 450px) {
  .top .title {
    font-size: 12px;
  }
}
@media screen and (max-width: 405px) {
  .top .title {
    font-size: 11px;
  }
}
@media screen and (max-width: 390px) {
  .top .title {
    font-size: 10px;
  }
}
@media screen and (max-width: 367px) {
  .top .title {
    font-size: 9.5px;
  }
}
@media screen and (max-width: 330px) {
  .top .title {
    font-size: 9px;
  }
}
@media screen and (max-width: 300px) {
  .top .title {
    font-size: 8px;
  }
}
@media screen and (max-width: 260px) {
  .top .title {
    font-size: 7px;
  }
}
@media screen and (min-width: 508px) {
  .top .title {
    font-size: 14px;
  }
}
@media screen and (min-width: 590px) {
  .top .title {
    font-size: 15px;
  }
}
@media screen and (min-width: 674px) {
  .top .title {
    font-size: 16px;
  }
}
@media screen and (min-width: 810px) {
  .top .title {
    font-size: 17px;
  }
}
@media screen and (min-width: 960px) {
  .top .title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .top .title {
    font-size: 23px;
  }
}
.top .title .sub_title span, .top .title .sub_title h1, .top .title .main_title span, .top .title .main_title h1 {
  font-family: "fot-rodin-pron";
  color: #353535;
  background-color: #ffffff;
  display: inline-block;
  transform: translateY(-500px);
  position: relative;
}
.top .title .sub_title a, .top .title .main_title a {
  text-decoration: none;
}
.top .title .sub_title {
  margin: 0;
  padding: 1vh 0 3vh;
}
@media screen and (min-height: 1000px) {
  .top .title .sub_title {
    padding: 1vh 0 5vh;
  }
}
@media screen and (max-height: 400px) {
  .top .title .sub_title {
    padding: 1vh 0 0;
  }
}
.top .title .sub_title span {
  width: 0.6em;
  margin: 0 -5px 0 0;
  padding: 0.2em 0.65em 0.1em 0.2em;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 300;
  animation: slideIn 2.5s cubic-bezier(0.25, 1, 0.5, 1) forwards 4s;
  border: 3px solid #353535;
}
@media screen and (min-width: 508px) {
  .top .title .sub_title span {
    border: 2px solid #353535;
    margin: 0 -6px 0 0;
  }
}
@media screen and (min-width: 960px) {
  .top .title .sub_title span {
    margin: 0 -7px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .top .title .sub_title span {
    margin: 0 -8px 0 0;
  }
}
.top .title .sub_title span:before {
  width: 10px;
  height: 100%;
  position: absolute;
  top: -10px;
  right: -16px;
  border: solid #353535;
  border-width: 2px 3px 4px 0px;
  transform: skewY(-45deg);
  content: "";
  background: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 508px) {
  .top .title .sub_title span:before {
    top: -8px;
    right: -14px;
    border-width: 1px 2px 3px 0px;
  }
}
.top .title .sub_title span:after {
  width: 100%;
  height: 10px;
  position: absolute;
  top: -16px;
  left: 4px;
  border: solid #353535;
  border-width: 3px 2px 0px 4px;
  transform: skewX(-45deg);
  content: "";
  background: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 508px) {
  .top .title .sub_title span:after {
    width: 100%;
    height: 10px;
    top: -14px;
    left: 4px;
    border-width: 2px 1px 0px 3px;
  }
}
@media screen and (max-width: 508px) {
  .top .title .sub_title :first-child:after, .top .title .sub_title :last-child:after {
    left: 5px;
    border-width: 2px 1px 0 2px;
  }
}
.top .title .main_title {
  margin: 0;
  padding: 1vh 0 1vh;
}
.top .title .main_title h1 {
  width: 0.3em;
  margin: 0 -5px 0 0;
  padding: 0.15em 1em 0.1em 0.25em;
  font-size: 2.1em;
  line-height: 1.2em;
  font-weight: bold;
  border: 3px solid #353535;
  animation: main_title_translate 4s alternate-reverse forwards;
}
@media screen and (min-width: 508px) {
  .top .title .main_title h1 {
    margin: 0 -6px 0 0;
  }
}
@media screen and (min-width: 960px) {
  .top .title .main_title h1 {
    margin: 0 -7px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .top .title .main_title h1 {
    margin: 0 -8px 0 0;
  }
}
.top .title .main_title h1:before {
  width: 10px;
  height: 100%;
  position: absolute;
  top: -10px;
  right: -16px;
  border: solid #353535;
  border-width: 2px 3px 4px 0px;
  transform: skewY(-45deg);
  content: "";
  background: rgba(255, 255, 255, 0.2);
}
.top .title .main_title h1:after {
  width: 100%;
  height: 10px;
  position: absolute;
  top: -16px;
  left: 4px;
  border: solid #353535;
  border-width: 3px 2px 0px 4px;
  transform: skewX(-45deg);
  content: "";
  background: rgba(255, 255, 255, 0.2);
}
.top .slash {
  width: 100%;
  height: 55vh;
  min-height: 138px;
  background: url(../src/yumbo.jpg) no-repeat center/cover;
  position: fixed;
  position: -webkit-fixed;
  opacity: 0.95;
  z-index: 3;
}
@media screen and (max-width: 960px) {
  .top .slash {
    background: url(../src/yumbo_mb.jpg) no-repeat center/cover;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
  }
}
@media screen and (max-width: 960px) and (max-height: 450px) {
  .top .slash {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 50%, 0 100%);
  }
}
@media screen and (max-width: 960px) and (max-width: 330px) {
  .top .slash {
    width: 100vw;
    height: 65vh;
  }
}
@media screen and (min-width: 960px) {
  .top .slash {
    max-width: 1440px;
    height: 70vh;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 50%, 0 100%);
  }
}
@media screen and (min-width: 960px) and (max-height: 600px) {
  .top .slash {
    height: 65vh;
    background-size: cover;
  }
}
@media screen and (max-width: 405px) and (max-height: 600px) {
  .top .description .gradient {
    height: 45vh;
  }
}
@media screen and (max-width: 405px) {
  .top .description .gradient h4 {
    font-size: 0.8em;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 367px) {
  .top .description .gradient h4 {
    font-size: 0.8em;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 330px) {
  .top .description .gradient h4 {
    font-size: 0.8em;
    letter-spacing: 0.05em;
  }
}

.title_description, .access_description {
  width: 100%;
  min-height: 195px;
  position: absolute;
  bottom: 0;
  display: block;
}
@media screen and (max-width: 405px) and (max-height: 600px) {
  .title_description, .access_description {
    height: 45vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 600px) {
  .title_description, .access_description {
    height: 60vh;
  }
}
@media screen and (max-width: 330px) {
  .title_description, .access_description {
    height: 45vh;
  }
  .title_description h4, .access_description h4 {
    letter-spacing: 0.025em;
    line-height: 0.8em;
  }
}
@media screen and (min-width: 960px) {
  .title_description, .access_description {
    max-width: 1440px;
    margin-top: 25%;
  }
  .title_description .gradient h4, .access_description .gradient h4 {
    letter-spacing: 0.015em;
  }
  .title_description .gradient h4:last-child, .access_description .gradient h4:last-child {
    margin-top: -10px;
  }
}
@media screen and (min-width: 960px) and (max-height: 870px) {
  .title_description .gradient, .access_description .gradient {
    height: 50vh;
  }
}
.title_description .gradient, .access_description .gradient {
  width: 100%;
  height: 45vh;
  position: relative;
  z-index: 40;
}
@media screen and (max-height: 450px) {
  .title_description .gradient, .access_description .gradient {
    height: 50vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 870px) {
  .title_description .gradient, .access_description .gradient {
    height: 50vh;
  }
}
.title_description .gradient h4, .access_description .gradient h4 {
  width: 100%;
  letter-spacing: 0.015em;
  line-height: 1.3em;
}
@media screen and (min-width: 960px) {
  .title_description .gradient h4, .access_description .gradient h4 {
    letter-spacing: 0.015em;
  }
}
@media screen and (max-height: 300px) {
  .title_description .gradient h4, .access_description .gradient h4 {
    line-height: 1em;
  }
}
.title_description .gradient h4:first-child, .access_description .gradient h4:first-child {
  margin-bottom: -5px;
  padding: 10px 0 7px;
}
@media screen and (max-height: 300px) {
  .title_description .gradient h4:first-child, .access_description .gradient h4:first-child {
    padding: 5px 0 5px;
  }
}
.title_description .gradient h4:last-child, .access_description .gradient h4:last-child {
  margin-top: 0;
  padding: 7px 0 10px;
}
@media screen and (max-height: 300px) {
  .title_description .gradient h4:last-child, .access_description .gradient h4:last-child {
    padding: 5px 0 5px;
  }
}
@media screen and (min-width: 960px) {
  .title_description .gradient h4:last-child, .access_description .gradient h4:last-child {
    margin-top: -10px;
  }
}

.hamburger-grid {
  width: 50px;
  height: 50px;
  padding: 10px;
  position: fixed;
  position: -webkit-fixed;
  bottom: 10px;
  left: 20px;
  z-index: 1000;
  border: none;
  background: transparent;
  cursor: pointer;
}
@media screen and (max-height: 320px) {
  .hamburger-grid {
    left: 10px;
  }
}
@media screen and (min-width: 674px) and (min-height: 450px) {
  .hamburger-grid {
    display: none;
  }
}
.hamburger-grid .hamburger-grid_dots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  width: 100%;
  height: 100%;
}
.hamburger-grid .hamburger-grid_dot {
  width: 100%;
  height: 100%;
  background-color: #333;
  border-radius: 50%;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.hamburger-grid.active .hamburger-grid_dot {
  background-color: #666;
}
.hamburger-grid.active .hamburger-grid_dot:nth-child(1) {
  transform: scale(0);
}
.hamburger-grid.active .hamburger-grid_dot:nth-child(2) {
  transform: translateY(11px);
}
.hamburger-grid.active .hamburger-grid_dot:nth-child(3) {
  transform: scale(0);
}
.hamburger-grid.active .hamburger-grid_dot:nth-child(4) {
  transform: translateX(11px);
}
.hamburger-grid.active .hamburger-grid_dot:nth-child(5) {
  transform: scale(1.5);
}
.hamburger-grid.active .hamburger-grid_dot:nth-child(6) {
  transform: translateX(-11px);
}
.hamburger-grid.active .hamburger-grid_dot:nth-child(7) {
  transform: scale(0);
}
.hamburger-grid.active .hamburger-grid_dot:nth-child(8) {
  transform: translateY(-11px);
}
.hamburger-grid.active .hamburger-grid_dot:nth-child(9) {
  transform: scale(0);
}

.scroll_container {
  height: 300px;
  position: fixed;
  position: -webkit-fixed;
  bottom: 0;
  right: 20px;
  z-index: 35;
}
@media screen and (min-width: 960px) {
  .scroll_container {
    height: 300px;
    bottom: 0;
    right: 5%;
  }
}
@media screen and (min-width: 1550px) {
  .scroll_container {
    right: 7%;
  }
}
@media screen and (min-width: 1650px) {
  .scroll_container {
    right: 9%;
  }
}
@media screen and (min-width: 1700px) {
  .scroll_container {
    right: 10%;
  }
}
.scroll_container .scrollbar-text {
  display: inline-block;
  position: absolute;
  bottom: 0;
  padding: 10px 10px 110px;
  color: #dad5a4;
  font-size: 14px;
  font-family: serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 960px) {
  .scroll_container .scrollbar-text {
    padding: 10px 10px 110px;
    font-size: 1.5em;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.scroll_container .scrollbar {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1px;
}
.scroll_container .scrollbar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100px;
  background: #dad5a4;
}
@media screen and (min-width: 960px) {
  .scroll_container .scrollbar::after {
    width: 1.5px;
    height: 100px;
  }
}
.scroll_container .scrollbar::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #dad5a4;
  animation: circlemove 3s ease-in-out infinite, cirlemovehide 3s ease-out infinite;
}
@media screen and (min-width: 960px) {
  .scroll_container .scrollbar::before {
    left: -4.5px;
    width: 10px;
    height: 10px;
  }
}
.scroll_container.done {
  display: none;
}
@media screen and (min-width: 960px) {
  .scroll_container.done {
    display: none;
  }
}

.nav-grid {
  width: 100%;
  height: 100vh;
  position: fixed;
  position: -webkit-fixed;
  top: 0;
  left: 0;
  background-color: ghostwhite;
  visibility: hidden;
  opacity: 0;
  -webkit-animation: scale-up-bl 0s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: scale-up-bl s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  z-index: 900;
}
@media screen and (min-width: 960px) {
  .nav-grid {
    display: none;
  }
}
.nav-grid .nav-grid_content {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 100px 40px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}
@media screen and (max-height: 530px) {
  .nav-grid .nav-grid_content {
    padding: 50px 40px;
  }
}
@media screen and (max-height: 350px) {
  .nav-grid .nav-grid_content {
    padding: 0 40px;
  }
}
.nav-grid .nav-grid_content .nav-grid_sections {
  grid-column: span 12;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}
.nav-grid .nav-grid_content .nav-grid_sections .nav-grid_section {
  opacity: 0;
  transform: translate(-100%, 300%);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-grid .nav-grid_content .nav-grid_sections .nav-grid_section .nav-grid_title {
  margin: 0 0 20px;
  color: #666;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 3rem;
}
.nav-grid .nav-grid_content .nav-grid_sections .nav-grid_section .nav-grid_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-height: 450px) {
  .nav-grid .nav-grid_content .nav-grid_sections .nav-grid_section .nav-grid_list {
    margin: 10% 0 0;
  }
}
@media screen and (max-height: 350px) {
  .nav-grid .nav-grid_content .nav-grid_sections .nav-grid_section .nav-grid_list {
    margin: 5% 0 0;
  }
}
@media screen and (max-height: 200px) {
  .nav-grid .nav-grid_content .nav-grid_sections .nav-grid_section .nav-grid_list {
    margin: 0;
  }
}
.nav-grid .nav-grid_content .nav-grid_sections .nav-grid_section .nav-grid_list li {
  margin-bottom: 2rem;
  overflow: hidden;
}
@media screen and (max-height: 450px) {
  .nav-grid .nav-grid_content .nav-grid_sections .nav-grid_section .nav-grid_list li {
    margin: 2%;
    display: inline;
  }
}
.nav-grid .nav-grid_content .nav-grid_sections .nav-grid_section .nav-grid_list li .nav-grid_link {
  display: inline-block;
  color: black;
  font-size: 2.5rem;
  text-decoration: none;
  transform: translate(-100%, 300%);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s ease;
}
.nav-grid.active {
  visibility: visible;
  opacity: 1;
}
.nav-grid.active .nav-grid_content .nav-grid_sections .nav-grid_section {
  opacity: 1;
  transform: translateY(0);
}
.nav-grid.active .nav-grid_content .nav-grid_sections .nav-grid_section :nth-child(1) {
  transition-delay: 0.2s;
}
.nav-grid.active .nav-grid_content .nav-grid_sections .nav-grid_section :nth-child(2) {
  transition-delay: 0.3s;
}
.nav-grid.active .nav-grid_content .nav-grid_sections .nav-grid_section .nav-grid_list li .nav-grid_link {
  transform: translateY(0);
}
.nav-grid.active .nav-grid_content .nav-grid_sections .nav-grid_section .nav-grid_list li .nav-grid_link:hover {
  color: rgba(76, 211, 233, 0.8);
}

.sub {
  height: 250vh;
  margin-top: 100vh;
  background-color: white;
  position: relative;
  z-index: 25;
}
@media screen and (max-height: 800px) {
  .sub {
    height: 260vh;
  }
}
@media screen and (max-height: 700px) {
  .sub {
    height: 270vh;
  }
}
@media screen and (max-height: 650px) {
  .sub {
    height: 400vh;
  }
}
@media screen and (max-height: 450px) {
  .sub {
    height: 430vh;
  }
}
@media screen and (max-height: 400px) {
  .sub {
    height: 470vh;
  }
}
@media screen and (max-height: 350px) {
  .sub {
    height: 450vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (max-height: 270px) {
  .sub {
    height: 500vh;
  }
}
@media screen and (max-height: 250px) {
  .sub {
    height: 600vh;
  }
}
@media screen and (max-height: 230px) {
  .sub {
    height: 650vh;
  }
}
@media screen and (max-height: 170px) {
  .sub {
    height: 850vh;
  }
}
@media screen and (max-height: 150px) {
  .sub {
    height: 950vh;
  }
}
@media screen and (max-width: 405px) {
  .sub {
    height: 250vh;
  }
}
@media screen and (max-width: 405px) and (min-height: 1000px) {
  .sub {
    height: 300vh;
  }
}
@media screen and (max-width: 405px) and (min-height: 1200px) {
  .sub {
    height: 200vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 900px) {
  .sub {
    height: 300vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 800px) {
  .sub {
    height: 260vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 700px) {
  .sub {
    height: 270vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 650px) {
  .sub {
    height: 350vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 550px) {
  .sub {
    height: 380vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 400px) {
  .sub {
    height: 400vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 350px) {
  .sub {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (max-width: 405px) and (max-height: 300px) {
  .sub {
    height: 450vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 250px) {
  .sub {
    height: 550vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 200px) {
  .sub {
    height: 600vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 180px) {
  .sub {
    height: 700vh;
  }
}
@media screen and (max-width: 390px) and (min-height: 1200px) {
  .sub {
    height: 300vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 800px) {
  .sub {
    height: 300vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 650px) {
  .sub {
    height: 320vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 600px) {
  .sub {
    height: 350vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 500px) {
  .sub {
    height: 360vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 400px) {
  .sub {
    height: 310vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (max-width: 390px) and (max-height: 350px) {
  .sub {
    height: 380vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 300px) {
  .sub {
    height: 410vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 270px) {
  .sub {
    height: 500vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 200px) {
  .sub {
    height: 600vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 170px) {
  .sub {
    height: 700vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 550px) {
  .sub {
    height: 370vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 400px) {
  .sub {
    height: 380vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (max-width: 367px) and (max-height: 350px) {
  .sub {
    height: 400vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 300px) {
  .sub {
    height: 500vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 230px) {
  .sub {
    height: 550vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 200px) {
  .sub {
    height: 650vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 170px) {
  .sub {
    height: 750vh;
  }
}
@media screen and (max-width: 350px) and (max-height: 300px) {
  .sub {
    height: 450vh;
  }
}
@media screen and (max-width: 350px) and (max-height: 250px) {
  .sub {
    height: 550vh;
  }
}
@media screen and (max-width: 350px) and (max-height: 200px) {
  .sub {
    height: 700vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 430px) {
  .sub {
    height: 340vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (max-width: 330px) and (max-height: 400px) {
  .sub {
    height: 380vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 350px) {
  .sub {
    height: 450vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 300px) {
  .sub {
    height: 500vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 280px) {
  .sub {
    height: 550vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 220px) {
  .sub {
    height: 600vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 190px) {
  .sub {
    height: 700vh;
  }
}
@media screen and (min-width: 508px) {
  .sub {
    height: 300vh;
  }
}
@media screen and (min-width: 508px) and (min-height: 1000px) {
  .sub {
    height: 250vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 750px) {
  .sub {
    height: 400vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 650px) {
  .sub {
    height: 400vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 450px) {
  .sub {
    height: 430vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 480px) {
  .sub {
    height: 340vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (min-width: 508px) and (max-height: 450px) {
  .sub {
    height: 400vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 400px) {
  .sub {
    height: 450vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 350px) {
  .sub {
    height: 500vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 320px) {
  .sub {
    height: 550vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 270px) {
  .sub {
    height: 650vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 220px) {
  .sub {
    height: 700vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 200px) {
  .sub {
    height: 800vh;
  }
}
@media screen and (min-width: 590px) and (max-height: 480px) {
  .sub {
    height: 320vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (min-width: 590px) and (max-height: 450px) {
  .sub {
    height: 350vh;
  }
}
@media screen and (min-width: 590px) and (max-height: 400px) {
  .sub {
    height: 430vh;
  }
}
@media screen and (min-width: 590px) and (max-height: 350px) {
  .sub {
    height: 480vh;
  }
}
@media screen and (min-width: 590px) and (max-height: 320px) {
  .sub {
    height: 500vh;
  }
}
@media screen and (min-width: 590px) and (max-height: 270px) {
  .sub {
    height: 600vh;
  }
}
@media screen and (min-width: 590px) and (max-height: 220px) {
  .sub {
    height: 700vh;
  }
}
@media screen and (min-width: 590px) and (max-height: 200px) {
  .sub {
    height: 800vh;
  }
}
@media screen and (min-width: 674px) {
  .sub {
    height: 300vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 900px) {
  .sub {
    height: 350vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 700px) {
  .sub {
    height: 350vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 650px) {
  .sub {
    height: 400vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 450px) {
  .sub {
    height: 430vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 480px) {
  .sub {
    height: 380vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (min-width: 674px) and (max-height: 400px) {
  .sub {
    height: 450vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 350px) {
  .sub {
    height: 500vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 300px) {
  .sub {
    height: 550vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 280px) {
  .sub {
    height: 600vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 250px) {
  .sub {
    height: 700vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 220px) {
  .sub {
    height: 800vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 650px) {
  .sub {
    height: 300vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (min-width: 810px) and (max-height: 600px) {
  .sub {
    height: 320vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 550px) {
  .sub {
    height: 350vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 500px) {
  .sub {
    height: 400vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 400px) {
  .sub {
    height: 450vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 350px) {
  .sub {
    height: 500vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 300px) {
  .sub {
    height: 550vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 280px) {
  .sub {
    height: 600vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 250px) {
  .sub {
    height: 700vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 220px) {
  .sub {
    height: 800vh;
  }
}
@media screen and (min-width: 960px) {
  .sub {
    height: 350vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 900px) {
  .sub {
    height: 350vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 700px) {
  .sub {
    height: 350vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 680px) {
  .sub {
    height: 300vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (min-width: 960px) and (max-height: 640px) {
  .sub {
    height: 320vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 600px) {
  .sub {
    height: 330vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 550px) {
  .sub {
    height: 350vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 500px) {
  .sub {
    height: 380vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 450px) {
  .sub {
    height: 410vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 400px) {
  .sub {
    height: 450vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 360px) {
  .sub {
    height: 500vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 310px) {
  .sub {
    height: 550vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 280px) {
  .sub {
    height: 600vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 250px) {
  .sub {
    height: 800vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 220px) {
  .sub {
    height: 900vh;
  }
}
@media screen and (min-width: 1300px) {
  .sub {
    height: 450vh;
  }
}
.sub .js-scroll-trigger {
  opacity: 0;
  transition: opacity 1s ease-out;
  z-index: 20;
}
.sub .js-scroll-trigger.show {
  opacity: 1;
}

.main, .access_main {
  margin: 0;
  background: white;
  position: relative;
}
.main .js-scroll-trigger, .main .st-scroll-trigger, .access_main .js-scroll-trigger, .access_main .st-scroll-trigger {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.8s ease-out, transform 1s ease-out;
  position: relative;
}
.main .js-scroll-trigger.show, .main .st-scroll-trigger.show, .access_main .js-scroll-trigger.show, .access_main .st-scroll-trigger.show {
  opacity: 1;
  transform: translateY(0);
}

.fuwafuwa {
  padding-top: 100px;
}
@media screen and (max-height: 600px) {
  .fuwafuwa {
    padding-top: 80px;
  }
}
@media screen and (max-height: 500px) {
  .fuwafuwa {
    padding-top: 75px;
  }
}
@media screen and (max-height: 450px) {
  .fuwafuwa {
    padding-top: 85px;
  }
}
@media screen and (max-height: 350px) {
  .fuwafuwa {
    padding-top: 40vh;
  }
}
@media screen and (max-height: 200px) {
  .fuwafuwa {
    padding-top: 50vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 450px) {
  .fuwafuwa {
    padding-top: 75px;
  }
}
@media screen and (min-width: 674px) and (max-height: 400px) {
  .fuwafuwa {
    padding-top: 60px;
  }
}
@media screen and (min-width: 674px) and (max-height: 300px) {
  .fuwafuwa {
    padding-top: 100px;
  }
}
@media screen and (min-width: 960px) {
  .fuwafuwa {
    padding-top: 180px;
  }
}
@media screen and (min-width: 960px) and (max-height: 870px) {
  .fuwafuwa {
    padding-top: 20vh;
  }
}
@media screen and (max-width: 405px) {
  .fuwafuwa {
    display: none;
  }
}
.fuwafuwa h2 {
  font-family: "fot-rodin-pron";
  font-weight: 600;
  background-size: 100%;
  background-color: white;
  display: inline-block;
  position: relative;
  border: 3px solid #353535;
  z-index: 2;
  animation: fuwafuwa 4s infinite;
}
.fuwafuwa h2:nth-child(2) {
  animation: fuwafuwa 5s infinite;
}
.fuwafuwa h2:nth-child(3) {
  animation: fuwafuwa 4.5s infinite;
}
.fuwafuwa h2:nth-child(5) {
  animation: fuwafuwa 6s infinite;
}
.fuwafuwa h2:nth-child(7) {
  animation: fuwafuwa 7s infinite;
}
.fuwafuwa h2:before {
  width: 10px;
  height: 100%;
  background-color: white;
  position: absolute;
  top: -10px;
  right: -16px;
  border: solid #353535;
  border-width: 2px 3px 4px 0px;
  transform: skewY(-45deg);
  content: "";
}
.fuwafuwa h2:after {
  width: 100%;
  height: 10px;
  background-color: white;
  position: absolute;
  top: -16px;
  left: 4px;
  border: solid #353535;
  border-width: 3px 2px 0px 4px;
  transform: skewX(-45deg);
  content: "";
}
.fuwafuwa h2 {
  margin: 0 12px 15px 0;
  padding: 0 4px;
  font-size: 23px;
  line-height: 30px;
}
@media screen and (max-height: 500px) {
  .fuwafuwa h2 {
    margin: 0 10px 5px 0;
    padding: 0 3px;
    font-size: 20px;
    line-height: 25px;
  }
}
@media screen and (max-height: 600px) {
  .fuwafuwa h2 {
    margin: 0 12px 0 0;
  }
}
@media screen and (min-width: 508px) {
  .fuwafuwa h2 {
    margin: 0 12px 15px 0;
    padding: 0 7px;
    font-size: 28px;
    line-height: 40px;
  }
}
@media screen and (min-width: 508px) and (max-height: 600px) {
  .fuwafuwa h2 {
    margin: 0 13px 15px 0;
    font-size: 25px;
    line-height: 35px;
  }
}
@media screen and (min-width: 674px) {
  .fuwafuwa h2 {
    margin: 0 22px 50px 0;
    padding: 0 10px;
    font-size: 35px;
    line-height: 50px;
  }
}
@media screen and (min-width: 674px) and (max-height: 600px) {
  .fuwafuwa h2 {
    margin: 0 28px 15px 0;
    font-size: 30px;
    line-height: 45px;
  }
}
@media screen and (min-width: 674px) and (max-height: 500px) {
  .fuwafuwa h2 {
    line-height: 40px;
  }
}
@media screen and (min-width: 960px) {
  .fuwafuwa h2 {
    padding: 0 10px;
    font-size: 35px;
    line-height: 50px;
  }
}
@media screen and (min-width: 1100px) {
  .fuwafuwa h2 {
    font-size: 45px;
    line-height: 58px;
  }
}
@media screen and (max-width: 508px) {
  .fuwafuwa h2 {
    border: 2px solid #353535;
  }
  .fuwafuwa h2:before {
    top: -8px;
    right: -14px;
    border-width: 1px 2px 3px 0px;
  }
  .fuwafuwa h2:after {
    width: 100%;
    height: 10px;
    top: -14px;
    left: 4px;
    border-width: 2px 1px 0px 3px;
  }
}

.fuwafuwa_lines {
  display: none;
}
@media screen and (max-width: 405px) {
  .fuwafuwa_lines {
    padding-top: 12vh;
    display: block;
  }
}
@media screen and (max-width: 405px) and (max-height: 350px) {
  .fuwafuwa_lines {
    padding-top: 30vh;
  }
}
@media screen and (max-width: 405px) {
  .fuwafuwa_lines .first_line h2 {
    margin: 22px 26px 15px 0;
  }
}
@media screen and (max-width: 405px) and (min-height: 1000px) {
  .fuwafuwa_lines .first_line h2 {
    margin: 30px 26px 20px 0;
  }
}
@media screen and (max-width: 405px) and (max-height: 600px) {
  .fuwafuwa_lines .first_line h2 {
    margin: 20px 26px 15px 0;
  }
}
@media screen and (max-width: 405px) and (max-height: 500px) {
  .fuwafuwa_lines .first_line h2 {
    margin: 20px 26px 15px 0;
  }
}
@media screen and (max-width: 405px) {
  .fuwafuwa_lines .second_line h2 {
    margin: 30px 23px 10px 0;
  }
}
@media screen and (max-width: 405px) and (min-height: 1000px) {
  .fuwafuwa_lines .second_line h2 {
    margin: 30px 23px 20px 0;
  }
}
@media screen and (max-width: 405px) and (max-height: 600px) {
  .fuwafuwa_lines .second_line h2 {
    margin: 30px 23px 10px 0;
  }
}
@media screen and (max-width: 405px) and (max-height: 500px) {
  .fuwafuwa_lines .second_line h2 {
    margin: 30px 23px 10px 0;
  }
}
@media screen and (max-width: 405px) {
  .fuwafuwa_lines h2 {
    padding: 0 5px;
    font-size: 25px;
    line-height: 34px;
    font-family: "fot-rodin-pron";
    font-weight: 600;
    background-size: 100%;
    background-color: white;
    display: inline-block;
    position: relative;
    border: 2px solid #353535;
    z-index: 2;
    animation: fuwafuwa 4s infinite;
  }
}
@media screen and (max-width: 405px) and (max-height: 600px) {
  .fuwafuwa_lines h2 {
    font-size: 18px;
    line-height: 23px;
  }
}
@media screen and (max-width: 405px) and (max-height: 500px) {
  .fuwafuwa_lines h2 {
    font-size: 16px;
    line-height: 21px;
  }
}
@media screen and (max-width: 405px) {
  .fuwafuwa_lines h2:nth-child(2) {
    animation: fuwafuwa 5s infinite;
  }
  .fuwafuwa_lines h2:nth-child(3) {
    animation: fuwafuwa 4.5s infinite;
  }
  .fuwafuwa_lines h2:nth-child(5) {
    animation: fuwafuwa 6s infinite;
  }
  .fuwafuwa_lines h2:nth-child(7) {
    animation: fuwafuwa 7s infinite;
  }
  .fuwafuwa_lines h2:before {
    width: 10px;
    height: 100%;
    background-color: white;
    position: absolute;
    top: -8px;
    right: -14px;
    border: solid #353535;
    border-width: 1px 2px 3px 0px;
    transform: skewY(-45deg);
    content: "";
  }
  .fuwafuwa_lines h2:after {
    width: 100%;
    height: 10px;
    background-color: white;
    position: absolute;
    top: -14px;
    left: 4px;
    border: solid #353535;
    border-width: 2px 1px 0px 3px;
    transform: skewX(-45deg);
    content: "";
  }
}
@media screen and (max-width: 367px) {
  .fuwafuwa_lines h2 {
    margin: 25px 12px 25px 0;
  }
}
@media screen and (max-width: 330px) {
  .fuwafuwa_lines h2 {
    margin: 35px 12px 10px 0;
    font-size: 20px;
    line-height: 25px;
  }
}

.stick_point {
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  display: block;
  top: 0;
}
@media screen and (min-height: 1000px) {
  .stick_point {
    height: 90vh;
  }
}
@media screen and (max-height: 350px) {
  .stick_point {
    height: auto;
    position: relative;
    top: 20vh;
  }
}
@media screen and (max-width: 405px) {
  .stick_point {
    height: 100vh;
    top: -5vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 300px) {
  .stick_point {
    height: auto;
    position: relative;
    top: 20vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 400px) {
  .stick_point {
    height: auto;
    position: relative;
    top: 20vh;
  }
}
@media screen and (max-width: 367px) and (min-height: 1000px) {
  .stick_point {
    height: 100vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 400px) {
  .stick_point {
    height: auto;
    position: relative;
    top: 20vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 330px) {
  .stick_point {
    height: 100vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 300px) {
  .stick_point {
    height: 110vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 270px) {
  .stick_point {
    height: 120vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 250px) {
  .stick_point {
    height: 130vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 230px) {
  .stick_point {
    height: 160vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 185px) {
  .stick_point {
    height: 170vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 170px) {
  .stick_point {
    height: 200vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 430px) {
  .stick_point {
    height: auto;
    position: relative;
    top: 30vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 280px) {
  .stick_point {
    height: 150vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 250px) {
  .stick_point {
    height: 165vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 220px) {
  .stick_point {
    height: 200vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 180px) {
  .stick_point {
    height: 250vh;
  }
}
@media screen and (min-width: 508px) {
  .stick_point {
    height: 105vh;
    top: -5vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 480px) {
  .stick_point {
    height: auto;
    position: relative;
    top: 20vh;
  }
}
@media screen and (min-width: 674px) {
  .stick_point {
    height: 105vh;
    top: -5vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 480px) {
  .stick_point {
    height: auto;
    position: relative;
    top: 20vh;
  }
}
@media screen and (min-width: 810px) and (min-height: 1000px) {
  .stick_point {
    height: 90vh;
  }
}
@media screen and (min-width: 810px) and (min-height: 1100px) {
  .stick_point {
    height: 80vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 650px) {
  .stick_point {
    height: auto;
    position: relative;
    top: 20vh;
  }
}
@media screen and (min-width: 960px) {
  .stick_point {
    height: 105vh;
    top: -5vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 680px) {
  .stick_point {
    height: auto;
    position: relative;
    top: 20vh;
  }
}

.non-ferrous {
  padding: 0 50px;
  font-size: 17px;
  display: block;
  position: sticky;
  position: -webkit-sticky;
}
@media screen and (max-height: 270px) {
  .non-ferrous {
    position: relative;
  }
}
@media screen and (max-width: 405px) {
  .non-ferrous {
    margin-top: -40px;
    font-size: 15px;
  }
}
@media screen and (max-width: 405px) and (max-height: 900px) {
  .non-ferrous {
    margin-top: -27px;
  }
}
@media screen and (max-width: 405px) and (max-height: 300px) {
  .non-ferrous {
    position: relative;
  }
}
@media screen and (max-width: 390px) {
  .non-ferrous {
    font-size: 14px;
  }
}
@media screen and (max-width: 330px) {
  .non-ferrous {
    margin-top: 0;
    font-size: 12px;
  }
}
@media screen and (min-width: 508px) {
  .non-ferrous {
    padding: 0 55px;
  }
}
@media screen and (min-width: 508px) and (max-height: 500px) {
  .non-ferrous {
    padding: 0 70px;
  }
}
@media screen and (min-width: 590px) {
  .non-ferrous {
    padding: 0 70px;
  }
}
@media screen and (min-width: 590px) and (max-height: 500px) {
  .non-ferrous {
    padding: 0 75px;
  }
}
@media screen and (min-width: 674px) {
  .non-ferrous {
    margin-top: 10px;
    font-size: 20px;
  }
}
@media screen and (min-width: 810px) {
  .non-ferrous {
    font-size: 25px;
  }
}
@media screen and (min-width: 960px) {
  .non-ferrous {
    font-size: 28px;
  }
}
.non-ferrous em {
  margin: 1vh 0 3vh;
  font-size: 2em;
  line-height: 2em;
  display: block;
  text-align: right;
}
@media screen and (min-height: 1000px) {
  .non-ferrous em {
    font-size: 2em;
    line-height: 2.3em;
  }
}
@media screen and (max-height: 900px) {
  .non-ferrous em {
    font-size: 1.9em;
  }
}
@media screen and (max-height: 800px) {
  .non-ferrous em {
    font-size: 1.8em;
  }
}
@media screen and (max-height: 700px) {
  .non-ferrous em {
    font-size: 1.7em;
  }
}
@media screen and (max-height: 600px) {
  .non-ferrous em {
    font-size: 1.6em;
  }
}
@media screen and (max-height: 500px) {
  .non-ferrous em {
    font-size: 1.5em;
  }
}
@media screen and (max-height: 400px) {
  .non-ferrous em {
    font-size: 1.4em;
  }
}
@media screen and (max-height: 350px) {
  .non-ferrous em {
    margin: 5vh 0 10vh;
    font-size: 1.5em;
  }
}
@media screen and (max-width: 405px) {
  .non-ferrous em {
    margin: 4vh 0 5vh;
  }
}
@media screen and (max-width: 405px) and (min-height: 1000px) {
  .non-ferrous em {
    margin: 5vh 0 5vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 600px) {
  .non-ferrous em {
    margin: 5vh 0 4vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 500px) {
  .non-ferrous em {
    margin: 4vh 0 3vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 350px) {
  .non-ferrous em {
    margin: 5vh 0 10vh;
    font-size: 1.5em;
  }
}
@media screen and (max-width: 390px) and (max-height: 500px) {
  .non-ferrous em {
    margin: 5vh 0 5vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 400px) {
  .non-ferrous em {
    margin: 5vh 0 10vh;
    font-size: 1.5em;
  }
}
@media screen and (max-width: 367px) and (max-height: 500px) {
  .non-ferrous em {
    margin: 15px 0 10px;
  }
}
@media screen and (max-width: 367px) and (max-height: 400px) {
  .non-ferrous em {
    margin: 5vh 0 10vh;
    font-size: 1.5em;
  }
}
@media screen and (max-width: 330px) and (max-height: 430px) {
  .non-ferrous em {
    margin: 5vh 0 10vh;
    font-size: 1.5em;
  }
}
@media screen and (min-width: 508px) {
  .non-ferrous em {
    margin: 10px 0 25px;
    font-size: 1.8em;
  }
}
@media screen and (min-width: 508px) and (min-height: 1000px) {
  .non-ferrous em {
    margin: 20px 0 40px;
  }
}
@media screen and (min-width: 508px) and (max-height: 650px) {
  .non-ferrous em {
    margin: 20px 0 25px;
  }
}
@media screen and (min-width: 674px) and (max-height: 420px) {
  .non-ferrous em {
    margin-top: 5px;
  }
}
.non-ferrous .magnetism {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.non-ferrous .magnetism .description {
  font-size: 16px;
}
@media screen and (max-height: 400px) {
  .non-ferrous .magnetism .description {
    margin: 0 0 0 15px;
  }
}
@media screen and (max-width: 405px) {
  .non-ferrous .magnetism .description {
    font-size: 14px;
  }
}
@media screen and (max-width: 405px) and (max-height: 300px) {
  .non-ferrous .magnetism .description {
    font-size: 13px;
  }
}
@media screen and (max-width: 390px) {
  .non-ferrous .magnetism .description {
    font-size: 13px;
  }
}
@media screen and (max-width: 390px) and (max-height: 400px) {
  .non-ferrous .magnetism .description {
    font-size: 15px;
  }
}
@media screen and (max-width: 390px) and (max-height: 350px) {
  .non-ferrous .magnetism .description {
    font-size: 12px;
  }
}
@media screen and (max-width: 367px) {
  .non-ferrous .magnetism .description {
    font-size: 13px;
  }
}
@media screen and (max-width: 367px) and (max-height: 350px) {
  .non-ferrous .magnetism .description {
    font-size: 12px;
  }
}
@media screen and (max-width: 330px) {
  .non-ferrous .magnetism .description {
    font-size: 11px;
  }
}
@media screen and (max-width: 330px) and (max-height: 430px) {
  .non-ferrous .magnetism .description {
    font-size: 14px;
  }
}
@media screen and (min-width: 508px) {
  .non-ferrous .magnetism .description {
    font-size: 17px;
  }
}
@media screen and (min-width: 508px) and (max-height: 440px) {
  .non-ferrous .magnetism .description {
    margin: 0 0 0 27px;
  }
}
@media screen and (min-width: 508px) and (max-height: 480px) {
  .non-ferrous .magnetism .description {
    font-size: 20px;
  }
}
@media screen and (min-width: 674px) {
  .non-ferrous .magnetism .description {
    margin: 50px 10px;
  }
}
@media screen and (min-width: 674px) and (max-height: 600px) {
  .non-ferrous .magnetism .description {
    margin: 30px 10px;
  }
}
@media screen and (min-width: 674px) and (max-height: 500px) {
  .non-ferrous .magnetism .description {
    margin: 25px 10px;
  }
}
@media screen and (min-width: 674px) and (max-height: 420px) {
  .non-ferrous .magnetism .description {
    margin: 20px 10px;
  }
}
@media screen and (min-width: 810px) {
  .non-ferrous .magnetism .description {
    margin: 60px 30px;
    font-size: 20px;
  }
}
@media screen and (min-width: 960px) {
  .non-ferrous .magnetism .description {
    margin: 50px 40px;
  }
}
.non-ferrous .magnetism p {
  margin: 1em 0;
  font-size: 1.3em;
  line-height: 1.5em;
  letter-spacing: -0.8px;
  text-align: justify;
}
@media screen and (min-height: 1000px) {
  .non-ferrous .magnetism p {
    margin: 1.5em 0;
    font-size: 1.4em;
  }
}
@media screen and (max-height: 900px) {
  .non-ferrous .magnetism p {
    margin: 0.9em 0;
    font-size: 1.3em;
    line-height: 1.2em;
    letter-spacing: -0.5px;
  }
}
@media screen and (max-height: 800px) {
  .non-ferrous .magnetism p {
    font-size: 1.2em;
  }
}
@media screen and (max-height: 700px) {
  .non-ferrous .magnetism p {
    margin: 0.8em 0;
    letter-spacing: 0px;
  }
}
@media screen and (max-height: 600px) {
  .non-ferrous .magnetism p {
    font-size: 1.15em;
  }
}
@media screen and (max-height: 550px) {
  .non-ferrous .magnetism p {
    font-size: 0.98em;
    line-height: 1.3em;
  }
}
@media screen and (max-height: 500px) {
  .non-ferrous .magnetism p {
    font-size: 0.95em;
  }
}
@media screen and (max-height: 450px) {
  .non-ferrous .magnetism p {
    margin: 0.7em 0;
    font-size: 0.85em;
    line-height: 1.3em;
  }
}
@media screen and (max-height: 400px) {
  .non-ferrous .magnetism p {
    font-size: 0.8em;
    margin: 0.6em 0;
  }
}
@media screen and (max-height: 350px) {
  .non-ferrous .magnetism p {
    margin: 1.5em 0;
    font-size: 1em;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 367px) and (max-height: 400px) {
  .non-ferrous .magnetism p {
    margin: 1.5em 0;
    font-size: 1em;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 330px) and (max-height: 430px) {
  .non-ferrous .magnetism p {
    margin: 1.5em 0;
    font-size: 1em;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 508px) and (max-height: 480px) {
  .non-ferrous .magnetism p {
    margin: 1.5em 0;
    font-size: 1em;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 810px) and (max-height: 650px) {
  .non-ferrous .magnetism p {
    margin: 1.5em 0;
    font-size: 1.2em;
    line-height: 1.5em;
  }
}
.non-ferrous h3 {
  margin: 0;
  text-align: right;
  animation: opacity 5s;
}
.non-ferrous :nth-child(4) {
  grid-row: 4;
}

.image_point {
  background-color: white;
  position: sticky;
  position: -webkit-sticky;
  display: block;
}
.image_point h3 {
  margin: 0;
  line-height: 40px;
}
.image_point h3:first-child {
  margin-top: 10px;
}
.image_point .image_box .images {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.image_point .image_box .images span {
  background: #fff100;
  animation: bg 5s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards;
  transform-origin: left center;
}
.image_point .image_box .images span:before {
  position: absolute;
  width: 95%;
  height: 90%;
  content: "";
  border: 4px solid #000;
}

.background_box {
  width: 100%;
  height: 100vh;
  margin-top: -75vh;
  background-image: url(../src/magnet_transparent.png);
  background-repeat: no-repeat;
  background-position: 60% bottom;
  background-size: 100%;
  position: sticky;
  position: -webkit-sticky;
  display: block;
  z-index: 30;
}
@media screen and (min-height: 1000px) {
  .background_box {
    height: 82vh;
    margin-top: -55vh;
  }
}
@media screen and (max-height: 900px) {
  .background_box {
    margin-top: -67vh;
  }
}
@media screen and (max-height: 800px) {
  .background_box {
    margin-top: -70vh;
  }
}
@media screen and (max-height: 750px) {
  .background_box {
    margin-top: -75vh;
    background-size: 85%;
    background-position-x: 90%;
  }
}
@media screen and (max-height: 700px) {
  .background_box {
    margin-top: -53vh;
  }
}
@media screen and (max-height: 650px) {
  .background_box {
    margin-top: 30vh;
    background-size: 90%;
  }
}
@media screen and (max-height: 600px) {
  .background_box {
    margin-top: 25vh;
  }
}
@media screen and (max-height: 550px) {
  .background_box {
    margin-top: 27vh;
  }
}
@media screen and (max-height: 500px) {
  .background_box {
    margin-top: 0vh;
  }
}
@media screen and (max-height: 450px) {
  .background_box {
    margin-top: -5vh;
    background-size: 85%;
    background-position-x: 85%;
  }
}
@media screen and (max-height: 400px) {
  .background_box {
    margin-top: 40vh;
  }
}
@media screen and (max-height: 350px) {
  .background_box {
    height: 100vh;
    margin-top: -10vh;
    background-size: 90%;
    position: relative;
    bottom: 15vh;
  }
}
@media screen and (max-height: 250px) {
  .background_box {
    height: 120vh;
  }
}
@media screen and (max-height: 200px) {
  .background_box {
    height: 150vh;
  }
}
@media screen and (max-height: 150px) {
  .background_box {
    height: 200vh;
  }
}
@media screen and (max-width: 450px) {
  .background_box {
    margin-top: -80vh;
  }
}
@media screen and (max-width: 450px) and (min-height: 1000px) {
  .background_box {
    margin-top: -60vh;
  }
}
@media screen and (max-width: 450px) and (max-height: 900px) {
  .background_box {
    margin-top: -70vh;
  }
}
@media screen and (max-width: 450px) and (max-height: 800px) {
  .background_box {
    margin-top: -80vh;
  }
}
@media screen and (max-width: 450px) and (max-height: 750px) {
  .background_box {
    margin-top: -73vh;
  }
}
@media screen and (max-width: 450px) and (max-height: 700px) {
  .background_box {
    margin-top: -52vh;
  }
}
@media screen and (max-width: 450px) and (max-height: 650px) {
  .background_box {
    margin-top: 28vh;
  }
}
@media screen and (max-width: 450px) and (max-height: 600px) {
  .background_box {
    margin-top: 20vh;
  }
}
@media screen and (max-width: 450px) and (max-height: 550px) {
  .background_box {
    margin-top: 18vh;
  }
}
@media screen and (max-width: 450px) and (max-height: 500px) {
  .background_box {
    margin-top: -15vh;
  }
}
@media screen and (max-width: 450px) and (max-height: 450px) {
  .background_box {
    margin-top: -15vh;
  }
}
@media screen and (max-width: 450px) and (max-height: 400px) {
  .background_box {
    margin-top: 30vh;
  }
}
@media screen and (max-width: 450px) and (max-height: 350px) {
  .background_box {
    height: 100vh;
    margin-top: -10vh;
    position: relative;
    bottom: 15vh;
  }
}
@media screen and (max-width: 450px) and (max-height: 250px) {
  .background_box {
    height: 130vh;
  }
}
@media screen and (max-width: 450px) and (max-height: 200px) {
  .background_box {
    height: 150vh;
  }
}
@media screen and (max-width: 450px) and (max-height: 150px) {
  .background_box {
    height: 200vh;
  }
}
@media screen and (max-width: 405px) {
  .background_box {
    height: 50vh;
    margin-top: -35vh;
  }
}
@media screen and (max-width: 405px) and (min-height: 1000px) {
  .background_box {
    height: 90vh;
    margin-top: -33vh;
  }
}
@media screen and (max-width: 405px) and (min-height: 1100px) {
  .background_box {
    height: 80vh;
    margin-top: 25vh;
  }
}
@media screen and (max-width: 405px) and (min-height: 1200px) {
  .background_box {
    height: 70vh;
    margin-top: 25vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 900px) {
  .background_box {
    margin-top: 21vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 800px) {
  .background_box {
    margin-top: -20vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 700px) {
  .background_box {
    margin-top: -10vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 650px) {
  .background_box {
    margin-top: 25vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 600px) {
  .background_box {
    margin-top: 23vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 550px) {
  .background_box {
    margin-top: 40vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 500px) {
  .background_box {
    margin-top: 45vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 400px) {
  .background_box {
    height: 70vh;
    margin-top: 25vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 350px) {
  .background_box {
    height: 100vh;
    margin-top: -10vh;
    background-size: 90%;
    background-position-x: 85%;
    position: relative;
    bottom: 10vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 270px) {
  .background_box {
    height: 150vh;
  }
}
@media screen and (max-width: 390px) {
  .background_box {
    margin-top: -37vh;
  }
}
@media screen and (max-width: 390px) and (min-height: 1000px) {
  .background_box {
    margin-top: -35vh;
  }
}
@media screen and (max-width: 390px) and (min-height: 1100px) {
  .background_box {
    margin-top: 40vh;
  }
}
@media screen and (max-width: 390px) and (min-height: 1200px) {
  .background_box {
    margin-top: 35vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 900px) {
  .background_box {
    margin-top: 21vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 800px) {
  .background_box {
    margin-top: 15vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 700px) {
  .background_box {
    margin-top: 15vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 650px) {
  .background_box {
    margin-top: 33vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 600px) {
  .background_box {
    margin-top: 50vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 500px) {
  .background_box {
    margin-top: 50vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 450px) {
  .background_box {
    margin-top: 55vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 400px) {
  .background_box {
    height: 100vh;
    margin-top: -10vh;
    background-size: 90%;
    background-position-x: 85%;
    position: relative;
    bottom: 10vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 270px) {
  .background_box {
    height: 150vh;
  }
}
@media screen and (max-width: 367px) {
  .background_box {
    margin-top: -42vh;
  }
}
@media screen and (max-width: 367px) and (min-height: 1000px) {
  .background_box {
    margin-top: -41vh;
  }
}
@media screen and (max-width: 367px) and (min-height: 1100px) {
  .background_box {
    margin-top: 34vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 900px) {
  .background_box {
    margin-top: 15vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 800px) {
  .background_box {
    margin-top: 15vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 700px) {
  .background_box {
    margin-top: 12vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 650px) {
  .background_box {
    margin-top: 40vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 600px) {
  .background_box {
    margin-top: 75vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 550px) {
  .background_box {
    margin-top: 52vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 500px) {
  .background_box {
    margin-top: 30vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 400px) {
  .background_box {
    height: 100vh;
    margin-top: -10vh;
    background-size: 90%;
    background-position-x: 85%;
    position: relative;
    bottom: 10vh;
  }
}
@media screen and (max-width: 330px) {
  .background_box {
    margin-top: -50vh;
  }
}
@media screen and (max-width: 330px) and (min-height: 1000px) {
  .background_box {
    margin-top: -10vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 900px) {
  .background_box {
    margin-top: 7vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 800px) {
  .background_box {
    margin-top: 5vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 700px) {
  .background_box {
    margin-top: 5vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 650px) {
  .background_box {
    margin-top: 35vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 600px) {
  .background_box {
    margin-top: 70vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 550px) {
  .background_box {
    margin-top: 35vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 500px) {
  .background_box {
    margin-top: 45vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 430px) {
  .background_box {
    height: 100vh;
    margin-top: -10vh;
    background-size: 90%;
    background-position-x: 85%;
    position: relative;
    bottom: 10vh;
  }
}
@media screen and (min-width: 508px) {
  .background_box {
    margin-top: -18vh;
    background-size: 95%;
    background-position-x: 85%;
  }
}
@media screen and (min-width: 508px) and (min-height: 1000px) {
  .background_box {
    margin-top: -55vh;
  }
}
@media screen and (min-width: 508px) and (min-height: 1200px) {
  .background_box {
    margin-top: -60vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 900px) {
  .background_box {
    margin-top: -15vh;
    background-size: 90%;
    background-position-x: 80%;
  }
}
@media screen and (min-width: 508px) and (max-height: 800px) {
  .background_box {
    margin-top: -30vh;
    background-size: 85%;
  }
}
@media screen and (min-width: 508px) and (max-height: 750px) {
  .background_box {
    margin-top: 15vh;
    background-size: 90%;
    background-position-x: 90%;
  }
}
@media screen and (min-width: 508px) and (max-height: 650px) {
  .background_box {
    margin-top: 20vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 600px) {
  .background_box {
    margin-top: 2vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 500px) {
  .background_box {
    margin-top: -30vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 480px) {
  .background_box {
    height: 100vh;
    margin-top: -10vh;
    background-size: 90%;
    background-position-x: 85%;
    position: relative;
    bottom: 15vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 300px) {
  .background_box {
    height: 150vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 250px) {
  .background_box {
    height: 200vh;
  }
}
@media screen and (min-width: 590px) {
  .background_box {
    margin-top: -11vh;
  }
}
@media screen and (min-width: 590px) and (min-height: 1000px) {
  .background_box {
    margin-top: -48vh;
  }
}
@media screen and (min-width: 590px) and (min-height: 1200px) {
  .background_box {
    margin-top: -57vh;
  }
}
@media screen and (min-width: 590px) and (max-height: 900px) {
  .background_box {
    margin-top: -8vh;
  }
}
@media screen and (min-width: 590px) and (max-height: 800px) {
  .background_box {
    margin-top: -25vh;
  }
}
@media screen and (min-width: 590px) and (max-height: 700px) {
  .background_box {
    margin-top: 40vh;
  }
}
@media screen and (min-width: 590px) and (max-height: 650px) {
  .background_box {
    margin-top: 20vh;
  }
}
@media screen and (min-width: 590px) and (max-height: 600px) {
  .background_box {
    margin-top: -2vh;
  }
}
@media screen and (min-width: 590px) and (max-height: 500px) {
  .background_box {
    margin-top: -25vh;
  }
}
@media screen and (min-width: 590px) and (max-height: 480px) {
  .background_box {
    height: 120vh;
    margin-top: -10vh;
    background-size: 80%;
    position: relative;
    bottom: 10vh;
  }
}
@media screen and (min-width: 590px) and (max-height: 250px) {
  .background_box {
    height: 150vh;
  }
}
@media screen and (min-width: 674px) {
  .background_box {
    margin-top: -20vh;
    background-size: 80%;
    background-position-x: 85%;
  }
}
@media screen and (min-width: 674px) and (min-height: 1000px) {
  .background_box {
    margin-top: -5vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 900px) {
  .background_box {
    margin-top: 35vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 800px) {
  .background_box {
    margin-top: 18vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 750px) {
  .background_box {
    margin-top: -37vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 700px) {
  .background_box {
    margin-top: -10vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 700px) {
  .background_box {
    margin-top: -11vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 650px) {
  .background_box {
    margin-top: 46vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 600px) {
  .background_box {
    margin-top: 15vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 520px) {
  .background_box {
    margin-top: -30vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 500px) {
  .background_box {
    margin-top: -25vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 480px) {
  .background_box {
    height: 200vh;
    margin-top: -10vh;
    position: relative;
    bottom: 10vh;
  }
}
@media screen and (min-width: 810px) {
  .background_box {
    margin-top: -10vh;
    background-size: 65%;
    background-position-x: 90%;
  }
}
@media screen and (min-width: 810px) and (min-height: 1000px) {
  .background_box {
    margin-top: 30vh;
  }
}
@media screen and (min-width: 810px) and (min-height: 1100px) {
  .background_box {
    margin-top: 52vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 900px) {
  .background_box {
    margin-top: 50vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 800px) {
  .background_box {
    margin-top: 48vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 750px) {
  .background_box {
    margin-top: -20vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 700px) {
  .background_box {
    margin-top: -10vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 700px) {
  .background_box {
    margin-top: -20vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 650px) {
  .background_box {
    height: 200vh;
    margin-top: -10vh;
    position: relative;
    bottom: 10vh;
  }
}
@media screen and (min-width: 960px) {
  .background_box {
    margin-top: 30vh;
    background-size: 70%;
    background-position-x: 95%;
  }
}
@media screen and (min-width: 960px) and (min-height: 1000px) {
  .background_box {
    margin-top: 30vh;
  }
}
@media screen and (min-width: 960px) and (min-height: 1100px) {
  .background_box {
    margin-top: 35vh;
  }
}
@media screen and (min-width: 960px) and (min-height: 1200px) {
  .background_box {
    margin-top: 25vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 900px) {
  .background_box {
    margin-top: 40vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 800px) {
  .background_box {
    margin-top: -15vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 750px) {
  .background_box {
    margin-top: -16vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 700px) {
  .background_box {
    margin-top: -10vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 680px) {
  .background_box {
    height: 200vh;
    margin-top: -10vh;
    position: relative;
    bottom: 10vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 800px) {
  .background_box {
    margin-top: -25vh;
  }
}
@media screen and (min-width: 1300px) {
  .background_box {
    margin-top: 115vh;
  }
}
@media screen and (min-width: 1300px) and (min-height: 1000px) {
  .background_box {
    margin-top: 120vh;
  }
}
@media screen and (min-width: 1400px) and (min-height: 1200px) {
  .background_box {
    margin-top: 110vh;
  }
}

.what {
  height: 200vh;
  position: relative;
  background-color: rgb(94, 95, 50);
  z-index: 25;
}
@media screen and (max-height: 360px) {
  .what {
    height: 250vh;
  }
}
.what .gimon {
  width: 100%;
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  display: block;
  top: 0;
  background: rgba(255, 255, 255, 0.2) url(../src/gimon_mb.jpg) no-repeat center/contain;
}
@media screen and (min-width: 960px) {
  .what .gimon {
    background-image: url(../src/gimon.jpg);
  }
}
.what .gimon img {
  width: 45%;
  top: 23%;
  left: 8%;
  position: absolute;
  transform: rotate(-23deg);
}
@media screen and (min-height: 1000px) {
  .what .gimon img {
    top: 28%;
    left: 1%;
  }
}
@media screen and (max-height: 1000px) {
  .what .gimon img {
    top: 25%;
    left: 3%;
  }
}
@media screen and (max-height: 900px) {
  .what .gimon img {
    top: 25%;
  }
}
@media screen and (max-height: 800px) {
  .what .gimon img {
    top: 15%;
  }
}
@media screen and (max-height: 700px) {
  .what .gimon img {
    top: 10%;
  }
}
@media screen and (max-height: 500px) {
  .what .gimon img {
    top: 7%;
  }
}
@media screen and (max-height: 400px) {
  .what .gimon img {
    width: 40%;
  }
}
@media screen and (max-height: 300px) {
  .what .gimon img {
    width: 37%;
    left: 7%;
  }
}
@media screen and (max-width: 405px) {
  .what .gimon img {
    top: 33%;
    left: 3%;
  }
}
@media screen and (max-width: 405px) and (max-height: 1000px) {
  .what .gimon img {
    top: 30%;
  }
}
@media screen and (max-width: 405px) and (max-height: 900px) {
  .what .gimon img {
    top: 25%;
  }
}
@media screen and (max-width: 367px) {
  .what .gimon img {
    top: 30%;
  }
}
@media screen and (max-width: 367px) and (max-height: 900px) {
  .what .gimon img {
    top: 25%;
  }
}
@media screen and (max-width: 367px) and (max-height: 650px) {
  .what .gimon img {
    top: 22%;
  }
}
@media screen and (max-width: 367px) and (max-height: 550px) {
  .what .gimon img {
    top: 15%;
  }
}
@media screen and (max-width: 367px) and (max-height: 200px) {
  .what .gimon img {
    top: 8%;
  }
}
@media screen and (max-width: 330px) {
  .what .gimon img {
    top: 33%;
  }
}
@media screen and (max-width: 330px) and (max-height: 700px) {
  .what .gimon img {
    top: 25%;
  }
}
@media screen and (max-width: 330px) and (max-height: 500px) {
  .what .gimon img {
    top: 20%;
  }
}
@media screen and (max-width: 330px) and (max-height: 250px) {
  .what .gimon img {
    top: 10%;
  }
}
@media screen and (min-width: 508px) {
  .what .gimon img {
    top: 25%;
    left: 2%;
  }
}
@media screen and (min-width: 508px) and (max-height: 800px) {
  .what .gimon img {
    width: 40%;
    top: 15%;
  }
}
@media screen and (min-width: 508px) and (max-height: 400px) {
  .what .gimon img {
    width: 35%;
    left: 7%;
  }
}
@media screen and (min-width: 508px) and (max-height: 300px) {
  .what .gimon img {
    width: 27%;
    left: 10%;
  }
}
@media screen and (min-width: 674px) {
  .what .gimon img {
    left: 3%;
  }
}
@media screen and (min-width: 674px) and (max-height: 900px) {
  .what .gimon img {
    width: 40%;
  }
}
@media screen and (min-width: 674px) and (max-height: 700px) {
  .what .gimon img {
    width: 35%;
  }
}
@media screen and (min-width: 674px) and (max-height: 500px) {
  .what .gimon img {
    top: 10%;
  }
}
@media screen and (min-width: 674px) and (max-height: 300px) {
  .what .gimon img {
    width: 25%;
    left: 17%;
  }
}
@media screen and (min-width: 674px) and (max-height: 200px) {
  .what .gimon img {
    width: 18%;
    left: 25%;
  }
}
@media screen and (min-width: 960px) {
  .what .gimon img {
    top: 15%;
  }
}
@media screen and (min-width: 960px) and (max-height: 870px) {
  .what .gimon img {
    top: 5%;
  }
}
@media screen and (min-width: 1000px) and (max-height: 600px) {
  .what .gimon img {
    width: 35%;
  }
}
@media screen and (min-width: 1000px) and (max-height: 500px) {
  .what .gimon img {
    width: 25%;
    left: 20%;
  }
}
@media screen and (min-width: 1000px) and (max-height: 300px) {
  .what .gimon img {
    width: 15%;
    left: 35%;
  }
}
.what .show .scale-up-center {
  -webkit-animation: scale-up-center 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-center 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.scrap {
  height: 300vh;
  margin-top: -100vh;
  background: linear-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0.5));
  background-color: white;
  color: white;
  position: relative;
  z-index: 25;
}
.scrap .box {
  height: 100vh;
  padding: 25px 25px;
  position: sticky;
  position: -webkit-sticky;
  display: block;
  background-image: url(../src/scrap_mb.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-clip: text;
  background-clip: text;
  top: 0;
  -webkit-text-stroke: 0.15px deeppink;
}
@media screen and (max-width: 405px) {
  .scrap .box {
    padding: 25px 33px;
  }
}
@media screen and (max-width: 330px) {
  .scrap .box {
    display: none;
  }
}
@media screen and (min-width: 508px) {
  .scrap .box {
    padding: 30px 40px;
  }
}
@media screen and (min-width: 674px) {
  .scrap .box {
    padding: 35px 40px;
  }
}
@media screen and (min-width: 960px) {
  .scrap .box {
    padding: 45px 75px;
    background-image: url(../src/scrap.jpg);
    -webkit-text-stroke: 0.1px deeppink;
  }
}
.scrap .box h3 {
  color: rgba(255, 255, 255, 0);
  text-align: justify;
  text-indent: 0.7em;
  margin: 0;
  font-size: 3.6em;
  line-height: 1.1em;
  letter-spacing: -0.1em;
}
@media screen and (max-height: 660px) {
  .scrap .box h3 {
    font-size: 3.2em;
  }
}
@media screen and (max-height: 560px) {
  .scrap .box h3 {
    font-size: 2.8em;
  }
}
@media screen and (max-height: 480px) {
  .scrap .box h3 {
    font-size: 2.5em;
  }
}
@media screen and (max-height: 350px) {
  .scrap .box h3 {
    font-size: 2.2em;
  }
}
@media screen and (max-height: 280px) {
  .scrap .box h3 {
    font-size: 1.7em;
  }
}
@media screen and (max-height: 200px) {
  .scrap .box h3 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 405px) {
  .scrap .box h3 {
    font-size: 3em;
    line-height: 1.1em;
    letter-spacing: -0.12em;
  }
}
@media screen and (max-width: 405px) and (max-height: 540px) {
  .scrap .box h3 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 405px) and (max-height: 430px) {
  .scrap .box h3 {
    font-size: 2.3em;
  }
}
@media screen and (max-width: 405px) and (max-height: 350px) {
  .scrap .box h3 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 405px) and (max-height: 280px) {
  .scrap .box h3 {
    font-size: 1.7em;
  }
}
@media screen and (max-width: 405px) and (max-height: 200px) {
  .scrap .box h3 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 367px) {
  .scrap .box h3 {
    font-size: 3em;
    line-height: 1.1em;
    letter-spacing: -0.11em;
  }
}
@media screen and (max-width: 367px) and (max-height: 605px) {
  .scrap .box h3 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 367px) and (max-height: 455px) {
  .scrap .box h3 {
    font-size: 2.3em;
  }
}
@media screen and (max-width: 367px) and (max-height: 400px) {
  .scrap .box h3 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 367px) and (max-height: 350px) {
  .scrap .box h3 {
    font-size: 1.7em;
  }
}
@media screen and (max-width: 367px) and (max-height: 240px) {
  .scrap .box h3 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 367px) and (max-height: 200px) {
  .scrap .box h3 {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 508px) {
  .scrap .box h3 {
    font-size: 3.8em;
    line-height: 1em;
  }
}
@media screen and (min-width: 508px) and (max-height: 650px) {
  .scrap .box h3 {
    font-size: 3.4em;
  }
}
@media screen and (min-width: 508px) and (max-height: 530px) {
  .scrap .box h3 {
    font-size: 3em;
  }
}
@media screen and (min-width: 508px) and (max-height: 430px) {
  .scrap .box h3 {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 508px) and (max-height: 320px) {
  .scrap .box h3 {
    font-size: 2.2em;
  }
}
@media screen and (min-width: 508px) and (max-height: 270px) {
  .scrap .box h3 {
    font-size: 1.6em;
  }
}
@media screen and (min-width: 508px) and (max-height: 200px) {
  .scrap .box h3 {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 600px) {
  .scrap .box h3 {
    font-size: 4.3em;
    line-height: 1.1em;
  }
}
@media screen and (min-width: 600px) and (max-height: 800px) {
  .scrap .box h3 {
    font-size: 4em;
  }
}
@media screen and (min-width: 600px) and (max-height: 650px) {
  .scrap .box h3 {
    font-size: 3.4em;
  }
}
@media screen and (min-width: 600px) and (max-height: 500px) {
  .scrap .box h3 {
    font-size: 3.3em;
  }
}
@media screen and (min-width: 600px) and (max-height: 430px) {
  .scrap .box h3 {
    font-size: 3em;
  }
}
@media screen and (min-width: 600px) and (max-height: 365px) {
  .scrap .box h3 {
    font-size: 2.4em;
  }
}
@media screen and (min-width: 600px) and (max-height: 270px) {
  .scrap .box h3 {
    font-size: 2em;
  }
}
@media screen and (min-width: 600px) and (max-height: 200px) {
  .scrap .box h3 {
    font-size: 1.7em;
  }
}
@media screen and (min-width: 674px) {
  .scrap .box h3 {
    font-size: 4.5em;
    line-height: 1.1em;
  }
}
@media screen and (min-width: 674px) and (max-height: 700px) {
  .scrap .box h3 {
    font-size: 4em;
  }
}
@media screen and (min-width: 674px) and (max-height: 550px) {
  .scrap .box h3 {
    font-size: 3.5em;
  }
}
@media screen and (min-width: 674px) and (max-height: 500px) {
  .scrap .box h3 {
    font-size: 3.3em;
  }
}
@media screen and (min-width: 674px) and (max-height: 430px) {
  .scrap .box h3 {
    font-size: 3em;
  }
}
@media screen and (min-width: 674px) and (max-height: 330px) {
  .scrap .box h3 {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 674px) and (max-height: 250px) {
  .scrap .box h3 {
    font-size: 2em;
  }
}
@media screen and (min-width: 674px) and (max-height: 200px) {
  .scrap .box h3 {
    font-size: 1.7em;
  }
}
@media screen and (min-width: 750px) {
  .scrap .box h3 {
    font-size: 5em;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 750px) and (max-height: 850px) {
  .scrap .box h3 {
    font-size: 4.5em;
  }
}
@media screen and (min-width: 750px) and (max-height: 700px) {
  .scrap .box h3 {
    font-size: 4em;
  }
}
@media screen and (min-width: 750px) and (max-height: 570px) {
  .scrap .box h3 {
    font-size: 3.5em;
  }
}
@media screen and (min-width: 750px) and (max-height: 430px) {
  .scrap .box h3 {
    font-size: 3.3em;
  }
}
@media screen and (min-width: 750px) and (max-height: 380px) {
  .scrap .box h3 {
    font-size: 3em;
  }
}
@media screen and (min-width: 750px) and (max-height: 350px) {
  .scrap .box h3 {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 750px) and (max-height: 250px) {
  .scrap .box h3 {
    font-size: 2em;
  }
}
@media screen and (min-width: 820px) {
  .scrap .box h3 {
    font-size: 5em;
    line-height: 1.3em;
  }
}
@media screen and (min-width: 820px) and (max-height: 800px) {
  .scrap .box h3 {
    font-size: 4.5em;
  }
}
@media screen and (min-width: 820px) and (max-height: 700px) {
  .scrap .box h3 {
    font-size: 4em;
  }
}
@media screen and (min-width: 820px) and (max-height: 560px) {
  .scrap .box h3 {
    font-size: 3.5em;
  }
}
@media screen and (min-width: 820px) and (max-height: 430px) {
  .scrap .box h3 {
    font-size: 3.2em;
  }
}
@media screen and (min-width: 820px) and (max-height: 380px) {
  .scrap .box h3 {
    font-size: 2.8em;
  }
}
@media screen and (min-width: 820px) and (max-height: 260px) {
  .scrap .box h3 {
    font-size: 2.4em;
  }
}
@media screen and (min-width: 820px) and (max-height: 200px) {
  .scrap .box h3 {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 920px) {
  .scrap .box h3 {
    font-size: 5em;
    line-height: 1.3em;
  }
}
@media screen and (min-width: 920px) and (max-height: 700px) {
  .scrap .box h3 {
    font-size: 4.5em;
  }
}
@media screen and (min-width: 920px) and (max-height: 600px) {
  .scrap .box h3 {
    font-size: 4em;
  }
}
@media screen and (min-width: 920px) and (max-height: 500px) {
  .scrap .box h3 {
    font-size: 3.5em;
  }
}
@media screen and (min-width: 920px) and (max-height: 430px) {
  .scrap .box h3 {
    font-size: 3.3em;
  }
}
@media screen and (min-width: 920px) and (max-height: 230px) {
  .scrap .box h3 {
    font-size: 3em;
  }
}
@media screen and (min-width: 960px) {
  .scrap .box h3 {
    font-size: 5.5em;
    line-height: 1.1em;
  }
}
@media screen and (min-width: 960px) and (max-height: 1100px) {
  .scrap .box h3 {
    line-height: 1.1em;
  }
}
@media screen and (min-width: 960px) and (max-height: 860px) {
  .scrap .box h3 {
    font-size: 5.5em;
  }
}
@media screen and (min-width: 960px) and (max-height: 700px) {
  .scrap .box h3 {
    font-size: 5em;
  }
}
@media screen and (min-width: 960px) and (max-height: 600px) {
  .scrap .box h3 {
    font-size: 4.5em;
  }
}
@media screen and (min-width: 960px) and (max-height: 550px) {
  .scrap .box h3 {
    font-size: 4em;
  }
}
@media screen and (min-width: 960px) and (max-height: 400px) {
  .scrap .box h3 {
    font-size: 3.5em;
  }
}
@media screen and (min-width: 960px) and (max-height: 360px) {
  .scrap .box h3 {
    font-size: 3em;
  }
}
@media screen and (min-width: 960px) and (max-height: 300px) {
  .scrap .box h3 {
    font-size: 2.5em;
  }
}
.scrap .box_cover {
  background-image: url(../src/scrap_mb.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: sticky;
  position: -webkit-sticky;
  display: block;
  top: 0;
}
@media screen and (min-width: 960px) {
  .scrap .box_cover {
    background-image: url(../src/scrap.jpg);
  }
}
.scrap .image {
  width: 100%;
  height: 100vh;
  padding: 25px 0 20px;
  background-image: url(../src/scrap_mb.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 960px) {
  .scrap .image {
    width: 100%;
    height: 100vh;
    padding: 25px 0 20px;
    background-image: url(../src/scrap.jpg);
    top: 0;
  }
}
@media screen and (max-height: 360px) {
  .scrap .image {
    padding: 0;
  }
}
.scrap .image .js-scroll-trigger {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.8s ease-out, transform 0.2s ease-out;
  position: relative;
  z-index: 20;
}
.scrap .image .js-scroll-trigger.show {
  opacity: 1;
  transform: translateY(0);
}
.scrap .image .wholesale {
  width: 100%;
  margin-top: 17vh;
}
@media screen and (max-height: 900px) {
  .scrap .image .wholesale {
    margin-top: 15vh;
  }
}
@media screen and (max-height: 550px) {
  .scrap .image .wholesale {
    margin-top: 5vh;
  }
}
@media screen and (max-height: 410px) {
  .scrap .image .wholesale {
    margin-top: 2vh;
  }
}
@media screen and (max-height: 300px) {
  .scrap .image .wholesale {
    width: 85%;
    margin-top: 7vh;
  }
}
@media screen and (max-height: 250px) {
  .scrap .image .wholesale {
    width: 70%;
  }
}
@media screen and (max-height: 200px) {
  .scrap .image .wholesale {
    width: 55%;
  }
}
@media screen and (min-width: 508px) {
  .scrap .image .wholesale {
    margin-top: 12vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 720px) {
  .scrap .image .wholesale {
    margin-top: 10vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 600px) {
  .scrap .image .wholesale {
    margin-top: 7vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 550px) {
  .scrap .image .wholesale {
    width: 85%;
    margin-top: 5vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 450px) {
  .scrap .image .wholesale {
    width: 80%;
    margin-top: 3vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 400px) {
  .scrap .image .wholesale {
    width: 70%;
  }
}
@media screen and (min-width: 508px) and (max-height: 300px) {
  .scrap .image .wholesale {
    width: 55%;
  }
}
@media screen and (min-width: 508px) and (max-height: 200px) {
  .scrap .image .wholesale {
    width: 45%;
  }
}
@media screen and (min-width: 674px) {
  .scrap .image .wholesale {
    margin-top: 10vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 900px) {
  .scrap .image .wholesale {
    margin-top: 11vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 700px) {
  .scrap .image .wholesale {
    margin-top: 8vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 600px) {
  .scrap .image .wholesale {
    margin-top: 6vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 500px) {
  .scrap .image .wholesale {
    margin-top: 3vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 410px) {
  .scrap .image .wholesale {
    width: 70%;
    margin-top: 2vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 280px) {
  .scrap .image .wholesale {
    width: 60%;
  }
}
@media screen and (min-width: 674px) and (max-height: 210px) {
  .scrap .image .wholesale {
    width: 40%;
  }
}
@media screen and (min-width: 720px) and (max-height: 900px) {
  .scrap .image .wholesale {
    margin-top: 9vh;
  }
}
@media screen and (min-width: 720px) and (max-height: 700px) {
  .scrap .image .wholesale {
    margin-top: 6vh;
  }
}
@media screen and (min-width: 720px) and (max-height: 620px) {
  .scrap .image .wholesale {
    margin-top: 2vh;
  }
}
@media screen and (min-width: 720px) and (max-height: 580px) {
  .scrap .image .wholesale {
    width: 85%;
    margin-top: 3vh;
  }
}
@media screen and (min-width: 720px) and (max-height: 540px) {
  .scrap .image .wholesale {
    width: 75%;
    margin-top: 0;
  }
}
@media screen and (min-width: 720px) and (max-height: 460px) {
  .scrap .image .wholesale {
    width: 60%;
  }
}
@media screen and (min-width: 720px) and (max-height: 320px) {
  .scrap .image .wholesale {
    width: 50%;
  }
}
@media screen and (min-width: 720px) and (max-height: 230px) {
  .scrap .image .wholesale {
    width: 40%;
  }
}
@media screen and (min-width: 960px) and (max-height: 500px) {
  .scrap .image .wholesale {
    margin-top: -2vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 460px) {
  .scrap .image .wholesale {
    margin-top: 1vh;
    width: 55%;
  }
}
@media screen and (min-width: 960px) and (max-height: 320px) {
  .scrap .image .wholesale {
    margin-top: 3vh;
    width: 50%;
  }
}
@media screen and (min-width: 960px) and (max-height: 260px) {
  .scrap .image .wholesale {
    margin-top: 5vh;
    width: 40%;
  }
}
@media screen and (min-width: 960px) and (max-height: 200px) {
  .scrap .image .wholesale {
    margin-top: 2vh;
    width: 35%;
  }
}
@media screen and (min-width: 1000px) and (max-height: 800px) {
  .scrap .image .wholesale {
    margin-top: 3vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 700px) {
  .scrap .image .wholesale {
    margin-top: 1vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 640px) {
  .scrap .image .wholesale {
    width: 90%;
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) and (max-height: 570px) {
  .scrap .image .wholesale {
    width: 83%;
    margin-top: -3vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 500px) {
  .scrap .image .wholesale {
    width: 75%;
    margin-top: -2vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 420px) {
  .scrap .image .wholesale {
    width: 70%;
    margin-top: -5vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 380px) {
  .scrap .image .wholesale {
    width: 60%;
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) and (max-height: 300px) {
  .scrap .image .wholesale {
    width: 50%;
  }
}
@media screen and (min-width: 1000px) and (max-height: 250px) {
  .scrap .image .wholesale {
    width: 40%;
  }
}
@media screen and (min-width: 1200px) and (max-height: 600px) {
  .scrap .image .wholesale {
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) and (max-height: 450px) {
  .scrap .image .wholesale {
    width: 70%;
    margin-top: 1vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 400px) {
  .scrap .image .wholesale {
    width: 60%;
    margin-top: -2vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 370px) {
  .scrap .image .wholesale {
    width: 50%;
    margin-top: 2vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 300px) {
  .scrap .image .wholesale {
    width: 35%;
  }
}
@media screen and (min-width: 1300px) and (max-height: 450px) {
  .scrap .image .wholesale {
    width: 63%;
    margin-top: -5vh;
  }
}
@media screen and (min-width: 1300px) and (max-height: 380px) {
  .scrap .image .wholesale {
    width: 55%;
    margin-top: 1vh;
  }
}
@media screen and (min-width: 1300px) and (max-height: 300px) {
  .scrap .image .wholesale {
    width: 45%;
    margin-top: 3vh;
  }
}
@media screen and (min-width: 1300px) and (max-height: 250px) {
  .scrap .image .wholesale {
    width: 30%;
  }
}
.scrap .gradient {
  position: absolute;
  color: white;
  background: linear-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0.9));
  border-top: solid 5px rgba(94, 95, 50, 0.8);
  z-index: 20;
}
@media screen and (min-height: 900px) {
  .scrap .gradient {
    height: 60vh;
    top: 45vh;
  }
}
@media screen and (max-height: 900px) {
  .scrap .gradient {
    height: 55vh;
    top: 50vh;
  }
}
@media screen and (max-height: 550px) {
  .scrap .gradient {
    height: 60vh;
    top: 45vh;
  }
}
@media screen and (max-height: 300px) {
  .scrap .gradient {
    height: 55vh;
    top: 50vh;
  }
}
@media screen and (min-width: 1000px) {
  .scrap .gradient {
    height: 50vh;
    top: 55vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 700px) {
  .scrap .gradient {
    height: 55vh;
    top: 50vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 500px) {
  .scrap .gradient {
    height: 50vh;
    top: 55vh;
  }
}
@media screen and (min-width: 1100px) and (max-height: 700px) {
  .scrap .gradient {
    height: 45vh;
    top: 60vh;
  }
}
@media screen and (min-width: 1100px) and (max-height: 400px) {
  .scrap .gradient {
    height: 50vh;
    top: 55vh;
  }
}
@media screen and (min-width: 1300px) and (max-height: 500px) {
  .scrap .gradient {
    height: 40vh;
    top: 65vh;
  }
}
.scrap .gradient p {
  margin: 30px 30px 5px;
  font-weight: bold;
  font-size: 2.2em;
  line-height: 1.2em;
  letter-spacing: -0.1em;
  background-image: url(../src/scrap_mb.jpg);
  color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 0.1px darkgrey;
  text-align: justify;
}
@media screen and (min-height: 900px) {
  .scrap .gradient p {
    font-size: 2.5em;
  }
}
@media screen and (max-height: 800px) {
  .scrap .gradient p {
    font-size: 2em;
  }
}
@media screen and (max-height: 720px) {
  .scrap .gradient p {
    font-size: 1.8em;
  }
}
@media screen and (max-height: 500px) {
  .scrap .gradient p {
    margin: 20px 30px 5px;
  }
}
@media screen and (max-height: 440px) {
  .scrap .gradient p {
    font-size: 1.7em;
  }
}
@media screen and (max-height: 380px) {
  .scrap .gradient p {
    font-size: 1.5em;
  }
}
@media screen and (max-height: 300px) {
  .scrap .gradient p {
    font-size: 1.2em;
  }
}
@media screen and (max-height: 250px) {
  .scrap .gradient p {
    margin: 10px 30px 5px;
    font-size: 1.1em;
  }
}
@media screen and (max-width: 430px) and (max-height: 1000px) {
  .scrap .gradient p {
    font-size: 2.3em;
  }
}
@media screen and (max-width: 430px) and (max-height: 900px) {
  .scrap .gradient p {
    margin: 25px 30px 5px;
    font-size: 2.2em;
  }
}
@media screen and (max-width: 430px) and (max-height: 800px) {
  .scrap .gradient p {
    font-size: 2em;
  }
}
@media screen and (max-width: 430px) and (max-height: 720px) {
  .scrap .gradient p {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 430px) and (max-height: 600px) {
  .scrap .gradient p {
    margin: 20px 30px 5px;
  }
}
@media screen and (max-width: 430px) and (max-height: 500px) {
  .scrap .gradient p {
    margin: 15px 30px 5px;
    font-size: 1.6em;
  }
}
@media screen and (max-width: 430px) and (max-height: 400px) {
  .scrap .gradient p {
    margin: 10px 30px 5px;
    font-size: 1.4em;
  }
}
@media screen and (max-width: 430px) and (max-height: 300px) {
  .scrap .gradient p {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 430px) and (max-height: 250px) {
  .scrap .gradient p {
    margin: 5px 30px 5px;
    font-size: 1em;
  }
}
@media screen and (max-width: 405px) and (min-height: 900px) {
  .scrap .gradient p {
    margin: 20px 30px 5px;
    font-size: 2.3em;
  }
}
@media screen and (max-width: 405px) and (max-height: 900px) {
  .scrap .gradient p {
    font-size: 2em;
  }
}
@media screen and (max-width: 405px) and (max-height: 720px) {
  .scrap .gradient p {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 405px) and (max-height: 600px) {
  .scrap .gradient p {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 405px) and (max-height: 440px) {
  .scrap .gradient p {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 405px) and (max-height: 380px) {
  .scrap .gradient p {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 405px) and (max-height: 250px) {
  .scrap .gradient p {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 367px) and (min-height: 900px) {
  .scrap .gradient p {
    font-size: 2.3em;
  }
}
@media screen and (max-width: 367px) and (max-height: 800px) {
  .scrap .gradient p {
    font-size: 2em;
  }
}
@media screen and (max-width: 367px) and (max-height: 750px) {
  .scrap .gradient p {
    margin: 15px 30px 5px;
    font-size: 1.8em;
  }
}
@media screen and (max-width: 367px) and (max-height: 620px) {
  .scrap .gradient p {
    font-size: 1.7em;
  }
}
@media screen and (max-width: 367px) and (max-height: 500px) {
  .scrap .gradient p {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 367px) and (max-height: 380px) {
  .scrap .gradient p {
    margin: 10px 30px 5px;
    font-size: 1.4em;
  }
}
@media screen and (max-width: 367px) and (max-height: 300px) {
  .scrap .gradient p {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 367px) and (max-height: 200px) {
  .scrap .gradient p {
    margin: 5px 30px 5px;
    font-size: 1em;
  }
}
@media screen and (max-width: 330px) and (min-height: 900px) {
  .scrap .gradient p {
    font-size: 2em;
  }
}
@media screen and (max-width: 330px) and (max-height: 900px) {
  .scrap .gradient p {
    margin: 15px 30px 5px;
    font-size: 1.8em;
  }
}
@media screen and (max-width: 330px) and (max-height: 650px) {
  .scrap .gradient p {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 330px) and (max-height: 520px) {
  .scrap .gradient p {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 330px) and (max-height: 450px) {
  .scrap .gradient p {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 330px) and (max-height: 360px) {
  .scrap .gradient p {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 330px) and (max-height: 330px) {
  .scrap .gradient p {
    margin: 10px 30px 5px;
    font-size: 1.1em;
  }
}
@media screen and (max-width: 330px) and (max-height: 240px) {
  .scrap .gradient p {
    margin: 5px 30px 5px;
    font-size: 0.9em;
  }
}
@media screen and (max-width: 280px) {
  .scrap .gradient p {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 280px) and (max-height: 900px) {
  .scrap .gradient p {
    margin: 15px 30px 5px;
    font-size: 1.7em;
  }
}
@media screen and (max-width: 280px) and (max-height: 800px) {
  .scrap .gradient p {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 280px) and (max-height: 600px) {
  .scrap .gradient p {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 280px) and (max-height: 450px) {
  .scrap .gradient p {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 280px) and (max-height: 360px) {
  .scrap .gradient p {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 280px) and (max-height: 330px) {
  .scrap .gradient p {
    margin: 10px 30px 5px;
    font-size: 0.9em;
  }
}
@media screen and (max-width: 280px) and (max-height: 240px) {
  .scrap .gradient p {
    margin: 5px 30px 5px;
    font-size: 0.8em;
  }
}
@media screen and (min-width: 508px) and (min-height: 900px) {
  .scrap .gradient p {
    font-size: 2.8em;
  }
}
@media screen and (min-width: 508px) and (max-height: 900px) {
  .scrap .gradient p {
    font-size: 2.3em;
  }
}
@media screen and (min-width: 508px) and (max-height: 720px) {
  .scrap .gradient p {
    font-size: 2em;
  }
}
@media screen and (min-width: 508px) and (max-height: 650px) {
  .scrap .gradient p {
    font-size: 1.9em;
  }
}
@media screen and (min-width: 508px) and (max-height: 440px) {
  .scrap .gradient p {
    font-size: 1.6em;
  }
}
@media screen and (min-width: 508px) and (max-height: 380px) {
  .scrap .gradient p {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 508px) and (max-height: 280px) {
  .scrap .gradient p {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 508px) and (max-height: 200px) {
  .scrap .gradient p {
    font-size: 1em;
  }
}
@media screen and (min-width: 674px) {
  .scrap .gradient p {
    margin: 30px 45px 5px;
  }
}
@media screen and (min-width: 674px) and (min-height: 900px) {
  .scrap .gradient p {
    font-size: 3.2em;
  }
}
@media screen and (min-width: 674px) and (max-height: 900px) {
  .scrap .gradient p {
    font-size: 2.8em;
  }
}
@media screen and (min-width: 674px) and (max-height: 800px) {
  .scrap .gradient p {
    margin: 25px 50px 5px;
  }
}
@media screen and (min-width: 674px) and (max-height: 780px) {
  .scrap .gradient p {
    font-size: 2.7em;
  }
}
@media screen and (min-width: 674px) and (max-height: 650px) {
  .scrap .gradient p {
    margin: 20px 55px 5px;
    font-size: 2.5em;
  }
}
@media screen and (min-width: 674px) and (max-height: 500px) {
  .scrap .gradient p {
    margin: 15px 55px 5px;
    font-size: 2.1em;
  }
}
@media screen and (min-width: 674px) and (max-height: 440px) {
  .scrap .gradient p {
    font-size: 2em;
  }
}
@media screen and (min-width: 674px) and (max-height: 380px) {
  .scrap .gradient p {
    margin: 10px 55px 5px;
    font-size: 1.7em;
  }
}
@media screen and (min-width: 674px) and (max-height: 300px) {
  .scrap .gradient p {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 674px) and (max-height: 240px) {
  .scrap .gradient p {
    font-size: 1em;
  }
}
@media screen and (min-width: 960px) {
  .scrap .gradient p {
    margin: 50px 80px 5px;
    background-image: url(../src/scrap.jpg);
  }
}
@media screen and (min-width: 960px) and (min-height: 900px) {
  .scrap .gradient p {
    font-size: 3.5em;
  }
}
@media screen and (min-width: 960px) and (max-height: 900px) {
  .scrap .gradient p {
    margin: 30px 80px 5px;
    font-size: 2.9em;
  }
}
@media screen and (min-width: 960px) and (max-height: 800px) {
  .scrap .gradient p {
    margin: 25px 80px 5px;
  }
}
@media screen and (min-width: 960px) and (max-height: 780px) {
  .scrap .gradient p {
    font-size: 2.7em;
  }
}
@media screen and (min-width: 960px) and (max-height: 650px) {
  .scrap .gradient p {
    margin: 20px 80px 5px;
    font-size: 2.5em;
  }
}
@media screen and (min-width: 960px) and (max-height: 500px) {
  .scrap .gradient p {
    font-size: 2.3em;
  }
}
@media screen and (min-width: 960px) and (max-height: 440px) {
  .scrap .gradient p {
    font-size: 2.2em;
  }
}
@media screen and (min-width: 960px) and (max-height: 380px) {
  .scrap .gradient p {
    font-size: 2em;
  }
}
@media screen and (min-width: 960px) and (max-height: 300px) {
  .scrap .gradient p {
    font-size: 1.6em;
  }
}
@media screen and (min-width: 960px) and (max-height: 240px) {
  .scrap .gradient p {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 1000px) and (max-height: 350px) {
  .scrap .gradient p {
    font-size: 1.8em;
  }
}

.scrolled {
  animation: fadeinup 3s ease-in-out 3s 1 normal forwards;
}

.bg_box {
  height: 50vh;
  background: linear-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0.5));
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  position: sticky;
  position: -webkit-sticky;
  display: block;
  top: 0;
  z-index: 23;
}

#midashi {
  width: 100%;
  padding: 10px 30px 50px;
  top: -50px;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: start;
  position: sticky;
  position: -webkit-sticky;
  display: block;
  z-index: 10;
}
#midashi h4 {
  margin: 65px 0 0;
}

.variety {
  height: 300vh;
  margin-top: -100vh;
  margin-bottom: -100vh;
  background-color: black;
  z-index: 25;
}
@media screen and (max-height: 500px) {
  .variety {
    height: 400vh;
  }
}
.variety .commodity {
  width: 100%;
  padding: 10px 50px 50px;
  top: -50px;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: start;
  position: sticky;
  position: -webkit-sticky;
  display: block;
}
@media screen and (max-width: 500px) {
  .variety .commodity {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .variety .commodity h4 {
    grid-column: 1/3;
  }
}
@media screen and (min-width: 674px) {
  .variety .commodity {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 960px) {
  .variety .commodity {
    width: 100%;
    box-sizing: border-box;
  }
}
.variety .commodity ul {
  margin: 0 auto;
  padding: 20px 0;
  display: inline-block;
  color: white;
}
@media screen and (min-width: 501px) {
  .variety .commodity ul {
    width: 95%;
    display: flex;
    justify-content: space-around;
  }
}
@media screen and (min-width: 960px) {
  .variety .commodity ul {
    width: 90%;
  }
}
@media screen and (min-width: 1000px) {
  .variety .commodity ul {
    width: 80%;
    padding: 30px 0;
  }
}
@media screen and (max-width: 500px) {
  .variety .commodity ul {
    padding: 0;
  }
}
.variety .commodity ul:first-of-type :nth-child(4) {
  letter-spacing: -0.2em;
}
@media screen and (max-width: 500px) {
  .variety .commodity ul:first-of-type {
    grid-column: 1;
  }
  .variety .commodity ul:first-of-type :nth-child(odd) {
    left: -25%;
  }
  .variety .commodity ul:first-of-type :nth-child(2) {
    top: -5px;
    left: 35%;
  }
  .variety .commodity ul:first-of-type :nth-child(3) {
    top: -5px;
    left: -45%;
  }
  .variety .commodity ul:first-of-type :nth-child(4) {
    top: 2px;
    left: 50%;
  }
}
@media screen and (max-width: 367px) {
  .variety .commodity ul:first-of-type :nth-child(2) {
    top: -8px;
    left: 30%;
  }
  .variety .commodity ul:first-of-type :nth-child(4) {
    top: -2px;
    left: 40%;
  }
  .variety .commodity ul:first-of-type :last-child {
    top: 10px;
  }
}
@media screen and (max-width: 210px) {
  .variety .commodity ul:first-of-type :nth-child(1) {
    top: 0;
    left: 0;
  }
  .variety .commodity ul:first-of-type :nth-child(2) {
    top: 0;
    left: 0;
  }
  .variety .commodity ul:first-of-type :nth-child(3) {
    top: 0;
    left: 0;
  }
  .variety .commodity ul:first-of-type :nth-child(4) {
    top: 0;
    left: 0;
  }
  .variety .commodity ul:first-of-type :last-child {
    top: 0;
    left: 0;
  }
}
.variety .commodity ul:last-of-type :first-child {
  letter-spacing: -0.2em;
}
.variety .commodity ul:last-of-type :nth-child(2) {
  letter-spacing: -0.2em;
}
@media screen and (max-width: 500px) {
  .variety .commodity ul:last-of-type {
    grid-column: 2;
  }
  .variety .commodity ul:last-of-type :nth-child(odd) {
    left: -40%;
  }
  .variety .commodity ul:last-of-type :nth-child(2) {
    left: 40%;
  }
  .variety .commodity ul:last-of-type :nth-child(3) {
    top: -15px;
    left: -70%;
  }
  .variety .commodity ul:last-of-type :nth-child(4) {
    top: -20px;
    left: 30%;
  }
  .variety .commodity ul:last-of-type :last-child {
    top: 15px;
    left: -40%;
  }
}
@media screen and (max-width: 500px) and (max-height: 300px) {
  .variety .commodity ul:last-of-type :last-child {
    top: -13px;
  }
}
@media screen and (max-width: 367px) {
  .variety .commodity ul:last-of-type :nth-child(3) {
    top: -10px;
    left: -62%;
  }
  .variety .commodity ul:last-of-type :nth-child(4) {
    top: -15px;
    left: 25%;
  }
}
@media screen and (max-width: 210px) {
  .variety .commodity ul:last-of-type :nth-child(1) {
    top: 0;
    left: 0;
  }
  .variety .commodity ul:last-of-type :nth-child(2) {
    top: 0;
    left: 0;
  }
  .variety .commodity ul:last-of-type :nth-child(3) {
    top: 0;
    left: 0;
  }
  .variety .commodity ul:last-of-type :nth-child(4) {
    top: 0;
    left: 0;
  }
  .variety .commodity ul:last-of-type :last-child {
    top: 0;
    left: 0;
  }
}
.variety .commodity ul li {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 501px) {
  .variety .commodity ul li {
    font-size: 16px;
    letter-spacing: -0.1em;
  }
}
@media screen and (min-width: 674px) {
  .variety .commodity ul li {
    font-size: 23px;
    letter-spacing: -0.08em;
  }
}
@media screen and (min-width: 960px) {
  .variety .commodity ul li {
    font-size: 25px;
  }
}
@media screen and (max-width: 500px) {
  .variety .commodity ul li {
    padding: 10px 0 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) and (max-height: 360px) {
  .variety .commodity ul li {
    padding: 0;
  }
}
@media screen and (max-width: 500px) and (max-height: 320px) {
  .variety .commodity ul li {
    font-size: 17px;
  }
}
@media screen and (max-width: 500px) and (max-height: 280px) {
  .variety .commodity ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 367px) {
  .variety .commodity ul li {
    font-size: 15px;
  }
}
@media screen and (max-width: 210px) {
  .variety .commodity ul li {
    font-size: 13px;
  }
}
.variety .commodity ul li:first-letter {
  font-size: 130%;
  color: rgb(51, 204, 255);
}
@media screen and (max-width: 405px) {
  .variety .commodity ul li:first-letter {
    font-size: 125%;
  }
}
.variety .commodity ul li:before {
  width: 60px;
  height: 5px;
  position: absolute;
  left: calc(50% - 30px);
  content: "";
  border-radius: 3px;
  background-color: rgba(51, 204, 255, 0.8);
  bottom: -5px;
}
@media screen and (min-width: 501px) {
  .variety .commodity ul li:before {
    width: 45px;
    left: calc(50% - 20px);
  }
}
@media screen and (min-width: 674px) {
  .variety .commodity ul li:before {
    bottom: -10px;
  }
}
@media screen and (min-width: 674px) and (max-width: 330px) {
  .variety .commodity ul li:before {
    width: 37px;
    left: calc(50% - 17px);
  }
}
@media screen and (min-width: 960px) {
  .variety .commodity ul li:before {
    bottom: -10px;
  }
}
@media screen and (min-width: 960px) and (max-height: 870px) {
  .variety .commodity ul li:before {
    bottom: -5px;
  }
}
@media screen and (max-width: 367px) {
  .variety .commodity ul li:before {
    width: 45px;
    left: calc(50% - 20px);
  }
}
.variety .swiper {
  width: 100%;
  height: 100vh;
  margin: 10px auto;
  top: 0;
  position: relative;
  overflow: hidden;
  list-style: none;
  position: sticky;
  position: -webkit-sticky;
  display: block;
  z-index: 1;
}
.variety .swiper .swiper-wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.variety .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  overflow: hidden;
}
.variety .swiper .swiper-wrapper .swiper-slide img {
  height: 1000px;
}
.variety .swiper .swiper-wrapper .swiper-slide-active .slide-img,
.variety .swiper .swiper-wrapper .swiper-slide-duplicate-active .slide-img,
.variety .swiper .swiper-wrapper .swiper-slide-prev .slide-img {
  animation: zoom 10s ease-in-out -0.1s 1 normal both;
}
.variety .swiper .swiper-wrapper .caption {
  padding: 2px 8px;
  bottom: 30px;
  right: 30px;
  font-size: 15px;
  position: absolute;
  color: white;
  background-color: rgba(94, 95, 50, 0.5);
  border: outset 2px rgba(0, 127, 127, 0.3);
  border-radius: 3px;
}
.variety .swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  text-align: center;
  background: white;
}
.variety .swiper .swiper-pagination {
  bottom: 20px;
}

.points {
  height: 250vh;
  padding: 0;
  background-color: white;
  box-sizing: border-box;
  z-index: 25;
}
@media screen and (min-height: 1000px) {
  .points {
    height: 220vh;
  }
}
@media screen and (max-height: 900px) {
  .points {
    height: 350vh;
  }
}
@media screen and (max-height: 800px) {
  .points {
    height: 400vh;
  }
}
@media screen and (max-height: 700px) {
  .points {
    height: 500vh;
  }
}
@media screen and (max-height: 600px) {
  .points {
    height: 550vh;
  }
}
@media screen and (max-height: 550px) {
  .points {
    height: 630vh;
  }
}
@media screen and (max-height: 500px) {
  .points {
    height: 700vh;
  }
}
@media screen and (max-height: 400px) {
  .points {
    height: 750vh;
  }
}
@media screen and (max-height: 300px) {
  .points {
    height: 800vh;
  }
}
@media screen and (max-height: 260px) {
  .points {
    height: 900vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 800px) {
  .points {
    height: 400vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 700px) {
  .points {
    height: 450vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 600px) {
  .points {
    height: 550vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 550px) {
  .points {
    height: 630vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 500px) {
  .points {
    height: 650vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 400px) {
  .points {
    height: 700vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 300px) {
  .points {
    height: 750vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 260px) {
  .points {
    height: 800vh;
  }
}
@media screen and (max-width: 390px) {
  .points {
    height: 350vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 800px) {
  .points {
    height: 400vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 700px) {
  .points {
    height: 500vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 600px) {
  .points {
    height: 550vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 550px) {
  .points {
    height: 600vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 500px) {
  .points {
    height: 650vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 400px) {
  .points {
    height: 700vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 300px) {
  .points {
    height: 800vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 260px) {
  .points {
    height: 900vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 800px) {
  .points {
    height: 350vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 700px) {
  .points {
    height: 380vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 600px) {
  .points {
    height: 450vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 550px) {
  .points {
    height: 530vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 500px) {
  .points {
    height: 570vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 400px) {
  .points {
    height: 600vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 350px) {
  .points {
    height: 630vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 260px) {
  .points {
    height: 700vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 800px) {
  .points {
    height: 380vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 700px) {
  .points {
    height: 400vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 600px) {
  .points {
    height: 450vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 550px) {
  .points {
    height: 500vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 500px) {
  .points {
    height: 550vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 400px) {
  .points {
    height: 620vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 350px) {
  .points {
    height: 650vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 260px) {
  .points {
    height: 700vh;
  }
}
@media screen and (min-width: 674px) {
  .points {
    height: 350vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 700px) {
  .points {
    height: 380vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 600px) {
  .points {
    height: 400vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 550px) {
  .points {
    height: 500vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 500px) {
  .points {
    height: 520vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 400px) {
  .points {
    height: 600vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 350px) {
  .points {
    height: 650vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 260px) {
  .points {
    height: 700vh;
  }
}
@media screen and (min-width: 810px) {
  .points {
    height: 330vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 800px) {
  .points {
    height: 380vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 700px) {
  .points {
    height: 400vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 600px) {
  .points {
    height: 450vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 550px) {
  .points {
    height: 500vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 500px) {
  .points {
    height: 550vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 400px) {
  .points {
    height: 650vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 350px) {
  .points {
    height: 700vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 280px) {
  .points {
    height: 900vh;
  }
}
@media screen and (min-width: 960px) {
  .points {
    height: 350vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 800px) {
  .points {
    height: 380vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 700px) {
  .points {
    height: 430vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 600px) {
  .points {
    height: 480vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 550px) {
  .points {
    height: 500vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 500px) {
  .points {
    height: 570vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 400px) {
  .points {
    height: 670vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 350px) {
  .points {
    height: 720vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 280px) {
  .points {
    height: 900vh;
  }
}
@media screen and (min-width: 1100px) {
  .points {
    height: 350vh;
  }
}
@media screen and (min-width: 1100px) and (max-height: 800px) {
  .points {
    height: 380vh;
  }
}
@media screen and (min-width: 1100px) and (max-height: 700px) {
  .points {
    height: 430vh;
  }
}
@media screen and (min-width: 1100px) and (max-height: 600px) {
  .points {
    height: 480vh;
  }
}
@media screen and (min-width: 1100px) and (max-height: 550px) {
  .points {
    height: 500vh;
  }
}
@media screen and (min-width: 1100px) and (max-height: 500px) {
  .points {
    height: 570vh;
  }
}
@media screen and (min-width: 1100px) and (max-height: 400px) {
  .points {
    height: 670vh;
  }
}
@media screen and (min-width: 1100px) and (max-height: 350px) {
  .points {
    height: 720vh;
  }
}
@media screen and (min-width: 1100px) and (max-height: 280px) {
  .points {
    height: 900vh;
  }
}
.points #midashi {
  background-color: white;
}
.points .image_box {
  position: relative;
}
@media screen and (min-height: 900px) {
  .points .image_box {
    height: 30vh;
  }
}
@media screen and (max-height: 900px) {
  .points .image_box {
    height: 35vh;
  }
}
@media screen and (max-height: 800px) {
  .points .image_box {
    height: 40vh;
  }
}
@media screen and (max-height: 700px) {
  .points .image_box {
    height: 50vh;
  }
}
@media screen and (max-height: 600px) {
  .points .image_box {
    height: 55vh;
  }
}
@media screen and (max-height: 500px) {
  .points .image_box {
    height: 75vh;
  }
}
@media screen and (max-height: 400px) {
  .points .image_box {
    height: 80vh;
  }
}
@media screen and (max-height: 300px) {
  .points .image_box {
    height: 100vh;
  }
}
@media screen and (min-width: 508px) and (min-height: 900px) {
  .points .image_box {
    height: 40vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 900px) {
  .points .image_box {
    height: 50vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 600px) {
  .points .image_box {
    height: 65vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 500px) {
  .points .image_box {
    height: 75vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 400px) {
  .points .image_box {
    height: 80vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 300px) {
  .points .image_box {
    height: 100vh;
  }
}
@media screen and (min-width: 580px) and (min-height: 900px) {
  .points .image_box {
    height: 40vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 900px) {
  .points .image_box {
    height: 50vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 800px) {
  .points .image_box {
    height: 60vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 600px) {
  .points .image_box {
    height: 75vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 500px) {
  .points .image_box {
    height: 90vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 400px) {
  .points .image_box {
    height: 100vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 300px) {
  .points .image_box {
    height: 90vh;
  }
}
@media screen and (min-width: 674px) and (min-width: 960px) {
  .points .image_box {
    width: 100%;
    height: 50vh;
  }
}
@media screen and (min-width: 674px) and (min-height: 900px) {
  .points .image_box {
    height: 60vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 900px) {
  .points .image_box {
    height: 60vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 800px) {
  .points .image_box {
    height: 65vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 700px) {
  .points .image_box {
    height: 70vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 650px) {
  .points .image_box {
    height: 75vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 600px) {
  .points .image_box {
    height: 85vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 550px) {
  .points .image_box {
    height: 90vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 500px) {
  .points .image_box {
    height: 130vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 400px) {
  .points .image_box {
    height: 150vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 300px) {
  .points .image_box {
    height: 180vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 900px) {
  .points .image_box {
    height: 70vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 800px) {
  .points .image_box {
    height: 80vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 700px) {
  .points .image_box {
    height: 90vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 650px) {
  .points .image_box {
    height: 95vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 600px) {
  .points .image_box {
    height: 110vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 550px) {
  .points .image_box {
    height: 130vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 500px) {
  .points .image_box {
    height: 140vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 450px) {
  .points .image_box {
    height: 150vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 400px) {
  .points .image_box {
    height: 180vh;
  }
}
.points .image_box img {
  width: 80%;
  margin: -25% auto 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
@media screen and (max-height: 400px) {
  .points .image_box img {
    width: 60%;
    top: 65%;
  }
}
@media screen and (min-width: 508px) and (max-height: 430px) {
  .points .image_box img {
    width: 60%;
    top: 65%;
  }
}
@media screen and (min-width: 674px) and (max-height: 450px) {
  .points .image_box img {
    width: 70%;
    top: 65%;
  }
}
@media screen and (min-width: 674px) and (max-height: 400px) {
  .points .image_box img {
    width: 65%;
  }
}
@media screen and (min-width: 810px) and (max-height: 550px) {
  .points .image_box img {
    width: 70%;
    top: 65%;
  }
}
@media screen and (min-width: 810px) and (max-height: 480px) {
  .points .image_box img {
    width: 65%;
  }
}
@media screen and (min-width: 960px) {
  .points .image_box img {
    width: 65%;
    top: 45%;
    margin-top: -16%;
  }
}
@media screen and (min-width: 960px) and (min-height: 1000px) {
  .points .image_box img {
    top: 50%;
  }
}
@media screen and (min-width: 960px) and (max-height: 600px) {
  .points .image_box img {
    width: 60%;
    top: 53%;
  }
}
@media screen and (min-width: 960px) and (max-height: 500px) {
  .points .image_box img {
    width: 55%;
    top: 55%;
  }
}
@media screen and (min-width: 1100px) {
  .points .image_box img {
    width: 700px;
  }
}
@media screen and (min-width: 1100px) and (max-height: 600px) {
  .points .image_box img {
    width: 600px;
  }
}
@media screen and (min-width: 1100px) and (max-height: 500px) {
  .points .image_box img {
    width: 500px;
    top: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .points .image_box img {
    top: 50%;
  }
}
@media screen and (min-width: 1200px) and (max-height: 600px) {
  .points .image_box img {
    top: 60%;
  }
}
@media screen and (min-width: 1200px) and (max-height: 500px) {
  .points .image_box img {
    width: 500px;
    top: 70%;
  }
}
.points .image_box .show {
  -webkit-animation: scale-up-center-right 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
  animation: scale-up-center-right 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
}
.points .point_text {
  margin: 0;
  top: 10vh;
  font-size: 20px;
  flex-direction: column;
  color: black;
  align-items: baseline;
  position: sticky;
  position: -webkit-sticky;
  display: block;
}
@media screen and (max-height: 800px) {
  .points .point_text {
    top: 12vh;
  }
}
@media screen and (max-height: 600px) {
  .points .point_text {
    top: 15vh;
  }
}
@media screen and (max-height: 600px) {
  .points .point_text {
    top: 18vh;
  }
}
@media screen and (max-height: 400px) {
  .points .point_text {
    top: 21vh;
  }
}
@media screen and (max-height: 400px) {
  .points .point_text {
    top: 23vh;
  }
}
@media screen and (max-height: 300px) {
  .points .point_text {
    top: 26vh;
  }
}
@media screen and (max-height: 260px) {
  .points .point_text {
    top: 30vh;
  }
}
@media screen and (max-width: 367px) {
  .points .point_text {
    font-size: 17px;
  }
}
@media screen and (min-width: 508px) {
  .points .point_text {
    font-size: 21px;
  }
}
@media screen and (min-width: 580px) {
  .points .point_text {
    font-size: 23px;
  }
}
@media screen and (min-width: 674px) {
  .points .point_text {
    font-size: 25px;
  }
}
@media screen and (min-width: 810px) {
  .points .point_text {
    font-size: 30px;
  }
}
@media screen and (min-width: 960px) {
  .points .point_text {
    font-size: 35px;
  }
}
.points .point_text h5 {
  margin: 1em 30px 3em;
}
.points .point_text ol {
  margin: 0;
  padding: 5px 35px 10px;
  list-style: none;
  counter-reset: number;
}
@media screen and (min-width: 508px) {
  .points .point_text ol {
    padding: 5px 50px 10px;
  }
}
@media screen and (min-width: 960px) {
  .points .point_text ol {
    padding: 5px 10% 10px;
  }
}
.points .point_text ol p {
  font-size: 0.8em;
  line-height: 1.7em;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 508px) {
  .points .point_text ol p {
    margin: 2em 0;
  }
}
.points .point_text ol .underline {
  margin-left: 40px;
  padding: 0 10px 0 15px;
  line-height: 2em;
  position: relative;
  border-top-left-radius: 25px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 17px;
  background: linear-gradient(rgba(94, 95, 50, 0.2), rgba(94, 95, 50, 0.6));
  background-position: 0;
  background-size: 0;
  background-repeat: no-repeat;
  transition: all 2.5s;
}
@media screen and (max-width: 367px) {
  .points .point_text ol .underline {
    margin-left: 30px;
  }
}
@media screen and (min-width: 580px) {
  .points .point_text ol .underline {
    margin-left: 50px;
  }
}
@media screen and (min-width: 960px) {
  .points .point_text ol .underline {
    margin-left: 60px;
  }
}
.points .point_text ol .underline.isActive {
  background-size: 100%;
}
.points .point_text ol li {
  text-align: start;
  position: relative;
  margin-top: 5vh;
  font-size: 0.85em;
  letter-spacing: -0.08em;
  border-bottom: 5px double darkkhaki;
}
@media screen and (min-width: 508px) {
  .points .point_text ol li {
    font-size: 0.7em;
    letter-spacing: 0em;
  }
}
.points .point_text ol li::before {
  counter-increment: number;
  content: counter(number);
  color: rgba(94, 95, 50, 0.8);
  position: absolute;
  font-size: 5em;
  top: -75px;
  left: -3px;
}
@media screen and (max-width: 367px) {
  .points .point_text ol li::before {
    font-size: 4em;
    top: -45px;
    left: 2px;
  }
}
@media screen and (min-width: 508px) {
  .points .point_text ol li::before {
    top: -60px;
  }
}
@media screen and (min-width: 674px) {
  .points .point_text ol li::before {
    top: -65px;
  }
}
@media screen and (min-width: 810px) {
  .points .point_text ol li::before {
    top: -80px;
  }
}
@media screen and (min-width: 960px) {
  .points .point_text ol li::before {
    top: -90px;
  }
}
.points .point_text ol .inList {
  margin-bottom: 20vh;
  padding-top: 10px;
}
@media screen and (min-width: 508px) {
  .points .point_text ol .inList {
    margin-bottom: 10vh;
    padding-top: 10px;
  }
}
@media screen and (min-width: 580px) {
  .points .point_text ol .inList {
    margin-bottom: 17vh;
  }
}
@media screen and (min-width: 674px) {
  .points .point_text ol .inList {
    margin-bottom: 20vh;
  }
}
@media screen and (min-width: 810px) {
  .points .point_text ol .inList {
    margin-bottom: 25vh;
  }
}
@media screen and (min-width: 960px) {
  .points .point_text ol .inList {
    margin-bottom: 27vh;
  }
}
.points .point_text ol .inList .point_images {
  width: 90%;
  margin: 40px 0 5px;
}
@media screen and (min-width: 508px) {
  .points .point_text ol .inList .point_images {
    width: 45%;
    margin: 50px 15px 15px;
    float: right;
  }
}
.points .point_text .note {
  margin: 0 35px;
  padding: 10px 0;
  border: groove darkkhaki;
}
@media screen and (min-width: 508px) {
  .points .point_text .note {
    margin: 5px 65px 10px;
  }
}
@media screen and (min-width: 810px) {
  .points .point_text .note {
    margin: 10vh 65px 10px;
  }
}
@media screen and (min-width: 960px) {
  .points .point_text .note {
    margin: 10vh 10% 10px;
  }
}
.points .point_text .note p {
  margin: 5px 20px;
  font-size: 0.7em;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 367px) {
  .points .point_text .note p {
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 330px) {
  .points .point_text .note p {
    font-size: 9px;
    letter-spacing: -0.1em;
  }
}
@media screen and (max-width: 330px) and (max-width: 240px) and (max-height: 320px) {
  .points .point_text .note p {
    margin: 2px 5px;
    font-size: 7px;
  }
}
@media screen and (min-width: 960px) {
  .points .point_text .note p {
    margin: 15px 30px;
  }
}

.last_box {
  width: 100%;
  height: 250vh;
  margin-top: -100vh;
  margin-bottom: -200vh;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  z-index: 24;
}

.access_map {
  margin-top: 100vh;
  margin-bottom: -115vh;
  background-size: 100%;
  background-color: white;
  position: sticky;
  position: -webkit-sticky;
  display: block;
  box-sizing: border-box;
  z-index: 25;
}
.access_map #midashi {
  background-color: white;
}
.access_map .box {
  position: sticky;
  position: -webkit-sticky;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  overflow: hidden;
}
.access_map .box .popup-wrapper input#open {
  display: none;
}
.access_map .box .popup-wrapper .open-btn {
  display: block;
}
.access_map .box .popup-wrapper .open-btn.pc img {
  display: none;
}
@media screen and (min-width: 810px) {
  .access_map .box .popup-wrapper .open-btn.mb img {
    display: none;
  }
  .access_map .box .popup-wrapper .open-btn.pc img {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .access_map .box .popup-wrapper .open-btn.mb img {
    display: none;
  }
  .access_map .box .popup-wrapper .open-btn.pc img {
    display: block;
  }
}
.access_map .box .popup-wrapper #open:checked ~ .popup-content {
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
}
.access_map .box .popup-wrapper #open:checked ~ .overlay {
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.5);
  position: fixed;
  position: -webkit-fixed;
  top: 0;
  left: 0;
  display: block;
  transition: 0.3s;
  z-index: 100;
}
.access_map .box .popup-wrapper .popup-content {
  width: 100%;
  padding: 5% 0 5%;
  visibility: hidden;
  opacity: 0;
  position: sticky;
  position: -webkit-sticky;
  display: block;
  background-color: aliceblue;
  border: 5px solid #74c0fc;
  border-radius: 10px;
  z-index: 100;
  transition: 0.1s;
}
@media screen and (max-width: 367px) {
  .access_map .box .popup-wrapper .popup-content {
    width: 95%;
    left: 1%;
  }
}
@media screen and (min-width: 508px) {
  .access_map .box .popup-wrapper .popup-content {
    width: 117%;
    margin-left: -10%;
  }
}
@media screen and (min-width: 674px) {
  .access_map .box .popup-wrapper .popup-content {
    width: 107%;
    margin-left: -5%;
  }
}
@media screen and (min-width: 810px) {
  .access_map .box .popup-wrapper .popup-content {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 960px) {
  .access_map .box .popup-wrapper .popup-content {
    width: 90%;
    max-width: 1200px;
    transform: translate(5%, 0);
  }
}
.access_map .box .popup-wrapper .popup-content label.close-btn {
  width: 26px;
  height: 26px;
  position: absolute;
  top: -15px;
  right: -15px;
  background: #383c3c;
  color: aliceblue;
  text-align: center;
  border-radius: 50%;
  line-height: 1.6;
}
.access_map .box .popup-wrapper .popup-content label.close-btn .fa-times-circle {
  width: 36px;
  position: relative;
  top: -5px;
  left: -5px;
  border: none;
}
.access_map .box .popup-wrapper .carousel {
  width: 100%;
  position: relative;
}
.access_map .box .popup-wrapper .carousel .contains {
  padding: 0;
  overflow: hidden;
  position: relative;
  list-style: none;
}
.access_map .box .popup-wrapper .carousel .contains .slide_select {
  display: none;
}
.access_map .box .popup-wrapper .carousel .contains .slide {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
}
.access_map .box .popup-wrapper .carousel .contains .slide img {
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 367px) {
  .access_map .box .popup-wrapper .carousel .contains .slide img {
    width: 95%;
  }
}
@media screen and (min-width: 508px) {
  .access_map .box .popup-wrapper .carousel .contains .slide img {
    width: 95%;
  }
}
@media screen and (min-width: 810px) {
  .access_map .box .popup-wrapper .carousel .contains .slide img {
    width: 85%;
  }
}
.access_map .box .popup-wrapper .carousel .contains .slide .pdf_download {
  width: 100%;
  text-align: right;
  line-height: 0.1rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .access_map .box .popup-wrapper .carousel .contains .slide .pdf_download {
    height: 80vh;
  }
  .access_map .box .popup-wrapper .carousel .contains .slide .pdf_download h3 {
    font-size: 2em;
  }
  .access_map .box .popup-wrapper .carousel .contains .slide .pdf_download img {
    width: 75%;
  }
}
.access_map .box .popup-wrapper .carousel .contains .slide .pdf_download a {
  position: absolute;
  bottom: 0;
  text-decoration: none;
  color: dimgrey;
}
@media screen and (min-width: 810px) {
  .access_map .box .popup-wrapper .carousel .contains .slide .pdf_download a {
    bottom: 5%;
  }
}
.access_map .box .popup-wrapper .carousel .contains .slide .pdf_download img {
  width: 90%;
  position: absolute;
  top: 0;
}
.access_map .box .popup-wrapper .carousel .contains .slide .scroll_button {
  position: absolute;
  top: 45%;
  display: block;
  border-color: darkolivegreen;
  cursor: pointer;
  opacity: 0.95;
  z-index: 3;
}
.access_map .box .popup-wrapper .carousel .contains .slide .scroll_button:hover {
  opacity: 1;
}
.access_map .box .popup-wrapper .carousel .contains .slide .scroll_prev:after, .access_map .box .popup-wrapper .carousel .contains .slide .scroll_next:after {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  transform: translateY(-50%);
}
.access_map .box .popup-wrapper .carousel .contains .slide .scroll_prev {
  left: 0;
}
@media screen and (min-width: 810px) {
  .access_map .box .popup-wrapper .carousel .contains .slide .scroll_prev {
    left: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .access_map .box .popup-wrapper .carousel .contains .slide .scroll_prev {
    left: 50px;
  }
}
@media screen and (min-width: 1300px) {
  .access_map .box .popup-wrapper .carousel .contains .slide .scroll_prev {
    left: 65px;
  }
}
.access_map .box .popup-wrapper .carousel .contains .slide .scroll_prev::after {
  background: transparent url("../src/arrow-prev.png") no-repeat center/contain;
}
.access_map .box .popup-wrapper .carousel .contains .slide .scroll_next {
  right: 45px;
}
@media screen and (min-width: 810px) {
  .access_map .box .popup-wrapper .carousel .contains .slide .scroll_next {
    right: 85px;
  }
}
@media screen and (min-width: 1200px) {
  .access_map .box .popup-wrapper .carousel .contains .slide .scroll_next {
    right: 95px;
  }
}
@media screen and (min-width: 1300px) {
  .access_map .box .popup-wrapper .carousel .contains .slide .scroll_next {
    right: 110px;
  }
}
.access_map .box .popup-wrapper .carousel .contains .slide .scroll_next::after {
  background: transparent url("../src/arrow-next.png") no-repeat center/contain;
}
.access_map .box .popup-wrapper .carousel .contains .move_controler {
  width: 100%;
  bottom: 85px;
  position: absolute;
  text-align: center;
}
@media screen and (min-width: 674px) {
  .access_map .box .popup-wrapper .carousel .contains .move_controler {
    bottom: 105px;
  }
}
@media screen and (min-width: 810px) {
  .access_map .box .popup-wrapper .carousel .contains .move_controler {
    bottom: 17%;
  }
}
.access_map .box .popup-wrapper .carousel .contains .move_controler .button_move {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: darkolivegreen;
  display: inline-block;
  border-radius: 100%;
  cursor: pointer;
  opacity: 0.5;
  z-index: 2;
}
.access_map .box .popup-wrapper .carousel .contains .move_controler .button_move:hover {
  opacity: 0.75;
}
.access_map .box .popup-wrapper .carousel .contains .slide_select:nth-of-type(1):checked ~ .slide:nth-of-type(1) {
  opacity: 1;
  z-index: 10;
}
.access_map .box .popup-wrapper .carousel .contains .slide_select:nth-of-type(1):checked ~ .move_controler .button_move:nth-of-type(1) {
  opacity: 1;
  z-index: 10;
}
.access_map .box .popup-wrapper .carousel .contains .slide_select:nth-of-type(2):checked ~ .slide:nth-of-type(2) {
  opacity: 1;
  z-index: 10;
}
.access_map .box .popup-wrapper .carousel .contains .slide_select:nth-of-type(2):checked ~ .move_controler .button_move:nth-of-type(2) {
  opacity: 1;
  z-index: 10;
}
.access_map .image_box {
  position: relative;
}
.access_map .image_box h5 {
  position: relative;
}
.access_map .image_box h5.mb {
  width: 90%;
  margin: 0 auto;
  letter-spacing: -0.05em;
  display: block;
}
@media screen and (max-width: 390px) {
  .access_map .image_box h5.mb {
    width: 70%;
  }
}
@media screen and (max-width: 367px) {
  .access_map .image_box h5.mb {
    width: 90%;
  }
}
@media screen and (min-width: 810px) {
  .access_map .image_box h5.mb {
    display: none;
  }
}
.access_map .image_box .pc {
  display: none;
}
.access_map .image_box .mb {
  display: inline;
}
.access_map .image_box .pin {
  animation: mb-bounce-top 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
  border: none;
  overflow: hidden;
}
@media screen and (min-width: 810px) {
  .access_map .image_box .pc {
    display: inline;
  }
  .access_map .image_box .mb {
    display: none;
  }
  .access_map .image_box .pin {
    animation: bounce-top 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
    border: none;
  }
}
@media screen and (min-width: 960px) {
  .access_map .image_box .pc {
    display: inline;
  }
  .access_map .image_box .mb {
    display: none;
  }
  .access_map .image_box .pin {
    animation: bounce-top 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
    border: none;
  }
}
.access_map .image_box img {
  width: 90%;
  margin: 0 auto;
  border: groove 1px #4a90e2;
  position: absolute;
  left: 0;
  right: 0;
}
@media screen and (max-width: 367px) {
  .access_map .image_box img {
    width: 100%;
  }
}
@media screen and (min-width: 508px) {
  .access_map .image_box img {
    width: 100%;
  }
}
.access_map .access_text {
  margin: 0;
  align-items: center;
}
.access_map .access_text h5 {
  margin: 15px 0 -12px;
  text-align: left;
}
.access_map .access_text .separator {
  width: 100%;
  border-top: solid 2px #74c0fc;
}
.access_map .access_text .access_block p, .access_map .access_text .address p, .access_map .access_text .tel p {
  display: inline;
}
@media screen and (min-width: 810px) {
  .access_map .access_text .element {
    display: grid;
    grid-template-columns: 50% 50%;
  }
}
.access_map .access_text .element .block {
  width: 95%;
}
.access_map .access_text .access_block {
  text-align: start;
  position: relative;
}
.access_map .access_text .access_block .underline {
  width: 100%;
  margin: 0 auto;
  border-top-left-radius: 25px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 17px;
  line-height: 2em;
  position: relative;
  background: linear-gradient(rgba(94, 95, 50, 0.2), rgba(94, 95, 50, 0.6));
  background-position: bottom 10px left;
  background-size: 0 10%;
  background-repeat: no-repeat;
  transition: all 3.5s;
}
.access_map .access_text .access_block .underline.isActive {
  background-size: 100% 10%;
}
@media screen and (min-width: 508px) {
  .access_map .access_text .access_block .underline {
    width: 100%;
  }
}
.access_map .access_text .access_block .route {
  font-size: 1em;
  line-height: 3em;
  position: relative;
  left: 5%;
}
@media screen and (min-width: 508px) {
  .access_map .access_text .access_block .route {
    font-size: 1.2em;
    left: 0;
  }
}
.access_map .access_text .access_block .times {
  font-size: 1.1em;
  line-height: 3em;
  text-align: right;
  position: absolute;
  top: -5px;
  right: 7%;
}
@media screen and (min-width: 508px) {
  .access_map .access_text .access_block .times {
    top: 2px;
    right: 3%;
  }
}
.access_map .access_text .access_block .times .fa-car {
  padding-right: 5px;
}
.access_map .access_text .second_site .access_block:nth-child(4) .times .fa-car {
  padding-right: 12px;
}

footer {
  background-color: white;
  position: sticky;
  position: -webkit-sticky;
  z-index: 23;
}
footer .bottom, footer .form_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgb(94, 95, 50);
}
footer .bottom .footer_nav a, footer .form_bottom .footer_nav a {
  color: rgb(51, 51, 51);
  text-decoration: none;
}
footer .bottom .footer_nav a:hover, footer .form_bottom .footer_nav a:hover {
  color: rgba(76, 211, 233, 0.8);
}
footer .bottom small, footer .form_bottom small {
  position: absolute;
}
footer .globalsign {
  position: absolute;
  bottom: -99vh;
  right: 2%;
}

.title_description img, .access_description img {
  width: 100%;
  position: absolute;
  display: block;
  opacity: 0.9;
  z-index: 1;
  bottom: 0;
}
@media screen and (max-height: 570px) {
  .title_description img, .access_description img {
    bottom: -110px;
  }
}
@media screen and (max-height: 1024px) {
  .title_description img, .access_description img {
    bottom: -90px;
  }
}
@media screen and (max-height: 950px) {
  .title_description img, .access_description img {
    bottom: -60px;
  }
}
@media screen and (max-height: 820px) {
  .title_description img, .access_description img {
    bottom: -60px;
  }
}
@media screen and (max-height: 700px) {
  .title_description img, .access_description img {
    bottom: -105px;
  }
}
@media screen and (max-height: 600px) {
  .title_description img, .access_description img {
    bottom: -105px;
  }
}
@media screen and (max-height: 570px) {
  .title_description img, .access_description img {
    bottom: -110px;
  }
}
@media screen and (min-width: 1000px) and (max-height: 1024px) {
  .title_description img, .access_description img {
    bottom: -90px;
  }
}
@media screen and (min-width: 1000px) and (max-height: 950px) {
  .title_description img, .access_description img {
    bottom: -60px;
  }
}
@media screen and (min-width: 1000px) and (max-height: 820px) {
  .title_description img, .access_description img {
    bottom: -80px;
  }
}
@media screen and (min-width: 1000px) and (max-height: 700px) {
  .title_description img, .access_description img {
    bottom: -105px;
  }
}
@media screen and (min-width: 1000px) and (max-height: 600px) {
  .title_description img, .access_description img {
    bottom: -125px;
  }
}
@media screen and (min-width: 1000px) and (max-height: 570px) {
  .title_description img, .access_description img {
    bottom: -110px;
  }
}
@media screen and (min-width: 1100px) {
  .title_description img, .access_description img {
    bottom: -145px;
  }
}
@media screen and (min-width: 1100px) and (max-height: 570px) {
  .title_description img, .access_description img {
    bottom: -145px;
  }
}
@media screen and (min-width: 1200px) and (max-height: 1024px) {
  .title_description img, .access_description img {
    bottom: -3px;
  }
}
@media screen and (min-width: 1200px) and (max-height: 820px) {
  .title_description img, .access_description img {
    bottom: -110px;
  }
}
@media screen and (min-width: 1200px) and (max-height: 700px) {
  .title_description img, .access_description img {
    bottom: -155px;
  }
}
@media screen and (min-width: 1200px) and (max-height: 570px) {
  .title_description img, .access_description img {
    bottom: -180px;
  }
}
@media screen and (min-width: 1350px) and (max-height: 1200px) {
  .title_description img, .access_description img {
    bottom: -90px;
  }
}
@media screen and (min-width: 1350px) and (max-height: 950px) {
  .title_description img, .access_description img {
    bottom: -115px;
  }
}
@media screen and (min-width: 1350px) and (max-height: 820px) {
  .title_description img, .access_description img {
    bottom: -155px;
  }
}
@media screen and (min-width: 1350px) and (max-height: 700px) {
  .title_description img, .access_description img {
    bottom: -150px;
  }
}
@media screen and (min-width: 1350px) and (max-height: 600px) {
  .title_description img, .access_description img {
    bottom: -180px;
  }
}
@media screen and (min-width: 1350px) and (max-height: 570px) {
  .title_description img, .access_description img {
    bottom: -185px;
  }
}
@media screen and (min-width: 1440px) and (max-height: 700px) {
  .title_description img, .access_description img {
    bottom: -195px;
  }
}
@media screen and (min-width: 700px) and (max-height: 500px) {
  .title_description img, .access_description img {
    bottom: -100px;
  }
}
@media screen and (min-width: 800px) and (max-height: 400px) {
  .title_description img, .access_description img {
    bottom: -110px;
  }
}
@media screen and (max-width: 960px) {
  .title_description img, .access_description img {
    bottom: 5px;
  }
}
@media screen and (max-width: 960px) and (max-height: 850px) {
  .title_description img, .access_description img {
    bottom: 0;
  }
}
@media screen and (max-width: 960px) and (max-height: 800px) {
  .title_description img, .access_description img {
    bottom: -60px;
  }
}
@media screen and (max-width: 960px) and (max-height: 750px) {
  .title_description img, .access_description img {
    bottom: -70px;
  }
}
@media screen and (max-width: 960px) and (max-height: 700px) {
  .title_description img, .access_description img {
    bottom: -57px;
  }
}
@media screen and (max-width: 960px) and (max-height: 650px) {
  .title_description img, .access_description img {
    bottom: -75px;
  }
}
@media screen and (max-width: 960px) and (max-height: 600px) {
  .title_description img, .access_description img {
    bottom: -115px;
  }
}
@media screen and (max-width: 960px) and (max-height: 500px) {
  .title_description img, .access_description img {
    bottom: -100px;
  }
}
@media screen and (max-width: 900px) {
  .title_description img, .access_description img {
    bottom: 5px;
  }
}
@media screen and (max-width: 900px) and (max-height: 800px) {
  .title_description img, .access_description img {
    bottom: -65px;
  }
}
@media screen and (max-width: 900px) and (max-height: 600px) {
  .title_description img, .access_description img {
    bottom: -115px;
  }
}
@media screen and (max-width: 900px) and (max-height: 500px) {
  .title_description img, .access_description img {
    bottom: -100px;
  }
}
@media screen and (max-width: 800px) {
  .title_description img, .access_description img {
    bottom: 5px;
  }
}
@media screen and (max-width: 800px) and (max-height: 800px) {
  .title_description img, .access_description img {
    bottom: -65px;
  }
}
@media screen and (max-width: 800px) and (max-height: 600px) {
  .title_description img, .access_description img {
    bottom: -90px;
  }
}
@media screen and (max-width: 800px) and (max-height: 500px) {
  .title_description img, .access_description img {
    bottom: -100px;
  }
}
@media screen and (max-width: 700px) {
  .title_description img, .access_description img {
    bottom: 5px;
  }
}
@media screen and (max-width: 700px) and (max-height: 800px) {
  .title_description img, .access_description img {
    bottom: -65px;
  }
}
@media screen and (max-width: 700px) and (max-height: 600px) {
  .title_description img, .access_description img {
    bottom: -80px;
  }
}
@media screen and (max-width: 700px) and (max-height: 500px) {
  .title_description img, .access_description img {
    bottom: -100px;
  }
}
@media screen and (max-width: 600px) {
  .title_description img, .access_description img {
    bottom: 30px;
  }
}
@media screen and (max-width: 600px) and (min-height: 1100px) {
  .title_description img, .access_description img {
    bottom: 75px;
  }
}
@media screen and (max-width: 600px) and (max-height: 650px) {
  .title_description img, .access_description img {
    bottom: 0;
  }
}
@media screen and (max-width: 600px) and (max-height: 600px) {
  .title_description img, .access_description img {
    bottom: -25px;
  }
}
@media screen and (max-width: 600px) and (max-height: 530px) {
  .title_description img, .access_description img {
    bottom: -25px;
  }
}
@media screen and (max-width: 600px) and (max-height: 500px) {
  .title_description img, .access_description img {
    bottom: -50px;
  }
}
@media screen and (max-width: 600px) and (max-height: 450px) {
  .title_description img, .access_description img {
    bottom: -30px;
  }
}
@media screen and (max-width: 600px) and (max-height: 400px) {
  .title_description img, .access_description img {
    bottom: -50px;
  }
}
@media screen and (max-width: 500px) {
  .title_description img, .access_description img {
    bottom: 50px;
  }
}
@media screen and (max-width: 500px) and (min-height: 1100px) {
  .title_description img, .access_description img {
    bottom: 75px;
  }
}
@media screen and (max-width: 500px) and (max-height: 800px) {
  .title_description img, .access_description img {
    bottom: 0;
  }
}
@media screen and (max-width: 500px) and (max-height: 530px) {
  .title_description img, .access_description img {
    bottom: -25px;
  }
}
@media screen and (max-width: 500px) and (max-height: 500px) {
  .title_description img, .access_description img {
    bottom: -50px;
  }
}
@media screen and (max-width: 500px) and (max-height: 450px) {
  .title_description img, .access_description img {
    bottom: -30px;
  }
}
@media screen and (max-width: 500px) and (max-height: 400px) {
  .title_description img, .access_description img {
    bottom: -35px;
  }
}
@media screen and (max-width: 500px) and (max-height: 350px) {
  .title_description img, .access_description img {
    bottom: -55px;
  }
}
@media screen and (max-width: 450px) {
  .title_description img, .access_description img {
    bottom: 70px;
  }
}
@media screen and (max-width: 450px) and (min-height: 1100px) {
  .title_description img, .access_description img {
    bottom: 115px;
  }
}
@media screen and (max-width: 450px) and (max-height: 800px) {
  .title_description img, .access_description img {
    bottom: 20px;
  }
}
@media screen and (max-width: 450px) and (max-height: 600px) {
  .title_description img, .access_description img {
    bottom: 0;
  }
}
@media screen and (max-width: 450px) and (max-height: 530px) {
  .title_description img, .access_description img {
    bottom: -5px;
  }
}
@media screen and (max-width: 450px) and (max-height: 500px) {
  .title_description img, .access_description img {
    bottom: -15px;
  }
}
@media screen and (max-width: 450px) and (max-height: 400px) {
  .title_description img, .access_description img {
    bottom: -20px;
  }
}
@media screen and (max-width: 450px) and (max-height: 350px) {
  .title_description img, .access_description img {
    bottom: -25px;
  }
}
@media screen and (max-width: 400px) {
  .title_description img, .access_description img {
    bottom: 70px;
  }
}
@media screen and (max-width: 400px) and (min-height: 1100px) {
  .title_description img, .access_description img {
    bottom: 150px;
  }
}
@media screen and (max-width: 400px) and (max-height: 800px) {
  .title_description img, .access_description img {
    bottom: 30px;
  }
}
@media screen and (max-width: 400px) and (max-height: 570px) {
  .title_description img, .access_description img {
    bottom: -5px;
  }
}
@media screen and (max-width: 400px) and (max-height: 500px) {
  .title_description img, .access_description img {
    bottom: 0;
  }
}
@media screen and (max-width: 400px) and (max-height: 400px) {
  .title_description img, .access_description img {
    bottom: -5px;
  }
}
@media screen and (max-width: 400px) and (max-height: 300px) {
  .title_description img, .access_description img {
    bottom: -21px;
  }
}
@media screen and (max-width: 330px) {
  .title_description img, .access_description img {
    bottom: 0px;
  }
}
@media screen and (max-width: 330px) and (min-height: 600px) {
  .title_description img, .access_description img {
    bottom: 27px;
  }
}
@media screen and (max-width: 330px) and (max-height: 350px) {
  .title_description img, .access_description img {
    bottom: -12px;
  }
}
@media screen and (max-width: 330px) and (max-height: 270px) {
  .title_description img, .access_description img {
    bottom: -50px;
  }
}
@media screen and (max-width: 270px) {
  .title_description img, .access_description img {
    bottom: -20px;
  }
}
@media screen and (max-width: 270px) and (max-height: 250px) {
  .title_description img, .access_description img {
    bottom: -20px;
  }
}
.title_description .blur-gradient, .access_description .blur-gradient {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: radial-gradient(rgb(210, 155, 255) 10%, transparent 100%);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: blur-gradient 3s cubic-bezier(0.39, 0.575, 0.565, 1) infinite alternate both;
  z-index: 50;
}
@media screen and (min-width: 960px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 20%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (max-height: 950px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 28%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (max-height: 900px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 27%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (max-height: 820px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 29%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (max-height: 700px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 21%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (max-height: 630px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 25%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (max-height: 600px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 25%;
    left: 31%;
  }
}
@media screen and (min-width: 960px) and (max-height: 570px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 30px;
    height: 30px;
    bottom: 29%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (max-height: 500px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 20px;
    height: 20px;
    bottom: 32%;
    left: 33%;
  }
}
@media screen and (min-width: 960px) and (max-height: 480px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 0;
    height: 0;
  }
}
@media screen and (min-width: 960px) and (min-height: 1025px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 38%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-height: 1100px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 34%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1000px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 23%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1000px) and (max-height: 950px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 31%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1000px) and (max-height: 900px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 29%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1000px) and (max-height: 820px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 29%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1000px) and (max-height: 700px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 24%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1000px) and (max-height: 630px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 26%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1000px) and (max-height: 600px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 21%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1000px) and (max-height: 570px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 30%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1000px) and (max-height: 530px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 30px;
    height: 30px;
    bottom: 30%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1000px) and (max-height: 520px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 20px;
    height: 20px;
    bottom: 34%;
    left: 33%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1000px) and (max-height: 490px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 0;
    height: 0;
  }
}
@media screen and (min-width: 960px) and (min-width: 1000px) and (min-height: 1025px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 39%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1000px) and (min-height: 1100px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 36%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1000px) and (min-height: 1300px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 30%;
    left: 31%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1050px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 24%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1050px) and (max-height: 950px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 32%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1050px) and (max-height: 900px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 34%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1050px) and (max-height: 820px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 29%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1050px) and (max-height: 750px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 30%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1050px) and (max-height: 700px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 27%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1050px) and (max-height: 630px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 30px;
    height: 30px;
    bottom: 32%;
    left: 33%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1050px) and (max-height: 600px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 28%;
    left: 33%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1050px) and (max-height: 570px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 33%;
    left: 33%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1050px) and (max-height: 520px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 20px;
    height: 20px;
    bottom: 38%;
    left: 33%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1050px) and (max-height: 500px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 0;
    height: 0;
  }
}
@media screen and (min-width: 960px) and (min-width: 1050px) and (min-height: 1025px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 40%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1050px) and (min-height: 1100px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 37%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1100px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 26%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1100px) and (max-height: 950px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 38%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1100px) and (max-height: 900px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 36%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1100px) and (max-height: 820px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 32%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1100px) and (max-height: 750px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 36%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1100px) and (max-height: 700px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 30%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1100px) and (max-height: 650px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 30px;
    height: 30px;
    bottom: 35%;
    left: 33%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1100px) and (max-height: 600px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 30%;
    left: 33%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1100px) and (max-height: 570px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 26%;
    left: 33%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1100px) and (max-height: 520px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 20px;
    height: 20px;
    bottom: 29%;
    left: 33%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1100px) and (max-height: 500px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 0;
    height: 0;
  }
}
@media screen and (min-width: 960px) and (min-width: 1100px) and (min-height: 1025px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 42%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1100px) and (min-height: 1100px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 40%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1150px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 30%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1150px) and (max-height: 950px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 38%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1150px) and (max-height: 900px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 36%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1150px) and (max-height: 820px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 50px;
    height: 50px;
    bottom: 35%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1150px) and (max-height: 700px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 32%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1150px) and (max-height: 650px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 30px;
    height: 30px;
    bottom: 38%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1150px) and (max-height: 600px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 29%;
    left: 33%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1150px) and (max-height: 550px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 20px;
    height: 20px;
    bottom: 31%;
    left: 33%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1150px) and (max-height: 500px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 10px;
    height: 10px;
    bottom: 37%;
    left: 33%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1150px) and (max-height: 480px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 0;
    height: 0;
  }
}
@media screen and (min-width: 960px) and (min-width: 1150px) and (min-height: 1025px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 44%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1150px) and (min-height: 1100px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 41%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1200px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 30%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1200px) and (max-height: 950px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 32%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1200px) and (max-height: 900px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 33%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1200px) and (max-height: 820px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 50px;
    height: 50px;
    bottom: 28%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1200px) and (max-height: 700px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 21%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1200px) and (max-height: 630px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 30px;
    height: 30px;
    bottom: 26%;
    left: 33%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1200px) and (max-height: 600px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 28%;
    left: 33%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1200px) and (max-height: 570px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 20px;
    height: 20px;
    bottom: 25%;
    left: 33%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1200px) and (max-height: 500px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 0;
    height: 0;
  }
}
@media screen and (min-width: 960px) and (min-width: 1200px) and (min-height: 1025px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 44%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1200px) and (min-height: 1100px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 41%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1200px) and (min-height: 1500px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 31%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1250px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 36%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1250px) and (max-height: 950px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 36%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1250px) and (max-height: 900px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 38%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1250px) and (max-height: 820px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 50px;
    height: 50px;
    bottom: 36%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1250px) and (max-height: 700px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 28%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1250px) and (max-height: 630px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 30px;
    height: 30px;
    bottom: 34%;
    left: 33%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1250px) and (max-height: 600px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 35%;
    left: 33%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1250px) and (max-height: 570px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 28%;
    left: 33%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1250px) and (max-height: 550px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 20px;
    height: 20px;
    bottom: 29%;
    left: 33%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1250px) and (max-height: 500px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 10px;
    height: 10px;
    bottom: 35%;
    left: 33%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1250px) and (max-height: 480px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 0;
    height: 0;
  }
}
@media screen and (min-width: 960px) and (min-width: 1250px) and (min-height: 1024px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 48%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1250px) and (min-height: 1100px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 45%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1350px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 35%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1350px) and (max-height: 970px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 37%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1350px) and (max-height: 950px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 34%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1350px) and (max-height: 900px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 33%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1350px) and (max-height: 820px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 50px;
    height: 50px;
    bottom: 25%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1350px) and (max-height: 750px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 27%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1350px) and (max-height: 720px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 29%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1350px) and (max-height: 680px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 31%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1350px) and (max-height: 630px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 30px;
    height: 30px;
    bottom: 35%;
    left: 33%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1350px) and (max-height: 600px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 29%;
    left: 33%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1350px) and (max-height: 580px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 29%;
    left: 33%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1350px) and (max-height: 510px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 20px;
    height: 20px;
    bottom: 33%;
    left: 33%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1350px) and (max-height: 480px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 0;
    height: 0;
  }
}
@media screen and (min-width: 960px) and (min-width: 1350px) and (min-height: 1025px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 33%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1350px) and (min-height: 1100px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 31%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1350px) and (min-height: 1200px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 48%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1440px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 39%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1440px) and (max-height: 500px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 0;
    height: 0;
  }
}
@media screen and (min-width: 960px) and (min-width: 1440px) and (max-height: 950px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 37%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1440px) and (max-height: 820px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 32%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1440px) and (max-height: 700px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 50px;
    height: 50px;
    bottom: 24%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1440px) and (max-height: 630px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 26%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1440px) and (max-height: 600px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 30px;
    height: 30px;
    bottom: 30%;
    left: 33%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1440px) and (max-height: 570px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 20px;
    height: 20px;
    bottom: 36%;
    left: 33%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1440px) and (max-height: 500px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 0;
    height: 0;
  }
}
@media screen and (min-width: 960px) and (min-width: 1440px) and (min-height: 1025px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 38%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1440px) and (min-height: 1100px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 34%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1440px) and (min-height: 1200px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 47%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1500px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 39%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1500px) and (max-height: 500px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 0;
    height: 0;
  }
}
@media screen and (min-width: 960px) and (min-width: 1500px) and (max-height: 950px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 37%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1500px) and (max-height: 820px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 31%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1500px) and (max-height: 760px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 32%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1500px) and (max-height: 700px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 23%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1500px) and (max-height: 680px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 50px;
    height: 50px;
    bottom: 24%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1500px) and (max-height: 600px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 30px;
    height: 30px;
    bottom: 30%;
    left: 33%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1500px) and (max-height: 570px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 35%;
    left: 33%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1500px) and (max-height: 550px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 20px;
    height: 20px;
    bottom: 35%;
    left: 33%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1500px) and (max-height: 500px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 0;
    height: 0;
  }
}
@media screen and (min-width: 960px) and (min-width: 1500px) and (min-height: 1025px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 38%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1500px) and (min-height: 1100px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 34%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1500px) and (min-height: 1200px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 48%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1500px) and (min-height: 1300px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 44%;
    left: 32%;
  }
}
@media screen and (min-width: 960px) and (min-width: 1700px) and (min-height: 1200px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 45%;
    left: 32%;
  }
}
@media screen and (min-width: 300px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 16%;
    left: 27%;
  }
}
@media screen and (min-width: 300px) and (min-height: 1000px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 13%;
    left: 27%;
  }
}
@media screen and (min-width: 300px) and (min-height: 1100px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 12%;
    left: 27%;
  }
}
@media screen and (min-width: 300px) and (max-height: 910px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 17%;
    left: 27%;
  }
}
@media screen and (min-width: 300px) and (max-height: 899px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 27%;
    left: 27%;
  }
}
@media screen and (min-width: 300px) and (max-height: 800px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 18%;
    left: 26%;
  }
}
@media screen and (min-width: 300px) and (max-height: 750px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 19%;
    left: 27%;
  }
}
@media screen and (min-width: 300px) and (max-height: 699px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 22%;
    left: 25%;
  }
}
@media screen and (min-width: 300px) and (max-height: 650px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 21%;
    left: 25%;
  }
}
@media screen and (min-width: 300px) and (max-height: 599px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 15%;
    left: 25%;
  }
}
@media screen and (min-width: 300px) and (max-height: 570px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 15%;
    left: 27%;
  }
}
@media screen and (min-width: 300px) and (max-height: 500px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 17%;
    left: 25%;
  }
}
@media screen and (min-width: 300px) and (max-height: 400px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 20px;
    height: 20px;
    bottom: 28%;
    left: 30%;
  }
}
@media screen and (min-width: 300px) and (max-height: 350px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 27%;
    left: 31%;
  }
}
@media screen and (min-width: 300px) and (max-height: 300px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 10px;
    height: 10px;
    bottom: 32%;
    left: 32%;
  }
}
@media screen and (min-width: 300px) and (max-height: 200px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 0;
    height: 0;
  }
}
@media screen and (min-width: 350px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 26%;
    left: 27%;
  }
}
@media screen and (min-width: 350px) and (min-height: 1000px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 24%;
    left: 27%;
  }
}
@media screen and (min-width: 350px) and (min-height: 1100px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 37%;
    left: 27%;
  }
}
@media screen and (min-width: 350px) and (max-height: 910px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 17%;
    left: 27%;
  }
}
@media screen and (min-width: 350px) and (max-height: 899px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 31%;
    left: 27%;
  }
}
@media screen and (min-width: 350px) and (max-height: 800px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 22%;
    left: 27%;
  }
}
@media screen and (min-width: 350px) and (max-height: 750px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 23%;
    left: 27%;
  }
}
@media screen and (min-width: 350px) and (max-height: 699px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 26%;
    left: 26%;
  }
}
@media screen and (min-width: 350px) and (max-height: 650px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 26%;
    left: 26%;
  }
}
@media screen and (min-width: 350px) and (max-height: 599px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 21%;
    left: 26%;
  }
}
@media screen and (min-width: 350px) and (max-height: 570px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 14%;
    left: 27%;
  }
}
@media screen and (min-width: 350px) and (max-height: 550px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 16%;
    left: 26%;
  }
}
@media screen and (min-width: 350px) and (max-height: 500px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 20%;
    left: 27%;
  }
}
@media screen and (min-width: 350px) and (max-height: 400px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 20px;
    height: 20px;
    bottom: 25%;
    left: 31%;
  }
}
@media screen and (min-width: 350px) and (max-height: 350px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 27%;
    left: 31%;
  }
}
@media screen and (min-width: 350px) and (max-height: 320px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 30%;
    left: 31%;
  }
}
@media screen and (min-width: 350px) and (max-height: 300px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 10px;
    height: 10px;
    bottom: 26%;
    left: 32%;
  }
}
@media screen and (min-width: 350px) and (max-height: 260px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 29%;
    left: 33%;
  }
}
@media screen and (min-width: 350px) and (max-height: 230px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 0;
    height: 0;
  }
}
@media screen and (min-width: 370px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 29%;
    left: 27%;
  }
}
@media screen and (min-width: 370px) and (min-height: 1000px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 25%;
    left: 27%;
  }
}
@media screen and (min-width: 370px) and (min-height: 1100px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 38%;
    left: 27%;
  }
}
@media screen and (min-width: 370px) and (max-height: 910px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 29%;
    left: 27%;
  }
}
@media screen and (min-width: 370px) and (max-height: 899px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 31%;
    left: 27%;
  }
}
@media screen and (min-width: 370px) and (max-height: 800px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 23%;
    left: 27%;
  }
}
@media screen and (min-width: 370px) and (max-height: 750px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 24%;
    left: 27%;
  }
}
@media screen and (min-width: 370px) and (max-height: 699px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 27%;
    left: 27%;
  }
}
@media screen and (min-width: 370px) and (max-height: 650px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 27%;
    left: 27%;
  }
}
@media screen and (min-width: 370px) and (max-height: 599px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 29%;
    left: 27%;
  }
}
@media screen and (min-width: 370px) and (max-height: 570px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 19%;
    left: 27%;
  }
}
@media screen and (min-width: 370px) and (max-height: 500px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 20px;
    height: 20px;
    bottom: 31%;
    left: 31%;
  }
}
@media screen and (min-width: 370px) and (max-height: 440px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 10px;
    height: 10px;
    bottom: 37%;
    left: 32%;
  }
}
@media screen and (min-width: 370px) and (max-height: 400px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 39%;
    left: 32%;
  }
}
@media screen and (min-width: 370px) and (max-height: 360px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 0;
    height: 0;
  }
}
@media screen and (min-width: 400px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 33%;
    left: 29%;
  }
}
@media screen and (min-width: 400px) and (min-height: 1000px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 28%;
    left: 29%;
  }
}
@media screen and (min-width: 400px) and (min-height: 1100px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 33%;
    left: 29%;
  }
}
@media screen and (min-width: 400px) and (max-height: 899px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 32%;
    left: 29%;
  }
}
@media screen and (min-width: 400px) and (max-height: 800px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 23%;
    left: 29%;
  }
}
@media screen and (min-width: 400px) and (max-height: 699px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 26%;
    left: 29%;
  }
}
@media screen and (min-width: 400px) and (max-height: 650px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 28%;
    left: 28%;
  }
}
@media screen and (min-width: 400px) and (max-height: 599px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 23%;
    left: 28%;
  }
}
@media screen and (min-width: 400px) and (max-height: 530px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 30px;
    height: 30px;
    bottom: 27%;
    left: 30%;
  }
}
@media screen and (min-width: 400px) and (max-height: 500px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 25%;
    left: 30%;
  }
}
@media screen and (min-width: 400px) and (max-height: 450px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 20px;
    height: 20px;
    bottom: 27%;
    left: 31%;
  }
}
@media screen and (min-width: 400px) and (max-height: 400px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 27%;
    left: 32%;
  }
}
@media screen and (min-width: 400px) and (max-height: 350px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 10px;
    height: 10px;
    bottom: 30%;
    left: 32%;
  }
}
@media screen and (min-width: 400px) and (max-height: 300px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 34%;
    left: 32%;
  }
}
@media screen and (min-width: 400px) and (max-height: 290px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 0;
    height: 0;
  }
}
@media screen and (min-width: 430px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 32%;
    left: 29%;
  }
}
@media screen and (min-width: 430px) and (min-height: 1000px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 29%;
    left: 29%;
  }
}
@media screen and (min-width: 430px) and (min-height: 1100px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 34%;
    left: 29%;
  }
}
@media screen and (min-width: 430px) and (max-height: 899px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 34%;
    left: 29%;
  }
}
@media screen and (min-width: 430px) and (max-height: 850px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 35%;
    left: 29%;
  }
}
@media screen and (min-width: 430px) and (max-height: 800px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 23%;
    left: 29%;
  }
}
@media screen and (min-width: 430px) and (max-height: 699px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 27%;
    left: 29%;
  }
}
@media screen and (min-width: 430px) and (max-height: 650px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 29%;
    left: 28%;
  }
}
@media screen and (min-width: 430px) and (max-height: 599px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 25%;
    left: 29%;
  }
}
@media screen and (min-width: 430px) and (max-height: 530px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 30px;
    height: 30px;
    bottom: 28%;
    left: 31%;
  }
}
@media screen and (min-width: 430px) and (max-height: 500px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 27%;
    left: 31%;
  }
}
@media screen and (min-width: 430px) and (max-height: 450px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 20px;
    height: 20px;
    bottom: 29%;
    left: 31%;
  }
}
@media screen and (min-width: 430px) and (max-height: 400px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 29%;
    left: 32%;
  }
}
@media screen and (min-width: 430px) and (max-height: 350px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 10px;
    height: 10px;
    bottom: 33%;
    left: 33%;
  }
}
@media screen and (min-width: 430px) and (max-height: 300px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 0;
    height: 0;
  }
}
@media screen and (min-width: 450px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 28%;
    left: 29%;
  }
}
@media screen and (min-width: 450px) and (min-height: 1000px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 28%;
    left: 29%;
  }
}
@media screen and (min-width: 450px) and (min-height: 1100px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 28%;
    left: 29%;
  }
}
@media screen and (min-width: 450px) and (max-height: 899px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 31%;
    left: 29%;
  }
}
@media screen and (min-width: 450px) and (max-height: 800px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 22%;
    left: 29%;
  }
}
@media screen and (min-width: 450px) and (max-height: 699px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 24%;
    left: 29%;
  }
}
@media screen and (min-width: 450px) and (max-height: 599px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 28%;
    left: 29%;
  }
}
@media screen and (min-width: 450px) and (max-height: 530px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 25%;
    left: 31%;
  }
}
@media screen and (min-width: 450px) and (max-height: 500px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 16%;
    left: 31%;
  }
}
@media screen and (min-width: 450px) and (max-height: 450px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 30px;
    height: 30px;
    bottom: 25%;
    left: 31%;
  }
}
@media screen and (min-width: 450px) and (max-height: 400px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 26%;
    left: 31%;
  }
}
@media screen and (min-width: 450px) and (max-height: 380px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 20px;
    height: 20px;
    bottom: 29%;
    left: 32%;
  }
}
@media screen and (min-width: 450px) and (max-height: 350px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 22%;
    left: 32%;
  }
}
@media screen and (min-width: 450px) and (max-height: 300px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 10px;
    height: 10px;
    bottom: 26%;
    left: 33%;
  }
}
@media screen and (min-width: 450px) and (max-height: 270px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 0;
    height: 0;
  }
}
@media screen and (min-width: 500px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 28%;
    left: 29%;
  }
}
@media screen and (min-width: 500px) and (min-height: 1000px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 26%;
    left: 29%;
  }
}
@media screen and (min-width: 500px) and (min-height: 1100px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 31%;
    left: 29%;
  }
}
@media screen and (min-width: 500px) and (max-height: 900px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 30%;
    left: 30%;
  }
}
@media screen and (min-width: 500px) and (max-height: 810px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 33%;
    left: 30%;
  }
}
@media screen and (min-width: 500px) and (max-height: 800px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 33%;
    left: 30%;
  }
}
@media screen and (min-width: 500px) and (max-height: 699px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 36%;
    left: 30%;
  }
}
@media screen and (min-width: 500px) and (max-height: 650px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 29%;
    left: 30%;
  }
}
@media screen and (min-width: 500px) and (max-height: 599px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 30px;
    height: 30px;
    bottom: 29%;
    left: 31%;
  }
}
@media screen and (min-width: 500px) and (max-height: 525px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 29%;
    left: 31%;
  }
}
@media screen and (min-width: 500px) and (max-height: 500px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 21%;
    left: 31%;
  }
}
@media screen and (min-width: 500px) and (max-height: 450px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 29%;
    left: 31%;
  }
}
@media screen and (min-width: 500px) and (max-height: 400px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 23%;
    left: 31%;
  }
}
@media screen and (min-width: 500px) and (max-height: 350px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 20px;
    height: 20px;
    bottom: 29%;
    left: 32%;
  }
}
@media screen and (min-width: 500px) and (max-height: 320px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 10px;
    height: 10px;
    bottom: 33%;
    left: 33%;
  }
}
@media screen and (min-width: 500px) and (max-height: 285px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 0;
    height: 0;
  }
}
@media screen and (min-width: 550px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 30%;
    left: 29%;
  }
}
@media screen and (min-width: 550px) and (min-height: 1000px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 28%;
    left: 30%;
  }
}
@media screen and (min-width: 550px) and (min-height: 1100px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 33%;
    left: 30%;
  }
}
@media screen and (min-width: 550px) and (max-height: 900px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 35%;
    left: 30%;
  }
}
@media screen and (min-width: 550px) and (max-height: 810px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 35%;
    left: 30%;
  }
}
@media screen and (min-width: 550px) and (max-height: 800px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 35%;
    left: 30%;
  }
}
@media screen and (min-width: 550px) and (max-height: 699px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 39%;
    left: 30%;
  }
}
@media screen and (min-width: 550px) and (max-height: 650px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 35%;
    left: 30%;
  }
}
@media screen and (min-width: 550px) and (max-height: 599px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 29%;
    left: 32%;
  }
}
@media screen and (min-width: 550px) and (max-height: 530px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 30px;
    height: 30px;
    bottom: 34%;
    left: 31%;
  }
}
@media screen and (min-width: 550px) and (max-height: 500px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 24%;
    left: 32%;
  }
}
@media screen and (min-width: 550px) and (max-height: 450px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 20px;
    height: 20px;
    bottom: 34%;
    left: 32%;
  }
}
@media screen and (min-width: 550px) and (max-height: 400px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 28%;
    left: 32%;
  }
}
@media screen and (min-width: 550px) and (max-height: 330px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 10px;
    height: 10px;
    bottom: 37%;
    left: 33%;
  }
}
@media screen and (min-width: 550px) and (max-height: 310px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 0;
    height: 0;
  }
}
@media screen and (min-width: 600px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 27%;
    left: 30%;
  }
}
@media screen and (min-width: 600px) and (min-height: 1000px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 22%;
    left: 30%;
  }
}
@media screen and (min-width: 600px) and (min-height: 1100px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 22%;
    left: 30%;
  }
}
@media screen and (min-width: 600px) and (max-height: 900px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 28%;
    left: 30%;
  }
}
@media screen and (min-width: 600px) and (max-height: 860px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 28%;
    left: 30%;
  }
}
@media screen and (min-width: 600px) and (max-height: 800px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 14%;
    left: 30%;
  }
}
@media screen and (min-width: 600px) and (max-height: 670px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 16%;
    left: 30%;
  }
}
@media screen and (min-width: 600px) and (max-height: 599px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 50px;
    height: 50px;
    bottom: 11%;
    left: 30%;
  }
}
@media screen and (min-width: 600px) and (max-height: 500px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 30px;
    height: 30px;
    bottom: 11%;
    left: 32%;
  }
}
@media screen and (min-width: 600px) and (max-height: 450px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 11%;
    left: 32%;
  }
}
@media screen and (min-width: 600px) and (max-height: 400px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 12%;
    left: 32%;
  }
}
@media screen and (min-width: 600px) and (max-height: 350px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 20px;
    height: 20px;
    bottom: 15%;
    left: 32%;
  }
}
@media screen and (min-width: 600px) and (max-height: 300px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 10px;
    height: 10px;
    bottom: 21%;
    left: 33%;
  }
}
@media screen and (min-width: 600px) and (max-height: 250px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 0;
    height: 0;
  }
}
@media screen and (min-width: 650px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 27%;
    left: 30%;
  }
}
@media screen and (min-width: 650px) and (min-height: 1000px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 26%;
    left: 30%;
  }
}
@media screen and (min-width: 650px) and (min-height: 1100px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 23%;
    left: 30%;
  }
}
@media screen and (min-width: 650px) and (max-height: 900px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 30%;
    left: 30%;
  }
}
@media screen and (min-width: 650px) and (max-height: 860px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 32%;
    left: 30%;
  }
}
@media screen and (min-width: 650px) and (max-height: 800px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 15%;
    left: 30%;
  }
}
@media screen and (min-width: 650px) and (max-height: 670px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 17%;
    left: 30%;
  }
}
@media screen and (min-width: 650px) and (max-height: 599px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 50px;
    height: 50px;
    bottom: 14%;
    left: 30%;
  }
}
@media screen and (min-width: 650px) and (max-height: 500px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 30px;
    height: 30px;
    bottom: 13%;
    left: 32%;
  }
}
@media screen and (min-width: 650px) and (max-height: 450px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 14%;
    left: 32%;
  }
}
@media screen and (min-width: 650px) and (max-height: 400px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 13%;
    left: 31%;
  }
}
@media screen and (min-width: 650px) and (max-height: 450px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 13%;
    left: 31%;
  }
}
@media screen and (min-width: 650px) and (max-height: 380px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 20px;
    height: 20px;
    bottom: 17%;
    left: 32%;
  }
}
@media screen and (min-width: 650px) and (max-height: 330px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 10px;
    height: 10px;
    bottom: 22%;
    left: 33%;
  }
}
@media screen and (min-width: 650px) and (max-height: 300px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 0;
    height: 0;
  }
}
@media screen and (min-width: 700px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 31%;
    left: 31%;
  }
}
@media screen and (min-width: 700px) and (min-height: 1000px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 28%;
    left: 30%;
  }
}
@media screen and (min-width: 700px) and (min-height: 1100px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 26%;
    left: 31%;
  }
}
@media screen and (min-width: 700px) and (max-height: 900px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 35%;
    left: 31%;
  }
}
@media screen and (min-width: 700px) and (max-height: 850px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 35%;
    left: 31%;
  }
}
@media screen and (min-width: 700px) and (max-height: 800px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 19%;
    left: 31%;
  }
}
@media screen and (min-width: 700px) and (max-height: 670px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 21%;
    left: 31%;
  }
}
@media screen and (min-width: 700px) and (max-height: 600px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 18%;
    left: 30%;
  }
}
@media screen and (min-width: 700px) and (max-height: 550px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 15%;
    left: 31%;
  }
}
@media screen and (min-width: 700px) and (max-height: 500px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 30px;
    height: 30px;
    bottom: 17%;
    left: 32%;
  }
}
@media screen and (min-width: 700px) and (max-height: 450px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 20px;
    height: 20px;
    bottom: 21%;
    left: 32%;
  }
}
@media screen and (min-width: 700px) and (max-height: 400px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 21%;
    left: 33%;
  }
}
@media screen and (min-width: 700px) and (max-height: 350px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 10px;
    height: 10px;
    bottom: 25%;
    left: 33%;
  }
}
@media screen and (min-width: 700px) and (max-height: 300px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 0;
    height: 0;
  }
}
@media screen and (min-width: 750px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 32%;
    left: 31%;
  }
}
@media screen and (min-width: 750px) and (min-height: 1000px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 29%;
    left: 31%;
  }
}
@media screen and (min-width: 750px) and (min-height: 1100px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 26%;
    left: 31%;
  }
}
@media screen and (min-width: 750px) and (min-height: 1200px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 25%;
    left: 31%;
  }
}
@media screen and (min-width: 750px) and (max-height: 900px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 35%;
    left: 31%;
  }
}
@media screen and (min-width: 750px) and (max-height: 850px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 37%;
    left: 31%;
  }
}
@media screen and (min-width: 750px) and (max-height: 800px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 20%;
    left: 31%;
  }
}
@media screen and (min-width: 750px) and (max-height: 699px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 24%;
    left: 31%;
  }
}
@media screen and (min-width: 750px) and (max-height: 650px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 24%;
    left: 31%;
  }
}
@media screen and (min-width: 750px) and (max-height: 600px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 30px;
    height: 30px;
    bottom: 24%;
    left: 32%;
  }
}
@media screen and (min-width: 750px) and (max-height: 530px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 24%;
    left: 32%;
  }
}
@media screen and (min-width: 750px) and (max-height: 500px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 20px;
    height: 20px;
    bottom: 25%;
    left: 33%;
  }
}
@media screen and (min-width: 750px) and (max-height: 400px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 27%;
    left: 32%;
  }
}
@media screen and (min-width: 750px) and (max-height: 370px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 10px;
    height: 10px;
    bottom: 30%;
    left: 33%;
  }
}
@media screen and (min-width: 750px) and (max-height: 340px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 0;
    height: 0;
  }
}
@media screen and (min-width: 800px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 35%;
    left: 31%;
  }
}
@media screen and (min-width: 800px) and (min-height: 1000px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 31%;
    left: 31%;
  }
}
@media screen and (min-width: 800px) and (min-height: 1100px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 29%;
    left: 31%;
  }
}
@media screen and (min-width: 800px) and (min-height: 1200px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 25%;
    left: 31%;
  }
}
@media screen and (min-width: 800px) and (max-height: 930px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 36%;
    left: 31%;
  }
}
@media screen and (min-width: 800px) and (max-height: 900px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 38%;
    left: 31%;
  }
}
@media screen and (min-width: 800px) and (max-height: 850px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 39%;
    left: 31%;
  }
}
@media screen and (min-width: 800px) and (max-height: 800px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 24%;
    left: 31%;
  }
}
@media screen and (min-width: 800px) and (max-height: 699px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 28%;
    left: 31%;
  }
}
@media screen and (min-width: 800px) and (max-height: 650px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 28%;
    left: 31%;
  }
}
@media screen and (min-width: 800px) and (max-height: 600px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 50px;
    height: 50px;
    bottom: 13%;
    left: 31%;
  }
}
@media screen and (min-width: 800px) and (max-height: 530px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 30px;
    height: 30px;
    bottom: 18%;
    left: 32%;
  }
}
@media screen and (min-width: 800px) and (max-height: 500px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 20px;
    height: 20px;
    bottom: 26%;
    left: 32%;
  }
}
@media screen and (min-width: 800px) and (max-height: 400px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 10px;
    height: 10px;
    bottom: 31%;
    left: 33%;
  }
}
@media screen and (min-width: 800px) and (max-height: 370px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 0;
    height: 0;
  }
}
@media screen and (min-width: 860px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 37%;
    left: 31%;
  }
}
@media screen and (min-width: 860px) and (min-height: 1000px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 35%;
    left: 31%;
  }
}
@media screen and (min-width: 860px) and (min-height: 1100px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 31%;
    left: 31%;
  }
}
@media screen and (min-width: 860px) and (max-height: 900px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 40%;
    left: 31%;
  }
}
@media screen and (min-width: 860px) and (max-height: 850px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 43%;
    left: 31%;
  }
}
@media screen and (min-width: 860px) and (max-height: 800px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 26%;
    left: 31%;
  }
}
@media screen and (min-width: 860px) and (max-height: 700px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 29%;
    left: 31%;
  }
}
@media screen and (min-width: 860px) and (max-height: 600px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 50px;
    height: 50px;
    bottom: 16%;
    left: 31%;
  }
}
@media screen and (min-width: 860px) and (max-height: 550px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 30px;
    height: 30px;
    bottom: 21%;
    left: 32%;
  }
}
@media screen and (min-width: 860px) and (max-height: 500px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 20px;
    height: 20px;
    bottom: 31%;
    left: 33%;
  }
}
@media screen and (min-width: 860px) and (max-height: 450px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 10px;
    height: 10px;
    bottom: 34%;
    left: 33%;
  }
}
@media screen and (min-width: 860px) and (max-height: 400px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 37%;
    left: 33%;
  }
}
@media screen and (min-width: 860px) and (max-height: 390px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 0;
    height: 0;
  }
}
@media screen and (min-width: 890px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 40%;
    left: 31%;
  }
}
@media screen and (min-width: 890px) and (min-height: 1000px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 27%;
    left: 31%;
  }
}
@media screen and (min-width: 890px) and (max-height: 900px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 41%;
    left: 31%;
  }
}
@media screen and (min-width: 890px) and (max-height: 810px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 45%;
    left: 31%;
  }
}
@media screen and (min-width: 890px) and (max-height: 800px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 29%;
    left: 31%;
  }
}
@media screen and (min-width: 890px) and (max-height: 700px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 30px;
    height: 30px;
    bottom: 34%;
    left: 32%;
  }
}
@media screen and (min-width: 890px) and (max-height: 640px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 37%;
    left: 32%;
  }
}
@media screen and (min-width: 890px) and (max-height: 600px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 22%;
    left: 32%;
  }
}
@media screen and (min-width: 890px) and (max-height: 500px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 20px;
    height: 20px;
    bottom: 33%;
    left: 33%;
  }
}
@media screen and (min-width: 890px) and (max-height: 480px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 10px;
    height: 10px;
    bottom: 36%;
    left: 33%;
  }
}
@media screen and (min-width: 890px) and (max-height: 450px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 37%;
    left: 33%;
  }
}
@media screen and (min-width: 890px) and (max-height: 400px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 0;
    height: 0;
  }
}
@media screen and (max-width: 960px) and (max-height: 300px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 960px) and (min-width: 920px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 42%;
    left: 31%;
  }
}
@media screen and (max-width: 960px) and (min-width: 920px) and (min-height: 1000px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 38%;
    left: 31%;
  }
}
@media screen and (max-width: 960px) and (min-width: 920px) and (min-height: 1100px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 34%;
    left: 31%;
  }
}
@media screen and (max-width: 960px) and (min-width: 920px) and (max-height: 900px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 44%;
    left: 31%;
  }
}
@media screen and (max-width: 960px) and (min-width: 920px) and (max-height: 800px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 30%;
    left: 31%;
  }
}
@media screen and (max-width: 960px) and (min-width: 920px) and (max-height: 700px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 30px;
    height: 30px;
    bottom: 39%;
    left: 32%;
  }
}
@media screen and (max-width: 960px) and (min-width: 920px) and (max-height: 650px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 37%;
    left: 32%;
  }
}
@media screen and (max-width: 960px) and (min-width: 920px) and (max-height: 600px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    bottom: 26%;
    left: 32%;
  }
}
@media screen and (max-width: 960px) and (min-width: 920px) and (max-height: 550px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 20px;
    height: 20px;
    bottom: 32%;
    left: 33%;
  }
}
@media screen and (max-width: 960px) and (min-width: 920px) and (max-height: 500px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 10px;
    height: 10px;
    bottom: 40%;
    left: 33%;
  }
}
@media screen and (max-width: 960px) and (min-width: 920px) and (max-height: 400px) {
  .title_description .blur-gradient, .access_description .blur-gradient {
    width: 0;
    height: 0;
  }
}

.image_point {
  height: 100vh;
  padding-top: 5vh;
  top: 25vh;
}
@media screen and (min-height: 1000px) {
  .image_point {
    padding-top: 10vh;
    top: 23vh;
  }
}
@media screen and (min-height: 1200px) {
  .image_point {
    top: 20vh;
  }
}
@media screen and (min-height: 1300px) {
  .image_point {
    top: 18vh;
  }
}
@media screen and (min-height: 1400px) {
  .image_point {
    top: 17vh;
  }
}
@media screen and (max-height: 900px) {
  .image_point {
    height: 100vh;
    top: 28vh;
  }
}
@media screen and (max-height: 800px) {
  .image_point {
    height: 110vh;
    top: 30vh;
  }
}
@media screen and (max-height: 700px) {
  .image_point {
    height: 105vh;
    top: 32vh;
  }
}
@media screen and (max-height: 650px) {
  .image_point {
    height: 150vh;
    top: 35vh;
  }
}
@media screen and (max-height: 600px) {
  .image_point {
    height: 160vh;
    top: 30vh;
  }
}
@media screen and (max-height: 550px) {
  .image_point {
    top: 34vh;
  }
}
@media screen and (max-height: 500px) {
  .image_point {
    height: 180vh;
    top: 34vh;
  }
}
@media screen and (max-height: 450px) {
  .image_point {
    height: 200vh;
    top: 40vh;
  }
}
@media screen and (max-height: 400px) {
  .image_point {
    height: 200vh;
    top: 45vh;
  }
}
@media screen and (max-height: 350px) {
  .image_point {
    height: auto;
    position: relative;
    top: auto;
    bottom: -25vh;
  }
}
@media screen and (max-height: 300px) {
  .image_point {
    bottom: -20vh;
  }
}
@media screen and (max-width: 405px) {
  .image_point {
    height: 100vh;
    top: 32vh;
  }
}
@media screen and (max-width: 405px) and (min-height: 1000px) {
  .image_point {
    top: 31vh;
  }
}
@media screen and (max-width: 405px) and (min-height: 1100px) {
  .image_point {
    height: 65vh;
    top: 28vh;
  }
}
@media screen and (max-width: 405px) and (min-height: 1200px) {
  .image_point {
    height: 50vh;
    top: 26vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 900px) {
  .image_point {
    top: 35vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 700px) {
  .image_point {
    top: 41vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 650px) {
  .image_point {
    height: 140vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 600px) {
  .image_point {
    height: 155vh;
    top: 40vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 500px) {
  .image_point {
    top: 42vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 450px) {
  .image_point {
    top: 44vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 400px) {
  .image_point {
    height: 170vh;
    top: 49vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 350px) {
  .image_point {
    height: auto;
    position: relative;
    top: auto;
    bottom: -60vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 300px) {
  .image_point {
    bottom: -35vh;
  }
}
@media screen and (max-width: 390px) {
  .image_point {
    top: 33vh;
  }
}
@media screen and (max-width: 390px) and (min-height: 1100px) {
  .image_point {
    top: 32vh;
  }
}
@media screen and (max-width: 390px) and (min-height: 1200px) {
  .image_point {
    height: 70vh;
    top: 32vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 900px) {
  .image_point {
    top: 35vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 800px) {
  .image_point {
    top: 38vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 700px) {
  .image_point {
    top: 41vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 600px) {
  .image_point {
    top: 40vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 650px) {
  .image_point {
    height: 130vh;
    top: 40vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 500px) {
  .image_point {
    height: 140vh;
    top: 41vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 450px) {
  .image_point {
    top: 45vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 400px) {
  .image_point {
    height: auto;
    position: relative;
    top: auto;
    bottom: -25vh;
  }
}
@media screen and (max-width: 367px) {
  .image_point {
    top: 32vh;
  }
}
@media screen and (max-width: 367px) and (min-height: 1000px) {
  .image_point {
    top: 32vh;
  }
}
@media screen and (max-width: 367px) and (min-height: 1100px) {
  .image_point {
    top: 30vh;
  }
}
@media screen and (max-width: 367px) and (min-height: 1200px) {
  .image_point {
    top: 26vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 900px) {
  .image_point {
    top: 35vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 800px) {
  .image_point {
    top: 38vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 700px) {
  .image_point {
    height: 100vh;
    top: 40vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 600px) {
  .image_point {
    top: 40vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 550px) {
  .image_point {
    height: 150vh;
    padding-top: 3vh;
    top: 40vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 500px) {
  .image_point {
    height: 170vh;
    top: 40vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 450px) {
  .image_point {
    top: 44vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 420px) {
  .image_point {
    top: 46vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 400px) {
  .image_point {
    height: auto;
    position: relative;
    top: auto;
    bottom: -30vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 330px) {
  .image_point {
    bottom: -60vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 220px) {
  .image_point {
    bottom: -70vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 200px) {
  .image_point {
    bottom: -80vh;
  }
}
@media screen and (max-width: 350px) and (max-height: 460px) {
  .image_point {
    top: 43vh;
  }
}
@media screen and (max-width: 350px) and (max-height: 430px) {
  .image_point {
    top: 46vh;
  }
}
@media screen and (max-width: 350px) and (max-height: 400px) {
  .image_point {
    top: auto;
  }
}
@media screen and (max-width: 350px) and (max-height: 250px) {
  .image_point {
    bottom: -50vh;
  }
}
@media screen and (max-width: 330px) {
  .image_point {
    top: 32vh;
  }
}
@media screen and (max-width: 330px) and (min-height: 1000px) {
  .image_point {
    height: 80vh;
    top: 33vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 900px) {
  .image_point {
    top: 34vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 800px) {
  .image_point {
    top: 38vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 700px) {
  .image_point {
    top: 40vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 600px) {
  .image_point {
    top: 38vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 550px) {
  .image_point {
    top: 44vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 500px) {
  .image_point {
    height: 150vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 400px) {
  .image_point {
    top: 47vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 450px) {
  .image_point {
    top: 50vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 430px) {
  .image_point {
    height: auto;
    position: relative;
    top: auto;
    bottom: -40vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 250px) {
  .image_point {
    bottom: -62vh;
  }
}
@media screen and (min-width: 508px) {
  .image_point {
    top: 20vh;
  }
}
@media screen and (min-width: 508px) and (min-height: 1000px) {
  .image_point {
    top: 19vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 900px) {
  .image_point {
    top: 24vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 800px) {
  .image_point {
    top: 27vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 700px) {
  .image_point {
    top: 28vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 750px) {
  .image_point {
    height: 160vh;
    top: 28vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 650px) {
  .image_point {
    top: 33vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 600px) {
  .image_point {
    height: 180vh;
    top: 35vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 500px) {
  .image_point {
    height: 200vh;
    top: 39vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 480px) {
  .image_point {
    height: auto;
    position: relative;
    top: auto;
    bottom: -25vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 350px) {
  .image_point {
    bottom: -15vh;
  }
}
@media screen and (min-width: 590px) and (min-height: 1000px) {
  .image_point {
    top: 19vh;
  }
}
@media screen and (min-width: 590px) and (min-height: 1200px) {
  .image_point {
    top: 17vh;
  }
}
@media screen and (min-width: 674px) {
  .image_point {
    top: 27vh;
  }
}
@media screen and (min-width: 674px) and (min-height: 1000px) {
  .image_point {
    top: 26vh;
  }
}
@media screen and (min-width: 674px) and (min-height: 1100px) {
  .image_point {
    top: 22vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 900px) {
  .image_point {
    top: 30vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 800px) {
  .image_point {
    top: 35vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 700px) {
  .image_point {
    height: 145vh;
    top: 43vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 600px) {
  .image_point {
    height: 165vh;
    top: 41vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 520px) {
  .image_point {
    height: 200vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 480px) {
  .image_point {
    height: auto;
    position: relative;
    top: auto;
    bottom: -30vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 400px) {
  .image_point {
    bottom: -25vh;
  }
}
@media screen and (min-width: 810px) {
  .image_point {
    height: 90vh;
    top: 28vh;
  }
}
@media screen and (min-width: 810px) and (min-height: 1000px) {
  .image_point {
    height: 80vh;
  }
}
@media screen and (min-width: 810px) and (min-height: 1100px) {
  .image_point {
    height: 70vh;
    top: 24vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 900px) {
  .image_point {
    top: 32vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 800px) {
  .image_point {
    top: 37vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 750px) {
  .image_point {
    height: 145vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 700px) {
  .image_point {
    top: 47vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 650px) {
  .image_point {
    height: auto;
    position: relative;
    top: auto;
    bottom: -25vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 500px) {
  .image_point {
    bottom: -35vh;
  }
}
@media screen and (min-width: 960px) {
  .image_point {
    height: 100vh;
    padding-top: 5vh;
    top: 40vh;
  }
}
@media screen and (min-width: 960px) and (min-height: 1000px) {
  .image_point {
    top: 35vh;
  }
}
@media screen and (min-width: 960px) and (min-height: 1100px) {
  .image_point {
    top: 32vh;
  }
}
@media screen and (min-width: 960px) and (min-height: 1200px) {
  .image_point {
    top: 30vh;
  }
}
@media screen and (min-width: 960px) and (min-height: 1300px) {
  .image_point {
    top: 27vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 900px) {
  .image_point {
    top: 42vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 800px) {
  .image_point {
    height: 150vh;
    top: 42vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 700px) {
  .image_point {
    top: 46vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 680px) {
  .image_point {
    height: auto;
    position: relative;
    top: auto;
    bottom: -20vh;
  }
}
@media screen and (min-width: 1000px) and (min-height: 1000px) {
  .image_point {
    top: 37vh;
  }
}
@media screen and (min-width: 1000px) and (min-height: 1100px) {
  .image_point {
    top: 32vh;
  }
}
@media screen and (min-width: 1000px) and (min-height: 1200px) {
  .image_point {
    top: 30vh;
  }
}
@media screen and (min-width: 1000px) and (min-height: 1300px) {
  .image_point {
    top: 27vh;
  }
}
@media screen and (min-width: 1000px) and (min-height: 1700px) {
  .image_point {
    top: 20vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 800px) {
  .image_point {
    top: 43vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 750px) {
  .image_point {
    top: 48vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 700px) {
  .image_point {
    top: 46vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 680px) {
  .image_point {
    height: auto;
    position: relative;
    top: auto;
    bottom: -20vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 800px) {
  .image_point {
    height: 160vh;
    top: 43vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 750px) {
  .image_point {
    top: 48vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 700px) {
  .image_point {
    top: 46vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 680px) {
  .image_point {
    height: auto;
    position: relative;
    top: auto;
    bottom: -20vh;
  }
}
@media screen and (min-width: 1300px) {
  .image_point {
    height: 115vh;
  }
}
@media screen and (max-height: 650px) {
  .image_point .caption {
    margin: 10vh auto 30vh;
  }
}
@media screen and (max-height: 550px) {
  .image_point .caption {
    margin: 12vh auto 30vh;
  }
}
@media screen and (max-height: 500px) {
  .image_point .caption {
    margin: 10vh auto 30vh;
  }
}
@media screen and (max-height: 450px) {
  .image_point .caption {
    margin: 7vh auto 30vh;
  }
}
@media screen and (max-height: 400px) {
  .image_point .caption {
    margin: 7vh auto 28vh;
  }
}
@media screen and (max-height: 350px) {
  .image_point .caption {
    margin: 5vh auto 40vh;
  }
}
@media screen and (max-width: 405px) {
  .image_point .caption {
    font-size: 13px;
  }
}
@media screen and (max-width: 390px) {
  .image_point .caption {
    font-size: 12px;
  }
}
@media screen and (max-width: 390px) and (max-height: 650px) {
  .image_point .caption {
    margin: 10vh auto 32vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 650px) {
  .image_point .caption {
    margin: auto;
  }
}
@media screen and (max-width: 367px) and (max-height: 550px) {
  .image_point .caption {
    margin: 10vh auto 35vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 450px) {
  .image_point .caption {
    margin: 10vh auto 28vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 650px) {
  .image_point .caption {
    margin: 0;
  }
}
@media screen and (max-width: 330px) and (max-height: 550px) {
  .image_point .caption {
    margin: 3vh 0 30vh;
  }
}
@media screen and (min-width: 508px) {
  .image_point .caption {
    font-size: 16px;
  }
}
@media screen and (min-width: 508px) and (max-height: 750px) {
  .image_point .caption {
    margin: 15vh 0 23vh;
    font-size: 18px;
  }
}
@media screen and (min-width: 508px) and (max-height: 650px) {
  .image_point .caption {
    margin: 10vh 0 30vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 500px) {
  .image_point .caption {
    margin: 7vh 0 23vh;
  }
}
@media screen and (min-width: 590px) and (max-height: 650px) {
  .image_point .caption {
    margin: 15vh 0 25vh;
  }
}
@media screen and (min-width: 590px) and (max-height: 500px) {
  .image_point .caption {
    margin: 7vh 0 23vh;
  }
}
@media screen and (min-width: 674px) {
  .image_point .caption {
    font-size: 17px;
  }
}
@media screen and (min-width: 674px) and (max-height: 750px) {
  .image_point .caption {
    margin: 15vh 0 30vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 700px) {
  .image_point .caption {
    margin: 10vh 0 25vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 650px) {
  .image_point .caption {
    margin: 12vh 0 30vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 550px) {
  .image_point .caption {
    margin: 15vh 0 30vh;
  }
}
@media screen and (min-width: 810px) {
  .image_point .caption {
    font-size: 25px;
  }
}
@media screen and (min-width: 810px) and (max-height: 650px) {
  .image_point .caption {
    margin: 10vh 0 15vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 800px) {
  .image_point .caption {
    margin: 10vh 0 32vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 700px) {
  .image_point .caption {
    margin: 10vh 0 25vh;
  }
}
.image_point .caption h3 {
  font-size: 2.5em;
  line-height: 1.5em;
}
@media screen and (min-height: 1000px) {
  .image_point .caption h3 {
    font-size: 3em;
    line-height: 1.4em;
  }
}
@media screen and (max-height: 800px) {
  .image_point .caption h3 {
    line-height: 1.3em;
  }
}
@media screen and (max-height: 700px) {
  .image_point .caption h3 {
    font-size: 2.3em;
    line-height: 1.2em;
  }
}
@media screen and (max-height: 650px) {
  .image_point .caption h3 {
    font-size: 2.8em;
    line-height: 1.5em;
  }
}
@media screen and (max-height: 550px) {
  .image_point .caption h3 {
    font-size: 2.5em;
    line-height: 1.2em;
  }
}
@media screen and (max-height: 500px) {
  .image_point .caption h3 {
    font-size: 2.3em;
  }
}
@media screen and (max-height: 400px) {
  .image_point .caption h3 {
    font-size: 2em;
  }
}
@media screen and (max-width: 367px) and (max-height: 650px) {
  .image_point .caption h3 {
    font-size: 2.5em;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 330px) {
  .image_point .caption h3 {
    font-size: 2em;
  }
}
@media screen and (max-width: 330px) and (max-height: 450px) {
  .image_point .caption h3 {
    font-size: 1.8em;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 508px) and (max-height: 650px) {
  .image_point .caption h3 {
    line-height: 1.2em;
  }
}
@media screen and (min-width: 508px) and (max-height: 400px) {
  .image_point .caption h3 {
    font-size: 2.8em;
  }
}
@media screen and (min-width: 674px) {
  .image_point .caption h3 {
    margin: 0 -1px;
    font-size: 2.3em;
    display: inline;
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 960px) {
  .image_point .caption h3 {
    line-height: 1.2em;
  }
}
.image_point .image_box {
  width: 65%;
  margin: 5vh auto 0;
}
@media screen and (min-height: 1000px) {
  .image_point .image_box {
    width: 70%;
  }
}
@media screen and (max-height: 750px) {
  .image_point .image_box {
    width: 60%;
  }
}
@media screen and (max-height: 700px) {
  .image_point .image_box {
    width: 55%;
  }
}
@media screen and (max-height: 650px) {
  .image_point .image_box {
    width: 60%;
    margin: 1vh auto 0;
  }
}
@media screen and (max-width: 405px) and (max-height: 650px) {
  .image_point .image_box {
    margin: 5vh auto 0;
  }
}
@media screen and (max-width: 367px) and (max-height: 700px) {
  .image_point .image_box {
    width: 60%;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 367px) and (max-height: 550px) {
  .image_point .image_box {
    width: 65%;
  }
}
@media screen and (max-width: 330px) and (max-height: 700px) {
  .image_point .image_box {
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 508px) and (max-height: 800px) {
  .image_point .image_box {
    width: 60%;
  }
}
@media screen and (min-width: 508px) and (max-height: 750px) {
  .image_point .image_box {
    width: 65%;
  }
}
@media screen and (min-width: 508px) and (max-height: 480px) {
  .image_point .image_box {
    width: 60%;
  }
}
@media screen and (min-width: 674px) {
  .image_point .image_box {
    width: 55%;
  }
}
@media screen and (min-width: 810px) {
  .image_point .image_box {
    width: 70%;
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 810px) and (max-height: 800px) {
  .image_point .image_box {
    margin: 0 auto;
  }
}
@media screen and (min-width: 810px) and (max-height: 650px) {
  .image_point .image_box {
    margin: 5vh auto 0;
  }
}
@media screen and (min-width: 960px) {
  .image_point .image_box {
    margin: 2vh auto 0;
  }
}
.image_point .image_box .images {
  width: 35%;
}
@media screen and (max-height: 650px) {
  .image_point .image_box .images {
    margin: -15vh 0 10%;
  }
}
@media screen and (max-height: 450px) {
  .image_point .image_box .images {
    margin: -17vh 0 10%;
  }
}
@media screen and (max-height: 400px) {
  .image_point .image_box .images {
    margin: -20vh 0 10%;
  }
}
@media screen and (max-height: 300px) {
  .image_point .image_box .images {
    margin: -13vh 0 5%;
  }
}
@media screen and (max-width: 367px) {
  .image_point .image_box .images {
    width: 40%;
  }
}
@media screen and (max-width: 367px) and (max-height: 650px) {
  .image_point .image_box .images {
    width: 30%;
    margin: 0;
  }
}
@media screen and (max-width: 367px) and (max-height: 550px) {
  .image_point .image_box .images {
    margin: -12vh 0 32%;
  }
}
@media screen and (max-width: 330px) {
  .image_point .image_box .images {
    width: 38%;
  }
}
@media screen and (min-width: 508px) and (max-height: 400px) {
  .image_point .image_box .images {
    margin: -5vh 0 10%;
  }
}
@media screen and (min-width: 590px) {
  .image_point .image_box .images {
    width: 110px;
  }
}
@media screen and (min-width: 810px) {
  .image_point .image_box .images {
    width: 25%;
    position: relative;
    top: 7vh;
    left: 8%;
  }
}
@media screen and (min-width: 810px) and (max-height: 750px) {
  .image_point .image_box .images {
    top: -10vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 650px) {
  .image_point .image_box .images {
    margin: 0;
    top: 7vh;
  }
}
@media screen and (min-width: 960px) {
  .image_point .image_box .images {
    width: 30%;
    top: 15vh;
    left: 5%;
  }
}
@media screen and (min-width: 960px) and (max-height: 800px) {
  .image_point .image_box .images {
    top: -10vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 680px) {
  .image_point .image_box .images {
    margin: 0;
    top: 15vh;
  }
}
.image_point .image_box .images span {
  width: 100%;
  font-size: 1.8em;
  padding: 0 7px 10px 0;
  margin-left: -15%;
}
@media screen and (max-width: 405px) and (max-height: 700px) {
  .image_point .image_box .images span {
    width: 75%;
    padding: 0 25px 10px 15px;
    font-size: 25px;
  }
}
@media screen and (max-width: 405px) and (max-height: 500px) {
  .image_point .image_box .images span {
    width: 65%;
    margin-left: -25%;
    font-size: 20px;
  }
}
@media screen and (max-width: 405px) and (max-height: 450px) {
  .image_point .image_box .images span {
    margin-left: 0;
    padding: 0 20px 10px 15px;
  }
}
@media screen and (max-width: 405px) and (max-height: 400px) {
  .image_point .image_box .images span {
    padding: 0 18px 10px 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 367px) and (max-height: 650px) {
  .image_point .image_box .images span {
    font-size: 20px;
  }
}
@media screen and (max-width: 330px) {
  .image_point .image_box .images span {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 330px) and (max-height: 550px) {
  .image_point .image_box .images span {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 508px) and (max-height: 750px) {
  .image_point .image_box .images span {
    width: 100%;
    font-size: 2em;
  }
}
@media screen and (min-width: 810px) {
  .image_point .image_box .images span {
    padding: 0 12px 15px 0;
    font-size: 2.5em;
  }
}
.image_point .image_box .images span:before {
  position: absolute;
  top: -7px;
  left: -7px;
}
@media screen and (max-height: 500px) {
  .image_point .image_box .images span:before {
    top: -5px;
    left: -5px;
    border: 2px solid #000;
  }
}
@media screen and (max-width: 405px) and (max-height: 500px) {
  .image_point .image_box .images span:before {
    top: -4px;
    left: -4px;
    border: 2px solid #000;
  }
}
.image_point .image_box img {
  width: 100%;
  margin: 3vh auto;
  padding-left: 5%;
}
@media screen and (max-height: 650px) {
  .image_point .image_box img {
    width: 105%;
    margin: 7vh auto 0;
    padding-left: 0;
  }
}
@media screen and (max-height: 450px) {
  .image_point .image_box img {
    margin: 5vh auto 0;
  }
}
@media screen and (max-height: 400px) {
  .image_point .image_box img {
    margin: 2vh auto 0;
  }
}
@media screen and (max-height: 350px) {
  .image_point .image_box img {
    width: 100%;
    padding-left: 5%;
  }
}
@media screen and (max-width: 405px) and (max-height: 700px) {
  .image_point .image_box img {
    margin: 5px auto;
  }
}
@media screen and (max-width: 405px) and (max-height: 350px) {
  .image_point .image_box img {
    width: 100%;
    padding-left: 5%;
  }
}
@media screen and (max-width: 367px) and (max-height: 650px) {
  .image_point .image_box img {
    margin: 10px auto;
  }
}
@media screen and (max-width: 330px) and (max-height: 550px) {
  .image_point .image_box img {
    width: 100%;
    padding-left: 5%;
  }
}
@media screen and (min-width: 508px) and (max-height: 750px) {
  .image_point .image_box img {
    margin: 7vh auto 0;
  }
}
@media screen and (min-width: 508px) and (max-height: 650px) {
  .image_point .image_box img {
    width: 100%;
    margin: 3vh auto 0;
    padding-left: 5%;
  }
}
@media screen and (min-width: 810px) {
  .image_point .image_box img {
    width: 65%;
    margin: 3vh auto 0;
  }
}
@media screen and (min-width: 810px) and (max-height: 750px) {
  .image_point .image_box img {
    margin: 6vh auto 0 -7%;
  }
}
@media screen and (min-width: 810px) and (max-height: 650px) {
  .image_point .image_box img {
    margin: 3vh auto 0;
  }
}
@media screen and (min-width: 960px) {
  .image_point .image_box img {
    width: 70%;
    margin: 6vh auto 0;
  }
}
@media screen and (min-width: 960px) and (max-height: 800px) {
  .image_point .image_box img {
    margin: 10vh auto 0 -13%;
  }
}
@media screen and (min-width: 960px) and (max-height: 680px) {
  .image_point .image_box img {
    margin: 3vh auto 0;
  }
}

.last_box {
  bottom: 0;
}
@media screen and (min-height: 1000px) {
  .last_box {
    margin-top: -135vh;
  }
}
@media screen and (max-height: 1000px) {
  .last_box {
    margin-top: -125vh;
  }
}
@media screen and (max-height: 800px) {
  .last_box {
    margin-top: -100vh;
  }
}
@media screen and (max-height: 450px) {
  .last_box {
    height: 300vh;
    bottom: 15vh;
  }
}
@media screen and (max-height: 400px) {
  .last_box {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    bottom: 15vh;
  }
}
@media screen and (max-height: 300px) {
  .last_box {
    height: 450vh;
    bottom: 5vh;
  }
}
@media screen and (max-height: 250px) {
  .last_box {
    bottom: -5vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 400px) {
  .last_box {
    flex-direction: column;
  }
}
@media screen and (max-width: 405px) and (max-height: 350px) {
  .last_box {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    bottom: 15vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 350px) {
  .last_box {
    flex-direction: column;
  }
}
@media screen and (max-width: 367px) and (max-height: 350px) {
  .last_box {
    flex-direction: column;
  }
}
@media screen and (min-width: 508px) and (max-height: 450px) {
  .last_box {
    padding: 0 20px;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
@media screen and (min-width: 674px) {
  .last_box {
    margin-left: auto;
    margin-right: auto;
    bottom: 35vh;
  }
}
@media screen and (min-width: 674px) and (min-height: 750px) {
  .last_box {
    bottom: 5vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 750px) {
  .last_box {
    bottom: 17vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 500px) {
  .last_box {
    bottom: 15vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 300px) {
  .last_box {
    height: 270vh;
  }
}
@media screen and (min-width: 960px) {
  .last_box {
    bottom: 0vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 600px) {
  .last_box {
    margin-bottom: -195vh;
    bottom: 10vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 300px) {
  .last_box {
    height: 270vh;
  }
}
@media screen and (min-width: 1100px) {
  .last_box {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
.last_box .contact {
  height: 30vh;
  padding-top: 50px;
}
.last_box .access {
  height: 45vh;
}
@media screen and (min-width: 674px) and (max-height: 700px) {
  .last_box .access {
    height: 23vh;
  }
}
@media screen and (min-width: 960px) and (min-height: 1100px) {
  .last_box .access {
    height: 20vh;
  }
}
.last_box .contact, .last_box .access {
  width: 300px;
  margin: 30px auto;
  height: auto;
  padding: 0;
  top: -7%;
}
@media screen and (max-height: 900px) {
  .last_box .contact, .last_box .access {
    top: -7%;
  }
}
@media screen and (max-height: 700px) {
  .last_box .contact, .last_box .access {
    top: -7%;
  }
}
@media screen and (max-height: 600px) {
  .last_box .contact, .last_box .access {
    top: -7%;
  }
}
@media screen and (max-height: 550px) {
  .last_box .contact, .last_box .access {
    top: -7%;
  }
}
@media screen and (max-height: 500px) {
  .last_box .contact, .last_box .access {
    margin: 15px auto;
  }
}
@media screen and (min-width: 960px) and (min-width: 1100px) {
  .last_box .contact, .last_box .access {
    height: auto;
    padding: 0;
  }
}
@media screen and (max-height: 400px) {
  .last_box .contact, .last_box .access {
    margin: 3px auto;
    top: -7%;
  }
}
.last_box .contact span, .last_box .access span {
  display: block;
}
.last_box .contact img, .last_box .access img {
  width: 280px;
}
@media screen and (min-width: 960px) {
  .last_box .contact img, .last_box .access img {
    width: 350px;
  }
}
@media screen and (max-width: 960px) {
  .last_box .contact img, .last_box .access img {
    width: 80%;
  }
}
@media screen and (max-width: 400px) {
  .last_box .contact img, .last_box .access img {
    width: 65%;
  }
}
@media screen and (max-height: 700px) and (min-width: 674px) {
  .last_box .contact img, .last_box .access img {
    width: 275px;
  }
}
@media screen and (max-height: 600px) and (min-width: 960px) {
  .last_box .contact img, .last_box .access img {
    width: 245px;
  }
}
@media screen and (max-height: 600px) and (max-width: 405px) {
  .last_box .contact img, .last_box .access img {
    width: 150px;
  }
}
@media screen and (max-height: 600px) and (min-width: 674px) {
  .last_box .contact img, .last_box .access img {
    width: 225px;
  }
}
@media screen and (max-height: 500px) and (min-width: 674px) {
  .last_box .contact img, .last_box .access img {
    width: 200px;
  }
}
@media screen and (max-height: 220px) {
  .last_box .contact img, .last_box .access img {
    width: 150px;
  }
}
@media screen and (max-height: 220px) and (max-width: 240px) {
  .last_box .contact img, .last_box .access img {
    width: 120px;
  }
}

footer {
  width: 100vw;
  height: 120vh;
  margin: 0;
  padding: 20px 0 10px;
  bottom: 0;
}
@media screen and (min-width: 960px) {
  footer {
    max-width: 1440px;
  }
}
@media screen and (min-width: 960px) and (max-height: 600px) {
  footer {
    height: 115vh;
  }
}
footer .bottom, footer .form_bottom {
  width: 100%;
  height: 25vh;
  margin-bottom: -100vh;
}
@media screen and (max-height: 600px) {
  footer .bottom, footer .form_bottom {
    height: 27vh;
  }
}
@media screen and (max-height: 450px) {
  footer .bottom, footer .form_bottom {
    height: 30vh;
  }
}
@media screen and (max-height: 300px) {
  footer .bottom, footer .form_bottom {
    height: 35vh;
  }
}
footer .bottom .footer_nav, footer .form_bottom .footer_nav {
  font-weight: 300;
}
@media screen and (max-width: 508px) {
  footer .bottom .footer_nav, footer .form_bottom .footer_nav {
    margin: 0;
    display: none;
  }
}
@media screen and (min-width: 508px) {
  footer .bottom .footer_nav, footer .form_bottom .footer_nav {
    margin: 5vh 35px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
  }
}
@media screen and (min-width: 508px) and (max-height: 800px) {
  footer .bottom .footer_nav, footer .form_bottom .footer_nav {
    margin: 3vh 35px;
  }
}
@media screen and (min-width: 508px) and (max-height: 500px) {
  footer .bottom .footer_nav, footer .form_bottom .footer_nav {
    display: none;
  }
}
footer .bottom .footer_nav li, footer .form_bottom .footer_nav li {
  color: rgb(51, 51, 51);
  font-size: 1em;
  line-height: 1.7em;
  text-align: center;
}
@media screen and (min-width: 674px) {
  footer .bottom .footer_nav li, footer .form_bottom .footer_nav li {
    width: 100px;
    margin-top: 8px;
    font-size: 15px;
    font-size: 1em;
  }
}
@media screen and (min-width: 960px) {
  footer .bottom .footer_nav li, footer .form_bottom .footer_nav li {
    width: 110px;
    margin-top: 15px;
    font-size: 18px;
  }
}
footer .bottom .footer_nav li:first-child, footer .form_bottom .footer_nav li:first-child {
  letter-spacing: -0.09em;
}
footer .bottom .footer_nav li:nth-of-type(2), footer .form_bottom .footer_nav li:nth-of-type(2) {
  letter-spacing: -0.09em;
}
footer .bottom .footer_nav li:last-child, footer .form_bottom .footer_nav li:last-child {
  letter-spacing: -0.05em;
}
footer .bottom .footer_nav span, footer .form_bottom .footer_nav span {
  font-size: 1em;
  color: rgb(51, 51, 51);
}
@media screen and (min-width: 674px) {
  footer .bottom .footer_nav span, footer .form_bottom .footer_nav span {
    margin-top: 5px;
    font-size: 18px;
  }
}
@media screen and (min-width: 960px) {
  footer .bottom .footer_nav span, footer .form_bottom .footer_nav span {
    margin-top: 13px;
  }
}
footer .bottom small, footer .form_bottom small {
  color: rgb(51, 51, 51);
  bottom: 10px;
  left: 25%;
  right: 25%;
  text-align: center;
  font-family: "fot-udkakugoc80-pro", sans-serif;
  font-size: 14px;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 674px) {
  footer .bottom small, footer .form_bottom small {
    font-size: 0.8em;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 960px) {
  footer .bottom small, footer .form_bottom small {
    font-size: 1em;
    line-height: 2em;
  }
}

.access_map {
  height: 160vh;
}
@media screen and (min-height: 1000px) {
  .access_map {
    height: 145vh;
  }
}
@media screen and (max-height: 900px) {
  .access_map {
    height: 175vh;
  }
}
@media screen and (max-height: 800px) {
  .access_map {
    height: 185vh;
  }
}
@media screen and (max-height: 700px) {
  .access_map {
    height: 220vh;
  }
}
@media screen and (max-height: 600px) {
  .access_map {
    height: 260vh;
  }
}
@media screen and (max-height: 500px) {
  .access_map {
    height: 320vh;
  }
}
@media screen and (max-height: 400px) {
  .access_map {
    height: 440vh;
  }
}
@media screen and (max-height: 350px) {
  .access_map {
    height: 415vh;
  }
}
@media screen and (max-height: 300px) {
  .access_map {
    height: 470vh;
  }
}
@media screen and (max-height: 270px) {
  .access_map {
    height: 590vh;
  }
}
@media screen and (max-width: 450px) {
  .access_map {
    height: 150vh;
  }
}
@media screen and (max-width: 450px) and (min-height: 1000px) {
  .access_map {
    height: 135vh;
  }
}
@media screen and (max-width: 450px) and (max-height: 900px) {
  .access_map {
    height: 165vh;
  }
}
@media screen and (max-width: 450px) and (max-height: 800px) {
  .access_map {
    height: 175vh;
  }
}
@media screen and (max-width: 450px) and (max-height: 700px) {
  .access_map {
    height: 195vh;
  }
}
@media screen and (max-width: 450px) and (max-height: 600px) {
  .access_map {
    height: 230vh;
  }
}
@media screen and (max-width: 450px) and (max-height: 500px) {
  .access_map {
    height: 280vh;
  }
}
@media screen and (max-width: 450px) and (max-height: 400px) {
  .access_map {
    height: 335vh;
  }
}
@media screen and (max-width: 450px) and (max-height: 350px) {
  .access_map {
    height: 380vh;
  }
}
@media screen and (max-width: 450px) and (max-height: 300px) {
  .access_map {
    height: 420vh;
  }
}
@media screen and (max-width: 450px) and (max-height: 270px) {
  .access_map {
    height: 530vh;
  }
}
@media screen and (max-width: 405px) {
  .access_map {
    height: 140vh;
  }
}
@media screen and (max-width: 405px) and (min-height: 1000px) {
  .access_map {
    height: 130vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 900px) {
  .access_map {
    height: 160vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 800px) {
  .access_map {
    height: 160vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 700px) {
  .access_map {
    height: 190vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 600px) {
  .access_map {
    height: 230vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 500px) {
  .access_map {
    height: 285vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 400px) {
  .access_map {
    height: 340vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 350px) {
  .access_map {
    height: 370vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 300px) {
  .access_map {
    height: 410vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 270px) {
  .access_map {
    height: 510vh;
  }
}
@media screen and (max-width: 390px) {
  .access_map {
    height: 135vh;
  }
}
@media screen and (max-width: 390px) and (min-height: 1000px) {
  .access_map {
    height: 130vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 900px) {
  .access_map {
    height: 155vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 800px) {
  .access_map {
    height: 160vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 700px) {
  .access_map {
    height: 185vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 600px) {
  .access_map {
    height: 220vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 500px) {
  .access_map {
    height: 275vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 400px) {
  .access_map {
    height: 330vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 350px) {
  .access_map {
    height: 365vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 300px) {
  .access_map {
    height: 405vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 270px) {
  .access_map {
    height: 500vh;
  }
}
@media screen and (max-width: 367px) {
  .access_map {
    height: 135vh;
  }
}
@media screen and (max-width: 367px) and (min-height: 1000px) {
  .access_map {
    height: 125vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 900px) {
  .access_map {
    height: 155vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 800px) {
  .access_map {
    height: 165vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 700px) {
  .access_map {
    height: 190vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 600px) {
  .access_map {
    height: 230vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 500px) {
  .access_map {
    height: 280vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 400px) {
  .access_map {
    height: 340vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 350px) {
  .access_map {
    height: 370vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 300px) {
  .access_map {
    height: 410vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 270px) {
  .access_map {
    height: 510vh;
  }
}
@media screen and (max-width: 330px) {
  .access_map {
    height: 130vh;
  }
}
@media screen and (max-width: 330px) and (min-height: 1000px) {
  .access_map {
    height: 120vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 900px) {
  .access_map {
    height: 145vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 800px) {
  .access_map {
    height: 150vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 700px) {
  .access_map {
    height: 175vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 600px) {
  .access_map {
    height: 210vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 500px) {
  .access_map {
    height: 265vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 400px) {
  .access_map {
    height: 295vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 350px) {
  .access_map {
    height: 350vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 300px) {
  .access_map {
    height: 390vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 270px) {
  .access_map {
    height: 495vh;
  }
}
@media screen and (min-width: 508px) {
  .access_map {
    height: 175vh;
  }
}
@media screen and (min-width: 508px) and (min-height: 1000px) {
  .access_map {
    height: 150vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 900px) {
  .access_map {
    height: 190vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 800px) {
  .access_map {
    height: 220vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 700px) {
  .access_map {
    height: 250vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 600px) {
  .access_map {
    height: 300vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 500px) {
  .access_map {
    height: 370vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 400px) {
  .access_map {
    height: 450vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 350px) {
  .access_map {
    height: 490vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 300px) {
  .access_map {
    height: 550vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 270px) {
  .access_map {
    height: 650vh;
  }
}
@media screen and (min-width: 580px) {
  .access_map {
    height: 190vh;
  }
}
@media screen and (min-width: 580px) and (min-height: 1000px) {
  .access_map {
    height: 170vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 900px) {
  .access_map {
    height: 210vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 800px) {
  .access_map {
    height: 235vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 700px) {
  .access_map {
    height: 280vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 600px) {
  .access_map {
    height: 330vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 500px) {
  .access_map {
    height: 405vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 400px) {
  .access_map {
    height: 500vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 350px) {
  .access_map {
    height: 540vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 300px) {
  .access_map {
    height: 590vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 270px) {
  .access_map {
    height: 700vh;
  }
}
@media screen and (min-width: 674px) {
  .access_map {
    height: 205vh;
  }
}
@media screen and (min-width: 674px) and (min-height: 1000px) {
  .access_map {
    height: 185vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 900px) {
  .access_map {
    height: 225vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 800px) {
  .access_map {
    height: 260vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 700px) {
  .access_map {
    height: 300vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 600px) {
  .access_map {
    height: 360vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 500px) {
  .access_map {
    height: 450vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 400px) {
  .access_map {
    height: 545vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 350px) {
  .access_map {
    height: 590vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 300px) {
  .access_map {
    height: 660vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 270px) {
  .access_map {
    height: 800vh;
  }
}
@media screen and (min-width: 810px) {
  .access_map {
    height: 160vh;
  }
}
@media screen and (min-width: 810px) and (min-height: 1000px) {
  .access_map {
    height: 150vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 900px) {
  .access_map {
    height: 225vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 800px) {
  .access_map {
    height: 205vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 700px) {
  .access_map {
    height: 235vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 600px) {
  .access_map {
    height: 280vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 500px) {
  .access_map {
    height: 345vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 400px) {
  .access_map {
    height: 395vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 350px) {
  .access_map {
    height: 460vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 300px) {
  .access_map {
    height: 505vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 270px) {
  .access_map {
    height: 630vh;
  }
}
@media screen and (min-width: 960px) {
  .access_map {
    padding: 50px 50px;
    height: 180vh;
  }
}
@media screen and (min-width: 960px) and (min-height: 1000px) {
  .access_map {
    height: 165vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 900px) {
  .access_map {
    height: 205vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 800px) {
  .access_map {
    height: 230vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 700px) {
  .access_map {
    height: 265vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 600px) {
  .access_map {
    height: 315vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 500px) {
  .access_map {
    height: 395vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 400px) {
  .access_map {
    height: 445vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 350px) {
  .access_map {
    height: 520vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 300px) {
  .access_map {
    height: 570vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 270px) {
  .access_map {
    height: 700vh;
  }
}
@media screen and (min-width: 1200px) {
  .access_map {
    height: 195vh;
  }
}
@media screen and (min-width: 1200px) and (min-height: 1000px) {
  .access_map {
    height: 175vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 900px) {
  .access_map {
    height: 220vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 800px) {
  .access_map {
    height: 250vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 700px) {
  .access_map {
    height: 290vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 600px) {
  .access_map {
    height: 345vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 500px) {
  .access_map {
    height: 425vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 400px) {
  .access_map {
    height: 485vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 350px) {
  .access_map {
    height: 560vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 300px) {
  .access_map {
    height: 615vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 270px) {
  .access_map {
    height: 750vh;
  }
}
.access_map .box {
  padding: 7vh 30px 5vh;
}
@media screen and (max-width: 450px) {
  .access_map .box {
    font-size: 14px;
  }
}
@media screen and (max-width: 405px) {
  .access_map .box {
    padding: 5vh 30px 5vh;
    font-size: 13px;
  }
}
@media screen and (max-width: 367px) {
  .access_map .box {
    padding: 3vh 10px 5vh;
    font-size: 12px;
  }
}
@media screen and (max-width: 330px) {
  .access_map .box {
    font-size: 10px;
  }
}
@media screen and (min-width: 508px) {
  .access_map .box {
    padding: 5vh 65px 5vh;
  }
}
@media screen and (min-width: 580px) {
  .access_map .box {
    padding: 7vh 70px 5vh;
  }
}
@media screen and (min-width: 674px) {
  .access_map .box {
    padding: 8vh 60px 5vh;
  }
}
@media screen and (min-width: 810px) {
  .access_map .box {
    padding: 8vh 50px 5vh;
  }
}
.access_map .box .image_box {
  height: 55vh;
}
@media screen and (min-height: 1000px) {
  .access_map .box .image_box {
    height: 50vh;
  }
}
@media screen and (max-height: 900px) {
  .access_map .box .image_box {
    height: 60vh;
  }
}
@media screen and (max-height: 800px) {
  .access_map .box .image_box {
    height: 70vh;
  }
}
@media screen and (max-height: 700px) {
  .access_map .box .image_box {
    height: 85vh;
  }
}
@media screen and (max-height: 600px) {
  .access_map .box .image_box {
    height: 100vh;
  }
}
@media screen and (max-height: 500px) {
  .access_map .box .image_box {
    height: 125vh;
  }
}
@media screen and (max-height: 400px) {
  .access_map .box .image_box {
    height: 160vh;
  }
}
@media screen and (max-height: 300px) {
  .access_map .box .image_box {
    height: 190vh;
  }
}
@media screen and (max-height: 270px) {
  .access_map .box .image_box {
    height: 225vh;
  }
}
@media screen and (max-width: 450px) {
  .access_map .box .image_box {
    height: 55vh;
  }
}
@media screen and (max-width: 450px) and (min-height: 1000px) {
  .access_map .box .image_box {
    height: 50vh;
  }
}
@media screen and (max-width: 450px) and (max-height: 900px) {
  .access_map .box .image_box {
    height: 60vh;
  }
}
@media screen and (max-width: 450px) and (max-height: 800px) {
  .access_map .box .image_box {
    height: 70vh;
  }
}
@media screen and (max-width: 450px) and (max-height: 700px) {
  .access_map .box .image_box {
    height: 70vh;
  }
}
@media screen and (max-width: 450px) and (max-height: 650px) {
  .access_map .box .image_box {
    height: 75vh;
  }
}
@media screen and (max-width: 450px) and (max-height: 600px) {
  .access_map .box .image_box {
    height: 80vh;
  }
}
@media screen and (max-width: 450px) and (max-height: 550px) {
  .access_map .box .image_box {
    height: 90vh;
  }
}
@media screen and (max-width: 450px) and (max-height: 500px) {
  .access_map .box .image_box {
    height: 100vh;
  }
}
@media screen and (max-width: 450px) and (max-height: 450px) {
  .access_map .box .image_box {
    height: 110vh;
  }
}
@media screen and (max-width: 450px) and (max-height: 400px) {
  .access_map .box .image_box {
    height: 130vh;
  }
}
@media screen and (max-width: 450px) and (max-height: 350px) {
  .access_map .box .image_box {
    height: 150vh;
  }
}
@media screen and (max-width: 450px) and (max-height: 300px) {
  .access_map .box .image_box {
    height: 165vh;
  }
}
@media screen and (max-width: 450px) and (max-height: 270px) {
  .access_map .box .image_box {
    height: 200vh;
  }
}
@media screen and (max-width: 405px) {
  .access_map .box .image_box {
    height: 50vh;
  }
}
@media screen and (max-width: 405px) and (min-height: 1000px) {
  .access_map .box .image_box {
    height: 45vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 900px) {
  .access_map .box .image_box {
    height: 55vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 800px) {
  .access_map .box .image_box {
    height: 60vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 700px) {
  .access_map .box .image_box {
    height: 70vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 600px) {
  .access_map .box .image_box {
    height: 85vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 500px) {
  .access_map .box .image_box {
    height: 110vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 400px) {
  .access_map .box .image_box {
    height: 140vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 300px) {
  .access_map .box .image_box {
    height: 160vh;
  }
}
@media screen and (max-width: 405px) and (max-height: 270px) {
  .access_map .box .image_box {
    height: 190vh;
  }
}
@media screen and (max-width: 390px) {
  .access_map .box .image_box {
    height: 45vh;
  }
}
@media screen and (max-width: 390px) and (min-height: 1000px) {
  .access_map .box .image_box {
    height: 45vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 900px) {
  .access_map .box .image_box {
    height: 50vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 800px) {
  .access_map .box .image_box {
    height: 57vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 700px) {
  .access_map .box .image_box {
    height: 65vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 600px) {
  .access_map .box .image_box {
    height: 80vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 500px) {
  .access_map .box .image_box {
    height: 100vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 400px) {
  .access_map .box .image_box {
    height: 135vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 300px) {
  .access_map .box .image_box {
    height: 150vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 270px) {
  .access_map .box .image_box {
    height: 185vh;
  }
}
@media screen and (max-width: 367px) {
  .access_map .box .image_box {
    height: 50vh;
  }
}
@media screen and (max-width: 367px) and (min-height: 1000px) {
  .access_map .box .image_box {
    height: 45vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 900px) {
  .access_map .box .image_box {
    height: 55vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 800px) {
  .access_map .box .image_box {
    height: 65vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 700px) {
  .access_map .box .image_box {
    height: 75vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 600px) {
  .access_map .box .image_box {
    height: 90vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 500px) {
  .access_map .box .image_box {
    height: 110vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 400px) {
  .access_map .box .image_box {
    height: 145vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 300px) {
  .access_map .box .image_box {
    height: 160vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 270px) {
  .access_map .box .image_box {
    height: 170vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 250px) {
  .access_map .box .image_box {
    height: 200vh;
  }
}
@media screen and (max-width: 330px) {
  .access_map .box .image_box {
    height: 45vh;
  }
}
@media screen and (max-width: 330px) and (min-height: 1000px) {
  .access_map .box .image_box {
    height: 40vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 900px) {
  .access_map .box .image_box {
    height: 48vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 850px) {
  .access_map .box .image_box {
    height: 50vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 800px) {
  .access_map .box .image_box {
    height: 58vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 700px) {
  .access_map .box .image_box {
    height: 60vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 650px) {
  .access_map .box .image_box {
    height: 65vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 600px) {
  .access_map .box .image_box {
    height: 72vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 550px) {
  .access_map .box .image_box {
    height: 80vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 500px) {
  .access_map .box .image_box {
    height: 88vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 450px) {
  .access_map .box .image_box {
    height: 100vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 400px) {
  .access_map .box .image_box {
    height: 112vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 350px) {
  .access_map .box .image_box {
    height: 135vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 300px) {
  .access_map .box .image_box {
    height: 150vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 270px) {
  .access_map .box .image_box {
    height: 155vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 250px) {
  .access_map .box .image_box {
    height: 200vh;
  }
}
@media screen and (max-width: 330px) and (max-height: 200px) {
  .access_map .box .image_box {
    height: 235vh;
  }
}
@media screen and (min-width: 508px) {
  .access_map .box .image_box {
    height: 70vh;
  }
}
@media screen and (min-width: 508px) and (min-height: 1000px) {
  .access_map .box .image_box {
    height: 60vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 900px) {
  .access_map .box .image_box {
    height: 80vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 800px) {
  .access_map .box .image_box {
    height: 90vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 700px) {
  .access_map .box .image_box {
    height: 100vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 600px) {
  .access_map .box .image_box {
    height: 120vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 500px) {
  .access_map .box .image_box {
    height: 150vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 400px) {
  .access_map .box .image_box {
    height: 200vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 300px) {
  .access_map .box .image_box {
    height: 230vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 270px) {
  .access_map .box .image_box {
    height: 270vh;
  }
}
@media screen and (min-width: 590px) {
  .access_map .box .image_box {
    height: 80vh;
  }
}
@media screen and (min-width: 590px) and (min-height: 1000px) {
  .access_map .box .image_box {
    height: 70vh;
  }
}
@media screen and (min-width: 590px) and (max-height: 900px) {
  .access_map .box .image_box {
    height: 90vh;
  }
}
@media screen and (min-width: 590px) and (max-height: 800px) {
  .access_map .box .image_box {
    height: 100vh;
  }
}
@media screen and (min-width: 590px) and (max-height: 700px) {
  .access_map .box .image_box {
    height: 120vh;
  }
}
@media screen and (min-width: 590px) and (max-height: 600px) {
  .access_map .box .image_box {
    height: 140vh;
  }
}
@media screen and (min-width: 590px) and (max-height: 500px) {
  .access_map .box .image_box {
    height: 175vh;
  }
}
@media screen and (min-width: 590px) and (max-height: 400px) {
  .access_map .box .image_box {
    height: 235vh;
  }
}
@media screen and (min-width: 590px) and (max-height: 300px) {
  .access_map .box .image_box {
    height: 250vh;
  }
}
@media screen and (min-width: 590px) and (max-height: 270px) {
  .access_map .box .image_box {
    height: 320vh;
  }
}
@media screen and (min-width: 674px) {
  .access_map .box .image_box {
    height: 95vh;
  }
}
@media screen and (min-width: 674px) and (min-height: 1000px) {
  .access_map .box .image_box {
    height: 85vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 900px) {
  .access_map .box .image_box {
    height: 105vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 800px) {
  .access_map .box .image_box {
    height: 120vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 700px) {
  .access_map .box .image_box {
    height: 140vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 600px) {
  .access_map .box .image_box {
    height: 170vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 500px) {
  .access_map .box .image_box {
    height: 215vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 400px) {
  .access_map .box .image_box {
    height: 280vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 300px) {
  .access_map .box .image_box {
    height: 320vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 270px) {
  .access_map .box .image_box {
    height: 375vh;
  }
}
@media screen and (min-width: 810px) {
  .access_map .box .image_box {
    height: 75vh;
  }
}
@media screen and (min-width: 810px) and (min-height: 1000px) {
  .access_map .box .image_box {
    height: 65vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 900px) {
  .access_map .box .image_box {
    height: 85vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 800px) {
  .access_map .box .image_box {
    height: 90vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 750px) {
  .access_map .box .image_box {
    height: 95vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 700px) {
  .access_map .box .image_box {
    height: 105vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 650px) {
  .access_map .box .image_box {
    height: 110vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 600px) {
  .access_map .box .image_box {
    height: 120vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 550px) {
  .access_map .box .image_box {
    height: 135vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 500px) {
  .access_map .box .image_box {
    height: 150vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 450px) {
  .access_map .box .image_box {
    height: 170vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 400px) {
  .access_map .box .image_box {
    height: 195vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 350px) {
  .access_map .box .image_box {
    height: 225vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 300px) {
  .access_map .box .image_box {
    height: 250vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 270px) {
  .access_map .box .image_box {
    height: 300vh;
  }
}
@media screen and (min-width: 890px) {
  .access_map .box .image_box {
    height: 80vh;
  }
}
@media screen and (min-width: 890px) and (min-height: 1000px) {
  .access_map .box .image_box {
    height: 75vh;
  }
}
@media screen and (min-width: 890px) and (max-height: 900px) {
  .access_map .box .image_box {
    height: 90vh;
  }
}
@media screen and (min-width: 890px) and (max-height: 800px) {
  .access_map .box .image_box {
    height: 95vh;
  }
}
@media screen and (min-width: 890px) and (max-height: 750px) {
  .access_map .box .image_box {
    height: 105vh;
  }
}
@media screen and (min-width: 890px) and (max-height: 700px) {
  .access_map .box .image_box {
    height: 110vh;
  }
}
@media screen and (min-width: 890px) and (max-height: 650px) {
  .access_map .box .image_box {
    height: 120vh;
  }
}
@media screen and (min-width: 890px) and (max-height: 600px) {
  .access_map .box .image_box {
    height: 130vh;
  }
}
@media screen and (min-width: 890px) and (max-height: 550px) {
  .access_map .box .image_box {
    height: 145vh;
  }
}
@media screen and (min-width: 890px) and (max-height: 500px) {
  .access_map .box .image_box {
    height: 160vh;
  }
}
@media screen and (min-width: 890px) and (max-height: 450px) {
  .access_map .box .image_box {
    height: 180vh;
  }
}
@media screen and (min-width: 890px) and (max-height: 400px) {
  .access_map .box .image_box {
    height: 205vh;
  }
}
@media screen and (min-width: 890px) and (max-height: 350px) {
  .access_map .box .image_box {
    height: 240vh;
  }
}
@media screen and (min-width: 890px) and (max-height: 300px) {
  .access_map .box .image_box {
    height: 260vh;
  }
}
@media screen and (min-width: 890px) and (max-height: 270px) {
  .access_map .box .image_box {
    height: 320vh;
  }
}
@media screen and (min-width: 960px) {
  .access_map .box .image_box {
    height: 75vh;
  }
}
@media screen and (min-width: 960px) and (min-height: 1000px) {
  .access_map .box .image_box {
    height: 70vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 900px) {
  .access_map .box .image_box {
    height: 80vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 850px) {
  .access_map .box .image_box {
    height: 85vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 800px) {
  .access_map .box .image_box {
    height: 90vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 750px) {
  .access_map .box .image_box {
    height: 95vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 700px) {
  .access_map .box .image_box {
    height: 100vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 650px) {
  .access_map .box .image_box {
    height: 110vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 600px) {
  .access_map .box .image_box {
    height: 120vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 550px) {
  .access_map .box .image_box {
    height: 130vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 500px) {
  .access_map .box .image_box {
    height: 145vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 450px) {
  .access_map .box .image_box {
    height: 170vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 400px) {
  .access_map .box .image_box {
    height: 195vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 350px) {
  .access_map .box .image_box {
    height: 220vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 300px) {
  .access_map .box .image_box {
    height: 240vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 270px) {
  .access_map .box .image_box {
    height: 285vh;
  }
}
@media screen and (min-width: 1000px) {
  .access_map .box .image_box {
    height: 85vh;
  }
}
@media screen and (min-width: 1000px) and (min-height: 1000px) {
  .access_map .box .image_box {
    height: 75vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 900px) {
  .access_map .box .image_box {
    height: 90vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 850px) {
  .access_map .box .image_box {
    height: 95vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 800px) {
  .access_map .box .image_box {
    height: 100vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 750px) {
  .access_map .box .image_box {
    height: 105vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 700px) {
  .access_map .box .image_box {
    height: 115vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 650px) {
  .access_map .box .image_box {
    height: 125vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 600px) {
  .access_map .box .image_box {
    height: 135vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 550px) {
  .access_map .box .image_box {
    height: 150vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 500px) {
  .access_map .box .image_box {
    height: 165vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 450px) {
  .access_map .box .image_box {
    height: 185vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 400px) {
  .access_map .box .image_box {
    height: 215vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 350px) {
  .access_map .box .image_box {
    height: 245vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 300px) {
  .access_map .box .image_box {
    height: 270vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 270px) {
  .access_map .box .image_box {
    height: 350vh;
  }
}
@media screen and (min-width: 1100px) {
  .access_map .box .image_box {
    height: 90vh;
  }
}
@media screen and (min-width: 1100px) and (min-height: 1000px) {
  .access_map .box .image_box {
    height: 85vh;
  }
}
@media screen and (min-width: 1100px) and (max-height: 900px) {
  .access_map .box .image_box {
    height: 105vh;
  }
}
@media screen and (min-width: 1100px) and (max-height: 850px) {
  .access_map .box .image_box {
    height: 105vh;
  }
}
@media screen and (min-width: 1100px) and (max-height: 800px) {
  .access_map .box .image_box {
    height: 110vh;
  }
}
@media screen and (min-width: 1100px) and (max-height: 750px) {
  .access_map .box .image_box {
    height: 120vh;
  }
}
@media screen and (min-width: 1100px) and (max-height: 700px) {
  .access_map .box .image_box {
    height: 130vh;
  }
}
@media screen and (min-width: 1100px) and (max-height: 650px) {
  .access_map .box .image_box {
    height: 140vh;
  }
}
@media screen and (min-width: 1100px) and (max-height: 600px) {
  .access_map .box .image_box {
    height: 150vh;
  }
}
@media screen and (min-width: 1100px) and (max-height: 550px) {
  .access_map .box .image_box {
    height: 165vh;
  }
}
@media screen and (min-width: 1100px) and (max-height: 500px) {
  .access_map .box .image_box {
    height: 185vh;
  }
}
@media screen and (min-width: 1100px) and (max-height: 450px) {
  .access_map .box .image_box {
    height: 210vh;
  }
}
@media screen and (min-width: 1100px) and (max-height: 400px) {
  .access_map .box .image_box {
    height: 235vh;
  }
}
@media screen and (min-width: 1100px) and (max-height: 350px) {
  .access_map .box .image_box {
    height: 275vh;
  }
}
@media screen and (min-width: 1100px) and (max-height: 300px) {
  .access_map .box .image_box {
    height: 300vh;
  }
}
@media screen and (min-width: 1100px) and (max-height: 270px) {
  .access_map .box .image_box {
    height: 350vh;
  }
}
@media screen and (min-width: 1200px) {
  .access_map .box .image_box {
    height: 105vh;
  }
}
@media screen and (min-width: 1200px) and (min-height: 1000px) {
  .access_map .box .image_box {
    height: 90vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 900px) {
  .access_map .box .image_box {
    height: 110vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 850px) {
  .access_map .box .image_box {
    height: 115vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 800px) {
  .access_map .box .image_box {
    height: 120vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 750px) {
  .access_map .box .image_box {
    height: 130vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 700px) {
  .access_map .box .image_box {
    height: 140vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 650px) {
  .access_map .box .image_box {
    height: 150vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 600px) {
  .access_map .box .image_box {
    height: 165vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 550px) {
  .access_map .box .image_box {
    height: 180vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 500px) {
  .access_map .box .image_box {
    height: 200vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 450px) {
  .access_map .box .image_box {
    height: 230vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 400px) {
  .access_map .box .image_box {
    height: 255vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 350px) {
  .access_map .box .image_box {
    height: 300vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 300px) {
  .access_map .box .image_box {
    height: 325vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 270px) {
  .access_map .box .image_box {
    height: 400vh;
  }
}
@media screen and (min-width: 1300px) {
  .access_map .box .image_box {
    height: 110vh;
  }
}
@media screen and (min-width: 1300px) and (min-height: 1000px) {
  .access_map .box .image_box {
    height: 100vh;
  }
}
@media screen and (min-width: 1300px) and (max-height: 900px) {
  .access_map .box .image_box {
    height: 115vh;
  }
}
@media screen and (min-width: 1300px) and (max-height: 850px) {
  .access_map .box .image_box {
    height: 125vh;
  }
}
@media screen and (min-width: 1300px) and (max-height: 800px) {
  .access_map .box .image_box {
    height: 130vh;
  }
}
@media screen and (min-width: 1300px) and (max-height: 750px) {
  .access_map .box .image_box {
    height: 140vh;
  }
}
@media screen and (min-width: 1300px) and (max-height: 700px) {
  .access_map .box .image_box {
    height: 150vh;
  }
}
@media screen and (min-width: 1300px) and (max-height: 650px) {
  .access_map .box .image_box {
    height: 165vh;
  }
}
@media screen and (min-width: 1300px) and (max-height: 600px) {
  .access_map .box .image_box {
    height: 180vh;
  }
}
@media screen and (min-width: 1300px) and (max-height: 550px) {
  .access_map .box .image_box {
    height: 200vh;
  }
}
@media screen and (min-width: 1300px) and (max-height: 500px) {
  .access_map .box .image_box {
    height: 220vh;
  }
}
@media screen and (min-width: 1300px) and (max-height: 450px) {
  .access_map .box .image_box {
    height: 245vh;
  }
}
@media screen and (min-width: 1300px) and (max-height: 400px) {
  .access_map .box .image_box {
    height: 280vh;
  }
}
@media screen and (min-width: 1300px) and (max-height: 350px) {
  .access_map .box .image_box {
    height: 325vh;
  }
}
@media screen and (min-width: 1300px) and (max-height: 300px) {
  .access_map .box .image_box {
    height: 355vh;
  }
}
@media screen and (min-width: 1300px) and (max-height: 270px) {
  .access_map .box .image_box {
    height: 430vh;
  }
}
.access_map .box .popup-wrapper .popup-content {
  height: 60vh;
}
@media screen and (min-height: 1000px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 65vh;
  }
}
@media screen and (max-height: 900px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 60vh;
  }
}
@media screen and (max-height: 800px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 65vh;
  }
}
@media screen and (max-height: 750px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 70vh;
  }
}
@media screen and (max-height: 700px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 75vh;
  }
}
@media screen and (max-height: 650px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 80vh;
  }
}
@media screen and (max-height: 600px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 90vh;
  }
}
@media screen and (max-height: 550px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 100vh;
  }
}
@media screen and (max-height: 500px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 105vh;
  }
}
@media screen and (max-height: 450px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 120vh;
  }
}
@media screen and (max-height: 400px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 140vh;
  }
}
@media screen and (max-height: 350px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 160vh;
  }
}
@media screen and (max-height: 300px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 200vh;
  }
}
@media screen and (max-height: 240px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 250vh;
  }
}
@media screen and (max-height: 200px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 300vh;
  }
}
@media screen and (max-width: 450px) and (max-height: 600px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 80vh;
  }
}
@media screen and (max-width: 450px) and (max-height: 500px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 100vh;
  }
}
@media screen and (max-width: 450px) and (max-height: 400px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 135vh;
  }
}
@media screen and (max-width: 450px) and (max-height: 300px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 170vh;
  }
}
@media screen and (max-width: 450px) and (max-height: 240px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 220vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 650px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 70vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 600px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 70vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 550px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 75vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 500px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 85vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 450px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 95vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 400px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 110vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 350px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 130vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 300px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 170vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 240px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 220vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 600px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 75vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 550px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 80vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 500px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 90vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 450px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 100vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 400px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 120vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 350px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 130vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 300px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 160vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 240px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 190vh;
  }
}
@media screen and (min-width: 508px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 65vh;
  }
}
@media screen and (min-width: 508px) and (min-height: 1000px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 75vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 850px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 70vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 800px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 75vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 750px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 80vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 700px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 85vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 650px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 95vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 600px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 105vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 550px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 115vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 500px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 125vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 450px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 145vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 400px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 165vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 350px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 190vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 300px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 255vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 240px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 290vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 200px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 340vh;
  }
}
@media screen and (min-width: 580px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 75vh;
  }
}
@media screen and (min-width: 580px) and (min-height: 1000px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 65vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 850px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 80vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 800px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 85vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 750px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 90vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 700px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 100vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 650px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 110vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 600px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 115vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 550px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 130vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 500px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 140vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 450px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 160vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 400px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 185vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 350px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 215vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 300px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 265vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 240px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 320vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 200px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 400vh;
  }
}
@media screen and (min-width: 674px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 90vh;
  }
}
@media screen and (min-width: 674px) and (min-height: 1000px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 90vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 900px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 90vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 850px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 95vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 800px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 100vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 750px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 110vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 700px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 120vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 650px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 125vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 600px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 140vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 550px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 150vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 500px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 170vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 450px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 190vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 400px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 215vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 350px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 250vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 300px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 315vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 240px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 375vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 200px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 465vh;
  }
}
@media screen and (min-width: 810px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 85vh;
  }
}
@media screen and (min-width: 810px) and (min-height: 1000px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 80vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 900px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 90vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 850px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 100vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 800px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 105vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 750px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 115vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 700px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 120vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 650px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 130vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 600px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 145vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 550px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 160vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 500px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 175vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 450px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 205vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 400px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 240vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 350px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 265vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 300px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 340vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 240px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 430vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 200px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 525vh;
  }
}
@media screen and (min-width: 960px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 75vh;
  }
}
@media screen and (min-width: 960px) and (min-height: 1000px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 65vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 900px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 80vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 850px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 85vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 800px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 90vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 750px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 90vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 700px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 100vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 650px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 110vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 600px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 120vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 550px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 130vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 500px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 140vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 450px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 165vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 400px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 180vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 350px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 210vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 300px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 260vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 240px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 315vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 200px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 380vh;
  }
}
@media screen and (min-width: 1000px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 85vh;
  }
}
@media screen and (min-width: 1000px) and (min-height: 1000px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 80vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 900px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 90vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 850px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 95vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 800px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 105vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 750px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 115vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 700px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 120vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 650px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 125vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 600px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 140vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 550px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 155vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 500px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 170vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 450px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 190vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 400px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 220vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 350px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 250vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 300px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 320vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 240px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 390vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 200px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 420vh;
  }
}
@media screen and (min-width: 1200px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 100vh;
  }
}
@media screen and (min-width: 1200px) and (min-height: 1000px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 90vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 900px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 105vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 850px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 110vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 800px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 120vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 750px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 130vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 700px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 140vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 650px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 150vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 600px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 160vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 550px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 180vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 500px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 200vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 450px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 230vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 400px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 260vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 350px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 300vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 300px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 360vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 240px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 450vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 200px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 480vh;
  }
}
@media screen and (min-width: 1300px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 105vh;
  }
}
@media screen and (min-width: 1300px) and (min-height: 1000px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 95vh;
  }
}
@media screen and (min-width: 1300px) and (max-height: 900px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 115vh;
  }
}
@media screen and (min-width: 1300px) and (max-height: 850px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 125vh;
  }
}
@media screen and (min-width: 1300px) and (max-height: 800px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 135vh;
  }
}
@media screen and (min-width: 1300px) and (max-height: 750px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 140vh;
  }
}
@media screen and (min-width: 1300px) and (max-height: 700px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 145vh;
  }
}
@media screen and (min-width: 1300px) and (max-height: 650px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 155vh;
  }
}
@media screen and (min-width: 1300px) and (max-height: 600px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 175vh;
  }
}
@media screen and (min-width: 1300px) and (max-height: 550px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 195vh;
  }
}
@media screen and (min-width: 1300px) and (max-height: 500px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 220vh;
  }
}
@media screen and (min-width: 1300px) and (max-height: 450px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 245vh;
  }
}
@media screen and (min-width: 1300px) and (max-height: 400px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 285vh;
  }
}
@media screen and (min-width: 1300px) and (max-height: 350px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 330vh;
  }
}
@media screen and (min-width: 1300px) and (max-height: 300px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 420vh;
  }
}
@media screen and (min-width: 1300px) and (max-height: 240px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 460vh;
  }
}
@media screen and (min-width: 1300px) and (max-height: 200px) {
  .access_map .box .popup-wrapper .popup-content {
    height: 540vh;
  }
}
.access_map .box .popup-wrapper .popup-content .carousel .contains {
  height: 60vh;
}
@media screen and (min-height: 1000px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 65vh;
  }
}
@media screen and (max-height: 900px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 60vh;
  }
}
@media screen and (max-height: 800px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 65vh;
  }
}
@media screen and (max-height: 750px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 70vh;
  }
}
@media screen and (max-height: 700px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 75vh;
  }
}
@media screen and (max-height: 650px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 80vh;
  }
}
@media screen and (max-height: 600px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 90vh;
  }
}
@media screen and (max-height: 550px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 100vh;
  }
}
@media screen and (max-height: 500px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 105vh;
  }
}
@media screen and (max-height: 450px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 120vh;
  }
}
@media screen and (max-height: 400px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 140vh;
  }
}
@media screen and (max-height: 350px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 160vh;
  }
}
@media screen and (max-height: 300px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 200vh;
  }
}
@media screen and (max-height: 240px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 250vh;
  }
}
@media screen and (max-height: 200px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 300vh;
  }
}
@media screen and (max-width: 450px) and (max-height: 600px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 80vh;
  }
}
@media screen and (max-width: 450px) and (max-height: 500px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 100vh;
  }
}
@media screen and (max-width: 450px) and (max-height: 400px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 135vh;
  }
}
@media screen and (max-width: 450px) and (max-height: 300px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 170vh;
  }
}
@media screen and (max-width: 450px) and (max-height: 240px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 220vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 650px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 70vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 600px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 70vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 550px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 75vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 500px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 85vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 450px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 95vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 400px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 110vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 350px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 130vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 300px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 170vh;
  }
}
@media screen and (max-width: 390px) and (max-height: 240px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 220vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 600px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 75vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 550px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 80vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 500px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 90vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 450px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 100vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 400px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 120vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 350px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 130vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 300px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 160vh;
  }
}
@media screen and (max-width: 367px) and (max-height: 240px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 190vh;
  }
}
@media screen and (min-width: 508px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 65vh;
  }
}
@media screen and (min-width: 508px) and (min-height: 1000px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 70vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 850px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 70vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 800px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 75vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 750px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 80vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 700px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 85vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 650px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 95vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 600px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 105vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 550px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 115vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 500px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 125vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 450px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 145vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 400px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 165vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 350px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 190vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 300px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 250vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 240px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 285vh;
  }
}
@media screen and (min-width: 508px) and (max-height: 200px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 335vh;
  }
}
@media screen and (min-width: 580px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 75vh;
  }
}
@media screen and (min-width: 580px) and (min-height: 1000px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 65vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 850px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 80vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 800px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 85vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 750px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 90vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 700px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 100vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 650px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 110vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 600px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 115vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 550px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 130vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 500px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 140vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 450px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 160vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 400px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 185vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 350px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 215vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 300px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 265vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 240px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 320vh;
  }
}
@media screen and (min-width: 580px) and (max-height: 200px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 400vh;
  }
}
@media screen and (min-width: 674px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 90vh;
  }
}
@media screen and (min-width: 674px) and (min-height: 1000px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 90vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 900px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 90vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 850px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 95vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 800px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 100vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 750px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 110vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 700px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 120vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 650px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 125vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 600px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 140vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 550px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 150vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 500px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 170vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 450px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 190vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 400px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 215vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 350px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 250vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 300px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 315vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 240px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 375vh;
  }
}
@media screen and (min-width: 674px) and (max-height: 200px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 465vh;
  }
}
@media screen and (min-width: 810px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 90vh;
  }
}
@media screen and (min-width: 810px) and (min-height: 1000px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 85vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 900px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 95vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 850px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 105vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 800px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 110vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 750px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 120vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 700px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 125vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 650px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 135vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 600px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 150vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 550px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 165vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 500px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 180vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 450px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 210vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 400px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 245vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 350px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 270vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 300px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 345vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 240px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 435vh;
  }
}
@media screen and (min-width: 810px) and (max-height: 200px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 530vh;
  }
}
.access_map .box .popup-wrapper .popup-content .carousel .contains {
  /* 960px以上のとき desktop.styles*/
}
@media screen and (min-width: 960px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 80vh;
  }
}
@media screen and (min-width: 960px) and (min-height: 1000px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 70vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 900px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 85vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 850px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 90vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 800px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 95vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 750px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 100vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 700px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 110vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 650px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 120vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 600px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 130vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 550px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 140vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 500px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 155vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 450px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 180vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 400px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 200vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 350px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 230vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 300px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 290vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 240px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 345vh;
  }
}
@media screen and (min-width: 960px) and (max-height: 200px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 400vh;
  }
}
.access_map .box .popup-wrapper .popup-content .carousel .contains {
  /* 1000px以上のとき */
}
@media screen and (min-width: 1000px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 95vh;
  }
}
@media screen and (min-width: 1000px) and (min-height: 1000px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 85vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 900px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 100vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 850px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 105vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 800px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 115vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 750px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 125vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 700px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 130vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 650px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 140vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 600px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 155vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 550px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 170vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 500px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 190vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 450px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 210vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 400px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 240vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 350px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 280vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 300px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 350vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 240px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 420vh;
  }
}
@media screen and (min-width: 1000px) and (max-height: 200px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 460vh;
  }
}
@media screen and (min-width: 1200px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 105vh;
  }
}
@media screen and (min-width: 1200px) and (min-height: 1000px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 95vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 900px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 110vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 850px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 115vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 800px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 125vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 750px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 135vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 700px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 145vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 650px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 155vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 600px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 170vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 550px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 190vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 500px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 210vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 450px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 240vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 400px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 270vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 350px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 315vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 300px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 380vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 240px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 460vh;
  }
}
@media screen and (min-width: 1200px) and (max-height: 200px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 500vh;
  }
}
.access_map .box .popup-wrapper .popup-content .carousel .contains {
  /* 1300px以上のとき */
}
@media screen and (min-width: 1300px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 115vh;
  }
}
@media screen and (min-width: 1300px) and (min-height: 1000px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 105vh;
  }
}
@media screen and (min-width: 1300px) and (max-height: 900px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 125vh;
  }
}
@media screen and (min-width: 1300px) and (max-height: 850px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 135vh;
  }
}
@media screen and (min-width: 1300px) and (max-height: 800px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 145vh;
  }
}
@media screen and (min-width: 1300px) and (max-height: 750px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 155vh;
  }
}
@media screen and (min-width: 1300px) and (max-height: 700px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 160vh;
  }
}
@media screen and (min-width: 1300px) and (max-height: 650px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 170vh;
  }
}
@media screen and (min-width: 1300px) and (max-height: 600px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 190vh;
  }
}
@media screen and (min-width: 1300px) and (max-height: 550px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 210vh;
  }
}
@media screen and (min-width: 1300px) and (max-height: 500px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 240vh;
  }
}
@media screen and (min-width: 1300px) and (max-height: 450px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 270vh;
  }
}
@media screen and (min-width: 1300px) and (max-height: 400px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 310vh;
  }
}
@media screen and (min-width: 1300px) and (max-height: 350px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 360vh;
  }
}
@media screen and (min-width: 1300px) and (max-height: 300px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 460vh;
  }
}
@media screen and (min-width: 1300px) and (max-height: 240px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 510vh;
  }
}
@media screen and (min-width: 1300px) and (max-height: 200px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains {
    height: 580vh;
  }
}
.access_map .box .popup-wrapper .popup-content .carousel .contains .slide img, .access_map .box .popup-wrapper .popup-content .carousel .contains .slide .scroll_button {
  top: 45%;
}
@media screen and (min-height: 1000px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains .slide img, .access_map .box .popup-wrapper .popup-content .carousel .contains .slide .scroll_button {
    top: 50%;
  }
}
@media screen and (max-height: 900px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains .slide img, .access_map .box .popup-wrapper .popup-content .carousel .contains .slide .scroll_button {
    top: 40%;
  }
}
@media screen and (min-width: 810px) {
  .access_map .box .popup-wrapper .popup-content .carousel .contains .slide img, .access_map .box .popup-wrapper .popup-content .carousel .contains .slide .scroll_button {
    top: 40%;
  }
}
.access_map .access_text {
  padding: 0 35px;
  font-size: 15px;
}
@media screen and (max-width: 450px) {
  .access_map .access_text {
    padding: 0 15px;
    font-size: 13px;
  }
}
@media screen and (max-width: 367px) {
  .access_map .access_text {
    padding: 0 5px;
  }
}
@media screen and (max-width: 330px) {
  .access_map .access_text {
    font-size: 12px;
  }
}
@media screen and (min-width: 508px) {
  .access_map .access_text {
    padding: 20px 0 10px;
  }
}
@media screen and (min-width: 960px) {
  .access_map .access_text {
    margin: 0 auto;
    padding: 30px 0 10px;
  }
}
@media screen and (min-width: 1100px) {
  .access_map .access_text {
    width: 95%;
    margin: 0 auto;
    padding: 30px 0 10px;
  }
}
.access_map .access_text .first_site, .access_map .access_text .second_site {
  padding: 35px 5%;
  position: relative;
}
@media screen and (max-height: 800px) {
  .access_map .access_text .first_site, .access_map .access_text .second_site {
    padding: 15px 3% 10px 7%;
  }
}
@media screen and (min-width: 508px) {
  .access_map .access_text .first_site, .access_map .access_text .second_site {
    padding: 35px 3% 15px 7%;
  }
}
@media screen and (min-width: 590px) {
  .access_map .access_text .first_site, .access_map .access_text .second_site {
    padding: 55px 3% 25px 7%;
  }
}
.access_map .access_text .first_site h3, .access_map .access_text .second_site h3 {
  font-size: 1.2em;
  position: absolute;
  top: -15px;
  left: -1px;
}
@media screen and (max-height: 800px) {
  .access_map .access_text .first_site h3, .access_map .access_text .second_site h3 {
    top: -25px;
  }
}
@media screen and (min-width: 508px) {
  .access_map .access_text .first_site h3, .access_map .access_text .second_site h3 {
    top: -15px;
  }
}
@media screen and (min-width: 590px) {
  .access_map .access_text .first_site h3, .access_map .access_text .second_site h3 {
    top: -5px;
  }
}
@media screen and (min-width: 810px) {
  .access_map .access_text .first_site h3, .access_map .access_text .second_site h3 {
    left: 25%;
  }
}
.access_map .access_text p {
  margin: 2px 0;
  font-size: 0.85em;
}
@media screen and (max-width: 405px) {
  .access_map .access_text p {
    margin: 2px 0;
  }
}
@media screen and (min-width: 674px) {
  .access_map .access_text p {
    padding-left: 20px;
  }
}
@media screen and (min-width: 960px) {
  .access_map .access_text p {
    padding-left: 20px;
  }
}
.access_map .access_text p.note {
  font-size: 0.8em;
  line-height: 1.7em;
}
.access_map .access_text .address, .access_map .access_text .tel {
  font-size: 17px;
}
@media screen and (min-width: 508px) {
  .access_map .access_text .address, .access_map .access_text .tel {
    font-size: 18px;
  }
}
@media screen and (min-width: 674px) {
  .access_map .access_text .address, .access_map .access_text .tel {
    font-size: 20px;
  }
}
@media screen and (min-width: 810px) {
  .access_map .access_text .address, .access_map .access_text .tel {
    font-size: 23px;
  }
}
@media screen and (min-width: 674px) {
  .access_map .access_text ul li {
    line-height: 20px;
  }
}
@media screen and (max-width: 330px) {
  .access_map .access_text ul li {
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 405px) {
  .access_map .access_text .route {
    font-size: 13px;
    line-height: 20px;
  }
}
@media screen and (max-width: 330px) {
  .access_map .access_text .route {
    font-size: 12px;
  }
}
@media screen and (min-width: 508px) {
  .access_map .access_text .route {
    padding-left: 20px;
  }
}
@media screen and (min-width: 674px) {
  .access_map .access_text .route {
    padding-left: 50px;
  }
}
@media screen and (min-width: 810px) {
  .access_map .access_text .route {
    padding-left: 15px;
  }
}
.access_map .access_text .times .fa-car {
  width: 10%;
  transform: translateY(8px);
}
@media screen and (max-width: 450px) {
  .access_map .access_text .times .fa-car {
    width: 9%;
  }
}
@media screen and (max-width: 390px) {
  .access_map .access_text .times .fa-car {
    width: 10%;
    transform: translateY(7px);
  }
}
@media screen and (max-width: 330px) {
  .access_map .access_text .times .fa-car {
    right: 4%;
  }
}

.form_top {
  text-align: center;
}

.form_description {
  width: 100%;
  position: absolute;
  bottom: 0;
  display: block;
}
.form_description img {
  width: 100%;
  position: absolute;
  bottom: 15%;
  display: block;
  opacity: 0.9;
  z-index: 1;
}
.form_description .blur-gradient {
  display: none;
}

main .gradient {
  text-align: center;
}

.partsGrayBg {
  margin-top: -25px;
}

.contact {
  margin-top: 45vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 100;
}
.contact .partsWrap {
  width: 70%;
}
.contact .partsWrap .partsFormitem {
  margin-top: 25px;
}
.contact .partsWrap .selectWrap select {
  padding: 10px;
  font-size: 1.2em;
}
@media screen and (max-width: 500px) {
  .contact .partsWrap .selectWrap select {
    padding: 7px;
    font-size: 1.2em;
  }
}
@media screen and (max-width: 400px) {
  .contact .partsWrap .selectWrap select {
    padding: 3px;
    font-size: 0.8em;
  }
}

.formBtnarea .inBtns input, .formBtnarea .inBtns button {
  background: linear-gradient(90deg, rgb(175, 176, 127) 0%, rgb(143, 190, 185) 100%);
}

.footer_form {
  height: 20vh;
}
.footer_form .form_bottom {
  width: 100%;
  margin: 100vh 0 0;
  height: 25vh;
}
.footer_form .globalsign {
  bottom: 2vh;
}

@keyframes zoom {
  0% {
    opacity: 0.8;
    transform: scale(1);
  }
  40% {
    opacity: 0.9;
    transform: scale(1.1);
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
    transform: scale(1.15);
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0.3;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fuwafuwa_row {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes slideIn {
  0% {
    transform: translateX(280px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes main_title_translate {
  0%, 5% {
    transform: translate(0%, 50%) rotate(0deg);
  }
  50% {
    transform: translate(850%, 10%) rotate(360deg);
  }
  95%, 100% {
    transform: translate(1600%) rotate(720deg);
  }
}
@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
@keyframes poyoyon {
  0% {
    transform: translateX(-140px);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
  }
  65% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) rotate(-23deg);
    transform: scale(1) rotate(-23deg);
    opacity: 1;
  }
}
@keyframes scale-up-center-right {
  0% {
    -webkit-transform: scale(0) rotate(-23deg);
    transform: scale(0) rotate(-23deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2025-8-31 10:7:27
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-in-bl
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-bl {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
}
@keyframes scale-in-bl {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2025-8-31 10:27:10
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-out-bl
 * ----------------------------------------
 */
@-webkit-keyframes scale-out-bl {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
}
@keyframes scale-out-bl {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
}
@keyframes blur-gradient {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 1;
  }
}
@keyframes bounce-top {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    transform: scale(2) translateX(-15px) translateY(-24px);
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes mb-bounce-top {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    transform: scale(2) translateX(0px) translateY(-24px);
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes circlemove {
  0% {
    bottom: 95px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}