@charset "UTF-8";
#top {
  overflow: hidden;
}
#top .bigFlex {
  display: flex;
  flex-direction: column;
  margin-top: 90px;
}
@media screen and (max-width: 820px), print {
  #top .bigFlex {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 45px;
  }
}
@media screen and (max-width: 520px) {
  #top .bigFlex {
    margin-top: 60px;
  }
}
#top .commonFlex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 820px), print {
  #top .commonFlex {
    flex-direction: column;
    width: 48%;
    justify-content: flex-start;
  }
  #top .commonFlex:nth-child(n+3) {
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 520px) {
  #top .commonFlex {
    width: 100%;
  }
  #top .commonFlex:nth-child(n+2) {
    margin-top: 60px !important;
  }
}
@media print {
  #top .commonFlex:nth-child(n+3) {
    margin-top: 60px !important;
    padding-top: 50px;
  }
}
#top .commonFlex.row {
  flex-direction: row-reverse;
}
@media screen and (max-width: 820px), print {
  #top .commonFlex.row {
    flex-direction: column;
  }
}
#top .commonFlex.row .commonImage .commonCountry {
  left: auto;
  right: -45px;
}
@media screen and (max-width: 820px), print {
  #top .commonFlex.row .commonImage .commonCountry {
    left: -10px;
    right: auto;
  }
}
#top .commonFlex + .commonFlex {
  margin-top: 85px;
}
@media screen and (max-width: 820px), print {
  #top .commonFlex + .commonFlex {
    margin-top: 0;
  }
}
#top .commonFlex .commonImage {
  width: 49.3%;
  position: relative;
}
@media screen and (max-width: 820px), print {
  #top .commonFlex .commonImage {
    width: 100%;
    margin-bottom: 10px;
  }
}
#top .commonFlex .commonImage .commonCountry {
  position: absolute;
  width: 110px;
  height: 110px;
  top: -45px;
  left: -45px;
}
@media screen and (max-width: 820px), print {
  #top .commonFlex .commonImage .commonCountry {
    width: 55px;
    height: 55px;
    top: -20px;
    left: -10px;
  }
}
#top .commonFlex .commonTextArea {
  width: 44.8%;
}
@media screen and (max-width: 820px), print {
  #top .commonFlex .commonTextArea {
    width: 100%;
  }
}
#top .commonFlex .commonTextArea .commonTitle {
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px), print {
  #top .commonFlex .commonTextArea .commonTitle {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 520px) {
  #top .commonFlex .commonTextArea .commonTitle {
    font-size: 26px;
  }
}
#top .commonFlex .commonTextArea .commonText {
  font-size: 20px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 820px), print {
  #top .commonFlex .commonTextArea .commonText {
    font-size: 16px;
    line-height: 28px;
  }
}
#top .commonFlex .commonTextArea .commonText + .commonText {
  margin-top: 20px;
}
#top .commonFlex .commonTextArea .commonText img {
  display: block;
  margin-top: 10px;
}
#top .commonFlex .commoninner {
  width: 46.5%;
  position: relative;
}
@media screen and (max-width: 820px), print {
  #top .commonFlex .commoninner {
    width: 47.5%;
  }
}
@media screen and (max-width: 520px) {
  #top .commonFlex .commoninner {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  #top .commonFlex .commoninner + .commoninner {
    margin-top: 60px;
  }
}
#top .commonFlex .commoninner + .commoninner .text1 {
  margin-bottom: 0 !important;
}
#top .commonFlex .commoninner .commonCountry {
  position: absolute;
  width: 110px;
  height: 110px;
  top: -45px;
  left: -45px;
}
@media screen and (max-width: 820px), print {
  #top .commonFlex .commoninner .commonCountry {
    width: 55px;
    height: 55px;
    top: -20px;
    left: -10px;
  }
}
#top .commonFlex .commoninner .commonTitle {
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 15px;
}
@media screen and (max-width: 820px), print {
  #top .commonFlex .commoninner .commonTitle {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 520px) {
  #top .commonFlex .commoninner .commonTitle {
    font-size: 26px;
  }
}
#top .commonFlex .commoninner .commonText {
  font-size: 20px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 35px;
}
#top .commonFlex .commoninner .commonText.text1 {
  min-height: 170px;
}
@media screen and (max-width: 820px), print {
  #top .commonFlex .commoninner .commonText.text1 {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 520px) {
  #top .commonFlex .commoninner .commonText.text1 {
    min-height: auto;
  }
}
#top .commonFlex .commoninner .commonText.text2 {
  min-height: 140px !important;
}
@media screen and (max-width: 520px) {
  #top .commonFlex .commoninner .commonText.text2 {
    min-height: auto;
  }
}
#top .commonFlex .commoninner .commonText + .commonText {
  margin-top: 20px;
}
#top .commonFlex .commoninner .commonText img {
  display: block;
  margin-top: 10px;
}
#top .commonFlex .commoninner .whArea {
  background-color: #fff;
  padding: 20px 30px 30px;
  border-radius: 5px;
}
@media screen and (max-width: 820px), print {
  #top .commonFlex .commoninner .whArea {
    padding: 15px 20px 20px;
  }
}
#top .commonFlex .commoninner .whArea .title {
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px), print {
  #top .commonFlex .commoninner .whArea .title {
    font-size: 26px;
  }
}
@media screen and (max-width: 520px) {
  #top .commonFlex .commoninner .whArea .title {
    font-size: 20px;
  }
}
#top .commonFlex .commoninner .whArea .Text {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 820px), print {
  #top .commonFlex .commoninner .whArea .Text {
    font-size: 16px;
  }
}
#top .commonFlex.bigbooth {
  display: block;
}
@media screen and (max-width: 820px), print {
  #top .commonFlex.bigbooth {
    width: 100%;
  }
}
#top .commonFlex.bigbooth .commonImage {
  width: 100%;
}
#top .commonFlex.bigbooth .commonTextArea {
  width: 100%;
}
#top .commonFlex.bigbooth .innerbooth {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 820px), print {
  #top .commonFlex.bigbooth .innerbooth {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 520px) {
  #top .commonFlex.bigbooth .innerbooth {
    flex-direction: column;
  }
}
#top .commonFlex.bigbooth .innerbooth .boothItem {
  width: 48%;
}
@media screen and (max-width: 520px) {
  #top .commonFlex.bigbooth .innerbooth .boothItem {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  #top .commonFlex.bigbooth .innerbooth .boothItem + .boothItem {
    margin-top: 20px;
  }
}
#top .commonFlex.bigbooth .commonTitle {
  margin-top: 20px;
}
@media screen and (max-width: 520px) {
  #top .commonFlex.bigbooth .commonTitle {
    margin-top: 10px;
  }
}
#top .boothItem {
  background-color: #fff;
  padding: 30px;
  border-radius: 5px;
}
@media screen and (max-width: 820px), print {
  #top .boothItem {
    padding: 20px;
  }
}
#top .boothItem .boothTitle {
  font-size: 29px;
  font-weight: bold;
  position: relative;
  margin-bottom: 25px;
  padding-left: 65px;
  line-height: 1.3;
}
@media screen and (max-width: 820px), print {
  #top .boothItem .boothTitle {
    font-size: 24px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 520px) {
  #top .boothItem .boothTitle {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
#top .boothItem .boothTitle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
  background-size: contain;
}
@media screen and (max-width: 820px), print {
  #top .boothItem .boothTitle::before {
    width: 38px;
    height: 38px;
    top: -2px;
  }
}
#top .boothItem .boothTitle.ttl1::before {
  background-image: url(../images/top/number1@2x.png);
}
#top .boothItem .boothTitle.ttl2::before {
  background-image: url(../images/top/number2@2x.png);
}
#top .boothItem .boothTitle.ttl3::before {
  background-image: url(../images/top/number3@2x.png);
}
#top .boothItem .Text {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 820px), print {
  #top .boothItem .Text {
    font-size: 16px;
  }
}
@media screen and (max-width: 820px), print {
  #top .syuttenflex {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (max-width: 520px) {
  #top .syuttenflex {
    flex-direction: column;
  }
}
@media screen and (max-width: 820px), print {
  #top .bu-subig .commonFlex {
    width: 100%;
  }
}
#top .kakunin {
  text-align: center;
  margin-top: 20px;
}
#top .kakunin .kakuninLink {
  border-bottom: 1px solid #333;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-right: 20px;
}
#top .kakunin .kakuninLink::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: translate(0, -50%) rotate(135deg);
  right: 0;
  top: 50%;
}
#top #main .mainImage {
  position: relative;
  animation: bgZoom 0.5s ease-out forwards;
}
#top #main .mainImage .mainLogo {
  position: absolute;
  top: -1.4vw;
  left: 50%;
  transform: translate(-50%, 0);
  width: 42.8vw;
  opacity: 0;
  animation: fadeIn 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.5s;
}
@media screen and (max-width: 520px) {
  #top #main .mainImage .mainLogo {
    width: 98.3vw;
    top: 2vw;
    left: auto;
    transform: none;
    right: -5px;
  }
}
#top #about .aboutBg {
  background-color: #caf8ff;
  padding: 100px 0 190px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #top #about .aboutBg {
    padding-bottom: 290px;
  }
}
@media screen and (max-width: 820px), print {
  #top #about .aboutBg {
    padding: 50px 0 190px;
  }
}
@media screen and (max-width: 520px) {
  #top #about .aboutBg {
    padding-bottom: 150px;
  }
}
@media print {
  #top #about .aboutBg {
    padding-bottom: 200px;
  }
}
#top #about .aboutBg:before {
  position: absolute;
  content: "";
  background-image: url(../images/top/cloud@2x.png);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 23.7vw;
  top: 200px;
  left: 0;
}
#top #about .aboutBg .aboutDeco {
  position: absolute;
  background-image: url(../images/top/aboutDeco@2x.png);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 30.7vw;
  bottom: 40px;
  left: 0;
  transform: translateY(200px);
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  #top #about .aboutBg .aboutDeco {
    bottom: 46px;
  }
}
@media screen and (max-width: 820px), print {
  #top #about .aboutBg .aboutDeco {
    height: 34.3vw;
    bottom: 26px;
  }
}
@media screen and (max-width: 520px) {
  #top #about .aboutBg .aboutDeco {
    bottom: 14px;
  }
}
@media print {
  #top #about .aboutBg .aboutDeco {
    opacity: 1;
    transform: translateY(0);
  }
}
#top #about .aboutBg .aboutDeco.active {
  animation: slideIn-bottom 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
