@charset "UTF-8";
/* ==========================================================
  フォント
========================================================== */
/* ===================================================================
CSS information
 file name  :top.css
 style info :トップページのスタイル
=================================================================== */
/* ==========================================================
    MODULE
  ========================================================== */
/* ==========================================================
    VISUAL
  ========================================================== */
#topVisual {
  width: 100%;
}
@media screen and (min-width: 751px) {
  #topVisual {
    min-width: 1250px;
    background: #004169 url(../img/top/bg_visual.jpg) no-repeat center top;
  }
}
@media screen and (min-width: 751px) {
  #topVisual .inner {
    width: 1160px;
    margin: 0 auto;
    position: relative;
  }
}
@media screen and (min-width: 751px) {
  #topVisual .inner ul {
    width: 440px;
    position: absolute;
    bottom: 28px;
    left: 272px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 750px) {
  #topVisual .inner ul {
    display: none;
  }
}

/* ==========================================================
    TOPICS
  ========================================================== */
#topics {
  width: 100%;
}
@media screen and (min-width: 751px) {
  #topics {
    min-width: 1250px;
    height: 76px;
    background: url(../img/top/bg_topics_pc.png) repeat-x 0 0;
  }
}
@media screen and (max-width: 750px) {
  #topics {
    background: url(../img/top/bg_topics_sp.png) no-repeat 0 0;
    background-size: 100%;
    height: 18.65vw;
    position: relative;
  }
}
@media screen and (min-width: 751px) {
  #topics .inner {
    width: 1160px;
    margin: 0 auto;
    background: url(../img/top/bg_topics_inner.png) no-repeat 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    position: relative;
  }
}
#topics .inner h1 {
  color: #fff4db;
  font-weight: bolder;
  text-shadow: -1px 3px 0 #49120d, 0 3px 0 #49120d, 0 4px 0 #49120d, 0 4px 1px rgba(0, 0, 0, 0.1), 0 0 4px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 4px rgba(0, 0, 0, 0.2), #49120d 2px 0px, #49120d -2px 0px, #49120d 0px -2px, #49120d 0px 2px, #49120d 2px 2px, #49120d -2px 2px, #49120d 2px -2px, #49120d -2px -2px, #49120d 1px 2px, #49120d -1px 2px, #49120d 1px -2px, #49120d -1px -2px, #49120d 2px 1px, #49120d -2px 1px, #49120d 2px -1px, #49120d -2px -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 751px) {
  #topics .inner h1 {
    font-size: 18px;
    width: 177px;
    margin-right: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 750px) {
  #topics .inner h1 {
    font-size: 3.4vw;
    width: 100%;
    padding: 1vw 5.2vw 1.2vw;
    text-align: left;
  }
}
#topics .inner h1 span {
  position: relative;
}
@media screen and (min-width: 751px) {
  #topics .inner h1 span {
    top: -3px;
  }
}
#topics .inner div.ticker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  #topics .inner div.ticker {
    width: 920px;
    height: 76px;
    float: right;
  }
}
@media screen and (max-width: 750px) {
  #topics .inner div.ticker {
    font-size: 3vw;
    width: 96%;
    margin: 0 auto;
    padding: 2vw 0;
  }
}
#topics .inner div.ticker ul {
  height: 1.6em;
}
@media screen and (max-width: 750px) {
  #topics .inner div.ticker ul {
    padding: 0 1vw;
  }
}
#topics .inner div.ticker ul li {
  float: left;
  display: inline;
  clear: both;
  text-align: left;
  list-style-type: none;
  position: relative;
  line-height: 1.6em;
  margin-bottom: -1.6em;
}
#topics .inner div.ticker ul li dl {
  white-space: nowrap;
}
#topics .inner div.ticker ul li dl dt {
  display: inline;
}
@media screen and (min-width: 751px) {
  #topics .inner div.ticker ul li dl dt {
    margin-right: 20px;
  }
}
@media screen and (max-width: 750px) {
  #topics .inner div.ticker ul li dl dt {
    margin-right: 1vw;
  }
}
#topics .inner div.ticker ul li dl dd {
  display: inline;
}
#topics .inner div.ticker ul li dl dd a {
  color: #0072ff;
  border-bottom: solid 1px #0072ff;
}

/* ==========================================================
    CONTENT
  ========================================================== */
