@charset "UTF-8";
.webp .area_mainvisual {
  background: url(../../img/midcosmos/bg_mainvisual.webp) center;
}

.no-webp .area_mainvisual {
  background: url(../../img/midcosmos/bg_mainvisual.jpg) center;
}

@media screen and (min-width: 769px) {
  #top .header.top {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #top .header.top {
    height: 16vw;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  #top .box_btn {
    margin: 12vw auto 0;
  }
}
#top .wrap {
  overflow-x: hidden;
}
#top .area_mainvisual {
  max-height: 95vh;
  min-height: 620px;
  background: url(../../img/midcosmos/bg_mainvisual.jpg) center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top .area_mainvisual {
    min-height: auto;
    max-height: 106vh;
    background-size: cover;
  }
}
#top .area_mainvisual .box_wrap {
  min-height: 620px;
}
@media screen and (max-width: 768px) {
  #top .area_mainvisual .box_wrap {
    min-height: 140vw;
    height: 140vw;
  }
}
#top .area_mainvisual::before {
  content: "";
  display: block;
  width: 437px;
  height: 437px;
  background: url(../../img/midcosmos/top/compass.png) no-repeat center top;
  background-size: 100%;
  position: absolute;
  bottom: -100px;
  right: -100px;
  -webkit-animation: mv_compass 3s forwards;
          animation: mv_compass 3s forwards;
}
@media screen and (max-width: 768px) {
  #top .area_mainvisual::before {
    width: 80vw;
    height: 80vw;
    bottom: -20vw;
    right: -20vw;
    -webkit-animation: mv_compass 3s forwards;
            animation: mv_compass 3s forwards;
  }
}
#top .area_mainvisual::after {
  content: "";
  width: calc(100vw + 4px);
  height: 0;
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
  z-index: 10;
  border-bottom: 3px double rgba(255, 255, 255, 0.4);
}
#top .area_mainvisual, #top .area_mainvisual a {
  color: #efebdd;
}
#top .area_mainvisual .img {
  max-width: 64vw;
  position: relative;
  z-index: 2;
}
#top .area_mainvisual .img img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1125px) and (min-width: 431px) {
  #top .area_mainvisual .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}
