@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  width: 100%;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1rem;
  color: #333333;
  line-height: 1.6;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  word-break: break-all ;
}

img {
  pointer-events: none;
}

pre {
  white-space: pre-wrap ;
}

#wrapper {
  position: relative;
}

.u-onlyPc {
  display: block;
}

@media all and (max-width: 749px) {
  .u-onlyPc {
    display: none;
  }
}

.u-onlySp {
  display: none;
}

@media all and (max-width: 749px) {
  .u-onlySp {
    display: block;
  }
}

/* ========================================
	 common
======================================== */
/* components
----------------------------------------*/
/* .c-header ----------*/
.c-header {
  padding: 30px 0 0;
  text-align: center;
}

@media all and (max-width: 749px) {
  .c-header {
    padding: 25px 0 0;
  }
}

.c-header-logo {
  width: 297px;
  margin: 0 auto;
}

@media all and (max-width: 749px) {
  .c-header-logo {
    width: 56%;
  }
}

.c-header-logo a {
  display: inline-block;
}

.c-header-logo img {
  width: 100%;
  height: auto;
}

.c-header-nav {
  margin-top: 40px;
}

@media all and (max-width: 749px) {
  .c-header-nav {
    margin-top: 7.8%;
  }
}

/* .c-footer ----------*/
.c-footer {
  margin-top: 55px;
}

@media all and (max-width: 749px) {
  .c-footer {
    margin-top: 35px;
  }
}

/* .c-subNav ----------*/
.c-subNav {
  position: fixed;
  top: -60px;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 9px 1px rgba(102, 102, 102, 0.2);
          box-shadow: 0px 0px 9px 1px rgba(102, 102, 102, 0.2);
  -webkit-transition: .7s ease 0s;
  transition: .7s ease 0s;
  opacity: 0;
  z-index: 2;
}

@media all and (max-width: 749px) {
  .c-subNav {
    top: -49px;
  }
}

.c-subNav.-on {
  top: 0;
  opacity: 1;
}

.c-subNav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1044px;
  height: 60px;
  margin: 0 auto;
  padding: 0 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media all and (max-width: 749px) {
  .c-subNav-inner {
    height: 49px;
    padding: 0 6px 0 10px;
  }
}

.c-subNav-logo {
  display: block;
  width: 94px;
  margin-top: 10px;
}

@media all and (max-width: 749px) {
  .c-subNav-logo {
    width: 71px;
  }
}

.c-subNav-logo img {
  width: 100%;
  height: auto;
}

.c-subNav-nav {
  margin-top: 22px;
}

@media all and (max-width: 749px) {
  .c-subNav-nav {
    margin-top: 14px;
  }
}

/* .c-copyright ----------*/
.c-copyright {
  margin-top: 60px;
  padding: 15px 20px;
  background-color: #9d9d9d;
  color: #ffffff;
  text-align: center;
}

@media all and (max-width: 749px) {
  .c-copyright {
    margin-top: 40px;
    padding: 0;
    background-color: #f9f9f9;
    border-top: 1px solid #cccccc;
    color: #000000;
  }
}

.c-copyright .abj-mark {
  max-width: 1080px;
  margin: 0 auto 10px;
  overflow: hidden;
}

@media all and (max-width: 749px) {
  .c-copyright .abj-mark {
    margin: 0;
    padding: 15px 35px 5px;
  }
}

.c-copyright .abj-img {
  display: block;
  float: left;
  width: 70px;
  margin-right: 20px;
}

@media all and (max-width: 749px) {
  .c-copyright .abj-img {
    float: none;
    width: 80px;
    margin: 0 auto 15px;
  }
}

.c-copyright .abj-txt {
  padding: 12px 0;
  text-align: left;
  line-height: 1.4;
}

@media all and (max-width: 749px) {
  .c-copyright .abj-txt {
    padding: 0;
  }
}

.c-copyright p {
  font-size: 1.2rem;
}

.c-copyright a {
  color: inherit;
}

.c-copyright small {
  font-size: 1rem;
}

@media all and (max-width: 749px) {
  .c-copyright small {
    display: block;
    padding: 10px 0;
    background-color: #ffffff;
    font-weight: bold;
  }
}

/* modules
----------------------------------------*/
/* .m-gNav ----------*/
.m-gNav.-header .m-gNav-list {
  display: block;
  width: auto;
  margin: 0 auto;
}

@media all and (max-width: 749px) {
  .m-gNav.-header .m-gNav-list {
    width: 100%;
  }
}

.m-gNav.-header .m-gNav-list::before {
  left: 150px;
}

@media all and (max-width: 749px) {
  .m-gNav.-header .m-gNav-list::before {
    left: 101px;
  }
}

.m-gNav.-header .m-gNav-list::after {
  right: 150px;
}

.m-gNav.-header .p-navBtn {
  font-size: 1.8rem;
}

@media all and (max-width: 749px) {
  .m-gNav.-header .p-navBtn {
    padding: 0;
    font-size: 1.4rem;
  }
  .m-gNav.-header .p-navBtn::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.m-gNav-list {
  position: relative;
}

@media all and (max-width: 749px) {
  .m-gNav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 0;
  }
}

.m-gNav-item {
  display: inline-block;
  min-width: 18rem;
  position: relative;
}

.m-gNav-item::after {
  display: block;
  position: absolute;
  top: 2px;
  left: calc(18rem - 9px);
  width: 17px;
  height: 19px;
  background: url(/common/img/bg_gNav_pc.png) left top no-repeat;
  background-size: 100% auto;
  content: '';
}

.c-subNav .m-gNav-item {
  min-width: 0;
  margin-right: 3rem;
}

.c-subNav .m-gNav-item:last-child {
  margin-right: 0;
}

.c-subNav .m-gNav-item::after {
  display: none;
}

@media all and (max-width: 749px) {
  .m-gNav-item::after {
    top: 2px;
    left: calc(100% + 1.1rem - 5px);
    width: 10px;
    height: 12px;
    background-image: url(/common/img/bg_gNav_sp.png);
  }

  .c-subNav .m-gNav-item {
    min-width: 0;
    margin-right: 0;
  }

  .c-subNav .m-gNav-item:last-child {
    margin-right: 0;
  }
}

