@charset "UTF-8";
@media screen and (min-width: 640px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp-tb-only {
    display: none !important;
  }
}

@media screen and (max-width: 639px) {
  .tb-only {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .tb-only {
    display: none !important;
  }
}

@media screen and (max-width: 639px) {
  .tb-pc-only {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-only {
    display: none !important;
  }
}

html, body {
  font-family: Meiryo, "MS PGothic", "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}

@media screen and (max-width: 1024px) {
  html, body {
    background: #f2f2f2;
  }
}

a {
  text-decoration: none;
  display: block;
}

img {
  width: 100%;
  display: block;
  vertical-align: middle;
}

li {
  list-style: none;
}

ol {
    list-style: decimal;
    padding-left: 40px;
}

ol li {
    list-style: decimal;
}

input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

span {
  display: block;
}

.main-container {
  position: relative;
}

@media screen and (max-width: 1024px) {
  .main-container {
    padding-top: 13vw;
  }
}

.row {
  width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .row {
    width: 100%;
  }
}

.row-inner {
  width: 92%;
  margin: 0 auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  overflow: hidden;
}

.clearfix {
  clear: both;
}

.show {
  display: block;
}

.none {
  display: none;
}

.relative {
  position: relative;
}

.visible {
  overflow: visible;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.table {
  display: table;
}

.table div {
  display: table-cell;
  vertical-align: middle;
}

.noscroll {
  height: 100%;
}

.pink {
  background: #F93A7F;
}

@keyframes fadeInBg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: .7;
  }
}

@-webkit-keyframes fadeInBg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: .7;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
}

header {
  width: 100%;
  height: 60px;
  background: #48CED3;
}

@media screen and (max-width: 1024px) {
  header {
    height: 13vw;
    position: fixed;
    z-index: 1000;
  }
}

header .row {
  position: relative;
}

header .logo {
  display: table;
  float: left;
  height: 60px;
}

@media screen and (max-width: 1024px) {
  header .logo {
    height: 13vw;
    padding: 0 0 0 2%;
  }
  header .logo .logoLeft {
    width: 50vw;
  }
  header .logo .logoLeft a {
    width: 60%;
  }
}

header .logo img {
  width: 180px;
  height: auto;
  vertical-align: middle;
}

@media screen and (max-width: 1024px) {
  header .logo img {
    width: 100%;
  }
}

header .logo h1 {
  color: #fff;
  vertical-align: middle;
  margin: 0 0 0 20px;
}

@media screen and (max-width: 1024px) {
  header .logo h1 {
    display: none;
  }
}

header .search {
  position: relative;
  height: 60px;
}

@media screen and (max-width: 1024px) {
  header .search {
    height: 13vw;
  }
}

header .search .sp-tb-only {
  width: 6vw;
}

header .search .sp-tb-only img {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
}

header .search input {
  border: none;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, .4);
  padding: 8px 8px 8px 32px;
  border-radius: 12px;
}

@media screen and (max-width: 1024px) {
  header .search input {
    display: none;
  }
}

header .search img {
  position: absolute;
  top: 20px;
  left: 8px;
  width: 18px;
}

header .registerBtn {
  height: 60px;
  margin: 0 0 0 10px;
}

header .registerBtn a {
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 4px 8px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  width: 110px;
}

@media screen and (max-width: 1024px) {
  header .registerBtn a {
    font-size: 3.75vw;
  }
}

header .menuBtn {
  height: 60px;
  margin: 0 0 0 10px;
}

header .menuBtn .content {
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 4px 20px;
  display: table;
  margin: 0 auto;
}

header .menuBtn .content a {
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin: 0 5px 0 0;
}

@media screen and (max-width: 1024px) {
  header .menuBtn .content a {
    font-size: 3.75vw;
  }
}

header .menuBtn .content img {
  width: 10px;
  vertical-align: middle;
}

header .spMenuBtn {
  margin: 0 0 0 2vw;
}

header .spMenuBtn div {
  width: 12vw;
  height: 13vw;
}

header .spMenuBtn div a {
  border: none;
  padding: 2vw;
  box-sizing: border-box;
}

.dropmenu {
  width: 26%;
  float: right;
  position: absolute;
  right: 0;
  z-index: 999;
  display: none;
}

@media screen and (max-width: 1024px) {
  .dropmenu {
    width: 75%;
  }
}

.dropmenu .coin {
  width: 100%;
  padding: 10px;
  background: #ececec;
  overflow: hidden;
  border-top: 1px solid #CFCFCF;
  border-right: 1px solid #CFCFCF;
  border-left: 1px solid #CFCFCF;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .dropmenu .coin {
    padding: 4vw;
  }
}

.dropmenu .coin .content {
  display: table;
  margin: 0 auto;
}

.dropmenu .coin .content img {
  width: 30px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .dropmenu .coin .content img {
    width: 12vw;
  }
}

.dropmenu .coin .content span {
  display: block;
  text-align: center;
  margin: 6px 0;
  font-size: 12px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .dropmenu .coin .content span {
    font-size: 3.75vw;
  }
}

.dropmenu .coin .content a {
  color: #fff;
  padding: 6px;
  border-radius: 12px;
  font-size: 11px;
  width: 90px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .dropmenu .coin .content a {
    font-size: 3.4375vw;
  }
}

@media screen and (max-width: 1024px) {
  .dropmenu .coin .content a {
    width: 24vw;
    border-radius: 4vw;
  }
}

.dropmenu .coin .content .bonus {
  margin: 0 20px 0 0;
}

.dropmenu .coin .content .bonus a {
  background: #d57da6;
}

.dropmenu .coin .content .premium a {
  background: #cfa92c;
}

.dropmenu ul {
  border-top: 1px solid #CFCFCF;
  border-right: 1px solid #CFCFCF;
  border-left: 1px solid #CFCFCF;
  box-sizing: border-box;
  background: #fff;
  padding: 0 0 16px;
}

@media screen and (max-width: 1024px) {
  .dropmenu ul {
    padding: 0 0 5vw;
  }
}

.dropmenu ul li a {
  display: block;
  padding: 16px 10px 0;
  color: #393939;
}

@media screen and (max-width: 1024px) {
  .dropmenu ul li a {
    padding: 5vw 2.4vw 0;
  }
}

.dropmenu ul li a div {
  display: table-cell;
  vertical-align: middle;
}

.dropmenu ul li a div img {
  width: 20px;
  margin: 0 10px 0 0;
}

@media screen and (max-width: 1024px) {
  .dropmenu ul li a div img {
    width: 5vw;
    margin: 0 2vw 0 0;
  }
}

.dropmenu ul li a div span {
  font-size: 12px;
}

@media screen and (max-width: 1024px) {
  .dropmenu ul li a div span {
    font-size: 3.75vw;
  }
}

.dropmenu ul.other {
  border-bottom: 1px solid #CFCFCF;
  padding: 0 0 16px;
}

@media screen and (max-width: 1024px) {
  .dropmenu ul.other {
    padding: 0 0 5vw;
    margin-bottom: 3em;
  }
}

.dropmenu ul.other li a {
  font-size: 12px;
  padding: 16px 10px 0;
}

@media screen and (max-width: 1024px) {
  .dropmenu ul.other li a {
    font-size: 3.75vw;
  }
}

@media screen and (max-width: 1024px) {
  .dropmenu ul.other li a {
    padding: 5vw 2.4vw 0;
  }
}

.dropmenu .btn-sp-login {
  background: #48CED3;
  padding: 5vw 8vw;
}

.dropmenu .btn-sp-login a {
  background: #fff;
  color: #48CED3;
  text-align: center;
  padding: 4vw;
  border-radius: 2vw;
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .dropmenu .btn-sp-login a {
    font-size: 4.375vw;
  }
}

@media screen and (max-width: 1024px) {
  .dropmenu-container {
    display: none;
    height: 87vh;
    overflow: auto;
  }
}

footer {
  background: #9b9b9b;
  margin: 50px 0 0 0;
}

@media screen and (max-width: 1024px) {
  footer {
    padding: 30px 0 0;
    background: #393939;
    margin: 0;
  }
}

footer .clear {
  margin: 20px auto;
  display: table;
}

@media screen and (max-width: 1024px) {
  footer .clear {
    display: none;
  }
}

footer .icon img {
  width: 70px;
}

footer .appstore {
  margin: 0 0 0 10px;
}

footer .appstore p {
  text-align: center;
  margin: 0 0 8px 0;
}

footer .appstore img {
  width: 140px;
  margin: 0 6px 0 0;
}

footer p {
  color: #fff;
  font-size: 12px;
}

@media screen and (max-width: 1024px) {
  footer p {
    font-size: 3.75vw;
  }
}

footer ul {
  text-align: center;
}

footer ul li {
  display: inline-block;
}

footer ul li:last-child div {
  background: transparent;
}

footer ul li div {
  float: left;
  height: 11px;
  width: 1px;
  margin: 3px 2px 4px 6px;
  background: #ececec;
}

@media screen and (max-width: 1024px) {
  footer ul li div {
    height: 3.5vw;
    margin: 0.9vw 1.4vw 0vw 2vw;
  }
}

footer a {
  float: left;
  color: #ececec;
  font-size: 11px;
}

@media screen and (max-width: 1024px) {
  footer a {
    font-size: 3.4375vw;
  }
}

footer small {
  color: #ececec;
  font-size: 11px;
  text-align: center;
  display: block;
  margin: 30px auto 10px;
}

@media screen and (max-width: 1024px) {
  footer small {
    font-size: 3.4375vw;
  }
}

footer .app-guide {
  margin: .8em auto 0;
  max-width: 400px;
}

footer .app-guide .app-guide-inner {
  margin: 0 2em;
}

footer .app-guide .flex.dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: .7em;
}

footer .app-guide .flex.dl img.app-icon {
  width: 18%;
}

footer .app-guide .flex.dl a.dl-link {
  cursor: pointer;
  margin-left: 1.5em;
}

.btn {
  background: #48CED3;
  padding: 10px;
  border: none;
  color: #fff;
  font-size: 12px;
  display: block;
  margin: 0 auto;
  width: 90%;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .btn {
    font-size: 3.75vw;
  }
}

@media screen and (max-width: 1024px) {
  .btn {
    padding: 2.6vw 0 2vw;
  }
}

.btn.disabled {
  background: #bbb;
  cursor: default;
}

.common-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .common-list {
    white-space: nowrap;
    overflow-x: scroll;
    display: inline-block;
    padding: 0 4%;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
  }
}

.common-list h3 {
  font-weight: bold;
  font-size: 14px;
  color: #393939;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (max-width: 1024px) {
  .common-list h3 {
    font-size: 4.375vw;
  }
}

@media screen and (max-width: 1024px) {
  .common-list h3 {
    font-size: 13px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .common-list h3 {
    font-size: 4.0625vw;
  }
}

.common-list p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.common-list span {
  text-align: center;
  display: block;
}

@media screen and (max-width: 1024px) {
  .common-list span {
    font-weight: bold;
  }
}

.common-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19%;
          flex: 0 0 19%;
  min-width: 0;
  position: relative;
  margin: 0 1.25% 10px 0;
  border: 1px solid #CFCFCF;
  box-sizing: border-box;
  vertical-align: top;
}

@media screen and (max-width: 1024px) {
  .common-list li {
    display: inline-block;
    width: 42%;
    margin-right: 6px;
    border: none;
  }
}

.common-list li:nth-child(5n) {
  margin: 0 0 10px 0;
}

.common-list li .info {
  padding: 6px;
  border-top: 1px solid #CFCFCF;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .common-list li .info {
    padding: 2vw 2vw 2vw 0;
  }
}

.common-list li .label {
  padding: 0;
  position: absolute;
  top: 0;
}

.common-list li .label span {
  opacity: 0.7;
  font-size: 12px;
  padding: 4px 8px;
  text-align: center;
  display: block;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .common-list li .label span {
    font-size: 3.75vw;
  }
}

.common-list li .label span.pink {
  background: #F93A7F;
}

.common-list li .label span.orange {
  background: #f49b08;
}

.common-list li .label img {
  padding: 4px;
  box-sizing: border-box;
}

.common-list li .favorite {
  margin: 4px 0 0;
}

.common-list li .favorite img {
  width: 16px;
  margin: 0 2px 0 0;
}

@media screen and (max-width: 1024px) {
  .common-list li .favorite img {
    width: 4.5vw;
  }
}

.common-list li .favorite span {
  font-size: 11px;
  color: #48CED3;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .common-list li .favorite span {
    font-size: 3.4375vw;
  }
}

.common-list-horizontal {
  display: table;
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .common-list-horizontal {
    width: 92%;
    margin: 0 auto;
    padding: 2vw 0;
  }
}