@-webkit-keyframes bg-slider {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1853px 0;
  }
}
@keyframes bg-slider {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1853px 0;
  }
}
#content {
  background: #197381 url("../img/top/bg_fade.jpg") no-repeat center top;
}
@media screen and (min-width: 751px) {
  #content {
    min-width: 1250px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  #content {
    padding-top: 6vw;
  }
}
@media screen and (min-width: 751px) {
  #content .bnrSale {
    width: 960px;
    margin: 20px auto 40px;
  }
}
@media screen and (max-width: 750px) {
  #content .bnrSale {
    width: 92%;
    margin: 0 auto 2vw;
  }
}
#content .bnrSale a:before {
  display: none;
}
@media screen and (min-width: 751px) {
  #content .bnrSale.new:after {
    top: -18px;
    right: 18px;
  }
}
@media screen and (min-width: 751px) {
  #content .bnrArea {
    width: 960px;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 750px) {
  #content .bnrArea {
    width: 96%;
    padding-top: 4vw;
    margin: 0 auto 6vw;
  }
}
#content .bnrArea h1 {
  position: relative;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 751px) {
  #content .bnrArea h1 {
    width: auto;
    height: auto;
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 750px) {
  #content .bnrArea h1 {
    margin: 0 0 2vw;
  }
}
#content .bnrArea h1:before {
  display: none;
}
@media screen and (min-width: 751px) {
  #content .bnrArea h1.new:after {
    top: 0;
    right: 64px;
  }
}
@media screen and (max-width: 750px) {
  #content .bnrArea h1.new:after {
    right: 4vw;
    top: 0;
  }
}
@media screen and (min-width: 751px) {
  #content .bnrArea ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
#content .bnrArea ul li {
  position: relative;
}
@media screen and (min-width: 751px) {
  #content .bnrArea ul li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  #content .bnrArea ul li {
    width: 96%;
    margin: 0 auto 3vw;
  }
}
#content .bnrArea ul li .txtBtn {
  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;
  position: relative;
  color: #57100b;
  line-height: 1.6;
  text-align: center;
  text-decoration: none;
  background: #fffdef;
  border: solid 2px #4c1821;
  border-radius: 100px;
  -webkit-box-shadow: 2px 4px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 2px 4px 0 rgba(0, 0, 0, 0.4);
  height: 4.6em;
  margin-top: 0.6em;
}
@media screen and (min-width: 751px) {
  #content .bnrArea ul li .txtBtn {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  #content .bnrArea ul li .txtBtn {
    font-size: 3.4vw;
    width: 86%;
    margin-inline: auto;
  }
}
#content .bnrArea ul li .txtBtn:after {
  content: "";
  border: 0;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 1.5em;
  width: 0.5em;
  aspect-ratio: 1/1;
  border-top: solid 0.2em #57100b;
  border-right: solid 0.2em #57100b;
}
#content .bnrArea ul li .txtBtn.xBtn:before {
  content: "";
  border-radius: 100%;
  background: #000 url(/assets/img/shared/btn_x.svg) no-repeat center center/52%;
  position: absolute;
  top: 50%;
  left: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3em;
  aspect-ratio: 1/1;
}
#content .inner {
  margin: 0px auto;
  border: solid 1px #1ecfdb;
  border-top: none;
}
@media screen and (min-width: 751px) {
  #content .inner {
    max-width: 1450px;
    padding: 30px 0;
  }
}
@media screen and (max-width: 750px) {
  #content .inner {
    padding: 6vw 0;
    line-height: 1.4;
    border-left: none;
    border-right: none;
  }
}
#content h1 {
  font-weight: bolder;
  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;
}
@media screen and (min-width: 751px) {
  #content h1 {
    background: url(../img/shared/bg_h1_pc.png) no-repeat center;
    border-radius: 10px;
    width: 904px;
    height: 108px;
    margin: -70px auto 30px;
  }
}
@media screen and (max-width: 750px) {
  #content h1 {
    background: url(../img/shared/bg_h1_sp.png) no-repeat center/contain;
    height: 21vw;
    margin: -12vw auto 6vw;
    padding: 2vw 0;
  }
}
@media screen and (min-width: 751px) {
  #content h1 span {
    margin-top: -8px;
  }
}
@media screen and (max-width: 750px) {
  #content h1 span {
    margin-top: -1vw;
  }
}
@media screen and (min-width: 751px) {
  #content h1.exhd:before {
    content: url(../img/top/icn_h1.png);
    position: relative;
    top: -20px;
    right: 70px;
  }
}
@media screen and (max-width: 750px) {
  #content h1.exhd:before {
    content: "";
    display: inline-block;
    background: url(../img/top/icn_h1.png) no-repeat 0 0;
    background-size: 100%;
    width: 24%;
    padding-bottom: 100%;
    position: absolute;
    left: 6.4vw;
    top: -17vw;
  }
}
@media screen and (min-width: 751px) {
  #content h1.exhd span {
    left: -60px;
  }
}
#content h1 span {
  color: #fff2d5;
  text-shadow: 0.1em 0.1em 0 #49120d;
}
@media screen and (min-width: 751px) {
  #content h1 span {
    font-size: 44px;
    position: relative;
  }
}
@media screen and (max-width: 750px) {
  #content h1 span {
    font-size: 6.6vw;
    line-height: 1.3;
  }
}
#content .read {
  color: #fff2d5;
  font-weight: bolder;
  text-shadow: 0.1em 0.1em 0 #012e35;
}
@media screen and (min-width: 751px) {
  #content .read {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 10px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 750px) {
  #content .read {
    font-size: 5.4vw;
    line-height: 1.5;
    margin-bottom: 4vw;
  }
}
#content .read em {
  color: #ffd200;
  font-weight: bolder;
}
@media screen and (min-width: 751px) {
  #content .read .char-small {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  #content .read .char-small {
    display: inline-block;
    margin-top: 2vw;
    font-size: 4vw;
  }
}
#content .topArea {
  width: 100%;
}
#content .topArea .inner {
  background: none;
  border: none;
}
@media screen and (min-width: 751px) {
  #content .topArea .inner {
    width: 1160px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  #content .topArea .inner {
    padding: 4vw 0 10vw;
  }
}
@media screen and (min-width: 751px) {
  #content .topArea .inner .pv {
    width: 550px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 750px) {
  #content .topArea .inner .pv {
    width: 92%;
    margin: 0 auto 4vw;
  }
}
#content .topArea .inner .pv img {
  width: 100%;
}
#content .topArea .inner .tvcm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 750px) {
  #content .topArea .inner .tvcm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 4vw 0;
    width: 92%;
    margin: 0 auto 4vw;
  }
}
@media screen and (min-width: 751px) {
  #content .topArea .inner .tvcm li {
    width: 32%;
  }
}
#content .topArea .inner .tvcm li img {
  width: 100%;
}
#content .fade {
  width: 100%;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 751px) {
  #content .fade {
    padding: 30px 0px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 750px) {
  #content .fade {
    padding: 1vw 0 3vw;
    margin-bottom: 8vw;
  }
}
#content .fade .inner {
  position: relative;
}
@media screen and (min-width: 751px) {
  #content .fade .inner {
    background: #175c67 url("../img/top/bg_fade_in.jpg") no-repeat center top;
    margin-top: 65px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 750px) {
  #content .fade .inner {
    background: #175c67 url("../img/top/bg_fade_in.jpg") no-repeat top center;
    margin-top: 6vw;
  }
}
#content .fade .inner .fadeBox {
  width: 100%;
  position: relative;
  background: url("../img/top/bg_slide.jpg") repeat-x 0 0;
  background-size: auto 100%;
  -webkit-animation: bg-slider 21s linear infinite;
          animation: bg-slider 21s linear infinite;
}
@media screen and (min-width: 751px) {
  #content .fade .inner .fadeBox {
    height: 550px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 750px) {
  #content .fade .inner .fadeBox {
    height: 74vw;
    margin-bottom: 8vw;
  }
}
#content .fade .inner .fadeBox:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: -6px;
  height: 6px;
  background: url(../img/shared/flame_border.png) repeat-x center top/900px 4px;
  border-top: 1px solid #3d2b19;
  border-bottom: 1px solid #e1ba50;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#content .fade .inner .fadeBox:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -6px;
  height: 6px;
  background: url(../img/shared/flame_border.png) repeat-x center top/900px 4px;
  border-top: 1px solid #e1ba50;
  border-bottom: 1px solid #3d2b19;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#content .fade .inner .fadeBox #fadeWrap {
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 751px) {
  #content .fade .inner .fadeBox #fadeWrap {
    width: 536px;
    top: -4px;
  }
}
@media screen and (max-width: 750px) {
  #content .fade .inner .fadeBox #fadeWrap {
    width: 80%;
    height: 100%;
  }
}
#content .fade .inner .fadeBox #fadeWrap .chara01 {
  position: absolute;
  z-index: 9998;
}
@media screen and (min-width: 751px) {
  #content .fade .inner .fadeBox #fadeWrap .chara01 {
    left: calc(50% - 565px);
    top: -47px;
  }
}
@media screen and (max-width: 750px) {
  #content .fade .inner .fadeBox #fadeWrap .chara01 {
    width: 40%;
    left: -19vw;
    top: -10vw;
  }
}
#content .fade .inner .fadeBox #fadeWrap .chara02 {
  position: absolute;
  z-index: 9998;
}
@media screen and (min-width: 751px) {
  #content .fade .inner .fadeBox #fadeWrap .chara02 {
    left: calc(50% - 336px);
    top: 78px;
  }
}
@media screen and (max-width: 750px) {
  #content .fade .inner .fadeBox #fadeWrap .chara02 {
    width: 45%;
    bottom: -6vw;
    right: -20vw;
  }
}
#content .fade .inner .fadeBox #fadeWrap .fadeArea {
  background: url("../img/top/bg_smartphone.png") no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  z-index: 9999;
}
@media screen and (min-width: 751px) {
  #content .fade .inner .fadeBox #fadeWrap .fadeArea {
    width: 262px;
    height: 518px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 750px) {
  #content .fade .inner .fadeBox #fadeWrap .fadeArea {
    width: 35vw;
    height: 67.5vw;
    padding: 7vw 0 0;
    background-size: contain;
  }
}
@media screen and (max-width: 750px) {
  #content .fade .inner .fadeBox #fadeWrap .fadeArea .slides {
    padding: 0;
  }
}
#content .fade .inner .fadeBox #fadeWrap .fadeArea img {
  border: solid 1px #000;
}
@media screen and (max-width: 750px) {
  #content .fade .inner .fadeBox #fadeWrap .fadeArea img {
    width: 86%;
  }
}
@media screen and (min-width: 751px) {
  #content .fade .inner .fadeBox #fadeWrap .fadeArea:nth-child(1) {
    left: calc(50% - 79px);
    top: 25px;
  }
}
@media screen and (max-width: 750px) {
  #content .fade .inner .fadeBox #fadeWrap .fadeArea:nth-child(1) {
    left: 4vw;
    top: 3vw;
  }
}
@media screen and (min-width: 751px) {
  #content .fade .inner .fadeBox #fadeWrap .fadeArea:nth-child(2) {
    left: calc(50% + 195px);
    top: 25px;
  }
}
@media screen and (max-width: 750px) {
  #content .fade .inner .fadeBox #fadeWrap .fadeArea:nth-child(2) {
    right: 4vw;
    top: 3vw;
  }
}
#content .fade .inner .fadeBox .flexslider .slides {
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  #content .fade .inner .fadeBox .flexslider .slides {
    padding: 0 4vw;
  }
}
#content .fade .inner .fadeBox .flexslider .slides li {
  display: inline-block;
}
#content .fade .inner .fadeBox .flexslider .slides li:nth-child(n+2) {
  display: none;
}
@media screen and (min-width: 751px) {
  #content .fade .inner .read.bottom {
    padding-bottom: 20px;
  }
}
#content .fade .inner .slideArea .slides li {
  position: relative;
}
#content .fade .inner .slideArea .slides li:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
}
@media screen and (min-width: 751px) {
  #content .fade .inner .slideArea .slides li:after {
    height: calc(100% + 8px);
    top: 0;
    background: url(../img/top/frame_slider_pc.png) no-repeat center top;
  }
}
@media screen and (max-width: 750px) {
  #content .fade .inner .slideArea .slides li:after {
    height: 105%;
    top: -0.2vw;
    background: url(../img/top/frame_slider_sp.png) no-repeat center top;
    background-size: 97% auto;
  }
}
@media screen and (min-width: 751px) {
  #content .fade .inner .slideArea .slides li div {
    padding-top: 4px;
  }
}
@media screen and (max-width: 750px) {
  #content .fade .inner .slideArea .frame_boder {
    width: 96%;
    border-radius: 2.5vw;
    border-color: transparent;
  }
}
@media screen and (max-width: 750px) {
  #content .fade .inner .slideArea .flex-control-nav {
    padding-top: 2%;
  }
}
#content .fade .inner .tagoArea {
  margin: 0 auto;
  position: relative;
  z-index: 9999;
}
@media screen and (min-width: 751px) {
  #content .fade .inner .tagoArea {
    width: 1000px;
    height: 374px;
    padding: 37px 75px 0;
    background: url("../img/top/bg_tago_pc.png") no-repeat center center;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 750px) {
  #content .fade .inner .tagoArea {
    width: 96%;
    padding: 8% 4%;
    background: url("../img/top/bg_tago_sp.png") no-repeat center center;
    background-size: 100%;
    margin-bottom: 4%;
  }
}
#content .fade .inner .tagoArea figure {
  float: left;
}
@media screen and (max-width: 750px) {
  #content .fade .inner .tagoArea figure {
    width: 40%;
    padding-top: 3%;
  }
}
#content .fade .inner .tagoArea .tagoBox {
  float: right;
  text-align: left;
}
@media screen and (min-width: 751px) {
  #content .fade .inner .tagoArea .tagoBox {
    width: 580px;
  }
}
@media screen and (max-width: 750px) {
  #content .fade .inner .tagoArea .tagoBox {
    width: 56%;
  }
}
#content .fade .inner .tagoArea .tagoBox h2 {
  color: #c60000;
  font-weight: bolder;
  text-shadow: 0.1em 0.1em 0 #e4d4ba;
}
@media screen and (min-width: 751px) {
  #content .fade .inner .tagoArea .tagoBox h2 {
    font-size: 40px;
    width: 376px;
    height: 58px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  #content .fade .inner .tagoArea .tagoBox h2 {
    font-size: 5.2vw;
    width: 100%;
    padding: 2%;
    background-size: 100%;
  }
}
#content .fade .inner .tagoArea .tagoBox h3 {
  text-shadow: 0.1em 0.1em 0 #e4d4ba;
}
@media screen and (min-width: 751px) {
  #content .fade .inner .tagoArea .tagoBox h3 {
    font-size: 18px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 750px) {
  #content .fade .inner .tagoArea .tagoBox h3 {
    font-size: 3vw;
    margin-left: 2%;
  }
}
#content .fade .inner .tagoArea .tagoBox dl {
  line-height: 1.6;
}
@media screen and (min-width: 751px) {
  #content .fade .inner .tagoArea .tagoBox dl {
    margin: -10px 0px 0px 20px;
  }
}
@media screen and (max-width: 750px) {
  #content .fade .inner .tagoArea .tagoBox dl {
    margin: -2% 0% 0% 2%;
  }
}
#content .fade .inner .tagoArea .tagoBox dl dt {
  font-weight: bolder;
  text-shadow: 0.1em 0.1em 0 #e4d4ba;
}
@media screen and (min-width: 751px) {
  #content .fade .inner .tagoArea .tagoBox dl dt {
    font-size: 40px;
  }
}
@media screen and (max-width: 750px) {
  #content .fade .inner .tagoArea .tagoBox dl dt {
    font-size: 6vw;
  }
}
@media screen and (min-width: 751px) {
  #content .fade .inner .tagoArea .tagoBox dl dt span {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  #content .fade .inner .tagoArea .tagoBox dl dt span {
    font-size: 2.6vw;
  }
}
@media screen and (min-width: 751px) {
  #content .fade .inner .tagoArea .tagoBox dl dd {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  #content .fade .inner .tagoArea .tagoBox dl dd {
    font-size: 2.6vw;
  }
}
#content .nazo {
  width: 100%;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 751px) {
  #content .nazo {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 750px) {
  #content .nazo {
    margin-bottom: 8%;
  }
}
#content .nazo .inner {
  position: relative;
}
@media screen and (min-width: 751px) {
  #content .nazo .inner {
    background: #175c67 url("../img/top/bg_fade_in.jpg") no-repeat center top;
    margin-top: 65px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 750px) {
  #content .nazo .inner {
    background: #175c67 url("../img/top/bg_fade_in.jpg") no-repeat top center;
    margin-top: 6%;
  }
}
@media screen and (min-width: 751px) {
  #content .nazo .kaimei {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 750px) {
  #content .nazo .kaimei {
    margin-bottom: 7%;
  }
  #content .nazo .kaimei img {
    width: 97.5%;
  }
}
#content .nazo h2 {
  color: #fff4db;
  font-weight: bolder;
  text-shadow: 0.1em 0.1em 0 #49120d;
  background: url(../img/top/bg_tit_story.png) no-repeat left center;
}
@media screen and (min-width: 751px) {
  #content .nazo h2 {
    font-size: 40px;
    height: 84px;
    width: 334px;
    margin: 0 auto 40px;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  #content .nazo h2 {
    font-size: 7vw;
    background-size: 100%;
    width: 70%;
    margin: 0% auto 6%;
    padding: 2.8% 0 4%;
    text-align: center;
  }
}
#content .nazo .minigame-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 751px) {
  #content .nazo .minigame-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1160px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  #content .nazo .minigame-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
