body {
  background: #000;
  font-size: 16px;
}

body>.wrapper {
  min-width: 1080px;
}

img {
  max-width: 100%;
}

section {
  position: relative;
}

.content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1440px;
  max-width: 100%;
}

#fv {
  position: relative;
  background: center / cover no-repeat url(../img/fv_bg.jpg);
  height: 100vh;
  min-height: 608px;
}

#fv .ttl {
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 40px;
  margin: auto;
  margin-left: 5%;
}

#fv .ttl img {
  max-height: 90%;
}

#fv .point {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  display: flex;
  align-items: flex-end;
}

#fv .point img {
  max-height: 45%;
}

.note {
  background: center repeat url(../img/bg_pattern_note.png);
}

.note section {
  text-align: center;
}

#concept {
  z-index: 3;
  max-height: 1164px;
  height: 84vw;
  min-width: 1080px;
  min-height: 907px;
}

#concept img {
  max-width: none;
  height: 100%;
}
#concept .content {
  width: auto;
  max-width: none;
  overflow: hidden;
  left: 0;
}
@media (max-width: 1992px) {
  #concept .content {
    left: calc(50% - 996px);
  }
}
@media (max-width: 1440px) {
  #concept .content {
    left: calc(50% - 50vw * 0.84 * 1.7);
  }
}
@media (max-width: 1080px) {
  #concept .content {
    left: -240px;
  }
}

#flow1 {
  border-left: 24px solid #0AACF3;
  border-right: 24px solid #0AACF3;
  background: rgba(211, 234, 255, 0.5);
  margin-top: -70px;
}

#flow1 > picture img {
  transform: translateX(-4%);
}

#flow1-map img {
  position: absolute;
  top: 19%;
  right: 10%;
  width: 35.4%;
  height: auto;
}

/* #flow1-tel img {
  position: absolute;
  top: 52%;
  right: 6%;
  width: 17%;
  height: auto;
} */

#flow2 {
  border-left: 24px solid #FB6549;
  border-right: 24px solid #FB6549;
  background: rgba(255, 248, 222, 0.5);
}

#flow2 .logos {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3%;
  margin: auto;
  text-align: center;
}

#flow3 {
  border-left: 24px solid #D096F6;
  border-right: 24px solid #D096F6;
  background: rgba(242, 238, 255, 0.5);
}

#flow3-map img {
  position: absolute;
  /* top: 226px;
  right: 98px; */
  top: 19%;
  right: 3%;
  /* width: 565px; */
  width: 39%;
  height: auto;
}

#flow3-insta img {
  position: absolute;
  /* bottom: 99px; */
  /* right: 98px; */
  bottom: 8%;
  right: 7%;
  /* width: 343px; */
  width: 24%;
  height: auto;
}

#snap {
  border: 24px solid #43B04B;
  text-align: center;
  background: center repeat url(../img/snap_pattern_dot.png);
}

#snap-btn img {
  position: absolute;
  margin: auto;
  /* bottom: 576px; */
  bottom: 33%;
  left: 0;
  right: 0;
  /* width: 354px; */
  width: 25%;
  height: auto;
}

#snap-icon img {
  position: absolute;
  left: 154px;
  /* bottom: 427px; */
  bottom: 24%;
  z-index: 10;
  /* width: 203px; */
  width: 14%;
  height: auto;
}

#snap .swiper {
  position: absolute;
  bottom: 2%;
  left: 0;
  right: 0;
  margin: auto;
  width: 85%;
  max-width: 1080px;
  height: 23%;
}

#snap .swiper .swiper-slide {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#snap .swiper .bg {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#snap .swiper .bg img {
  width: 0;
  width: auto;
  height: 90%;
}

#snap .swiper .img img {
  position: absolute;
  margin: auto;
  top: 15%;
  left: 0;
  right: 0;
  width: auto;
  height: 56%;
}

#snap .swiper .text {
  position: absolute;
  top: 80%;
  left: 0;
  right: 0;
  width: 96%;
  margin: auto;
  /* font-size: 3vw; */
  padding: 0 1em;
  text-align: left;
  color: #627277;
}

#sponsor {
  height: 268px;
  background: center / cover no-repeat url(../img/sponsor_bg.png);
}

#sponsor .logos {
  position: absolute;
  margin: auto;
  bottom: 66px;
  left: 0;
  right: 0;
  max-width: 1000px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

#other_event {
  background: center repeat url(../img/bg_pattern_note_2.png);
  text-align: center;
  padding: 44px 12px 14px 12px;
}

#other_event > div + div {
  margin-top: 20px;
}

footer {
  position: relative;
  background: top center / cover no-repeat url(../img/footer_bg.webp);
  height: 452px;
}

.no-webp footer {
  background-image: url(../img/footer_bg.png);
}

footer .logo {
  position: absolute;
  top: 102px;
  left: 0;
  right: 0;
  margin: auto;
  width: 171px;
  height: 205px;
}

footer .text {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 366px;
  color: #fff;
  text-align: center;
}

footer .company {
  font-size: 16px;
}

footer .copyright {
  font-size: 10px;
}

.menu-btn {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
}

.menu-btn .bg {
  position: absolute;
  z-index: -1;
  background-color: #333;
  transition: background-color 0.5s;
  width: 100%;
  height: 100%;
}

.menu-btn .bg.scroll {
  opacity: .4;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
  transition: all 0.5s;
}

.menu-btn span:before {
  bottom: 8px;
}

.menu-btn span:after {
  top: 8px;
}

#menu-btn-check:checked~.menu-btn .bg {
  background-color: transparent;
}

#menu-btn-check:checked~.menu-btn span {
  background-color: rgba(255, 255, 255, 0);
}

#menu-btn-check:checked~.menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#menu-btn-check:checked~.menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

#menu-btn-check {
  display: none;
}

.menu-content {
  position: fixed;
  z-index: 50;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  /* transition: opacity 0.5s; */
  transition: right 0.5s;
  display: none;
}

/* .no-webp .menu-content {
  background-image: url(../img/menu_bg.png);
} */

.menu-content .bg {
  width: 1009px;
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 80;
  background: top left / cover no-repeat url(../img/menu_bg.webp);
  /* transition: right 0.5s; */
  overflow-y: auto;
}

.no-webp .menu-content .bg {
  background-image: url(../img/menu_bg.jpg);
}

.menu-content img {
  max-width: none;
}

.menu-content .logo {
  position: absolute;
  top: 99px;
  left: 89px;
}

.menu-content>div {
  padding: 99px 0 0 503px;
}

.menu-content ul li {
  list-style: none;
}

.menu-content ul li a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  padding: 1.3em 0 1.3em 3em;
}

.menu-content ul ul li a {
  padding: 0.8em 0 0.8em 4em;
}

#menu-btn-check:checked~.menu-content {
  right: 0;
  display: block;
}

.menu-content .insta {
  padding-left: 3em;
}

.menu-content .insta a {
  display: block;
  font-size: 3vw;
  padding: 1em 0;
}