.common-list-horizontal .left, .common-list-horizontal .right {
  display: table;
}

.common-list-horizontal .left div, .common-list-horizontal .right div {
  display: table-cell;
  vertical-align: middle;
  height: 46px;
}

@media screen and (max-width: 1024px) {
  .common-list-horizontal .left div, .common-list-horizontal .right div {
    height: 10vw;
  }
}

.common-list-horizontal img {
  height: 40px;
  width: auto;
}

@media screen and (max-width: 1024px) {
  .common-list-horizontal img {
    width: 8vw;
    height: auto;
  }
}

.common-list-horizontal h2 {
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
}

@media screen and (max-width: 1024px) {
  .common-list-horizontal h2 {
    font-size: 4.375vw;
  }
}

.common-list-horizontal .right a {
  color: #bbb;
  font-size: 11px;
}

@media screen and (max-width: 1024px) {
  .common-list-horizontal .right a {
    font-size: 3.4375vw;
  }
}

@media screen and (max-width: 1024px) {
  .common-list-horizontal .right a {
    border: 1px solid #CFCFCF;
    padding: 4px 8px;
    border-radius: 6px;
  }
}

.common-list-horizontal .right a:after {
  content: "＞";
  margin-left: .1em;
  margin-right: .1em;
}

@media screen and (max-width: 1024px) {
  .common-list-horizontal .right a:after {
    content: none;
  }
}

.border {
  border-top: 1px solid #CFCFCF;
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}

.message div {
  margin: 50px auto 0;
}

.message h1 {
  font-size: 20px;
  color: #F93A7F;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .message h1 {
    font-size: 6.25vw;
  }
}

@media screen and (max-width: 1024px) {
  .message h1 {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .message h1 {
    font-size: 5vw;
  }
}

.message p {
  font-size: 14px;
  color: #4b4b4b;
  text-align: center;
  margin: 30px auto 60px;
}

@media screen and (max-width: 1024px) {
  .message p {
    font-size: 4.375vw;
  }
}

@media screen and (max-width: 1024px) {
  .message p {
    width: 80%;
    white-space: normal;
  }
}

.message a {
  width: 200px;
}

.list h2 {
  font-size: 20px;
  font-weight: bold;
  color: #393939;
  margin: 20px 0;
}

@media screen and (max-width: 1024px) {
  .list h2 {
    font-size: 6.25vw;
  }
}

.series .label {
  padding: 0;
  position: absolute;
  top: 0;
}

.series .label span {
  opacity: 0.7;
  font-size: 12px;
  padding: 4px 8px;
  text-align: center;
  display: block;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .series .label span {
    font-size: 3.75vw;
  }
}

.series .label span.pink {
  background: #F93A7F;
}

.series .label span.orange {
  background: #f49b08;
}

.sp-list-vertical {
  margin: 10px 0 0 0;
  background: #fff;
}

.sp-list-vertical li a {
  padding: 0 0 0 6px;
}

@media screen and (max-width: 1024px) {
  .sp-list-vertical li a {
    padding: 0 0 0 1.8vw;
  }
}

.sp-list-vertical li a .content {
  padding: 6px 6px 6px 0;
  border-bottom: 1px solid #CFCFCF;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .sp-list-vertical li a .content {
    padding: 1.8vw 1.8vw 1.8vw 0;
  }
}

.sp-list-vertical li a .content .thumb {
  position: relative;
  width: 35%;
}

.sp-list-vertical li a .content .thumb img {
  width: 100%;
  float: left;
}

.sp-list-vertical li a .content .thumb .label {
  position: absolute;
  top: 0;
  left: 0;
}

.sp-list-vertical li a .content .thumb .label span {
  opacity: 0.7;
  font-size: 11px;
  padding: 4px 8px;
  text-align: center;
  display: block;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .sp-list-vertical li a .content .thumb .label span {
    font-size: 3.4375vw;
  }
}

.sp-list-vertical li a .content .thumb .label span.pink {
  background: #F93A7F;
}

.sp-list-vertical li a .content .info {
  float: left;
  padding: 0 0 0 10px;
  position: relative;
  width: 63%;
  width: calc(65% - 10px);
}

.sp-list-vertical li a .content .info h3 {
  font-size: 14px;
  font-weight: bold;
  color: #393939;
  margin: 10px 0 0;
}

@media screen and (max-width: 1024px) {
  .sp-list-vertical li a .content .info h3 {
    font-size: 4.375vw;
  }
}

.sp-list-vertical li a .content .info span {
  font-size: 12px;
  color: #393939;
}

@media screen and (max-width: 1024px) {
  .sp-list-vertical li a .content .info span {
    font-size: 3.75vw;
  }
}

.sp-list-vertical li a .content .info p {
  font-size: 12px;
  color: #bbb;
}

@media screen and (max-width: 1024px) {
  .sp-list-vertical li a .content .info p {
    font-size: 3.75vw;
  }
}

@media screen and (max-width: 1024px) {
  .sp-list-vertical li a .content .info p {
    margin: 0 auto 5vw;
  }
}

.sp-list-vertical li a .content .favorite {
  position: absolute;
  bottom: 0;
  right: 0;
}

.sp-list-vertical li a .content .favorite span {
  font-weight: bold;
  color: #48CED3;
}

.rankingHome .sp-list-vertical {
  margin: 10px 0 0 0;
  background: #fff;
}

.rankingHome .sp-list-vertical li a .content .info h3 {
  margin: 0;
}

.rankingHome .sp-list-vertical li a .content .info .rank {
  font-size: 12px;
  color: #fff;
  background: #48CED3;
  width: 24%;
  text-align: center;
  border-radius: 10vw;
}

@media screen and (max-width: 1024px) {
  .rankingHome .sp-list-vertical li a .content .info .rank {
    font-size: 3.75vw;
  }
}

.popup-container {
  position: absolute;
  z-index: 101;
  width: 100%;
  pointer-events: none;
}

.popup {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1);
  pointer-events: all;
  top: 90px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 400px;
  background: #fff;
  padding: 20px 15px;
  box-sizing: border-box;
  z-index: 10;
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@media screen and (max-width: 1024px) {
  .popup {
    width: 92%;
    padding: 4vw 4%;
  }
}

.popup .closeBtn {
  overflow: hidden;
}

.popup .closeBtn img {
  width: 20px;
  float: right;
}

.popup .normal p {
  color: #F93A7F;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  width: 300px;
  margin: 20px auto 40px;
}

.popup .normal p.premium {
  color: #cfa92c;
}

.popup .normal p.bonus {
  color: #d57da6;
}

@media screen and (max-width: 1024px) {
  .popup .normal p {
    font-size: 5vw;
  }
}

@media screen and (max-width: 1024px) {
  .popup .normal p {
    width: auto;
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .popup .normal p {
    font-size: 4.375vw;
  }
}

.popup .normal a {
  font-size: 16px;
  padding: 20px 0;
  margin: 0 auto 20px;
  width: 340px;
}

@media screen and (max-width: 1024px) {
  .popup .normal a {
    font-size: 5vw;
  }
}

@media screen and (max-width: 1024px) {
  .popup .normal a {
    width: 92%;
    padding: 4vw 0;
    font-size: 14px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .popup .normal a {
    font-size: 4.375vw;
  }
}

.popup .share {
  padding: 0 0 70px 0;
}

.popup .share p {
  font-size: 14px;
  text-align: center;
  margin: 40px 0;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .popup .share p {
    font-size: 4.375vw;
  }
}

.popup .share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 0 auto;
}

.popup .share ul li {
  width: 100%;
  margin: 0 10% 0 0;
}

.popup .share ul li:last-child {
  margin: 0;
}

.popup .title {
  background: #fff;
}

.popup .title .chapter {
  padding: 0;
}

.popup .title .chapter img {
  width: 160px;
  margin: 0 auto 16px;
  border: 1px solid #CFCFCF;
}

@media screen and (max-width: 1024px) {
  .popup .title .chapter img {
    width: 46%;
    margin: 0 auto 3vw;
  }
}

.popup .title .chapter span {
  text-align: center;
  width: 100%;
  color: #393939;
}

.popup .title .normal {
  margin: 40px 0 0;
}

@media screen and (max-width: 1024px) {
  .popup .title .normal {
    margin: 6vw 0 0;
  }
}

.popup .title .normal p {
  margin: 20px auto;
}

@media screen and (max-width: 1024px) {
  .popup .title .normal p {
    margin: 0 auto 3vw;
  }
}

.popup .title .premium span, .popup .title .bonus span, .popup .title .free span {
  display: inline;
}

.popup .age {
  background: #fff;
}

.popup .age div {
  padding: 0 20px;
}

.popup .age div h1 {
  margin: 30px 0;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #393939;
}

@media screen and (max-width: 1024px) {
  .popup .age div h1 {
    font-size: 5.62vw;
  }
}

.popup .age div p {
  font-size: 14px;
  text-align: center;
  margin: 0 0 30px;
}

@media screen and (max-width: 1024px) {
  .popup .age div p {
    font-size: 4.375vw;
  }
}

.popup .age div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup .age div ul li {
  width: 100%;
  margin: 0 20px 0 0;
}

.popup .age div ul li:last-child {
  margin: 0;
}

.popup .age div ul li:last-child a {
  background: #fff;
  color: #bbb;
  border: 1px solid #CFCFCF;
}

.popup .age div ul li a {
  padding: 18px 10px;
}

.consumeEventPoint {
  font-weight: bold;
}

.popupError, .popupPointShortage, .popupLoginRequired, .popupNormal, .popupShare, .popupTitle, .popupVerification, .popupProfileRegistrationRequired {
  display: none;
}

.bgBlack {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #000;
  opacity: .7;
  z-index: 3;
  animation: fadeInBg 1s ease 0s 1 normal;
  -webkit-animation: fadeInBg 1s ease 0s 1 normal;
  display: none;
}

.viewer-end .good {
  width: 100px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 1024px) {
  .viewer-end .good {
    width: 26%;
    margin: 8vw auto 0;
  }
}

.viewer-end .good span {
  display: block;
  text-align: center;
  color: #48CED3;
  margin: 10px auto 0;
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .viewer-end .good span {
    font-size: 4.375vw;
  }
}

.viewer-end .share {
  width: 160px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 1024px) {
  .viewer-end .share {
    width: 40%;
    margin: 4vw auto 8vw;
  }
}

.viewer-end .share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.viewer-end .share ul li {
  margin: 0 20px 0 0;
}

@media screen and (max-width: 1024px) {
  .viewer-end .share ul li {
    margin: 0 6% 0 0;
  }
}

.viewer-end .share ul li:last-child {
  margin: 0;
}

.viewer-end .share ul li img {
  width: 40px;
}

.viewer-end .title {
  padding: 0;
  background: #fff;
  margin: 0 auto 20px;
  width: 96%;
}

.viewer-end .title .chapter {
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .viewer-end .title .chapter li {
    border-left: none;
    border-right: none;
  }
}

@media screen and (max-width: 1024px) {
  .viewer-end .title .chapter li .chapter-container {
    margin: 0 0 4vw;
  }
}

.viewer-end .title .chapter li .thumbnail {
  border-right: 1px solid #CFCFCF;
  width: 20%;
}

@media screen and (max-width: 1024px) {
  .viewer-end .title .chapter li .thumbnail {
    width: 34%;
  }
}

.viewer-end .title .chapter li .thumbnail img {
  width: 100%;
}

.viewer-end .title .chapter li .info {
  width: 80%;
  height: 119px;
}

@media screen and (max-width: 1024px) {
  .viewer-end .title .chapter li .info {
    width: 66%;
    height: auto;
  }
}

@media screen and (max-width: 1024px) {
  .viewer-end .title .chapter li .info .left {
    width: 100%;
  }
}

.viewer-end .title .chapter li .info .chapterNumber {
  margin: 0;
  width: 480px;
}

@media screen and (max-width: 1024px) {
  .viewer-end .title .chapter li .info .chapterNumber {
    margin: 0;
    width: 100%;
  }
}

.viewer-end .title .chapter li .info .chapterTitle {
  width: 480px;
}

.viewer-end .title .chapter li .info .date {
  margin: 0;
  left: 0;
  padding: 0 0 12px 20px;
  font-size: 12px;
}

@media screen and (max-width: 1024px) {
  .viewer-end .title .chapter li .info .date {
    font-size: 3.75vw;
  }
}

@media screen and (max-width: 1024px) {
  .viewer-end .title .chapter li .info .date {
    position: static;
    position: initial;
  }
}

.viewer-end .title .chapter li .info .btn {
  width: 140px;
  margin: 28px 0 0 0;
}

@media screen and (max-width: 1024px) {
  .viewer-end .title .chapter li .info .btn {
    font-weight: bold;
    width: 60%;
    margin: 4vw auto 0;
  }
}

@media screen and (max-width: 1024px) {
  .viewer-end .btn {
    font-weight: bold;
    width: 60%;
    margin: 4vw auto 0;
  }
}

.viewer-end .close-viewer {
  background: #fff;
  color: #aaa;
  border: 2px solid #aaa;
  width: 180px;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .viewer-end .close-viewer {
    margin: 2vw auto 0;
    width: 60%;
  }
}

.viewer-end .recommend .sectionName div {
  height: auto;
}

.viewer-end .recommend .sectionName div h2 {
  margin: 0;
  margin-left: 10px;
}

.viewer-end .sp-list-vertical {
  margin: 0 auto;
}

.rookie {
  margin: 30px auto 0;
}

@media screen and (max-width: 1024px) {
  .rookie {
    margin-top: 0;
  }
}

.rookie h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}