.m-gNav-item:last-child::after {
  display: none;
}

@media all and (max-width: 749px) {
  .m-gNav-item {
    width: auto;
    min-width: 0;
    margin: 0 1.1rem;
  }

  .c-subNav .m-gNav-item {
    margin: 0;
  }
}

.m-gNav-item.-current .p-navBtn::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* .m-twitter ----------*/
.m-twitter {
  font-family: 'Quicksand', sans-serif;
  text-align: center;
}

.m-twitter-txt {
  font-size: 2.8rem;
  letter-spacing: 1px;
}

@media all and (max-width: 749px) {
  .m-twitter-txt {
    font-size: 1.8rem;
  }
}

.m-twitter-txt::before, .m-twitter-txt::after {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 28px;
  background-position: left top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
}

@media all and (max-width: 749px) {
  .m-twitter-txt::before, .m-twitter-txt::after {
    width: 16px;
    height: 18px;
  }
}

.m-twitter-txt::before {
  top: 5px;
  left: -5px;
  background-image: url(/common/img/bg_twitter_pc_01.svg);
}

@media all and (max-width: 749px) {
  .m-twitter-txt::before {
    top: 2px;
    background-image: url(/common/img/bg_twitter_sp_01.svg);
  }
}

.m-twitter-txt::after {
  top: 3px;
  left: 8px;
  background-image: url(/common/img/bg_twitter_pc_02.svg);
}

@media all and (max-width: 749px) {
  .m-twitter-txt::after {
    top: 2px;
    left: 4px;
    background-image: url(/common/img/bg_twitter_sp_02.svg);
  }
}

.m-twitter-btn {
  display: inline-block;
  width: 110px;
  margin-top: 8px;
}

@media all and (max-width: 749px) {
  .m-twitter-btn {
    margin-top: 2px;
  }
}

.m-twitter-btn img {
  width: 68px;
  height: 68px;
}

@media all and (max-width: 749px) {
  .m-twitter-btn img {
    width: 52px;
    height: 52px;
  }
}

.m-twitter-btn span {
  display: inline-block;
  margin-top: 7px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 1px;
}

@media all and (max-width: 749px) {
  .m-twitter-btn span {
    margin-top: 5px;
    font-size: 1.2rem;
  }
}

@media all and (min-width: 1024px) {
  .m-twitter-btn:hover {
    opacity: 0.8;
  }
}

@media all and (min-width: 750px) and (max-width: 1023px) {
  .m-twitter-btn:hover {
    opacity: 0.8;
  }
}

/* parts
----------------------------------------*/
/* .p-navBtn ----------*/
.p-navBtn {
  display: inline-block;
  position: relative;
  color: #000000;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
}

@media all and (max-width: 749px) {
  .p-navBtn {
    padding: 5px 8px;
    font-size: 1.0rem;
  }
}

.p-navBtn span {
  display: inline-block;
  position: relative;
}

.p-navBtn::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff373;
  content: '';
}

@media all and (min-width: 1024px) {
  .p-navBtn::before {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform .3s ease 0s;
    transition: -webkit-transform .3s ease 0s;
    transition: transform .3s ease 0s;
    transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
  }
}

@media all and (min-width: 750px) and (max-width: 1023px) {
  .p-navBtn::before {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform .3s ease 0s;
    transition: -webkit-transform .3s ease 0s;
    transition: transform .3s ease 0s;
    transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
  }
}

@media all and (max-width: 749px) {
  .p-navBtn::before {
    top: 5px;
    left: 8px;
    width: calc(100% - 16px);
    height: calc(100% - 10px);
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
}

@media all and (min-width: 1024px) {
  .p-navBtn:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}

/* .p-bibBtn ----------*/
.p-bibBtn {
  display: block;
}

@media all and (min-width: 1024px) {
  .p-bibBtn:hover {
    opacity: 0.8;
  }
}

/* .p-toTopBtn ----------*/
.p-toTopBtn {
  display: block;
  position: relative;
  width: 250px;
  margin: 0 auto;
}

@media all and (max-width: 749px) {
  .p-toTopBtn {
    width: 290px;
  }
}

.p-toTopBtn::before {
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 100%;
  height: 100%;
  background: url(/common/img/bg_dot.svg) left top -2px repeat;
  background-size: 12px 12px;
  border-radius: 10px;
  content: '';
}

@media all and (max-width: 749px) {
  .p-toTopBtn::before {
    background-position: left top 3px;
    background-size: 8px 8px;
    border-radius: 5px;
  }
}

.p-toTopBtn span {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 12px 0 12px 5px;
  background: url(/common/img/arrow_toTopBtn.svg) left 22px center no-repeat #000000;
  background-size: 13px auto;
  border: 2px solid #000000;
  border-radius: 10px;
  color: #ffffff;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
}

@media all and (max-width: 749px) {
  .p-toTopBtn span {
    background-position: left 15px center;
    background-size: 10px auto;
    border-radius: 5px;
    font-size: 1.6rem;
  }
}

@media all and (min-width: 1024px) {
  .p-toTopBtn:hover span {
    background-image: url(/common/img/arrow_toTopBtn_on.svg);
    background-color: #ffffff;
    color: #000000;
  }
}

@media all and (min-width: 750px) and (max-width: 1023px) {
  .p-toTopBtn:hover span {
    background-image: url(/common/img/arrow_toTopBtn_on.svg);
    background-color: #ffffff;
    color: #000000;
  }
}

/* ========================================
	 top
======================================== */
/* components
----------------------------------------*/
/* 各エリア ----------*/
.c-latestIssue,
.c-newComics,
.c-report {
  margin-top: 50px;
}

@media all and (max-width: 749px) {
  .c-latestIssue,
  .c-newComics,
  .c-report {
    margin-top: 20px;
  }
}

.c-special {
  margin-top: 50px;
}

@media all and (max-width: 749px) {
  .c-special {
    margin-top: 25px;
  }
}

/* .c-articleBox ----------*/
.c-articleBox {
  margin-top: 50px;
  padding: 0 12px;
}

@media all and (max-width: 749px) {
  .c-articleBox {
    margin-top: 20px;
    padding: 0 10px;
  }
}

.c-articleBox:first-of-type {
  margin-top: 0;
}

.c-articleBox .p-date {
  display: inline-block;
  position: absolute;
  bottom: 15px;
  right: 0;
  font-family: 'Quicksand', sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
}

@media all and (max-width: 749px) {
  .c-articleBox .p-date {
    bottom: 8px;
    font-size: 1rem;
  }
}

.c-articleBox .p-date div {
  position: relative;
  line-height: 1.2;
  z-index: 1;
}

.c-articleBox .p-date img {
  display: inline-block;
  position: relative;
  top: -1px;
  margin-left: 3px;
}

@media all and (min-width: 1024px) {
  .c-articleBox .p-date img {
    width: 28px;
  }
}

@media all and (max-width: 749px) {
  .c-articleBox .p-date img {
    width: 20px;
  }
}

.c-articleBox .p-date::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #fff373;
  border-radius: 3px;
  content: '';
}

