@charset "UTF-8";
/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
#front-page header {
  position: absolute;
  background-color: #fff;
  border: none;
}
#front-page header h1 {
  visibility: hidden;
}
#front-page header.fixed {
  position: fixed;
  background-color: #F8F7F3;
  border: 1px solid #090000;
}
#front-page header.fixed h1 {
  visibility: visible;
}

#top #mainimage2 {
  width: 95%;
  margin: 0 0 0 5%;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 600px) {
  #top #mainimage2 {
    display: block;
    position: relative;
    margin: 0 0 40px;
    width: 100%;
  }
}
#top #mainimage2 .logo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 20vw;
  padding: 7vw 0 0;
}
@media only screen and (max-width: 600px) {
  #top #mainimage2 .logo {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 35vw;
    top: 5vw;
  }
}
#top #mainimage2 .logo .logo2 {
  max-width: 240px;
}
#top #mainimage2 .logo img {
  width: 100%;
  max-width: 180px;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  #top #mainimage2 .logo img {
    max-width: 140px;
  }
}
#top #mainimage2 .logo p {
  margin: 24px 0;
  font-size: 14px;
  line-height: 1.7;
}
@media only screen and (max-width: 1024px) {
  #top #mainimage2 .logo p {
    font-size: 12px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 600px) {
  #top #mainimage2 .logo p {
    display: none;
  }
}
#top #mainimage2 .logo .bt {
  margin-top: 1rem;
}
#top #mainimage2 .logo .bt a {
  padding: 5px 25px 5px 15px;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  display: inline-block;
}
#top #mainimage2 .logo .bt a::after {
  right: 5px;
  width: 16px;
  height: 16px;
}
@media only screen and (max-width: 1024px) {
  #top #mainimage2 .logo .bt a {
    font-size: 11px;
    padding: 5px 20px 5px 5px;
  }
  #top #mainimage2 .logo .bt a::after {
    right: 3px;
    width: 16px;
    height: 16px;
  }
}
@media only screen and (max-width: 600px) {
  #top #mainimage2 .logo .bt a {
    font-size: 9px;
  }
}
#top #mainimage2 .logo .online {
  margin: 24px auto 0;
  max-width: 180px;
}
@media only screen and (max-width: 600px) {
  #top #mainimage2 .logo .online {
    display: none;
  }
}
#top #mainimage2 .logo .online img {
  width: 100%;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#top #mainimage2 .logo .online img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#top #mainimage2 .back {
  width: calc(100% - 20vw - 5%);
  margin: 0 0 0 5%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (max-width: 600px) {
  #top #mainimage2 .back {
    width: 100%;
    margin: 0;
  }
}
#top #mainimage2 .back2 {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  background-image: url("../images/top/main_back2_s.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}
@media only screen and (max-width: 600px) {
  #top #mainimage2 .back2 {
    background-image: url("../images/top/main-back-sp-s.jpg");
    background-position: center bottom;
    background-size: 100%;
    padding-top: 170vw;
  }
}
#top #mainimage2 .ill {
  position: absolute;
  z-index: 2;
  -webkit-animation-name: ill_anime;
          animation-name: ill_anime;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
#top #mainimage2 .ill img {
  width: 100%;
}
@-webkit-keyframes ill_anime {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes ill_anime {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#top #mainimage2 .ill1 {
  top: 5%;
  left: 38%;
  width: 10%;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media only screen and (max-width: 600px) {
  #top #mainimage2 .ill1 {
    top: 21%;
    left: 3%;
    width: 15%;
  }
}
#top #mainimage2 .ill2 {
  top: 25%;
  left: 5%;
  width: 5%;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media only screen and (max-width: 600px) {
  #top #mainimage2 .ill2 {
    top: 7%;
    left: 10%;
    width: 10%;
  }
}
#top #mainimage2 .ill3 {
  top: 47%;
  left: 2%;
  width: 7%;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media only screen and (max-width: 600px) {
  #top #mainimage2 .ill3 {
    top: 40%;
    left: auto;
    right: 5%;
    width: 10%;
  }
}
#top #mainimage2 .ill4 {
  top: 75%;
  left: 0%;
  width: 7%;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@media only screen and (max-width: 600px) {
  #top #mainimage2 .ill4 {
    top: 32%;
    left: 12%;
    width: 10%;
  }
}
#top #mainimage2 .ill5 {
  top: 4%;
  right: 3%;
  width: 5%;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@media only screen and (max-width: 600px) {
  #top #mainimage2 .ill5 {
    display: none;
  }
}
#top #mainimage2 .ill6 {
  top: 10%;
  right: 18%;
  width: 5%;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@media only screen and (max-width: 600px) {
  #top #mainimage2 .ill6 {
    top: 32%;
    width: 10%;
    right: 15%;
  }
}
#top #mainimage2 .ill7 {
  top: 12%;
  right: 3%;
  width: 8%;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