@media screen and (max-width: 1024px) {
  .rookie h2 {
    font-size: 5vw;
  }
}

.rookie .left {
  width: 64%;
}

@media screen and (max-width: 1024px) {
  .rookie .left {
    width: 100%;
    float: none;
  }
}

.rookie .left .award h2 {
  background: #48CED3;
  color: #fff;
  padding: .3em 1.3em;
}

@media screen and (max-width: 1024px) {
  .rookie .left .award h2 {
    background: #09a8af;
    text-align: center;
    font-size: 1em;
    margin: 0;
  }
}

.rookie .left .award ul {
  width: 100%;
  text-align: center;
}

.rookie .left .award ul a {
  margin-bottom: 10px;
}

.rookie .right {
  width: 32%;
  margin: 0 0 0 4%;
}

@media screen and (max-width: 1024px) {
  .rookie .right {
    width: 100%;
    margin: 1.2em 0 0;
  }
}

.rookie .right .post {
  margin-top: 1em;
}

@media screen and (max-width: 1024px) {
  .rookie .right .post {
    margin-top: 0;
  }
}

.rookie .right .post .sp-post {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rookie .right .post .sp-post .left-area {
  word-break: break-word;
}

.rookie .right .post .nothing {
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .rookie .right .post .nothing {
    text-align: left;
  }
}

.rookie .right .post .award-title {
  color: #48CED3;
  margin-bottom: .5em;
  font-size: .9em;
  font-weight: bold;
}

.rookie .right .post .entry-name {
  font-weight: bold;
  margin-bottom: .5em;
  font-size: 1.1em;
  color: #393939;
}

.rookie .right .post .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rookie .right .post .flex .thumb {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 6em;
  height: 6em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.rookie .right .post .flex .btn-area {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 1em;
}

.rookie .right .post .flex .btn-area .btn-inner-area {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.rookie .right .post .flex .btn-area .btn-inner-area a.btn {
  width: auto;
  width: initial;
  margin-top: 0;
}

.rookie .right .post .flex .btn-area .btn-inner-area .delete-btn {
  width: 100%;
  margin-top: 0;
  background: white;
  border: 2px solid #888;
  color: #888;
  display: block;
  padding: 8px;
}

.rookie .right .post ul li:not(:first-child) {
  margin-top: 1.5em;
}

.rookie .right .profile, .rookie .right .post {
  border: 1px solid #969696;
  border: 1px solid rgba(150, 150, 150, .2);
}

@media screen and (max-width: 1024px) {
  .rookie .right .profile, .rookie .right .post {
    border: none;
    background: white;
  }
}

.rookie .right .profile .sp-profile, .rookie .right .post .sp-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.rookie .right .profile .sp-profile .first, .rookie .right .post .sp-profile .first {
  margin-right: .5em;
  color: #48CED3;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  font-size: .9em;
}

.rookie .right .profile .sp-profile .second, .rookie .right .post .sp-profile .second {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.rookie .right .profile .sp-profile .edit-btn, .rookie .right .post .sp-profile .edit-btn {
  margin: 0;
  padding: .8em 1em;
  width: auto;
  width: initial;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  font-weight: bold;
}

.rookie .right .profile .inline, .rookie .right .post .inline {
  display: inline-block;
}

.rookie .right .profile .inner, .rookie .right .post .inner {
  padding: .5em 1.1em 1.5em;
}

@media screen and (max-width: 1024px) {
  .rookie .right .profile .inner, .rookie .right .post .inner {
    padding: .5em .8em 1.5em;
  }
}

.rookie .right .profile .btn-area, .rookie .right .post .btn-area {
  margin: 0 auto;
  max-width: 70%;
}

@media screen and (max-width: 1024px) {
  .rookie .right .profile .btn-area .btn, .rookie .right .post .btn-area .btn {
    margin: 0;
  }
}

.rookie .right .profile .caption, .rookie .right .post .caption {
  text-align: center;
  font-weight: bold;
  font-size: .9em;
  color: #393939;
}

.rookie .right .profile .sub, .rookie .right .post .sub {
  text-align: center;
  font-weight: normal;
  font-size: .9em;
  color: #393939;
}

.rookie .right .profile h2, .rookie .right .post h2 {
  background: #48CED3;
  color: #fff;
  padding: .3em 1.3em;
}

@media screen and (max-width: 1024px) {
  .rookie .right .profile h2, .rookie .right .post h2 {
    font-size: 1em;
    padding-left: 0.8em;
  }
}

.rookie .right dl dt {
  color: #48CED3;
  font-size: .9em;
}

@media screen and (max-width: 1024px) {
  .rookie .right dl dt {
    display: inline;
    margin-right: .5em;
  }
}

.rookie .right dl dd {
  font-weight: bold;
  margin-left: 0;
  margin-bottom: .7em;
}

@media screen and (max-width: 1024px) {
  .rookie .right dl dd {
    display: inline;
  }
}

.rookie .right .btn {
  margin-top: 10px;
}

#rookie_award .main-container .award.rookie > .flex {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  #rookie_award .main-container .award.rookie > .flex .section {
    background: #fff;
  }
}

#rookie_dashboard .row.rookie {
  background: #fff;
}

#rookie_award .main-container,
#rookie_award_rule .main-container,
#rookie_award_entry_form .main-container {
  background: #ffef5d;
}

#rookie_award .main-container .award.rookie,
#rookie_award_rule .main-container .award.rookie,
#rookie_award_entry_form .main-container .award.rookie {
  padding-top: 0;
}

#rookie_award .main-container .award.rookie > .flex,
#rookie_award_rule .main-container .award.rookie > .flex,
#rookie_award_entry_form .main-container .award.rookie > .flex {
  background: white;
}

#rookie_award .main-container .award.rookie .rule-text,
#rookie_award_rule .main-container .award.rookie .rule-text,
#rookie_award_entry_form .main-container .award.rookie .rule-text {
  margin-top: .5em;
}

#rookie_award .main-container .award.rookie .entry-start-img,
#rookie_award_rule .main-container .award.rookie .entry-start-img,
#rookie_award_entry_form .main-container .award.rookie .entry-start-img {
  text-align: center;
  margin: 1.5em 3em;
}

#rookie_award .main-container .award.rookie .entry-point,
#rookie_award_rule .main-container .award.rookie .entry-point,
#rookie_award_entry_form .main-container .award.rookie .entry-point {
  text-align: center;
  margin: 0 .5em;
}

#rookie_award .main-container .award.rookie .bottom-area,
#rookie_award_rule .main-container .award.rookie .bottom-area,
#rookie_award_entry_form .main-container .award.rookie .bottom-area {
  padding: 2em 4em;
  background: #fff;
}

#rookie_award .main-container .award.rookie .bottom-area .rule-btn,
#rookie_award_rule .main-container .award.rookie .bottom-area .rule-btn,
#rookie_award_entry_form .main-container .award.rookie .bottom-area .rule-btn {
  margin-bottom: .5em;
}

#rookie_award .main-container .award.rookie .entry-form,
#rookie_award_rule .main-container .award.rookie .entry-form,
#rookie_award_entry_form .main-container .award.rookie .entry-form {
  color: #502f0d;
}

#rookie_award .main-container .award.rookie .entry-form .section,
#rookie_award_rule .main-container .award.rookie .entry-form .section,
#rookie_award_entry_form .main-container .award.rookie .entry-form .section {
  background: #ececec;
}

#rookie_award .main-container .award.rookie .section > .inner,
#rookie_award_rule .main-container .award.rookie .section > .inner,
#rookie_award_entry_form .main-container .award.rookie .section > .inner {
  padding: 1.5em 1.2em 5em;
}

#rookie_award .main-container .award.rookie .section > .inner .cap-img,
#rookie_award_rule .main-container .award.rookie .section > .inner .cap-img,
#rookie_award_entry_form .main-container .award.rookie .section > .inner .cap-img {
  display: inline-block;
  height: 2.5em;
  width: auto;
  max-width: 100%;
  margin-bottom: .6em;
}

#rookie_award .main-container .award.rookie .section > .inner .cap-img img, #rookie_award .main-container .award.rookie .section > .inner .cap-img source,
#rookie_award_rule .main-container .award.rookie .section > .inner .cap-img img,
#rookie_award_rule .main-container .award.rookie .section > .inner .cap-img source,
#rookie_award_entry_form .main-container .award.rookie .section > .inner .cap-img img,
#rookie_award_entry_form .main-container .award.rookie .section > .inner .cap-img source {
  width: auto;
  height: 100%;
}

#rookie_award .main-container .award.rookie .section > .inner ul li,
#rookie_award_rule .main-container .award.rookie .section > .inner ul li,
#rookie_award_entry_form .main-container .award.rookie .section > .inner ul li {
  list-style: disc;
}

#rookie_award .main-container .award.rookie .section > .inner .list,
#rookie_award_rule .main-container .award.rookie .section > .inner .list,
#rookie_award_entry_form .main-container .award.rookie .section > .inner .list {
  margin: 0 0 1.2em;
  font-weight: bold;
}

#rookie_award .main-container .award.rookie .section > .inner p,
#rookie_award_rule .main-container .award.rookie .section > .inner p,
#rookie_award_entry_form .main-container .award.rookie .section > .inner p {
  color: #502f0d;
  font-weight: normal;
  margin-bottom: 2em;
}

#rookie_award .main-container .award.rookie .section > .inner p.first,
#rookie_award_rule .main-container .award.rookie .section > .inner p.first,
#rookie_award_entry_form .main-container .award.rookie .section > .inner p.first {
  margin-bottom: 1.2em;
}

#rookie_award .main-container .award.rookie .section > .inner .limit-date,
#rookie_award_rule .main-container .award.rookie .section > .inner .limit-date,
#rookie_award_entry_form .main-container .award.rookie .section > .inner .limit-date {
  display: inline;
  color: #fc378f;
  font-weight: bold;
}

#rookie_award #footer,
#rookie_award_rule #footer,
#rookie_award_entry_form #footer {
  margin-top: 0;
}

#rookie_award_entry_form .entry-form {
  color: #502f0d;
}

#rookie_award_entry_form .entry-form .caution {
  text-align: center;
  margin: 2em auto 0;
  color: #fc378f;
}

#rookie_award_entry_form .entry-form .caution a.rule {
  text-decoration: underline;
  color: #fc378f;
  display: inline;
}

#rookie_award_entry_form .entry-form form .item .label {
  margin-left: 10%;
  width: 80%;
  text-align: left;
  display: block;
}

#rookie_award_entry_form .entry-form form .item .label .desc {
  font-size: .8em;
  margin: 0;
  text-align: left;
}

#rookie_award_entry_form .entry-form form .item .label .desc .list {
  color: #fc378f;
  text-align: left;
  margin: .5em 0;
}

#rookie_award_entry_form .entry-form form .item .select-file {
  background: white;
  padding: .5em;
  margin: .8em 10%;
  border: 1px solid #646464;
  border: 1px solid rgba(100, 100, 100, .2);
  text-align: left;
}

#rookie_award_entry_form .entry-form form .item .select-file .select-file-btn {
  display: inline-block;
  width: 10em;
  margin: 0;
}

#rookie_award_entry_form .entry-form form .item .select-file .selected-file, #rookie_award_entry_form .entry-form form .item .select-file .selected-files {
  margin-left: 1em;
  font-size: 1em;
  color: #bebebe;
}

#rookie_award_entry_form .entry-form form ::-webkit-input-placeholder {
  color: #bbb;
}

#rookie_award_entry_form .entry-form form ::-moz-placeholder {
  color: #bbb;
}

#rookie_award_entry_form .entry-form form :-ms-input-placeholder {
  color: #bbb;
}

#rookie_award_entry_form .entry-form form ::placeholder {
  color: #bbb;
}

#rookie_profile .main {
  padding: 1em 5em;
}

#rookie_profile .main .errors {
  text-align: left;
}