@media screen and (max-width: 768px) {
  #top .area_mainvisual .img {
    max-width: 100%;
    max-height: 60vh;
    height: 100%;
  }
  #top .area_mainvisual .img img {
    height: auto;
  }
}
@media screen and (max-width: 430px) {
  #top .area_mainvisual .img {
    max-height: initial;
    height: auto;
  }
}
#top .area_mainvisual .text {
  width: calc(100% - 64vw);
  min-width: calc(100% - 1080px);
  padding-left: 3.6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  position: relative;
}
#top .area_mainvisual .text::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 1000;
  border-right: 3px double rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 768px) {
  #top .area_mainvisual .text {
    width: 100%;
    min-width: auto;
    margin: 0 auto;
    padding: 7vw 4% 0;
    display: block;
  }
  #top .area_mainvisual .text::before {
    content: "";
    width: 100%;
    height: 0;
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    z-index: 1000;
    border-top: 3px double rgba(255, 255, 255, 0.4);
    border-right: none;
  }
}
#top .area_mainvisual .text .box_title .sub {
  font-size: 36px;
  font-family: "Pompiere", cursive;
  line-height: 1;
}
@media screen and (max-width: 1400px) {
  #top .area_mainvisual .text .box_title .sub {
    font-size: min(3.2vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  #top .area_mainvisual .text .box_title .sub {
    margin-left: 0.2em;
    font-size: min(7.7333333333vw, 30px);
  }
}
#top .area_mainvisual .text .box_title .tit_home {
  margin-top: 30px;
  font-family: "Pompiere", cursive;
  font-size: 100px;
  font-weight: 400;
  line-height: 1;
  position: relative;
  bottom: 6px;
  color: #efebdd;
  z-index: 100;
}
#top .area_mainvisual .text .box_title .tit_home::after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 31px;
  position: relative;
  top: 3px;
  right: 9px;
  background: url(../../img/midcosmos/deco_leaf.png) no-repeat center top;
  background-size: 100%;
}
#top .area_mainvisual .text .box_title .tit_home .l {
  margin-right: 2px;
}
@media screen and (max-width: 1400px) {
  #top .area_mainvisual .text .box_title .tit_home {
    font-size: min(6.6666666667vw, 80px);
  }
}
@media screen and (max-width: 768px) {
  #top .area_mainvisual .text .box_title .tit_home {
    margin-top: min(5vw, 40px);
    font-size: min(16vw, 70px);
    bottom: 6px;
  }
  #top .area_mainvisual .text .box_title .tit_home::after {
    width: 36px;
    height: 31px;
    top: 3px;
    right: 9px;
  }
  #top .area_mainvisual .text .box_title .tit_home .l {
    margin-right: 0;
  }
}
#top .area_mainvisual .text .ul_nav {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#top .area_mainvisual .text .ul_nav li a {
  font-size: 30px;
}
#top .area_mainvisual .text .ul_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  right: 0;
}
#top .area_mainvisual .text .ul_sns li {
  margin-right: 1em;
}
#top .area_mainvisual .text .ul_sns li a {
  font-size: 20px;
}
#top .area_mainvisual .text .ul_sns li a.insta::before {
  content: "\f16d";
  font-family: "Font Awesome 5 Brands";
  margin-right: 3px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #top .area_mainvisual .text .ul_nav,
  #top .area_mainvisual .text .ul_sns {
    display: none;
  }
}
@-webkit-keyframes mv_compass {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    opacity: 0.3;
    -webkit-transform: rotate(240deg);
            transform: rotate(240deg);
  }
}
@keyframes mv_compass {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    opacity: 0.3;
    -webkit-transform: rotate(240deg);
            transform: rotate(240deg);
  }
}
#top main {
  position: relative;
  z-index: 1000;
}
#top .area_topic {
  width: min(92%, 1000px);
  margin: 0 auto 0;
  padding: 20px 0;
  text-align: center;
  background: #5f7c9e;
  color: #fff;
  border-radius: 10px;
  position: relative;
  top: 50px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  z-index: 100;
}
#top .area_topic::after {
  content: "";
  display: block;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  position: absolute;
  top: 4px;
  left: 4px;
  border: 3px double rgba(255, 255, 255, 0.4);
  border-radius: 6px;
}
#top .area_topic.on {
  opacity: 1;
  top: -33px;
}
#top .area_topic dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
#top .area_topic dl dt, #top .area_topic dl dd {
  color: #5f7c9e;
  color: #fff;
}
#top .area_topic dl dt {
  width: 85px;
  padding-top: 4px;
  font-size: 20px;
  font-family: "Arima", cursive;
  line-height: 1;
  position: relative;
  text-align: left;
}
#top .area_topic dl dt::after {
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 769px) {
  #top .area_topic dl dt::after {
    top: 50%;
    font-size: 10px;
    line-height: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#top .area_topic dl dd {
  padding-left: 20px;
}
#top .area_topic dl dd ul li {
  padding: 10px 0;
}
#top .area_topic dl dd ul li .date {
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  #top .area_topic {
    width: 90%;
    padding: 5.9vw 6% 6.7vw;
    top: 10vw;
  }
  #top .area_topic .inner {
    width: 100%;
  }
  #top .area_topic.on {
    opacity: 1;
    top: -12vw;
  }
  #top .area_topic dl {
    display: block;
    line-height: 1;
  }
  #top .area_topic dl dt, #top .area_topic dl dd {
    color: #5f7c9e;
    color: #fff;
  }
  #top .area_topic dl dt {
    width: 4.3em;
    font-size: min(4.2666666667vw, 28px);
  }
  #top .area_topic dl dt::after {
    font-size: 3.7333333333vw;
    top: 0;
    right: 0;
  }
  #top .area_topic dl dt, #top .area_topic dl dt::after {
    line-height: 18px;
  }
  #top .area_topic dl dd {
    margin-top: 1vw;
    padding-left: 0;
  }
  #top .area_topic dl dd ul li {
    padding: 0 0;
    font-size: min(3.7333333333vw, 16px);
    text-align: left;
  }
}
#top .area_gallery {
  margin: 50px auto 0;
  padding: 88px 0 80px;
  position: relative;
}
#top .area_gallery::before {
  content: "";
  width: 26px;
  height: 30px;
  display: block;
  background: url(../../img/midcosmos/horseshoe.png) no-repeat center top;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.5;
}
#top .area_gallery::after {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  background: url(../../img/midcosmos/top/compass_mini.png) no-repeat center top;
  background-size: 100%;
  position: absolute;
  bottom: -150px;
  left: 2%;
  -webkit-animation: compass_mini 18s linear infinite;
          animation: compass_mini 18s linear infinite;
}
@-webkit-keyframes compass_mini {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes compass_mini {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media screen and (max-width: 768px) {
  #top .area_gallery {
    margin: 0 auto 0;
    padding: 0;
  }
  #top .area_gallery::before {
    content: none;
  }
  #top .area_gallery::after {
    width: 40vw;
    height: 40vw;
    bottom: -26vw;
    left: -7vw;
    opacity: 0.4;
  }
}
#top .area_gallery .ul_gallery {
  width: 100%;
  margin: 50px auto 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  #top .area_gallery .ul_gallery li:nth-child(n+8) {
    display: none;
  }
}
#top .area_gallery .box_btn {
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  #top .area_gallery .box_btn {
    margin: 8vw auto 0;
  }
}
#top .area_hervcanon {
  width: 102%;
  margin: 100px auto 0;
  margin-left: -1%;
  padding: 110px 0 110px;
  border-radius: 240px 15px 100px 15px/15px 200px 15px 185px;
  position: relative;
  color: #efebdd;
}
#top .area_hervcanon::before, #top .area_hervcanon::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 240px 15px 100px 15px/15px 200px 15px 185px;
  opacity: 0.5;
}
#top .area_hervcanon::before {
  border-top: 3px double #efebdd;
  top: -6px;
}
#top .area_hervcanon::after {
  border-bottom: 3px double #efebdd;
  bottom: -6px;
}
@media screen and (max-width: 768px) {
  #top .area_hervcanon {
    width: 104vw;
    margin: 24vw auto 0;
    margin-left: -2vw;
    padding: 14vw 0 28vw;
    border-radius: 240px 15px 100px 15px/15px 0 15px 0;
  }
  #top .area_hervcanon::before {
    width: 122vw;
    height: 74vw;
    left: auto;
    right: -19vw;
  }
  #top .area_hervcanon::after {
    width: 122vw;
    height: 54vw;
    right: auto;
    left: -19vw;
  }
}
#top .area_hervcanon .tit_content .en {
  color: #5f7c9e;
}
#top .area_hervcanon .tit_content .jp {
  color: #8599b3;
}
#top .area_hervcanon .area_lead {
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  #top .area_hervcanon .area_lead {
    margin: 18vw auto 0;
  }
}
#top .area_hervcanon .area_lead .box_img {
  width: 450px;
  height: 300px;
  margin: 0 auto 0;
  background: #c3ccd9;
  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
  /* coming soon */
  /* coming soon ここまで */
}
#top .area_hervcanon .area_lead .box_img img {
  position: relative;
  right: -35px;
  top: -40px;
}
@media screen and (max-width: 768px) {
  #top .area_hervcanon .area_lead .box_img {
    width: 90%;
    height: 54vw;
  }
}
#top .area_hervcanon .area_lead .txt_lead {
  margin: 30px auto 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  color: #5f7c9e;
}
@media screen and (max-width: 768px) {
  #top .area_hervcanon .area_lead .txt_lead {
    margin: 5vw auto 0;
    font-size: min(3.7333333333vw, 15px);
  }
}
#top .area_hervcanon .comingsoon {
  margin-top: 20px;
  color: #5f7c9e;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}
