@media screen and (max-width: 1023px) {
  html {
    font-size: 2.564vw;
  }
  body {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 0.7183vw;
  }
  body {
    font-size: 1.6rem;
  }
}
:root {
  --scrollbarWidth: 0;
  --ratio: 1;
}

html {
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  overscroll-behavior: none;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  backface-visibility: hidden;
  overscroll-behavior: none;
  background-color: #fff;
}
body * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
body button,
body input,
body optgroup,
body select,
body textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
body ul,
body ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
body a {
  text-decoration: none;
}
body.js-lock {
  position: fixed;
  left: 0;
  width: 100%;
  padding-right: var(--scrollbarWidth);
}

.pc {
  display: block !important;
}

.pci {
  display: inline-block !important;
}

.pcf {
  display: flex !important;
}

.sp {
  display: none !important;
}

.spi {
  display: none !important;
}

.spf {
  display: none !important;
}

@media screen and (max-width: 1023px) {
  .sp {
    display: block !important;
  }
  .spi {
    display: inline-block !important;
  }
  .spf {
    display: flex !important;
  }
  .pc {
    display: none !important;
  }
  .pci {
    display: none !important;
  }
  .pcf {
    display: none !important;
  }
}
.top {
  font-size: 0;
}

#bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/img/bg.png);
  background-size: 64px;
  opacity: 0;
  transition: opacity 0.6s ease-in 0.1s;
}
#bg.scrollIn {
  opacity: 1;
}
#bg #clouds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/img/bg_cloud.svg);
  background-position: 0 0;
  background-size: 2000px 800px;
  animation: bgCloud 40s linear infinite;
}
@keyframes bgCloud {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 1000px 100px;
  }
  100% {
    background-position: 2000px 0px;
  }
}
@media screen and (max-width: 1023px) {
  #bg #clouds {
    background-size: 1000px 400px;
  }
  @keyframes bgCloud {
    0% {
      background-position: 0 0;
    }
    50% {
      background-position: 500px 100px;
    }
    100% {
      background-position: 1000px 0;
    }
  }
}

#topArea {
  position: relative;
  width: 100%;
  height: auto;
  height: 57.6rem;
  height: 100vh;
  min-height: 64rem;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  #topArea {
    height: 100vh;
    min-height: 664px;
  }
}

header {
  position: relative;
  height: auto;
  width: 100%;
  height: 10rem;
}
header .headerLogo {
  position: absolute;
  top: 0;
  left: 0;
  width: 21rem;
  height: auto;
}
header .headerLogo img {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  header .headerLogo {
    width: 210px;
    height: auto;
  }
}
header .headerMenu {
  position: absolute;
  top: 0;
  right: 0;
  width: 11rem;
  height: auto;
}
header .headerMenu #menuBtn {
  position: fixed;
  top: 1.5rem;
  right: 1.8rem;
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
}
header .headerMenu #menuBtn img {
  width: 3rem;
}
@media screen and (max-width: 1023px) {
  header .headerMenu #menuBtn {
    top: 15px;
    right: 20px;
    width: 50px;
    height: 50px;
  }
  header .headerMenu #menuBtn img {
    width: 30px;
  }
}
header .headerMenu img {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  header .headerMenu {
    width: 110px;
    height: auto;
  }
}

#kvContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 43.2rem;
  text-align: center;
  margin-top: -4rem;
}
@media screen and (max-width: 1023px) {
  #kvContainer {
    width: 315px;
    margin-top: -10px;
  }
}
#kvContainer #kvCopy {
  position: relative;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 1023px) {
  #kvContainer #kvCopy {
    font-size: 18px;
  }
}
#kvContainer #kvLogo {
  position: relative;
  width: 43.2rem;
  margin-top: 4.8rem;
}
@media screen and (max-width: 1023px) {
  #kvContainer #kvLogo {
    width: 315px;
    margin-top: 15px;
  }
}
#kvContainer #kvLogo img {
  width: 100%;
}
#kvContainer #kvAppList {
  position: relative;
}
@media screen and (max-width: 1023px) {
  #kvContainer #kvAppList {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 300px;
    margin: 0 auto;
    margin-top: 30px;
  }
}
#kvContainer #kvAppList li {
  position: relative;
  display: block;
  width: 142.5px;
  height: 60px;
  font-size: 0;
  background: #000;
}
#kvContainer #kvAppList li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
#kvContainer #kvAppList li span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
#kvContainer #kvAppList li span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#topNews {
  position: absolute;
  bottom: 2.4rem;
  left: 1.9rem;
  width: 102.2rem;
  height: 7rem;
  padding: 1.2rem 2.4rem;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: 0 0 0 0.5rem rgba(255, 255, 255, 0.5);
  text-align: left;
}
@media screen and (max-width: 1023px) {
  #topNews {
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: 75px;
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
  }
}
#topNews .newsDate {
  position: relative;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 1;
  color: #00964B;
}
@media screen and (max-width: 1023px) {
  #topNews .newsDate {
    font-size: 10px;
  }
}
#topNews .newsTxt {
  position: relative;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #00964B;
  margin-top: 0.5rem;
}
@media screen and (max-width: 1023px) {
  #topNews .newsTxt {
    margin-top: 5px;
    font-size: 10px;
  }
}

.mokumokuTop {
  position: relative;
  width: 100%;
  height: auto;
  height: 20rem;
  overflow: hidden;
}
.mokumokuTop img {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .mokumokuTop {
    height: auto;
    height: 10rem;
  }
}

.mokumokuBottom {
  position: relative;
  width: 100%;
  height: auto;
  height: 20rem;
  overflow: hidden;
  margin-top: -0.4rem;
}
.mokumokuBottom img {
  width: 100%;
  transform: rotate(180deg);
}
@media screen and (max-width: 1023px) {
  .mokumokuBottom {
    height: auto;
    height: 10rem;
    margin-top: -2px;
  }
}

#aboutArea {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #fff;
  margin-top: -0.4rem;
}
#aboutArea .dummy {
  top: 0;
  background-color: #ff0;
}
@media screen and (max-width: 1023px) {
  #aboutArea .dummy {
    top: -10rem;
    top: -100px;
  }
}
@media screen and (max-width: 1023px) {
  #aboutArea {
    height: auto;
    margin-top: -2px;
  }
}
#aboutArea #aboutContainer {
  position: relative;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 8.5rem 0;
}
@media screen and (max-width: 1023px) {
  #aboutArea #aboutContainer {
    width: 390px;
    padding: 20px 0;
  }
}
#aboutArea #aboutContainer .title {
  position: relative;
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: scale(0.8);
  transition: transform 0.6s cubic-bezier(0.56, 0.06, 0.27, 1.8);
}
@media screen and (min-width: 1024px) {
  #aboutArea #aboutContainer .title img {
    width: 55.2rem;
  }
}
#aboutArea #aboutContainer .title.scrollIn {
  opacity: 1;
  transform: scale(1);
}
#aboutArea #aboutContainer .aboutTxt {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 5rem;
}
@media screen and (max-width: 1023px) {
  #aboutArea #aboutContainer .aboutTxt {
    margin-top: 28px;
  }
}
#aboutArea #aboutContainer .aboutTxt p {
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 2.2rem;
  line-height: 1.8;
}
@media screen and (max-width: 1023px) {
  #aboutArea #aboutContainer .aboutTxt p {
    font-size: 18px;
  }
}
#aboutArea #aboutContainer #aboutMovie {
  position: relative;
  width: 110.4rem;
  height: auto;
  margin: 0 auto;
  margin-top: 9.2rem;
}
#aboutArea #aboutContainer #aboutMovie #movieBtn {
  position: relative;
  width: 100%;
  height: auto;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  #aboutArea #aboutContainer #aboutMovie {
    width: 330px;
    margin-top: 58px;
  }
}
#aboutArea #aboutContainer #aboutMovie img {
  width: 100%;
}