#rookie_profile .main .errors .error {
  color: #fc378f;
  margin: 0;
}

#rookie_profile .main .item ::-webkit-input-placeholder {
  color: #bebebe;
}

#rookie_profile .main .item ::-moz-placeholder {
  color: #bebebe;
}

#rookie_profile .main .item :-ms-input-placeholder {
  color: #bebebe;
}

#rookie_profile .main .item ::placeholder {
  color: #bebebe;
}

#rookie_profile .main .item .singleline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}

#rookie_profile .main .item .singleline .required {
  color: #fc378f;
  margin: 0 0 5px;
  font-size: .8em;
}

#rookie_profile .main .item .selectArea {
  margin: 0;
}

#rookie_profile .main .item .label {
  text-align: left;
  color: #48CED3;
  margin: 0 0 5px;
}

#rookie_profile .main .item input {
  margin-top: 0;
}

#rookie_profile .main .item textarea {
  margin-top: 0;
}

.parkman img {
  margin: 0 auto;
  max-width: 360px;
}

@media screen and (max-width: 639px) {
  .parkman img {
    max-width: 60%;
  }
}

.message div .parkman {
  margin-top: .1em;
}

#title_page .app-dl-guide {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}

#title_page .app-dl-guide .bg {
  position: absolute;
  bottom: 0;
  left: 0;
}

#title_page .app-dl-guide .hover-buttons {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 21vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#title_page .app-dl-guide .close-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4%;
          flex: 0 0 4%;
  margin-left: .5em;
}

#title_page .app-dl-guide .dl-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19%;
          flex: 0 0 19%;
  margin-right: .3em;
}

.viewer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.viewer.hidden {
  display: none;
}

.viewer .ui {
  z-index: 30;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.viewer .ui .header {
  height: 60px;
  pointer-events: auto;
  padding: 0 .7em;
  background: #323232;
  background: rgba(50, 50, 50, .8);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .viewer .ui .header {
    height: 14vw;
  }
}

.viewer .ui .header .close {
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  -ms-flex-item-align: center;
      align-self: center;
  text-align: center;
  cursor: pointer;
  margin: 36px 0 0;
}

@media screen and (max-width: 1024px) {
  .viewer .ui .header .close {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10vw;
            flex: 0 0 10vw;
    margin: 8vw 0 0 0;
  }
}

.viewer .ui .header .close img {
  height: 40%;
  width: auto;
  display: inline-block;
}

.viewer .ui .header .favorite {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  margin: 14px 0 0;
}

@media screen and (max-width: 1024px) {
  .viewer .ui .header .favorite {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10vw;
            flex: 0 0 10vw;
    margin: 0;
  }
}

.viewer .ui .header .favorite img {
  height: 32px;
  width: auto;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .viewer .ui .header .favorite img {
    height: 60%;
    margin: 2.6vw 0 0;
  }
}

.viewer .ui .header .title-name {
  background: transparent;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -ms-flex-item-align: center;
      align-self: center;
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  .viewer .ui .header .title-name {
    font-size: 5vw;
  }
}

@media screen and (max-width: 1024px) {
  .viewer .ui .header .title-name {
    margin: 1vw 0 0 0;
  }
}

.viewer .ui .pagecounter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.viewer .ui .pagecounter #minobi-seekbar-pagecounter {
  margin: 0;
  position: static;
  position: initial;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  background: #323232;
  background: rgba(50, 50, 50, .8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: white;
}

@media screen and (max-width: 1024px) {
  .viewer .ui .pagecounter #minobi-seekbar-pagecounter {
    width: 35vw;
    height: 35vw;
  }
}

.viewer .ui .pagecounter #minobi-seekbar-pagecounter > div {
  font-size: 20px;
  width: 120px;
  margin: 0 auto;
  padding: 18px 0 0;
}

@media screen and (max-width: 1024px) {
  .viewer .ui .pagecounter #minobi-seekbar-pagecounter > div {
    width: 27vw;
    font-size: 5vw;
    padding: 4vw 0 0;
  }
}

.viewer .ui .pagecounter #minobi-seekbar-pagecounter *:first-child {
  border-bottom: 2px solid white;
  color: #3fc9cf;
  font-size: 36px;
  padding: 16px 0 6px;
}

@media screen and (max-width: 1024px) {
  .viewer .ui .pagecounter #minobi-seekbar-pagecounter *:first-child {
    font-size: 8vw;
    padding: 4.5vw 0 1vw;
  }
}

.viewer .minobi-parent {
  width: 100%;
  height: 100%;
}

.viewer .minobi-seekbar {
  width: 100%;
  height: 50px;
  left: 0;
  background: #323232;
  background: rgba(50, 50, 50, .8);
}

@media screen and (max-width: 1024px) {
  .viewer .minobi-seekbar {
    height: 13vw;
  }
}

.viewer .minobi-seekbar .minobi-seekbar-bar {
  left: 0;
  right: 0;
  top: 0;
  bottom: 60px;
  background: #333;
}

@media screen and (max-width: 1024px) {
  .viewer .minobi-seekbar .minobi-seekbar-bar {
    height: 14vw;
  }
}

.viewer .minobi-seekbar .minobi-seekbar-button {
  top: -20px;
  background: #3fc9cf;
  width: 35px;
  height: 35px;
}

@media screen and (max-width: 1024px) {
  .viewer .minobi-seekbar .minobi-seekbar-button {
    top: -5vw;
  }
}

.viewer .minobi-seekbar .minobi-seekbar-background {
  background: transparent;
}

.viewer .go-to-next-page {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.viewer .go-to-next-page .inner {
  padding: .3em;
  font-size: 2em;
}

.viewer-end-page {
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: rgba(0, 0, 0, .5);
}

.viewer-end-page.hidden {
  display: none;
}

.viewer-end-page .viewer-end-frame {
  background: #fff;
  max-height: 90vh;
  overflow: auto;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .viewer-end-page .viewer-end-frame {
    width: 90%;
  }
}

.viewer-end-page .viewer-end-frame .title {
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll !important;
  background: initial !important;
}

.viewer-end-page .viewer-end-frame .closeBtn {
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .viewer-end-page .viewer-end-frame .closeBtn {
    top: 20px;
    left: 20px;
  }
}

.viewer-end-page .viewer-end-frame .list {
  padding: 30px 0;
  margin: 0 auto;
}

.viewer-end-page .viewer-end-frame .row {
  width: 960px;
  max-width: 95%;
}

.viewer-end-page .viewer-end-frame .vote-btn:not(.disabled) {
  cursor: pointer;
}

.viewer-end-page .viewer-end-frame .vote-btn:not(.disabled):active {
  opacity: 0.5;
}

.home .recommend span, .home .series span {
  text-align: center;
  display: block;
  color: #fff;
  background: #48CED3;
}

.home .recommend span.pink, .home .series span.pink {
  background: #F93A7F;
}

.featureDetail {
  background: #ffe2ea;
}

.featureDetail .top {
  margin: 20px;
  width: auto;
}

@media screen and (max-width: 1024px) {
  .featureDetail .top {
    margin: 0;
    display: block;
  }
}

.featureDetail .top .left {
  width: 55%;
}

@media screen and (max-width: 1024px) {
  .featureDetail .top .left {
    width: 100%;
    float: none;
  }
}

.featureDetail .top .right {
  width: 45%;
  padding: 10px 30px;
  box-sizing: border-box;
  background: #f7dfe6;
}

@media screen and (max-width: 1024px) {
  .featureDetail .top .right {
    width: 100%;
    float: none;
    padding: 10px;
  }
}

.featureDetail .top .right h1 {
  margin: 60px 0 10px;
  color: #F93A7F;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .featureDetail .top .right h1 {
    font-size: 5vw;
  }
}

@media screen and (max-width: 1024px) {
  .featureDetail .top .right h1 {
    margin: 0 0 3vw 0;
  }
}

.featureDetail .top .right p {
  font-size: 14px;
  line-height: 24px;
  color: #935167;
}

@media screen and (max-width: 1024px) {
  .featureDetail .top .right p {
    font-size: 4.375vw;
  }
}

.featureDetail .title {
  padding: 0;
  background: #ffe2ea;
}

@media screen and (max-width: 1024px) {
  .featureDetail .title {
    padding: 0 0 5vw 0;
  }
}

.featureDetail .title h2 {
  font-weight: bold;
  color: #F93A7F;
  border-bottom: 2px solid #F93A7F;
  padding: 0 0 4px 0;
  margin: 0 0 0 20px;
}

@media screen and (max-width: 1024px) {
  .featureDetail .title h2 {
    width: 96%;
    margin: 3vw 0 0 4%;
  }
}

.featureDetail .title .container {
  padding: 20px 20px 40px;
}

@media screen and (max-width: 1024px) {
  .featureDetail .title .container {
    width: 92%;
    margin: 0 0 0 4%;
    padding: 0 4% 0 0;
  }
}

@media screen and (max-width: 1024px) {
  .featureDetail .title .row-inner {
    width: 100%;
  }
}

.featureDetail .title .main {
  margin: 8px 0;
}

@media screen and (max-width: 1024px) {
  .featureDetail .title .main {
    margin: 3vw 0 1vw;
  }
}

.featureDetail .title p {
  font-size: 12px;
  line-height: 24px;
  color: #935167;
  margin: 10px 0 20px;
}

@media screen and (max-width: 1024px) {
  .featureDetail .title p {
    font-size: 3.75vw;
  }
}

.featureDetail .title figcaption {
  text-align: center;
  font-weight: bold;
  color: #F93A7F;
  font-size: 12px;
}

@media screen and (max-width: 1024px) {
  .featureDetail .title figcaption {
    font-size: 3.75vw;
  }
}

.featureDetail .title a {
  border: 1px solid #CFCFCF;
  background: #fff;
}

@media screen and (min-width: 1025px) {
  .featureDetail .title a .thumb {
    width: 130px;
  }
}

.featureDetail .title a .info {
  margin: 46px 0 0 20px;
}

@media screen and (max-width: 1024px) {
  .featureDetail .title a .info {
    height: auto;
  }
}

.featureDetail .title a .info h3 {
  font-weight: bold;
  font-size: 14px;
  color: #935167;
}

@media screen and (max-width: 1024px) {
  .featureDetail .title a .info h3 {
    font-size: 4.375vw;
  }
}

.featureDetail .title a .info .author {
  font-size: 12px;
  color: #935167;
}

@media screen and (max-width: 1024px) {
  .featureDetail .title a .info .author {
    font-size: 3.75vw;
  }
}

.featureDetail .title a .right {
  margin: 42px 20px 0 0;
}

@media screen and (max-width: 1024px) {
  .featureDetail .title a .right {
    height: auto;
  }
}

.featureDetail .title a .right span {
  color: #fff;
  background: #F93A7F;
  border-radius: 6px;
  padding: 16px 30px;
  font-size: 12px;
}

@media screen and (max-width: 1024px) {
  .featureDetail .title a .right span {
    font-size: 3.75vw;
  }
}

.featureDetail a.sp-tb-only {
  width: 100vw;
  margin-left: -4vw;
  border-style: none;
  padding: 3vw;
  box-sizing: border-box;
  border-right: none;
  border-left: none;
}

.featureDetail a.sp-tb-only .thumb {
  width: 30%;
}

.featureDetail a.sp-tb-only .info {
  width: 65%;
  margin: 0;
  padding: 0 0 0 3%;
}

.featureDetail a.sp-tb-only .info h3 {
  margin: 2vw 0 0 0;
}

.featureDetail a.sp-tb-only .info .author {
  margin: 0 0 2vw 0;
}

.featureDetail a.sp-tb-only .info .btn {
  background: #F93A7F;
  padding: 2vw 0;
  width: 100%;
}

.featureDetail a.sp-tb-only .info .btn span {
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .slider {
    width: 100%;
  }
}

.slider .left {
  width: 610px;
}

@media screen and (max-width: 1024px) {
  .slider .left {
    width: 100%;
  }
}

.slider .right {
  width: 350px;
  position: relative;
}

.slider .right div {
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  width: 90%;
  margin: auto;
}

.slider .right div a {
  width: 48%;
}

@media screen and (max-width: 1024px) {
  .slider .main {
    height: auto;
  }
}

.slick-dots {
  bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .slick-dots {
    bottom: 0;
  }
}

.slick-dots li {
  margin: 0;
}

.slick-dots li button:before {
  font-size: 10px;
}

@media screen and (max-width: 1024px) {
  .slick-dots li button:before {
    font-size: 3vw;
  }
}

.slick-dots li button:hover:before {
  color: #48CED3;
}

.slick-dots li.slick-active button:before {
  color: #48CED3;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.underSlider {
  padding: 10px 0 0;
}

