@charset "UTF-8";
/* ==========================================================
  フォント
========================================================== */
/* ==========================================================
  Topics
========================================================== */
.topics {
  margin: 0 65px;
}
@media screen and (max-width: 750px) {
  .topics {
    margin: 0 30px;
  }
}
.topics li {
  font-weight: bold;
  margin: 0 0 25px;
  padding: 25px 35px;
  border: 3px solid #7560cd;
  background: #fff;
  border-radius: 10px;
  font-size: 17px;
  -webkit-box-shadow: 0 3px 0px rgba(113, 78, 0, 0.9);
          box-shadow: 0 3px 0px rgba(113, 78, 0, 0.9);
}
@media screen and (max-width: 750px) {
  .topics li {
    padding: 20px 30px;
    font-size: 3.2vw;
  }
}
.topics li dt {
  width: 125px;
  float: left;
}
@media screen and (max-width: 750px) {
  .topics li dt {
    width: 100%;
    float: none;
  }
}
.topics li dd {
  padding: 0 0 0 125px;
}
@media screen and (max-width: 750px) {
  .topics li dd {
    padding: 0;
  }
}
.topics li a {
  color: #0072fe;
}

.movie2018 .bg_base {
  width: 1000px;
  padding: 0 0 40px;
  margin: 0 auto;
}
.movie2018 .bg_base .item {
  position: relative;
}
@media screen and (min-width: 751px) {
  .movie2018 .bg_base .item {
    width: 770px;
    height: 410px;
    margin: 25px auto;
  }
}
.movie2018 .bg_base .item p {
  margin: 0;
  position: absolute;
}
.movie2018 .bg_base .item p.read {
  font-size: 26px;
  line-height: 1.4;
  text-align: left;
  left: 60px;
  bottom: 130px;
}
.movie2018 .bg_base .item p.read small {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
  display: block;
  width: 330px;
}
.movie2018 .bg_base .item .btn {
  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) {
  .movie2018 .bg_base .item .btn {
    width: 650px;
    position: relative;
    bottom: 110px;
    left: 50%;
    margin-left: -325px;
  }
}
@media screen and (max-width: 750px) {
  .movie2018 .bg_base .item .btn {
    width: 90%;
    position: relative;
    bottom: 14vw;
    left: 50%;
    margin-left: -42vw;
  }
}
@media screen and (max-width: 750px) {
  .movie2018 .bg_base .item .btn li {
    width: 49%;
  }
  .movie2018 .bg_base .item .btn li img {
    width: 100%;
    height: auto;
  }
}
.movie2018 .bg_base .caution {
  font-size: 16px;
  text-align: left;
  line-height: 1.5;
  text-indent: -1em;
  padding: 0 0 0 1em;
  margin: 0 0 0 40px;
}
.movie2018 .bg_base .caution a {
  color: #00a0e9;
}
@media screen and (max-width: 750px) {
  .movie2018 .bg_base {
    width: 100%;
    padding: 0 0 30px;
  }
  .movie2018 .bg_base .item {
    width: 96%;
    height: 50vw;
    margin: 3.5% auto 2.5%;
  }
  .movie2018 .bg_base .item p.read {
    font-size: 3.2vw;
    line-height: 1.25;
    left: 5vw;
    bottom: 17vw;
  }
  .movie2018 .bg_base .item p.read small {
    font-size: 2vw;
    line-height: 1.5;
    padding-left: 1em;
    text-indent: -1em;
    display: block;
    width: 42vw;
  }
  .movie2018 .bg_base .item p.btn {
    width: 64%;
    bottom: 5%;
    margin-left: -32%;
  }
  .movie2018 .bg_base .caution {
    font-size: 2.2vw;
    margin: 0 0 0 3%;
  }
}