#howtoArea {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #fff;
}
#howtoArea .dummy {
  top: 0;
  background-color: #ff0;
}
@media screen and (max-width: 1023px) {
  #howtoArea {
    height: auto;
    height: 845px;
  }
}
#howtoArea #howtoContainer {
  position: relative;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 12rem 0;
}
@media screen and (max-width: 1023px) {
  #howtoArea #howtoContainer {
    width: 390px;
    padding: 50px 30px;
  }
}
#howtoArea #howtoContainer .title {
  position: relative;
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: scale(0.8);
  transition: transform 0.6s cubic-bezier(0.56, 0.06, 0.27, 1.8);
}
#howtoArea #howtoContainer .title.scrollIn {
  opacity: 1;
  transform: scale(1);
}
@media screen and (min-width: 1024px) {
  #howtoArea #howtoContainer .title img {
    width: 46.9rem;
  }
}
#howtoArea #howtoContainer #howtoSlide {
  position: relative;
}
@media screen and (max-width: 1023px) {
  #howtoArea #howtoContainer #howtoSlide {
    width: 330px;
  }
}
#howtoArea #howtoContainer #howtoStepList {
  position: relative;
  width: 110.4rem;
  margin: 0 auto;
  text-align: center;
  margin-top: 9.6rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1023px) {
  #howtoArea #howtoContainer #howtoStepList {
    display: block;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    width: 1350px;
    margin-top: 60px;
  }
}
#howtoArea #howtoContainer #howtoStepList li {
  position: relative;
  width: 100%;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 1.8;
}
#howtoArea #howtoContainer #howtoStepList li:nth-child(1) {
  background-color: #FAE66E;
}
#howtoArea #howtoContainer #howtoStepList li:nth-child(2) {
  background-color: #8CC39B;
}
#howtoArea #howtoContainer #howtoStepList li:nth-child(3) {
  background-color: #FFB4AA;
}
#howtoArea #howtoContainer #howtoStepList li:nth-child(4) {
  background-color: #6EA0FF;
}
#howtoArea #howtoContainer #howtoStepList li:nth-child(5) {
  background-color: #FFA0FF;
}
#howtoArea #howtoContainer #howtoStepList li img {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  #howtoArea #howtoContainer #howtoStepList li {
    display: inline-block;
    width: 270px;
    font-size: 18px;
  }
}
#howtoArea #howtoContainer #howtoMovie {
  position: relative;
  width: 81.2rem;
  height: auto;
  margin: 0 auto;
  margin-top: 7.2rem;
}
@media screen and (max-width: 1023px) {
  #howtoArea #howtoContainer #howtoMovie {
    width: 330px;
    margin-top: 58px;
  }
}
#howtoArea #howtoContainer #howtoMovie img {
  width: 100%;
}

#secretArea {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
#secretArea .dummy {
  top: 0;
  background-color: #ff0;
}
@media screen and (max-width: 1023px) {
  #secretArea {
    height: auto;
    margin-bottom: -200px;
  }
}
#secretArea #secretContainer {
  position: relative;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 24rem 0 44rem;
}
@media screen and (max-width: 1023px) {
  #secretArea #secretContainer {
    width: 390px;
    padding: 120px 0;
  }
}
#secretArea #secretContainer #secret1 {
  position: relative;
  width: 110.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  #secretArea #secretContainer #secret1 {
    flex-direction: column;
    width: 330px;
  }
}
#secretArea #secretContainer #secret1Inner {
  position: relative;
  width: 52.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5rem;
}
@media screen and (max-width: 1023px) {
  #secretArea #secretContainer #secret1Inner {
    width: 330px;
    gap: 30px;
  }
}
#secretArea #secretContainer #secret1Title {
  position: relative;
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: scale(0.8);
  transition: transform 0.6s cubic-bezier(0.56, 0.06, 0.27, 1.8);
}
@media screen and (min-width: 1024px) {
  #secretArea #secretContainer #secret1Title img {
    width: 23.5rem;
  }
}
#secretArea #secretContainer #secret1Title.scrollIn {
  opacity: 1;
  transform: scale(1);
}
#secretArea #secretContainer .secretTxt {
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 1023px) {
  #secretArea #secretContainer .secretTxt {
    font-size: 14px;
  }
}
#secretArea #secretContainer .secret1Figure {
  position: relative;
  width: 52.8rem;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  #secretArea #secretContainer .secret1Figure {
    width: 330px;
    margin-top: 30px;
  }
}
#secretArea #secretContainer .secret1Figure img {
  width: 100%;
}
#secretArea #secretContainer .secret1Figure #charaList {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#secretArea #secretContainer .secret1Figure #charaList li {
  position: absolute;
  height: auto;
}
#secretArea #secretContainer .secret1Figure #charaList li:nth-child(1) {
  top: 36%;
  left: 35%;
  width: 27.2%;
  transform-origin: 50% 100%;
  animation: chara1 4s ease-in-out 1s infinite;
}
@keyframes chara1 {
  0% {
    transform: rotate(0);
  }
  10% {
    transform: rotate(5deg);
  }
  20% {
    transform: rotate(-5deg);
  }
  30% {
    transform: rotate(0);
  }
}
#secretArea #secretContainer #secret2 {
  position: relative;
  width: 110.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin: 0 auto;
  margin-top: 46rem;
}
@media screen and (max-width: 1023px) {
  #secretArea #secretContainer #secret2 {
    flex-direction: column;
    width: 330px;
    margin-top: 120px;
  }
}
#secretArea #secretContainer #secret2Inner {
  position: relative;
  width: 52.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5rem;
}
@media screen and (max-width: 1023px) {
  #secretArea #secretContainer #secret2Inner {
    width: 330px;
    gap: 30px;
  }
}
#secretArea #secretContainer #secret2Title {
  position: relative;
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: scale(0.8);
  transition: transform 0.6s cubic-bezier(0.56, 0.06, 0.27, 1.8);
}
@media screen and (min-width: 1024px) {
  #secretArea #secretContainer #secret2Title img {
    width: 35rem;
  }
}
#secretArea #secretContainer #secret2Title.scrollIn {
  opacity: 1;
  transform: scale(1);
}
#secretArea #secretContainer .townMap {
  position: absolute;
  top: -22rem;
  left: 58rem;
  width: 76.8rem;
  text-align: center;
}
#secretArea #secretContainer .townMap #townClouds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#secretArea #secretContainer .townMap #townClouds li {
  position: absolute;
  height: auto;
}
#secretArea #secretContainer .townMap #townClouds li:nth-child(1) {
  top: 25%;
  left: 31%;
  width: 55.7%;
  animation: townCloud1 3s ease-in-out infinite alternate;
}
@keyframes townCloud1 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -10px);
  }
}
#secretArea #secretContainer .townMap #townClouds li:nth-child(1) img {
  animation: townCloud1img 2s ease-in-out infinite alternate;
}
@keyframes townCloud1img {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
#secretArea #secretContainer .townMap #townClouds li:nth-child(2) {
  top: 63%;
  left: 8%;
  width: 55.7%;
  animation: townCloud2 4s ease-in-out infinite alternate;
}
@keyframes townCloud2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(30px, 0px);
  }
}
#secretArea #secretContainer .townMap #townClouds li:nth-child(2) img {
  animation: townCloud2img 2s ease-in-out infinite alternate;
}
@keyframes townCloud2img {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
#secretArea #secretContainer .townMap #townClouds li:nth-child(3) {
  top: 77%;
  left: 69%;
  width: 27.8%;
  animation: townCloud3 5s ease-in-out 1s infinite alternate;
}
@keyframes townCloud3 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(10px, 0px);
  }
}
#secretArea #secretContainer .townMap #townClouds li:nth-child(3) img {
  animation: townCloud3img 1.5s ease-in-out infinite alternate;
}
@keyframes townCloud3img {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.03);
  }
}
#secretArea #secretContainer .townMap #townClouds li:nth-child(4) {
  top: 44%;
  left: 0%;
  width: 27.8%;
  animation: townCloud4 2s ease-in-out infinite alternate;
}
@keyframes townCloud4 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(20px, 0px);
  }
}
#secretArea #secretContainer .townMap #townClouds li:nth-child(4) img {
  animation: townCloud4img 1s ease-in-out infinite alternate;
}
@keyframes townCloud4img {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.02);
  }
}
#secretArea #secretContainer .townMap #townClouds li:nth-child(5) {
  top: 11%;
  left: 19%;
  width: 18.6%;
  animation: townCloud5 3s ease-in-out 1s infinite alternate;
}
@keyframes townCloud5 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(20px, 0px);
  }
}
#secretArea #secretContainer .townMap #townClouds li:nth-child(5) img {
  animation: townCloud5img 1s ease-in-out infinite alternate;
}
@keyframes townCloud5img {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.02);
  }
}
#secretArea #secretContainer .townMap #townClouds li:nth-child(6) {
  top: 53%;
  left: 59%;
  width: 24%;
  animation: townCloud6 5s ease-in-out infinite alternate;
}
@keyframes townCloud6 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(40px, 0px);
  }
}
#secretArea #secretContainer .townMap #townClouds li:nth-child(6) img {
  animation: townCloud6img 2s ease-in-out infinite alternate;
}
@keyframes townCloud6img {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.02);
  }
}
#secretArea #secretContainer .townMap #townClouds li:nth-child(7) {
  top: 88%;
  left: 4%;
  width: 24.2%;
  animation: townCloud7 5s ease-in-out infinite alternate;
}
@keyframes townCloud7 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
#secretArea #secretContainer .townMap #townClouds li:nth-child(7) img {
  animation: townCloud7img 3s ease-in-out infinite alternate;
}
@keyframes townCloud7img {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 1023px) {
  #secretArea #secretContainer .townMap {
    position: relative;
    top: 0;
    left: 0;
    width: 570px;
    margin-top: 30px;
  }
}
#secretArea #secretContainer .townMap img {
  width: 100%;
}

