@charset "UTF-8";
/* ==========================================================
  フォント
========================================================== */
/* ==========================================================
  BASE
========================================================== */
body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  background-color: #fff;
  line-height: 1.8;
}
body:focus {
  outline: none;
}
@media screen and (min-width: 751px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 3.4vw;
  }
}

a,
a:visited,
a:hover {
  color: #000;
  text-decoration: none;
}

#wrap {
  width: 100%;
  height: 100%;
  position: relative;
  background: url(/news/assets/img/bg.gif) repeat 0 0;
}
@media screen and (max-width: 750px) {
  #wrap {
    overflow-x: hidden;
  }
}

/* ==========================================================
    HEADER
  ========================================================== */
header {
  background: url(/news/assets/img/bg_header.gif) repeat-x 0 0;
}
@media screen and (min-width: 751px) {
  header {
    height: 100px;
  }
}
@media screen and (max-width: 750px) {
  header {
    background-size: contain;
    height: 16vw;
  }
}
header .inner {
  position: relative;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  header .inner {
    width: 940px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 750px) {
  header .inner {
    width: 98%;
    padding-top: 1.6vw;
  }
}
header .inner .l5Logo {
  position: absolute;
}
@media screen and (min-width: 751px) {
  header .inner .l5Logo {
    top: 10px;
    left: -4px;
  }
}
@media screen and (max-width: 750px) {
  header .inner .l5Logo {
    width: 17%;
    top: 1.8vw;
    left: 0;
  }
}
@media screen and (max-width: 750px) {
  header .inner .btn {
    width: 60%;
    margin: 0 auto;
  }
}

/* ==========================================================
    FOOTER
  ========================================================== */
footer {
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 751px) {
  footer {
    padding: 20px 0 40px;
  }
}
@media screen and (max-width: 750px) {
  footer {
    padding: 2vw 0 4vw;
  }
}
@media screen and (max-width: 750px) {
  footer p {
    width: 60%;
    margin: 0 auto;
  }
}

/* ==========================================================
    CONTENT
  ========================================================== */
#box {
  background: #fff;
  border-radius: 6px;
  border: solid 1px #d9d9d9;
}
@media screen and (min-width: 751px) {
  #box {
    width: 940px;
    margin: 0 auto 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  #box {
    width: 98%;
    margin: 0 auto 2vw;
    padding-bottom: 2vw;
  }
}
#box .title {
  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;
  border-bottom: solid 2px #d9d9d9;
}
@media screen and (min-width: 751px) {
  #box .title {
    padding: 6px 0 12px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 750px) {
  #box .title {
    padding-bottom: 2vw;
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 750px) {
  #box .title .news {
    width: 16%;
  }
}
@media screen and (max-width: 750px) {
  #box .title .info {
    width: 20%;
  }
}
@media screen and (min-width: 751px) {
  #box #content {
    padding: 0 49px;
  }
}
@media screen and (max-width: 750px) {
  #box #content {
    padding: 0 4%;
  }
}
#box #content p {
  text-align: left;
}
@media screen and (min-width: 751px) {
  #box #content figure,
  #box #content p {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  #box #content figure,
  #box #content p {
    margin-bottom: 4vw;
  }
}
#box #content .main {
  text-align: center;
}
@media screen and (min-width: 751px) {
  #box #content .main {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 750px) {
  #box #content .main {
    margin-bottom: 4vw;
  }
}
#box #content .main .date {
  text-align: right;
}
@media screen and (min-width: 751px) {
  #box #content .main .date {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 750px) {
  #box #content .main .date {
    font-size: 2.8vw;
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 751px) {
  #box #content .main h1 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 750px) {
  #box #content .main h1 {
    padding: 0 20%;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 750px) {
  #box #content .main h1.collabo {
    padding: 0;
  }
}
#box #content .main h2 {
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 751px) {
  #box #content .main h2 {
    font-size: 21px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 750px) {
  #box #content .main h2 {
    font-size: 5vw;
    margin-bottom: 4vw;
  }
}
#box #content .sec {
  position: relative;
}
@media screen and (min-width: 751px) {
  #box #content .sec {
    text-align: center;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 750px) {
  #box #content .sec {
    margin-bottom: 8vw;
  }
}
#box #content .sec h3,
#box #content .sec h4 {
  background-color: #000;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  line-height: 1.5;
}
@media screen and (min-width: 751px) {
  #box #content .sec h3,
  #box #content .sec h4 {
    font-size: 21px;
    padding: 8px 0 10px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  #box #content .sec h3,
  #box #content .sec h4 {
    font-size: 4.6vw;
    padding: 1.4vw 0 1.6vw;
    margin-bottom: 4vw;
    line-height: 1.4;
  }
}
#box #content .sec p a {
  color: #00aeff;
  font-weight: bold;
  text-decoration: underline;
}
#box #content .sec .twImage {
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  #box #content .sec .twImage {
    width: 600px;
  }
}
@media screen and (max-width: 750px) {
  #box #content .sec .twImage {
    width: 80%;
  }
}
#box #content .sec .twImage p {
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  #box #content .sec .twImage p {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 750px) {
  #box #content .sec .twImage p {
    margin-bottom: 1vw;
  }
}
#box #content .sec .twImage figure img {
  width: 100%;
}
#box #content .sec .officeImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3em;
  gap: 1em;
  row-gap: 1em;
}
#box #content .sec .officeImage .officeimgBox {
  width: calc((100% - 1em) / 2);
  background: #3b3f4d;
  color: #fff;
}
@media screen and (max-width: 750px) {
  #box #content .sec .officeImage .officeimgBox {
    width: 100%;
  }
}
#box #content .sec .officeImage .officeimgBox figure {
  margin-bottom: 0;
}
#box #content .sec .officeImage .officeimgBox figure img {
  width: 100%;
}
#box #content .sec .officeImage .officeimgBox dt {
  padding: 0 1.2em;
  font-weight: 600;
  line-height: 1.4em;
  text-align: left;
}
@media screen and (min-width: 751px) {
  #box #content .sec .officeImage .officeimgBox dt {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  #box #content .sec .officeImage .officeimgBox dt {
    font-size: 4vw;
  }
}
#box #content .sec .officeImage .officeimgBox dd {
  font-weight: 600;
  padding: 0.5em 1.4em 0 1.4em;
  margin-bottom: 0.8em;
  text-align: left;
}
@media screen and (min-width: 751px) {
  #box #content .sec .officeImage .officeimgBox dd {
    font-size: 15px;
  }
}
#box #content .sec .officeImage .officeimgBoxL {
  width: 100%;
  background: #3b3f4d;
  color: #fff;
}
#box #content .sec .officeImage .officeimgBoxL figure {
  margin-bottom: 0;
}
#box #content .sec .officeImage .officeimgBoxL figure img {
  width: 100%;
}
#box #content .sec .officeImage .officeimgBoxL dt {
  padding: 0 1.2em;
  font-weight: 600;
  line-height: 1.4em;
  text-align: left;
}
@media screen and (min-width: 751px) {
  #box #content .sec .officeImage .officeimgBoxL dt {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  #box #content .sec .officeImage .officeimgBoxL dt {
    font-size: 4vw;
  }
}
#box #content .sec .officeImage .officeimgBoxL dd {
  font-weight: 600;
  padding: 0.5em 1.4em 0 1.4em;
  margin-bottom: 0.8em;
  text-align: left;
}
@media screen and (min-width: 751px) {
  #box #content .sec .officeImage .officeimgBoxL dd {
    font-size: 15px;
  }
}
#box #content .sec .officeAddress {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 1em;
  display: grid;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-x: auto;
}
@media screen and (max-width: 750px) {
  #box #content .sec .officeAddress {
    display: block;
    padding: 1em 0.5em;
  }
}
#box #content .sec .officeAddress table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em auto;
}
@media screen and (max-width: 750px) {
  #box #content .sec .officeAddress table {
    width: 100%;
    table-layout: fixed;
    margin: 1em 0;
  }
}
#box #content .sec .officeAddress table caption {
  font-weight: bold;
  margin-bottom: 0.5em;
}
#box #content .sec .officeAddress table tr th,
#box #content .sec .officeAddress table tr td {
  border-collapse: collapse;
  border: solid 1px #000;
  padding: 0.5em 1em;
  text-align: left;
}
@media screen and (max-width: 750px) {
  #box #content .sec .officeAddress table tr th,
  #box #content .sec .officeAddress table tr td {
    padding: 0.5em;
    overflow-wrap: anywhere;
  }
}
#box #content .sec .officeAddress table tr th {
  text-align: center;
  background: #efefef;
}
:lang(ja) #box #content .sec .officeAddress table tr th {
  width: 7em;
}
@media screen and (max-width: 750px) {
  :lang(ja) #box #content .sec .officeAddress table tr th {
    width: 24%;
  }
}
:lang(en) #box #content .sec .officeAddress table tr th {
  width: 10em;
}
@media screen and (max-width: 750px) {
  #box #content .sec .officeAddress table tr td {
    width: 70%;
  }
}
#box #content .sec .anoTxt {
  text-align: left;
  margin-bottom: 2em;
}
@media screen and (min-width: 751px) {
  #box #content .sec .anoTxt {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  #box #content .sec .anoTxt {
    font-size: 11px;
  }
}
@media screen and (min-width: 751px) {
  #box #content .sec .navImage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2em;
  }
}
@media screen and (min-width: 751px) {
  #box #content .sec .navImage figure {
    margin: 0;
    width: 700px;
  }
}
@media screen and (max-width: 750px) {
  #box #content .sec .navImage figure {
    text-align: center;
  }
}
@media screen and (min-width: 751px) {
  #box #content .sec .navImage figure img {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  #box #content .sec .navImage figure img {
    max-width: 270px;
    display: inline-block;
  }
}
#box #content .dateTxt {
  font-weight: bold;
  text-align: center;
  border: solid 2px #cc0001;
  border-radius: 8px;
}
@media screen and (min-width: 751px) {
  #box #content .dateTxt {
    width: 660px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 750px) {
  #box #content .dateTxt {
    margin: 0 auto 4vw;
  }
}
#box #content .dateTxt dt {
  color: #fff;
  background: #cc0001;
  border-radius: 5px 5px 0 0;
}
@media screen and (min-width: 751px) {
  #box #content .dateTxt dt {
    font-size: 20px;
    padding: 2px 0;
  }
}
@media screen and (max-width: 750px) {
  #box #content .dateTxt dt {
    font-size: 3.6vw;
    padding: 0.6vw 0 1vw;
  }
}
#box #content .dateTxt dd {
  color: #cc0001;
  background: #fff;
  border-radius: 0 0 5px 5px;
  text-align: center;
}
@media screen and (min-width: 751px) {
  #box #content .dateTxt dd {
    font-size: 22px;
    padding: 4px 0;
  }
}
@media screen and (max-width: 750px) {
  #box #content .dateTxt dd {
    font-size: 4vw;
    padding: 0.6vw 0 1vw;
  }
}
#box #content .btn {
  line-height: 1.4;
  margin-bottom: 0 !important;
}
#box #content .btn a {
  display: block;
  color: #fff !important;
  font-weight: bold;
  text-decoration: none !important;
  text-align: center;
  position: relative;
  border-radius: 6px;
}
@media screen and (min-width: 751px) {
  #box #content .btn a {
    font-size: 22px;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.4);
    width: 440px;
    padding: 16px 0;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 750px) {
  #box #content .btn a {
    font-size: 3.8vw;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
    width: 90%;
    line-height: 1.4;
    padding: 2vw 0;
    margin: 0 auto 4vw;
  }
}
#box #content .btn a:after {
  content: "";
  border: 0px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
}
@media screen and (min-width: 751px) {
  #box #content .btn a:after {
    width: 8px;
    height: 8px;
    right: 12px;
    margin-top: -5px;
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
  }
}
@media screen and (max-width: 750px) {
  #box #content .btn a:after {
    width: 1.6vw;
    height: 1.6vw;
    right: 3vw;
    margin-top: -1vw;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
  }
}
#box #content .btnSite a {
  border-radius: 10px;
  background: #db0c02;
}
@media screen and (min-width: 751px) {
  #box #content .btnSite a {
    -webkit-box-shadow: 0px 4px 0px #820701;
            box-shadow: 0px 4px 0px #820701;
  }
}
@media screen and (max-width: 750px) {
  #box #content .btnSite a {
    -webkit-box-shadow: 0px 3px 0px #820701;
            box-shadow: 0px 3px 0px #820701;
  }
}
#box #content .btnHololive a {
  border-radius: 10px;
  background: #db0c02;
}
@media screen and (min-width: 751px) {
  #box #content .btnHololive a {
    font-size: 20px;
    -webkit-box-shadow: 0px 4px 0px #820701;
            box-shadow: 0px 4px 0px #820701;
  }
}
@media screen and (max-width: 750px) {
  #box #content .btnHololive a {
    font-size: 3.6vw;
    -webkit-box-shadow: 0px 3px 0px #820701;
            box-shadow: 0px 3px 0px #820701;
  }
}
#box #content .btnTw a {
  border-radius: 100px;
  background: #22aeec;
}
@media screen and (min-width: 751px) {
  #box #content .btnTw a {
    -webkit-box-shadow: 0px 4px 0px #0977a7;
            box-shadow: 0px 4px 0px #0977a7;
  }
}
@media screen and (max-width: 750px) {
  #box #content .btnTw a {
    -webkit-box-shadow: 0px 3px 0px #0977a7;
            box-shadow: 0px 3px 0px #0977a7;
  }
}
#box #content .btnInsta a {
  border-radius: 100px;
  background: #f00075;
}
@media screen and (min-width: 751px) {
  #box #content .btnInsta a {
    -webkit-box-shadow: 0px 4px 0px #af0359;
            box-shadow: 0px 4px 0px #af0359;
  }
}
@media screen and (max-width: 750px) {
  #box #content .btnInsta a {
    -webkit-box-shadow: 0px 3px 0px #af0359;
            box-shadow: 0px 3px 0px #af0359;
  }
}
#box #content .btnBrown a {
  background: #871918;
  -webkit-box-shadow: 0px 4px 0px #4c0b0b;
          box-shadow: 0px 4px 0px #4c0b0b;
  border: solid 2px #602726;
}
@media screen and (min-width: 751px) {
  #box #content #storeArea p {
    text-align: center;
  }
}
#box #content #storeArea ul li a {
  background: #48b015;
}
@media screen and (min-width: 751px) {
  #box #content #storeArea ul li a {
    width: 580px;
    -webkit-box-shadow: 0px 4px 0px #2c8102;
            box-shadow: 0px 4px 0px #2c8102;
  }
}
@media screen and (max-width: 750px) {
  #box #content #storeArea ul li a {
    width: 84%;
    -webkit-box-shadow: 0px 3px 0px #2c8102;
            box-shadow: 0px 3px 0px #2c8102;
  }
}
#box #content #infoArea h4 {
  font-weight: bold;
  background: #e5e5e5;
  text-align: center;
  border-radius: 6px;
}
@media screen and (min-width: 751px) {
  #box #content #infoArea h4 {
    font-size: 21px;
    padding: 4px 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  #box #content #infoArea h4 {
    font-size: 4vw;
    padding: 1vw 0 1.2vw;
    margin-bottom: 3vw;
  }
}
#box #content #infoArea .infoBox {
  position: relative;
}
@media screen and (min-width: 751px) {
  #box #content #infoArea .infoBox {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  #box #content #infoArea .infoBox {
    margin-bottom: 6vw;
  }
}
@media screen and (min-width: 751px) {
  #box #content #infoArea .infoBox figure {
    position: absolute;
    top: 5px;
    right: 0;
  }
}
@media screen and (max-width: 750px) {
  #box #content #infoArea .infoBox figure {
    width: 34%;
    margin: 0 auto 4vw;
  }
}
#box #content #infoArea .infoBox dl {
  line-height: 1.4;
}
@media screen and (min-width: 751px) {
  #box #content #infoArea .infoBox dl {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 750px) {
  #box #content #infoArea .infoBox dl {
    text-align: center;
    margin-bottom: 2vw;
  }
}
#box #content #infoArea .infoBox dl dt {
  float: left;
}
@media screen and (min-width: 751px) {
  #box #content #infoArea .infoBox dl dt {
    width: 9em;
  }
}
@media screen and (max-width: 750px) {
  #box #content #infoArea .infoBox dl dt {
    width: 6em;
    background: #ddf1fa;
    border-radius: 6px;
    padding: 0.8vw 0 1.2vw;
    margin-right: 2vw;
  }
}
#box #content #infoArea .infoBox dl dd {
  float: left;
}
@media screen and (min-width: 751px) {
  #box #content #infoArea .infoBox dl dd {
    width: 37em;
    padding-left: 1em;
    text-indent: -0.36em;
  }
}
@media screen and (max-width: 750px) {
  #box #content #infoArea .infoBox dl dd {
    width: 18em;
    padding-top: 0.8vw;
    text-align: left;
  }
}
#box #content #infoArea .infoBox dl dd a {
  text-decoration: underline;
}
@media screen and (min-width: 751px) {
  #box #content #infoArea .infoBox dl dd:before {
    content: "：";
    display: inline-block;
    margin-right: 4px;
  }
}
@media screen and (max-width: 750px) {
  #box #content #infoArea .infoBox dl.url {
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 750px) {
  #box #content #infoArea .infoBox dl.url dt {
    width: auto;
    float: none;
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  #box #content #infoArea .infoBox dl.url dd {
    width: auto;
    float: none;
  }
}
#box #content #infoArea .link a {
  color: #000;
  text-decoration: none;
  display: block;
  text-align: right;
  border-top: solid 1px #d9d9d9;
  border-bottom: solid 1px #d9d9d9;
  background: url(/news/assets/img/icn_link.gif) no-repeat center right;
}
@media screen and (min-width: 751px) {
  #box #content #infoArea .link a {
    padding: 10px 26px 10px 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  #box #content #infoArea .link a {
    background-size: 3.4vw;
    padding: 2vw 4.6vw 2vw 0;
    margin-bottom: 2vw;
  }
}
#box #content #infoArea .note {
  line-height: 1.6;
}
@media screen and (min-width: 751px) {
  #box #content #infoArea .note {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  #box #content #infoArea .note {
    font-size: 2vw;
    margin-bottom: 2vw;
  }
}
#box #content #infoArea .copy {
  line-height: 1.6;
  text-align: right;
}
@media screen and (min-width: 751px) {
  #box #content #infoArea .copy {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  #box #content #infoArea .copy {
    font-size: 2vw;
  }
}