.movie2019 .bg_base .item_area {
  position: relative;
}
.movie2019 .bg_base .item_area .btn {
  position: absolute;
  left: 50%;
}
.movie2019 .bg_base .item_area .btn p {
  text-align: center;
}
.movie2019 .bg_base .caution {
  text-align: left;
  line-height: 1.5;
}
.movie2019 .bg_base .caution a {
  color: #00a0e9;
}
@media screen and (min-width: 751px) {
  .movie2019 {
    width: 1000px;
    margin: 0 auto;
  }
  .movie2019 .bg_base {
    padding: 0 0 30px;
  }
  .movie2019 .bg_base .item_area .btn {
    width: 506px;
    bottom: 32px;
    margin-left: -253px;
  }
  .movie2019 .bg_base .item_area .btn p {
    font-size: 26px;
  }
  .movie2019 .bg_base .caution {
    font-size: 16px;
    margin: 5px 0 0 40px;
  }
  .movie2019 .btn2 {
    margin: -126px 0 56px;
    position: relative;
  }
}
@media screen and (max-width: 750px) {
  .movie2019.inner {
    padding: 0;
  }
  .movie2019 .bg_base {
    border-radius: 0;
    padding: 0 0 35px;
  }
  .movie2019 .bg_base .item_area .btn {
    width: 94%;
    bottom: 4.5vw;
    margin-left: -47%;
  }
  .movie2019 .bg_base .item_area .btn p {
    font-size: 4.8vw;
  }
  .movie2019 .bg_base .caution {
    font-size: 2.8vw;
    margin: 15px 0 0 15px;
  }
  .movie2019 .btn2 {
    width: 67.2%;
    margin: -19vw auto 8vw;
    position: relative;
  }
  .movie2019 .btn2 img {
    width: 100%;
  }
}

