@charset "UTF-8";
body * {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
}

body {
  color: #222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*---------------------------------------------
共通部分
---------------------------------------------*/
body {
  overflow-x: hidden;
}

.footerWidth {
  margin: 0 auto;
}

.commonWidth {
  margin: 0 auto;
  max-width: 1080px;
  width: 90%;
}

.innerWidth {
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
}

.contentArea {
  grid-template-columns: 2fr 393px 1.185fr;
  display: grid;
}
.contentArea #pageInnerContent {
  filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.5));
  max-width: 393px;
  overflow-x: hidden;
  position: relative;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

@media screen and (max-width: 1500px) {
  .contentArea {
    grid-template-columns: 1fr 393px 400px;
  }
}
@media screen and (max-width: 800px) {
  .contentArea {
    grid-template-columns: 1fr 393px 1fr;
  }
}
@media screen and (max-width: 393px) {
  .contentArea {
    grid-template-columns: 1fr;
  }
}
#pageContent {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #17D4E5;
  display: grid;
  grid-template-columns: 2fr 393px 1.185fr;
}
#pageContent .leftPc {
  padding: 0 clamp(3.125rem, -12.813rem + 17.71vw, 8.438rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
#pageContent .leftPc .imgArea {
  width: 100%;
  margin: 0px auto;
  position: relative;
  top: 2px;
  left: 1px;
}
#pageContent .contentArea {
  overflow: auto;
  position: relative;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
#pageContent .rightPc {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#pageContent .rightPc nav {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-left: 100px;
  display: grid;
  gap: 30px;
  position: relative;
  top: -25px;
  left: 5px;
}
#pageContent .rightPc nav a * {
  transition: 0.5s;
  color: #fff;
  letter-spacing: 0.08em;
}
#pageContent .rightPc nav a .en {
  font-weight: 800;
  line-height: 135%;
  font-size: 40px;
}
#pageContent .rightPc nav a .sub {
  line-height: 1;
  font-weight: 600;
  font-size: 20px;
}
#pageContent .rightPc nav a.active * {
  color: #FF9100;
}
#pageContent .rightPc nav a:hover * {
  color: #FF9100;
}
#pageContent .rightPc .character {
  position: absolute;
  right: -101px;
  bottom: -228px;
  padding-left: 100px;
  display: flex;
  justify-content: right;
}
#pageContent .rightPc .character img {
  max-width: 494px;
  width: 100%;
  height: auto;
}

@media screen and (max-height: 1000px) {
  #pageContent .rightPc .character img {
    height: calc(77vh - 542px);
    width: auto;
    max-height: 120px;
  }
}
@media screen and (max-height: 800px) {
  #pageContent .rightPc .character {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  #pageContent .leftPc {
    padding: 0;
    width: 85%;
    margin: 0 auto;
  }
  #pageContent .rightPc {
    padding: 0 30px;
  }
}
.out {
  font-family: "Outfit", sans-serif !important;
}

@media screen and (max-width: 1500px) {
  #pageContent {
    grid-template-columns: 1fr 393px 400px;
  }
  #pageContent .rightPc nav {
    margin: 0 0px;
  }
}
@media screen and (max-width: 800px) {
  #pageContent {
    grid-template-columns: 1fr 393px 1fr;
  }
}
@media screen and (max-width: 393px) {
  #pageContent {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 800px) {
  #pageContent .rightPc {
    padding: 0;
  }
  #pageContent .rightPc .character {
    padding-left: clamp(0rem, -3.906rem + 12.5vw, 3.125rem);
  }
}
footer {
  background: #2DD0E5;
}
footer .topArea {
  padding: 32px 0 43px;
}
footer .topArea .imgArea {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  display: block;
}
footer .topArea p {
  padding-top: 13px;
  line-height: 2.2;
  letter-spacing: 0.127em;
  font-size: 11px;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: left;
  font-weight: bold;
  position: relative;
  left: 2px;
}
footer .bottomArea {
  border-top: 1px solid #fff;
  padding: 13px 0 16px;
}
footer .bottomArea p {
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 8px;
}/*# sourceMappingURL=common.css.map */