@media only screen and (max-width: 600px) {
  #top #mainimage2 .ill7 {
    width: 13%;
    top: 15%;
  }
}
#top #mainimage2 .ill8 {
  top: 83%;
  right: 2%;
  width: 7%;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media only screen and (max-width: 600px) {
  #top #mainimage2 .ill8 {
    display: none;
  }
}
#top #mainimage2 .sp {
  display: none;
}
@media only screen and (max-width: 600px) {
  #top #mainimage2 .sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
  }
  #top #mainimage2 .sp .text {
    width: 65%;
    margin-right: 5%;
    font-size: 13px;
  }
  #top #mainimage2 .sp .online {
    width: 30%;
  }
}
#top #mainimage {
  width: 100%;
  height: 94vw;
  max-height: 1200px;
  padding-bottom: 0;
}
@media only screen and (max-width: 600px) {
  #top #mainimage {
    height: 170vw;
  }
}
#top #mainimage .back {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  #top #mainimage .back {
    width: 100%;
  }
}
#top #mainimage .back2 {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  background-image: url("../images/top/main_back.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
@media only screen and (max-width: 600px) {
  #top #mainimage .back2 {
    background-image: url("../images/top/main-back-sp@2x.jpg");
    background-position: center bottom;
    background-size: 100%;
    padding-top: 170vw;
  }
}
#top #mainimage .logo {
  position: absolute;
  z-index: 2;
  width: 15vw;
  max-width: 210px;
  left: 0;
  right: 0;
  top: 2vw;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  #top #mainimage .logo {
    width: 17vw;
  }
}
@media only screen and (max-width: 600px) {
  #top #mainimage .logo {
    width: 35vw;
    top: 5vw;
  }
}
#top #mainimage .logo img {
  width: 100%;
}
#top #mainimage .bt {
  margin-top: 1rem;
}
#top #mainimage .bt a {
  padding: 5px 25px 5px 15px;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
}
#top #mainimage .bt a::after {
  right: 5px;
  width: 16px;
  height: 16px;
}
@media only screen and (max-width: 1024px) {
  #top #mainimage .bt a {
    font-size: 11px;
    padding: 5px 20px 5px 5px;
  }
  #top #mainimage .bt a::after {
    right: 3px;
    width: 16px;
    height: 16px;
  }
}
@media only screen and (max-width: 600px) {
  #top #mainimage .bt a {
    font-size: 9px;
  }
}
#top #mainimage .ill {
  position: absolute;
  z-index: 2;
}
#top #mainimage .ill img {
  width: 100%;
}
#top #mainimage .ill1 {
  top: 5%;
  left: 8%;
  width: 10%;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media only screen and (max-width: 600px) {
  #top #mainimage .ill1 {
    top: 21%;
    left: 3%;
    width: 15%;
  }
}
#top #mainimage .ill2 {
  top: 25%;
  left: 5%;
  width: 5%;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media only screen and (max-width: 600px) {
  #top #mainimage .ill2 {
    top: 7%;
    left: 10%;
    width: 10%;
  }
}
#top #mainimage .ill3 {
  top: 50%;
  left: 2%;
  width: 7%;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media only screen and (max-width: 600px) {
  #top #mainimage .ill3 {
    top: 40%;
    left: auto;
    right: 5%;
    width: 10%;
  }
}
#top #mainimage .ill4 {
  top: 75%;
  left: 0%;
  width: 7%;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
@media only screen and (max-width: 600px) {
  #top #mainimage .ill4 {
    top: 32%;
    left: 12%;
    width: 10%;
  }
}
#top #mainimage .ill5 {
  top: 4%;
  right: 3%;
  width: 5%;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media only screen and (max-width: 600px) {
  #top #mainimage .ill5 {
    display: none;
  }
}
#top #mainimage .ill6 {
  top: 13%;
  right: 20%;
  width: 5%;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