.enq h3 {
  text-align: center;
  margin: 0 auto;
}
.enq .closeTxt {
  text-align: center;
  color: #e60012;
}
@media screen and (min-width: 751px) {
  .enq .closeTxt {
    font-size: 52px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  .enq .closeTxt {
    font-size: 7vw;
    padding-top: 3vw;
    line-height: 1.3;
  }
}
.enq .read {
  text-align: center;
  line-height: 1.5;
  margin: 20px 0 40px;
  font-size: 26px;
}
@media screen and (max-width: 750px) {
  .enq .read {
    font-size: 3.2vw;
    margin: 4vw 0 2vw;
  }
}
.enq .bg_pattern {
  background: url("../img/enq/bg_pattern.gif") repeat 0 0;
  border: 2px solid #fff;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 751px) {
  .enq .bg_pattern {
    width: 1040px;
    padding: 48px 28px;
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 750px) {
  .enq .bg_pattern {
    padding: 35px 20px;
    margin: 0 auto 45px;
  }
}
.enq .bg_pattern .parts {
  width: 470px;
  position: absolute;
  top: -20px;
  right: -12px;
}
@media screen and (max-width: 750px) {
  .enq .bg_pattern .parts {
    width: 45%;
    position: absolute;
    top: 11.5vw;
    right: 0;
  }
}
.enq .bg_pattern .desc {
  font-size: 30px;
  line-height: 1.5;
}
.enq .bg_pattern .desc small {
  font-size: 22px;
  position: relative;
}
@media screen and (min-width: 751px) {
  .enq .bg_pattern .desc small {
    top: -8px;
  }
}
@media screen and (max-width: 750px) {
  .enq .bg_pattern .desc small {
    top: -1vw;
  }
}
.enq .bg_pattern .desc small::-moz-selection {
  background: #3390ff;
  color: #000;
}
.enq .bg_pattern .desc small::selection {
  background: #3390ff;
  color: #000;
}
@media screen and (max-width: 750px) {
  .enq .bg_pattern .desc {
    font-size: 3.6vw;
  }
  .enq .bg_pattern .desc small {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 751px) {
  .enq .bg_base {
    width: 1040px;
  }
}
.enq .bg_base .block_1 {
  text-align: center;
  padding: 40px 0 40px;
}
@media screen and (max-width: 750px) {
  .enq .bg_base .block_1 {
    padding: 4.5% 0 5%;
  }
}
.enq .bg_base .block_1 dl dt {
  color: #e60012;
  line-height: 1.4;
}
@media screen and (min-width: 751px) {
  .enq .bg_base .block_1 dl dt {
    font-size: 44px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .enq .bg_base .block_1 dl dt {
    font-size: 4.6vw;
    margin-bottom: 2vw;
  }
}
@media screen and (min-width: 751px) {
  .enq .bg_base .block_1 dl dd {
    font-size: 22px;
  }
}
@media screen and (max-width: 750px) {
  .enq .bg_base .block_1 dl dd {
    font-size: 2.8vw;
  }
}
.enq .caution {
  font-size: 16px;
  line-height: 1.5;
}
.enq .caution span {
  font-size: 10px;
  padding-right: 0.5em;
}
@media screen and (max-width: 750px) {
  .enq .caution {
    font-size: 2.3vw;
  }
  .enq .caution span {
    font-size: 1.7vw;
  }
}
.enq .caution h4::-moz-selection, .enq .caution li::-moz-selection, .enq .caution li span::-moz-selection {
  background: #3390ff !important;
  color: #000 !important;
}
.enq .caution h4::selection,
.enq .caution li::selection,
.enq .caution li span::selection {
  background: #3390ff !important;
  color: #000 !important;
}
.enq .caution h4 {
  font-size: 24px;
  font-weight: bolder;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 20px;
}
@media screen and (max-width: 750px) {
  .enq .caution h4 {
    font-size: 3.2vw;
  }
}
.enq .caution .list {
  width: 830px;
  margin: 0 auto;
}
.enq .caution .list li {
  text-indent: -1em;
  padding-left: 1em;
  margin: 0 0 5px;
}
.enq .caution .list li span {
  color: #000;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .enq .caution .list {
    width: 94%;
    margin: 0 auto;
  }
}
.enq .text {
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .enq .text {
    font-size: 3.2vw;
  }
}
.enq .attention {
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .enq .attention {
    font-size: 2.6vw;
  }
}

.whf2019,
.whf2019s {
  text-align: center;
  margin: 0 auto;
}
.whf2019 h3,
.whf2019 h4,
.whf2019s h3,
.whf2019s h4 {
  position: relative;
  z-index: 3;
}
.whf2019 .bg_base,
.whf2019s .bg_base {
  position: relative;
}
.whf2019 .bg_base .howto_area,
.whf2019s .bg_base .howto_area {
  background: rgba(129, 170, 252, 0.6);
  border-radius: 10px;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 0 3px rgba(129, 170, 252, 0.6);
          box-shadow: 0 0 0 3px rgba(129, 170, 252, 0.6);
}
.whf2019 .bg_base .howto_area .text,
.whf2019s .bg_base .howto_area .text {
  line-height: 1.5;
}
.whf2019 .bg_base .caution,
.whf2019s .bg_base .caution {
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width: 751px) {
  .whf2019,
.whf2019s {
    width: 1000px;
  }
  .whf2019 .bg_base,
.whf2019s .bg_base {
    padding: 40px 0 35px;
    margin: -35px auto 0;
  }
  .whf2019 .bg_base::before,
.whf2019s .bg_base::before {
    top: 520px;
  }
  .whf2019 .bg_base::after,
.whf2019s .bg_base::after {
    top: 100px;
  }
  .whf2019 .bg_base h4,
.whf2019s .bg_base h4 {
    margin: -65px 0 0;
  }
  .whf2019 .bg_base .howto_area,
.whf2019s .bg_base .howto_area {
    width: 735px;
    padding: 50px 22px 30px 30px;
    margin: -35px auto 0;
  }
  .whf2019 .bg_base .howto_area > div,
.whf2019s .bg_base .howto_area > div {
    overflow: hidden;
    clear: both;
    margin: 0 0 18px;
  }
  .whf2019 .bg_base .howto_area .text,
.whf2019s .bg_base .howto_area .text {
    width: 334px;
    text-align: left;
    font-size: 24px;
    float: left;
    padding: 40px 0 0;
  }
  .whf2019 .bg_base .howto_area .ss,
.whf2019s .bg_base .howto_area .ss {
    width: 343px;
    float: right;
  }
  .whf2019 .bg_base .caution,
.whf2019s .bg_base .caution {
    font-size: 18px;
    margin: 15px 0 0 25px;
  }
}
@media screen and (max-width: 750px) {
  .whf2019 .bg_base,
.whf2019s .bg_base {
    padding: 35px 0 45px;
    margin: -40px auto 0;
  }
  .whf2019 .bg_base::before,
.whf2019s .bg_base::before {
    top: 45%;
  }
  .whf2019 .bg_base::after,
.whf2019s .bg_base::after {
    top: 10%;
  }
  .whf2019 .bg_base h4,
.whf2019s .bg_base h4 {
    width: 80%;
    margin: 0 auto;
  }
  .whf2019 .bg_base .howto_area,
.whf2019s .bg_base .howto_area {
    width: 90%;
    padding: 5.5% 0 4.5%;
    margin: -5% auto 0;
  }
  .whf2019 .bg_base .howto_area > div,
.whf2019s .bg_base .howto_area > div {
    text-align: center;
    margin: 0 0 1.5%;
  }
  .whf2019 .bg_base .howto_area .text,
.whf2019s .bg_base .howto_area .text {
    font-size: 3.6vw;
  }
  .whf2019 .bg_base .howto_area > p,
.whf2019s .bg_base .howto_area > p {
    width: 78%;
    margin: 0 auto;
  }
  .whf2019 .bg_base .caution,
.whf2019s .bg_base .caution {
    font-size: 2.8vw;
    padding: 0 0 0 1em;
    text-indent: -1em;
    margin: 15px 0 0 4%;
  }
}

.famitsu .bg_base {
  padding: 35px 0 55px;
}
@media screen and (max-width: 750px) {
  .famitsu .bg_base {
    padding: 4.5% 2.5% 5%;
  }
}
.famitsu .block {
  text-align: center;
}
@media screen and (min-width: 751px) {
  .famitsu .block .read {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .famitsu .block .read {
    margin-bottom: 3vw;
  }
  .famitsu .block .read img {
    display: inline-block;
  }
  .famitsu .block .read img:first-child {
    width: 68%;
    margin: 0 0 1.5%;
  }
}
@media screen and (max-width: 750px) {
  .famitsu .block .movie_koma {
    width: 100%;
  }
  .famitsu .block .movie_koma img {
    width: 100%;
  }
}
.famitsu .block ul {
  font-size: 0;
}
@media screen and (min-width: 751px) {
  .famitsu .block ul {
    margin: 20px 0 0;
  }
  .famitsu .block ul li {
    display: inline-block;
  }
}
@media screen and (max-width: 750px) {
  .famitsu .block ul li {
    width: 96%;
    margin: 2.5% auto 0;
  }
  .famitsu .block ul li img {
    width: 100%;
  }
}
.famitsu .block .text {
  text-align: right;
  margin: -5px 128px 0 0;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .famitsu .block .text {
    margin: -5px 3.5% 0 0;
    font-size: 2.8vw;
  }
}

@media screen and (min-width: 751px) {
  #calendar {
    width: 1000px;
  }
}
@media screen and (max-width: 750px) {
  #calendar {
    padding: 0;
  }
}
#calendar img {
  height: auto !important;
}

@media screen and (max-width: 750px) {
  .main {
    background: url(/yw4/update/ver1-3/img/top_bg.png) repeat center;
    border-radius: 15px 15px 0 0;
  }
}
@media screen and (min-width: 751px) {
  .main {
    height: 889px;
    background: url(/yw4/update/ver1-3/img/top_bg.png) no-repeat center 0;
  }
}

.minus {
  margin: -109px 0 0;
}
@media screen and (max-width: 750px) {
  .minus {
    margin: -15vw 0 0;
  }
  .minus h2 {
    margin: 0;
  }
}

@media screen and (max-width: 750px) {
  .bg_pattern {
    padding: 20px 0 60px;
    background: url(/yw4/update/ver1-3/img/bg01.jpg) repeat center;
  }
}
.bg_pattern .sTxt {
  font-style: normal;
  display: inline-block;
}
@media screen and (min-width: 751px) {
  .bg_pattern .sTxt {
    font-size: 18px !important;
    position: relative;
    top: -10px;
  }
}
@media screen and (max-width: 750px) {
  .bg_pattern .sTxt {
    font-size: 2.4vw !important;
  }
}
@media screen and (max-width: 750px) {
  .bg_pattern .detail01 .text {
    font-size: 3.5vw;
    font-weight: bolder;
  }
}
@media screen and (min-width: 751px) {
  .bg_pattern .detail01 {
    height: 2670px;
    background: url(/yw4/update/ver1-3/img/bg01.jpg) repeat-y center 0;
  }
  .bg_pattern .detail01 .text {
    font-size: 26px;
    font-weight: bolder;
  }
}
@media screen and (max-width: 750px) {
  .bg_pattern .detail01_01 h3 {
    margin: 0 0 3vw;
  }
  .bg_pattern .detail01_01 h3.new::before {
    right: 20px;
    top: -20px;
  }
}
@media screen and (min-width: 751px) {
  .bg_pattern .detail01_01 {
    width: 1180px;
    margin: 0 auto;
  }
  .bg_pattern .detail01_01 h3 {
    margin: 0 0 20px;
  }
  .bg_pattern .detail01_01 h3.new::before {
    right: 160px;
    top: -18px;
  }
}
@media screen and (max-width: 750px) {
  .bg_pattern .detail02 .text {
    font-size: 6vw;
    line-height: 1.4;
    margin: -30px 0 0;
  }
  .bg_pattern .detail02 .ss img {
    width: 100%;
  }
}
@media screen and (min-width: 751px) {
  .bg_pattern .detail02 {
    height: 1860px;
    background: url(/yw4/update/ver1-3/img/bg01.jpg) repeat-y center 0;
  }
  .bg_pattern .detail02 .text {
    font-size: 54px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 750px) {
  .bg_pattern .detail03 .text {
    line-height: 1.4;
    font-size: 6vw;
  }
  .bg_pattern .detail03 .text.caution {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 751px) {
  .bg_pattern .detail03 {
    height: 1370px;
    background: url(/yw4/update/ver1-3/img/bg01.jpg) repeat-y center 0;
    padding: 10px 0 0;
  }
  .bg_pattern .detail03 .text {
    font-size: 54px;
    line-height: 1.4;
  }
  .bg_pattern .detail03 .text.caution {
    font-size: 22px;
  }
}
@media screen and (min-width: 751px) {
  .bg_pattern .detail04 {
    height: 1120px;
    background: url(/yw4/update/ver1-3/img/bg03.png) no-repeat center 0;
    padding: 10px 0 0;
  }
  .bg_pattern .detail04 .text {
    font-size: 26px;
    font-weight: bolder;
  }
  .bg_pattern .detail04 .ss {
    margin: -35px 0 0;
  }
}
@media screen and (max-width: 750px) {
  .bg_pattern .detail04 {
    padding-top: 5vw;
  }
  .bg_pattern .detail04 .text {
    font-weight: bolder;
    padding: 0 0 1.5vw;
  }
}
@media screen and (min-width: 751px) {
  .bg_pattern .detail04 .detailBtn {
    padding-top: 45px;
  }
}
@media screen and (max-width: 750px) {
  .bg_pattern .detail04 .detailBtn {
    width: 80%;
    margin: 0 auto;
    padding-top: 4vw;
  }
}

.graphicSlider {
  height: 620px;
  margin: 0 0 30px;
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .graphicSlider {
    height: auto;
    padding: 0 25px;
    margin: 0 0 40px;
  }
}
.graphicSlider .slick-item {
  width: 1018px;
  float: left;
}
.graphicSlider .slick-arrow {
  display: block;
  width: 92px;
  height: 92px;
  position: absolute;
  top: 50%;
  margin: -46px 0 0;
  border: none;
  font-size: 0;
  cursor: pointer;
  outline: none;
  z-index: 3;
}
@media screen and (max-width: 750px) {
  .graphicSlider .slick-arrow {
    width: 70px;
    height: 70px;
    margin: -60px 0 0;
  }
}
.graphicSlider .slick-arrow.slick-prev {
  left: 35px;
  background: url("/yw4/img/game/graphic/prev.png") no-repeat center;
}
@media screen and (max-width: 750px) {
  .graphicSlider .slick-arrow.slick-prev {
    left: -25px;
    background-size: 70px;
  }
}
.graphicSlider .slick-arrow.slick-next {
  right: 35px;
  background: url("/yw4/img/game/graphic/next.png") no-repeat center;
}
@media screen and (max-width: 750px) {
  .graphicSlider .slick-arrow.slick-next {
    right: -25px;
    background-size: 70px;
  }
}

@media screen and (max-width: 750px) {
  .slick-dots {
    padding: 0;
  }
}
.slick-dots {
  text-align: center;
  width: 100%;
  padding: 10px 0 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 6px;
  position: relative;
}
.slick-dots li button {
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  font-size: 0;
  width: 18px;
  padding: 18px 0 0;
  border-radius: 50%;
  background: #555;
}
.slick-dots li.slick-active button {
  background: #a8091b;
}

#ps4.inner {
  text-align: center;
}
@media screen and (min-width: 751px) {
  #ps4.inner {
    width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  #ps4.inner {
    padding: 0 0;
  }
}
#ps4.inner .bg_contents1 {
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
}
@media screen and (min-width: 751px) {
  #ps4.inner .bg_contents1 {
    background-image: url("/yw4/img/topics/ps4/bg_contents1.jpg");
    padding: 3px 0 35px;
  }
  #ps4.inner .bg_contents1 .btn {
    margin: 5px 0 0;
  }
}
@media screen and (max-width: 750px) {
  #ps4.inner .bg_contents1 {
    background-image: url("/yw4/img/topics/ps4/bg_contents1_sp.jpg");
    padding: 4vw 6vw 7vw;
  }
  #ps4.inner .bg_contents1 h3 {
    margin: 0 0 3vw;
  }
  #ps4.inner .bg_contents1 .btn {
    width: 41%;
    margin: 0.5vw auto 0;
  }
}
#ps4.inner .bg_contents2 {
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
}
@media screen and (min-width: 751px) {
  #ps4.inner .bg_contents2 {
    background-image: url("/yw4/img/topics/ps4/bg_contents2.png");
    padding: 12px 0 70px;
  }
  #ps4.inner .bg_contents2 ul {
    width: 940px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #ps4.inner .bg_contents2 ul li {
    -ms-flex-preferred-size: 470px;
        flex-basis: 470px;
  }
}
@media screen and (max-width: 750px) {
  #ps4.inner .bg_contents2 {
    background-image: url("/yw4/img/topics/ps4/bg_contents2_sp.jpg");
    padding: 5vw 0 50vw;
  }
  #ps4.inner .bg_contents2 ul {
    width: 80%;
    margin: 0 auto;
  }
}