.c-articleBox .p-limitedLabel {
  display: inline-block;
  position: relative;
  top: 0px;
  margin-right: 5px;
  vertical-align: top;
}

@media all and (max-width: 749px) {
  .c-articleBox .p-limitedLabel {
    width: 55px;
    margin-right: 2px;
  }
}

.c-articleBox-inner {
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
}

.c-articleBox-head {
  position: relative;
  padding: 0 22px 0 17px;
}

@media all and (max-width: 749px) {
  .c-articleBox-head {
    padding: 0 15px 0 10px;
  }
}

.c-articleBox-head .p-articleTtl {
  width: 520px;
  padding: 10px 0 0;
  background-color: #ffffff;
  border-top: 2px solid #000000;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3;
}

@media all and (max-width: 749px) {
  .c-articleBox-head .p-articleTtl {
    width: 227px;
    padding: 7px 0 0;
    border-width: 1px;
    font-size: 1.5rem;
  }
}

.c-articleBox-head .p-articleTtl::before, .c-articleBox-head .p-articleTtl::after {
  display: block;
  position: absolute;
  top: 0;
  width: 17px;
  border-top: 2px solid #000000;
  z-index: 1;
  content: '';
}

@media all and (max-width: 749px) {
  .c-articleBox-head .p-articleTtl::before, .c-articleBox-head .p-articleTtl::after {
    width: 10px;
    border-top-width: 1px;
  }
}

.c-articleBox-head .p-articleTtl::before {
  left: 0;
  height: calc(100% - 5px);
  border-left: 2px solid #000000;
  border-top-left-radius: 12px;
}

@media all and (max-width: 749px) {
  .c-articleBox-head .p-articleTtl::before {
    height: calc(100% - 3px);
    border-left-width: 1px;
    border-top-left-radius: 8px;
  }
}

.c-articleBox-head .p-articleTtl::after {
  left: 532px;
  height: calc(100% - 13px);
  border-right: 2px solid #000000;
  border-top-right-radius: 12px;
}

@media all and (max-width: 749px) {
  .c-articleBox-head .p-articleTtl::after {
    left: 237px;
    height: calc(100% - 6px);
    border-right-width: 1px;
  }
}

.c-articleBox-head::after {
  display: block;
  position: absolute;
  bottom: 2px;
  right: 0;
  width: calc(100% - 551px);
  height: 10px;
  border-bottom: 2px solid #000000;
  border-left: 2px solid #000000;
  border-bottom-left-radius: 8px;
  content: '';
  z-index: 1;
}

@media all and (max-width: 749px) {
  .c-articleBox-head::after {
    width: calc(100% - 248px);
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-left-radius: 4px;
  }
}

.c-articleBox-img {
  position: relative;
  padding-top: 13px;
  background-color: #ffffff;
}

@media all and (max-width: 749px) {
  .c-articleBox-img {
    padding-top: 8px;
  }
}

.c-articleBox-img img {
  width: 100%;
  height: auto;
}

/* ========================================
	 articles
======================================== */
/* components
----------------------------------------*/
/* .c-article ----------*/
.c-article {
  max-width: 1024px;
  margin: 50px auto 0;
  padding: 0 12px 5px;
}

@media all and (max-width: 749px) {
  .c-article {
    margin-top: 25px;
    padding: 0 4.6875% 7px;
  }
}

.c-article .p-date {
  font-family: 'Quicksand', sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
}

@media all and (max-width: 749px) {
  .c-article .p-date {
    font-size: 1.4rem;
  }
}

.c-article .p-articleTtl {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

@media all and (max-width: 749px) {
  .c-article .p-articleTtl {
    font-size: 2rem;
  }
}

.c-article .p-articleTtl span {
  display: inline-block;
}

.c-article-ttl {
  margin-top: 15px;
}

@media all and (max-width: 749px) {
  .c-article-ttl {
    margin-top: 11px;
  }
}

.c-article-inner {
  max-width: 824px;
  margin: 4.2rem auto 0;
  padding: 0 12px 50px;
  font-size: 1.4rem;
  line-height: 2;
}

@media all and (max-width: 749px) {
  .c-article-inner {
    margin-top: 15px;
    padding: 0 0 35px;
  }
}

.c-article-inner h3 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 4.4rem 0 2.8rem;
  padding-bottom: 6px;
  border-bottom: 6px double #000;
}

.c-article-inner h4 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 3.4rem 0 2.2rem;
  padding-left: 1.0em;
  border-left: 5px solid #000;
}

.c-article-inner p,
.c-article-inner div {
  margin-bottom: 2.8rem;
}

/* .c-article-inner p:last-of-type,
.c-article-inner div:last-of-type  {
  margin-bottom: 0;
} */

.c-article-inner ul,
.c-article-inner ol  {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
  margin: 2.8rem 0;
}

.c-article-inner ul li {
  margin-bottom: .3em;
  padding-left: 1.2em;
  position: relative;
}

.c-article-inner ul li::before {
  content: "";
  position: absolute;
  top: .8em;
  left: 0;
  width: 4px;
  height: 4px;
  border: 2px solid #000;
  border-radius: 50%;
}

.c-article-inner ol li {
  margin-bottom: .3em;
  text-indent: -1.5em;
  padding-left: 1.5em;
  position: relative;
}

.c-article-inner ol li::before {
  counter-increment: item;
  content: counter(item)'.';
  padding-right: .7em;
  color: #000;
}

