@charset "UTF-8";
/* MOES用 */
/*MOES top
------------------------------------------------------------
*/
@media screen and (max-width: 767px) {
  .mo_inner_none.inner {
    padding: 0;
  }
}

.main_img_mo {
  margin-top: 163px;
  overflow: hidden;
  width: 100%;
  position: relative;
  line-height: 0;
}
.main_img_mo video {
  background-size: cover;
  z-index: -1;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .main_img_mo video {
    height: calc(100vh - 120px);
    width: auto;
    transform: translateX(-25%);
  }
}
@media screen and (max-width: 767px) {
  .main_img_mo {
    margin-top: 80px;
  }
}
.main_img_mo .moes_logo {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  width: 130px;
}
@media screen and (max-width: 767px) {
  .main_img_mo .moes_logo {
    top: 25px;
  }
}
.main_img_mo .comingsoon {
  text-align: center;
  margin: 0 auto 20px;
  max-width: 360px;
}
@media screen and (max-width: 767px) {
  .main_img_mo .comingsoon {
    top: 40%;
    width: 70%;
  }
}
.main_img_mo .txt_wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.main_img_mo .txt_wrap .txt {
  font-size: 1.87rem;
  font-weight: 700;
  display: inline-block;
  line-height: 1.5;
  background: #fff;
  color: #7fae98;
  margin-bottom: 1rem;
  padding: 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .main_img_mo .txt_wrap .txt {
    font-size: 5vw;
  }
}

.top_mo {
  margin: 0 auto 70px;
}
.top_mo .mo_ttl {
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
  letter-spacing: 0.25rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .top_mo .mo_ttl {
    font-size: 7.5vw;
    line-height: 1.5;
  }
}
.top_mo .mo_read {
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top_mo .mo_read {
    font-size: 4.5vw;
    line-height: 1.5;
  }
}
.top_mo .mo_txt {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_mo .mo_txt {
    text-align: left;
    font-size: 0.87rem;
  }
}