#enjoyArea {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #fff;
  margin-top: -0.4rem;
}
#enjoyArea .dummy {
  top: -20rem;
  background-color: #ff0;
}
@media screen and (max-width: 1023px) {
  #enjoyArea .dummy {
    top: -10rem;
    top: -100px;
  }
}
@media screen and (max-width: 1023px) {
  #enjoyArea {
    height: auto;
    margin-top: -2px;
  }
}
#enjoyArea #enjoyContainer {
  position: relative;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 8.5rem 0;
}
@media screen and (max-width: 1023px) {
  #enjoyArea #enjoyContainer {
    width: 390px;
    padding: 20px 0;
  }
}
#enjoyArea #enjoyContainer #enjoyTitle {
  position: relative;
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: scale(0.8);
  transition: transform 0.6s cubic-bezier(0.56, 0.06, 0.27, 1.8);
}
@media screen and (min-width: 1024px) {
  #enjoyArea #enjoyContainer #enjoyTitle img {
    width: 46.9rem;
  }
}
#enjoyArea #enjoyContainer #enjoyTitle.scrollIn {
  opacity: 1;
  transform: scale(1);
}
#enjoyArea #enjoyContainer .enjoyTxt {
  position: relative;
  width: 72rem;
  text-align: left;
  margin: 0 auto;
  margin-top: 5rem;
}
@media screen and (max-width: 1023px) {
  #enjoyArea #enjoyContainer .enjoyTxt {
    width: 100%;
    margin-top: 28px;
    padding: 0 32px;
  }
}
#enjoyArea #enjoyContainer .enjoyTxt p {
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 1023px) {
  #enjoyArea #enjoyContainer .enjoyTxt p {
    font-size: 14px;
  }
}
#enjoyArea #enjoyContainer #pointSlide {
  position: relative;
}
@media screen and (max-width: 1023px) {
  #enjoyArea #enjoyContainer #pointSlide {
    margin: 0 auto;
    width: 270px;
  }
}
#enjoyArea #enjoyContainer #enjoyPointList {
  position: relative;
  width: 110.4rem;
  margin: 0 auto;
  text-align: center;
  margin-top: 9.6rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1023px) {
  #enjoyArea #enjoyContainer #enjoyPointList {
    display: block;
    grid-template-columns: 1fr 1fr 1fr;
    width: 810px;
    margin-top: 60px;
    margin-left: 0;
  }
}
#enjoyArea #enjoyContainer #enjoyPointList li {
  position: relative;
  width: 100%;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 1.8;
}
#enjoyArea #enjoyContainer #enjoyPointList li:nth-child(1) {
  background-color: #FAE66E;
}
#enjoyArea #enjoyContainer #enjoyPointList li:nth-child(2) {
  background-color: #8CC39B;
}
#enjoyArea #enjoyContainer #enjoyPointList li:nth-child(3) {
  background-color: #FFB4AA;
}
#enjoyArea #enjoyContainer #enjoyPointList li img {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  #enjoyArea #enjoyContainer #enjoyPointList li {
    display: inline-block;
    width: 270px;
    font-size: 18px;
  }
}