.c-article-inner a {
  color: #3f7989;
  border-bottom: 2px solid #78a1ac;
  padding-bottom: 2px;

}

.c-article-inner a:hover {
  border-bottom: none;
}

.c-article-inner img {
  display: block;
  max-width: 100%;
  height: auto;
  /* margin: 0 auto; */
}

.c-article-inner strong {
  font-weight: bold;
}

.c-article-relation .c-article-relation-header {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 6.6rem 0 1.8rem;
  padding-bottom: 6px;
  padding-left: 0;
  border-bottom: 2px solid #000;
  border-left: none;
}

.c-article-relation ul {
  margin-top: 2.0rem;
}


/* ========================================
	 comics
======================================== */
/* components
----------------------------------------*/
/* .c-comics ----------*/
.c-comics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (min-width: 1024px) {
  .c-comics {
    max-width: 1000px;
    margin: 50px auto -50px;
    padding-bottom: 10px;
  }
}

@media all and (min-width: 750px) and (max-width: 1023px) {
  .c-comics {
    margin: 50px auto -50px;
    padding: 0 5.8%;
  }
}

@media all and (max-width: 749px) {
  .c-comics {
    margin: 25px auto -30px;
    padding: 0 4.6875%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* modules
----------------------------------------*/
/* .m-bookBox ----------*/
.m-bookBox {
  width: 23.5%;
  margin: 0 20px 50px 0;
}

.m-bookBox .m-bookBox-pickup .m-bookBox-pickup-img {
  height: 42px;
  width: auto;
}

@media all and (min-width: 1024px) {
  .m-bookBox:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media all and (min-width: 750px) and (max-width: 1023px) {
  .m-bookBox {
    width: 31.2%;
    margin-right: 3.2%;
  }
  .m-bookBox:nth-of-type(3n) {
    margin-right: 0;
  }
  .m-bookBox .m-bookBox-pickup .m-bookBox-pickup-img {
    height: 4.8vw;
    width: auto;
  }
}

@media all and (max-width: 749px) {
  .m-bookBox {
    width: 48.27%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .m-bookBox .m-bookBox-pickup .m-bookBox-pickup-img {
    height: 8.9vw;
    width: auto;
  }
}

.m-bookBox img {
  width: 100%;
  height: auto;
}

.m-bookBox-link {
  display: block;
}

@media all and (min-width: 1024px) {
  .m-bookBox-link:hover {
    opacity: 0.8;
  }
}

.m-bookBox-ttl {
  margin-top: 12px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

@media all and (max-width: 749px) {
  .m-bookBox-ttl {
    margin-top: 8px;
    font-size: 1.5rem;
  }
}

.m-bookBox-author {
  margin-top: 3px;
  font-size: 1.6rem;
}

@media all and (max-width: 749px) {
  .m-bookBox-author {
    font-size: 1.2rem;
  }
}

/* ========================================
	 recruiting
======================================== */
/* components
----------------------------------------*/
/* .c-recruiting-main ----------*/
.c-recruiting-main {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 12px;
}

.c-recruiting-main-ttl {
  position: relative;
  width: 384px;
  margin: 50px auto 0;
}

.c-recruiting-main-ttl img {
  width: 100%;
  height: auto;
}

.c-recruiting-main-lead {
  margin-top: 40px;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
}

.m-recruiting-main-lead-large {
  font-size: 2.8rem;
}

@media all and (max-width: 749px) {
  .c-recruiting-main {
    padding: 0;
  }

  .c-recruiting-main-ttl {
    width: 70%;
    margin-top: 60px auto 50px;
  }

  .c-recruiting-main-lead {
    margin-top: 20px;
    font-size: 1.5rem;
  }

  .m-recruiting-main-lead-large {
    font-size: 2.0rem;
  }
}

/* .c-recruiting-point ----------*/
.c-recruiting-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 60px auto 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-recruiting-point-item {
  position: relative;
  width: 32.1%;
  padding: 28px 0 0;
  background-color: #f2fcff;
}

.c-recruiting-point-ttl {
  text-align: center;
  margin: 0 auto;
}

.m-recruiting-point-ttl {
  position: absolute;
  width: auto;
  height: 40px;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto 28px;
  text-align: center;
}

.m-recruiting-point-ttl-txt {
  width: auto;
  height: 28px;
  max-width: 90%;
}

.c-recruiting-point-txt {
  padding: 24px 12.46% 35px;
  font-size: 1.4rem;
  line-height: 2;
  text-align: left;
}

@media all and (max-width: 749px) {
  .c-recruiting-point {
    display: block;
    margin-top: 50px;
    padding: 0 4.6875%;
  }

  .c-recruiting-point-item {
    width: 100%;
    max-width: 490px;
    margin: 34px auto 0;
    padding-top: 16px;
  }

  .c-recruiting-point-txt {
    padding: 15px 6.5% 15px 7%;
    line-height: 1.643;
  }

  .m-recruiting-point-ttl {
    top: -13px;
  }

  .m-recruiting-point-ttl {
    height: 26px;
    margin-bottom: 12px;
  }
}

/* .c-recruiting-offer ----------*/
.c-recruiting-offer {
  max-width: 1000px;
  margin: 60px auto 0;
  text-align: center;
}

.c-recruiting-offer-ttl {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.0;
  margin-bottom: 25px;
}

.c-recruiting-offer-lead {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.0;
  margin-bottom: 34px;
}

.c-recruiting-offer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 60px auto 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-recruiting-offer-box {
  position: relative;
  width: 49%;
  background: url(/recruiting/img/bg_btnBox.png);
  background-color: #ccc;
  padding: 50px 20px 20px;
}

.c-recruiting-offer-box-inner {
  position: relative;
  width: 100%;
}

.m-recruiting-offer-lead {
  position: relative;
  width: 100%;
  max-width: 380px;
  height: 28px;
  margin: 0 auto 20px;
  background: url(/recruiting/img/bg_btn_lead.svg) center top no-repeat;
  background-size: 100% 28px;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.0;
  padding-top: 5px;
}
.m-recruiting-offer-lead::after {
  display: block;
  position: absolute;
  top: 24px;
  left: 50%;
  background: url(/recruiting/img/bg_btn_lead_bubble.svg) center top no-repeat;
  content: '';
  width: 14px;
  height: 10px;
}
.m-recruiting-offer-notice {
  margin-top:16px;
  color:#D8211E;
  font-size:1.4rem;
}

.c-recruiting-offer-note {
  margin-top: 40px;
  font-size: 1.4rem;
  line-height: 2;
}
.c-recruiting-offer-note a {
  text-decoration: underline;
}
.c-recruiting-offer-note a:hover {
  text-decoration: none;
}

@media all and (max-width: 830px) {
  .m-recruiting-offer-lead {
    font-size: 1.4rem;
  }
}


@media all and (max-width: 749px) {
  .c-recruiting-offer {
    margin-top: 50px;
  }

  .c-recruiting-offer-ttl {
    font-size: 2.0rem;
    margin-bottom: 20px;
  }

  .c-recruiting-offer-lead {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }

  .c-recruiting-offer-list {
    display: block;
    padding: 0 4.6875%;
    margin-top: 20px;
  }

  .c-recruiting-offer-box {
    width: 100%;
    max-width: 490px;
    padding: 25px 20px;
    margin: 15px auto 0;
  }

  .c-recruiting-offer-note {
    margin-top: 20px;
    padding: 0 4.6875%;
    font-size: 1.4rem;
    line-height: 2;
  }
  .c-recruiting-offer-note a {
    text-decoration: underline;
  }
  .c-recruiting-offer-note a:hover {
    text-decoration: none;
  }


  .m-recruiting-offer-lead {
    width: 100%;
    max-width: 290px;
    height: 28px;
    margin: 0 auto 15px;
    font-size: 1.2rem;
    padding-top: 7px;
  }

  .m-recruiting-offer-lead::after {
    top: 21px;
  }
}


/* ========================================
	 facetoface
======================================== */
/* components
----------------------------------------*/
/* .c-facetoface-main ----------*/
.c-facetoface-main {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 12px;
}

.c-facetoface-main-ttl {
  position: relative;
  width: 182px;
  margin: 30px auto 0;
  padding-right: 14px;
}

.c-facetoface-main-ttl img {
  width: 100%;
  height: auto;
}

.c-facetoface-main-lead {
  margin-top: 40px;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
}

@media all and (max-width: 749px) {
  .c-facetoface-main {
    padding: 0;
  }

  .c-facetoface-main-ttl {
    width: 186px;
    margin-top: 60px auto 50px;
  }

  .c-facetoface-main-lead {
    margin: 25px auto 42px;
  }
}

/* .c-facetoface-step ----------*/
.c-facetoface-step {
  max-width: 1000px;
  margin: 30px auto 40px;
}

.c-facetoface-step-item {
  position: relative;
  width: 660px;
  margin: 55px auto;
  padding-bottom: 50px;
  background-color: #f7f7f7;
}

.c-facetoface-step-ttl {
  text-align: center;
  margin: 0 auto;
  position: relative;
}

.m-facetoface-step-ttl{
  position: absolute;
  width: auto;
  height: 40px;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto 28px;
  padding-right: 70px;
  text-align: center;
}

.m-facetoface-step-ttl-txt {
  width: auto;
  height: 28px;
  max-width: 90%;
}

.c-facetoface-step-txt {
  padding: 40px 50px 0 50px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.67;
  text-align: center;
}

.c-facetoface-step-infoBox {
  margin: 20px 40px 0;
  font-size: 1.4rem;
  line-height: 2;
}

.m-facetoface-step-infoBox-ttl {
  font-weight: bold;
}

.m-facetoface-step-infoBox-subTxt {
  font-size: 1.2rem;
}

.m-facetoface-step-infoBox-contactBox {
  margin: 12px 0 16px;
  padding: 9px 10px;
  border-radius: 6px;
  background-color: #ebebeb;
}

@media all and (max-width: 749px) {
  .c-facetoface-step {
    margin: 42px auto 25px;
    padding: 0 4.6875%;
  }

  .c-facetoface-step-item {
    width: 100%;
    max-width: 490px;
    margin: 34px auto 0;
    padding: 16px 0 0;
  }

  .m-facetoface-step-ttl {
    top: -32px;
    width: auto;
    height: 32px;
    padding-right: 48px;
  }

  .c-facetoface-step-txt {
    font-size: 1.6rem;
    padding: 15px 6.5% 25px;
    line-height: 1.643;
  }

  .m-facetoface-step-point-ttl {
    top: -13px;
  }

  .m-facetoface-step-point-ttl {
    height: 26px;
    margin-bottom: 12px;
  }

  .c-facetoface-step-infoBox {
    margin: 0 20px;
    font-size: 1.3rem;
    line-height: 1.67;
    padding-bottom: 25px;
  }

  .m-facetoface-step-infoBox-subTxt {
    font-size: 1.1rem;
  }
}

/* .c-facetoface-offer  ----------*/
.c-facetoface-offer {
  margin: 40px auto 70px;
}

@media all and (max-width: 749px) {
  .c-facetoface-offer {
    margin: 25px auto 48px;
  }
}


/* ========================================
	 grandprix
======================================== */
/* components
----------------------------------------*/
.c-grandprix-main {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 12px;
}

.c-grandprix-main-ttl {
  position: relative;
  width: 437px;
  margin: 30px auto 0;
}

@media all and (max-width: 749px) {
  .c-grandprix-main-ttl {
    width: 78.4%;
    margin: 25x auto 20px;
  }
}

#requirement {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 12px;
}

@media all and (max-width: 749px) {
  #requirement {
    padding: 0;
  }
}

#result {
  padding: 50px 0 0;
}

@media all and (max-width: 749px) {
  #result {
    padding: 25px 0 0;
  }
}

/* .c-switch ----------*/
.c-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1024px;
  margin: 40px auto 0;
}