.underSlider div {
  height: 54px;
}

.underSlider img {
  width: 45px;
  margin: 0 6px 0 0;
}

.underSlider p {
  font-size: 12px;
  color: #48CED3;
}

@media screen and (max-width: 1024px) {
  .underSlider p {
    font-size: 3.75vw;
  }
}

.underSlider .right a {
  font-size: 11px;
  color: #fff;
  background: #48CED3;
  border: 2px solid #fff;
  padding: 8px;
}

@media screen and (max-width: 1024px) {
  .underSlider .right a {
    font-size: 3.4375vw;
  }
}

.home {
  z-index: 1;
}

.keyword {
  text-align: center;
  color: #fff;
  font-size: 12px;
  background: #48CED3;
  padding: 2px 4px;
}

@media screen and (max-width: 1024px) {
  .keyword {
    font-size: 3.75vw;
  }
}

@media screen and (max-width: 1024px) {
  .keyword {
    font-size: 11px;
    padding: 1.2vw 2% 0.4vw;
    font-weight: bold;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .keyword {
    font-size: 3.4375vw;
  }
}

.explanation {
  font-size: 12px;
  color: #bbb;
}

@media screen and (max-width: 1024px) {
  .explanation {
    font-size: 3.75vw;
  }
}

section {
  margin: 30px auto 0;
  width: 100%;
}

section.row {
  margin: 30px auto;
}

@media screen and (max-width: 1024px) {
  section.row {
    margin: 10px auto;
    padding: 0 0 10px 0;
    border-top: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
    background: #fff;
  }
}

section a {
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  section a {
    font-size: 4.375vw;
  }
}

.sectionName {
  display: table;
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .sectionName {
    width: 92%;
    margin: 0 auto;
    padding: 2vw 0;
  }
}

.sectionName .left, .sectionName .right {
  display: table;
}

.sectionName .left div, .sectionName .right div {
  display: table-cell;
  vertical-align: middle;
  height: 46px;
}

@media screen and (max-width: 1024px) {
  .sectionName .left div, .sectionName .right div {
    height: 10vw;
  }
}

.sectionName img {
  height: 40px;
  width: auto;
}

@media screen and (max-width: 1024px) {
  .sectionName img {
    width: 8vw;
    height: auto;
  }
}

.sectionName h2 {
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
}

@media screen and (max-width: 1024px) {
  .sectionName h2 {
    font-size: 4.375vw;
  }
}

.sectionName .right a {
  color: #bbb;
  font-size: 11px;
}

@media screen and (max-width: 1024px) {
  .sectionName .right a {
    font-size: 3.4375vw;
  }
}

@media screen and (max-width: 1024px) {
  .sectionName .right a {
    border: 1px solid #CFCFCF;
    padding: 4px 8px;
    border-radius: 6px;
  }
}

.sectionName .right a:after {
  content: "＞";
  margin-left: .1em;
  margin-right: .1em;
}

@media screen and (max-width: 1024px) {
  .sectionName .right a:after {
    content: none;
  }
}

@media screen and (max-width: 1024px) {
  .homeFeature .flex {
    display: block;
  }
}

.homeFeature .flex li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  min-width: 0;
  margin: 0 2% 0 0;
  position: relative;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .homeFeature .flex li {
    margin: 0;
  }
}

.homeFeature .flex li:last-child {
  margin: 0;
}

.homeFeature .flex li div {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: #000;
  opacity: 0.3;
  box-sizing: border-box;
  padding: 6px 10px;
}

@media screen and (max-width: 1024px) {
  .homeFeature .flex li div {
    height: 7vw;
    padding: 0.8vw 2vw;
  }
}

.homeFeature .flex li div p {
  color: #fff;
  font-size: 12px;
}

@media screen and (max-width: 1024px) {
  .homeFeature .flex li div p {
    font-size: 3.75vw;
  }
}

@media screen and (max-width: 1024px) {
  section.homeFeature {
    padding: 0;
  }
}

@media screen and (min-width: 1025px) {
  .ranking .common-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ranking .common-list li {
    margin: 0 1.25% 10px 0;
  }
  .ranking .common-list li:nth-child(5n) {
    margin: 0 0 10px 0;
  }
}

.ranking span {
  text-align: center;
  display: block;
  color: #fff;
  background: #48CED3;
}

.ranking span.pink {
  background: #F93A7F;
}

.allChapter {
  background: #48CED3;
  padding: 0 0 20px 0;
  margin: 10px auto 0;
}

@media screen and (max-width: 1024px) {
  .allChapter .sectionName .left div, .allChapter .sectionName .right div {
    height: 14vw;
  }
}

@media screen and (max-width: 1024px) {
  .allChapter .sectionName img {
    width: 16vw;
  }
}

.allChapter span {
  background: transparent;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .allChapter span {
    font-weight: bold;
  }
}

.allChapter h2 {
  color: #fff;
}

.allChapter .right a {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .allChapter .right a {
    border: 1px solid #fff;
  }
}

.allChapter ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .allChapter ul {
    white-space: normal;
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    width: 92%;
    margin: 0 auto;
  }
}

.allChapter ul li {
  position: relative;
  border: 1px solid #CFCFCF;
  min-width: 0;
  width: 49%;
  margin: 0 2% 10px 0;
  box-sizing: border-box;
}

.allChapter ul li:nth-child(even) {
  margin: 0 0 10px 0;
}

@media screen and (max-width: 1024px) {
  .allChapter ul li {
    width: 100%;
    border: none;
    margin-right: 4%;
  }
  .allChapter ul li img {
    border: 1px solid #CFCFCF;
  }
}

.allChapter ul li div.info {
  background: #fff;
  padding: 14px 10px 10px;
}

@media screen and (max-width: 1024px) {
  .allChapter ul li div.info {
    background: transparent;
    padding: 10px 0 0;
  }
  .allChapter ul li div.info p {
    color: #fff;
  }
}

.allChapter ul li div.info h3 {
  width: 70%;
  color: #393939;
}

@media screen and (max-width: 1024px) {
  .allChapter ul li div.info h3 {
    width: 100%;
    color: #fff;
  }
}

.allChapter ul li div.info .right {
  padding: 0;
}

.allChapter ul li div.info span {
  font-size: 14px;
  font-weight: bold;
  color: #393939;
}

@media screen and (max-width: 1024px) {
  .allChapter ul li div.info span {
    font-size: 4.375vw;
  }
}

.allChapter ul li div.info .pink {
  color: #F93A7F;
}

.allChapter ul .featureLabel {
  position: absolute;
  bottom: 40px;
  font-size: 12px;
  padding: 4px;
}

@media screen and (max-width: 1024px) {
  .allChapter ul .featureLabel {
    font-size: 3.75vw;
  }
}

@media screen and (max-width: 1024px) {
  .allChapter ul .featureLabel {
    bottom: 12vw;
  }
}

