@charset "UTF-8";
/* CSS Document */
#WSwrapper > aside {
  display: none;
}

#primary {
  background: #fff;
}
#primary * {
  box-sizing: border-box;
}
#primary img {
  max-width: 100%;
}
#primary a {
  display: block;
}

/* ----------ws_info---------- */
/* ---------ws_comics--------- */
#ws_comics h2 a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0 !important;
  background-image: url(cmc_vol.png);
}

/* -----------NEWS------------ */
#ws_news {
  position: relative;
}
#ws_news h2 {
  z-index: 2;
}
#ws_news h2 a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0 !important;
  padding-top: 64px;
  background-size: 90px auto;
  background-image: url(news.png);
}
#ws_news .topics {
  position: relative;
}
#ws_news .topics .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#ws_news .topics .tab li {
  color: #fff;
  background: #b2b2b2;
  font-size: 1.1em;
  color: #fff;
  list-style-type: none;
  text-align: center;
  height: 36px;
  line-height: 1.1;
  border: 1px solid #b2b2b2;
  border-bottom: 1px solid #000;
}
#ws_news .topics .tab li p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
}
#ws_news .topics .tab li.active {
  color: #dc0a0a;
  background: #fff;
  font-weight: bold;
  border: 1px solid #707070;
  border-bottom: 1px solid #fff;
}
#ws_news .topics .topicsbody {
  border-top: 1px solid #707070;
  margin-top: -1px;
}
#ws_news .topics .topicsbody ul {
  overflow: auto;
}
#ws_news .topics .topicsbody ul li {
  color: #ea7373;
  list-style-type: none;
  font-size: 1.4em;
}
#ws_news .topics .topicsbody ul li a {
  color: #000;
  text-decoration: none;
  display: inline;
}
#ws_news .topics .topicsbody ul li a:hover {
  color: #ea7373;
}
#ws_news .topics .topicsbody ul li:before {
  content: "●";
}
#ws_news .topics .topicsbody ul li.new:after {
  content: "NEW";
  font-weight: bold;
}
#ws_news .topics .topicsbody ul li em {
  color: #ea7373;
  font-weight: bold;
  padding-left: 4px;
}
#ws_news .topics .topicsbody ul.t2,
#ws_news .topics .topicsbody ul.t3,
#ws_news .topics .topicsbody ul.t4,
#ws_news .topics .topicsbody ul.t5 {
  display: none;
}
#ws_news .more {
  width: 70px;
}
#ws_news .more a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0 !important;
  padding-top: 30px;
  background-size: 70px auto;
  background-image: url(more.png);
}
#ws_news .bn,
#ws_news .bn2,
#ws_news #ws_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* ----------- banner2 -------- */
#ws_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* -----------SNS VIDEO-------- */
#ws_sns {
  margin-top: 10px;
  width: 100%;
}
#ws_sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style-type: none;
}
#ws_sns ul a {
  display: block;
  color: #fff;
  width: 100%;
  text-decoration: none;
  padding: 10px;
}
#ws_sns ul .sns1 a {
  background-color: #33c6ff;
}
#ws_sns ul .sns4 a {
  background-color: #ff0000;
}
#ws_sns ul .sns i {
  font-size: 1.8em;
  text-align: center;
}

#tpfooter .outside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#tpfooter > p {
  font-size: 1.1em;
  display: inline-block;
  padding: 6px 0;
}
#tpfooter > p a {
  color: #000;
  text-decoration: none;
  padding: 6px 0;
  display: inline;
}