#enjoyMoreArea {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #fff;
}
#enjoyMoreArea .dummy {
  top: 0;
  background-color: #ff0;
}
@media screen and (max-width: 1023px) {
  #enjoyMoreArea .dummy {
    top: 0;
  }
}
@media screen and (max-width: 1023px) {
  #enjoyMoreArea {
    height: auto;
  }
}
#enjoyMoreArea #enjoyMoreContainer {
  position: relative;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 16rem 0;
}
@media screen and (max-width: 1023px) {
  #enjoyMoreArea #enjoyMoreContainer {
    width: 390px;
    padding: 58px 0;
  }
}
#enjoyMoreArea #enjoyMoreContainer #enjoyMoreTitle {
  position: relative;
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: scale(0.8);
  transition: transform 0.6s cubic-bezier(0.56, 0.06, 0.27, 1.8);
}
@media screen and (min-width: 1024px) {
  #enjoyMoreArea #enjoyMoreContainer #enjoyMoreTitle img {
    width: 46.9rem;
  }
}
#enjoyMoreArea #enjoyMoreContainer #enjoyMoreTitle.scrollIn {
  opacity: 1;
  transform: scale(1);
}
#enjoyMoreArea #enjoyMoreContainer #enjoyMoreList {
  position: relative;
  width: 110.4rem;
  margin: 0 auto;
  text-align: center;
  margin-top: 9.6rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  #enjoyMoreArea #enjoyMoreContainer #enjoyMoreList {
    display: block;
    grid-template-columns: 1fr;
    width: 330px;
    margin-top: 60px;
    margin-left: 32px;
  }
}
#enjoyMoreArea #enjoyMoreContainer #enjoyMoreList li {
  position: relative;
  width: 100%;
  height: 77.6rem;
  border: #00964B solid 1.2rem;
  padding-top: 5.8rem;
}
#enjoyMoreArea #enjoyMoreContainer #enjoyMoreList li:first-child {
  border-right: #00964B solid 0.6rem;
}
#enjoyMoreArea #enjoyMoreContainer #enjoyMoreList li:last-child {
  border-left: #00964B solid 0.7rem;
  margin-left: -0.1rem;
}
@media screen and (max-width: 1023px) {
  #enjoyMoreArea #enjoyMoreContainer #enjoyMoreList li {
    border: #00964B solid 5px;
    padding-top: 40px;
  }
  #enjoyMoreArea #enjoyMoreContainer #enjoyMoreList li:first-child {
    border-right: #00964B solid 5px;
    border-bottom: #00964B solid 2.5px;
    height: 538px;
  }
  #enjoyMoreArea #enjoyMoreContainer #enjoyMoreList li:last-child {
    border-left: #00964B solid 5px;
    border-top: #00964B solid 2.5px;
    height: 538px;
    margin-left: 0;
  }
}
#enjoyMoreArea #enjoyMoreContainer #enjoyMoreList li .moreCopy {
  position: relative;
  width: 100%;
  text-align: center;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  #enjoyMoreArea #enjoyMoreContainer #enjoyMoreList li .moreCopy {
    font-size: 14px;
  }
}
#enjoyMoreArea #enjoyMoreContainer #enjoyMoreList li .moreTitle {
  position: relative;
  width: 30.3rem;
  margin-top: 2.4rem;
}
@media screen and (max-width: 1023px) {
  #enjoyMoreArea #enjoyMoreContainer #enjoyMoreList li .moreTitle {
    width: 253px;
    margin-top: 13px;
  }
}
#enjoyMoreArea #enjoyMoreContainer #enjoyMoreList li .moreImage {
  position: relative;
  width: 42.9rem;
  margin-top: 4.8rem;
}
@media screen and (max-width: 1023px) {
  #enjoyMoreArea #enjoyMoreContainer #enjoyMoreList li .moreImage {
    width: 270px;
    margin-top: 30px;
  }
}
#enjoyMoreArea #enjoyMoreContainer #enjoyMoreList li .moreDownload {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 43rem;
  height: 6rem;
  margin-top: 4.8rem;
  background: rgba(0, 150, 75, 0.8);
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  transition: transform 0.15s ease-out;
}
#enjoyMoreArea #enjoyMoreContainer #enjoyMoreList li .moreDownload:hover {
  transform: scale(1.05);
}
#enjoyMoreArea #enjoyMoreContainer #enjoyMoreList li .moreDownload .downloadIcon {
  position: absolute;
  top: 50%;
  right: 1.8rem;
  width: 3rem;
  height: 3rem;
  transform: translateY(-50%);
}
#enjoyMoreArea #enjoyMoreContainer #enjoyMoreList li .moreDownload .downloadIcon img {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  #enjoyMoreArea #enjoyMoreContainer #enjoyMoreList li .moreDownload .downloadIcon {
    right: 16px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 1023px) {
  #enjoyMoreArea #enjoyMoreContainer #enjoyMoreList li .moreDownload {
    width: 270px;
    height: 50px;
    margin-top: 30px;
    font-size: 14px;
  }
}
#enjoyMoreArea #enjoyMoreContainer #enjoyMoreList li .downloadMsg {
  position: relative;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 1.2rem;
}
@media screen and (max-width: 1023px) {
  #enjoyMoreArea #enjoyMoreContainer #enjoyMoreList li .downloadMsg {
    height: 50px;
    margin-top: 16px;
    font-size: 10px;
  }
}
#enjoyMoreArea #enjoyMoreContainer #enjoyMoreList li .comingMsg {
  position: relative;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 2.2rem;
  line-height: 1.5;
  margin-top: 4.8rem;
}
@media screen and (max-width: 1023px) {
  #enjoyMoreArea #enjoyMoreContainer #enjoyMoreList li .comingMsg {
    margin-top: 30px;
    font-size: 18px;
  }
}
#enjoyMoreArea #enjoyMoreContainer #enjoyMoreList li .moreRadioMovie {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 43rem;
  height: 6rem;
  margin-top: 4.8rem;
  background: rgba(0, 150, 75, 0.8);
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  transition: transform 0.15s ease-out;
}
#enjoyMoreArea #enjoyMoreContainer #enjoyMoreList li .moreRadioMovie:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 1023px) {
  #enjoyMoreArea #enjoyMoreContainer #enjoyMoreList li .moreRadioMovie {
    width: 270px;
    height: 50px;
    margin-top: 30px;
    font-size: 14px;
  }
}
#enjoyMoreArea #enjoyMoreContainer #enjoyMoreList li .radioMsg {
  position: relative;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 1.2rem;
}
@media screen and (max-width: 1023px) {
  #enjoyMoreArea #enjoyMoreContainer #enjoyMoreList li .radioMsg {
    height: 50px;
    margin-top: 16px;
    font-size: 10px;
  }
}

