@charset "UTF-8";
/* ==========================================================
  フォント
========================================================== */
/* ===================================================================
CSS information
 file name  :top.css
 style info :トップページのスタイル
=================================================================== */
/* ==========================================================
    VISUAL
  ========================================================== */
#topVisual {
  width: 100%;
}
@media screen and (min-width: 751px) {
  #topVisual {
    min-width: 1250px;
    background: #d9a94b 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: 32px;
    left: 282px;
    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: 80px;
    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/100%;
    padding-bottom: 2vw;
    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: 5px;
    -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: 1.4vw 5.2vw 1.2vw;
    text-align: left;
  }
}
#topics .inner h1 span {
  position: relative;
}
@media screen and (min-width: 751px) {
  #topics .inner h1 span {
    top: -2px;
  }
}
#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: 860px;
    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;
}
#topics .inner p a {
  position: absolute;
  width: 6em;
  color: #fff;
  background: #a70000;
  border-radius: 6px;
  border: solid 2px #49120d;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 751px) {
  #topics .inner p a {
    bottom: 22%;
    right: 1.8%;
    padding: 0.4% 0% 0.6% 1em;
  }
}
@media screen and (max-width: 750px) {
  #topics .inner p a {
    font-size: 3vw;
    top: 1vw;
    right: 1vw;
    padding: 0 0 0.4vw 2.6vw;
  }
}
#topics .inner p a:after {
  content: "";
  border: 0px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
}
@media screen and (min-width: 751px) {
  #topics .inner p a:after {
    border-top: solid 3px #fff4db;
    border-right: solid 3px #fff4db;
    width: 6px;
    height: 6px;
    right: 14px;
    margin-top: -5px;
  }
}
@media screen and (max-width: 750px) {
  #topics .inner p a:after {
    border-top: solid 2px #fff4db;
    border-right: solid 2px #fff4db;
    width: 1vw;
    height: 1vw;
    right: 2vw;
    margin-top: -1vw;
  }
}

/* ==========================================================
    CONTENT
  ========================================================== */
