@charset "UTF-8";
/* ==========================================================
  フォント
========================================================== */
/* ==========================================================
  テキストシャドウ
========================================================== */
/* ===================================================================
CSS information
 file name  :top.css
 style info :トップページのスタイル
=================================================================== */
/* ==========================================================
    BASE
  ========================================================== */
#visualArea {
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  #visualArea {
    background: url(/flo/assets/img/top/bg_visual_pc.jpg) no-repeat center top;
  }
}
@media screen and (max-width: 750px) {
  #visualArea {
    background: url(/flo/assets/img/top/bg_visual_sp.jpg) no-repeat center top;
    margin-bottom: 8vw;
  }
}
#visualArea .in {
  position: relative;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  #visualArea .in {
    width: 1060px;
    height: 1760px;
    padding-top: 410px;
  }
}
@media screen and (max-width: 750px) {
  #visualArea .in {
    background-size: 98%;
    padding-top: 60vw;
  }
}
#visualArea .in p.icnDl {
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 751px) {
  #visualArea .in p.icnDl {
    top: -70px;
    right: -30px;
  }
}
@media screen and (max-width: 750px) {
  #visualArea .in p.icnDl {
    width: 48%;
    top: 10vw;
    right: -3vw;
  }
}
#visualArea .in p.txtA {
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 751px) {
  #visualArea .in p.txtA {
    top: 40px;
    left: -4px;
  }
}
@media screen and (max-width: 750px) {
  #visualArea .in p.txtA {
    width: 68%;
    top: 3vw;
    left: 6vw;
  }
}
#visualArea .in p.contest {
  position: absolute;
  z-index: 3;
}
@media screen and (min-width: 751px) {
  #visualArea .in p.contest {
    top: 244px;
    right: 6px;
  }
}
@media screen and (max-width: 750px) {
  #visualArea .in p.contest {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  #visualArea .in p.contest.new:after {
    top: -14px;
    right: 2px;
  }
}
#visualArea .in p.logo {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 751px) {
  #visualArea .in p.logo {
    margin-bottom: 60px;
    left: 10px;
  }
}
@media screen and (max-width: 750px) {
  #visualArea .in p.logo {
    width: 72%;
    margin: 0 auto 34vw;
    left: 2vw;
  }
}
#visualArea .in p.earth {
  position: absolute;
  z-index: 1;
  -webkit-animation: vertical 1s ease-in-out infinite alternate;
          animation: vertical 1s ease-in-out infinite alternate;
}
@media screen and (min-width: 751px) {
  #visualArea .in p.earth {
    top: 10px;
    left: calc(50% - 496px);
  }
}
@media screen and (max-width: 750px) {
  #visualArea .in p.earth {
    top: 25vw;
  }
}
@-webkit-keyframes vertical {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes vertical {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
#visualArea .in .infoBox {
  position: relative;
  z-index: 2;
  text-align: left;
}
@media screen and (min-width: 751px) {
  #visualArea .in .infoBox {
    width: 1020px;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 750px) {
  #visualArea .in .infoBox {
    width: 90%;
    margin: 0 auto 8vw;
  }
}
#visualArea .in .infoBox .closeTxt a {
  display: block;
  text-align: center;
  color: #cd0000;
  background: #fff;
  border-radius: 10px;
  border: solid 3px #cd0000;
  position: relative;
}
@media screen and (min-width: 751px) {
  #visualArea .in .infoBox .closeTxt a {
    font-size: 22px;
    width: 800px;
    padding: 20px;
    margin: 0 auto 30px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 750px) {
  #visualArea .in .infoBox .closeTxt a {
    font-size: 4.6vw;
    padding: 2vw;
    margin: 0 auto 6vw;
    line-height: 1.4;
  }
}
#visualArea .in .infoBox .closeTxt a span {
  font-family: "Kosugi Maru", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  display: block;
}
@media screen and (min-width: 751px) {
  #visualArea .in .infoBox .closeTxt a span {
    font-size: 18px;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 750px) {
  #visualArea .in .infoBox .closeTxt a span {
    font-size: 3.4vw;
    margin-bottom: 0.4vw;
  }
}
#visualArea .in .infoBox .closeTxt a:after {
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
}
@media screen and (min-width: 751px) {
  #visualArea .in .infoBox .closeTxt a:after {
    width: 10px;
    height: 10px;
    border-top: solid 3px #cd0000;
    border-right: solid 3px #cd0000;
    right: 20px;
    margin-top: -7px;
  }
}
@media screen and (max-width: 750px) {
  #visualArea .in .infoBox .closeTxt a:after {
    width: 2.6vw;
    height: 2.6vw;
    border-top: solid 5px #cd0000;
    border-right: solid 5px #cd0000;
    right: 4vw;
    margin-top: -2vw;
  }
}
#visualArea .in .infoBox .manga5 {
  text-align: center;
}
@media screen and (min-width: 751px) {
  #visualArea .in .infoBox .manga5 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  #visualArea .in .infoBox .manga5 {
    margin-bottom: 6vw;
  }
}
#visualArea .in .infoBox .bnrSpecial {
  position: relative;
}
@media screen and (min-width: 751px) {
  #visualArea .in .infoBox .bnrSpecial {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  #visualArea .in .infoBox .bnrSpecial {
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 750px) {
  #visualArea .in .infoBox .bnrSpecial.new:after {
    width: 14vw;
    height: 8vw;
    top: -3vw;
  }
}
@media screen and (min-width: 751px) {
  #visualArea .in .infoBox .bnrSpecial.contest {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  #visualArea .in .infoBox .bnrSpecial.contest {
    display: block !important;
  }
}
#visualArea .in .infoBox .bnrContest {
  position: relative;
}
@media screen and (min-width: 751px) {
  #visualArea .in .infoBox .bnrContest {
    position: absolute;
    top: -310px;
    right: 0px;
  }
}
@media screen and (max-width: 750px) {
  #visualArea .in .infoBox .bnrContest {
    margin-bottom: 6vw;
  }
}
@media screen and (min-width: 751px) {
  #visualArea .in .infoBox .bnrContest.new:after {
    top: -14px;
    right: -2px;
  }
}
@media screen and (max-width: 750px) {
  #visualArea .in .infoBox .bnrContest.new:after {
    width: 14vw;
    height: 8vw;
  }
}
@media screen and (min-width: 751px) {
  #visualArea .in .infoBox h1 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  #visualArea .in .infoBox h1 {
    margin-bottom: 2vw;
  }
}
#visualArea .in .infoBox p {
  text-align: right;
}
@media screen and (min-width: 751px) {
  #visualArea .in .infoBox p {
    padding-top: 10px;
  }
}
@media screen and (min-width: 751px) {
  #visualArea .in .infoBox .rBox {
    float: right;
    width: 570px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  #visualArea .in .infoBox .rBox .movieBox {
    position: relative;
    margin: 8vw 0;
  }
}
@media screen and (max-width: 750px) {
  #visualArea .in .infoBox .rBox .movieBox h1 {
    width: 18vw;
  }
}
@media screen and (min-width: 751px) {
  #visualArea .in .infoBox .rBox .movieBox ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
#visualArea .in .infoBox .rBox .movieBox ul li {
  position: relative;
}
@media screen and (max-width: 750px) {
  #visualArea .in .infoBox .rBox .movieBox ul li {
    border-bottom: solid 1px #5158a7;
    padding: 3vw 0;
  }
}
@media screen and (min-width: 751px) {
  #visualArea .in .infoBox .rBox .movieBox ul li.new:after {
    top: -20px;
    right: -10px;
  }
}
@media screen and (max-width: 750px) {
  #visualArea .in .infoBox .rBox .movieBox ul li.new:after {
    width: 14vw;
    height: 8vw;
  }
}
@media screen and (max-width: 750px) {
  #visualArea .in .infoBox .rBox .movieBox p {
    position: absolute;
    top: -0.8vw;
    right: 0;
    width: 42vw;
  }
}
@media screen and (max-width: 750px) {
  #visualArea .in .infoBox .rBox .topicsBox {
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 750px) {
  #visualArea .in .infoBox .rBox .topicsBox h1 {
    width: 19vw;
  }
}
#visualArea .in .infoBox .rBox .topicsBox ul {
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: scroll;
}
#visualArea .in .infoBox .rBox .topicsBox ul::-webkit-scrollbar {
  width: 10px;
}
#visualArea .in .infoBox .rBox .topicsBox ul::-webkit-scrollbar-track {
  background-color: #333;
}
#visualArea .in .infoBox .rBox .topicsBox ul::-webkit-scrollbar-thumb {
  background-color: #000;
}
@media screen and (min-width: 751px) {
  #visualArea .in .infoBox .rBox .topicsBox ul {
    height: 288px;
    padding: 0 20px 10px;
  }
}
@media screen and (max-width: 750px) {
  #visualArea .in .infoBox .rBox .topicsBox ul {
    height: 46vw;
    padding: 0 5vw 1vw;
  }
}
#visualArea .in .infoBox .rBox .topicsBox ul li {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  line-height: 1.6;
  color: #fff;
  border-bottom: solid 1px #7a7a7a;
}
@media screen and (min-width: 751px) {
  #visualArea .in .infoBox .rBox .topicsBox ul li {
    font-size: 15px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 750px) {
  #visualArea .in .infoBox .rBox .topicsBox ul li {
    font-size: 4vw;
    padding: 2vw 0;
  }
}
#visualArea .in .infoBox .rBox .topicsBox ul li dl dd a {
  color: #e8b902;
}
@media screen and (min-width: 751px) {
  #visualArea .in .infoBox .twBox {
    float: left;
    width: 420px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  #visualArea .in .infoBox .twBox {
    position: relative;
  }
}
@media screen and (max-width: 750px) {
  #visualArea .in .infoBox .twBox h1 {
    width: 24vw;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 750px) {
  #visualArea .in .infoBox .twBox p {
    position: absolute;
    top: -1vw;
    right: 0;
    width: 36vw;
  }
}