#punipuni .sec h3 {
  background: #21abf2;
}
#punipuni .sec .cpBox {
  border-radius: 10px;
  background: #e5f6fd;
  overflow: hidden;
}
#punipuni .sec .cpBox figure {
  margin: 0;
}
@media screen and (min-width: 751px) {
  #punipuni .sec .cpBox .inner {
    padding: 20px;
  }
}
@media screen and (max-width: 750px) {
  #punipuni .sec .cpBox .inner {
    padding: 3vw;
  }
}
#punipuni .sec .cpBox .inner .date {
  color: #fff;
  font-weight: bold;
  text-align: center !important;
  border-radius: 10px;
  background: #e70012;
  line-height: 1.4;
}
@media screen and (min-width: 751px) {
  #punipuni .sec .cpBox .inner .date {
    font-size: 26px;
    padding: 10px 0 12px;
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 750px) {
  #punipuni .sec .cpBox .inner .date {
    font-size: 4vw;
    padding: 1.4vw 0 1.6vw;
    margin-bottom: 6vw !important;
  }
}
#punipuni .sec .cpBox .inner dl {
  font-weight: bold;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 751px) {
  #punipuni .sec .cpBox .inner dl {
    padding: 0 30px 6px;
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 750px) {
  #punipuni .sec .cpBox .inner dl {
    text-align: center;
    padding: 0 4vw 1vw;
    margin-bottom: 5.6vw;
  }
}
#punipuni .sec .cpBox .inner dl dt {
  display: inline-block;
  color: #fff;
  background: #114cd4;
  border-radius: 100px;
  position: relative;
}
@media screen and (min-width: 751px) {
  #punipuni .sec .cpBox .inner dl dt {
    font-size: 26px;
    top: -20px;
    padding: 0 40px 2px;
  }
}
@media screen and (max-width: 750px) {
  #punipuni .sec .cpBox .inner dl dt {
    font-size: 4vw;
    top: -3vw;
    padding: 0 6vw 0.6vw;
  }
}
#punipuni .sec .cpBox .inner dl dd {
  text-align: left;
}
#punipuni .sec .cpBox .inner dl dd ul li {
  line-height: 1.4;
}
@media screen and (min-width: 751px) {
  #punipuni .sec .cpBox .inner dl dd ul li {
    background: no-repeat top 2px left;
    font-size: 26px;
    padding-left: 42px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  #punipuni .sec .cpBox .inner dl dd ul li {
    background: no-repeat top 0.6vw left/5vw;
    font-size: 4vw;
    padding-left: 6vw;
    margin-bottom: 1vw;
  }
}
#punipuni .sec .cpBox .inner dl dd ul li:nth-child(1) {
  background-image: url(/news/assets/img/bg_num01.png);
}
#punipuni .sec .cpBox .inner dl dd ul li:nth-child(2) {
  background-image: url(/news/assets/img/bg_num02.png);
}
@media screen and (min-width: 751px) {
  #punipuni .sec .cpBox .inner dl dd p {
    font-size: 26px;
  }
}
@media screen and (max-width: 750px) {
  #punipuni .sec .cpBox .inner dl dd p {
    font-size: 4vw;
  }
}
#punipuni .sec .cpBox .inner dl dd p.anoTxt {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 751px) {
  #punipuni .sec .cpBox .inner dl dd p.anoTxt {
    font-size: 16px;
    margin-left: 42px;
  }
}
@media screen and (max-width: 750px) {
  #punipuni .sec .cpBox .inner dl dd p.anoTxt {
    font-size: 3vw;
    margin-left: 6vw;
  }
}
#punipuni .sec .presentBox {
  border-radius: 10px;
  background: #e5f6fd;
  overflow: hidden;
}
#punipuni .sec .presentBox figure {
  margin: 0 !important;
}
@media screen and (min-width: 751px) {
  #punipuni .sec .presentBox .inner {
    padding: 40px 20px 20px;
  }
}
@media screen and (max-width: 750px) {
  #punipuni .sec .presentBox .inner {
    padding: 6vw 3vw 3vw;
  }
}
#punipuni .sec .presentBox .inner dl {
  font-weight: bold;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 751px) {
  #punipuni .sec .presentBox .inner dl {
    padding: 0 30px 20px;
  }
}
@media screen and (max-width: 750px) {
  #punipuni .sec .presentBox .inner dl {
    text-align: center;
    padding: 0 4vw 1vw;
  }
}
#punipuni .sec .presentBox .inner dl dt {
  display: inline-block;
  color: #fff;
  background: #114cd4;
  border-radius: 100px;
  position: relative;
  line-height: 1.4;
}
@media screen and (min-width: 751px) {
  #punipuni .sec .presentBox .inner dl dt {
    font-size: 26px;
    top: -20px;
    padding: 0 40px 2px;
  }
}
@media screen and (max-width: 750px) {
  #punipuni .sec .presentBox .inner dl dt {
    font-size: 4vw;
    top: -3vw;
    padding: 1vw 6vw 1.6vw;
  }
}
#punipuni .sec .presentBox .inner dl dd {
  text-align: left;
}
#punipuni .sec .presentBox .inner dl dd p {
  color: #e70012;
  text-align: center !important;
  line-height: 1.4;
}
@media screen and (min-width: 751px) {
  #punipuni .sec .presentBox .inner dl dd p {
    font-size: 36px;
    margin: -10px 0 10px !important;
  }
}
@media screen and (max-width: 750px) {
  #punipuni .sec .presentBox .inner dl dd p {
    font-size: 4.4vw;
    margin: -1vw 0 2vw !important;
  }
}
@media screen and (min-width: 751px) {
  #punipuni .sec .presentBox .inner dl dd p span {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  #punipuni .sec .presentBox .inner dl dd p span {
    font-size: 3vw;
  }
}
#punipuni .sec .presentBox .inner dl dd ul li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 751px) {
  #punipuni .sec .presentBox .inner dl dd ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  #punipuni .sec .presentBox .inner dl dd ul li {
    font-size: 3vw;
  }
}
#punipuni .sec .hololiveBox {
  width: 100%;
}
@media screen and (min-width: 751px) {
  #punipuni .sec .hololiveBox {
    margin: 30px 0;
  }
}
@media screen and (max-width: 750px) {
  #punipuni .sec .hololiveBox {
    overflow-x: scroll;
    margin-top: 4vw;
  }
}
#punipuni .sec .hololiveBox table,
#punipuni .sec .hololiveBox th,
#punipuni .sec .hololiveBox td {
  font-weight: bold;
  border: 1px solid #b3b3b3;
  border-collapse: collapse;
  white-space: nowrap;
}
#punipuni .sec .hololiveBox table {
  width: 100%;
}
#punipuni .sec .hololiveBox th,
#punipuni .sec .hololiveBox td {
  line-height: 1.4;
}
@media screen and (min-width: 751px) {
  #punipuni .sec .hololiveBox th,
  #punipuni .sec .hololiveBox td {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 750px) {
  #punipuni .sec .hololiveBox th,
  #punipuni .sec .hololiveBox td {
    padding: 2vw 4vw;
  }
}
#punipuni .sec .hololiveBox th {
  color: #fff;
  background: #00bbda;
  text-align: center;
  white-space: nowrap;
}
#punipuni .sec .hololiveBox td {
  background: #fff;
  text-align: left;
}
#punipuni .sec .hololiveBox td a {
  color: #00bbda;
  text-decoration: underline;
}
#punipuni .sec#about.tokyoRevengers h3 {
  background: #c2000f;
}
#punipuni .sec#about.evangelion h3 {
  background: #2d1085;
}
#punipuni .sec#about.sunday h3, #punipuni .sec#about.hololive h3, #punipuni .sec#about.geats h3, #punipuni .sec#about.puyopuyo h3 {
  background: #49b14b;
}
@media screen and (min-width: 751px) {
  #punipuni .sec#about.geats .info dd ul li {
    float: left;
    margin-right: 1.5em;
  }
}
#punipuni .sec#about.shamanking h3 {
  background: #ec6941;
}
@media screen and (min-width: 751px) {
  #punipuni .sec#about.shamanking p {
    text-align: center;
  }
}
@media screen and (min-width: 751px) {
  #punipuni .sec#about.shamanking .size {
    width: 70%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 750px) {
  #punipuni .sec#about.shamanking .size {
    margin-bottom: 4vw;
  }
}
#punipuni .sec#about.shamanking .size img {
  width: 100%;
}
#punipuni .sec#about.ultramanTrigger h3 {
  background: #ec6941;
}
#punipuni .sec#about.ultramanTrigger p em {
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  #punipuni .sec#about.ultramanTrigger .size {
    width: 70%;
    margin: 0 auto 30px;
  }
}
#punipuni .sec#about.ultramanTrigger .size img {
  width: 100%;
}
#punipuni .sec#about.sevenTaizai h3 {
  background: #ec6941;
}
@media screen and (min-width: 751px) {
  #punipuni .sec#about.sevenTaizai .size {
    width: 70%;
    margin: 0 auto 30px;
  }
}
#punipuni .sec#about.sevenTaizai .size img {
  width: 100%;
}
#punipuni .sec#about.monsterStrike h3 {
  background: #ec6941;
}
@media screen and (min-width: 751px) {
  #punipuni .sec#about.ninokuni figure {
    float: right;
    padding-top: 15px;
  }
}
@media screen and (max-width: 750px) {
  #punipuni .sec#about.ninokuni figure {
    margin-bottom: 2vw;
  }
}
#punipuni .sec#about.ninokuni .lBox {
  text-align: left;
}
@media screen and (min-width: 751px) {
  #punipuni .sec#about.ninokuni .lBox {
    float: left;
    width: 420px;
    padding-top: 10px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 751px) {
  #punipuni .sec#about.ninokuni .lBox p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  #punipuni .sec#about.ninokuni .lBox p {
    margin-bottom: 2vw;
  }
}
@media screen and (min-width: 751px) {
  #punipuni .sec#about.ninokuni .lBox dl {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  #punipuni .sec#about.ninokuni .lBox dl {
    margin-bottom: 3vw;
  }
}
#punipuni .sec#about.ninokuni .lBox dl dt {
  font-weight: bold;
  background: #efefef;
  border-radius: 4px;
  text-align: center;
}
@media screen and (min-width: 751px) {
  #punipuni .sec#about.ninokuni .lBox dl dt {
    font-weight: bold;
    padding-bottom: 4px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 750px) {
  #punipuni .sec#about.ninokuni .lBox dl dt {
    padding-bottom: 1vw;
    margin-bottom: 1vw;
  }
}
#punipuni .sec#about.ninokuni .lBox dl dd {
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 751px) {
  #punipuni .sec#about.ninokuni .lBox dl dd {
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  #punipuni .sec#about.ninokuni .lBox dl dd {
    padding: 0 2vw;
  }
}
#punipuni .sec#about.ninokuni .lBox dl dd span {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 751px) {
  #punipuni .sec#about.ninokuni .lBox dl dd span {
    font-size: 12px;
    top: -4px;
  }
}
@media screen and (max-width: 750px) {
  #punipuni .sec#about.ninokuni .lBox dl dd span {
    font-size: 2.6vw;
    top: -0.4vw;
  }
}
#punipuni .sec#about.ninokuni .lBox dl:first-of-type dd {
  text-align: left;
}
@media screen and (min-width: 751px) {
  #punipuni .sec#about.ninokuni .btn {
    clear: both;
  }
}
#punipuni .sec .shamankingTxt sup {
  position: relative;
}
@media screen and (min-width: 751px) {
  #punipuni .sec .shamankingTxt sup {
    font-size: 10px;
    top: -2px;
  }
}
@media screen and (max-width: 750px) {
  #punipuni .sec .shamankingTxt sup {
    font-size: 2vw;
    top: -0.4vw;
  }
}
@media screen and (min-width: 751px) {
  #punipuni .sec .shamankingTxt span {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  #punipuni .sec .shamankingTxt span {
    font-size: 3.2vw;
  }
}
#punipuni .sec .story {
  text-align: center;
}
@media screen and (min-width: 751px) {
  #punipuni .sec .story {
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  #punipuni .sec .story {
    margin-top: 4vw;
  }
}
#punipuni .sec .story dt {
  font-weight: bold;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.4);
  background: #f16c0f;
  color: #fff;
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 751px) {
  #punipuni .sec .story dt {
    font-size: 20px;
    padding: 8px 0;
  }
}
@media screen and (max-width: 750px) {
  #punipuni .sec .story dt {
    font-size: 4vw;
    padding: 0.4vw 0 1vw;
  }
}
#punipuni .sec .story dd {
  font-weight: bold;
  background: #ffefd4;
  border-radius: 0 0 10px 10px;
}
@media screen and (min-width: 751px) {
  #punipuni .sec .story dd {
    padding: 14px;
  }
}
@media screen and (max-width: 750px) {
  #punipuni .sec .story dd {
    padding: 3vw 4vw;
  }
}
#punipuni .sec .storyMetsuryushi {
  text-align: center;
}
#punipuni .sec .storyMetsuryushi dt {
  font-weight: bold;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.4);
  background: #6725a7;
  color: #fff;
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 751px) {
  #punipuni .sec .storyMetsuryushi dt {
    font-size: 20px;
    padding: 8px 0;
  }
}
@media screen and (max-width: 750px) {
  #punipuni .sec .storyMetsuryushi dt {
    font-size: 4vw;
    padding: 0.4vw 0 1vw;
  }
}
#punipuni .sec .storyMetsuryushi dd {
  font-weight: bold;
  background: #efdffd;
  border-radius: 0 0 10px 10px;
}
@media screen and (min-width: 751px) {
  #punipuni .sec .storyMetsuryushi dd {
    padding: 14px;
  }
}
@media screen and (max-width: 750px) {
  #punipuni .sec .storyMetsuryushi dd {
    padding: 3vw 4vw;
  }
}
#punipuni .sec .oldBtn a {
  position: absolute !important;
}
@media screen and (min-width: 751px) {
  #punipuni .sec .oldBtn a {
    bottom: 10px;
    left: calc(50% - 220px);
  }
}
@media screen and (max-width: 750px) {
  #punipuni .sec .oldBtn a {
    bottom: 0.6vw;
    left: 5%;
  }
}
@media screen and (max-width: 750px) {
  #punipuni .sec .oldBtn.sevenTaizai a {
    bottom: -1.4vw;
  }
}
@media screen and (min-width: 751px) {
  #punipuni .sec.sevenTaizai .size {
    width: 70%;
    margin: 0 auto 10px;
  }
}
#punipuni .sec.sevenTaizai .size img {
  width: 100%;
}
@media screen and (min-width: 751px) {
  #punipuni .sec#campaign ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  #punipuni .sec#campaign ul {
    margin-bottom: 6vw;
  }
}
#punipuni .sec#campaign ul li {
  background: #ffeded;
  border-radius: 5px;
}
@media screen and (min-width: 751px) {
  #punipuni .sec#campaign ul li {
    width: 265px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  #punipuni .sec#campaign ul li {
    margin-bottom: 4vw;
  }
}
#punipuni .sec#campaign ul li dl dt {
  color: #fff;
  background: #c00000;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  text-align: center;
}
@media screen and (min-width: 751px) {
  #punipuni .sec#campaign ul li dl dt {
    font-size: 18px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 750px) {
  #punipuni .sec#campaign ul li dl dt {
    font-size: 4vw;
    padding: 1vw 0;
  }
}
#punipuni .sec#campaign ul li dl dd {
  text-align: left;
}
@media screen and (min-width: 751px) {
  #punipuni .sec#campaign ul li dl dd {
    font-size: 16px;
    height: 220px;
    padding: 15px 15px 0;
  }
}
@media screen and (max-width: 750px) {
  #punipuni .sec#campaign ul li dl dd {
    font-size: 3.6vw;
    padding: 1.5vw 1.5vw 0;
  }
}
@media screen and (max-width: 750px) {
  #punipuni .sec#campaign ul li figure {
    width: 60%;
    margin: 0 auto;
  }
}
#punipuni .sec#campaign .rt {
  border: solid 2px #e61673;
  border-radius: 5px;
}
@media screen and (min-width: 751px) {
  #punipuni .sec#campaign .rt {
    width: 600px;
    padding-bottom: 20px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 750px) {
  #punipuni .sec#campaign .rt {
    padding-bottom: 2vw;
    margin-bottom: 4vw;
  }
}
#punipuni .sec#campaign .rt dt {
  font-weight: bold;
  color: #fff;
  background: #e61673;
  border-radius: 3px 3px 0px 0px;
  text-align: center;
}
@media screen and (min-width: 751px) {
  #punipuni .sec#campaign .rt dt {
    font-size: 20px;
    padding: 5px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  #punipuni .sec#campaign .rt dt {
    font-size: 4vw;
    padding: 0.5vw;
    margin-bottom: 4vw;
  }
}
#punipuni .sec#campaign .rt dd {
  text-align: left;
}
@media screen and (min-width: 751px) {
  #punipuni .sec#campaign .rt dd {
    font-size: 16px;
    padding: 0 20px 20px;
  }
}
@media screen and (max-width: 750px) {
  #punipuni .sec#campaign .rt dd {
    font-size: 3.6vw;
    padding: 0 2vw 2vw;
  }
}
#punipuni .sec#campaign .rt span {
  display: block;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  #punipuni .sec#campaign .rt span {
    width: 500px;
  }
}
@media screen and (max-width: 750px) {
  #punipuni .sec#campaign .rt span {
    width: 74%;
  }
}
#punipuni .sec .rtYoutube {
  border: solid 2px #e61673;
  border-radius: 5px;
}
@media screen and (min-width: 751px) {
  #punipuni .sec .rtYoutube {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  #punipuni .sec .rtYoutube {
    padding-bottom: 2vw;
    margin-bottom: 3vw;
  }
}
#punipuni .sec .rtYoutube dt {
  color: #fff;
  font-weight: bold;
  background: #e61673;
  border-radius: 3px 3px 0px 0px;
  text-align: center;
}
@media screen and (min-width: 751px) {
  #punipuni .sec .rtYoutube dt {
    font-size: 20px;
    padding: 5px;
  }
}
@media screen and (max-width: 750px) {
  #punipuni .sec .rtYoutube dt {
    font-size: 4vw;
    padding: 0.5vw;
  }
}
#punipuni .sec .rtYoutube dd {
  text-align: left;
}
@media screen and (min-width: 751px) {
  #punipuni .sec .rtYoutube dd {
    font-size: 16px;
    padding: 20px;
  }
}
@media screen and (max-width: 750px) {
  #punipuni .sec .rtYoutube dd {
    font-size: 3.6vw;
    padding: 2vw;
  }
}
#punipuni .sec .sArea {
  background: #e1f7ff;
}
@media screen and (min-width: 751px) {
  #punipuni .sec .sArea {
    padding: 20px;
  }
}
@media screen and (max-width: 750px) {
  #punipuni .sec .sArea {
    padding: 2vw;
  }
}
@media screen and (min-width: 751px) {
  #punipuni .sec .sArea dl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  #punipuni .sec .sArea dl {
    margin-bottom: 2vw;
  }
}
#punipuni .sec .sArea dl dt {
  color: #0b6dff;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 751px) {
  #punipuni .sec .sArea dl dt {
    font-size: 32px;
  }
}
@media screen and (max-width: 750px) {
  #punipuni .sec .sArea dl dt {
    font-size: 5vw;
  }
}
@media screen and (min-width: 751px) {
  #punipuni .sec .fBox p {
    float: left;
    width: 470px;
  }
}
@media screen and (min-width: 751px) {
  #punipuni .sec .fBox figure {
    float: right;
  }
}
@media screen and (max-width: 750px) {
  #punipuni .sec .fBox figure {
    width: 80%;
    margin: 0 auto 4vw;
  }
}