@-webkit-keyframes bg-slider {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1822px 0;
  }
}
@keyframes bg-slider {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1822px 0;
  }
}
#content {
  background: #a70000 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 {
    background-size: 120%;
  }
}
@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: 0 auto;
  border: solid 1px #d53b3b;
  background: #7e0606;
}
@media screen and (min-width: 751px) {
  #content .inner {
    max-width: 1450px;
    padding: 30px 0;
    border-radius: 15px;
  }
}
@media screen and (max-width: 750px) {
  #content .inner {
    padding: 6vw 0;
    line-height: 1.4;
  }
}
#content h1 {
  font-weight: bolder;
  -webkit-box-shadow: 0 5px 0 0 #074433;
          box-shadow: 0 5px 0 0 #074433;
  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: #0a7859 url(../img/shared/bg_h1.png) no-repeat right center;
    border: solid 3px #e0c68a;
    border-radius: 10px;
    width: 1160px;
    height: 90px;
    margin: -70px auto 30px;
  }
}
@media screen and (max-width: 750px) {
  #content h1 {
    background: #0a7859 url(../img/shared/bg_h1.png) no-repeat 99% center;
    border-top: solid 3px #e0c68a;
    border-bottom: solid 3px #e0c68a;
    margin: -12vw auto 6vw;
    padding: 2vw 0;
  }
}
@media screen and (min-width: 751px) {
  #content h1:before {
    content: url(../img/top/icn_h1.png);
    position: relative;
    top: -22px;
    right: 90px;
  }
}
@media screen and (max-width: 750px) {
  #content h1: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;
    top: -10.8vw;
  }
}
#content h1 span {
  color: #ffd200;
  text-shadow: 0.1em 0.1em 0 #49120d;
}
@media screen and (min-width: 751px) {
  #content h1 span {
    font-size: 44px;
    position: relative;
    left: -80px;
  }
}
@media screen and (max-width: 750px) {
  #content h1 span {
    font-size: 7vw;
    color: #ffd200;
  }
}
#content .read {
  color: #fff;
  font-weight: bolder;
  text-shadow: 0.1em 0.1em 0 #550505;
}
@media screen and (min-width: 751px) {
  #content .read {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  #content .read {
    font-size: 5.4vw;
    line-height: 1.6;
    margin-bottom: 2vw;
  }
}
#content .read em {
  color: #ffd200;
  font-weight: bolder;
}
#content .normal {
  color: #fff4db;
  text-shadow: 0.1em 0.1em 0 #781b1b;
}
@media screen and (min-width: 751px) {
  #content .normal {
    font-size: 19px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  #content .normal {
    font-size: 2.8vw;
    line-height: 1.8;
    margin-bottom: 2vw;
  }
}
#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;
  }
}
@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 4vw;
    margin-bottom: 12vw;
  }
}
#content .fade .inner {
  position: relative;
}
@media screen and (min-width: 751px) {
  #content .fade .inner {
    background: #7e0606 url("../img/top/bg_fade_in.jpg") no-repeat center 60px;
    margin-top: 80px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 750px) {
  #content .fade .inner {
    background: #7e0606 url("../img/top/bg_fade_in.jpg") no-repeat center 28vw/120%;
    margin-top: 6vw;
  }
}
@media screen and (max-width: 750px) {
  #content .fade .inner h1:before {
    left: 1.6%;
  }
}
#content .fade .inner .fadeBox {
  width: 100%;
  position: relative;
  background: url("../img/top/bg_slide.jpg") repeat-x 0 0;
  -webkit-animation: bg-slider 21s linear infinite;
          animation: bg-slider 21s linear infinite;
}
@media screen and (min-width: 751px) {
  #content .fade .inner .fadeBox {
    height: 548px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 750px) {
  #content .fade .inner .fadeBox {
    background-size: cover;
    height: 72vw;
    margin-bottom: 4vw;
  }
}
#content .fade .inner .fadeBox #fadeWrap {
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 751px) {
  #content .fade .inner .fadeBox #fadeWrap {
    width: 620px;
    top: -6px;
  }
}
@media screen and (max-width: 750px) {
  #content .fade .inner .fadeBox #fadeWrap {
    width: 80%;
  }
}
#content .fade .inner .fadeBox #fadeWrap .chara01 {
  position: absolute;
  top: 0;
  z-index: 9998;
}
@media screen and (min-width: 751px) {
  #content .fade .inner .fadeBox #fadeWrap .chara01 {
    left: -260px;
  }
}
@media screen and (max-width: 750px) {
  #content .fade .inner .fadeBox #fadeWrap .chara01 {
    width: 50%;
    left: -20vw;
  }
}
#content .fade .inner .fadeBox #fadeWrap .chara02 {
  position: absolute;
  z-index: 9998;
}
@media screen and (min-width: 751px) {
  #content .fade .inner .fadeBox #fadeWrap .chara02 {
    bottom: -100px;
    right: -280px;
  }
}
@media screen and (max-width: 750px) {
  #content .fade .inner .fadeBox #fadeWrap .chara02 {
    width: 50%;
    bottom: -16vw;
    right: -20vw;
  }
}
#content .fade .inner .fadeBox #fadeWrap .fadeArea {
  background: url("../img/top/bg_smartphone.png") no-repeat 0 0;
  position: relative;
  z-index: 9999;
}
@media screen and (min-width: 751px) {
  #content .fade .inner .fadeBox #fadeWrap .fadeArea {
    width: 310px;
    height: 558px;
    padding-top: 66px;
  }
}
@media screen and (max-width: 750px) {
  #content .fade .inner .fadeBox #fadeWrap .fadeArea {
    width: 50%;
    background-size: 100%;
    padding: 10vw 0 6vw;
  }
}
#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: 80%;
  }
}
#content .fade .inner .fadeBox #fadeWrap .fadeArea:nth-child(1) {
  float: left;
}
#content .fade .inner .fadeBox #fadeWrap .fadeArea:nth-child(2) {
  float: right;
}
#content .fade .inner .fadeBox .flexslider .slides {
  margin-bottom: 0;
}
#content .fade .inner .fadeBox .flexslider .slides li {
  display: inline-block;
}
#content .fade .inner .fadeBox .flexslider .slides li:nth-child(n+2) {
  display: none;
}
#content .fade .inner .tagoArea {
  margin: 0 auto;
  position: relative;
  z-index: 9999;
}
@media screen and (min-width: 751px) {
  #content .fade .inner .tagoArea {
    width: 1112px;
    height: 374px;
    padding: 35px 120px 35px 200px;
    background: url("../img/top/bg_tago_pc.png") no-repeat center center;
  }
}
@media screen and (max-width: 750px) {
  #content .fade .inner .tagoArea {
    width: 96%;
    padding: 3vw;
    background: url("../img/top/bg_tago_sp.png") no-repeat center center/100%;
  }
}
#content .fade .inner .tagoArea figure {
  float: left;
}
@media screen and (max-width: 750px) {
  #content .fade .inner .tagoArea figure {
    width: 40%;
    margin-top: 0.6vw;
  }
}
#content .fade .inner .tagoArea .tagoBox {
  float: right;
  text-align: left;
}
@media screen and (min-width: 751px) {
  #content .fade .inner .tagoArea .tagoBox {
    width: 500px;
  }
}
@media screen and (max-width: 750px) {
  #content .fade .inner .tagoArea .tagoBox {
    width: 56%;
  }
}
#content .fade .inner .tagoArea .tagoBox h2 {
  color: #541b01;
  font-weight: bolder;
  text-shadow: 0.1em 0.1em 0 #dadada;
  background: url("../img/top/bg_tit_tago.png") no-repeat center left;
}
@media screen and (min-width: 751px) {
  #content .fade .inner .tagoArea .tagoBox h2 {
    font-size: 32px;
    width: 376px;
    height: 58px;
    padding-left: 64px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  #content .fade .inner .tagoArea .tagoBox h2 {
    font-size: 4vw;
    width: 100%;
    padding: 2vw 2vw 4vw 8vw;
    background-size: 100%;
  }
}
@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: 2.2vw;
  }
}
#content .fade .inner .tagoArea .tagoBox dl {
  line-height: 1.6;
}
@media screen and (min-width: 751px) {
  #content .fade .inner .tagoArea .tagoBox dl {
    margin: -10px 0 0 20px;
  }
}
#content .fade .inner .tagoArea .tagoBox dl dt {
  font-weight: bolder;
}
@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: 5vw;
  }
}
@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.2vw;
  }
}
@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.4vw;
  }
}
#content .slide {
  width: 100%;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 751px) {
  #content .slide {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 750px) {
  #content .slide {
    padding-bottom: 10%;
    margin-bottom: 38px;
    background-size: 100%;
  }
}
#content .slide .inner {
  text-align: center;
  padding-bottom: 0;
}
#content .slide .inner .flexslider .slides li {
  display: inline-block;
}
#content .slide .inner .flexslider .slides li:nth-child(n+2) {
  display: none;
}
@media screen and (min-width: 751px) {
  #content .slide .inner .flexslider .slides li img {
    width: 820px;
  }
}
@media screen and (max-width: 750px) {
  #content .slide .inner .flexslider .flex-control-nav {
    margin-top: 1vw;
  }
}
@media screen and (max-width: 750px) {
  #content .slide .inner .flexslider .flex-control-nav li {
    margin: 0 1vw;
  }
}
@media screen and (max-width: 750px) {
  #content .slide .inner .flexslider .flex-control-nav li a {
    width: 4vw;
    height: 4vw;
  }
}
@media screen and (max-width: 750px) {
  #content .slide .inner h1:before {
    left: 17.6vw;
  }
}
#content .slide .inner .read02 {
  color: #fff;
  font-weight: bolder;
  text-shadow: 0.1em 0.1em 0 #550505;
  background: url(../img/top/bg_slide_txt.jpg) no-repeat center top;
}
@media screen and (min-width: 751px) {
  #content .slide .inner .read02 {
    font-size: 35px;
    height: 520px;
    padding-top: 410px;
    margin-top: -60px;
  }
}
@media screen and (max-width: 750px) {
  #content .slide .inner .read02 {
    font-size: 4.6vw;
    background-size: 100%;
    padding: 40vw 0 6vw;
  }
}
#content .slide .inner .read02 em {
  color: #ffd200;
  font-weight: bolder;
}
@media screen and (max-width: 750px) {
  #content .slide .inner .frame_boder {
    width: 96%;
  }
}
@media screen and (min-width: 751px) {
  #content #interlock {
    padding-top: 72px;
  }
}
@media screen and (max-width: 750px) {
  #content #interlock {
    position: relative;
    top: -10vw;
  }
}
#content .interlock {
  width: 100%;
  text-align: center;
  position: relative;
  background: url(../img/top/bg_slide_bottom.jpg) no-repeat center bottom;
}
@media screen and (min-width: 751px) {
  #content .interlock {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 750px) {
  #content .interlock {
    padding-bottom: 10vw;
    background-size: 100%;
  }
}
#content .interlock .inner {
  text-align: center;
}
@media screen and (min-width: 751px) {
  #content .interlock .inner {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 750px) {
  #content .interlock .inner {
    padding-bottom: 4vw;
  }
}
@media screen and (max-width: 750px) {
  #content .interlock .inner h1:before {
    left: 10.6vw;
  }
}
@media screen and (min-width: 751px) {
  #content .interlock .inner ul {
    width: 1030px;
    padding-top: 20px;
    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 .interlock .inner ul {
    width: 100%;
    padding-top: 4vw;
    margin: 0 auto 4vw;
  }
}
#content .interlock .inner ul li {
  background: #fff4db;
  border-radius: 10px;
}
@media screen and (min-width: 751px) {
  #content .interlock .inner ul li {
    width: 500px;
    padding: 20px;
  }
}
@media screen and (max-width: 750px) {
  #content .interlock .inner ul li {
    width: 90%;
    padding: 4vw;
    margin: 0 auto 4vw;
  }
}
#content .interlock .inner ul li h2 {
  color: #fff;
  font-weight: bolder;
  background: #0a7859;
  border-radius: 10px;
  border: solid 3px #e0c68a;
  line-height: 1.4;
  position: relative;
  text-shadow: 0.1em 0.1em 0 #550505;
}
@media screen and (min-width: 751px) {
  #content .interlock .inner ul li h2 {
    font-size: 20px;
    padding: 10px 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  #content .interlock .inner ul li h2 {
    font-size: 3.8vw;
    padding: 2vw 0;
    margin-bottom: 4vw;
  }
}
#content .interlock .inner ul li h2:before {
  content: "";
  position: absolute;
  left: 50%;
  border: 12px solid transparent;
  border-top: 12px solid #0a7859;
  z-index: 2;
  bottom: -24px;
  margin-left: -15px;
}
#content .interlock .inner ul li h2:after {
  content: "";
  position: absolute;
  left: 50%;
  border: 14px solid transparent;
  border-top: 14px solid #e0c68a;
  z-index: 1;
  bottom: -30px;
  margin-left: -17px;
}
#content .interlock .inner ul li h2 em {
  color: #ffd200;
  font-weight: bolder;
  display: block;
  text-shadow: 0.1em 0.1em 0 #550505;
}
@media screen and (min-width: 751px) {
  #content .interlock .inner ul li h2 em {
    font-size: 28px;
  }
}
@media screen and (max-width: 750px) {
  #content .interlock .inner ul li h2 em {
    font-size: 5vw;
  }
}
@media screen and (min-width: 751px) {
  #content .interlock .inner ul li figure {
    width: 280px;
    margin: 0 auto 20px;
  }
  #content .interlock .inner ul li figure img {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #content .interlock .inner ul li figure {
    width: 60%;
    margin: 0 auto 2vw;
  }
}
#content .interlock .inner ul li p {
  text-align: left;
  text-shadow: 2px 2px 1px #fbf8eb, -2px 2px 1px #fbf8eb, 2px -2px 1px #fbf8eb, -2px -2px 1px #fbf8eb;
}
@media screen and (min-width: 751px) {
  #content .interlock .inner ul li p {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  #content .interlock .inner ul li p {
    font-size: 3.4vw;
  }
}
#content .interlock .inner .annotation {
  color: #fff;
}
@media screen and (max-width: 750px) {
  #content .interlock .inner .annotation {
    font-size: 2.6vw;
    color: #fff;
    width: 90%;
    margin: 0 auto;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
  }
}
#content .interlock .inner .annotation a {
  color: #fff;
  text-decoration: underline;
}
#content .story {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 751px) {
  #content .story {
    background: #fff4db url(../img/top/bg_story.jpg) no-repeat center 100px;
    padding: 40px 0px 60px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 750px) {
  #content .story {
    background: #fff4db url(../img/top/bg_story.jpg) no-repeat center 5vw;
    padding: 10vw 0;
  }
}
#content .story .inner {
  background: none;
  border: none;
  position: relative;
  text-align: left;
}
@media screen and (min-width: 751px) {
  #content .story .inner {
    width: 1080px;
    height: 960px;
    padding: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  #content .story .inner {
    padding: 0;
    margin: 0 auto 6vw;
  }
}
@media screen and (min-width: 751px) {
  #content .story .inner .boxL {
    width: 680px;
    float: left;
  }
}
#content .story .inner .boxL 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 .inner .boxL h2 {
    font-size: 40px;
    height: 84px;
    margin-bottom: 20px;
    padding: 2px 0px 0px 134px;
  }
}
@media screen and (max-width: 750px) {
  #content .story .inner .boxL h2 {
    font-size: 7vw;
    background-size: 100%;
    width: 70%;
    margin: 0 auto 4vw;
    padding: 2.2vw 0 4vw 6vw;
    text-align: center;
  }
}
#content .story .inner .boxL p {
  text-shadow: 2px 2px 1px #fbf8eb, -2px 2px 1px #fbf8eb, 2px -2px 1px #fbf8eb, -2px -2px 1px #fbf8eb;
}
@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: 2.9vw;
    margin: 0vw auto 2vw;
    width: 92%;
    line-height: 1.6;
  }
}
@media screen and (min-width: 751px) {
  #content .story .inner .boxL figure {
    margin-top: -10px;
  }
}
@media screen and (max-width: 750px) {
  #content .story .inner .boxL figure {
    margin: -1vw auto 0;
    width: 92%;
  }
}
@media screen and (min-width: 751px) {
  #content .story .inner .boxR {
    width: 390px;
    float: right;
    padding-top: 14px;
  }
}
@media screen and (max-width: 750px) {
  #content .story .inner .boxR {
    padding-top: 4vw;
    margin-bottom: 4vw;
  }
}
#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: 376px;
    height: 688px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 750px) {
  #content .story .inner .boxR .fadeArea {
    width: 60%;
    margin: 0 auto;
    background-size: 100%;
    padding: 14vw 0 6vw;
  }
}
#content .story .inner .boxR .fadeArea img {
  border: solid 1px #000;
}
@media screen and (max-width: 750px) {
  #content .story .inner .boxR .fadeArea img {
    width: 80%;
  }
}
@media screen and (min-width: 751px) {
  #content .story .inner .ss {
    width: 536px;
    position: absolute;
    bottom: 56px;
    right: 40px;
  }
}
@media screen and (max-width: 750px) {
  #content .story .inner .ss {
    width: 74%;
    margin: 0 auto;
  }
}
#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: 49%;
  }
}
#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: 49%;
  }
}
@media screen and (max-width: 750px) {
  #content .story .story_sp img {
    width: 94%;
    margin: 0 auto;
  }
}
#content .animeArea {
  text-align: center;
}
@media screen and (min-width: 751px) {
  #content .animeArea {
    background: #1f484e;
    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: #1f484e;
    border-top: solid 2px #eddaac;
    border-bottom: solid 2px #eddaac;
  }
}
@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 #05252a;
  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: 4vw 0;
  }
}
@media screen and (min-width: 751px) {
  #content .animeArea .inner ul {
    width: 920px;
    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 4vw;
  }
}
@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: 8vw;
  }
}
@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 4vw;
  }
}
#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: 4vw 6vw;
  }
}
#content .animeArea .inner .synopsis dl {
  text-align: left;
}
#content .animeArea .inner .synopsis dl dt {
  color: #a70000;
}
@media screen and (max-width: 750px) {
  #content .animeArea .inner .synopsis dl dt {
    margin-bottom: 2vw;
  }
}
@media screen and (min-width: 751px) {
  #content .animeArea .inner .synopsis dl dd {
    line-height: 1.6;
  }
}