#supportArea {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #fff;
}
#supportArea .dummy {
  top: 0;
  background-color: #ff0;
}
@media screen and (max-width: 1023px) {
  #supportArea .dummy {
    top: 0;
  }
}
@media screen and (max-width: 1023px) {
  #supportArea {
    height: auto;
  }
}
#supportArea #supportContainer {
  position: relative;
  width: 72rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 4rem 0;
}
@media screen and (max-width: 1023px) {
  #supportArea #supportContainer {
    width: 390px;
    padding: 50px 30px;
  }
}
#supportArea #supportContainer #supportTitle {
  position: relative;
  width: 100%;
  text-align: left;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 2.6rem;
  line-height: 1.8;
  color: #000;
}
@media screen and (max-width: 1023px) {
  #supportArea #supportContainer #supportTitle {
    font-size: 22px;
  }
}
#supportArea #supportContainer .supportTxt {
  position: relative;
  width: 100%;
  text-align: left;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 1.8;
  color: #000;
  margin-top: 2.5rem;
}
@media screen and (max-width: 1023px) {
  #supportArea #supportContainer .supportTxt {
    font-size: 14px;
    margin-top: 15px;
  }
}
#supportArea #supportContainer #supportMsgArea {
  position: relative;
  width: 72rem;
  margin-top: 4.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1023px) {
  #supportArea #supportContainer #supportMsgArea {
    width: 100%;
    margin-top: 28px;
    flex-direction: column;
  }
}
#supportArea #supportContainer #supportMsgArea #supportTeacher {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  #supportArea #supportContainer #supportMsgArea #supportTeacher {
    width: 100%;
    height: auto;
  }
}
#supportArea #supportContainer #supportMsgArea #supportTeacher img {
  width: 24rem;
  height: 24rem;
}
@media screen and (max-width: 1023px) {
  #supportArea #supportContainer #supportMsgArea #supportTeacher img {
    width: 150px;
    height: 150px;
  }
}
#supportArea #supportContainer #supportMsgArea #supportTeacher figcaption {
  position: relative;
  color: #00964B;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 1.7;
  margin-top: 2rem;
}
@media screen and (max-width: 1023px) {
  #supportArea #supportContainer #supportMsgArea #supportTeacher figcaption {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: -0.05em;
    margin-top: 18px;
  }
}
#supportArea #supportContainer #supportMsgArea .supportMsg {
  position: relative;
  width: 40.8rem;
  text-align: left;
  padding: 4.8rem 4rem;
  background-color: #00964B;
}
#supportArea #supportContainer #supportMsgArea .supportMsg #tail {
  position: absolute;
  top: 50%;
  right: 0;
  width: 2.4rem;
  height: 3rem;
  transform: translate(2.3rem, -50%);
}
#supportArea #supportContainer #supportMsgArea .supportMsg #tail img {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  #supportArea #supportContainer #supportMsgArea .supportMsg #tail {
    top: 0;
    right: 50%;
    width: 24px;
    height: 30px;
    transform: rotate(90deg) scaleX(-1) translate(22px, -15px);
  }
}
@media screen and (max-width: 1023px) {
  #supportArea #supportContainer #supportMsgArea .supportMsg {
    padding: 30px;
    width: 100%;
    font-size: 14px;
    margin-top: 32px;
  }
}
#supportArea #supportContainer #supportMsgArea .supportMsg p {
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 1.8;
  color: #fff;
  letter-spacing: 0.05rem;
  margin-bottom: 3.5rem;
}
#supportArea #supportContainer #supportMsgArea .supportMsg p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  #supportArea #supportContainer #supportMsgArea .supportMsg p {
    font-size: 14px;
    margin-bottom: 27px;
  }
}
#supportArea #supportContainer #profileArea {
  position: relative;
  border: 1.2rem solid rgba(0, 0, 0, 0.05);
  margin-top: 4.8rem;
  padding: 3.8rem;
}
@media screen and (max-width: 1023px) {
  #supportArea #supportContainer #profileArea {
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 24px;
    padding: 30px;
  }
}
#supportArea #supportContainer #profileArea .profileTitle {
  position: relative;
  width: 100%;
  text-align: left;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #00964B;
}
@media screen and (max-width: 1023px) {
  #supportArea #supportContainer #profileArea .profileTitle {
    font-size: 10px;
  }
}
#supportArea #supportContainer #profileArea .profileTxt {
  position: relative;
  width: 100%;
  text-align: left;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #00964B;
  margin-top: 2.4rem;
}
@media screen and (max-width: 1023px) {
  #supportArea #supportContainer #profileArea .profileTxt {
    margin-top: 14px;
    font-size: 12px;
  }
}

#faqArea {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 24rem 0;
}
#faqArea .dummy {
  top: 0;
}
@media screen and (max-width: 1023px) {
  #faqArea {
    height: auto;
    padding: 120px 0;
  }
}
#faqArea #faqContainer {
  position: relative;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {
  #faqArea #faqContainer {
    width: 390px;
  }
}
#faqArea #faqContainer #faqTitle {
  position: relative;
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: scale(0.8);
  transition: transform 0.6s cubic-bezier(0.56, 0.06, 0.27, 1.8);
}
@media screen and (min-width: 1024px) {
  #faqArea #faqContainer #faqTitle img {
    width: 45.4rem;
  }
}
#faqArea #faqContainer #faqTitle.scrollIn {
  opacity: 1;
  transform: scale(1);
}
#faqArea #faqContainer .faqSectionTitle {
  display: block;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 2.6rem;
  line-height: 1.8;
  text-align: center;
  margin-top: 9.6rem;
}
@media screen and (max-width: 1023px) {
  #faqArea #faqContainer .faqSectionTitle {
    font-size: 16.18px;
    margin-top: 60px;
  }
}
#faqArea #faqContainer .faqList {
  position: relative;
  width: 110.4rem;
  margin: 0 auto;
  text-align: left;
  margin-top: 4.8rem;
  display: block;
}
@media screen and (max-width: 1023px) {
  #faqArea #faqContainer .faqList {
    display: block;
    width: 100%;
    margin-top: 30px;
    padding: 0 30px;
  }
}
#faqArea #faqContainer .faqList li {
  position: relative;
  width: 100%;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  color: #00964B;
  padding: 4.8rem;
  margin-bottom: 1.2rem;
  background: rgb(255, 255, 255);
}
@media screen and (max-width: 1023px) {
  #faqArea #faqContainer .faqList li {
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
  }
}
#faqArea #faqContainer .faqList li dl {
  position: relative;
}
#faqArea #faqContainer .faqList li dl .question {
  position: relative;
  cursor: pointer;
}
#faqArea #faqContainer .faqList li dl .question .expand {
  position: relative;
  position: absolute;
  top: 50%;
  right: -1rem;
  width: 4.4rem;
  height: 4.4rem;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#faqArea #faqContainer .faqList li dl .question .expand img {
  width: 2.4rem;
  height: auto;
  transition: all 0.1s ease-out;
}
@media screen and (max-width: 1023px) {
  #faqArea #faqContainer .faqList li dl .question .expand img {
    width: 24px;
  }
}
@media screen and (max-width: 1023px) {
  #faqArea #faqContainer .faqList li dl .question .expand {
    right: -10px;
    width: 44px;
    height: 44px;
  }
}
#faqArea #faqContainer .faqList li dl .question .label {
  display: block;
  font-size: 2.2rem;
  line-height: 1.8;
  transform: translateY(-0.8rem);
}
#faqArea #faqContainer .faqList li dl .question .label .q {
  width: 2.2rem;
}
@media screen and (max-width: 1023px) {
  #faqArea #faqContainer .faqList li dl .question .label {
    font-size: 13.24px;
    transform: translateY(0px);
  }
  #faqArea #faqContainer .faqList li dl .question .label .q {
    width: 15px;
  }
}
#faqArea #faqContainer .faqList li dl .question p {
  font-size: 2.2rem;
  line-height: 1.8;
  padding-right: 4.8rem;
}
@media screen and (max-width: 1023px) {
  #faqArea #faqContainer .faqList li dl .question p {
    font-size: 13.24px;
    padding-right: 48px;
    margin-top: 4px;
  }
}
#faqArea #faqContainer .faqList li dl .answer {
  position: relative;
  padding-top: 4.8rem;
}
@media screen and (max-width: 1023px) {
  #faqArea #faqContainer .faqList li dl .answer {
    padding-top: 33px;
  }
}
#faqArea #faqContainer .faqList li dl .answer p {
  padding-right: 4.8rem;
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 1em;
}
#faqArea #faqContainer .faqList li dl .answer p.note {
  font-size: 1.4rem;
}
#faqArea #faqContainer .faqList li dl .answer p.list {
  margin-bottom: 0em;
}
@media screen and (max-width: 1023px) {
  #faqArea #faqContainer .faqList li dl .answer p {
    padding-right: 48px;
    font-size: 10.3px;
  }
  #faqArea #faqContainer .faqList li dl .answer p.note {
    font-size: 10.3px;
  }
}
#faqArea #faqContainer .faqList li dl .answer ul {
  position: relative;
  padding-right: 4.8rem;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 1023px) {
  #faqArea #faqContainer .faqList li dl .answer ul {
    padding-right: 48px;
    margin-bottom: 18px;
  }
}
#faqArea #faqContainer .faqList li dl .answer ul li {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.8;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  #faqArea #faqContainer .faqList li dl .answer ul li {
    font-size: 10.3px;
  }
}
#faqArea #faqContainer .faqList li dl .inquiry {
  position: relative;
}
#faqArea #faqContainer .faqList li dl .inquiry p {
  font-size: 2.2rem;
  line-height: 1.8;
  padding-right: 1.8rem;
}
#faqArea #faqContainer .faqList li dl .inquiry p a {
  color: #00964B;
  text-decoration: underline;
}
@media screen and (max-width: 1023px) {
  #faqArea #faqContainer .faqList li dl .inquiry p {
    font-size: 13.24px;
    padding-right: 0;
    margin-top: 4px;
  }
}
#faqArea #faqContainer .faqList li dl .mail {
  position: relative;
  padding-top: 4.8rem;
}
@media screen and (max-width: 1023px) {
  #faqArea #faqContainer .faqList li dl .mail {
    padding-top: 33px;
  }
}
#faqArea #faqContainer .faqList li dl .mail p {
  padding-right: 0;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 1023px) {
  #faqArea #faqContainer .faqList li dl .mail p {
    padding-right: 0;
    font-size: 10.3px;
  }
}
#faqArea #faqContainer .faqList li.open dl .question .expand img {
  transform: rotate(45deg);
}
#faqArea #faqContainer .faqList li.open dl .answer {
  display: block;
}
#faqArea #faqContainer .faqList li dl .question .expand img {
  transform: rotate(0deg);
}
#faqArea #faqContainer .faqList li dl .answer {
  display: none;
}

