@charset "UTF-8";
html {
  -webkit-overflow-scrolling: touch;
  max-width: 500px;
  margin: 0 auto;
  background-color: #91e2ff;
  background-size: 100%;
  scroll-behavior: smooth;
}

img {
  vertical-align: top;
  width: 100%;
}
body {
  max-width: 1100px;
  margin: 0 auto;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
video {
  width: 100%;
  margin: 0px;
  padding: 0px;
  vertical-align: bottom;
}
.info {
  width: 80%;
  margin: 0 auto 5vw;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
@media only screen and (max-width: 500px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
h1 {
  margin: 0 auto;
  background: #aeb3b5;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
h3 {
  font-size: 5vw;
  margin-bottom: 1vw;
}
p {
  font-size: 2.5vw;
  line-height: 2;
}
.opacity:hover {
  opacity: 0.8;
}
.noopacity:hover {
  opacity: 0;
}

.area {
  max-width: 1100px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

/*-------------------------------------------
global-navi
--------------------------------------------*/
.global-navi {
  width: 100%;
  max-width: 500px;
  height: auto;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  background-color: #c9caca;
  z-index: 1000;
}
.global-navi nav {
  width: 100%;
}
.global-navi__list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.global-navi__list__item {
  border-top: 3px solid #fff;
}

.global-navi__list__item:not(:last-child) {
  border-right: 3px solid #fff;
}

.global-navi__list__item a {
  width: 125px;
  height: auto;
}
.global-navi__list__item img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 501px) {
  .global-navi {
    width: 100%;
    max-width: 500px;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
  }
  .global-navi nav {
    width: 100%;
  }
  .global-navi__list {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .global-navi__list__item a {
    width: 125px;
    height: auto;
  }
  .global-navi__list__item img {
    width: 100%;
    height: auto;
  }
}
/*-------------------------------------------
l-footer
--------------------------------------------*/
.l-footer {
  margin-bottom: calc(100vw * 97 / 500);
}
@media screen and (min-width: 501px) {
  .l-footer {
    margin-bottom: 97px;
  }
}

/*-------------------------------------------
page-top
--------------------------------------------*/
#page-top {
  width: 15vw;
  position: fixed;
  right: 2vw;
  bottom: 25vw;
  z-index: 9;
}
@media screen and (min-width: 501px) {
  #page-top {
    width: 80px;
    position: fixed;
    right: 50px;
    bottom: 116px;
    z-index: -1;
  }
}

/*---------------------------------------------------------
index.html
---------------------------------------------------------*/
[class^="main_logo_0"] {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
}

.main_logo_02 {
  width: 100%;
  top: -2%;
}

.area-contents {
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
}

.main_logo_01 {
  z-index: 5;
}