@media all and (max-width: 749px) {
  .c-switch {
    margin-top: 25px;
  }
}

.c-switch-item {
  position: relative;
  width: 50%;
  background-color: #f7f7f7;
}

.c-switch-item.-current {
  background-color: #000000;
}

.c-switch-item.-current .p-switchBtn {
  color: #ffffff;
  cursor: default;
}

@media all and (min-width: 1024px) {
  .c-switch-item.-current .p-switchBtn:hover {
    opacity: 1;
  }
}

.c-switch-item.-current::after {
  display: block;
  position: absolute;
  bottom: -7px;
  left: calc(50% - 5px);
  width: 11px;
  height: 7px;
  background: url(/recruiting/grandprix/img/arrow_switch.png) left top no-repeat;
  background-size: 100% 100%;
  content: '';
}

@media all and (max-width: 749px) {
  .c-switch-item.-current::after {
    bottom: -6px;
    width: 9px;
    height: 6px;
  }
}

/* .c-requirement ----------*/
.c-requirement {
  max-width: 800px;
  margin: 50px auto;
  padding: 70px 40px 80px;
  background-image: url(/recruiting/grandprix/img/bg_requirement_01.png), url(/recruiting/grandprix/img/bg_requirement_02.png);
  background-position: left top, left bottom;
  background-size: 16px 16px;
  background-repeat: repeat-x, repeat-x;
  background-color: #f7f7f7;
  text-align: left;
}

