@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@400;600;800&family=M+PLUS+1c:wght@400&display=swap");
/*************************
***      selector      ***
**************************/
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "M PLUS 1", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "M PLUS Rounded 1c", "Meiryo", sans-serif;
}

h1 {
  font-size: 1.6em;
}

h2 {
  font-size: 1.4em;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.8em;
}

h6 {
  font-size: 0.6em;
}

p {
  line-height: 1.8em;
}

br {
  display: block;
  content: "";
  height: 0;
}

section {
  overflow-x: hidden;
}

/*************************
***       common       ***
**************************/
.wrapper {
  width: 100%;
  max-width: 425px;
}

.text-right {
  text-align: right;
}

.br::before {
  content: "\A";
}

.sm-hidden {
  display: none !important;
}

.sm-only {
  display: block !important;
}

@media screen and (min-width: 601px) {
  .sm-hidden {
    display: block !important;
  }
  .sm-only {
    display: none !important;
  }
}

/*************************
***       header       ***
**************************/
.logo {
  position: absolute;
  width: 175px;
  top: 30px;
  left: 25px;
  z-index: 200;
}

nav {
  min-width: 220px;
  width: 50%;
  max-width: 384px;
  display: block;
  position: fixed;
  background-color: #782800;
  top: 0;
  left: -300px;
  bottom: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 200;
  opacity: 0;
}

nav .inner {
  padding: 25px;
}

nav .inner ul {
  list-style: none;
}

nav .inner ul li {
  border-bottom: 1px solid #ffffff;
}

nav .inner ul li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  padding: 1rem;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

nav .inner ul li a:hover {
  color: #782800;
  background-color: #ffffff;
}

.bubble {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  padding: 25px;
  z-index: 300;
  background-image: url("../image/bubbleBurgerMenu.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.bubble .bubbleBtn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 400;
  cursor: pointer;
}

.bubble .toggle span {
  position: absolute;
  display: block;
  left: 10px;
  width: 30px;
  height: 4px;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.bubble .toggle span:nth-child(1) {
  top: 9px;
}

.bubble .toggle span:nth-child(2) {
  top: 19px;
}

.bubble .toggle span:nth-child(3) {
  top: 29px;
}

#mask {
  display: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.open nav {
  left: 0;
  opacity: 1;
}

.open #mask {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background-color: #040000;
  opacity: 0.8;
  z-index: 150;
}

.open span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
          transform: translateY(10px) rotate(-315deg);
}

.open span:nth-child(2) {
  opacity: 0;
}

.open span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
          transform: translateY(-10px) rotate(315deg);
}

@media screen and (max-width: 374px) {
  .logo {
    width: 45%;
  }
}

/*************************
***        hero        ***
**************************/
.hero {
  width: 100%;
  position: relative;
}

.hero img {
  width: 100%;
}

.hero .downloadButtons {
  display: block;
  position: absolute;
  top: calc(1612 / 3843 * 190%);
  left: 28.4%;
  width: 20%;
}

.hero .downloadButtons .appStore {
  display: inline-block;
  margin-right: 6px;
  width: 40%;
}

.hero .downloadButtons .googlePlay {
  display: inline-block;
  width: 50%;
}

/*************************
***       about        ***
**************************/
.about {
  width: 100%;
  margin-top: -30px;
  background-image: url("../image/bgAboutSm.png");
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  position: relative;
  z-index: 100;
}

.about h1 {
  color: #782800;
  margin: 1rem;
  font-size: 1.3rem;
}

.about p {
  text-align: left;
  font-size: 0.84rem;
}

.about .wrapper {
  width: auto;
  max-width: none;
  padding: 3rem 2rem;
  text-align: center;
}

.about .downloadButtons {
  display: block;
}

.about .downloadButtons .appStore {
  display: inline-block;
  margin: 2rem 1rem 1rem 0;
}

.about .downloadButtons .appStore img {
  height: 48px;
}

.about .downloadButtons .googlePlay {
  display: inline-block;
  margin: 0 0 1rem 0;
}

.about .downloadButtons .googlePlay img {
  height: 48px;
}

@media screen and (min-width: 601px) {
  .about {
    margin-top: 0;
  }
  .about .wrapper h1 {
    font-size: 1.5rem;
  }
  .about p {
    text-align: center;
    line-height: 2;
  }
}

@media screen and (min-width: 1024px) {
  .about .wrapper h1 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 386px) {
  .about {
    background-size: cover;
  }
}