footer {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 9rem 0;
  background-color: #fff;
  margin-top: -0.4rem;
}
@media screen and (max-width: 1023px) {
  footer {
    margin-top: -2px;
    padding: 20px 0 60px;
  }
}
footer .dummy {
  top: -20rem;
  background-color: #ff0;
}
@media screen and (max-width: 1023px) {
  footer .dummy {
    top: -100px;
  }
}
footer #footerContainer {
  position: relative;
  width: 110.4rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {
  footer #footerContainer {
    width: 390px;
  }
}
footer #footerContainer #footerTitle {
  position: relative;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  footer #footerContainer #footerTitle img {
    width: 43.2rem;
  }
}
@media screen and (max-width: 1023px) {
  footer #footerContainer #footerTitle img {
    width: 240px;
  }
}
footer #footerContainer .footerInner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 9.6rem;
}
footer #footerContainer .footerInner.next {
  height: 13.5rem;
  align-items: flex-end;
}
@media screen and (max-width: 1023px) {
  footer #footerContainer .footerInner.next {
    height: auto;
  }
}
@media screen and (max-width: 1023px) {
  footer #footerContainer .footerInner {
    margin-top: 30px;
    flex-direction: column;
    padding: 0 30px;
  }
}
footer #footerContainer #footerAnchorList {
  position: relative;
  width: 52.8rem;
  text-align: left;
  display: block;
}
@media screen and (max-width: 1023px) {
  footer #footerContainer #footerAnchorList {
    display: block;
    width: 100%;
    text-align: center;
  }
}
footer #footerContainer #footerAnchorList li {
  position: relative;
  width: 100%;
  margin-bottom: 1.6rem;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 1.8;
}
footer #footerContainer #footerAnchorList li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  footer #footerContainer #footerAnchorList li {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 6px;
  }
}
footer #footerContainer #footerAnchorList li a {
  display: inline-block;
  position: relative;
  transition: all 0.15s ease-out;
}
footer #footerContainer #footerAnchorList li a:hover {
  transform: scale(1.1);
}
footer #footerContainer #footerAnchorList li img {
  height: 3rem;
}
@media screen and (max-width: 1023px) {
  footer #footerContainer #footerAnchorList li img {
    height: 30px;
  }
}
footer #footerContainer #footerAppList {
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  footer #footerContainer #footerAppList {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 330px;
    margin-top: 24px;
  }
}
footer #footerContainer #footerAppList li {
  position: relative;
  display: block;
  width: 157.5px;
  height: 60px;
  font-size: 0;
  background: #000;
}
footer #footerContainer #footerAppList li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
footer #footerContainer #footerAppList li a img {
  object-fit: contain;
}
footer #footerContainer #footerAppList li span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
footer #footerContainer #footerAppList li span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
footer #footerContainer #footerOfficialList {
  position: relative;
  width: 52.8rem;
  height: 30.5rem;
  text-align: center;
  display: block;
}
@media screen and (max-width: 1023px) {
  footer #footerContainer #footerOfficialList {
    display: block;
    width: 330px;
    height: auto;
    margin-top: 60px;
  }
}
footer #footerContainer #footerOfficialList li {
  position: relative;
  width: 100%;
  height: 8rem;
  border: #F0F0F0 solid 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -0.5rem;
}
@media screen and (max-width: 1023px) {
  footer #footerContainer #footerOfficialList li {
    height: 80px;
    border: #F0F0F0 solid 5px;
    margin-top: -5px;
  }
}
footer #footerContainer #footerOfficialList li a {
  display: inline-block;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 1.55rem;
  line-height: 1;
  color: #000;
}
@media screen and (max-width: 1023px) {
  footer #footerContainer #footerOfficialList li a {
    font-size: 15.5px;
  }
}
footer #footerContainer #footerOfficialList li:first-child {
  margin-top: 0;
}
footer #footerContainer #footerOfficialList li .footer_logo_otsuka {
  height: 4rem;
}
@media screen and (max-width: 1023px) {
  footer #footerContainer #footerOfficialList li .footer_logo_otsuka {
    height: 40px;
  }
}
footer #footerContainer #footerOfficialList li .footer_logo_sketch_cook {
  height: 3.2rem;
}
@media screen and (max-width: 1023px) {
  footer #footerContainer #footerOfficialList li .footer_logo_sketch_cook {
    height: 32px;
  }
}
footer #footerContainer #footerOfficialList li .footer_logo_youtube {
  height: 3rem;
  vertical-align: middle;
  margin-right: 0.6rem;
}
@media screen and (max-width: 1023px) {
  footer #footerContainer #footerOfficialList li .footer_logo_youtube {
    height: 30px;
    margin-right: 6px;
  }
}
footer #footerContainer #footerOfficialList li .footer_logo_shokuiku {
  height: 1.6rem;
  vertical-align: middle;
}
@media screen and (max-width: 1023px) {
  footer #footerContainer #footerOfficialList li .footer_logo_shokuiku {
    height: 16px;
  }
}
footer #footerContainer #footerOfficialList li .footer_logo_otsuka_plus1 {
  height: 3.2rem;
}
@media screen and (max-width: 1023px) {
  footer #footerContainer #footerOfficialList li .footer_logo_otsuka_plus1 {
    height: 32px;
  }
}
footer #footerContainer #footerSnsList {
  position: relative;
  width: 52.8rem;
  text-align: left;
  display: block;
}
@media screen and (max-width: 1023px) {
  footer #footerContainer #footerSnsList {
    display: block;
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
}
footer #footerContainer #footerSnsList li {
  position: relative;
  display: inline-block;
  width: 5rem;
  margin-right: 1.2rem;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 0;
  line-height: 1.8;
}
@media screen and (max-width: 1023px) {
  footer #footerContainer #footerSnsList li {
    width: 50px;
    margin: 0 7.5px;
  }
}
footer #footerContainer #footerSnsList li a {
  display: inline-block;
  position: relative;
  width: 100%;
  transition: all 0.15s ease-out;
}
footer #footerContainer #footerSnsList li a:hover {
  transform: scale(1.1);
}
footer #footerContainer #footerSnsList li img {
  width: 100%;
}
footer #footerContainer #footerContent {
  position: relative;
  width: 52.8rem;
  height: 13.5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 1023px) {
  footer #footerContainer #footerContent {
    width: 330px;
    height: auto;
  }
}
footer #footerContainer #footerLinkList {
  position: relative;
  width: 38.8rem;
  height: 6.2rem;
  text-align: left;
  display: block;
}
@media screen and (max-width: 1023px) {
  footer #footerContainer #footerLinkList {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 60px;
    text-align: center;
  }
}
footer #footerContainer #footerLinkList li {
  position: relative;
  display: inline-block;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 1023px) {
  footer #footerContainer #footerLinkList li {
    margin-bottom: 15px;
  }
}
footer #footerContainer #footerLinkList li a {
  display: inline-block;
  cursor: pointer;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #000;
}
@media screen and (max-width: 1023px) {
  footer #footerContainer #footerLinkList li a {
    font-size: 10px;
  }
}
footer #footerContainer #footerLinkList li:first-child {
  margin-right: 0rem;
}
footer #footerContainer #footerLinkList li:first-child::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.4rem;
  background-color: #000;
  margin: 0.7rem 2rem 0;
  vertical-align: top;
}
@media screen and (max-width: 1023px) {
  footer #footerContainer #footerLinkList li:first-child::after {
    height: 10px;
    margin: 4px 18px;
    vertical-align: top;
  }
}
footer #footerContainer #footerLinkList li:nth-child(2) {
  margin-right: 0rem;
}
footer #footerContainer #footerLinkList li:nth-child(2)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.4rem;
  background-color: #000;
  margin: 0.7rem 2rem 0;
  vertical-align: top;
}
@media screen and (max-width: 1023px) {
  footer #footerContainer #footerLinkList li:nth-child(2)::after {
    height: 10px;
    margin: 4px 18px;
    vertical-align: top;
  }
}
footer #footerContainer #copyright {
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #000;
}
@media screen and (max-width: 1023px) {
  footer #footerContainer #copyright {
    width: 330px;
    font-size: 10px;
    text-align: center;
    margin-top: 45px;
  }
}