@media only screen and (max-width: 600px) {
  #top #mainimage .ill6 {
    top: 32%;
    width: 10%;
    right: 15%;
  }
}
#top #mainimage .ill7 {
  top: 17%;
  right: 7%;
  width: 8%;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
@media only screen and (max-width: 600px) {
  #top #mainimage .ill7 {
    width: 13%;
    top: 15%;
  }
}
#top #mainimage .ill8 {
  top: 83%;
  right: 2%;
  width: 7%;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media only screen and (max-width: 600px) {
  #top #mainimage .ill8 {
    display: none;
  }
}
#top .title {
  border-top: 1px solid #090000;
  border-bottom: 1px solid #090000;
  padding: 2rem 0;
  text-align: center;
}
#top .title .eng {
  display: block;
  margin: 0 auto 7px;
}
@media only screen and (max-width: 1024px) {
  #top .title .eng img {
    height: 50px;
    width: auto;
  }
}
#top .title .eng_anime {
  display: block;
  margin: 0 auto 7px;
}
#top .title .eng_anime span {
  margin: 0 3px;
  display: inline-block;
  opacity: 0;
}
@media only screen and (max-width: 1024px) {
  #top .title .eng_anime span {
    margin: 0 2px;
  }
}
@media only screen and (max-width: 1024px) {
  #top .title .eng_anime img {
    height: 50px;
    width: auto;
  }
}
#top .title .anime_on span {
  -webkit-animation-name: eng_animeframe;
          animation-name: eng_animeframe;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
