@charset "UTF-8";
/*========================================
  Reset
========================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, mark {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  font-size: 100%;
  font-style: normal;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: none;
}

html {
  line-height: 1;
}

code {
  line-height: 1.2;
}

ol, ul, li {
  list-style: none;
}

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

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

q, blockquote {
  quotes: none;
}

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

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

picture {
  line-height: 1;
}

img {
  border: none;
}

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

h1, h2, h3, h4, h5, h6, p, div {
  word-wrap: break-word;
}

button, input, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background-color: transparent;
  display: block;
  outline: none;
}

::-moz-focus-inner {
  border: 0px;
}

select::-ms-expand {
  display: none;
}

*:focus {
  outline: none;
}

/*========================================
  Base
========================================*/
html {
  width: 100%;
  overflow-y: scroll;
  font-size: 12px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  width: 100%;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans','游ゴシック  Medium',  meiryo, sans-serif;
  font-size: 12px;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.025em;
  font-feature-settings: 'palt';
}

input, button, textarea, select {
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans','游ゴシック  Medium',  meiryo, sans-serif;
  font-size: 12px;
}

[lang="en"] {
  font-family: Helvetica;
}

img {
  vertical-align: top;
  max-width: 100%;
  width: auto;
  height: auto;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}

a, button, *[class*="c-btn"] {
  text-decoration: none;
  cursor: pointer;
}

small {
  font-size: 0.85rem;
}

sup,
sub {
  font-size: .6em;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: bottom;
}

b {
  font-weight: bold;
}

/*========================================
  Module
========================================*/
/* -----  column ----- */
.c-col {
  padding: 0 17px;
}

/* -----  button ----- */
*[class*="c-btn"] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  line-height: 1;
  cursor: pointer;
  text-decoration: none !important;
}
*[class*="c-btn"] p {
  width: 100%;
}
*[class*="c-btn"] strong {
  font-size: 1.563rem;
}
*[class*="c-btn"]._on {
  opacity: 0.4;
}

.c-btn-s {
  padding: 10px 0.5em 8px;
}
.c-btn-s > img {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}

.c-btn-m {
  padding: 14px 0.5em 12px;
}
.c-btn-m > img {
  width: 1.4em;
  height: 1.4em;
  margin: -0.2em 0.5em -0.2em 0;
}

.c-btn-l {
  padding: 18px 0.5em 16px;
}

/* -----  txt ----- */
.txt-r {
  color: #c70000;
}

.txt-blue {
  color: #0e9cdc;
}

a.txt-l {
  color: #003690;
}

.txt-sub {
  color: #aaa;
}

.txt-ssize {
  font-size: 0.85rem;
}

.txt-msize {
  font-size: 1.25rem;
}

.txt-lsize {
  font-size: 1.563rem;
}

/* -----  loading ----- */
.loading {
  position: fixed;
  z-index: 30000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100vh;
  animation-name: fadeinpop;
  animation-duration: 0.3s;
}
.loading .loader {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
}

@keyframes fadeinpop {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* -----  loader ----- */
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load 1s infinite ease-in-out;
  animation: load 1s infinite ease-in-out;
}

.loader {
  font-size: 10px;
  margin: 0 auto 3em;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}

.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 1.5em;
}

@-webkit-keyframes load {
  0%,
  80%,
  100% {
    box-shadow: 0 1.5em 0 -1.25em;
  }
  40% {
    box-shadow: 0 1.5em 0 0;
  }
}
@keyframes load {
  0%,
  80%,
  100% {
    box-shadow: 0 1.5em 0 -1.25em;
  }
  40% {
    box-shadow: 0 1.5em 0 0;
  }
}
/* -----  pages ----- */
.pages {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pages a {
  width: 240px;
  margin: 0 0.5em;
  position: relative;
  border: 2px solid;
}
.pages a:before {
  content: '';
  pointer-events: none;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  width: 0.7em;
  height: 0.7em;
}
.pages-prev a {
  padding-left: 2em;
}
.pages-prev a:before {
  left: 1em;
  border-left: 2px solid;
  border-top: 2px solid;
  border-top-color: #ccc;
  border-left-color: #ccc;
  transform: translateY(-50%) rotate(-45deg);
}
.pages-next a {
  padding-right: 2em;
}
.pages-next a:before {
  right: 1em;
  border-right: 2px solid;
  border-top: 2px solid;
  border-top-color: #ccc;
  border-right-color: #ccc;
  transform: translateY(-50%) rotate(45deg);
}

/* -----  error ----- */
.error-txt p + p {
  margin-top: 2em;
}

.error-txt input {
  width: 340px;
  padding: 0.5em 0.3em;
  border-radius: 2px;
  border: 1px solid;
}

.error-txt button {
  border: 1px solid;
  padding: 0.5em 1em;
  margin-top: 1em;
}

.error-txt button:hover {
  outline: 2px solid;
}

/*========================================
  Layout
========================================*/
body {
  display: flex;
  flex-direction: column;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* header
------------------------------------------------------------ */
.header {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 16px;
  width: 100%;
  height: 80px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 29999;
  pointer-events: none;
}
.header-logo {
  width: 100px;
  line-height: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* gnav
------------------------------------------------------------ */
#navTgl {
  display: none;
}

#navTgl:checked ~ .main {
  transform: translateX(8em);
  opacity: 0.5;
}

#navTgl:checked ~ .gnav span {
  opacity: 1;
  transition: opacity 0.3s ease-in;
}

.open {
  position: fixed;
  z-index: 21000;
  width: 10px;
  height: 10px;
  top: 0;
  left: 0;
}