#top #about .ticket {
  background-color: #ff87a1;
  border-radius: 10px;
  padding: 20px 40px 50px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 520px) {
  #top #about .ticket {
    padding: 20px;
  }
}
#top #about .ticket .ticketTitle {
  margin-bottom: 15px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 820px), print {
  #top #about .ticket .ticketTitle {
    font-size: 26px;
  }
}
@media screen and (max-width: 520px) {
  #top #about .ticket .ticketTitle {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
#top #about .ticket .ticketText {
  font-size: 18px;
  background-color: #fff;
  border-radius: 5px;
  padding: 25px;
}
@media screen and (max-width: 520px) {
  #top #about .ticket .ticketText {
    font-size: 16px;
    padding: 15px;
  }
}
#top #about .about {
  margin-top: 70px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 520px) {
  #top #about .about {
    margin-top: 40px;
  }
}
#top #about .about .aboutTitle {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #top #about .about .aboutTitle {
    font-size: 50px;
  }
}
@media screen and (max-width: 820px), print {
  #top #about .about .aboutTitle {
    font-size: 6vw;
    margin-bottom: 20px;
  }
}
#top #about .about .aboutTitle .deco {
  position: relative;
  padding: 0 110px;
}
@media screen and (max-width: 1200px) {
  #top #about .about .aboutTitle .deco {
    padding: 0 85px;
  }
}
@media screen and (max-width: 820px), print {
  #top #about .about .aboutTitle .deco {
    padding: 0 10vw;
  }
}
#top #about .about .aboutTitle .deco::before, #top #about .about .aboutTitle .deco::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 74px;
  height: 57px;
  top: 60%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 820px), print {
  #top #about .about .aboutTitle .deco::before, #top #about .about .aboutTitle .deco::after {
    width: 8vw;
    height: 7vw;
  }
}
#top #about .about .aboutTitle .deco::before {
  background-image: url(../images/top/flag01@2x.png);
  left: 0;
}
#top #about .about .aboutTitle .deco::after {
  background-image: url(../images/top/flag02@2x.png);
  right: 0;
}
#top #about .about .aboutTitle .blue {
  color: #4599ff;
  text-shadow: 3px 3px 0 #fff, -3px -3px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff, 0px 3px 0 #fff, -3px 0 #fff, -3px 0 0 #fff, 3px 0 0 #fff;
}
@media screen and (max-width: 520px) {
  #top #about .about .aboutTitle .blue {
    text-shadow: 1.5px 1.5px 0 #fff, -1.5px -1.5px 0 #fff, -1.5px 1.5px 0 #fff, 1.5px -1.5px 0 #fff, 0px 1.5px 0 #fff, -1.5px 0 #fff, -1.5px 0 0 #fff, 1.5px 0 0 #fff;
  }
}
#top #about .about .aboutTitle .red {
  color: #ff87a1;
  text-shadow: 3px 3px 0 #fff, -3px -3px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff, 0px 3px 0 #fff, -3px 0 #fff, -3px 0 0 #fff, 3px 0 0 #fff;
}
@media screen and (max-width: 520px) {
  #top #about .about .aboutTitle .red {
    text-shadow: 1.5px 1.5px 0 #fff, -1.5px -1.5px 0 #fff, -1.5px 1.5px 0 #fff, 1.5px -1.5px 0 #fff, 0px 1.5px 0 #fff, -1.5px 0 #fff, -1.5px 0 0 #fff, 1.5px 0 0 #fff;
  }
}
#top #about .about .aboutTitle .small {
  font-size: 48px;
}
@media screen and (max-width: 1200px) {
  #top #about .about .aboutTitle .small {
    font-size: 36px;
  }
}
@media screen and (max-width: 820px), print {
  #top #about .about .aboutTitle .small {
    font-size: 4vw;
  }
}
#top #about .about .aboutText {
  text-align: center;
  position: relative;
  font-size: 20px;
  line-height: 43px;
  margin-bottom: 75px;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  #top #about .about .aboutText {
    text-align: left;
  }
}
@media screen and (max-width: 820px), print {
  #top #about .about .aboutText {
    padding: 0 40px;
    font-size: 18px;
  }
}
@media screen and (max-width: 520px) {
  #top #about .about .aboutText {
    font-size: 16px;
    padding: 0 25px;
    line-height: 32px;
    margin-bottom: 40px;
  }
}
#top #about .about .aboutText::before, #top #about .about .aboutText::after {
  position: absolute;
  content: "";
  background-image: url(../images/top/wave01@2x.png);
  background-size: contain;
  background-repeat: repeat-y;
  width: 18px;
  height: 100%;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 520px) {
  #top #about .about .aboutText::before, #top #about .about .aboutText::after {
    width: 9px;
  }
}
#top #about .about .aboutText::after {
  transform: translate(0, -50%) rotate(180deg);
  left: auto;
  right: 0;
}
#top #about .about .aboutTitle02 {
  color: #004ea1;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 520px) {
  #top #about .about .aboutTitle02 {
    font-size: 28px;
  }
}
@media print {
  #top #about .about .aboutTitle02 {
    margin-top: 75px;
  }
}
#top #about .about .aboutTitle02 span {
  position: relative;
  padding: 0 50px;
}
@media screen and (max-width: 520px) {
  #top #about .about .aboutTitle02 span {
    padding: 0 30px;
  }
}
#top #about .about .aboutTitle02 span::before, #top #about .about .aboutTitle02 span::after {
  position: absolute;
  content: "";
  background-color: #004ea1;
  height: 2px;
  width: 27px;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 4px;
}
@media screen and (max-width: 520px) {
  #top #about .about .aboutTitle02 span::before, #top #about .about .aboutTitle02 span::after {
    width: 15px;
  }
}
#top #about .about .aboutTitle02 span::before {
  left: 0;
}
#top #about .about .aboutTitle02 span::after {
  right: 0;
}
#top #about .about .aboutTable {
  background-color: #fff;
}
#top #about .about .aboutTable dl {
  border-bottom: 1px solid #ccc;
  display: flex;
  padding: 20px;
  align-items: center;
}
#top #about .about .aboutTable dl:nth-child(1) {
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 520px) {
  #top #about .about .aboutTable dl {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
  }
}
#top #about .about .aboutTable dl dt {
  font-size: 20px;
  width: 120px;
}
@media screen and (max-width: 520px) {
  #top #about .about .aboutTable dl dt {
    width: 100%;
    font-size: 18px;
    margin-bottom: 5px;
  }
}
#top #about .about .aboutTable dl dd {
  font-size: 18px;
  width: calc(100% - 130px);
}
@media screen and (max-width: 520px) {
  #top #about .about .aboutTable dl dd {
    width: 100%;
    font-size: 16px;
  }
}
#top #guest .guestBg {
  background-image: url(../images/top/guestBg.jpg);
  background-repeat: repeat;
  padding: 75px 0 175px;
  position: relative;
}
@media screen and (max-width: 820px), print {
  #top #guest .guestBg {
    padding: 40px 0 110px;
    background-size: 150px;
  }
}
#top #guest .guestBg::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/guestBg_wave@2x.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 105px;
  top: -105px;
  left: 0;
}
@media screen and (max-width: 820px), print {
  #top #guest .guestBg::before {
    height: 60px;
    top: -60px;
  }
}
@media screen and (max-width: 520px) {
  #top #guest .guestBg::before {
    height: 30px;
    top: -30px;
  }
}
#top #guest .button01 {
  margin-top: 70px;
}
@media screen and (max-width: 520px) {
  #top #guest .button01 {
    margin-top: 40px;
  }
}
#top #booth .boothBg {
  background-image: url(../images/top/boothBg.jpg);
  background-repeat: repeat;
  padding: 75px 0 185px;
  position: relative;
}
@media screen and (max-width: 820px), print {
  #top #booth .boothBg {
    padding: 40px 0 120px;
    background-size: 60px 103px;
  }
}
#top #booth .boothBg::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/boothBg_wave@2x.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 105px;
  top: -105px;
  left: 0;
}
@media screen and (max-width: 820px), print {
  #top #booth .boothBg::before {
    height: 60px;
    top: -60px;
  }
}
@media screen and (max-width: 520px) {
  #top #booth .boothBg::before {
    height: 30px;
    top: -30px;
  }
}
#top #booth .boothFlex {
  display: flex;
  justify-content: space-between;
  margin-top: 65px;
  flex-wrap: wrap;
}
#top #booth .boothFlex .boothItem {
  width: 31%;
}
@media screen and (max-width: 820px), print {
  #top #booth .boothFlex .boothItem {
    width: 48%;
  }
  #top #booth .boothFlex .boothItem:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 520px) {
  #top #booth .boothFlex .boothItem {
    width: 100%;
  }
  #top #booth .boothFlex .boothItem:nth-child(n+2) {
    margin-top: 40px;
  }
}
#top #booth .boothFlex .boothItem .country {
  color: #fff;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  border: 3px solid #fff;
  border-radius: 30px;
  padding: 0 20px;
}
@media screen and (max-width: 820px), print {
  #top #booth .boothFlex .boothItem .country {
    font-size: 20px;
  }
}
@media screen and (max-width: 520px) {
  #top #booth .boothFlex .boothItem .country {
    font-size: 18px;
  }
}
#top #booth .boothFlex .boothItem .country.kr {
  background-color: #004ea1;
}
#top #booth .boothFlex .boothItem .country.oka {
  background-color: #bb1924;
}
#top #booth .boothFlex .boothItem .boothName {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px), print {
  #top #booth .boothFlex .boothItem .boothName {
    font-size: 26px;
  }
}
@media screen and (max-width: 520px) {
  #top #booth .boothFlex .boothItem .boothName {
    font-size: 22px;
  }
}
#top #booth .boothFlex .boothItem .boothImage {
  margin-bottom: 15px;
}
#top #booth .boothFlex .boothItem .boothText {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}
@media screen and (max-width: 820px), print {
  #top #booth .boothFlex .boothItem .boothText {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 520px) {
  #top #booth .boothFlex .boothItem .boothText {
    font-size: 14px;
  }
}
#top #application .appBg {
  background-image: url(../images/top/guestBg.jpg);
  background-repeat: repeat;
  padding: 75px 0 280px;
  position: relative;
}
@media screen and (max-width: 820px), print {
  #top #application .appBg {
    padding: 40px 0 140px;
    background-size: 150px;
  }
}
#top #application .appBg::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/guestBg_wave@2x.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 105px;
  top: -105px;
  left: 0;
}
@media screen and (max-width: 820px), print {
  #top #application .appBg::before {
    height: 60px;
    top: -60px;
  }
}
@media screen and (max-width: 520px) {
  #top #application .appBg::before {
    height: 30px;
    top: -30px;
  }
}
#top #application .stepArea {
  background-color: #fff;
  border-radius: 20px;
  padding: 90px 150px;
}
@media screen and (max-width: 1300px) {
  #top #application .stepArea {
    padding: 90px 50px;
  }
}
@media screen and (max-width: 820px), print {
  #top #application .stepArea {
    padding: 45px 30px;
  }
}
#top #application .stepArea .stepFlex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#top #application .stepArea .stepFlex .stepItem {
  width: 30%;
}
#top #application .stepArea .stepFlex .stepItem:nth-child(n+4) {
  margin-top: 50px;
}
#top #application .stepArea .stepFlex .stepItem:nth-child(1) .stepImage, #top #application .stepArea .stepFlex .stepItem:nth-child(2) .stepImage, #top #application .stepArea .stepFlex .stepItem:nth-child(4) .stepImage {
  position: relative;
}
#top #application .stepArea .stepFlex .stepItem:nth-child(1) .stepImage::before, #top #application .stepArea .stepFlex .stepItem:nth-child(2) .stepImage::before, #top #application .stepArea .stepFlex .stepItem:nth-child(4) .stepImage::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/steparw@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 60px;
  top: 52%;
  right: -40px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1024px) {
  #top #application .stepArea .stepFlex .stepItem:nth-child(1) .stepImage::before, #top #application .stepArea .stepFlex .stepItem:nth-child(2) .stepImage::before, #top #application .stepArea .stepFlex .stepItem:nth-child(4) .stepImage::before {
    right: -34px;
  }
}
@media screen and (max-width: 820px), print {
  #top #application .stepArea .stepFlex .stepItem {
    width: 48%;
  }
  #top #application .stepArea .stepFlex .stepItem:nth-child(n+3) {
    margin-top: 50px;
  }
  #top #application .stepArea .stepFlex .stepItem:nth-child(1) .stepImage, #top #application .stepArea .stepFlex .stepItem:nth-child(3) .stepImage {
    position: relative;
  }
  #top #application .stepArea .stepFlex .stepItem:nth-child(1) .stepImage::before, #top #application .stepArea .stepFlex .stepItem:nth-child(3) .stepImage::before {
    position: absolute;
    content: "";
    background-image: url(../images/top/steparw@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 60px;
    top: 52%;
    right: -26px;
    transform: translate(0, -50%);
  }
  #top #application .stepArea .stepFlex .stepItem:nth-child(2) .stepImage::before, #top #application .stepArea .stepFlex .stepItem:nth-child(4) .stepImage::before {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  #top #application .stepArea .stepFlex .stepItem {
    width: 100%;
  }
  #top #application .stepArea .stepFlex .stepItem:nth-child(1) .stepImage::before {
    display: none;
  }
  #top #application .stepArea .stepFlex .stepItem:nth-child(n+2) {
    margin-top: 100px;
  }
  #top #application .stepArea .stepFlex .stepItem:nth-child(n+2) .stepImage {
    position: relative;
  }
  #top #application .stepArea .stepFlex .stepItem:nth-child(n+2) .stepImage::before {
    display: block;
    position: absolute;
    content: "";
    background-image: url(../images/top/steparw@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 60px;
    top: -80px;
    left: 50%;
    right: auto;
    transform: translate(-50%, 0) rotate(90deg);
  }
}
#top #application .stepArea .stepFlex .stepItem .stepImage {
  text-align: center;
  margin-bottom: 10px;
}
#top #application .stepArea .stepFlex .stepItem .stepText {
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  text-align: center;
  letter-spacing: -0.05rem;
}
#top #application .stepArea .stepFlex .stepItem .stepTextSmall {
  line-height: 25px;
  margin-top: 10px;
}
#top #application .stepArea .stepFlex .dummy {
  width: 30%;
}
@media screen and (max-width: 820px), print {
  #top #application .stepArea .stepFlex .dummy {
    width: 48%;
  }
}
#top #access .accessBg {
  background-color: #efefef;
  padding: 85px 0 120px;
  position: relative;
}
@media screen and (max-width: 820px), print {
  #top #access .accessBg {
    padding: 40px 0 60px;
  }
}
#top #access .accessBg::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/accessBg_wave@2x.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 105px;
  top: -105px;
  left: 0;
}
@media screen and (max-width: 820px), print {
  #top #access .accessBg::before {
    height: 60px;
    top: -60px;
  }
}
@media screen and (max-width: 520px) {
  #top #access .accessBg::before {
    height: 30px;
    top: -30px;
  }
}
#top #access .accessFlex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 820px), print {
  #top #access .accessFlex {
    flex-direction: column;
  }
}
#top #access .accessFlex .mapArea {
  width: 47%;
}
@media screen and (max-width: 820px), print {
  #top #access .accessFlex .mapArea {
    width: 100%;
  }
}
#top #access .accessFlex .mapArea .mapBg {
  background-color: #fff;
  padding: 20px 25px;
  border-radius: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 520px) {
  #top #access .accessFlex .mapArea .mapBg {
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 10px;
  }
}
#top #access .accessFlex .mapArea .mapBg .map {
  position: relative;
  width: 100%;
  padding-top: 75%;
  /* 16:9のアスペクト比 */
  height: 0;
}
#top #access .accessFlex .mapArea .mapBg .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#top #access .accessFlex .mapArea .mapLink {
  text-align: center;
}
#top #access .accessFlex .mapArea .mapLink a {
  position: relative;
  padding-right: 25px;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid #333;
  border-radius: 2px;
  padding-bottom: 5px;
}
@media screen and (max-width: 520px) {
  #top #access .accessFlex .mapArea .mapLink a {
    font-size: 16px;
  }
}
#top #access .accessFlex .mapArea .mapLink a::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/link@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
#top #access .accessFlex .accessTable {
  background-color: #fff;
  width: 47%;
}
@media screen and (max-width: 820px), print {
  #top #access .accessFlex .accessTable {
    width: 100%;
    margin-top: 60px;
  }
}
#top #access .accessFlex .accessTable dl {
  border-bottom: 1px solid #ccc;
  display: flex;
  padding: 20px 30px;
  align-items: center;
}
#top #access .accessFlex .accessTable dl:nth-child(1) {
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 520px) {
  #top #access .accessFlex .accessTable dl {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
  }
}
#top #access .accessFlex .accessTable dl dt {
  font-size: 20px;
  width: 120px;
}
@media screen and (max-width: 520px) {
  #top #access .accessFlex .accessTable dl dt {
    font-size: 18px;
    width: 100%;
    margin-bottom: 5px;
  }
}
#top #access .accessFlex .accessTable dl dd {
  font-size: 18px;
  width: calc(100% - 130px);
}
@media screen and (max-width: 520px) {
  #top #access .accessFlex .accessTable dl dd {
    font-size: 16px;
    width: 100%;
  }
}

@keyframes bgZoom {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideIn-bottom {
  0% {
    transform: translateY(200px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}