@media screen and (max-width: 1024px) {
  .allChapter .sp-tb-only li {
    width: 48%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

.chiramise {
  overflow-x: scroll;
  display: -webkit-box;
}

@media screen and (max-width: 1024px) {
  .chiramise {
    white-space: nowrap;
    display: inline-block;
    padding: 0 4%;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    padding: 0 4% 4vw;
  }
}

.chiramise div {
  border: 1px solid #CFCFCF;
}

@media screen and (max-width: 1024px) {
  .chiramise div {
    border-bottom-left-radius: 2vw;
    border-bottom-right-radius: vw;
  }
}

.chiramise p {
  text-align: center;
  padding: 20px 8px 16px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #CFCFCF;
}

@media screen and (max-width: 1024px) {
  .chiramise p {
    font-size: 4.375vw;
  }
}

@media screen and (max-width: 1024px) {
  .chiramise p {
    font-size: 12px;
    border-top-left-radius: 2vw;
    border-top-right-radius: 2vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .chiramise p {
    font-size: 3.75vw;
  }
}

.chiramise h3 {
  text-align: center;
  color: #48CED3;
  margin: 8px 0;
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .chiramise h3 {
    font-size: 4.375vw;
  }
}

.chiramise li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  min-width: 0;
  margin: 0 2% 0 0;
  vertical-align: top;
  width: 300px;
  border: none;
}

.chiramise li:nth-child(5n) {
  margin: 0 2% 0 0;
}

.chiramise li:last-child {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .chiramise li {
    display: inline-block;
    width: 70%;
  }
}

.chiramise li img {
  border-left: 1px solid #CFCFCF;
  border-right: 1px solid #CFCFCF;
  box-sizing: border-box;
}

.chiramise li a {
  border: none;
  text-align: center;
  color: #fff;
  padding: 8px;
  background: #48CED3;
  border-radius: 6px;
  width: 70%;
  margin: 0 auto 10px;
  font-size: 12px;
}

@media screen and (max-width: 1024px) {
  .chiramise li a {
    font-size: 3.75vw;
  }
}

@media screen and (max-width: 1024px) {
  .chiramise li a {
    padding: 3vw;
    margin: 0 auto 3vw;
  }
}

@media screen and (max-width: 1024px) {
  .home .chiramise li {
    width: 70%;
  }
}

.category, .genre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 0 10px 0;
}

@media screen and (max-width: 1024px) {
  .category, .genre {
    width: 92%;
    margin: 0 auto;
  }
}

.category li, .genre li {
  width: 100%;
  border: 1px solid #CFCFCF;
  border-right: none;
  padding: 8px;
}

@media screen and (max-width: 1024px) {
  .category li, .genre li {
    border-radius: 4vw;
    margin: 0 2% 0 0;
    border: 1px solid #CFCFCF;
    padding: 1.6vw 2vw 1.6vw;
  }
}

.category li:last-child, .genre li:last-child {
  border-right: 1px solid #CFCFCF;
}

@media screen and (max-width: 1024px) {
  .category li:last-child, .genre li:last-child {
    margin: 0;
  }
}

.categoryName {
  display: table;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.categoryName .left, .categoryName .right {
  display: table;
}

@media screen and (min-width: 1025px) {
  .categoryName .left div, .categoryName .right div {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
  }
}

.categoryName .left div img, .categoryName .right div img {
  box-sizing: border-box;
}

@media screen and (min-width: 1025px) {
  .categoryName .left div img, .categoryName .right div img {
    width: 70px;
    padding: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .categoryName .left div img, .categoryName .right div img {
    padding: 10%;
  }
}

.categoryName a {
  box-sizing: border-box;
}

.categoryName .left {
  width: 100%;
}

.categoryName h2 {
  margin: 0 0 0 14px;
  font-weight: bold;
  color: #393939;
  font-size: 12px;
}

@media screen and (max-width: 1024px) {
  .categoryName h2 {
    font-size: 3.75vw;
  }
}

@media screen and (max-width: 1024px) {
  .categoryName h2 {
    margin: 0;
    text-align: center;
    font-size: 11px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .categoryName h2 {
    font-size: 3.4375vw;
  }
}

.genre {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .genre {
    display: none;
  }
}

.genre li {
  padding: 0;
  width: 25%;
}

.genre li .categoryName .left div img {
  width: 70px;
  padding: 0;
}

.genre li h2 {
  font-weight: normal;
}

.genre:not(:first-child) li {
  border-top: none;
}

.genre:first-child li {
  border-top: 1px solid #CFCFCF;
}

.title {
  background: #eafcff;
}

@media screen and (min-width: 1025px) {
  .title {
    padding: 12px;
  }
}

.title .explanation {
  color: #393939;
  font-size: 14px;
  margin: 14px 0 20px;
}

@media screen and (max-width: 1024px) {
  .title .explanation {
    font-size: 4.375vw;
  }
}

@media screen and (max-width: 1024px) {
  .title .explanation {
    font-size: 12px;
    padding: 0 4% 2.4vw;
    margin: 0 0 3vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .title .explanation {
    font-size: 3.75vw;
  }
}

.titleMain .titleThumb {
  width: 60%;
}

@media screen and (max-width: 1024px) {
  .titleMain .titleThumb {
    float: none;
    width: 100%;
  }
}

.titleMain .titleInfo {
  width: 40%;
  padding: 30px;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .titleMain .titleInfo {
    float: none;
    width: 100%;
    position: relative;
    padding: 2.4vw 4%;
  }
}

.titleMain .titleInfo h1 {
  font-weight: bold;
  font-size: 18px;
  color: #393939;
  margin-bottom: 5px;
}

@media screen and (max-width: 1024px) {
  .titleMain .titleInfo h1 {
    font-size: 5.62vw;
  }
}

@media screen and (max-width: 1024px) {
  .titleMain .titleInfo h1 {
    width: 75%;
  }
}

.titleMain .titleInfo p {
  font-size: 14px;
  color: #bbb;
  margin-bottom: 5px;
}

@media screen and (max-width: 1024px) {
  .titleMain .titleInfo p {
    font-size: 4.375vw;
  }
}

.titleMain .titleInfo .tag {
  margin: 20px 0 5px;
}

@media screen and (max-width: 1024px) {
  .titleMain .titleInfo .tag {
    margin: 3vw 0 1vw;
  }
}

.titleMain .titleInfo .tag li {
  display: inline-block;
}

.titleMain .titleInfo .tag li a {
  display: inline-block;
  border: 1px solid #66c1ee;
  font-size: 11px;
  background: #66c1ee;
  padding: 4px 6px;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .titleMain .titleInfo .tag li a {
    font-size: 3.4375vw;
  }
}

.titleMain .titleInfo .tag li a.unclickable {
  background: transparent;
  pointer-events: none;
}

.titleMain .titleInfo .titleCategory {
  margin: 0 0 50px 0;
}

@media screen and (max-width: 1024px) {
  .titleMain .titleInfo .titleCategory {
    margin: 0;
  }
}

.titleMain .titleInfo .titleCategory li {
  display: inline-block;
  color: #66c1ee;
  font-size: 12px;
}

@media screen and (max-width: 1024px) {
  .titleMain .titleInfo .titleCategory li {
    font-size: 3.75vw;
  }
}

.titleMain .titleInfo .titleCategory li:after {
  content: "/";
  margin-left: .1em;
  margin-right: .1em;
}

.titleMain .titleInfo .titleCategory li:last-child:after {
  content: none;
}

.titleMain .titleInfo .titleCategory li a {
  display: inline-block;
  color: #66c1ee;
  font-size: 12px;
}

@media screen and (max-width: 1024px) {
  .titleMain .titleInfo .titleCategory li a {
    font-size: 3.75vw;
  }
}

.titleMain .titleInfo .titleEndTime {
  display: inline-block;
}

.titleMain .titleInfo .titleEndTime img {
  width: 16px;
}

@media screen and (max-width: 1024px) {
  .titleMain .titleInfo .titleEndTime img {
    width: 4vw;
  }
}

.titleMain .titleInfo .titleEndTime a {
  font-size: 11px;
  margin: 0 0 0 20px;
}

@media screen and (max-width: 1024px) {
  .titleMain .titleInfo .titleEndTime a {
    display: block;
    font-size: 3.4375vw;
    margin: 0 0 0 5vw;
  }
}

.titleMain .titleInfo .btns {
  margin: 20px 0 0;
}

@media screen and (max-width: 1024px) {
  .titleMain .titleInfo .btns {
    position: absolute;
    top: 0;
    right: 4%;
    width: 40%;
    text-align: right;
    margin: 20px 0 0 1%;
  }
}

.titleMain .titleInfo .btns a {
  background: #66c1ee;
  display: inline-block;
  color: #fff;
  font-size: 11px;
  padding: 10px 20px;
  margin: 0 14px 0 0;
}

@media screen and (max-width: 1024px) {
  .titleMain .titleInfo .btns a {
    font-size: 3.4375vw;
  }
}

@media screen and (max-width: 1024px) {
  .titleMain .titleInfo .btns a {
    border-radius: 50%;
    padding: 2.5vw;
    margin: 0 4% 0 0;
  }
  .titleMain .titleInfo .btns a:last-child {
    margin: 0;
  }
}

.titleMain .titleInfo .btns img {
  width: 20px;
}

@media screen and (max-width: 1024px) {
  .titleMain .titleInfo .btns img {
    width: 5vw;
  }
}

.titleMain .titleInfo .btns span {
  width: 70px;
  display: block;
  text-align: center;
}

.order {
  border: 1px solid #66c1ee;
}

.order li {
  border-left: 1px solid #66c1ee;
}

.order li a {
  display: inline-block;
  width: 50%;
  text-align: center;
  padding: 2vw;
  box-sizing: border-box;
  color: #66c1ee;
  background: #eafcff;
  font-size: 11px;
}

@media screen and (max-width: 1024px) {
  .order li a {
    font-size: 3.4375vw;
  }
}

.order li a.active {
  background: #66c1ee;
  color: #fff;
}

.koma {
  width: 600px;
  margin: 0 auto 20px;
  padding: 20px;
  background: #c8c8c8;
  background: rgba(200, 200, 200, .15);
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .koma {
    width: 100%;
    padding: 3vw 4%;
    margin: 0 auto;
  }
}

.koma .clear {
  width: 114px;
  margin: 0 auto 10px;
  height: 24px;
}

@media screen and (max-width: 1024px) {
  .koma .clear {
    width: auto;
    margin: 0 auto 2vw;
  }
}

@media screen and (max-width: 1024px) {
  .koma .left {
    float: none;
  }
}

.koma .left img {
  width: 24px;
}

@media screen and (max-width: 1024px) {
  .koma .left img {
    width: 4vw;
    margin: 0 0.4vw 0 0;
  }
}

.koma p {
  color: #393939;
  font-size: 14px;
  margin: 0 0 5px 5px;
}

@media screen and (max-width: 1024px) {
  .koma p {
    font-size: 4.375vw;
  }
}

@media screen and (max-width: 1024px) {
  .koma p {
    font-size: 12px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .koma p {
    font-size: 3.75vw;
  }
}

.chapter {
  padding: 0 0 5vw 0;
}

.chapter li {
  margin: 20px 0 0;
  overflow: hidden;
  position: relative;
}

.chapter li:hover {
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .chapter li {
    margin: 0;
    padding: 2.4vw 4%;
    border-bottom: 1px solid #66c1ee;
  }
}

.chapter .thumbnail {
  border: 1px solid #CFCFCF;
  box-sizing: border-box;
  width: 18%;
}

@media screen and (max-width: 1024px) {
  .chapter .thumbnail {
    width: 34%;
  }
}

.chapter .info {
  width: 82%;
  padding: 12px 20px;
  box-sizing: border-box;
  background: #fff;
  position: relative;
}

@media screen and (min-width: 1025px) {
  .chapter .info {
    height: 115px;
    border: 1px solid #CFCFCF;
    border-left: none;
  }
}

@media screen and (max-width: 1024px) {
  .chapter .info {
    background: transparent;
    padding: 0 0 0 4%;
    width: 66%;
    box-sizing: border-box;
  }
  .chapter .info .badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 12%;
    height: 0;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .chapter .info .badge {
    top: -3vw;
    right: 0;
    height: 100%;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .chapter .info .badge svg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

.chapter span {
  margin-bottom: 5px;
}

@media screen and (max-width: 1024px) {
  .chapter span {
    font-size: 11px;
    color: #bbb;
    margin: 0;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .chapter span {
    font-size: 3.4375vw;
  }
}

.chapter .chapterNumber {
  width: 640px;
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  .chapter .chapterNumber {
    margin: 1.5vw 0;
    width: 83%;
  }
}

.chapter .chapterTitle {
  font-weight: bold;
  font-size: 16px;
  width: 640px;
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  .chapter .chapterTitle {
    font-size: 5vw;
  }
}

@media screen and (max-width: 1024px) {
  .chapter .chapterTitle {
    font-size: 12px;
    margin: 0 0 2vw 0;
    width: 100%;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .chapter .chapterTitle {
    font-size: 3.75vw;
  }
}

.chapter .goodPoint {
  padding: 0 0 12px 20px;
  position: absolute;
}

@media screen and (min-width: 1025px) {
  .chapter .goodPoint {
    padding: 0;
    bottom: 14px;
    left: 190px;
    width: 200px;
  }
}

@media screen and (max-width: 1024px) {
  .chapter .goodPoint {
    bottom: 2.4vw;
    left: 38%;
    padding: 0;
    width: 60%;
  }
}

@media screen and (max-width: 1024px) {
  .chapter .goodPoint svg {
    display: block;
    position: absolute;
    width: 60%;
    height: 60%;
    top: 1.4vw;
    left: -25%;
  }
}

@media screen and (max-width: 1024px) {
  .chapter .goodPoint .left {
    width: 7%;
  }
}

@media screen and (min-width: 1025px) {
  .chapter .goodPoint .left:first-child {
    position: absolute;
    bottom: -3px;
  }
}

@media screen and (max-width: 1024px) {
  .chapter .goodPoint .left:last-child {
    margin: 0 0 0 7%;
  }
}

.chapter .goodPoint .left img {
  display: block;
  width: 20px;
}

@media screen and (max-width: 1024px) {
  .chapter .goodPoint .left img {
    width: 100%;
    margin: 0.7vw auto 0;
  }
}

.chapter .goodPoint p {
  display: block;
  color: #393939;
  font-size: 12px;
  margin: 4px 0 0 18px;
}

@media screen and (max-width: 1024px) {
  .chapter .goodPoint p {
    font-size: 3.75vw;
  }
}

@media screen and (max-width: 1024px) {
  .chapter .goodPoint p {
    font-size: 11px;
    width: 100%;
    margin: 1vw 0 0 2vw;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .chapter .goodPoint p {
    font-size: 3.4375vw;
  }
}

.chapter .date {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 20px 12px 0;
  color: #bbb;
  font-size: 12px;
}

@media screen and (max-width: 1024px) {
  .chapter .date {
    font-size: 3.75vw;
  }
}

@media screen and (max-width: 1024px) {
  .chapter .date {
    padding: 0;
    bottom: 2.4vw;
    right: 4%;
  }
}

.register {
  margin: 30px auto 0;
}

@media screen and (max-width: 1024px) {
  .register {
    margin: 10px auto 0;
  }
  .register .flex {
    display: block;
  }
}

.register .section {
  width: 50%;
  background: #ececec;
  margin: 0 20px 0 0;
  min-height: 360px;
}

@media screen and (max-width: 1024px) {
  .register .section {
    background: transparent;
    min-height: 0;
    min-height: initial;
    width: 100%;
    margin: 0;
    padding: 0 0 10px 0;
  }
}

.register .section:last-child {
  margin: 0;
}

.register .section h1 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding: 20px 20px 16px;
  border-bottom: 1px solid #fff;
  color: #48CED3;
}

@media screen and (max-width: 1024px) {
  .register .section h1 {
    font-size: 5.62vw;
  }
}

@media screen and (max-width: 1024px) {
  .register .section h1 {
    border: none;
    padding: 0;
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .register .section h1 {
    font-size: 5vw;
  }
}

.register .section h1.sp-tb-only {
  margin: 30px auto 0;
}

.register .section .main {
  padding: 20px 60px;
}

@media screen and (max-width: 1024px) {
  .register .section .main {
    padding: 0;
    margin: 20px 4%;
    box-sizing: border-box;
  }
}

.register .section .explanation {
  font-size: 12px;
  color: #4b4b4b;
  white-space: normal;
}

@media screen and (max-width: 1024px) {
  .register .section .explanation {
    font-size: 3.75vw;
  }
}

@media screen and (max-width: 1024px) {
  .register .section .explanation {
    white-space: normal;
  }
}

.register .section .note {
  font-size: 12px;
  color: #F93A7F;
  white-space: normal;
  margin: 10px 0 0;
}

@media screen and (max-width: 1024px) {
  .register .section .note {
    font-size: 3.75vw;
  }
}

.register .section .error {
  font-size: 12px;
  color: #d0041d;
  font-weight: bold;
  margin: 10px 0 0;
}

@media screen and (max-width: 1024px) {
  .register .section .error {
    font-size: 3.75vw;
  }
}

.register .section input[type="email"], .register .section input[type="password"], .register .section input[type="text"], .register .section input[type="card_number"], .register .section textarea, .register .section input[type="date"] {
  border: 1px solid #dadada;
  width: 100%;
  padding: 16px 8px;
  font-size: 14px;
  color: #393939;
  box-sizing: border-box;
  margin: 10px 0 0;
}

@media screen and (max-width: 1024px) {
  .register .section input[type="email"], .register .section input[type="password"], .register .section input[type="text"], .register .section input[type="card_number"], .register .section textarea, .register .section input[type="date"] {
    font-size: 4.375vw;
  }
}

@media screen and (max-width: 1024px) {
  .register .section input[type="email"], .register .section input[type="password"], .register .section input[type="text"], .register .section input[type="card_number"], .register .section textarea, .register .section input[type="date"] {
    margin: 1vw 0 0;
  }
}

.register .section input[type="email"]:placeholder-shown, .register .section input[type="password"]:placeholder-shown, .register .section input[type="text"]:placeholder-shown, .register .section input[type="card_number"]:placeholder-shown, .register .section textarea:placeholder-shown, .register .section input[type="date"]:placeholder-shown {
  color: #dadada;
}

.register .section input[type="submit"] {
  background: #48CED3;
  padding: 10px;
  border: none;
  color: #fff;
  font-size: 14px;
  display: block;
  margin: 0 auto;
  width: 90%;
  border-radius: 8px;
}

@media screen and (max-width: 1024px) {
  .register .section input[type="submit"] {
    font-size: 4.375vw;
  }
}

.register .section form div {
  text-align: center;
  margin: 20px 0 10px;
}

@media screen and (max-width: 1024px) {
  .register .section form div {
    margin: 10px 0;
  }
}

.register .section form a {
  display: inline-block;
  text-decoration: underline;
  color: #48CED3;
  font-size: 12px;
}

@media screen and (max-width: 1024px) {
  .register .section form a {
    font-size: 3.75vw;
  }
}

.register .section form span {
  color: #4b4b4b;
  font-size: 12px;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .register .section form span {
    font-size: 3.75vw;
  }
}

.passwordReset {
  margin: 0 auto;
  padding-top: 50px;
}

.passwordReset .flex {
  width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .passwordReset .flex {
    width: auto;
  }
}

.passwordReset .section {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.passwordReset .section .explanation {
  margin: 30px auto 0;
  text-align: center;
}

.passwordReset .section input[type="submit"] {
  margin: 30px auto 0;
}

.list {
  margin: 30px auto 0;
}

@media screen and (max-width: 1024px) {
  .list {
    margin: 0;
  }
}

.list .allChapter {
  background: transparent;
}

@media screen and (max-width: 1024px) {
  .list .allChapter {
    margin: 10px 0 0 0;
  }
}

@media screen and (max-width: 1024px) {
  .list .allChapter .right a {
    border: 1px solid #fff;
  }
}

@media screen and (min-width: 1025px) {
  .list .allChapter ul.flex {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .list .allChapter ul.flex {
    display: block;
  }
}

.list .allChapter ul.flex li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  border: 1px solid #CFCFCF;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .list .allChapter ul.flex li {
    margin: 0 0 10px 0;
  }
}

.list .allChapter ul.flex li h3 {
  font-weight: bold;
  font-size: 14px;
  color: #2d2d2d;
}

@media screen and (max-width: 1024px) {
  .list .allChapter ul.flex li h3 {
    font-size: 4.375vw;
  }
}

@media screen and (max-width: 1024px) {
  .list .allChapter ul.flex li h3 {
    width: 50%;
  }
}

.list .allChapter ul.flex li .info {
  background: #fff;
  padding: 14px 10px;
}

.list .allChapter ul.flex li .featureLabel {
  padding: 6px;
}

.search-result .not-found-message {
  text-align: center;
  color: #bbb;
  margin: 3em 0;
}

@media screen and (max-width: 1024px) {
  .search-result h2 {
    background: #9b9b9b;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    padding: 6px 2%;
    margin: 0;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .search-result h2 {
    font-size: 3.75vw;
  }
}

.search-result ul {
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .search-result ul {
    margin: 0;
  }
}

.shop {
  width: 740px;
}

@media screen and (max-width: 1024px) {
  .shop {
    width: 100%;
  }
}

.shop .note {
  font-size: 12px;
  color: #F93A7F;
  margin: 30px 0 20px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .shop .note {
    font-size: 3.75vw;
  }
}

@media screen and (max-width: 1024px) {
  .shop ul {
    width: 98%;
    margin: 0 0 0 2%;
  }
}

.shop ul li {
  border: 1px solid #CFCFCF;
  padding: 8px 12px;
  margin: 0 0 10px 0;
}

@media screen and (max-width: 1024px) {
  .shop ul li {
    border: none;
    border-bottom: 1px solid #CFCFCF;
    padding: 3vw 2% 3vw 0;
    margin: 0;
  }
}

.shop ul li span {
  font-weight: bold;
  font-size: 14px;
  color: #393939;
  margin: 0 0 0 20px;
}

@media screen and (max-width: 1024px) {
  .shop ul li span {
    font-size: 4.375vw;
  }
}

@media screen and (max-width: 1024px) {
  .shop ul li span {
    margin: 0 0 0 2vw;
  }
}

@media screen and (max-width: 1024px) {
  .shop ul li .main {
    width: 80%;
  }
}

@media screen and (max-width: 1024px) {
  .shop ul li .main .leftCoin {
    height: 13vw;
    width: 12%;
  }
}

.shop ul li .main .leftCoin img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .shop ul li .main .catchphrase {
    width: 40%;
  }
}

.shop ul li .bonus {
  margin: 0 0 0 60px;
  height: 49px;
}

@media screen and (max-width: 1024px) {
  .shop ul li .bonus {
    height: 13vw;
    margin: 0;
  }
}

.shop ul li .bonus div {
  height: 49px;
}

@media screen and (max-width: 1024px) {
  .shop ul li .bonus div {
    height: 13vw;
  }
}

.shop ul li .bonus div img {
  width: 20px;
}

.shop ul li .bonus div span {
  font-weight: normal;
  font-size: 12px;
  color: #d57da6;
  margin: 0 0 0 10px;
}

@media screen and (max-width: 1024px) {
  .shop ul li .bonus div span {
    font-size: 3.75vw;
  }
}

@media screen and (max-width: 1024px) {
  .shop ul li .bonus div span {
    font-size: 3vw;
    margin: 0 0 0 1vw;
  }
}

@media screen and (max-width: 1024px) {
  .shop ul li .right {
    width: 20%;
  }
}

.shop ul li .right div {
  height: 49px;
}

@media screen and (max-width: 1024px) {
  .shop ul li .right div {
    height: 13vw;
  }
}

.shop ul li .right div a {
  width: 120px;
  box-sizing: border-box;
  background: #cfa92c;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 8px 40px;
  border-radius: 1.6vw;
}

@media screen and (max-width: 1024px) {
  .shop ul li .right div a {
    font-size: 3.75vw;
  }
}

.shop ul li .right div a.free {
  background: #d57da6;
}

@media screen and (max-width: 1024px) {
  .shop ul li .right div a {
    width: auto;
    padding: 8px 14px;
  }
}

@media screen and (max-width: 1024px) {
  .shop ul li .free .leftCoin {
    width: 13%;
  }
}

@media screen and (max-width: 1024px) {
  .shop ul li .free .catchphrase {
    width: 88%;
  }
}

.shop .law a {
  font-size: 12px;
  color: #9b9b9b;
  text-decoration: underline;
  text-align: center;
  margin: 20px 0 40px;
}

@media screen and (max-width: 1024px) {
  .shop .law a {
    font-size: 3.75vw;
  }
}

.shop.acquired-history {
  margin-top: 2em;
}

@media screen and (max-width: 1024px) {
  .shop.acquired-history {
    margin-top: 0;
  }
}

.shop.acquired-history ul li .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop.acquired-history ul li .flex .caption-area {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.shop.acquired-history ul li .flex .coin-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8em;
          flex: 0 0 8em;
}

@media screen and (max-width: 1024px) {
  .shop.acquired-history ul li .flex .coin-area {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5em;
            flex: 0 0 5em;
  }
}

.shop.acquired-history ul li .flex .coin-area .premium-coin {
  color: #cfa92c;
}

.shop.acquired-history ul li .flex .coin-area .premium-coin span {
  margin: 0;
  display: inline;
  color: #cfa92c;
}

.shop.acquired-history ul li .flex .coin-area .bonus-coin {
  color: #d57da6;
}

.shop.acquired-history ul li .flex .coin-area .bonus-coin span {
  margin: 0;
  display: inline;
  color: #d57da6;
}

.shop.acquired-history ul li .flex .coin-area .coin {
  width: 1.2em;
  height: auto;
  display: inline;
}

.shop.acquired-history .caption {
  font-size: 1.2em;
}

.shop.acquired-history .date {
  font-size: 0.9em;
}

@media screen and (min-width: 1025px) {
  .series .days {
    background: #f2f2f2;
    border-radius: 30px;
    width: 100%;
    padding: 4px 0;
  }
}

@media screen and (max-width: 1024px) {
  .series .days {
    background: #fff;
    padding: 2vw 0;
  }
}

.series .days li {
  width: 100%;
}

.series .days li a {
  color: #48CED3;
  font-size: 12px;
  text-align: center;
  width: 20px;
  padding: 10px;
  margin: 0 auto;
  vertical-align: middle;
}

@media screen and (max-width: 1024px) {
  .series .days li a {
    font-size: 3.75vw;
  }
}

@media screen and (max-width: 1024px) {
  .series .days li a {
    padding: 3.4vw 0;
    width: auto;
  }
}

.series .days li a.current {
  background: #48CED3;
  border-radius: 10px;
  color: #fff;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
}

.series .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px 0;
  border: 1px solid #CFCFCF;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .series .top {
    padding: 3vw 4% 0;
    border: none;
    margin: 0;
  }
}

.series .top .left {
  width: 40%;
  border-right: 1px solid #CFCFCF;
  box-sizing: border-box;
}

.series .top .right {
  width: 70%;
}

@media screen and (max-width: 1024px) {
  .series .top .right {
    float: none;
    width: 100%;
    position: relative;
  }
}

.series .top .right .info {
  border-top: 1px solid #CFCFCF;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  height: 100px;
}

@media screen and (max-width: 1024px) {
  .series .top .right .info {
    background: #fff;
    padding: 4px 10px;
    height: auto;
  }
}

.series .top .right .info h2 {
  font-size: 16px;
  color: #393939;
  margin: 0 0 3px 0;
}

@media screen and (max-width: 1024px) {
  .series .top .right .info h2 {
    font-size: 5vw;
  }
}

@media screen and (max-width: 1024px) {
  .series .top .right .info h2 {
    background: transparent;
    padding: 0;
    font-weight: bold;
    margin: 0;
  }
}

.series .top .right .info .author {
  font-size: 12px;
  color: #bbb;
}

@media screen and (max-width: 1024px) {
  .series .top .right .info .author {
    font-size: 3.75vw;
  }
}

.series .top .right .favorite {
  position: absolute;
  bottom: 0;
  right: 10px;
}

@media screen and (max-width: 1024px) {
  .series .top .right .favorite {
    width: 18vw;
    bottom: 2vw;
    right: 2vw;
  }
}

.series .top .right .favorite .left {
  border: none;
  width: auto;
}

.series .top .right .favorite .right {
  width: auto;
}

.series .top .right .favorite img {
  width: 16px;
  margin: 0 2px 0 0;
}

.series .top .right .favorite span {
  font-size: 11px;
  color: #48CED3;
  font-weight: bold;
  vertical-align: top;
}

@media screen and (max-width: 1024px) {
  .series .top .right .favorite span {
    font-size: 3.4375vw;
  }
}

@media screen and (max-width: 1024px) {
  .series ul.common-list {
    white-space: normal;
    overflow-x: visible;
    display: table;
    padding: 4%;
    box-sizing: border-box;
    table-layout: fixed;
  }
  .series ul.common-list li {
    width: 48%;
    margin: 0 4% 2.5vw 0;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .series ul.common-list li {
    vertical-align: top;
  }
}

@media screen and (max-width: 1024px) {
  .series ul.common-list li:nth-child(even) {
    margin: 0;
  }
  .series ul.common-list li .info {
    background: #fff;
    padding: 2vw;
  }
}

@media screen and (max-width: 1024px) {
  .history {
    margin: 0 0 10px 0;
  }
}

.history .series {
  margin: 0 0 20px 0;
}

@media screen and (max-width: 1024px) {
  .history .series {
    margin: 0;
  }
}

.history .series li a {
  width: 100px;
}

@media screen and (max-width: 1024px) {
  .history .series li a {
    width: 30vw;
  }
}

.history .series li a.current {
  border-radius: 10vw;
}

.history ul.sp-list-vertical li a .content img.icon {
  position: absolute;
  top: 2%;
  left: 2%;
  width: 30%;
}

.spsearch .text {
  background: #ececec;
  padding: 2vw 4%;
}

.spsearch .text input {
  width: 100%;
  padding: 2vw 4%;
  box-sizing: border-box;
  border-radius: 1.6vw;
  border: none;
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .spsearch .text input {
    font-size: 4.375vw;
  }
}

.spsearch h1 {
  font-size: 14px;
  font-weight: bold;
  color: #393939;
  padding: 2vw 0;
}

@media screen and (max-width: 1024px) {
  .spsearch h1 {
    font-size: 4.375vw;
  }
}

.spsearch .spcategory {
  margin: 0 0 3vw 0;
}

.spsearch .spcategory .category {
  width: 100%;
}

.spsearch .spcategory .category li {
  background: #fff;
}

.spsearch .spgenre {
  background: #fff;
  padding: 0 0 2vw 0;
}

.spsearch .spgenre a {
  padding: 0 0 0 4%;
  box-sizing: border-box;
}

.spsearch .spgenre a .content {
  width: 100%;
  padding: 2vw 4% 2vw 0;
  box-sizing: border-box;
  border-bottom: 1px solid #CFCFCF;
}

.spsearch .spgenre a .content .left {
  width: 80%;
}

.spsearch .spgenre a .content .left span {
  font-size: 14px;
  color: #393939;
}

@media screen and (max-width: 1024px) {
  .spsearch .spgenre a .content .left span {
    font-size: 4.375vw;
  }
}

.spsearch .spgenre a .content .tright {
  width: 20%;
}

.spsearch .spgenre a .content .tright img {
  border: 1px solid #CFCFCF;
}

.rankingHome .days li a {
  width: 80px;
}

.rankingHome .days li a.current {
  border-radius: 30px;
}

@media screen and (max-width: 1024px) {
  .rankingHome .days li a {
    padding: 1.2vw 0;
  }
}

.rankingHome .common-list span.rank {
  background: #48CED3;
  color: #fff;
}

.rankingHome .common-list span.rank.pink {
  background: #F93A7F;
}

.rankingHome .sp-list-vertical {
  margin: 10px 0 0 0;
  background: #fff;
}

.rankingHome .sp-list-vertical li a .content .info h3 {
  margin: 0;
}

.rankingHome .sp-list-vertical li a .content .info .rank {
  font-size: 12px;
  color: #fff;
  background: #48CED3;
  width: 30%;
  text-align: center;
  border-radius: 10vw;
}

@media screen and (max-width: 1024px) {
  .rankingHome .sp-list-vertical li a .content .info .rank {
    font-size: 3.75vw;
  }
}

.rankingHome .sp-list-vertical li a .content .info .rank.pink {
  background: #F93A7F;
}

@media screen and (min-width: 1025px) {
  .card .flex {
    width: 60%;
  }
}

@media screen and (min-width: 1025px) {
  .card .flex .section .main {
    padding: 20px;
  }
}

.card .flex .section .main form table {
  width: 100%;
}

.card .flex .section .main form table tr {
  margin: 0 0 10px 0;
}

.card .flex .section .main form table tr th {
  width: 30%;
  text-align: right;
  padding: 0 20px 0 0;
}

@media screen and (max-width: 1024px) {
  .card .flex .section .main form table tr th {
    width: 100%;
    display: block;
    text-align: left;
  }
}

.card .flex .section .main form table tr th span {
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .card .flex .section .main form table tr th span {
    font-size: 4.375vw;
  }
}

.card .flex .section .main form table tr td {
  margin: 0 0 20px 0;
}

@media screen and (max-width: 1024px) {
  .card .flex .section .main form table tr td {
    display: block;
    margin: 0 0 3% 0;
  }
}

.card .flex .section .main form table tr td ul {
  margin: 10px 0;
}

.card .flex .section .main form table tr td ul li {
  display: inline-block;
}

.card .flex .section .main form table tr td ul li img {
  height: 30px;
  width: auto;
}

.card .flex .section .main form table tr td select {
  height: 42px;
  padding: 0 0 0 .6em;
  border: 1px solid #dadada;
  border-radius: 4px;
  font-size: 13px;
  background: #fff;
  line-height: 42px;
  margin-right: 10px;
  width: 100px;
  float: left;
}

.card .flex .section .main form table tr td p {
  color: #808080;
  font-size: 12px;
  padding: 5px 0 10px;
}

@media screen and (max-width: 1024px) {
  .card .flex .section .main form table tr td p {
    font-size: 3.75vw;
  }
}

.card .flex .section .main form table tr td input {
  margin: 0;
}

.card .flex .section .main form input[type="submit"] {
  width: 300px;
}

@media screen and (max-width: 1024px) {
  .card .flex .section .main form input[type="submit"] {
    width: 70%;
    margin: 0 auto 16vw;
  }
}

.reward {
  background: #f2f2f2;
}

.reward .section {
  background: #fff;
  margin-bottom: 5vw;
  padding-bottom: 7vw;
}

.reward .section p {
  color: #393939;
  font-size: 12px;
  padding: 4vw 4% 5vw;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .reward .section p {
    font-size: 3.75vw;
  }
}

.reward .section p.note {
  padding: 3vw 4% 0;
  font-weight: normal;
  color: #F93A7F;
  font-size: 11px;
}

@media screen and (max-width: 1024px) {
  .reward .section p.note {
    font-size: 3.4375vw;
  }
}

.reward .section img {
  width: 84%;
  margin: 0 auto;
}

@media screen and (min-width: 1025px) {
  .notice ul {
    width: 80%;
    margin: 50px auto 0;
  }
}

.notice ul li {
  border: 1px solid #CFCFCF;
}

@media screen and (max-width: 1024px) {
  .notice ul li {
    border-left: none;
    border-right: none;
  }
}

.notice ul li:nth-child(n+2) {
  border-top: none;
}

.notice ul li a {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .notice ul li a {
    padding: 2vw 4%;
  }
}

.notice ul li a h1 {
  font-weight: bold;
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  .notice ul li a h1 {
    font-size: 5vw;
  }
}

.notice ul li a span {
  font-size: 12px;
  margin: 5px 0 0;
  color: #bbb;
}

@media screen and (max-width: 1024px) {
  .notice ul li a span {
    font-size: 3.75vw;
  }
}

.notice ul li a img {
  width: 35px;
}

@media screen and (max-width: 1024px) {
  .contact {
    margin: 0;
    margin-top: 0;
    background: #ececec;
  }
}

@media screen and (max-width: 1024px) {
  .contact .section h1 {
    margin: 8vw 4% 4vw;
    border-bottom: 2px solid #48CED3;
    text-align: left;
  }
}

.contact .section p.explanation {
  margin: 10px auto 0;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .contact .section p.explanation {
    text-align: left;
  }
}

.contact .section p.explanation a {
  display: inline;
  font-weight: bold;
  text-decoration: underline;
  color: #F93A7F;
}

.contact .section form label {
  display: block;
  text-align: left;
  color: #48CED3;
}

.contact .section form input::-webkit-input-placeholder, .contact .section form textarea::-webkit-input-placeholder, .contact .section form .selectArea select {
  font-size: 12px;
}

@media screen and (max-width: 1024px) {
  .contact .section form input::-webkit-input-placeholder, .contact .section form textarea::-webkit-input-placeholder, .contact .section form .selectArea select {
    font-size: 3.75vw;
  }
}

.contact .section form .selectArea {
  position: relative;
}

.contact .section form .selectArea select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  padding: 16px 8px;
  border-radius: 0;
  border: 1px solid #dadada;
  box-sizing: border-box;
}

.contact .section form .selectArea img {
  pointer-events: none;
  position: absolute;
  top: 15px;
  right: 8px;
  width: 30px;
}

@media screen and (max-width: 1024px) {
  .contact .section form .selectArea img {
    top: 4vw;
  }
}

.contact .section .error {
  font-weight: bold;
  font-size: 16px;
  color: #d10e26;
  text-align: center;
  margin: 20px 0 0;
}

@media screen and (max-width: 1024px) {
  .contact .section .error {
    font-size: 5vw;
  }
}

.contact .section input[type="text"].error-border, .contact .section input[type="email"].error-border, .contact .section .selectArea select.error-border, .contact .section textarea.error-border {
  border: 2px solid #F93A7F;
}

@media screen and (max-width: 1024px) {
  .contact .section input[type="text"].error-border, .contact .section input[type="email"].error-border, .contact .section .selectArea select.error-border, .contact .section textarea.error-border {
    border: 1px solid #F93A7F;
  }
}

.transactions-law {
  padding-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  .transactions-law {
    background: #ececec;
    padding-bottom: 30vw;
  }
}

.transactions-law .row {
  width: 55%;
  margin: 50px auto 0;
}

@media screen and (max-width: 1024px) {
  .transactions-law .row {
    width: 92%;
    margin: 0 auto;
  }
}

.transactions-law .row .section {
  margin: 30px 0 0;
}

.transactions-law .row .section h1 {
  color: #48CED3;
  font-size: 16px;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  border-bottom: 2px solid #48CED3;
}

@media screen and (max-width: 1024px) {
  .transactions-law .row .section h1 {
    font-size: 5vw;
  }
}

.transactions-law .row .section p {
  font-size: 14px;
  color: #393939;
}

@media screen and (max-width: 1024px) {
  .transactions-law .row .section p {
    font-size: 4.375vw;
  }
}

.transactions-law .row .section table {
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .transactions-law .row .section table {
    font-size: 4.375vw;
  }
}

.transactions-law .row .section th {
  font-weight: bold;
  display: block;
  margin: 20px 0 4px;
}

.transactions-law .row .section tr {
  display: block;
}

.contactLink {
  display: inline-block;
  text-decoration: underline;
  color: #F93A7F;
}

.faq .row {
  width: 55%;
  margin: 50px auto 0;
}

.faq .row a {
  display: inline;
}

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

.faq .row .item {
  border: 1px solid #CFCFCF;
  padding: 20px;
  position: relative;
  border-bottom: none;
}

.faq .row .item:last-child {
  border-bottom: 1px solid #CFCFCF;
}

@media screen and (max-width: 1024px) {
  .faq .row .item {
    border-left: none;
    border-right: none;
    padding: 0;
  }
}

.faq .row .item input.accordion {
  display: none;
}

.faq .row .item input.accordion:checked ~ p {
  max-height: 46px;
  opacity: 1;
}

.faq .row .item h1 {
  width: 96%;
  font-weight: bold;
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  .faq .row .item h1 {
    font-size: 5vw;
  }
}

@media screen and (max-width: 1024px) {
  .faq .row .item h1 {
    width: 92%;
    padding: 4vw 4%;
    box-sizing: border-box;
  }
}

.faq .row .item p {
  width: 96%;
  margin: 10px 0 0;
  font-size: 14px;
  color: #4b4b4b;
}

@media screen and (max-width: 1024px) {
  .faq .row .item p {
    font-size: 4.375vw;
  }
}

@media screen and (max-width: 1024px) {
  .faq .row .item p {
    width: 100%;
    background: #ececec;
    padding: 4vw 4%;
    box-sizing: border-box;
    margin: 0;
  }
}

.faq .row .item img {
  width: 20px;
  position: absolute;
  top: 26px;
  right: 20px;
}

@media screen and (max-width: 1024px) {
  .faq .row .item img {
    top: 6vw;
    right: 4%;
  }
}

.faq .row .item img.lotate {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.faq .row .item img.lotate-animation {
  -webkit-animation: spin 1s;
          animation: spin 1s;
}

.faq .row .item .note {
  font-weight: bold;
  color: #F93A7F;
}

.award .section .btn {
  margin-bottom: 20px;
}

.entry .flex {
  width: 100%;
}

.entry .flex .section .main form div.item div.label {
  width: 15%;
  display: inline-block;
}

.entry .flex .section .main form div.item div.label.top {
  vertical-align: top;
  padding-top: 16px;
}

.entry .flex .section .main form div.item #output-file span {
  display: block;
}

.entry .flex .section .main form div.item #output-file span img {
  width: 321px;
  margin: 16px 0 0 165px;
}

.entry .flex .section .main form div.item input[type="file"], .entry .flex .section .main form div.item textarea, .entry .flex .section .main form div.item select, .entry .flex .section .main form div.item input[type="date"], .entry .flex .section .main form div.item input[type="text"], .entry .flex .section .main form div.item .checkbox {
  width: 80%;
}

.entry .flex .section .main form div.item .checkbox {
  display: inline-block;
  text-align: left;
}

.entry .flex .section .main form div.item .checkbox label {
  cursor: pointer;
}

.entry .flex .section .main form div.item textarea {
  margin: 0;
}

.entry .flex .section .main form div.item #output-files {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 870px;
  margin-left: 154px;
}

.entry .flex .section .main form div.item #output-files span {
  width: 15%;
  margin: 10px;
}

.entry .flex .section .main form div.item #output-files figcaption {
  margin: 4px 0 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.entry .flex .section .main form div.item ul.caution {
  margin-left: 20%;
  text-align: left;
  font-size: 12px;
  list-style: circle;
}

.entry .flex .section .main form div.item .checkbox input {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

.entry .flex .section .main form input[type="submit"] {
  width: 300px;
}

.terms .row {
  margin-top: 0.2em;
}

.terms .main > ul > li:nth-child(odd) {
  margin: 2em 0 .5em;
  font-size: 1.2em;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .terms .main > ul > li:nth-child(odd) {
    margin: 1em 0 .5em;
  }
}

.terms .main > ul > li > ul > li:not(:first-child) {
  margin-top: .8em;
  line-height: 180%;
}

.terms .establish {
  margin-top: 2em;
}

.terms.transactions-law {
  padding-bottom: 3em;
}