@media all and (max-width: 749px) {
  .c-requirement {
    margin: 25px auto;
    padding: 50px 4.6875%;
  }
}

.c-requirement-ttl {
  position: relative;
  width: 163px;
  margin: 0 auto 45px;
}

@media all and (max-width: 749px) {
  .c-requirement-ttl {
    width: 32.41%;
    margin-bottom: 20px;
  }
}

.c-requirement-ttl::after {
  display: block;
  position: absolute;
  top: -45px;
  right: -118px;
  width: 67px;
  height: 111px;
  background: url(/recruiting/grandprix/img/img_requirement_01.png) left top no-repeat;
  background-size: 100% auto;
  content: '';
}

@media all and (max-width: 749px) {
  .c-requirement-ttl::after {
    top: -28px;
    right: -70px;
    width: 48px;
    height: 80px;
  }
}

.c-requirement-ttl img {
  width: 100%;
  height: auto;
}

/* modules
----------------------------------------*/
/* .m-infoBox ----------*/
.m-infoBox {
  margin-bottom: 30px;
}

@media all and (max-width: 749px) {
  .m-infoBox {
    margin-bottom: 20px;
  }
}

.m-infoBox-ttl {
  margin-bottom: 3px;
  font-size: 1.5rem;
  font-weight: bold;
}

.m-infoBox-subTtl {
  margin: 18px 0 3px;
  font-size: 1.4rem;
  font-weight: bold;
}

.m-infoBox-txt {
  font-size: 1.4rem;
}

@media all and (max-width: 749px) {
  .m-infoBox-txt {
    line-height: 1.867;
  }
}

.m-infoBox-list {
  font-size: 1.4rem;
  line-height: 1.867;
}

/* .m-contactBox ----------*/
.m-contactBox {
  padding: 36px;
  border: 2px solid #000000;
}

@media all and (max-width: 749px) {
  .m-contactBox {
    margin-top: 28px;
    padding: 18px;
    border-width: 1px;
  }
}

.m-contactBox-ttl {
  font-size: 1.5rem;
  font-weight: bold;
}

.m-contactBox-subTtl {
  margin: 12px 0 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

@media all and (max-width: 749px) {
  .m-contactBox-subTtl {
    margin: 5px 0 8px;
  }
}

.m-contactBox-txt {
  font-size: 1.4rem;
}

.m-contactBox-txt dt {
  font-weight: bold;
}

.m-contactBox-txt dd {
  margin-bottom: 18px;
}

.m-contactBox-txt a:hover {
  text-decoration: underline;
}

@media all and (max-width: 749px) {
  .m-contactBox-txt dd {
    margin-bottom: 12px;
  }
}

.m-contactBox-txt dd:last-of-type {
  margin-bottom: 0;
}

/* parts
----------------------------------------*/
/* .p-switchBtn ----------*/
.p-switchBtn {
  display: block;
  width: 100%;
  padding: 8px 0;
  font-size: 2rem;
  text-align: center;
}

@media all and (max-width: 749px) {
  .p-switchBtn {
    font-size: 1.5rem;
  }
}

@media all and (min-width: 1024px) {
  .p-switchBtn:hover {
    opacity: 0.8;
  }
}

/* ========================================
	 grandprix-result
======================================== */
/* components
----------------------------------------*/
/* .c-selectArea ----------*/
.c-selectArea-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 441px;
  margin: 0 auto;
  padding-right: 7px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media all and (max-width: 749px) {
  .c-selectArea-inner {
    width: 295px;
    padding-right: 5px;
  }
}

.c-selectArea-selectWrap {
  display: inline-block;
  position: relative;
  width: 245px;
  height: 50px;
}

@media all and (max-width: 749px) {
  .c-selectArea-selectWrap {
    width: 195px;
    height: 40px;
  }
}

@media all and (min-width: 1024px) {
  .c-selectArea-selectWrap:hover {
    opacity: 0.8;
  }
}

/* .c-winners ----------*/
.c-winners {
  max-width: 1024px;
  margin: 0 auto;
  padding: 40px 12px 0;
}

@media all and (max-width: 749px) {
  .c-winners {
    padding: 20px 4.6875% 0;
  }
}

.c-winners.-on .c-winners-list {
  top: 0;
  opacity: 1;
}

.c-winners-txt {
  margin-top: 20px;
  font-size: 2rem;
  text-align: left;
}

@media all and (max-width: 749px) {
  .c-winners-txt {
    margin-top: 15px;
    font-size: 1.5rem;
  }
}

.c-winners-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 32px;
}

@media all and (max-width: 749px) {
  .c-winners-header {
    margin-bottom: 32px;
  }

  .c-winners-list {
    margin-top: 24px;
  }
}

/* modules
----------------------------------------*/
/* .m-comic ----------*/
.m-comic {
  width: 23.5%;
  margin: 0 2% 48px 0;
}