#tamanegiArea {
  position: fixed;
  bottom: 0;
  left: 4.8rem;
  width: 24rem;
  height: 24rem;
  pointer-events: none;
  z-index: 100;
}
@media screen and (max-width: 1023px) {
  #tamanegiArea {
    left: 15px;
    width: 120px;
    height: 120px;
  }
}
#tamanegiArea #tamanegi {
  position: absolute;
  top: 100%;
  left: 0;
  width: 24rem;
  height: 24rem;
  transition: top 0.8s cubic-bezier(0.56, 0.06, 0.27, 1.8);
}
#tamanegiArea #tamanegi.in {
  top: 20%;
}
#tamanegiArea #tamanegi li {
  position: absolute;
  top: 0;
  left: 0;
}
#tamanegiArea #tamanegi li img {
  width: 100%;
}
#tamanegiArea #tamanegi li#face1 {
  display: block;
}
#tamanegiArea #tamanegi li#face2 {
  display: none;
}
#tamanegiArea #tamanegi li#face3 {
  display: none;
}
#tamanegiArea #tamanegi li#face4 {
  display: none;
}
@media screen and (max-width: 1023px) {
  #tamanegiArea #tamanegi {
    width: 120px;
    height: 120px;
  }
}

#float {
  position: fixed;
  bottom: 2.4rem;
  right: 2.4rem;
}
#float #floatAppList {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 28.8rem;
}
@media screen and (max-width: 1023px) {
  #float #floatAppList {
    width: 330px;
    margin-top: 24px;
  }
}
#float #floatAppList li {
  position: relative;
  display: block;
  width: 13.8rem;
  height: 7rem;
  font-size: 0;
  background: #000;
  transition: all 0.15s ease-out;
}
#float #floatAppList li:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 1023px) {
  #float #floatAppList li {
    width: 157.5px;
    height: 60px;
  }
}
#float #floatAppList li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
#float #floatAppList li a img {
  width: 12rem;
}
@media screen and (max-width: 1023px) {
  #float #floatAppList li a img {
    width: 120px;
  }
}
#float #floatAppList li span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
#float #floatAppList li span img {
  width: 12rem;
}
@media screen and (max-width: 1023px) {
  #float #floatAppList li span img {
    width: 120px;
  }
}

#menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 100;
}
#menu .dummy {
  top: 0rem;
  background-color: #00f;
}
@media screen and (max-width: 1023px) {
  #menu .dummy {
    top: 0px;
  }
}
#menu #menuClose {
  position: fixed;
  top: 2.5rem;
  right: 3rem;
  width: 3rem;
  height: 3rem;
  z-index: 10;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 1023px) {
  #menu #menuClose {
    top: 25px;
    right: 30px;
    width: 30px;
    height: 30px;
  }
}
#menu #menuClose img {
  width: 100%;
  transform: scale(1.4);
  transition: transform 0.15s ease-out;
}
#menu #menuClose img:hover {
  transform: scale(1.6);
}
#menu #menuContainer {
  position: relative;
  background: #fff;
  padding: 6rem 0;
}
@media screen and (max-width: 1023px) {
  #menu #menuContainer {
    padding: 60px 0 60px;
  }
}
#menu #menuContainer #menuContents {
  position: relative;
}
#menu #menuContainer #menuTitle {
  position: relative;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #menu #menuContainer #menuTitle img {
    width: 24rem;
  }
}
@media screen and (max-width: 1023px) {
  #menu #menuContainer #menuTitle img {
    width: 240px;
  }
}
#menu #menuContainer .menuInner {
  position: relative;
  display: block;
  text-align: center;
  width: 32.6rem;
  margin: 0 auto;
  margin-top: 4.8rem;
}
@media screen and (max-width: 1023px) {
  #menu #menuContainer .menuInner {
    width: 330px;
    margin-top: 30px;
  }
}
#menu #menuContainer #menuAnchorList {
  position: relative;
  width: 32.6rem;
  text-align: center;
  display: block;
}
@media screen and (max-width: 1023px) {
  #menu #menuContainer #menuAnchorList {
    display: block;
    width: 330px;
    text-align: center;
  }
}
#menu #menuContainer #menuAnchorList li {
  position: relative;
  width: 100%;
  margin-bottom: 1.6rem;
  transition: all 0.15s ease-out;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 1.8;
}
#menu #menuContainer #menuAnchorList li:hover {
  transform: scale(1.1);
}
#menu #menuContainer #menuAnchorList li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  #menu #menuContainer #menuAnchorList li {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 6px;
  }
}
#menu #menuContainer #menuAnchorList li a {
  display: inline-block;
  position: relative;
}
#menu #menuContainer #menuAnchorList li img {
  height: 3rem;
}
@media screen and (max-width: 1023px) {
  #menu #menuContainer #menuAnchorList li img {
    height: 30px;
  }
}
#menu #menuContainer #menuAppList {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 33.6rem;
  margin: 0 auto;
  margin-top: 4rem;
}
@media screen and (max-width: 1023px) {
  #menu #menuContainer #menuAppList {
    width: 330px;
    margin-top: 24px;
  }
}
#menu #menuContainer #menuAppList li {
  position: relative;
  display: block;
  width: 16.2rem;
  height: 7rem;
  font-size: 0;
  background: #000;
  transition: all 0.15s ease-out;
}
#menu #menuContainer #menuAppList li:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 1023px) {
  #menu #menuContainer #menuAppList li {
    width: 157.5px;
    height: 60px;
  }
}
#menu #menuContainer #menuAppList li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
#menu #menuContainer #menuAppList li a img {
  width: 12rem;
}
@media screen and (max-width: 1023px) {
  #menu #menuContainer #menuAppList li a img {
    width: 120px;
  }
}
#menu #menuContainer #menuAppList li span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
#menu #menuContainer #menuAppList li span img {
  width: 12rem;
}
@media screen and (max-width: 1023px) {
  #menu #menuContainer #menuAppList li span img {
    width: 120px;
    height: 100%;
    object-fit: contain;
  }
}
#menu .menuMokumokuBottom {
  position: relative;
  width: 100%;
  height: auto;
  height: 22rem;
  overflow: hidden;
  margin-top: -0.4rem;
}
#menu .menuMokumokuBottom img {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  #menu .menuMokumokuBottom {
    height: auto;
    height: 12rem;
  }
}