/*************************
***      character     ***
**************************/
.character {
  width: 100%;
  margin-top: -30px;
  background-image: url("../image/bgCharacterSm.png");
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.titleCharacter {
  width: 150px;
  margin-top: 100px;
  -webkit-box-shadow: 1px 1px 100px 50px #ffffff;
          box-shadow: 1px 1px 100px 50px #ffffff;
  background-color: #ffffff;
}

@media screen and (min-width: 601px) {
  .character {
    margin-top: 0;
    background-image: url("../image/bgCharacterPc.png");
  }
}

.circle {
  width: 640px;
  height: 640px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 5rem 0;
  padding: 3px 0;
  -webkit-box-shadow: 1px 1px 20px #555555;
          box-shadow: 1px 1px 20px #555555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /****** cirlce 2,4 *******/
  /****** cirlce 1 *******/
  /****** cirlce 2 *******/
  /****** cirlce 3 *******/
  /****** cirlce 4 *******/
  /****** cirlce 5 *******/
}

.circle .circleBorder {
  width: 605px;
  height: 605px;
  border-radius: 50%;
  padding: 1rem 2rem;
  border: solid 2px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.circle .wrapper {
  text-align: left;
  padding: 0 2rem;
  margin-top: -140px;
}

.circle .headImages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.circle .headImages img {
  width: 100%;
}

.circle .headImages .mascotImage {
  margin-bottom: 10px;
}

.circle .headImages .mascotImage img {
  width: 55%;
}

.circle .headImages .appimage {
  max-width: 50%;
}

.circle .description {
  margin-top: 1rem;
}

.circle p {
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.8;
}

@media screen and (max-width: 424px) {
  .circle .wrapper {
    padding: 0 3rem;
  }
}

@media screen and (max-width: 374px) {
  .circle .wrapper {
    padding: 0 5rem;
  }
  .circle h3 {
    font-size: 1rem;
  }
}

.circle:nth-of-type(even) .headImages {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  text-align: right;
}

.circle:nth-of-type(1) .circleBorder {
  border-color: #e18711;
}

.circle:nth-of-type(1) h3 {
  color: #e18711;
}

.circle:nth-of-type(2) .circleBorder {
  border-color: #d0527a;
}

.circle:nth-of-type(2) h3 {
  color: #d0527a;
}

.circle:nth-of-type(3) .circleBorder {
  border-color: #58ad4f;
}

.circle:nth-of-type(3) h3 {
  color: #58ad4f;
}

.circle:nth-of-type(4) .wrapper {
  margin-top: -70px;
}

.circle:nth-of-type(4) .headImages .mascotImage img {
  width: 70%;
}

.circle:nth-of-type(4) .circleBorder {
  border-color: #1d8dcc;
}

.circle:nth-of-type(4) h3 {
  color: #1d8dcc;
}

.circle:nth-of-type(5) {
  height: 740px;
}

.circle:nth-of-type(5) .headImages {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.circle:nth-of-type(5) .circleBorder {
  height: 705px;
  border-color: #040000;
}

.circle:nth-of-type(5) h3 {
  font-size: 1rem;
  color: #040000;
}

.circle:nth-of-type(5) .kotobukiImage {
  text-align: center;
}

.circle:nth-of-type(5) .kotobukiImage img {
  width: 200px;
  margin-top: 1rem;
}

.circle .mascotImage,
.circle .appImage {
  max-width: 50%;
}

@media screen and (min-width: 601px) {
  .circle {
    width: 100%;
    height: auto;
    border-radius: 0 50px 50px 0;
    margin: 5rem 10% 1rem 0;
    padding: 15px 15px 15px 15px;
    -webkit-box-shadow: 1px 1px 10px #555555;
            box-shadow: 1px 1px 10px #555555;
    /****** cirlce 2,4 *******/
    /****** cirlce 3 *******/
    /****** cirlce 4 *******/
    /****** cirlce 5 *******/
  }
  .circle .circleBorder {
    width: 100%;
    height: auto;
    border-radius: 0 30px 30px 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .circle .wrapper {
    padding: 1rem 2rem 0 3rem;
    margin-top: -60px;
    max-width: 489px;
  }
  .circle .headImages {
    display: block;
  }
  .circle .headImages img {
    width: 100%;
  }
  .circle .headImages .mascotImage {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    max-width: none;
  }
  .circle .headImages .mascotImage img {
    width: 39% !important;
    max-width: 200px;
  }
  .circle .headImages .mascotImage h3 {
    margin-left: -30px;
    margin-bottom: 1vw;
    font-size: 2vw;
  }
  .circle .appImage {
    margin-top: -10vw;
  }
  .circle .appImage img {
    max-width: 208px;
  }
  .circle:nth-of-type(even) {
    border-radius: 50px 0 0 50px;
    margin: 5rem 0 1rem 10%;
  }
  .circle:nth-of-type(even) .circleBorder {
    border-radius: 30px 0 0 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .circle:nth-of-type(even) .headImages {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    text-align: left;
  }
  .circle:nth-of-type(even) .headImages .mascotImage {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .circle:nth-of-type(even) .headImages .mascotImage h3 {
    margin-left: 0;
  }
  .circle:nth-of-type(3) .headImages .mascotImage h3 {
    margin-bottom: 4vw;
  }
  .circle:nth-of-type(4) .nurseryImage .flexWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 300px;
  }
  .circle:nth-of-type(4) .nurseryImage .flexWrap img {
    max-width: 208px;
  }
  .circle:nth-of-type(5) {
    height: auto;
  }
  .circle:nth-of-type(5) .circleBorder {
    height: auto;
  }
  .circle:nth-of-type(5) .wrapper {
    margin-top: 0;
  }
  .circle:nth-of-type(5) .headImages {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  .circle:nth-of-type(5) h3 {
    margin-left: 0 !important;
  }
  .circle:nth-of-type(5) .kotobukiImage img {
    width: 190px;
    margin-top: 1rem;
  }
}

@media screen and (min-width: 645px) {
  .circle .headImages .mascotImage h3 {
    font-size: 2.3vw;
  }
}

@media screen and (min-width: 700px) {
  .circle .headImages .mascotImage h3 {
    margin-bottom: 3vw;
  }
}

@media screen and (min-width: 768px) {
  .circle .headImages .mascotImage img {
    width: 30% !important;
  }
  .circle .headImages .mascotImage h3 {
    font-size: 2.4vw;
    margin-bottom: 2vw;
  }
}

@media screen and (min-width: 900px) {
  .circle .headImages .mascotImage h3 {
    margin-bottom: 1vw;
  }
}

@media screen and (min-width: 1024px) {
  .circle {
    /****** cirlce 3 *******/
  }
  .circle .wrapper {
    margin-top: -72px;
  }
  .circle .headImages .mascotImage h3 {
    font-size: 1.4rem;
    margin-bottom: 1vw;
  }
  .circle .appImage {
    margin-top: -7vw;
  }
  .circle:nth-of-type(3) .headImages .mascotImage h3 {
    margin-bottom: 3vw;
  }
}

@media screen and (min-width: 1440px) {
  .circle {
    /****** cirlce 3 *******/
  }
  .circle .appImage {
    margin-top: -4vw;
  }
  .circle:nth-of-type(3) .headImages .mascotImage h3 {
    margin-bottom: 2vw;
  }
}

@media screen and (min-width: 2560px) {
  .circle {
    /****** cirlce 3 *******/
  }
  .circle .headImages .mascotImage h3 {
    margin-bottom: 0.5vw;
  }
  .circle .appImage {
    margin-top: -3vw;
  }
  .circle:nth-of-type(3) .headImages .mascotImage h3 {
    margin-bottom: 1vw;
  }
}

/*************************
***    supervision     ***
**************************/
.supervision {
  background-image: url("../image/bgSupervision.png");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 0.94rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 50px;
}

.supervision .wrapper {
  padding: 0 2rem;
}

.supervision h3 {
  color: #782800;
}

.supervision img {
  width: 35%;
  margin: 1rem 0 0.6rem 0;
}

.supervision p {
  text-align: left;
  margin: 1rem 0 4rem 0;
}

@media screen and (min-width: 601px) {
  .supervision .wrapper {
    max-width: 595px;
  }
}

/*************************
***      footer        ***
**************************/
footer {
  color: #ffffff;
  background-color: #86caec;
}

footer ul {
  font-size: 0.84rem;
  font-weight: 400;
  text-align: center;
  padding: 2rem;
  line-height: 2.6;
  list-style: none;
}

footer a {
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

footer a:hover {
  color: #1d8dcc;
}

footer p {
  margin: 1rem;
}
/*# sourceMappingURL=style.css.map */