.gnav {
  z-index: 20000;
  width: 10em;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: fixed;
  top: 0;
  left: 0;
}
.gnav ul {
  width: 100%;
}
.gnav li {
  margin: 0.5em 0;
}
.gnav li a {
  display: flex;
  align-items: center;
  font-weight: bold;
  line-height: 40px;
}
.gnav li a svg {
  width: 40px;
  padding: 5px;
}
.gnav li span {
  opacity: 0;
  transition: opacity 0.3s ease-in;
}

/* main
------------------------------------------------------------ */
.main {
  min-height: 100vh;
  padding-top: 7vh;
  padding-bottom: 14vh;
  margin-left: 40px;
  position: relative;
  z-index: 20000;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.pagehead {
  margin-right: 1%;
  margin-bottom: 2em;
  display: flex;
  align-items: center;
}

.pagettl {
  font-size: 1.25rem;
  font-weight: bold;
  margin-right: 2em;
}

.secttl {
  font-weight: bold;
  margin-bottom: 1em;
}

.list2 .pagehead {
  display: block;
  position: relative;
}

.list2 .pagehead .sort {
  width: 100%;
  margin-top: 1em;
}

.list2 .pagehead .sort a {
  padding: 0.1em 0.3em;
}

.list2 .pagehead .sort-number {
  position: absolute;
  top: 0;
  right: 0;
}

/* list
------------------------------------------------------------ */
.sort {
  flex: 1 1 auto;
  display: flex;
}
.sort ul {
  display: flex;
}
.sort ul li {
  margin-right: 4px;
}
.sort .sort-number {
  margin-left: auto;
}
.sort a {
  display: inline-block;
  padding: 0.1em 1em;
  border-radius: 2em;
  border: 2px solid;
}
.sort a:focus {
  border: 2px solid;
}

/* genre
------------------------------------------------------------ */
.btnarea-search {
  width: 400px;
  margin: 0 auto;
}

/* overview
------------------------------------------------------------ */
.overview {
  width: 100%;
}
.overview-box {
  width: 62%;
}
.overview-video {
  display: inline-block;
  height: 100%;
  float: right;
  position: relative;
  z-index: -1;
  pointer-events: none;
}
.overview-video:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5vh;
  width: 100%;
}
.overview-video:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 40%;
}
.overview-video video, .overview-video img {
  height: 100%;
}
.overview-label {
  font-size: 0.85rem;
  font-weight: bold;
  height: 2em;
}
.overview-ttl {
  font-size: 1.563rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.overview-data {
  font-size: 0.85rem;
  display: flex;
  margin-bottom: 1rem;
}
.overview-txt {
  margin-bottom: 1em;
}
.overview-tag li {
  display: inline-block;
  margin-left: 1em;
}
.overview-info {
  font-size: 0.85rem;
}
.overview-info dt {
  width: 5em;
  padding-bottom: 0.3em;
  float: left;
}
.overview-info dd {
  min-height: 1.9em;
  margin-left: 5em;
  padding-bottom: 0.3em;
}
.overview-info dd:before {
  content: "：";
  margin-right: 0.5em;
  float: left;
}
.overview-info dd li {
  display: inline-block;
  margin-right: 1em;
}

/* items
------------------------------------------------------------ */
.itemcard {
  width: 160px;
  font-size: 0.85rem;
  margin-right: 10px;
  padding-bottom: 2em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  transition: 0.3s all;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.itemcard a {
  display: block;
  height: 100%;
  padding-bottom: 0.5em;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  position: relative;
}
.itemcard:focus {
  transform: scale(1.05, 1.05);
  transition: 0.3s all;
}
.itemcard:focus .itemcard-sub {
  opacity: 1;
  transition: 0.3s opacity 0.5s;
}
.itemcard img {
  width: 100%;
}
.itemcard-ttl {
  height: 3.2em;
  margin: 0.5em 0.25em 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.itemcard-sub {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 6.2em;
  padding: 0.5em 0.25em;
  transition: 0.3s opacity;
}
.itemcard-sub span {
  text-align: justify;
  /* overflow: hidden;
  max-height: 9.6em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6; */
}

.itemslider {
  scroll-snap-align: start;
  padding-top: 5vh;
}
.itemslider:last-child {
  padding-bottom: 160px;
}
.itemslider-ttl {
  font-size: 1.25rem;
  font-weight: bold;
}
.itemslider-container {
  position: relative;
  overflow: hidden;
  margin-left: -0.5%;
}
.itemslider-wrapper {
  display: flex;
  align-items: flex-end;
  padding: 0.5%;
}
.itemslider .itemcard {
  width: 11.5%;
  max-width: 100px;
  position: relative;
}
.itemslider .itemcard a {
  display: block;
}

.itemlist-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.itemlist .itemcard {
  width: 11.5%;
  max-width: 160px;
  margin: auto 1% 0 0;
}

ol.itemlist-wrapper {
  counter-reset: rank 0;
}
ol.itemlist-wrapper li {
  counter-increment: rank 1;
}
ol.itemlist-wrapper li:before {
  content: counter(rank) "";
  position: absolute;
  z-index: 10;
  font-size: 0.85rem;
  bottom: 6.7em;
  left: 0;
  width: 1.5em;
  font-family: Roboto,Droid, "sans-serif";
  text-align: center;
  font-weight: bold;
  background: #dc0021;
}
ol.itemlist-wrapper li:first-of-type:before {
  background: #c7a725;
}
ol.itemlist-wrapper li:nth-child(2):before {
  background: #8597a0;
}
ol.itemlist-wrapper li:nth-child(3):before {
  background: #ae7d37;
}