#modal {
  position: fixed;
  top: 200%;
  left: -200%;
  width: 100%;
  height: 100%;
  z-index: 100;
}
#modal .dummy {
  top: 0rem;
  background-color: #00f;
}
@media screen and (max-width: 1023px) {
  #modal .dummy {
    top: 0px;
  }
}
#modal #modalClose {
  position: fixed;
  top: 2.5rem;
  right: 3rem;
  width: 3rem;
  height: 3rem;
  z-index: 100;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 1023px) {
  #modal #modalClose {
    top: 25px;
    right: 30px;
    width: 30px;
    height: 30px;
  }
}
#modal #modalClose img {
  width: 100%;
  transform: scale(1.4);
  transition: transform 0.15s ease-out;
}
#modal #modalClose img:hover {
  transform: scale(1.6);
}
#modal #modalContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#modal #modalContainer .modalMokumokuBottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 22rem;
  margin-top: -0.4rem;
  z-index: 10;
}
#modal #modalContainer .modalMokumokuBottom::before {
  content: "";
  position: absolute;
  top: -2000px;
  left: 0;
  width: 100%;
  height: 2002px;
  background: #fff;
}
#modal #modalContainer .modalMokumokuBottom img {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  #modal #modalContainer .modalMokumokuBottom {
    height: auto;
    height: 12rem;
  }
}
#modal #modalContainer #modalContents {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
}
#modal #modalContainer #modalContents #modalMovie {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1600px;
  height: 900px;
}
#modal #modalContainer #modalContents #modalMovie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#modalTerms {
  position: fixed;
  top: 0;
  left: -200%;
  width: 100%;
  height: 100%;
  z-index: 100;
}
#modalTerms .dummy {
  top: 0rem;
  background-color: #00f;
}
@media screen and (max-width: 1023px) {
  #modalTerms .dummy {
    top: 0px;
  }
}
#modalTerms #modalTermsClose {
  position: fixed;
  top: 2.5rem;
  right: 3rem;
  width: 3rem;
  height: 3rem;
  z-index: 100;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 1023px) {
  #modalTerms #modalTermsClose {
    top: 25px;
    right: 30px;
    width: 30px;
    height: 30px;
  }
}
#modalTerms #modalTermsClose img {
  width: 100%;
  transform: scale(1.4);
  transition: transform 0.15s ease-out;
}
#modalTerms #modalTermsClose img:hover {
  transform: scale(1.6);
}
#modalTerms #modalTermsContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#modalTerms #modalTermsContainer .modalMokumokuBottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 22rem;
  margin-top: -0.4rem;
  z-index: 10;
}
#modalTerms #modalTermsContainer .modalMokumokuBottom::before {
  content: "";
  position: absolute;
  top: -2000px;
  left: 0;
  width: 100%;
  height: 2002px;
  background: #fff;
}
#modalTerms #modalTermsContainer .modalMokumokuBottom img {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  #modalTerms #modalTermsContainer .modalMokumokuBottom {
    height: auto;
    height: 12rem;
  }
}
#modalTerms #modalTermsContainer #modalTermsContents {
  position: relative;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
#modalTerms #modalTermsContainer #modalTermsContents #terms {
  position: relative;
  max-width: 78rem;
  padding: 9.6rem 3rem;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  #modalTerms #modalTermsContainer #modalTermsContents #terms {
    width: 100%;
    max-width: 390px;
    padding: 60px 30px;
  }
}
#modalTerms #modalTermsContainer #modalTermsContents #terms h2 {
  position: relative;
  display: block;
  text-align: center;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 3.2rem;
  line-height: 1.8;
  margin-bottom: 9.6rem;
}
@media screen and (max-width: 1023px) {
  #modalTerms #modalTermsContainer #modalTermsContents #terms h2 {
    font-size: 26px;
    margin-bottom: 60px;
  }
}
#modalTerms #modalTermsContainer #modalTermsContents #terms h3 {
  position: relative;
  display: block;
  text-align: center;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 2.6rem;
  line-height: 1.8;
  margin: 4.8rem 0 1.2rem;
}
@media screen and (max-width: 1023px) {
  #modalTerms #modalTermsContainer #modalTermsContents #terms h3 {
    font-size: 22px;
    margin: 48px 0 12px;
  }
}
#modalTerms #modalTermsContainer #modalTermsContents #terms p {
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 1023px) {
  #modalTerms #modalTermsContainer #modalTermsContents #terms p {
    font-size: 14px;
  }
}
#modalTerms #modalTermsContainer #modalTermsContents #terms p.date {
  margin-top: 1rem;
}
#modalTerms #modalTermsContainer #modalTermsContents #terms ul {
  position: relative;
}
#modalTerms #modalTermsContainer #modalTermsContents #terms ul li {
  position: relative;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 1.8;
  padding-left: 2.2rem;
  text-indent: -2.2rem;
}
@media screen and (max-width: 1023px) {
  #modalTerms #modalTermsContainer #modalTermsContents #terms ul li {
    font-size: 14px;
    padding-left: 18px;
    text-indent: -18px;
  }
}
#modalTerms #modalTermsContainer #modalTermsContents #terms ul.list2 li {
  padding-left: 3.2rem;
  text-indent: -3.2rem;
}
@media screen and (max-width: 1023px) {
  #modalTerms #modalTermsContainer #modalTermsContents #terms ul.list2 li {
    padding-left: 24px;
    text-indent: -24px;
  }
}