#spec .inner {
  width: 1000px;
}
@media screen and (max-width: 750px) {
  #spec .inner {
    width: 100%;
  }
}
#spec .bg_base.bg_shadow {
  overflow: hidden;
}
#spec h2 {
  background: url("../img/spec/bg_h2.jpg") repeat-x center;
  width: 100%;
  height: 60px;
  color: #ffd200;
  font-size: 32px;
  font-weight: bolder;
  text-align: center;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
  margin: 0 auto 20px;
  position: relative;
}
@media screen and (max-width: 750px) {
  #spec h2 {
    background-size: contain;
    width: auto;
    height: auto;
    font-size: 4.4vw;
    padding: 1vw 0 2vw;
    line-height: 1.6;
  }
}
@media screen and (min-width: 751px) {
  #spec h2.best {
    font-size: 30px;
    letter-spacing: -0.02em;
  }
}
#spec h2.best span {
  position: relative;
  top: 1px;
}
@media screen and (min-width: 751px) {
  #spec ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px 15px 35px;
  }
  #spec ul .pkg {
    -ms-flex-preferred-size: 460px;
        flex-basis: 460px;
  }
  #spec ul .pkg.boxB {
    position: relative;
    left: 60px;
    top: 30px;
  }
  #spec ul .inline {
    -ms-flex-preferred-size: 650px;
        flex-basis: 650px;
    font-size: 18px;
    margin: 0 0 0 30px;
  }
  #spec ul .inline dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-weight: bolder;
  }
  #spec ul .inline dl dt {
    line-height: 1.5;
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
    margin-bottom: 4px;
  }
  #spec ul .inline dl dd {
    line-height: 1.5;
    -ms-flex-preferred-size: 420px;
        flex-basis: 420px;
    padding-left: 0.5em;
    text-indent: -0.5em;
    margin-bottom: 4px;
  }
  #spec ul .inline dl dd em {
    color: #e60012;
    font-style: normal;
  }
  #spec ul .inline.boxA {
    -ms-flex-preferred-size: 650px;
        flex-basis: 650px;
  }
  #spec ul .inline.boxA dl dd {
    -ms-flex-preferred-size: 430px;
        flex-basis: 430px;
  }
}
@media screen and (max-width: 750px) {
  #spec ul {
    padding: 2vw 4vw;
  }
  #spec ul .pkg {
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }
  #spec ul .pkg img {
    width: 100%;
    height: auto;
  }
  #spec ul .pkg.boxB {
    width: 68%;
  }
  #spec ul .inline {
    font-size: 3.1vw;
    margin: 2.5vw 0 0;
  }
  #spec ul .inline dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #spec ul .inline dl dt {
    line-height: 1.5;
    -ms-flex-preferred-size: 22%;
        flex-basis: 22%;
    margin-bottom: 0.4vw;
  }
  #spec ul .inline dl dd {
    line-height: 1.5;
    -ms-flex-preferred-size: 78%;
        flex-basis: 78%;
    text-indent: -0.5em;
    padding: 0 0 0 0.5em;
    margin-bottom: 0.4vw;
  }
  #spec ul .inline dl dd em {
    color: #e60012;
    font-style: normal;
  }
}
#spec .anoTxt {
  color: #e60012;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}