.mo_about_box {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .mo_about_box {
    flex-direction: column-reverse;
  }
}
.mo_about_box .mo_left {
  width: 50%;
  height: 400px;
  background: url(../images/moes/mo_cat1.jpg) center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .mo_about_box .mo_left {
    width: 100%;
    height: auto;
  }
}
.mo_about_box .mo_right {
  height: 400px;
  width: 50%;
  text-align: center;
  color: #fff;
  background: #adcbbd;
}
@media screen and (max-width: 767px) {
  .mo_about_box .mo_right {
    width: 100%;
    padding: 3rem 1.5rem;
    height: auto;
  }
}
.mo_about_box .mo_ttl {
  padding-top: 5rem;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.5rem;
  line-height: 1.45;
  margin-bottom: 0.3rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 767px) {
  .mo_about_box .mo_ttl {
    font-size: 7vw;
    margin-bottom: 0.5rem;
    padding: 0;
  }
}
.mo_about_box .mo_ttl .min {
  letter-spacing: 0.2rem;
  font-size: 1.25rem;
  margin-bottom: 2.5rem;
  font-weight: 700;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  display: block;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .mo_about_box .mo_ttl .min {
    font-size: 4vw;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .mo_about_box .mo_txt {
    text-align: left;
    font-size: 0.87rem;
  }
}

.mo_sea_box {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
.mo_sea_box .mo_right {
  width: 50%;
  height: 500px;
  background: url(../images/moes/mo_cat2.jpg) center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .mo_sea_box .mo_right {
    width: 100%;
    height: auto;
  }
}
.mo_sea_box .mo_left {
  height: 500px;
  width: 50%;
  text-align: left;
  background: #8ca8d4;
  display: flex;
  justify-content: flex-end;
  color: #000;
}
@media screen and (max-width: 767px) {
  .mo_sea_box .mo_left {
    width: 100%;
    height: auto;
    padding: 3rem 15px;
  }
}
.mo_sea_box .mo_left .inner_box {
  width: 600px;
  padding: 0 0 0 15px;
}
@media screen and (max-width: 767px) {
  .mo_sea_box .mo_left .inner_box {
    width: 100%;
    padding: 0;
  }
}
.mo_sea_box .mo_ttl {
  padding-top: 7rem;
  font-family: "Josefin Sans", sans-serif;
  font-size: 3.12rem;
  line-height: 1.35;
  margin-bottom: 0.3rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 767px) {
  .mo_sea_box .mo_ttl {
    padding: 0;
    font-size: 8vw;
  }
}
.mo_sea_box .mo_ttl .min {
  letter-spacing: 0.2rem;
  font-size: 1.25rem;
  margin-bottom: 2.5rem;
  font-weight: 700;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .mo_sea_box .mo_ttl .min {
    font-size: 4vw;
    margin-bottom: 1.5rem;
  }
}
.mo_sea_box .mo_txt {
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .mo_sea_box .mo_txt {
    text-align: left;
    font-size: 0.87rem;
    line-height: 1.8;
  }
}

.list_mo_sea {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.list_mo_sea.mb {
  margin-bottom: 60px;
}
.list_mo_sea li {
  width: 30%;
  margin: 0 5% 0 0;
}
@media screen and (max-width: 767px) {
  .list_mo_sea li {
    margin: 0 15px;
    width: 100%;
  }
}
.list_mo_sea li:last-child {
  margin: 0;
}
.list_mo_sea li a {
  position: relative;
  display: block;
}
.list_mo_sea li a:hover {
  opacity: 0.7;
}
.list_mo_sea li img {
  width: 100%;
}
.list_mo_sea li .name {
  position: absolute;
  z-index: 1;
  bottom: 0;
  padding: 0.5rem 1rem;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .list_mo_sea li .name {
    position: inherit;
    bottom: inherit;
    color: #000;
    background: none;
  }
}
.list_mo_sea li .name .min {
  letter-spacing: 0.05rem;
  font-weight: 500;
  display: inline-block;
  margin-left: 0.2rem;
  font-size: 0.81rem;
}

@media screen and (max-width: 767px) {
  .mo_waterfun {
    padding: 0 15px;
  }
}
.mo_waterfun a {
  display: block;
  position: relative;
}
.mo_waterfun a:hover {
  opacity: 0.7;
}
.mo_waterfun img {
  width: 100%;
}
.mo_waterfun .mo_left {
  height: 100%;
  width: 50%;
  text-align: left;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 4rem 0 0 5rem;
}
@media screen and (max-width: 767px) {
  .mo_waterfun .mo_left {
    height: auto;
    width: 100%;
    position: inherit;
    top: inherit;
    left: inherit;
    background: none;
    color: #000;
    padding: 0;
  }
}
.mo_waterfun .mo_ttl {
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.5rem;
  margin-bottom: 0.3rem;
  font-weight: 700;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 767px) {
  .mo_waterfun .mo_ttl {
    padding: 0;
    margin: 0;
    font-size: 8vw;
  }
}
.mo_waterfun .mo_read {
  letter-spacing: 0.2rem;
  margin-bottom: 2.5rem;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  .mo_waterfun .mo_read {
    line-height: 1.8;
    font-size: 4vw;
    margin-bottom: 1.5rem;
  }
}
.mo_waterfun .mo_price {
  width: 100%;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .mo_waterfun .mo_price {
    margin-top: 1rem;
  }
}
.mo_waterfun .mo_price .min {
  letter-spacing: 0.05rem;
  font-weight: 500;
  display: inline-block;
  margin-left: 0.2rem;
  font-size: 0.81rem;
}

.mo_rainbowchair {
  width: 100%;
  height: 600px;
  background: url(../images/moes/mo_cat3.jpg) center center/cover no-repeat;
  position: relative;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .mo_rainbowchair {
    background: #e49d87;
    height: auto;
    padding: 3rem 15px;
    margin: 0;
  }
}
.mo_rainbowchair .rc_link {
  position: absolute;
  right: 0;
  top: 165px;
  background: rgba(228, 157, 135, 0.8);
  padding: 3rem 2rem;
  color: #000;
  display: block;
}
@media screen and (max-width: 767px) {
  .mo_rainbowchair .rc_link {
    position: inherit;
    right: inherit;
    top: inherit;
    padding: 0;
    background: none;
  }
}
.mo_rainbowchair .rc_link:hover {
  background: #e49d87;
}
.mo_rainbowchair .mo_ttl {
  font-family: "Josefin Sans", sans-serif;
  font-size: 3.12rem;
  margin-bottom: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .mo_rainbowchair .mo_ttl {
    line-height: 1.35;
    font-size: 8vw;
    margin-bottom: 1.5rem;
  }
}
.mo_rainbowchair .mo_ttl .min {
  letter-spacing: 0.1rem;
  margin-top: 0.5rem;
  display: block;
  font-size: 1.25rem;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .mo_rainbowchair .mo_ttl .min {
    margin-top: 0.5rem;
    font-size: 4vw;
  }
}
.mo_rainbowchair .mo_read {
  margin-bottom: 2rem;
}
.mo_rainbowchair .mo_price {
  width: 100%;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .mo_rainbowchair .mo_price {
    margin-top: 1rem;
  }
}
.mo_rainbowchair .mo_price .min {
  letter-spacing: 0.05rem;
  font-weight: 500;
  display: inline-block;
  margin-left: 0.2rem;
  font-size: 0.81rem;
}

.mo_playblocks {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.mo_playblocks .mo_left {
  height: 500px;
  width: 50%;
  text-align: left;
  color: #000;
  padding: 3.5rem 3rem;
}
@media screen and (max-width: 767px) {
  .mo_playblocks .mo_left {
    width: 100%;
    height: auto;
    padding: 3rem 15px 2rem;
  }
}
.mo_playblocks .mo_left.earth {
  background: #c3b1cb;
}
.mo_playblocks .mo_left.sky {
  background: #efe8b5;
}
.mo_playblocks .mo_right {
  width: 50%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mo_playblocks .mo_right {
    width: 100%;
    height: auto;
  }
}
.mo_playblocks .mo_right img {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 767px) {
  .mo_playblocks .mo_right img {
    height: auto;
  }
}
.mo_playblocks .mo_right a {
  display: block;
}
.mo_playblocks .mo_right a:hover {
  opacity: 0.7;
}
.mo_playblocks .mo_ttl {
  font-family: "Josefin Sans", sans-serif;
  font-size: 3.12rem;
  margin-bottom: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .mo_playblocks .mo_ttl {
    font-size: 8vw;
    margin-bottom: 1.5rem;
    line-height: 1.35;
  }
}
.mo_playblocks .mo_ttl .min {
  letter-spacing: 0.1rem;
  display: block;
  font-size: 1.25rem;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .mo_playblocks .mo_ttl .min {
    margin-top: 0.5rem;
    font-size: 4vw;
  }
}
.mo_playblocks .mo_read {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .mo_playblocks .mo_read {
    text-align: left;
    font-size: 0.87rem;
    line-height: 1.8;
    margin-bottom: 0;
  }
}
.mo_playblocks .mo_price {
  position: absolute;
  z-index: 1;
  bottom: 0;
  padding: 0.5rem 1rem;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  font-weight: 700;
  letter-spacing: 0.1rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .mo_playblocks .mo_price {
    position: inherit;
    bottom: inherit;
    background: none;
    color: #000;
    margin-bottom: 2rem;
  }
}
.mo_playblocks .mo_price .min {
  letter-spacing: 0.05rem;
  font-weight: 500;
  display: inline-block;
  margin-left: 0.2rem;
  font-size: 0.81rem;
}

.list_playblocks {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .list_playblocks {
    margin-bottom: 4rem;
  }
}
.list_playblocks li {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .list_playblocks li {
    margin: 0 15px;
    width: 100%;
  }
}
.list_playblocks li a {
  display: block;
}
.list_playblocks li a:hover {
  opacity: 0.7;
}
.list_playblocks li img {
  width: 100%;
  margin-bottom: 0.5rem;
}
.list_playblocks li .name {
  font-weight: 700;
}
.list_playblocks li .price {
  font-weight: 700;
}
.list_playblocks li .price .min {
  letter-spacing: 0.05rem;
  font-weight: 500;
  display: inline-block;
  margin-left: 0.2rem;
  font-size: 0.81rem;
}

.mo_gray {
  background: #e5e5e5;
}

.mo_blue {
  background: #d6e5de;
}

.mo_puzzle .mo_ttl {
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 3.12rem;
  margin-bottom: 3rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
  line-height: 1.35;
  color: #000;
}
@media screen and (max-width: 767px) {
  .mo_puzzle .mo_ttl {
    font-size: 8vw;
    margin-bottom: 2rem;
    text-align: left;
  }
}
.mo_puzzle .mo_ttl .min {
  letter-spacing: 0.1rem;
  margin-top: 0.5rem;
  display: block;
  font-size: 1.25rem;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .mo_puzzle .mo_ttl .min {
    font-size: 4vw;
    margin-top: 0;
  }
}
.mo_puzzle .mo_txt {
  margin-bottom: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mo_puzzle .mo_txt {
    text-align: left;
    font-size: 0.87rem;
    margin-bottom: 2.5rem;
  }
}
.mo_puzzle .list_mo_puzzle {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.mo_puzzle .list_mo_puzzle li {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .mo_puzzle .list_mo_puzzle li {
    width: 100%;
  }
}
.mo_puzzle .list_mo_puzzle li:first-child {
  margin: 0 4% 0 0;
}
@media screen and (max-width: 767px) {
  .mo_puzzle .list_mo_puzzle li:first-child {
    margin: 0 auto 3rem;
  }
}
.mo_puzzle .list_mo_puzzle li a {
  display: block;
  position: relative;
}
.mo_puzzle .list_mo_puzzle li a:hover {
  opacity: 0.7;
}
.mo_puzzle .list_mo_puzzle li .mo_price {
  position: absolute;
  z-index: 1;
  bottom: 0;
  padding: 0.5rem 1rem;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  font-weight: 700;
  letter-spacing: 0.1rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .mo_puzzle .list_mo_puzzle li .mo_price {
    position: inherit;
    bottom: inherit;
    color: #000;
    background: none;
    padding: 0;
    margin-top: 0.5rem;
  }
}
.mo_puzzle .list_mo_puzzle li .mo_price .min {
  letter-spacing: 0.05rem;
  font-weight: 500;
  display: inline-block;
  margin-left: 0.2rem;
  font-size: 0.81rem;
}

.mo_nw_box {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
.mo_nw_box .mo_right {
  width: 50%;
  height: 500px;
  background: url(../images/moes/mo_cat7.jpg) center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .mo_nw_box .mo_right {
    width: 100%;
    height: auto;
  }
}
.mo_nw_box .mo_left {
  height: 500px;
  width: 50%;
  text-align: left;
  background: #98cde0;
  display: flex;
  justify-content: flex-end;
  color: #000;
}
@media screen and (max-width: 767px) {
  .mo_nw_box .mo_left {
    width: 100%;
    height: auto;
    padding: 3rem 15px;
  }
}
.mo_nw_box .mo_left .inner_box {
  width: 600px;
  padding: 0 0 0 15px;
}
@media screen and (max-width: 767px) {
  .mo_nw_box .mo_left .inner_box {
    width: 100%;
    padding: 0;
  }
}
.mo_nw_box .mo_ttl {
  padding-top: 7rem;
  font-family: "Josefin Sans", sans-serif;
  font-size: 3.12rem;
  line-height: 1.35;
  margin-bottom: 0.3rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 767px) {
  .mo_nw_box .mo_ttl {
    padding: 0;
    font-size: 8vw;
    margin-bottom: 0rem;
  }
}
.mo_nw_box .mo_ttl .min {
  letter-spacing: 0.2rem;
  font-size: 1.25rem;
  margin-bottom: 2.5rem;
  font-weight: 700;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .mo_nw_box .mo_ttl .min {
    margin-top: 0rem;
    font-size: 4vw;
    margin-bottom: 1.5rem;
  }
}
.mo_nw_box .mo_txt {
  line-height: 1.9;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .mo_nw_box .mo_txt {
    text-align: left;
    font-size: 0.87rem;
    line-height: 1.8;
  }
}

.mo_copy {
  text-align: center;
}
.mo_copy .mo_txt {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .mo_copy .mo_txt {
    font-size: 3.5vw;
    margin-bottom: 2rem;
  }
}
.mo_copy .mo_logo {
  width: 230px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mo_copy .mo_logo {
    width: 40%;
  }
}

.mo_insta {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.mo_insta .mo_right {
  width: 50%;
  height: 300px;
  background: url(../images/moes/moes_insta_pc.jpg) center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .mo_insta .mo_right {
    height: 135px;
    background: url(../images/moes/moes_insta_sp.jpg) center center/cover no-repeat;
  }
}
.mo_insta .mo_left {
  height: 300px;
  width: 50%;
  text-align: center;
  background: #8ca8d4;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .mo_insta .mo_left {
    height: 135px;
  }
}
.mo_insta .mo_left:hover {
  opacity: 0.7;
}
.mo_insta .mo_left img {
  width: 55px;
}
@media screen and (max-width: 767px) {
  .mo_insta .mo_left img {
    width: 30px;
    margin: 0.1rem 0;
  }
}
.mo_insta .mo_txt {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .mo_insta .mo_txt {
    font-size: 3.8vw;
    font-weight: 500;
  }
}/*# sourceMappingURL=layout-moes.css.map */