#content .nazo .minigame-list .minigame-item {
  width: 76%;
  margin: 0 auto;
  margin-bottom: 3%;
}
#content .story {
  position: relative;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 751px) {
  #content .story {
    background: #fff4db url(../img/top/bg_story.jpg) no-repeat center top;
    padding: 60px 0px 60px;
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 750px) {
  #content .story {
    background: #fff4db url(../img/top/bg_story.jpg) no-repeat center 5%;
    padding: 10% 0 3%;
    margin-bottom: 14%;
  }
}
#content .story h2 {
  color: #fff4db;
  font-weight: bolder;
  text-shadow: 0.1em 0.1em 0 #49120d;
  background: url(../img/top/bg_tit_story.png) no-repeat left center;
}
@media screen and (min-width: 751px) {
  #content .story h2 {
    font-size: 40px;
    height: 84px;
    width: 334px;
    margin: 0 auto 20px;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  #content .story h2 {
    font-size: 7vw;
    background-size: 100%;
    width: 70%;
    margin: 0% auto 4%;
    padding: 2.8% 0 4%;
    text-align: center;
  }
}
#content .story .inner {
  background: none;
  border: none;
  position: relative;
  text-align: left;
}
@media screen and (min-width: 751px) {
  #content .story .inner {
    width: 1160px;
    height: 960px;
    padding: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  #content .story .inner {
    padding: 0;
    margin: 0 auto 6%;
  }
}
@media screen and (min-width: 751px) {
  #content .story .inner .boxL {
    width: 680px;
    float: left;
  }
}
#content .story .inner .boxL p {
  color: #541500;
  text-shadow: 2px 2px 1px #fff4db, -2px 2px 1px #fff4db, 2px -2px 1px #fff4db, -2px -2px 1px #fff4db;
}
@media screen and (min-width: 751px) {
  #content .story .inner .boxL p {
    font-size: 19px;
    margin-bottom: 20px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 750px) {
  #content .story .inner .boxL p {
    font-size: 3.2vw;
    margin: 0% auto 2%;
    width: 92%;
    line-height: 1.6;
  }
}
@media screen and (min-width: 751px) {
  #content .story .inner .ss {
    width: 496px;
    bottom: 61px;
  }
}
@media screen and (max-width: 750px) {
  #content .story .inner .ss {
    width: 66.6%;
    margin: 0 auto;
  }
}
#content .story .inner .ss li {
  position: relative;
  border: solid 2px #765535;
  border-radius: 12px;
}
#content .story .inner .ss li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: solid 1px #fff;
  border-radius: 10px;
}
#content .story .inner .ss li img {
  border-radius: 10px;
}
#content .story .inner .ss li:nth-child(1) {
  float: left;
}
@media screen and (max-width: 750px) {
  #content .story .inner .ss li:nth-child(1) {
    width: 61.5%;
  }
}
#content .story .inner .ss li:nth-child(2) {
  float: right;
}
@media screen and (max-width: 750px) {
  #content .story .inner .ss li:nth-child(2) {
    width: 36.5%;
  }
}
@media screen and (min-width: 751px) {
  #content .story .inner .boxR {
    width: 304px;
    float: right;
    margin-top: -12px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 750px) {
  #content .story .inner .boxR {
    padding-top: 4%;
    margin-bottom: 9%;
  }
}
#content .story .inner .boxR .fadeArea {
  background: url(../img/top/bg_smartphone_story.png) no-repeat 0 0;
  text-align: center;
}
@media screen and (min-width: 751px) {
  #content .story .inner .boxR .fadeArea {
    width: 304px;
    height: 590px;
    padding-top: 58px;
  }
}
@media screen and (max-width: 750px) {
  #content .story .inner .boxR .fadeArea {
    width: 60%;
    margin: 0 auto;
    background-size: 100%;
    padding: 12% 0% 11%;
  }
}
#content .story .inner .boxR .fadeArea img {
  border: solid 1px #000;
}
@media screen and (max-width: 750px) {
  #content .story .inner .boxR .fadeArea img {
    width: 87%;
  }
}
@media screen and (min-width: 751px) {
  #content .story .decoration {
    position: absolute;
    z-index: 10;
    left: calc(50% - 22px);
    top: 551px;
    width: 548px;
  }
  #content .story .decoration img {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #content .story .decoration {
    position: relative;
    margin: -10px auto 0px;
    width: 89.4%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  #content .story .story_sp img {
    width: 94%;
    margin: 0 auto;
  }
}
#content .character {
  width: 100%;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 751px) {
  #content .character {
    padding: 5px 0 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  #content .character {
    padding: 0 0 10%;
  }
}
#content .character .inner {
  position: relative;
}
@media screen and (min-width: 751px) {
  #content .character .inner {
    background: #175c67 url("../img/top/bg_fade_in.jpg") no-repeat center top;
    margin-top: 65px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 750px) {
  #content .character .inner {
    background: #175c67 url("../img/top/bg_fade_in.jpg") no-repeat top;
    margin-top: 18%;
  }
}
@media screen and (max-width: 750px) {
  #content .character .inner h1 {
    position: relative;
    z-index: 1;
    margin-bottom: -4%;
  }
  #content .character .inner h1:before {
    left: 1.6%;
  }
}
#content .character .character-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 751px) {
  #content .character .character-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1160px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  #content .character .character-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 0 1%;
  }
}
#content .character .character-list .character-item {
  position: relative;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 5px;
}
@media screen and (min-width: 751px) {
  #content .character .character-list .character-item:nth-of-type(1) {
    margin-left: 190px;
  }
  #content .character .character-list .character-item:nth-of-type(2) {
    margin-right: 190px;
  }
}
@media screen and (max-width: 750px) {
  #content .character .character-list .character-item {
    width: 47.6%;
    margin-bottom: 1.5vw;
  }
  #content .character .character-list .character-item:nth-of-type(odd) {
    margin-right: 3%;
  }
}
#content .character .character-list .character-item .character-item-name {
  position: absolute;
  color: #c60000;
  text-align: left;
  text-shadow: #ffffef 2px 0px, #ffffef -2px 0px, #ffffef 0px -2px, #ffffef 0px 2px, #ffffef 2px 2px, #ffffef -2px 2px, #ffffef 2px -2px, #ffffef -2px -2px, #ffffef 1px 2px, #ffffef -1px 2px, #ffffef 1px -2px, #ffffef -1px -2px, #ffffef 2px 1px, #ffffef -2px 1px, #ffffef 2px -1px, #ffffef -2px -1px;
}
@media screen and (min-width: 751px) {
  #content .character .character-list .character-item .character-item-name {
    left: 25px;
    bottom: 210px;
    font-size: 32px;
    line-height: 34px;
  }
}
@media screen and (max-width: 750px) {
  #content .character .character-list .character-item .character-item-name {
    left: 7%;
    bottom: 27vw;
    font-size: 5.3vw;
    line-height: 1.3em;
  }
}
#content .character .character-list .character-item .character-item-cv {
  position: absolute;
  color: #00315e;
  text-shadow: #ffffef 2px 0px, #ffffef -2px 0px, #ffffef 0px -2px, #ffffef 0px 2px, #ffffef 2px 2px, #ffffef -2px 2px, #ffffef 2px -2px, #ffffef -2px -2px, #ffffef 1px 2px, #ffffef -1px 2px, #ffffef 1px -2px, #ffffef -1px -2px, #ffffef 2px 1px, #ffffef -2px 1px, #ffffef 2px -1px, #ffffef -2px -1px;
}
@media screen and (min-width: 751px) {
  #content .character .character-list .character-item .character-item-cv {
    left: 25px;
    bottom: 165px;
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  #content .character .character-list .character-item .character-item-cv {
    left: 7%;
    bottom: 21vw;
    font-size: 3.4vw;
  }
}
#content .character .character-list .character-item .character-item-text {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  color: #541500;
  text-shadow: #fff4db 2px 0px, #fff4db -2px 0px, #fff4db 0px -2px, #fff4db 0px 2px, #fff4db 2px 2px, #fff4db -2px 2px, #fff4db 2px -2px, #fff4db -2px -2px, #fff4db 1px 2px, #fff4db -1px 2px, #fff4db 1px -2px, #fff4db -1px -2px, #fff4db 2px 1px, #fff4db -2px 1px, #fff4db 2px -1px, #fff4db -2px -1px;
}
@media screen and (min-width: 751px) {
  #content .character .character-list .character-item .character-item-text {
    font-size: 19px;
    line-height: 30px;
    padding-top: 10px;
    height: 152px;
  }
}
@media screen and (max-width: 750px) {
  #content .character .character-list .character-item .character-item-text {
    font-size: 2.5vw;
    line-height: 1.7em;
    height: 18vw;
  }
}
#content .animeArea {
  text-align: center;
}
@media screen and (min-width: 751px) {
  #content .animeArea {
    background: #a70000;
    border-top: solid 2px #eddaac;
    border-bottom: solid 2px #eddaac;
  }
}
@media screen and (min-width: 751px) {
  #content .animeArea .inner {
    padding: 40px 0px 10px;
    background: none;
    border: none;
  }
}
@media screen and (max-width: 750px) {
  #content .animeArea .inner {
    padding: 6vw 2% 2vw;
    background: #952f2f;
    border: none;
  }
}
@media screen and (min-width: 751px) {
  #content .animeArea .inner .anime {
    margin: 30px 0;
  }
}
@media screen and (max-width: 750px) {
  #content .animeArea .inner .anime {
    width: 90%;
    margin: 4vw auto;
  }
}
#content .animeArea .inner .read {
  text-shadow: 0.1em 0.1em 0 #431e00;
  line-height: 1.6;
}
@media screen and (min-width: 751px) {
  #content .animeArea .inner .read {
    padding: 20px 0px;
  }
}
@media screen and (max-width: 750px) {
  #content .animeArea .inner .read {
    padding: 4% 0 0;
  }
}
@media screen and (min-width: 751px) {
  #content .animeArea .inner .read.top em {
    font-size: 50px;
  }
}
@media screen and (max-width: 750px) {
  #content .animeArea .inner .read.top em {
    font-size: 7.4vw;
  }
}
@media screen and (min-width: 751px) {
  #content .animeArea .inner ul {
    width: 910px;
    margin: 0 auto 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -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) {
  #content .animeArea .inner ul {
    width: 80%;
    margin: 0 auto 4%;
  }
}
@media screen and (min-width: 751px) {
  #content .animeArea .inner ul li {
    width: 432px;
  }
}
@media screen and (max-width: 750px) {
  #content .animeArea .inner ul li {
    margin-bottom: 10%;
  }
}
@media screen and (min-width: 751px) {
  #content .animeArea .inner ul li figure {
    width: 432px;
  }
  #content .animeArea .inner ul li figure img {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #content .animeArea .inner ul li figure {
    width: 94%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 751px) {
  #content .animeArea .inner .tBtn {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  #content .animeArea .inner .tBtn {
    width: 90%;
    margin: 0% auto 4%;
  }
}
#content .animeArea .inner .synopsis {
  margin: 0 auto;
  background: #fff4db;
  border-radius: 10px;
}
@media screen and (min-width: 751px) {
  #content .animeArea .inner .synopsis {
    font-size: 19px;
    width: 930px;
    padding: 20px 30px;
  }
}
@media screen and (max-width: 750px) {
  #content .animeArea .inner .synopsis {
    font-size: 4vw;
    width: 90%;
    padding: 4% 6%;
  }
}
#content .animeArea .inner .synopsis dl {
  text-align: left;
}
#content .animeArea .inner .synopsis dl dt {
  color: #197381;
}
@media screen and (max-width: 750px) {
  #content .animeArea .inner .synopsis dl dt {
    margin-bottom: 2%;
  }
}
@media screen and (min-width: 751px) {
  #content .animeArea .inner .synopsis dl dd {
    line-height: 1.6;
  }
}
#content .saleArea {
  text-align: center;
}
@media screen and (min-width: 751px) {
  #content .saleArea {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  #content .saleArea {
    margin-bottom: 8%;
  }
}
@media screen and (min-width: 751px) {
  #content .saleArea .inner {
    padding: 40px 0px;
    background: #7e0606 url("../img/top/bg_sale.png") no-repeat 98% 90%;
  }
}
@media screen and (max-width: 750px) {
  #content .saleArea .inner {
    background: #7e0606 url("../img/top/bg_sale.png") no-repeat center center;
  }
}
@media screen and (min-width: 751px) {
  #content .saleArea .inner .read {
    font-size: 44px;
    padding: 20px 0px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 750px) {
  #content .saleArea .inner .read {
    padding: 0% 0% 4%;
    line-height: 1.6;
  }
}
@media screen and (max-width: 750px) {
  #content .saleArea .inner figure {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 750px) {
  .slideArea {
    height: 64vw;
  }
}
@media screen and (max-width: 750px) {
  .slideArea .flex-control-paging li {
    margin: 0 1vw;
  }
}
@media screen and (max-width: 750px) {
  .slideArea .flex-control-paging li a {
    width: 3vw;
    height: 3vw;
  }
}