#contentArea {
  text-align: center;
  background: rgb(12, 23, 136);
}
@media screen and (min-width: 751px) {
  #contentArea {
    padding-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  #contentArea {
    padding-top: 6vw;
  }
}
#contentArea .voiceActor {
  position: relative;
}
@media screen and (min-width: 751px) {
  #contentArea .voiceActor {
    width: 1018px;
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 750px) {
  #contentArea .voiceActor {
    width: 94%;
    margin: 0 auto 6vw;
  }
}
#contentArea .voiceActor .btn {
  position: absolute;
}
@media screen and (min-width: 751px) {
  #contentArea .voiceActor .btn {
    width: 240px;
    top: 474px;
    left: 160px;
  }
}
@media screen and (max-width: 750px) {
  #contentArea .voiceActor .btn {
    width: 50vw;
    top: 147vw;
    left: calc(50% - 25vw);
  }
}
#contentArea .voiceActor .btn img {
  width: 100%;
}
#contentArea .chart {
  position: relative;
}
@media screen and (min-width: 751px) {
  #contentArea .chart {
    width: 1020px;
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 750px) {
  #contentArea .chart {
    width: 94%;
    margin: 0 auto 6vw;
  }
}
#contentArea .chart .btn {
  position: absolute;
}
@media screen and (min-width: 751px) {
  #contentArea .chart .btn {
    bottom: 28px;
    left: calc(50% - 162px);
  }
}
@media screen and (max-width: 750px) {
  #contentArea .chart .btn {
    width: 36vw;
    bottom: 2vw;
    left: calc(50% - 18vw);
  }
}
#contentArea .kokusei {
  position: relative;
}
@media screen and (min-width: 751px) {
  #contentArea .kokusei {
    width: 753px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 750px) {
  #contentArea .kokusei {
    width: 94%;
    margin: 0 auto 3vw;
  }
}
@media screen and (min-width: 751px) {
  #contentArea #aboutArea {
    background-color: #1d3cb1;
    background-image: url(/flo/assets/img/top/bg_about_top.jpg), url(/flo/assets/img/top/bg_about_rep.jpg);
    background-repeat: no-repeat, repeat-y;
    background-position: center top, center top;
    background-size: 100% auto, auto;
    padding: 60px 0 20px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 750px) {
  #contentArea #aboutArea {
    background: #1d3cb1 url(/flo/assets/img/top/bg_about_top.jpg) no-repeat center top;
    background-size: 146% auto, auto;
  }
}
@media screen and (min-width: 751px) {
  #contentArea #aboutArea .topBox {
    width: 1010px;
    margin: 0 auto 40px;
  }
}
@media screen and (min-width: 751px) {
  #contentArea #aboutArea .topBox h1 {
    float: left;
  }
}
@media screen and (max-width: 750px) {
  #contentArea #aboutArea .topBox h1 {
    margin: -8vw 0 2vw;
  }
}
#contentArea #aboutArea .topBox .anchorBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (min-width: 751px) {
  #contentArea #aboutArea .topBox .anchorBtn {
    float: right;
    width: 460px;
  }
}
@media screen and (max-width: 750px) {
  #contentArea #aboutArea .topBox .anchorBtn {
    width: 94%;
    margin: 0 auto 4vw;
  }
}
@media screen and (max-width: 750px) {
  #contentArea #aboutArea .topBox .anchorBtn li {
    width: 31%;
  }
}
@media screen and (min-width: 751px) {
  #contentArea #aboutArea .aboutBox li {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 750px) {
  #contentArea #aboutArea .aboutBox li {
    margin-bottom: 6vw;
  }
}
#contentArea #aboutArea .aboutBox li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 751px) {
  #contentArea #storyArea {
    background: url(/flo/assets/img/top/bg_story.jpg) no-repeat center bottom;
    padding: 60px 0 520px;
  }
}
@media screen and (max-width: 750px) {
  #contentArea #storyArea {
    background: #1937aa;
    padding-top: 10vw;
  }
}
@media screen and (min-width: 751px) {
  #contentArea #storyArea h1 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 750px) {
  #contentArea #storyArea h1 {
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 751px) {
  #contentArea #bnrArea {
    background: #0d178a;
    padding: 60px 0;
  }
}
@media screen and (max-width: 750px) {
  #contentArea #bnrArea {
    background: #1c215d;
    padding: 6vw 0;
  }
}
@media screen and (min-width: 751px) {
  #contentArea #bnrArea h1 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  #contentArea #bnrArea h1 {
    width: 50%;
    margin: 0 auto 3vw;
  }
}
#contentArea #bnrArea .bnr {
  border-top: solid 1px #2246bc;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  #contentArea #bnrArea .bnr {
    width: 1020px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 750px) {
  #contentArea #bnrArea .bnr {
    width: 94%;
    padding: 3vw 0;
  }
}
#contentArea #bnrArea ul {
  border-top: solid 1px #2246bc;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  #contentArea #bnrArea ul {
    width: 678px;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (max-width: 750px) {
  #contentArea #bnrArea ul {
    width: 94%;
    padding-top: 3vw;
  }
}
@media screen and (max-width: 750px) {
  #contentArea #bnrArea ul li {
    width: 49%;
    margin-bottom: 3vw;
  }
  #contentArea #bnrArea ul li:nth-child(1) {
    float: left;
  }
  #contentArea #bnrArea ul li:nth-child(2) {
    float: right;
  }
}