#top .area_hervcanon .box_wrap {
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  #top .area_hervcanon .box_wrap {
    width: 92%;
    margin: 10vw auto 0;
  }
}
#top .area_hervcanon .ul_cosmorium {
  margin: -20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top .area_hervcanon .ul_cosmorium {
    margin: 4vw auto 0;
  }
}
#top .area_hervcanon .ul_cosmorium li {
  width: calc(33.3333333333% + 20px);
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  position: absolute;
}
#top .area_hervcanon .ul_cosmorium li.in {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}
#top .area_hervcanon .ul_cosmorium li:first-child {
  position: relative;
  top: 0;
  left: 2.31%;
}
#top .area_hervcanon .ul_cosmorium li:nth-child(2) {
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#top .area_hervcanon .ul_cosmorium li:nth-child(3) {
  top: 0;
  right: 2.31%;
}
@media screen and (max-width: 768px) {
  #top .area_hervcanon .ul_cosmorium li {
    width: 52%;
  }
  #top .area_hervcanon .ul_cosmorium li:nth-child(2) {
    top: 30vw;
  }
}
#top .area_hervcanon .ul_cosmorium li .img {
  width: 100%;
  position: relative;
  border: 2px solid #5f7c9e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
}
#top .area_hervcanon .ul_cosmorium li .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
#top .area_hervcanon .ul_cosmorium li .img img {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  padding: 3px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#top .area_hervcanon .box_btn {
  margin: 100px auto 0;
}
#top .area_hervcanon .box_btn a {
  background: #8599b3;
}
#top .area_hervcanon .box_btn a:hover {
  background: rgba(133, 153, 179, 0.7);
}
@media screen and (max-width: 768px) {
  #top .area_hervcanon .box_btn {
    width: 84%;
    margin: 26vw auto 0;
  }
}

