@charset "UTF-8";
body {
  background: url(../img/bg.jpg) center center/cover no-repeat;
}
@media screen and (max-width: 667px) {
  body {
    background: url(../img/bg-sp.jpg) center center/cover no-repeat;
  }
}
.mode-sp body {
  background: url(../img/bg-sp.jpg) center center/cover no-repeat;
}
body.mode-sp {
  background: url(../img/bg-sp.jpg) center center/cover no-repeat;
}

.key .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.key .key_title {
  font-weight: 700;
  font-size: 90px;
  letter-spacing: 0.05em;
  color: #33B093;
  line-height: 1;
}
@media screen and (max-width: 667px) {
  .key .key_title {
    font-size: 50px;
  }
}
.mode-sp .key .key_title {
  font-size: 50px;
}
.key .key_title img {
  width: 630px;
}
@media screen and (max-width: 667px) {
  .key .key_title img {
    width: 80%;
  }
}
.mode-sp .key .key_title img {
  width: 80%;
}
.key .key_catch {
  margin-top: 20px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.15em;
  color: #fff;
  line-height: 1.7;
  width: 600px;
}
@media screen and (max-width: 667px) {
  .key .key_catch {
    width: 100%;
    font-size: 12px;
  }
}
.mode-sp .key .key_catch {
  width: 100%;
  font-size: 12px;
}
.key .link_more {
  letter-spacing: 0.12em;
  padding: 20px 40px;
  margin-top: 50px;
  background: rgba(51, 176, 147, 0.5);
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  color: white;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.key .link_more:hover {
  background: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 667px) {
  .key .link_more {
    padding: 15px 20px;
    font-size: 14px;
    margin-top: 30px;
  }
}
.mode-sp .key .link_more {
  padding: 15px 20px;
  font-size: 14px;
  margin-top: 30px;
}

/* 230605 追記 */
.covidinfo {
  margin-top: 25px;
}

.covidButton {
  letter-spacing: 0.12em;
  margin-top: 16px;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  display: inline-block;
  text-align: left;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.covidButton:hover {
  color: rgba(3, 128, 191, 0.5);
}

.mode-sp .covidButton {
  width: 100%;
  font-size: 11px;
  margin-top: 10px;
  margin-left: 0;
}

.covidButton > .material-icons {
  padding-right: 10px;
  vertical-align: middle;
}

@media screen and (max-width: 667px) {
  .material-icons {
    font-size: 22px;
  }
  .covidButton > .material-icons {
    padding-right: 7px;
    vertical-align: middle;
  }
  .mode-sp .covidButton {
    width: 100%;
    font-size: 11px;
    margin-top: 5px;
    margin-left: 0;
  }
}
/* /230605 追記 */
/* 231211追記 */
@media screen and (max-height: 700px) and (max-width: 1366px) and (orientation: landscape) {
  .narrowDisplay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
/* /231211追記 */
/* 241206追記 */
@media screen and (max-width: 600px) {
  .andmore {
    margin-top: 0px;
  }
}
@media screen and (min-width: 600px) {
  .andmore {
    margin-top: 20px;
  }
}
.andmore {
  /* padding-left:60%; */
  text-align: right;
  display: block;
  color: #fff;
  text-decoration: underline;
  /* margin-top: -10px; */
}

/* /241206追記 */
.section {
  width: 100%;
}
.section .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
}
.section .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section.section02 .inner {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.section.section02 .block {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section.section02 .top_img {
  left: 50%;
  right: auto;
}
.section .top_img {
  height: 70vh;
  position: absolute;
  top: 15%;
  right: 50%;
  left: auto;
}
.section .top_img img {
  height: 100%;
}
@media screen and (max-width: 667px) {
  .section .top_img {
    height: auto;
    height: 240px;
    top: calc(50% - 120px);
  }
}
.mode-sp .section .top_img {
  height: auto;
  height: 240px;
  top: calc(50% - 120px);
}
.section .section_title {
  font-size: 60px;
  font-weight: 700;
  color: white;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 667px) {
  .section .section_title {
    font-size: 40px;
  }
}
.mode-sp .section .section_title {
  font-size: 40px;
}
.section .section_catch {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 667px) {
  .section .section_catch {
    font-size: 12px;
  }
}
.mode-sp .section .section_catch {
  font-size: 12px;
}
.section .link_more {
  letter-spacing: 0.12em;
  padding: 20px 40px;
  margin-top: 50px;
  background: rgba(255, 255, 255, 0.25);
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  color: white;
  border-radius: 50px;
  display: block;
  text-align: center;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.section .link_more:hover {
  background: rgba(51, 176, 147, 0.5);
}
@media screen and (max-width: 667px) {
  .section .link_more {
    padding: 15px 20px;
    font-size: 14px;
    margin-top: 30px;
  }
}
.mode-sp .section .link_more {
  padding: 15px 20px;
  font-size: 14px;
  margin-top: 30px;
}

.scroll {
  position: fixed;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.scroll .scroll_line {
  height: 80px;
  width: 1px;
  background: white;
  margin: 0 auto 10px;
  position: relative;
  -webkit-animation: scrolldown 3s forwards infinite;
          animation: scrolldown 3s forwards infinite;
}
.scroll .scroll_line:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: white;
  border-radius: 50%;
  top: 10px;
  left: -6px;
  position: absolute;
}
@-webkit-keyframes scrolldown {
  0% {
    height: 80px;
  }
  10% {
    height: 50px;
  }
  20% {
    height: 80px;
  }
  30% {
    height: 50px;
  }
  40% {
    height: 80px;
  }
}
@keyframes scrolldown {
  0% {
    height: 80px;
  }
  10% {
    height: 50px;
  }
  20% {
    height: 80px;
  }
  30% {
    height: 50px;
  }
  40% {
    height: 80px;
  }
}
.scroll .scroll_text {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  color: white;
}
@media screen and (max-width: 667px) {
  .scroll .scroll_text {
    font-size: 12px;
  }
}
.mode-sp .scroll .scroll_text {
  font-size: 12px;
}

.anim0 {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}

.key .anim0,
.section02 .anim0 {
  -webkit-transform: translate(200px, 0);
  -ms-transform: translate(200px, 0);
      transform: translate(200px, 0);
}

.section01 .anim0,
.section03 .anim0 {
  -webkit-transform: translate(-200px, 0);
  -ms-transform: translate(-200px, 0);
      transform: translate(-200px, 0);
}

.anim1 {
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
}

.anim2 {
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
}

.anim3 {
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
}

.anim4 {
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
}

.anim5 {
  -moz-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
}

.anim6 {
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  -ms-transition-delay: 1s;
}

.scene1 .key .anim0 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

.scene2 .section01 .anim0 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

.scene3 .section02 .anim0 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

.scene4 .section03 .anim0 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

/***********************************
/* サイドナビ
***********************************/
.sidenav {
  position: fixed;
  z-index: 50;
  margin-top: -32px;
  top: 50%;
  right: 40px;
  opacity: 1;
}
@media screen and (max-width: 667px) {
  .sidenav {
    right: 20px;
    bottom: 10%;
    top: auto;
  }
}
.mode-sp .sidenav {
  right: 20px;
  bottom: 10%;
  top: auto;
}
.sidenav ul {
  margin: 0;
  padding: 0;
}
.sidenav li {
  display: block;
  width: 6px;
  height: 20px;
  margin: 3px 0;
  position: relative;
}
@media screen and (max-width: 667px) {
  .sidenav li {
    height: 16px;
  }
}
.mode-sp .sidenav li {
  height: 16px;
}
.sidenav li:hover a:after, .sidenav li.active a:after {
  background: rgb(255, 255, 255);
}
.sidenav li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
.sidenav li a:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0px;
  width: 6px;
  height: 6px;
  border: solid 1px white;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.sidenav li a:hover span {
  display: block;
}
.sidenav span {
  position: absolute;
  top: 0;
  right: 15px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-family: "Panton-Bold";
  white-space: nowrap;
  max-width: 220px;
  display: none;
}

li.andmore {
  text-align: right !important;
}/*# sourceMappingURL=top.css.map */