@media screen and (max-width: 768px) {
  #primary {
    width: calc(100vw - 24px);
    padding: 12px 0;
    margin: auto;
  }

  #ws_info {
    width: calc(100vw - 24px);
  }
  #ws_info .cover {
    width: calc(calc(100vw - 24px) / 2);
    float: left;
    padding-right: 2px;
  }
  #ws_info .cover img {
    width: 100%;
    height: auto;
    border: 1px solid #d63434;
  }
  #ws_info .jigou,
  #ws_info .super,
  #ws_info .enq {
    width: calc(calc(100vw - 24px) / 2 - 2px);
    float: right;
    margin-bottom: 3px;
  }
  #ws_info .jigou a,
  #ws_info .super a,
  #ws_info .enq a {
    display: block;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 100%;
    height: 0 !important;
    background-size: cover;
    height: calc(((calc(100vw - 24px) / 2 - 2px) * 516 / 360 - 12px) / 5);
    /**/
    padding-top: calc(((calc(100vw - 24px) / 2 - 2px) * 516 / 360 - 12px) / 5);
  }
  #ws_info .jigou p,
  #ws_info .super p,
  #ws_info .super .pin {
    display: none;
  }
  #ws_info .enq a {
    background-image: url(/eximages/top/sp/enq2.png);
    background-color: #00c945;
  }
  #ws_info .enq2 a {
    background-position: 0 calc(((calc(100vw - 24px) / 2) * 516 / 360 - 12px) / 5 * -1);
  }
  #ws_info .enq3 a {
    background-position: 0 calc(((calc(100vw - 24px) / 2) * 516 / 360 - 12px) / 5 * -2);
  }

  /* -------------------------------------- */
  #ws_bnr1 {
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #ws_bnr1 div {
    width: calc((calc(100vw - 24px) - 4px) / 2);
  }
  #ws_bnr1 .b1 {
    border: 4px solid #f3999e;
  }
  #ws_bnr1 .b2 {
    border: 4px solid #6fa1df;
  }

  /* ws_comics
  ------------------------------------------------*/
  #ws_comics {
    position: relative;
    margin-top: 8px;
    height: 220px;
    width: calc(100vw - 24px);
    background: url(sp/cmc_bg2.png) no-repeat top right;
    background-size: 78px 212px;
    -webkit-background-size: 78px 212px;
  }
  #ws_comics h2 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 165px;
    height: 50px;
    background: url(cmc_volbg.png);
    background-size: auto 50px;
    padding-top: 11px;
    padding-left: 10px;
  }
  #ws_comics h2 a {
    padding-top: 24px;
    background-size: 150px 288px;
    -webkit-background-size: 150px 288px;
  }
  #ws_comics h2.m01 a {
    background-position: 0      0;
  }
  #ws_comics h2.m02 a {
    background-position: 0  -24px;
  }
  #ws_comics h2.m03 a {
    background-position: 0  -48px;
  }
  #ws_comics h2.m04 a {
    background-position: 0  -72px;
  }
  #ws_comics h2.m05 a {
    background-position: 0  -96px;
  }
  #ws_comics h2.m06 a {
    background-position: 0 -120px;
  }
  #ws_comics h2.m07 a {
    background-position: 0 -144px;
  }
  #ws_comics h2.m08 a {
    background-position: 0 -168px;
  }
  #ws_comics h2.m09 a {
    background-position: 0 -192px;
  }
  #ws_comics h2.m10 a {
    background-position: 0 -216px;
  }
  #ws_comics h2.m11 a {
    background-position: 0 -240px;
  }
  #ws_comics h2.m12 a {
    background-position: 0 -264px;
  }
  #ws_comics > div {
    background: url(sp/cmc_bg1.png) no-repeat top left;
    background-size: 180px 212px;
    -webkit-background-size: 180px 212px;
    height: 220px;
    padding: 40px 0px 23px;
  }
  #ws_comics > div .slide {
    position: relative;
    width: 400px;
    height: 158px;
    overflow: hidden;
    margin: 0 auto;
    list-style-type: none;
  }
  #ws_comics > div .slide li {
    float: left;
    width: 104px;
  }
  #ws_comics > div .slide li img {
    width: 99px;
    border: 1px solid #b5b5b5;
  }
  #ws_comics > div .slick-prev,
  #ws_comics > div .slick-next {
    position: absolute;
    width: 26px;
    height: 55px;
    background-image: url(cmc_arr.png);
    top: 100px;
    display: block;
    text-indent: -9999px;
    border: none;
    background-color: #fff;
  }
  #ws_comics > div .slick-prev {
    left: 18px;
  }
  #ws_comics > div .slick-next {
    background-position: -26px 0;
    right: 18px;
  }
  #ws_comics .bx-controls.bx-has-pager {
    position: absolute;
    top: -28px;
    left: 0px;
    width: 832px;
  }

  /* -----------NEWS------------ */
  #ws_news h2 {
    height: 48px;
    position: absolute;
    right: 4px;
    top: 9px;
    z-index: 0;
    text-align: right;
  }
  #ws_news h2 a {
    display: block;
    overflow: hidden;
    width: 68px;
    height: 0 !important;
    padding-top: 48px;
    background-size: auto 48px;
    background-image: url(news.png);
    background-repeat: no-repeat;
  }
  #ws_news .tab li {
    width: calc((calc(100vw - 24px) - 8px) / 5);
  }
  #ws_news .tab li:last-child {
    margin-right: 0px;
  }
  #ws_news .topics {
    padding-top: 50px;
  }
  #ws_news .topics .topicsbody {
    border: 1px solid #707070;
  }
  #ws_news .topics .topicsbody ul {
    height: 320px;
    overflow: auto;
  }
  #ws_news .topics .topicsbody ul li {
    padding: 10px;
    border-bottom: 1px solid #e6e6e6;
  }
  #ws_news .more {
    right: 100%;
    left: 100%;
    margin: 6px auto;
  }
  #ws_news .bn,
  #ws_news .bn2 {
    margin: 8px 0;
  }
  #ws_news .bn p,
  #ws_news .bn2 p {
    margin-top: 4px;
    width: calc(calc(100vw - 24px) / 2 - 2px);
  }

  /* ----------banner----------- */
  #ws_bnr {
    margin: 8px 0;
  }
  #ws_bnr p {
    margin-top: 4px;
    width: calc(calc(100vw - 24px) / 2 - 2px);
  }

  /* -----------SNS VIDEO-------- */
  #ws_sns li {
    margin-top: 4px;
    width: calc(calc(100vw - 24px) / 2 - 2px);
    font-size: 1.4em;
  }
  #ws_sns li i {
    display: block;
    font-size: 2.4em;
  }
  #ws_sns li li:last-child {
    margin-right: 0;
  }

  /* -----------tpfooter--------- */
  #tpfooter .outside {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #tpfooter .outside p {
    margin-top: 4px;
    width: calc(calc(100vw - 24px) / 2 - 2px);
  }

  /* ------------snsbox---------- */
  #snsbox {
    margin: 12px 4px;
  }
}
@media screen and (max-width: 480px) {
  #ws_comics > div {
    height: 220px;
    padding: 40px 0px 23px;
  }
  #ws_comics > div .slide {
    width: 300px;
  }
  #ws_comics > div .slick-prev {
    left: -8px;
  }
  #ws_comics > div .slick-next {
    background-position: -26px 0;
    right: -8px;
  }

  #ws_news .bn p,
  #ws_news .bn2 p {
    width: 100%;
  }
}
#ws_news img,
#ws_bnr img {
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  #primary {
    background: #f3eeed;
    width: 1080px;
    padding: 0;
  }
  #primary a:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
  }

  #primary > article {
    background: #fff;
    padding: 16px;
    margin-bottom: 12px;
  }

  /* ----------ws_info---------- */
  #ws_info > .cover {
    float: left;
    width: 308px;
    border: 9px solid #d63434;
  }
  #ws_info > .cover img {
    width: 290px;
    height: 414px;
    border: 2px solid #fff;
  }
  #ws_info .jigou,
  #ws_info .super,
  #ws_info .enq {
    float: left;
    width: 360px;
    margin: 0 0 10px 10px;
  }
  #ws_info .enq a {
    display: block;
    background-image: url(/eximages/top/enq2.png);
    background-color: #00c945;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 100%;
    height: 0 !important;
    height: 84px;
    padding-top: 84px;
  }
  #ws_info .enq1 {
    width: 260px;
  }
  #ws_info .enq2 {
    width: 94px;
    margin-left: 6px;
  }
  #ws_info .enq2 a {
    background-position: 0 -84px;
  }
  #ws_info .enq3 a {
    background-position: 0 -168px;
  }
  #ws_info .jigou,
  #ws_info .super {
    height: 172px;
    position: relative;
    overflow: hidden;
  }
  #ws_info .jigou a,
  #ws_info .super a {
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 1.2em;
    line-height: 1.3;
    padding-top: 112px;
    height: 172px;
  }
  #ws_info .jigou a p,
  #ws_info .super a p {
    display: block;
    padding: 0px 12px 9px;
    height: 46px;
    overflow: hidden;
  }
  #ws_info .jigou em {
    color: #5ac3ee;
  }
  #ws_info .super a p {
    margin: 0px 114px 0px 0px;
    height: 46px;
    overflow: hidden;
  }
  #ws_info .super em {
    color: #fa9033;
  }
  #ws_info .super .cover {
    position: absolute;
    right: 9px;
    top: 9px;
  }

  /* ----------ws_bnr1----------- */
  #ws_bnr1 .b1,
  #ws_bnr1 .b2 {
    float: left;
    width: 360px;
    margin: 0 0 10px 10px;
  }
  #ws_bnr1 .b1 img,
  #ws_bnr1 .b2 img {
    width: 100%;
  }
  #ws_bnr1 .b1 {
    border: 9px solid #f3999e;
  }
  #ws_bnr1 .b2 {
    border: 9px solid #6fa1df;
  }

  /* -----------NEWS------------ */
  #ws_news {
    margin-top: 24px;
  }
  #ws_news h2 {
    width: 90px;
    height: 64px;
    position: absolute;
    right: 0;
    top: -14px;
  }
  #ws_news .tab {
    width: 495px;
  }
  #ws_news .tab li {
    width: 96px;
    cursor: pointer;
  }
  #ws_news .tab li:not(.active):hover {
    background: #c8c8c8;
  }
  #ws_news .tab > li:first-child {
    border-radius: 30px 0 0 0 / 30px 0 0 0;
    -webkit-border-radius: 30px 0 0 0 / 30px 0 0 0;
    -moz-border-radius: 30px 0 0 0 / 30px 0 0 0;
  }
  #ws_news .tab > li:last-child {
    border-radius: 0 30px 0 0 / 0 30px 0 0;
    -webkit-border-radius: 0 30px 0 0 / 0 30px 0 0;
    -moz-border-radius: 0 30px 0 0 / 0 30px 0 0;
  }
  #ws_news .topics {
    float: right;
    width: 590px;
  }
  #ws_news .topics .topicsbody {
    border: 1px solid #707070;
    padding: 16px;
    height: 438px;
  }
  #ws_news .topics .topicsbody ul {
    height: 400px;
    overflow: auto;
  }
  #ws_news .topics .more {
    position: absolute;
    right: 36px;
    bottom: 10px;
  }
  #ws_news .bn {
    width: 450px;
  }
  #ws_news .bn p {
    margin-bottom: 4px;
  }
  #ws_news .bn img {
    width: 100%;
    height: auto;
  }
  #ws_news .bn2 {
    clear: both;
  }
  #ws_news .bn2 p {
    width: calc((100% - 16px) / 3);
    margin: 4px 0;
  }
  #ws_news .bn2::after {
    content: "";
    width: calc((100% - 16px) / 3);
    display: block;
  }

  /* ----------ws_comics----------- */
  #ws_comics {
    position: relative;
    background: url(cmc_bg.png) no-repeat;
    padding: 49px 0 49px 70px;
  }
  #ws_comics h2 a {
    position: absolute;
    left: 12px;
    top: 16px;
    width: 200px;
    height: 32px;
    padding-top: 32px;
  }
  #ws_comics h2.m01 a {
    background-position: 0      0;
  }
  #ws_comics h2.m02 a {
    background-position: 0  -32px;
  }
  #ws_comics h2.m03 a {
    background-position: 0  -64px;
  }
  #ws_comics h2.m04 a {
    background-position: 0  -96px;
  }
  #ws_comics h2.m05 a {
    background-position: 0 -128px;
  }
  #ws_comics h2.m06 a {
    background-position: 0 -160px;
  }
  #ws_comics h2.m07 a {
    background-position: 0 -192px;
  }
  #ws_comics h2.m08 a {
    background-position: 0 -224px;
  }
  #ws_comics h2.m09 a {
    background-position: 0 -256px;
  }
  #ws_comics h2.m10 a {
    background-position: 0 -288px;
  }
  #ws_comics h2.m11 a {
    background-position: 0 -320px;
  }
  #ws_comics h2.m12 a {
    background-position: 0 -352px;
  }

  #ws_comics .wrap {
    position: relative;
    width: 950px;
  }
  #ws_comics .wrap ul.slide {
    position: relative;
    width: 932px;
    height: 156px;
    overflow: hidden;
    list-style-type: none;
  }
  #ws_comics .wrap .slick-prev,
  #ws_comics .wrap .slick-next {
    position: absolute;
    width: 26px;
    height: 55px;
    background-image: url(cmc_arr.png);
    top: 70px;
    display: block;
    text-indent: -9999px;
    cursor: pointer;
    border: none;
    background-color: #fff;
  }
  #ws_comics .wrap .slick-prev {
    left: -36px;
  }
  #ws_comics .wrap .slick-next {
    background-position: -26px 0;
    right: -18px;
  }
  #ws_comics .wrap li img {
    width: 100px;
    height: 156px;
    border: 1px solid #b0b0b0;
  }

  /* ----------banner----------- */
  #ws_bnr {
    margin-top: 12px;
  }
  #ws_bnr p {
    float: left;
    width: calc((100% - 12px) / 4);
    margin: 0 4px 4px 0;
  }
  #ws_bnr p:nth-child(4n) {
    margin-right: 0;
  }

  /* -----------SNS VIDEO-------- */
  #ws_sns .sns {
    /*float: left;*/
  }

  #ws_sns .sns li {
    width: calc((100% - 18px)/4);
    margin-right: 6px;
    font-size: 1.4em;
  }

  #ws_sns .sns li:last-child {
    margin-right: 0px;
  }

  #ws_sns .sns i {
    vertical-align: -4px;
  }

  /* -----------tpfooter--------- */
  #tpfooter .outside p {
    width: 226px;
    float: left;
    padding: 2px;
  }
  #tpfooter .outside p img {
    margin-bottom: 6px;
  }
}