@media all and (min-width: 1024px) {
  .m-comic:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media all and (min-width: 750px) and (max-width: 1023px) {
  .m-comic {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 48px;
  }
  .m-comic:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media all and (max-width: 749px) {
  .m-comic {
    width: 48.27%;
    margin-bottom: 32px;
    margin-right: 3.46%;
  }
  .m-comic:nth-of-type(2n) {
    margin-right: 0;
  }
}

.m-comic img {
  width: 100%;
  height: auto;
  border: 1px solid #eeeeee;
}

.m-comic-ttl {
  margin-top: 14px;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
}

@media all and (max-width: 749px) {
  .m-comic-ttl {
    margin-top: 6px;
    font-size: 1.5rem;
  }
}

.m-comic-author {
  margin-top: 6px;
  font-size: 1.6rem;
  text-align: left;
}

@media all and (max-width: 749px) {
  .m-comic-author {
    margin-top: 2px;
    font-size: 1.2rem;
  }
}

/* parts
----------------------------------------*/
/* .p-resultTtl ----------*/
.p-resultTtl {
  display: block;
  width: 394px;
  margin: 0 auto;
}

@media all and (max-width: 749px) {
  .p-resultTtl {
    width: 65.625%;
  }
}

.p-resultTtl img {
  width: 100%;
  height: auto;
}

/* .p-select ----------*/
.p-select {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  font-size: 2rem;
  cursor: pointer;
}

@media all and (max-width: 749px) {
  .p-select {
    border-radius: 5px;
    font-size: 1.6rem;
  }
}

.p-selectTxt {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 8px 12px 0;
  background: url(/recruiting/grandprix/img/arrow_select_pc.png) right 20px center no-repeat #ffffff;
  border: 2px solid #000000;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  pointer-events: none;
}

@media all and (max-width: 749px) {
  .p-selectTxt {
    padding: 7px 2px 0;
    background-image: url(/recruiting/grandprix/img/arrow_select_sp.png);
    background-size: 13px 7px;
    border-width: 1px;
    border-radius: 5px;
    font-size: 1.4rem;
  }
}

/* .p-viewBtn ----------*/
.p-viewBtn {
  position: relative;
  width: 160px;
  height: 50px;
  border: 2px solid #000000;
  border-radius: 10px;
}

@media all and (max-width: 749px) {
  .p-viewBtn {
    width: 90px;
    height: 40px;
    border-width: 1px;
    border-radius: 5px;
  }
}

.p-viewBtn span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 8px 0 9px;
  background-color: #fff373;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

@media all and (max-width: 749px) {
  .p-viewBtn span {
    padding: 8px 0 0;
    border-radius: 5px;
    font-size: 1.5rem;
  }
}

.p-viewBtn::before {
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 100%;
  height: 100%;
  background: url(/common/img/bg_dot.svg) left top -2px;
  background-size: 12px 12px;
  border-radius: 10px;
  content: '';
}

@media all and (max-width: 749px) {
  .p-viewBtn::before {
    top: 4px;
    left: 4px;
    background-size: 8px 8px;
    background-position: left top 2px;
    border-radius: 5px;
  }
}

@media all and (min-width: 1024px) {
  .p-viewBtn:hover span {
    background-color: #ffffff;
  }
}

/* .p-winnersTtl ----------*/
.p-winnersTtl {
  padding-bottom: 13px;
  background: url(/common/img/line_winnersTtl.png) left bottom repeat-x;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: left;
}

@media all and (max-width: 749px) {
  .p-winnersTtl {
    padding-bottom: 10px;
    font-size: 1.7rem;
    background-size: 1px 3px;
  }
}

@media all and (min-width: 1024px) {
  .p-winnersTtl span {
    font-size: 70%;
  }
}

@media all and (max-width: 749px) {
  .p-winnersTtl span {
    font-size: 1.1rem;
    line-height: 1.2;
  }
}

/* .m-largeBtn ----------*/
.m-largeBtn {
  position: relative;
  display: block;
  max-width: 100%;
  width: 380px;
  height: 80px;
  margin: 0 auto;
}

.m-largeBtn span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 8px 36px 9px 25px;
  border: 2px solid #000000;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: bold;
  background: url(/common/img/arrow_btn_self.svg) right 25px center no-repeat #fff373;
}

.m-largeBtn.-blank span {
  background: url(/common/img/arrow_btn_blank.svg) right 25px center no-repeat #fff373;
}

.m-largeBtn::before {
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 100%;
  height: 100%;
  background: url(/common/img/bg_btnDot.png) left top;
  background-size: 380px 80px;
  border-radius: 10px;
  content: '';
}

@media all and (max-width: 749px) {
  .m-largeBtn {
    width: 290px;
    height: 55px;
    margin: 0 auto;
  }

  .m-largeBtn span {
    padding: 8px 25px 9px 15px;
    border: 2px solid #000000;
    border-radius: 10px;
    font-size: 1.6rem;
    font-weight: bold;
    background: url(/common/img/arrow_btn_self.svg) right 13px center no-repeat #fff373;
    background-size: 8px 16px;
  }

  .m-largeBtn.-blank span {
    background: url(/common/img/arrow_btn_blank.svg) right 13px center no-repeat #fff373;
    background-size: 18px 20px;
  }
}

@media all and (min-width: 1024px) {
  .m-largeBtnn:hover span {
    background-color: #ffffff;
  }
}


/* ========================================
	 lineup
======================================== */
/* components
----------------------------------------*/

/* .c-lineup ----------*/
.c-lineup {
  display: flex;
  flex-wrap: wrap;
  max-width: 1024px;
  margin: 0 auto 0;
  padding: 5rem 1.2rem 0;
}

.c-lineup-category {
  width: 100%;
  margin-bottom: 4.8rem;
}

/* .c-lineup-header ----------*/
.c-lineup-header {
  width: 100%;
  margin-bottom: 4.8rem;
}

/* ヘッダー部分の説明文用スタイル */
.c-lineup-header-description {
  margin: 2.4rem 0 0;
  line-height: 1.6;
  font-size: 2rem;
}

@media all and (max-width: 749px) {
  .c-lineup {
    padding: 2rem 4.6875% 0;
  }
  
  .c-lineup-header-description {
    font-size: 1.4rem;
    margin: 1.2rem 0 0;
  }
}

/* .c-lineup-list ----------*/
.c-lineup-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 3.2rem;
}

@media all and (max-width: 749px) {
  .c-lineup-header {
    margin-bottom: 3.2rem;
  }

  .c-lineup-list {
    margin-top: 2.4rem;
  }
}