#manga5 .sec h3 {
  background: #ef7500;
}
#manga5 .sec .mangaBox {
  background: #fdf4e8;
  border-radius: 10px;
}
@media screen and (min-width: 751px) {
  #manga5 .sec .mangaBox {
    padding: 20px 20px 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec .mangaBox {
    padding: 4vw 4vw 0.5vw;
    margin-bottom: 6vw;
  }
}
#manga5 .sec .mangaBox h4 {
  color: #ef7500 !important;
  text-shadow: none !important;
}
@media screen and (min-width: 751px) {
  #manga5 .sec .mangaBox .lBox {
    float: left;
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec .mangaBox .lBox {
    width: 70%;
    margin: 0 auto;
  }
}
#manga5 .sec .mangaBox .rBox {
  text-align: left;
}
@media screen and (min-width: 751px) {
  #manga5 .sec .mangaBox .rBox {
    width: 460px;
    float: right;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec .mangaBox .rBox {
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 751px) {
  #manga5 .sec .mangaBox .rBox.single {
    width: 720px;
    float: none;
    padding-bottom: 10px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 751px) {
  #manga5 .sec .mangaBox .rBox figure {
    margin-bottom: 0 !important;
  }
}
#manga5 .sec .mangaBox .rBox figure img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  #manga5 .sec .mangaBox .rBox figure {
    width: 100%;
    margin: 6vw auto 0;
  }
}
#manga5 .sec .mangaBox .rBox table {
  width: 100%;
}
@media screen and (min-width: 751px) {
  #manga5 .sec .mangaBox .rBox table {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec .mangaBox .rBox table {
    margin-bottom: 2vw;
  }
}
#manga5 .sec .mangaBox .rBox table a {
  color: #00c3ff;
}
#manga5 .sec .mangaBox .rBox table,
#manga5 .sec .mangaBox .rBox th,
#manga5 .sec .mangaBox .rBox td {
  border: 1px solid #b3b3b3;
  border-collapse: collapse;
}
#manga5 .sec .mangaBox .rBox th,
#manga5 .sec .mangaBox .rBox td {
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 751px) {
  #manga5 .sec .mangaBox .rBox th,
  #manga5 .sec .mangaBox .rBox td {
    text-align: left;
    padding: 10px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec .mangaBox .rBox th,
  #manga5 .sec .mangaBox .rBox td {
    text-align: center;
    padding: 1vw 2vw;
    display: block;
    width: 100%;
  }
}
#manga5 .sec .mangaBox .rBox th {
  background: #f0e6cc;
  text-align: center;
  white-space: nowrap;
}
#manga5 .sec .mangaBox .rBox td {
  background: #fff;
}
#manga5 .sec .mangaBox .rBox td a {
  word-break: break-all;
}
#manga5 .sec .mangaBox .rBox td .anoT li {
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 751px) {
  #manga5 .sec .mangaBox .rBox td .anoT li {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec .mangaBox .rBox td .anoT li {
    font-size: 3vw;
  }
}
@media screen and (min-width: 751px) {
  #manga5 .sec .mangaBox .rBox .anoTxtManga {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec .mangaBox .rBox .anoTxtManga {
    margin: 2vw 0 0;
  }
}
@media screen and (min-width: 751px) {
  #manga5 .sec .mangaBox .rBox .anoTxtManga li {
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 751px) {
  #manga5 .sec .mangaBox .bBox {
    clear: both;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec#about .box {
    margin-bottom: 2vw;
  }
}
@media screen and (min-width: 751px) {
  #manga5 .sec#about .box p {
    float: left;
    width: 650px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec#about .box p {
    width: 100%;
    margin: 0 auto 2vw;
  }
}
#manga5 .sec#about .box .rBox {
  text-align: left;
}
@media screen and (min-width: 751px) {
  #manga5 .sec#about .box .rBox {
    width: 140px;
    float: right;
    margin-right: 25px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec#about .box .rBox {
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec#about .box .rBox figure {
    width: 30%;
    margin: 4vw auto 0;
  }
}
#manga5 .sec#about .box .rBox figure img {
  width: 100%;
}
#manga5 .sec .join {
  border-radius: 6px;
  overflow: hidden;
}
#manga5 .sec .join dt {
  font-weight: bold;
  color: #fff;
  background: #c62d33;
  text-align: center;
}
@media screen and (min-width: 751px) {
  #manga5 .sec .join dt {
    font-size: 18px;
    padding: 4px 0 6px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec .join dt {
    font-size: 4vw;
    padding: 2vw 0 2.2vw;
  }
}
#manga5 .sec .join dd {
  background: #efefef;
  text-align: left;
}
@media screen and (min-width: 751px) {
  #manga5 .sec .join dd {
    padding: 5px 20px 5px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec .join dd {
    padding: 5vw 5vw 0 3em;
    margin-bottom: -1vw;
    text-indent: -1.5em;
    line-height: 1.5;
  }
}
@media screen and (min-width: 751px) {
  #manga5 .sec .join dd:first-of-type {
    padding-top: 20px;
  }
}
#manga5 .sec .join dd:last-of-type {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 751px) {
  #manga5 .sec .join dd:last-of-type {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec .join dd:last-of-type {
    padding: 5vw;
    text-indent: 0;
  }
}
#manga5 .sec .point {
  text-align: center;
}
@media screen and (min-width: 751px) {
  #manga5 .sec .point {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec .point {
    margin-bottom: 3vw;
  }
}
#manga5 .sec .point dt {
  font-weight: bold;
  color: #fff;
  background: #c62d33;
  border-radius: 6px 6px 0 0;
}
@media screen and (min-width: 751px) {
  #manga5 .sec .point dt {
    font-size: 18px;
    padding: 2px 0 4px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec .point dt {
    font-size: 4vw;
    padding: 0.4vw 0 0.8vw;
  }
}
#manga5 .sec .point dd {
  background: #efefef;
  border-radius: 0 0 6px 6px;
  text-align: left;
}
@media screen and (min-width: 751px) {
  #manga5 .sec .point dd {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec .point dd {
    padding: 2vw;
  }
}
#manga5 .sec .campaign {
  background: #fbf3f3;
  border-radius: 5px;
}
@media screen and (min-width: 751px) {
  #manga5 .sec .campaign {
    padding: 25px 35px 5px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec .campaign {
    padding: 3vw 3vw 0.5vw;
    margin-bottom: 4vw;
  }
}
#manga5 .sec .campaign h4 {
  background: #cc0001;
}
#manga5 .sec .work {
  background: #fdf4e8;
  border-radius: 5px;
}
@media screen and (min-width: 751px) {
  #manga5 .sec .work {
    padding: 25px 35px 2px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec .work {
    padding: 3vw 3vw 0.2vw;
  }
}
#manga5 .sec .work h4 {
  background: #cc0001;
}
#manga5 .sec .work .box {
  border-bottom: solid 1px #ccc;
}
@media screen and (min-width: 751px) {
  #manga5 .sec .work .box {
    width: 700px;
    padding-bottom: 10px;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec .work .box {
    padding-bottom: 4vw;
    margin-bottom: 6vw;
  }
}
#manga5 .sec .work .box:last-of-type {
  border: none;
  margin-bottom: 0;
}
@media screen and (min-width: 751px) {
  #manga5 .sec .work .box table {
    width: 700px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec .work .box table {
    width: 100%;
    margin-bottom: 3vw;
  }
}
#manga5 .sec .work .box table a {
  color: #00c3ff;
}
#manga5 .sec .work .box table,
#manga5 .sec .work .box th,
#manga5 .sec .work .box td {
  font-weight: bold;
  border: 1px solid #b3b3b3;
  border-collapse: collapse;
}
#manga5 .sec .work .box th,
#manga5 .sec .work .box td {
  text-align: left;
}
@media screen and (min-width: 751px) {
  #manga5 .sec .work .box th,
  #manga5 .sec .work .box td {
    text-align: left;
    padding: 10px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec .work .box th,
  #manga5 .sec .work .box td {
    text-align: center;
    padding: 1vw 2vw;
    display: block;
    width: 100%;
  }
}
#manga5 .sec .work .box th {
  background: #f0e6cc;
  text-align: center;
}
#manga5 .sec .work .box td {
  background: #fff;
}
#manga5 .sec .work .box p b {
  font-weight: bold;
}
#manga5 .sec .anoTxtManga {
  text-align: left;
}
@media screen and (min-width: 751px) {
  #manga5 .sec .anoTxtManga {
    font-size: 14px;
    margin: -20px 0 20px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec .anoTxtManga {
    font-size: 3.2vw;
    margin: -2vw 0 2vw;
  }
}
#manga5 .sec .anoTxtManga li {
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
}
#manga5 .sec .cpBox {
  background: #fff5f5;
  border-radius: 5px;
}
@media screen and (min-width: 751px) {
  #manga5 .sec .cpBox {
    padding: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec .cpBox {
    padding: 4vw;
    margin-bottom: 4vw;
  }
}
#manga5 .sec .cpBox h4 {
  background: #821918;
  border-radius: 5px;
}
@media screen and (max-width: 750px) {
  #manga5 .sec .cpBox h4 {
    font-size: 4vw;
  }
}
#manga5 .sec .cpBox ul li {
  background: #fff;
  border-radius: 5px;
}
@media screen and (min-width: 751px) {
  #manga5 .sec .cpBox ul li {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    padding: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec .cpBox ul li {
    padding: 4vw;
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 751px) {
  #manga5 .sec .cpBox ul li .lBox {
    width: 460px;
  }
}
#manga5 .sec .cpBox ul li .lBox h5 {
  font-weight: bold;
  color: #cc0001;
  text-align: center;
}
@media screen and (min-width: 751px) {
  #manga5 .sec .cpBox ul li .lBox h5 {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec .cpBox ul li .lBox h5 {
    font-size: 4.4vw;
    margin-bottom: 4vw;
    line-height: 1.4;
  }
}
#manga5 .sec .cpBox ul li .lBox .dateTxt {
  width: 100% !important;
}
@media screen and (min-width: 751px) {
  #manga5 .sec .cpBox ul li .rImg {
    width: 270px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec .cpBox ul li .rImg {
    width: 70%;
    margin: 0 auto 4vw;
  }
}
@media screen and (min-width: 751px) {
  #manga5 .sec .cpBox .sale {
    width: 500px;
    margin: 0 auto 30px;
  }
}
#manga5 .sec .cpBox img {
  width: 100%;
}
#manga5 .sec .mangaList h4 {
  background: #821918;
}
#manga5 .sec .mangaList table {
  width: 100%;
}
#manga5 .sec .mangaList table,
#manga5 .sec .mangaList th,
#manga5 .sec .mangaList td {
  border: 1px solid #595959;
}
#manga5 .sec .mangaList th,
#manga5 .sec .mangaList td {
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
}
@media screen and (min-width: 751px) {
  #manga5 .sec .mangaList th,
  #manga5 .sec .mangaList td {
    padding: 4px 20px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec .mangaList th,
  #manga5 .sec .mangaList td {
    padding: 1vw 2vw 1.4vw;
  }
}
#manga5 .sec .mangaList th {
  background: #f0e6cc;
  white-space: nowrap;
}
#manga5 .sec .storeBox {
  background: #fdf4e8;
  border-radius: 10px;
}
@media screen and (min-width: 751px) {
  #manga5 .sec .storeBox {
    padding: 20px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec .storeBox {
    padding: 3vw;
  }
}
#manga5 .sec .storeBox table,
#manga5 .sec .storeBox th,
#manga5 .sec .storeBox td {
  border: 1px solid #595959;
}
#manga5 .sec .storeBox table {
  width: 100%;
}
@media screen and (min-width: 751px) {
  #manga5 .sec .storeBox table {
    margin-bottom: 10px;
  }
}
#manga5 .sec .storeBox table caption {
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  #manga5 .sec .storeBox table caption {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
#manga5 .sec .storeBox table tr th,
#manga5 .sec .storeBox table tr td {
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  #manga5 .sec .storeBox table tr th,
  #manga5 .sec .storeBox table tr td {
    line-height: 1.4;
    padding: 10px 20px 12px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec .storeBox table tr th,
  #manga5 .sec .storeBox table tr td {
    line-height: 1.6;
    padding: 1vw 2vw 1.4vw;
  }
}
#manga5 .sec .storeBox table tr th {
  text-align: center;
  background: #f0e6cc;
}
#manga5 .sec .storeBox table tr td {
  background: #fff;
}
@media screen and (min-width: 751px) {
  #manga5 .sec .storeBox table tr td {
    width: 33.33%;
    text-align: left;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec .storeBox table tr td {
    font-size: 3vw;
  }
}
#manga5 .sec .storeBox .anoTxt {
  text-align: left;
  margin-bottom: 0;
}
@media screen and (min-width: 751px) {
  #manga5 .sec .storeBox .anoTxt {
    font-size: 14px;
  }
}
#manga5 .sec .info {
  border: 1px solid #595959;
}
@media screen and (min-width: 751px) {
  #manga5 .sec .info {
    width: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec .info {
    width: 100%;
  }
}
#manga5 .sec .info th,
#manga5 .sec .info td {
  border: 1px solid #595959;
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  #manga5 .sec .info th,
  #manga5 .sec .info td {
    line-height: 1.4;
    padding: 10px 20px 12px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec .info th,
  #manga5 .sec .info td {
    line-height: 1.6;
    padding: 1vw 2vw 1.4vw;
  }
}
#manga5 .sec .info th {
  text-align: center;
  background: #f0e6cc;
}
#manga5 .sec .info td {
  text-align: left;
}
#manga5 .sec .infoBox {
  background: #fbf3f3;
  border-radius: 5px;
}
@media screen and (min-width: 751px) {
  #manga5 .sec .infoBox {
    padding: 35px 35px 20px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec .infoBox {
    padding: 3vw;
  }
}
#manga5 .sec .infoBox h4 {
  background: #601986;
}
#manga5 .sec .infoBox .row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 751px) {
  #manga5 .sec .infoBox .row2 {
    -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;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec .infoBox .row2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4vw 0;
  }
}
@media screen and (min-width: 751px) {
  #manga5 .sec .infoBox .row2 figure {
    width: 180px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec .infoBox .row2 figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 40%;
    margin: 0 auto 4vw;
  }
}
@media screen and (min-width: 751px) {
  #manga5 .sec .infoBox .row2 p {
    width: 560px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec .infoBox .row2 p {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#manga5 .sec .q {
  display: inline-block;
  text-align: left;
}
#manga5 .sec#list h4 {
  background: #821918;
}
#manga5 .sec#list table {
  width: 100%;
}
#manga5 .sec#list table,
#manga5 .sec#list th,
#manga5 .sec#list td {
  border: 1px solid #595959;
}
#manga5 .sec#list th,
#manga5 .sec#list td {
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  #manga5 .sec#list th,
  #manga5 .sec#list td {
    line-height: 1.4;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec#list th,
  #manga5 .sec#list td {
    line-height: 1.6;
    padding: 1vw 2vw 1.4vw;
  }
}
#manga5 .sec#list th {
  text-align: center;
  background: #f0e6cc;
}
#manga5 .sec#list td {
  text-align: left;
}
@media screen and (max-width: 750px) {
  #manga5 .sec#list td {
    font-size: 3vw;
  }
}
#manga5 .sec#list td.tit {
  background: #fbfafa;
  white-space: nowrap;
}
#manga5 .sec#list .other {
  font-weight: bold;
  text-align: center;
  margin-top: 1em;
}
@media screen and (min-width: 751px) {
  #manga5 .sec#list .other {
    font-size: 18px;
  }
}
#manga5 .sec .flow {
  font-weight: bold;
  text-align: center;
  border: solid 2px #22aeec;
  border-radius: 8px;
}
@media screen and (min-width: 751px) {
  #manga5 .sec .flow {
    width: 660px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec .flow {
    margin: 0 auto 4vw;
  }
}
#manga5 .sec .flow dt {
  color: #fff;
  background: #22aeec;
  border-radius: 5px 5px 0 0;
}
@media screen and (min-width: 751px) {
  #manga5 .sec .flow dt {
    font-size: 20px;
    padding: 2px 0;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec .flow dt {
    font-size: 3.6vw;
    padding: 0.6vw 0 1vw;
  }
}
#manga5 .sec .flow dd {
  color: #22aeec;
  background: #fff;
  border-radius: 0 0 5px 5px;
  text-align: center;
}
@media screen and (min-width: 751px) {
  #manga5 .sec .flow dd {
    padding: 8px 0;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec .flow dd {
    padding: 3vw 4vw 0;
  }
}
#manga5 .sec .flow dd .mainFlow {
  text-align: left;
  display: inline-block;
}
@media screen and (min-width: 751px) {
  #manga5 .sec .flow dd .mainFlow {
    font-size: 22px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec .flow dd .mainFlow {
    font-size: 4vw;
  }
}
#manga5 .sec .flow dd .mainFlow li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 750px) {
  #manga5 .sec .flow dd .mainFlow li {
    margin-bottom: 1vw;
  }
}
#manga5 .sec .flow dd .anoTxt {
  color: #000;
  text-align: left;
}
@media screen and (min-width: 751px) {
  #manga5 .sec .flow dd .anoTxt {
    padding: 0 64px;
    margin-bottom: 0;
  }
}
#manga5 .sec .flow dd .anoTxt a {
  color: #00aeff;
  text-decoration: underline;
}
#manga5 .sec .anoTxt {
  display: block;
}
@media screen and (min-width: 751px) {
  #manga5 .sec .anoTxt {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec .anoTxt {
    font-size: 2.8vw;
    margin: 0 auto 4vw;
  }
}
#manga5 .sec .anoTxt li {
  padding-left: 1em;
  text-indent: -1em;
}
#manga5 .sec .luckyBag {
  font-weight: bold;
  text-align: center;
  border: solid 2px #cc0001;
  border-radius: 8px;
}
@media screen and (min-width: 751px) {
  #manga5 .sec .luckyBag {
    width: 660px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec .luckyBag {
    margin: 0 auto 4vw;
  }
}
#manga5 .sec .luckyBag dt {
  color: #fff;
  background: #cc0001;
  border-radius: 5px 5px 0 0;
}
@media screen and (min-width: 751px) {
  #manga5 .sec .luckyBag dt {
    font-size: 20px;
    padding: 2px 0;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec .luckyBag dt {
    font-size: 3.6vw;
    padding: 0.6vw 0 1vw;
  }
}
#manga5 .sec .luckyBag dd {
  color: #cc0001;
  background: #fff;
  border-radius: 0 0 5px 5px;
  text-align: center;
}
@media screen and (min-width: 751px) {
  #manga5 .sec .luckyBag dd {
    font-size: 22px;
    padding: 8px 0;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec .luckyBag dd {
    font-size: 4vw;
    padding: 0.6vw 0 1vw;
  }
}
#manga5 .sec .luckyBag dd ul {
  text-align: left;
  display: inline-block;
  line-height: 1.6;
}
@media screen and (min-width: 751px) {
  #manga5 .sec#judge .contest {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec#judge .contest {
    margin-bottom: 4vw;
  }
}
#manga5 .sec#judge .contest h4 {
  font-weight: bold;
  color: #fff;
  background: #821918;
  border-radius: 6px;
  text-align: center;
}
@media screen and (min-width: 751px) {
  #manga5 .sec#judge .contest h4 {
    font-size: 20px;
    margin-bottom: 20px;
    padding: 4px 0 6px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec#judge .contest h4 {
    font-size: 4vw;
    margin-bottom: 2vw;
    padding: 1.4vw 0 1.8vw;
  }
}
#manga5 .sec#judge .contest table {
  width: 100%;
}
#manga5 .sec#judge .contest table,
#manga5 .sec#judge .contest th,
#manga5 .sec#judge .contest td {
  font-weight: bold;
  border: 1px solid #595959;
  border-collapse: collapse;
}
@media screen and (min-width: 751px) {
  #manga5 .sec#judge .contest th,
  #manga5 .sec#judge .contest td {
    font-size: 17px;
    text-align: left;
    padding: 6px 20px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec#judge .contest th,
  #manga5 .sec#judge .contest td {
    text-align: center;
    display: block;
    padding: 0.4vw 2vw;
  }
}
#manga5 .sec#judge .contest th {
  background: #f0e6cc;
}
@media screen and (min-width: 751px) {
  #manga5 .sec#judge .contest th {
    text-align: center;
    width: 120px;
  }
}
#manga5 .sec#judge .contest td.left {
  text-align: left;
}
#manga5 .sec#judge .contest td .award {
  display: inline-block;
  width: 3em;
}
#manga5 .sec#judge .contest td .ano {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 751px) {
  #manga5 .sec#judge .contest td .ano {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec#judge .contest td .ano {
    font-size: 3vw;
  }
}
#manga5 .sec#judge .contest td 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;
}
@media screen and (min-width: 751px) {
  #manga5 .sec#judge .contest td ul {
    padding: 10px 0;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec#judge .contest td ul {
    padding: 4vw 3vw;
  }
}
@media screen and (min-width: 751px) {
  #manga5 .sec#judge .contest td ul li {
    width: 216px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec#judge .contest td ul li {
    width: 48%;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec#judge .contest td ul li:last-child {
    margin: 0 auto;
  }
}
#manga5 .sec#judge .contest td ul li figure {
  margin-bottom: 0;
}
#manga5 .sec#judge .contest td ul li img {
  width: 100%;
}
@media screen and (min-width: 751px) {
  #manga5 .sec#judge2 .box {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec#judge2 .box {
    margin-bottom: 2vw;
  }
}
@media screen and (min-width: 751px) {
  #manga5 .sec#judge2 .box figure {
    float: left;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec#judge2 .box figure {
    width: 80%;
    margin: 0 auto 2vw;
  }
}
#manga5 .sec#judge2 .box .rBox {
  text-align: left;
}
@media screen and (min-width: 751px) {
  #manga5 .sec#judge2 .box .rBox {
    width: 450px;
    float: right;
    padding-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec#judge2 .box .rBox {
    margin-bottom: 6vw;
  }
}
@media screen and (min-width: 751px) {
  #manga5 .sec#judge2 .box .rBox .name {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec#judge2 .box .rBox .name {
    margin-bottom: 4vw;
  }
}
#manga5 .sec#judge2 .box .rBox .name dt {
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  #manga5 .sec#judge2 .box .rBox .name dt {
    font-size: 22px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec#judge2 .box .rBox .name dt {
    font-size: 4.4vw;
  }
}
#manga5 .sec#judge2 .box .rBox .info {
  width: 100%;
  border: none;
}
#manga5 .sec#judge2 .box .rBox .info dt {
  font-weight: bold;
  background: #efefef;
  border-radius: 6px;
  text-align: center;
}
@media screen and (min-width: 751px) {
  #manga5 .sec#judge2 .box .rBox .info dt {
    font-size: 18px;
    padding: 2px 0 4px;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec#judge2 .box .rBox .info dt {
    font-size: 4vw;
    padding: 0.2vw 0 0.8vw;
    margin-bottom: 1vw;
  }
}
@media screen and (min-width: 751px) {
  #manga5 .sec#judge2 .box .rBox .info dd {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec#judge2 .box .rBox .info dd {
    margin-bottom: 1vw;
  }
}
#manga5 .sec#judge2 .box .rBox .info dd ul li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
#manga5 .sec#judge2 .box .rBox .info span {
  display: block;
  text-align: right;
}
@media screen and (min-width: 751px) {
  #manga5 .sec#judge2 .box .rBox .info span {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec#judge2 .box .rBox .info span {
    font-size: 3vw;
  }
}
@media screen and (min-width: 751px) {
  #manga5 .sec#judge2 .contest {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec#judge2 .contest {
    margin-bottom: 4vw;
  }
}
#manga5 .sec#judge2 .contest h4 {
  font-weight: bold;
  color: #fff;
  background: #821918;
  border-radius: 6px;
  text-align: center;
}
@media screen and (min-width: 751px) {
  #manga5 .sec#judge2 .contest h4 {
    font-size: 20px;
    margin-bottom: 20px;
    padding: 4px 0 6px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec#judge2 .contest h4 {
    font-size: 4vw;
    margin-bottom: 2vw;
    padding: 0.4vw 0 0.8vw;
  }
}
#manga5 .sec#judge2 .contest table {
  width: 100%;
}
#manga5 .sec#judge2 .contest table,
#manga5 .sec#judge2 .contest th,
#manga5 .sec#judge2 .contest td {
  font-weight: bold;
  border: 1px solid #595959;
  border-collapse: collapse;
}
@media screen and (min-width: 751px) {
  #manga5 .sec#judge2 .contest th,
  #manga5 .sec#judge2 .contest td {
    text-align: left;
    padding: 4px 20px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec#judge2 .contest th,
  #manga5 .sec#judge2 .contest td {
    text-align: center;
    display: block;
    padding: 0.4vw 2vw;
  }
}
#manga5 .sec#judge2 .contest th {
  background: #f0e6cc;
}
@media screen and (min-width: 751px) {
  #manga5 .sec#judge2 .contest th {
    text-align: center;
    width: 250px;
  }
}
@media screen and (min-width: 751px) {
  #manga5 .sec#judge2 .contest td {
    width: 510px;
  }
}
#manga5 .sec#judge2 .contest td.left {
  text-align: left;
}
#manga5 .sec#judge2 .contest td .award {
  display: inline-block;
  width: 5.5em;
  text-align: right;
}
@media screen and (min-width: 751px) {
  #manga5 .sec#judge2 .contest td .ano {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec#judge2 .contest td .ano {
    font-size: 3vw;
  }
}
@media screen and (min-width: 751px) {
  #manga5 .sec#comment .box {
    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;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec#comment .box {
    margin-bottom: 6vw;
  }
}
@media screen and (min-width: 751px) {
  #manga5 .sec#comment .box .lBox {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec#comment .box .lBox {
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 751px) {
  #manga5 .sec#comment .box .lBox dl dt figure {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec#comment .box .lBox dl dt figure {
    padding: 0 10%;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec#comment .box .lBox dl dd {
    text-align: center;
  }
}
#manga5 .sec#comment .box .lBox dl dd em {
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  #manga5 .sec#comment .box .lBox dl dd em {
    font-size: 17px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec#comment .box .lBox dl dd em {
    font-size: 4vw;
  }
}
@media screen and (min-width: 751px) {
  #manga5 .sec#comment .box .rBox {
    width: 480px;
    margin-bottom: 30px;
  }
}
#manga5 .sec#comment .box .rBox dl {
  text-align: left;
  background: #fffee2;
  border-radius: 10px;
}
@media screen and (min-width: 751px) {
  #manga5 .sec#comment .box .rBox dl {
    padding: 16px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec#comment .box .rBox dl {
    padding: 3vw;
  }
}
#manga5 .sec#comment .box .rBox dl dt {
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  #manga5 .sec#comment .box .rBox dl dt {
    font-size: 17px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec#comment .box .rBox dl dt {
    font-size: 4vw;
  }
}
#manga5 .sec#comment .box .rBox dl dt figure {
  display: inline-block;
}
@media screen and (min-width: 751px) {
  #manga5 .sec#comment .box .rBox dl dt figure {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec#comment .box .rBox dl dt figure {
    margin-bottom: 2vw;
  }
}
#manga5 .sec#comment .box .rBox dl dt span {
  position: relative;
  top: -16px;
  left: 10px;
}
#manga5 .sec#comment .box .rBox dl dd {
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  #manga5 .sec#comment .box .rBox dl dd {
    font-size: 15px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec#comment .box .rBox dl dd {
    text-align: left;
  }
}
@media screen and (min-width: 751px) {
  #manga5 .sec .book {
    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;
    padding: 0 20px;
  }
}
@media screen and (min-width: 751px) {
  #manga5 .sec .book li {
    width: 400px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec .book li {
    margin-bottom: 6vw;
  }
}
@media screen and (min-width: 751px) {
  #manga5 .sec .book li figure {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec .book li figure {
    padding: 0 10%;
    margin-bottom: 2vw;
  }
}
#manga5 .sec .book li p {
  text-align: center !important;
}
#manga5 .sec .book li p em {
  font-weight: bold;
  line-height: 1.4;
  display: block;
}
@media screen and (min-width: 751px) {
  #manga5 .sec .book li p em {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  #manga5 .sec .book li p em {
    font-size: 4.4vw;
  }
}

.cen {
  text-align: center !important;
}

@media screen and (min-width: 751px) {
  .cenPc {
    text-align: center !important;
  }
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.clear {
  clear: both !important;
}

.fwBold {
  font-weight: bold !important;
}

@media screen and (min-width: 751px) {
  .mb10 {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 750px) {
  .mb10 {
    margin-bottom: 2vw !important;
  }
}

@media screen and (min-width: 751px) {
  .mb20 {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 750px) {
  .mb20 {
    margin-bottom: 4vw !important;
  }
}

@media screen and (min-width: 751px) {
  .mb30 {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 750px) {
  .mb30 {
    margin-bottom: 6vw !important;
  }
}

@media screen and (min-width: 751px) {
  .mb40 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 750px) {
  .mb40 {
    margin-bottom: 8vw !important;
  }
}