@-webkit-keyframes dotts_circle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}

@keyframes dotts_circle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}
@-webkit-keyframes poyon {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8, 1.4) translate(0%, -100%);
            transform: scale(0.8, 1.4) translate(0%, -100%);
  }
  10% {
    opacity: 1;
    -webkit-transform: scale(0.8, 1.4) translate(0%, -15%);
            transform: scale(0.8, 1.4) translate(0%, -15%);
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(1.4, 0.6) translate(0%, 30%);
            transform: scale(1.4, 0.6) translate(0%, 30%);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(0.9, 1.1) translate(0%, -10%);
            transform: scale(0.9, 1.1) translate(0%, -10%);
  }
  40% {
    opacity: 1;
    -webkit-transform: scale(0.95, 1.2) translate(0%, -30%);
            transform: scale(0.95, 1.2) translate(0%, -30%);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(0.95, 1.2) translate(0%, -10%);
            transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes poyon {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8, 1.4) translate(0%, -100%);
            transform: scale(0.8, 1.4) translate(0%, -100%);
  }
  10% {
    opacity: 1;
    -webkit-transform: scale(0.8, 1.4) translate(0%, -15%);
            transform: scale(0.8, 1.4) translate(0%, -15%);
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(1.4, 0.6) translate(0%, 30%);
            transform: scale(1.4, 0.6) translate(0%, 30%);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(0.9, 1.1) translate(0%, -10%);
            transform: scale(0.9, 1.1) translate(0%, -10%);
  }
  40% {
    opacity: 1;
    -webkit-transform: scale(0.95, 1.2) translate(0%, -30%);
            transform: scale(0.95, 1.2) translate(0%, -30%);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(0.95, 1.2) translate(0%, -10%);
            transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
.area_products {
  padding: 150px 0 150px;
  position: relative;
}
.area_products .star {
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -500px;
  right: 4%;
  opacity: 0;
}
.area_products.on .star {
  top: -150px;
  -webkit-animation: poyon 1.1s linear 0s forwards;
          animation: poyon 1.1s linear 0s forwards;
}
.area_products .box_products {
  width: 1000px;
  height: 260px;
  margin: 50px auto 0;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 180px 5px 150px 15px/9px 30px 5px 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5f7c9e;
}
@media screen and (max-width: 768px) {
  .area_products {
    padding: 20vw 0 24vw;
  }
  .area_products .star {
    width: 14vw;
    height: 14vw;
    top: -80vw;
  }
  .area_products.on .star {
    top: -20vw;
  }
  .area_products .box_products {
    width: 100%;
    height: 60vw;
    margin: 7vw auto 0;
  }
}