#top .title .anime_on span.anime1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
#top .title .anime_on span.anime2 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#top .title .anime_on span.anime3 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#top .title .anime_on span.anime4 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
#top .title .anime_on span.anime5 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#top .title .anime_on span.anime6 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
#top .title .anime_on span.anime7 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
@-webkit-keyframes eng_animeframe {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateY(-18px);
            transform: translateY(-18px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes eng_animeframe {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateY(-18px);
            transform: translateY(-18px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
#top .title .jp {
  display: block;
  font-weight: 400;
  font-size: 0.9rem;
  margin: 0 auto;
}
#top #topics {
  position: relative;
  z-index: 1;
}
#top #topics::before {
  position: absolute;
  bottom: 3%;
  left: 10%;
  width: 380px;
  height: 120px;
  content: "";
  background-image: url("../images/top/topics_ill1@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1200px) {
  #top #topics::before {
    width: 30vw;
    height: 8vw;
    left: 3%;
  }
}
@media only screen and (max-width: 600px) {
  #top #topics::before {
    width: 40vw;
    height: 12vw;
  }
}
#top #topics::after {
  position: absolute;
  bottom: 5%;
  right: 10%;
  width: 340px;
  height: 115px;
  content: "";
  background-image: url("../images/top/topics_ill2@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1200px) {
  #top #topics::after {
    width: 25vw;
    height: 9vw;
    right: 3%;
  }
}
@media only screen and (max-width: 600px) {
  #top #topics::after {
    width: 35vw;
    height: 12vw;
    bottom: 3%;
  }
}
#top #topics .title {
  border-top: none;
  border-bottom: none;
  padding: 2rem 0 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  #top #topics .title .eng {
    width: 200px;
  }
}
#top #topics .title .kusa {
  position: absolute;
  z-index: -1;
  top: 50px;
  width: 230px;
}
@media only screen and (max-width: 1024px) {
  #top #topics .title .kusa {
    width: 20vw;
  }
}
#top #topics .title .kusa img {
  width: 100%;
}
#top #topics .title .kusa1 {
  left: 10%;
}
@media only screen and (max-width: 1024px) {
  #top #topics .title .kusa1 {
    left: 5%;
  }
}
#top #topics .title .kusa2 {
  right: 10%;
}
@media only screen and (max-width: 1024px) {
  #top #topics .title .kusa2 {
    right: 5%;
  }
}
#top #topics .topics_slide {
  margin: 5rem 0 3rem;
}
@media only screen and (max-width: 1024px) {
  #top #topics .topics_slide {
    margin: 3rem 0 1.5rem;
  }
}
#top #topics .topics_slide .waku {
  margin: 0 30px;
}
@media only screen and (max-width: 1100px) {
  #top #topics .topics_slide .waku {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 1024px) {
  #top #topics .topics_slide .waku {
    margin: 0 15px;
  }
}
#top #topics .topics_slide a:hover .image img {
  -webkit-transform: none;
          transform: none;
}
#top #journal {
  position: relative;
}
#top #journal .title {
  background-color: rgba(218, 165, 52, 0.25);
}
@media only screen and (max-width: 1024px) {
  #top #journal .title .eng {
    width: 200px;
  }
}
#top #journal .lead {
  text-align: center;
  margin: 2rem 0 0;
  line-height: 1.8;
}
#top #journal article {
  position: relative;
  z-index: 1;
  background-image: url("../images/top/j_namisen.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  padding: 4rem 0 6rem;
}
@media only screen and (max-width: 1024px) {
  #top #journal article {
    background-size: 1000px;
  }
}
#top #journal article::before, #top #journal article::after {
  position: absolute;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  content: "";
  height: 0;
}
#top #journal article:nth-child(1)::before {
  background-image: url("../images/top/j_ill11@2x.png");
  width: 141px;
  padding-top: 81%;
  bottom: -5px;
  left: 15%;
}
@media only screen and (max-width: 1200px) {
  #top #journal article:nth-child(1)::before {
    width: 10vw;
  }
}
@media only screen and (max-width: 600px) {
  #top #journal article:nth-child(1)::before {
    width: 15vw;
  }
}
#top #journal article:nth-child(1)::after {
  background-image: url("../images/top/j_ill12@2x.png");
  width: 57px;
  padding-top: 255%;
  bottom: -40px;
  right: 15%;
}
@media only screen and (max-width: 1200px) {
  #top #journal article:nth-child(1)::after {
    width: 4vw;
    bottom: -3vw;
  }
}
@media only screen and (max-width: 600px) {
  #top #journal article:nth-child(1)::after {
    width: 7vw;
  }
}
#top #journal article:nth-child(2)::before {
  background-image: url("../images/top/j_ill2@2x.png");
  width: 190px;
  padding-top: 95%;
  bottom: -80px;
  right: 10%;
}
@media only screen and (max-width: 1200px) {
  #top #journal article:nth-child(2)::before {
    width: 14vw;
    bottom: -5vw;
  }
}
@media only screen and (max-width: 600px) {
  #top #journal article:nth-child(2)::before {
    width: 30vw;
    bottom: -10vw;
  }
}
#top #journal article:nth-child(3)::before {
  background-image: url("../images/top/j_ill3@2x.png");
  width: 110px;
  padding-top: 105%;
  bottom: -15px;
  left: 15%;
}
@media only screen and (max-width: 1200px) {
  #top #journal article:nth-child(3)::before {
    width: 10vw;
    bottom: -2vw;
  }
}
@media only screen and (max-width: 600px) {
  #top #journal article:nth-child(3)::before {
    width: 15vw;
  }
}
#top #journal article:nth-child(3)::after {
  background-image: url("../images/top/j_ill4@2x.png");
  width: 75px;
  padding-top: 140%;
  bottom: -3px;
  right: 15%;
}
@media only screen and (max-width: 1200px) {
  #top #journal article:nth-child(3)::after {
    width: 7vw;
  }
}
@media only screen and (max-width: 600px) {
  #top #journal article:nth-child(3)::after {
    width: 12vw;
  }
}
#top #journal .j_midashi {
  text-align: center;
  margin: 0 0 3rem;
}
#top #journal .j_midashi .j_cat_title {
  width: 300px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  #top #journal .j_midashi .j_cat_title {
    width: 220px;
  }
}
#top #journal .j_midashi .j_cat_title img {
  width: 100%;
}
#top #journal .j_midashi .eng {
  color: #5F9DA0;
  margin-bottom: 35px;
  letter-spacing: 0.08em;
}
#top #journal .j_midashi h3 {
  line-height: 1;
  font-weight: 400;
  font-size: 1.9rem;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 768px) {
  #top #journal .journal_list .waku:nth-child(6), #top #journal .journal_list .waku:nth-child(7), #top #journal .journal_list .waku:nth-child(8), #top #journal .journal_list .waku:nth-child(9), #top #journal .journal_list .waku:nth-child(10), #top #journal .journal_list .waku:nth-child(11) {
    display: none;
  }
}
#top #journal .bt {
  margin-top: 2rem;
}

#inline-about {
  width: 100%;
  height: 100%;
}
#inline-about .container {
  padding: 5%;
  width: 100%;
  height: 100%;
  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;
}
/*# sourceMappingURL=top.css.map */