/* modules
----------------------------------------*/
/* .m-lineup-category-ttl ----------*/
.m-lineup-category-ttl {
  padding-bottom: 1.3rem;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  border-bottom: 0.2rem solid #333333;
}
.m-lineup-category-name {
  margin-right: 1.2rem;
}
.m-lineup-category-name img {
  margin-left: 1.2rem;
  max-height: 3.6rem;
}
.m-lineup-category-ttl .m-lineup-number {
  display: inline-block;
  padding: 0.8rem 1.2rem;
  border-radius: 0.6rem;
  background-color: #f7f7f7;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.0;
}
.m-lineup-category-ttl .m-lineup-number .p-small {
  font-size: 2.2rem;
}
.m-lineup-category-ttl br{
  display: none;
}

@media all and (max-width: 749px) {
  .m-lineup-category-ttl {
    padding-bottom: 1rem;
    margin-bottom: 0;
    font-size: 1.7rem;
    background-size: 0.1rem 0.3rem;
  }
  .m-lineup-category-ttl img {
    height: 2.9rem;
  }
  .m-lineup-category-name img {
    margin-left: 0.7rem;
  }
  .m-lineup-category-ttl .m-lineup-number {
    margin: 0.6rem 0 0;
    font-size: 1.5rem;
  }
  .m-lineup-category-ttl .m-lineup-number .p-small {
    font-size: 1.2rem;
  }
  .m-lineup-category-ttl br{
    display: block;
  }
}

/* .m-lineup-header-ttl ----------*/
.m-lineup-header-ttl {
  padding-bottom: 1.3rem;
  background: url(/common/img/line_winnersTtl.png) left bottom repeat-x;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}
.m-lineup-header-name {
  margin-right: 1.2rem;
}
.m-lineup-header-name img {
  margin-left: 1.2rem;
}

.m-lineup-category-ttl .m-lineup-number {
  display: inline-block;
  padding: 0.8rem 1.2rem;
  border-radius: 0.6rem;
  background-color: #f7f7f7;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.0;
}
.m-lineup-category-ttl .m-lineup-number .p-small {
  font-size: 2.2rem;
}
.m-lineup-category-ttl br{
  display: none;
}

@media all and (max-width: 749px) {
  .m-lineup-category-ttl {
    padding-bottom: 1rem;
    margin-bottom: 0;
    font-size: 1.6rem;
    background-size: 0.1rem 0.3rem;
  }
  .m-lineup-category-ttl img {
    height: 2.9rem;
    max-height: 3.2rem;
  }
  .m-lineup-category-name img {
    margin-left: 0.7rem;
  }
  .m-lineup-category-ttl .m-lineup-number {
    margin: 0.6rem 0 0;
    font-size: 1.5rem;
  }
  .m-lineup-category-ttl .m-lineup-number .p-small {
    font-size: 1.2rem;
  }
  .m-lineup-category-ttl br{
    display: block;
  }
  
  .m-lineup-header-ttl {
    padding-bottom: 1rem;
    margin-bottom: 0;
    font-size: 1.7rem;
    background-size: 0.1rem 0.3rem;
  }
  .m-lineup-header-ttl img {
    height: 2.9rem;
  }
  .m-lineup-header-name img {
    margin-left: 0.7rem;
  }
}

/* .m-lineup ----------*/
.m-lineup {
  width: 32%;
  margin: 0 2% 4.8rem 0;
}

@media all and (min-width: 1024px) {
  .m-lineup:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media all and (min-width: 750px) and (max-width: 1023px) {
  .m-lineup {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 4.8rem;
  }
  .m-lineup:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media all and (max-width: 749px) {
  .m-lineup {
    width: 48.27%;
    margin-bottom: 3.2rem;
    margin-right: 3.46%;
  }
  .m-lineup:nth-of-type(2n) {
    margin-right: 0;
  }
}

.m-lineup img {
  width: 100%;
  height: auto;
  border: 0.1rem solid #eeeeee;
}

.m-lineup-ttl {
  margin-top: 1.4rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}

@media all and (max-width: 749px) {
  .m-lineup-ttl {
    margin-top: 0.6rem;
    font-size: 1.5rem;
  }
}

.m-lineup-author {
  margin-top: 0.6rem;
  font-size: 1.6rem;
  text-align: left;
}

@media all and (max-width: 749px) {
  .m-lineup-author {
    margin-top: 0.2rem;
    font-size: 1.2rem;
  }
}

/* リンク付きの場合のスタイル */
.m-lineup-link {
  display: block;
}

@media all and (min-width: 1024px) {
  .m-lineup-link:hover {
    opacity: 0.8;
  }
}

/* リンクなしの場合のスタイル */
.m-lineup-content {
  display: block;
}

/* ========================================
	 404 error
======================================== */
/* components
----------------------------------------*/

/* .c-404error ----------*/
.c-404error {
  max-width: 1024px;
  margin: 0 auto 0;
  padding: 70px 12px 15px;
  font-size: 1.4rem;
  text-align: center;
}

.c-404error .c-404error-ttl {
  margin: 35px 0 0;
}

.c-404error .c-404error-txt {
  margin: 20px 0 40px;
}

.c-404error .c-404error-txt p {
  margin: 0;
  padding: 0;
}

@media all and (max-width: 749px) {
  .c-404error {
    padding: 60px 4.6875% 40px;
    font-size: 1.2rem;
  }

  .c-404error .c-404error-img img {
    width: 50px;
  }

  .c-404error .c-404error-ttl {
    margin: 20px 0 0;
  }

  .c-404error .c-404error-ttl img {
    width: 300px;
    max-width: 100%;
  }

  .c-404error .c-404error-txt {
    margin: 15px 0 20px;
  }

  .c-404error .c-404error-txt p {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
  }
}

/* ========================================
	 toAlter
======================================== */
.c-toAlter {
  position: fixed;
  z-index: 2;
}
.c-toAlter a {
  display: block;
}
@media all and (min-width: 750px) {
  .c-toAlter {
    bottom: 33px;
    right: 33px;
  }
  .c-toAlter a:hover {
    opacity: .8;
  }
}
@media all and (max-width: 749.9px) {
  .c-toAlter {
    bottom: 7px;
    right: 3px;
    width: 134px;
    height: 53px;
  }
  .c-toAlter img {
    width: 100%;
    height: auto;
  }
}