@media screen and (min-width: 751px) {
  #spec .anoTxt {
    width: 930px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 750px) {
  #spec .anoTxt {
    width: 92%;
    font-size: 3vw;
    margin: 0 auto 3vw;
  }
}
#spec .block {
  padding: 0 35px;
  margin: 0 0 35px;
}
@media screen and (max-width: 750px) {
  #spec .block {
    padding: 0 4vw;
    margin: 0 auto 3vw;
  }
}
#spec .block_inner {
  font-weight: bolder;
  background: rgba(86, 54, 199, 0.14);
  border-radius: 10px;
  padding: 15px 15px;
}
#spec .block_inner dt {
  font-size: 20px;
  line-height: 1.35;
}
#spec .block_inner dd {
  line-height: 1.6;
  font-size: 15px;
  margin: 0 0 0 55px;
}
#spec .block_inner .attention {
  font-size: 13px;
  line-height: 1.5;
  text-indent: -1em;
  padding: 0 0 0 1em;
  margin: 10px 0 0;
}
@media screen and (min-width: 751px) {
  #spec .block_inner dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 750px) {
  #spec .block_inner {
    width: 100%;
    padding: 2.5vw 4vw;
  }
  #spec .block_inner dt {
    font-size: 3.5vw;
  }
  #spec .block_inner dd {
    font-size: 3.2vw;
    line-height: 1.4;
    margin: 5px 0 0;
  }
  #spec .block_inner dd p {
    text-indent: -3.5em;
    padding: 0 0 0 3.5em;
  }
  #spec .block_inner .attention {
    line-height: 1.25;
    font-size: 2.6vw;
  }
}