<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ----------------------------------------------------------------------------------------

	reset

---------------------------------------------------------------------------------------- */
/* --------------------------------------------------
 Normailze styles
 Adapted from Normalize.css http://github.com/necolas/
--------------------------------------------------- */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
article, aside, details, figcaption, figure, footer,
header, hgroup, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

html.no-cssanimations audio, html.no-cssanimations canvas, html.no-cssanimations video {
  display: inline;
  zoom: 1;
}

audio:not([controls]) {
  display: none;
}

html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:hover, a:active {
  outline: 0;
}

pre, code, kbd, samp {
  font-family: monospace, serif;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

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

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  /*max-width: 100%;*/
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
  font-family: inherit;
}

caption, th, td {
  text-align: left;
}

button, input, select, textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

html.no-postmessage button, html.no-postmessage input {
  overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button {
  -webkit-appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  line-height: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

::-webkit-input-placeholder {
  color: #222;
  opacity: 1;
}

*::-moz-placeholder {
  color: #222;
  opacity: 1;
}

:placeholder-shown {
  color: #222;
  opacity: 1;
}

/* Resetting default margin and padding
-------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote, form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1.2;
}

ul {
  list-style: none;
  list-style-image: none;
}

em {
  font-style: normal;
}

small {
  font-size: 100%;
}

label {
  cursor: pointer;
}

textarea {
  overflow: auto;
}

legend {
  display: none;
}

fieldset {
  border: none;
}

input, textarea, select, label {
  font-family: inherit;
}

object {
  vertical-align: middle;
  outline: none;
}

abbr, acronym {
  border: none;
  font-variant: normal;
}

address, caption, cite, code, dfn, var {
  font-weight: normal;
  font-style: normal;
}

hr {
  display: none;
}

html.no-postmessage body, html.no-postmessage br {
  letter-spacing: 0;
}

html.no-postmessage div {
  zoom: 1;
}

* {
  -webkit-tap-highlight-color: transparent;
}

/* Scss Document */
.category {
  display: inline-block;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  width: 76px;
  height: 18px;
  color: #fff;
  height: auto;
  line-height: 1.6;
}
.category.info {
  background: #ab0707;
  background: -moz-linear-gradient(top, #ab0707 1%, #e02a2a 100%);
  background: -webkit-linear-gradient(top, #ab0707 1%, #e02a2a 100%);
  background: linear-gradient(to bottom, #ab0707 1%, #e02a2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ab0707", endColorstr="#e02a2a",GradientType=0 );
}
.category.strategy {
  background: #1175b8;
  background: -moz-linear-gradient(top, #1175b8 1%, #19a3db 100%);
  background: -webkit-linear-gradient(top, #1175b8 1%, #19a3db 100%);
  background: linear-gradient(to bottom, #1175b8 1%, #19a3db 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1175b8", endColorstr="#19a3db",GradientType=0 );
}
.category.pr {
  background: #a87a00;
  background: -moz-linear-gradient(top, #a87a00 0%, #d59d08 100%);
  background: -webkit-linear-gradient(top, #a87a00 0%, #d59d08 100%);
  background: linear-gradient(to bottom, #a87a00 0%, #d59d08 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a87a00", endColorstr="#d59d08",GradientType=0 );
}
.category.story {
  background: #078d82;
  background: -moz-linear-gradient(top, #078d82 0%, #00bcae 100%);
  background: -webkit-linear-gradient(top, #078d82 0%, #00bcae 100%);
  background: linear-gradient(to bottom, #078d82 0%, #00bcae 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#078d82", endColorstr="#00bcae",GradientType=0 );
}
.category.secret {
  background: #758e00;
  background: -moz-linear-gradient(top, #758e00 0%, #99b417 100%);
  background: -webkit-linear-gradient(top, #758e00 0%, #99b417 100%);
  background: linear-gradient(to bottom, #758e00 0%, #99b417 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#758e00", endColorstr="#99b417",GradientType=0 );
}
.category.column {
  background: #a2308e;
  background: -moz-linear-gradient(top, #a2308e 0%, #c638ad 100%);
  background: -webkit-linear-gradient(top, #a2308e 0%, #c638ad 100%);
  background: linear-gradient(to bottom, #a2308e 0%, #c638ad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a2308e", endColorstr="#c638ad",GradientType=0 );
}
.category.reading {
  background: #42219a;
  background: -moz-linear-gradient(top, #42219a 0%, #633ec4 100%);
  background: -webkit-linear-gradient(top, #42219a 0%, #633ec4 100%);
  background: linear-gradient(to bottom, #42219a 0%, #633ec4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#42219a", endColorstr="#633ec4",GradientType=0 );
}
.category.watch {
  background: #078d69;
  background: -moz-linear-gradient(top, #078d69 0%, #00bc77 100%);
  background: -webkit-linear-gradient(top, #078d69 0%, #00bc77 100%);
  background: linear-gradient(to bottom, #078d69 0%, #00bc77 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#078d69", endColorstr="#00bc77",GradientType=0 );
}
.category.english {
  background: #0e40af;
  background: -moz-linear-gradient(top, #0e40af 0%, #3566d3 100%);
  background: -webkit-linear-gradient(top, #0e40af 0%, #3566d3 100%);
  background: linear-gradient(to bottom, #0e40af 0%, #3566d3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0e40af", endColorstr="#3566d3",GradientType=0 );
}
.category.album {
  background: #bd346f;
  background: -moz-linear-gradient(top, #bd346f 0%, #dc4b89 100%);
  background: -webkit-linear-gradient(top, #bd346f 0%, #dc4b89 100%);
  background: linear-gradient(to bottom, #bd346f 0%, #dc4b89 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#bd346f", endColorstr="#dc4b89",GradientType=0 );
}
.category.interview {
  background: #c44e20;
  background: -moz-linear-gradient(top, #c44e20 0%, #e66b3c 100%);
  background: -webkit-linear-gradient(top, #c44e20 0%, #e66b3c 100%);
  background: linear-gradient(to bottom, #c44e20 0%, #e66b3c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c44e20", endColorstr="#e66b3c",GradientType=0 );
}
.category.topic {
  background: #9a0859;
  background: -moz-linear-gradient(top, #9a0859 1%, #bc0a6c 100%);
  background: -webkit-linear-gradient(top, #9a0859 1%, #bc0a6c 100%);
  background: linear-gradient(to bottom, #9a0859 1%, #bc0a6c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9a0859", endColorstr="#bc0a6c",GradientType=0 );
}
.category.play {
  background: #4f9226;
  background: -moz-linear-gradient(top, #4f9226 0%, #68b937 100%);
  background: -webkit-linear-gradient(top, #4f9226 0%, #68b937 100%);
  background: linear-gradient(to bottom, #4f9226 0%, #68b937 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4f9226", endColorstr="#68b937",GradientType=0 );
}
.category.prmovie {
  background: #9d882a;
  background: -moz-linear-gradient(top, #9d882a 0%, #bea42f 100%);
  background: -webkit-linear-gradient(top, #9d882a 0%, #bea42f 100%);
  background: linear-gradient(to bottom, #9d882a 0%, #bea42f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9d882a", endColorstr="#bea42f",GradientType=0 );
}

#tag-searchBox .category-list li a.info:hover, #tag-searchBox .category-list li a.info.select {
  background: #ab0707;
  background: -moz-linear-gradient(top, #ab0707 1%, #e02a2a 100%);
  background: -webkit-linear-gradient(top, #ab0707 1%, #e02a2a 100%);
  background: linear-gradient(to bottom, #ab0707 1%, #e02a2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ab0707", endColorstr="#e02a2a",GradientType=0 );
}
#tag-searchBox .category-list li a.strategy:hover, #tag-searchBox .category-list li a.strategy.select {
  background: #1175b8;
  background: -moz-linear-gradient(top, #1175b8 1%, #19a3db 100%);
  background: -webkit-linear-gradient(top, #1175b8 1%, #19a3db 100%);
  background: linear-gradient(to bottom, #1175b8 1%, #19a3db 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1175b8", endColorstr="#19a3db",GradientType=0 );
}
#tag-searchBox .category-list li a.pr:hover, #tag-searchBox .category-list li a.pr.select {
  background: #a87a00;
  background: -moz-linear-gradient(top, #a87a00 0%, #d59d08 100%);
  background: -webkit-linear-gradient(top, #a87a00 0%, #d59d08 100%);
  background: linear-gradient(to bottom, #a87a00 0%, #d59d08 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a87a00", endColorstr="#d59d08",GradientType=0 );
}
#tag-searchBox .category-list li a.story:hover, #tag-searchBox .category-list li a.story.select {
  background: #078d82;
  background: -moz-linear-gradient(top, #078d82 0%, #00bcae 100%);
  background: -webkit-linear-gradient(top, #078d82 0%, #00bcae 100%);
  background: linear-gradient(to bottom, #078d82 0%, #00bcae 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#078d82", endColorstr="#00bcae",GradientType=0 );
}
#tag-searchBox .category-list li a.secret:hover, #tag-searchBox .category-list li a.secret.select {
  background: #758e00;
  background: -moz-linear-gradient(top, #758e00 0%, #99b417 100%);
  background: -webkit-linear-gradient(top, #758e00 0%, #99b417 100%);
  background: linear-gradient(to bottom, #758e00 0%, #99b417 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#758e00", endColorstr="#99b417",GradientType=0 );
}
#tag-searchBox .category-list li a.column:hover, #tag-searchBox .category-list li a.column.select {
  background: #a2308e;
  background: -moz-linear-gradient(top, #a2308e 0%, #c638ad 100%);
  background: -webkit-linear-gradient(top, #a2308e 0%, #c638ad 100%);
  background: linear-gradient(to bottom, #a2308e 0%, #c638ad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a2308e", endColorstr="#c638ad",GradientType=0 );
}
#tag-searchBox .category-list li a.reading:hover, #tag-searchBox .category-list li a.reading.select {
  background: #42219a;
  background: -moz-linear-gradient(top, #42219a 0%, #633ec4 100%);
  background: -webkit-linear-gradient(top, #42219a 0%, #633ec4 100%);
  background: linear-gradient(to bottom, #42219a 0%, #633ec4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#42219a", endColorstr="#633ec4",GradientType=0 );
}
#tag-searchBox .category-list li a.watch:hover, #tag-searchBox .category-list li a.watch.select {
  background: #078d69;
  background: -moz-linear-gradient(top, #078d69 0%, #00bc77 100%);
  background: -webkit-linear-gradient(top, #078d69 0%, #00bc77 100%);
  background: linear-gradient(to bottom, #078d69 0%, #00bc77 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#078d69", endColorstr="#00bc77",GradientType=0 );
}
#tag-searchBox .category-list li a.english:hover, #tag-searchBox .category-list li a.english.select {
  background: #0e40af;
  background: -moz-linear-gradient(top, #0e40af 0%, #3566d3 100%);
  background: -webkit-linear-gradient(top, #0e40af 0%, #3566d3 100%);
  background: linear-gradient(to bottom, #0e40af 0%, #3566d3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0e40af", endColorstr="#3566d3",GradientType=0 );
}
#tag-searchBox .category-list li a.album:hover, #tag-searchBox .category-list li a.album.select {
  background: #bd346f;
  background: -moz-linear-gradient(top, #bd346f 0%, #dc4b89 100%);
  background: -webkit-linear-gradient(top, #bd346f 0%, #dc4b89 100%);
  background: linear-gradient(to bottom, #bd346f 0%, #dc4b89 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#bd346f", endColorstr="#dc4b89",GradientType=0 );
}
#tag-searchBox .category-list li a.interview:hover, #tag-searchBox .category-list li a.interview.select {
  background: #c44e20;
  background: -moz-linear-gradient(top, #c44e20 0%, #e66b3c 100%);
  background: -webkit-linear-gradient(top, #c44e20 0%, #e66b3c 100%);
  background: linear-gradient(to bottom, #c44e20 0%, #e66b3c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c44e20", endColorstr="#e66b3c",GradientType=0 );
}
#tag-searchBox .category-list li a.topic:hover, #tag-searchBox .category-list li a.topic.select {
  background: #9a0859;
  background: -moz-linear-gradient(top, #9a0859 1%, #bc0a6c 100%);
  background: -webkit-linear-gradient(top, #9a0859 1%, #bc0a6c 100%);
  background: linear-gradient(to bottom, #9a0859 1%, #bc0a6c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9a0859", endColorstr="#bc0a6c",GradientType=0 );
}
#tag-searchBox .category-list li a.play:hover, #tag-searchBox .category-list li a.play.select {
  background: #4f9226;
  background: -moz-linear-gradient(top, #4f9226 0%, #68b937 100%);
  background: -webkit-linear-gradient(top, #4f9226 0%, #68b937 100%);
  background: linear-gradient(to bottom, #4f9226 0%, #68b937 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4f9226", endColorstr="#68b937",GradientType=0 );
}
#tag-searchBox .category-list li a.prmovie:hover, #tag-searchBox .category-list li a.prmovie.select {
  background: #9d882a;
  background: -moz-linear-gradient(top, #9d882a 0%, #bea42f 100%);
  background: -webkit-linear-gradient(top, #9d882a 0%, #bea42f 100%);
  background: linear-gradient(to bottom, #9d882a 0%, #bea42f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9d882a", endColorstr="#bea42f",GradientType=0 );
}

@media screen and (max-width: 768px) {
  .category {
    font-size: 11px;
    width: 46%;
    max-width: 82px;
    height: auto;
  }
  #tag-searchBox .category-list li a.info:hover, #tag-searchBox .category-list li a.strategy:hover, #tag-searchBox .category-list li a.pr:hover, #tag-searchBox .category-list li a.story:hover, #tag-searchBox .category-list li a.secret:hover, #tag-searchBox .category-list li a.column:hover, #tag-searchBox .category-list li a.reading:hover, #tag-searchBox .category-list li a.watch:hover, #tag-searchBox .category-list li a.english:hover, #tag-searchBox .category-list li a.album:hover, #tag-searchBox .category-list li a.interview:hover, #tag-searchBox .category-list li a.topic:hover, #tag-searchBox .category-list li a.play:hover, #tag-searchBox .category-list li a.prmovie:hover {
    background: #999;
  }
  #tag-searchBox .category-list li a.info.select {
    background: -moz-linear-gradient(top, #ab0707 1%, #e02a2a 100%) !important;
    background: -webkit-linear-gradient(top, #ab0707 1%, #e02a2a 100%) !important;
    background: linear-gradient(to bottom, #ab0707 1%, #e02a2a 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ab0707", endColorstr="#e02a2a",GradientType=0 ) !important;
  }
  #tag-searchBox .category-list li a.strategy.select {
    background: #1175b8;
    background: -moz-linear-gradient(top, #1175b8 1%, #19a3db 100%) !important;
    background: -webkit-linear-gradient(top, #1175b8 1%, #19a3db 100%) !important;
    background: linear-gradient(to bottom, #1175b8 1%, #19a3db 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1175b8", endColorstr="#19a3db",GradientType=0 ) !important;
  }
  #tag-searchBox .category-list li a.pr.select {
    background: #a87a00;
    background: -moz-linear-gradient(top, #a87a00 0%, #d59d08 100%) !important;
    background: -webkit-linear-gradient(top, #a87a00 0%, #d59d08 100%) !important;
    background: linear-gradient(to bottom, #a87a00 0%, #d59d08 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a87a00", endColorstr="#d59d08",GradientType=0 ) !important;
  }
  #tag-searchBox .category-list li a.story.select {
    background: #078d82;
    background: -moz-linear-gradient(top, #078d82 0%, #00bcae 100%) !important;
    background: -webkit-linear-gradient(top, #078d82 0%, #00bcae 100%) !important;
    background: linear-gradient(to bottom, #078d82 0%, #00bcae 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#078d82", endColorstr="#00bcae",GradientType=0 ) !important;
  }
  #tag-searchBox .category-list li a.secret:hover, #tag-searchBox .category-list li a.secret.select {
    background: #758e00;
    background: -moz-linear-gradient(top, #758e00 0%, #99b417 100%) !important;
    background: -webkit-linear-gradient(top, #758e00 0%, #99b417 100%) !important;
    background: linear-gradient(to bottom, #758e00 0%, #99b417 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#758e00", endColorstr="#99b417",GradientType=0 ) !important;
  }
  #tag-searchBox .category-list li a.column.select {
    background: #a2308e;
    background: -moz-linear-gradient(top, #a2308e 0%, #c638ad 100%) !important;
    background: -webkit-linear-gradient(top, #a2308e 0%, #c638ad 100%) !important;
    background: linear-gradient(to bottom, #a2308e 0%, #c638ad 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a2308e", endColorstr="#c638ad",GradientType=0 ) !important;
  }
  #tag-searchBox .category-list li a.reading.select {
    background: #42219a;
    background: -moz-linear-gradient(top, #42219a 0%, #633ec4 100%) !important;
    background: -webkit-linear-gradient(top, #42219a 0%, #633ec4 100%) !important;
    background: linear-gradient(to bottom, #42219a 0%, #633ec4 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#42219a", endColorstr="#633ec4",GradientType=0 ) !important;
  }
  #tag-searchBox .category-list li a.watch.select {
    background: #078d69;
    background: -moz-linear-gradient(top, #078d69 0%, #00bc77 100%) !important;
    background: -webkit-linear-gradient(top, #078d69 0%, #00bc77 100%) !important;
    background: linear-gradient(to bottom, #078d69 0%, #00bc77 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#078d69", endColorstr="#00bc77",GradientType=0 ) !important;
  }
  #tag-searchBox .category-list li a.english.select {
    background: #0e40af;
    background: -moz-linear-gradient(top, #0e40af 0%, #3566d3 100%) !important;
    background: -webkit-linear-gradient(top, #0e40af 0%, #3566d3 100%) !important;
    background: linear-gradient(to bottom, #0e40af 0%, #3566d3 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0e40af", endColorstr="#3566d3",GradientType=0 ) !important;
  }
  #tag-searchBox .category-list li a.album.select {
    background: #bd346f;
    background: -moz-linear-gradient(top, #bd346f 0%, #dc4b89 100%) !important;
    background: -webkit-linear-gradient(top, #bd346f 0%, #dc4b89 100%) !important;
    background: linear-gradient(to bottom, #bd346f 0%, #dc4b89 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#bd346f", endColorstr="#dc4b89",GradientType=0 ) !important;
  }
  #tag-searchBox .category-list li a.interview.select {
    background: #c44e20;
    background: -moz-linear-gradient(top, #c44e20 0%, #e66b3c 100%);
    background: -webkit-linear-gradient(top, #c44e20 0%, #e66b3c 100%);
    background: linear-gradient(to bottom, #c44e20 0%, #e66b3c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c44e20", endColorstr="#e66b3c",GradientType=0 );
  }
  #tag-searchBox .category-list li a.topic.select {
    background: #9a0859;
    background: -moz-linear-gradient(top, #9a0859 1%, #bc0a6c 100%) !important;
    background: -webkit-linear-gradient(top, #9a0859 1%, #bc0a6c 100%) !important;
    background: linear-gradient(to bottom, #9a0859 1%, #bc0a6c 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9a0859", endColorstr="#bc0a6c",GradientType=0 ) !important;
  }
  #tag-searchBox .category-list li a.play.select {
    background: #4f9226;
    background: -moz-linear-gradient(top, #4f9226 0%, #68b937 100%) !important;
    background: -webkit-linear-gradient(top, #4f9226 0%, #68b937 100%) !important;
    background: linear-gradient(to bottom, #4f9226 0%, #68b937 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4f9226", endColorstr="#68b937",GradientType=0 ) !important;
  }
  #tag-searchBox .category-list li a.prmovie.select {
    background: #9d882a;
    background: -moz-linear-gradient(top, #9d882a 0%, #bea42f 100%) !important;
    background: -webkit-linear-gradient(top, #9d882a 0%, #bea42f 100%) !important;
    background: linear-gradient(to bottom, #9d882a 0%, #bea42f 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9d882a", endColorstr="#bea42f",GradientType=0 ) !important;
  }
}
/* ----------------------------------------------------------------------------------------

	base

---------------------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1167px) {
  .pc-only {
    display: none;
  }
}

@font-face {
  font-family: "Beleren";
  src: url(../fonts/Beleren2016SmallCaps-Bold.eot); /* IE9 Compat Modes */
  src: url("../fonts/Beleren2016SmallCaps-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Beleren2016SmallCaps-Bold.woff") format("woff"), url("../fonts/Beleren2016SmallCaps-Bold.ttf") format("truetype"), url("../fonts/Beleren2016SmallCaps-Bold.svg#svgFontName") format("svg"); /* svg - Legacy iOS */
}
body {
  color: #333;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  min-width: 1200px;
}

body,
html,
#wrap {
  height: 100%;
}

#wrap {
  width: 100%;
  position: relative;
  height: auto !important;
  min-height: 100%;
}

#contents {
  padding-bottom: 1px; /* footer height */
}

input, textarea, select, button {
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

a {
  color: #f55d0b;
  text-decoration: underline;
}

a:hover {
  color: #f55d0b;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 320px;
  }
  #contents {
    padding-bottom: 0;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  img {
    max-width: 100%;
  }
}
input[type=text] {
  border-radius: 4px;
  padding: 18px 12px;
  border: none;
  outline: none;
}

/* main,wrap */
#wrap {
  background-color: rgba(0, 0, 0, 0.9);
}

main {
  padding-top: 87px;
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 14.82vw;
  }
}

/* header
--------------------------------------------------*/
header .pc {
  height: 107px;
}
header .pc .subLink {
  z-index: 5;
  position: relative;
  height: 47px;
  background-color: #000;
}
header .pc .subLink:after {
  content: "";
  display: table;
  clear: both;
}
header .pc .subLink:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 2px;
  background: rgb(199, 41, 23);
  background: -moz-linear-gradient(left, rgb(199, 41, 23) 0%, rgb(225, 110, 17) 100%);
  background: -webkit-linear-gradient(left, rgb(199, 41, 23) 0%, rgb(225, 110, 17) 100%);
  background: linear-gradient(to right, rgb(199, 41, 23) 0%, rgb(225, 110, 17) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c72917", endColorstr="#e16e11",GradientType=1 );
}
header .pc .subLink .logoMgc {
  float: left;
  margin-left: 19px;
}
header .pc .subLink .logoMgc img {
  width: 117px;
}
header .pc .subLink .logoWiz {
  float: right;
  padding: 9px 14px 0 13px;
}
header .pc .subLink .logoWiz img {
  width: 53px;
}
header .pc .subLink .logoSns {
  float: right;
  padding: 10px 0px 0 13px;
}
header .pc .subLink .logoSns img {
  width: 23px;
}
header .pc .subLink .logoSns a {
  transition: opacity 0.1s ease-in-out;
}
header .pc .subLink .logoSns a:hover {
  opacity: 0.7;
}
header .pc .subLink &gt; ul {
  float: right;
  padding-top: 10px;
}
header .pc .subLink &gt; ul:after {
  content: "";
  display: table;
  clear: both;
}
header .pc .subLink &gt; ul li {
  float: right;
  margin: 0 9px;
}
header .pc .subLink &gt; ul li a {
  font-size: 12px;
  color: #ddd;
  text-decoration: none;
  transition: 0.15s ease-in-out;
}
header .pc .subLink &gt; ul li a:hover {
  color: #db6c12;
}
header .pc .subLink &gt; ul li.shopList {
  margin-left: 40px;
  position: relative;
}
header .pc .subLink &gt; ul li.shopList i {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: -27px;
  top: 1px;
}
header .pc .subLink &gt; ul li.shopList i img {
  width: 100%;
}
header .pc .mainLink {
  z-index: 6;
  position: relative;
  height: 60px;
  background-color: #2a2a2a;
  min-width: 1190px;
}
header .pc .mainLink.fixed {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 30;
}
header .pc .mainLink .inner {
  position: relative;
  z-index: 3;
}
header .pc .mainLink .inner:after {
  content: "";
  display: table;
  clear: both;
}
header .pc .mainLink nav &gt; ul:after {
  content: "";
  display: table;
  clear: both;
}
header .pc .mainLink nav &gt; ul &gt; li {
  float: left;
  height: 60px;
  position: relative;
}
header .pc .mainLink nav &gt; ul &gt; li .off {
  border-right: 1px solid #434343;
}
header .pc .mainLink nav &gt; ul &gt; li &gt; ul {
  position: absolute;
  left: 0;
  top: 60px;
  right: 0;
  background-color: #2a2a2a;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  transition: transform 0.5s, opacity 0.2s;
  transform: translateY(-10%);
}
header .pc .mainLink nav &gt; ul &gt; li &gt; ul li {
  border-bottom: 1px solid #474747;
}
header .pc .mainLink nav &gt; ul &gt; li &gt; ul li a {
  display: table;
  border-bottom: 1px solid #000;
  width: 100%;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-feature-settings: "palt";
  transition: color 0.2s;
}
header .pc .mainLink nav &gt; ul &gt; li &gt; ul li a span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 17px 0;
}
header .pc .mainLink nav &gt; ul &gt; li &gt; ul li a span .fa {
  color: #f55d0b;
  padding-right: 5px;
  font-size: 15px;
}
header .pc .mainLink nav &gt; ul &gt; li &gt; ul li a:hover {
  color: #db6c12;
}
header .pc .mainLink nav &gt; ul &gt; li &gt; ul li:last-child {
  border-bottom: none;
}
header .pc .mainLink nav &gt; ul &gt; li &gt; ul li:last-child a {
  border-bottom: none;
}
header .pc .mainLink nav &gt; ul &gt; li:hover &gt; ul {
  opacity: 1;
  transform: translateY(0);
  pointer-events: inherit;
}
header .pc .mainLink nav &gt; ul &gt; li &gt; a,
header .pc .mainLink .search {
  display: inline-block;
  width: 140px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  position: relative;
  z-index: 20;
}
header .pc .mainLink nav &gt; ul &gt; li &gt; a.narrow,
header .pc .mainLink .search.narrow {
  width: 120px;
}
header .pc .mainLink nav &gt; ul &gt; li &gt; a .hover,
header .pc .mainLink .search .hover {
  position: absolute;
  display: block;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}
header .pc .mainLink nav &gt; ul &gt; li &gt; a .hover span,
header .pc .mainLink .search .hover span {
  width: 140px;
  height: 60px;
  padding-top: 19px;
  display: block;
  background-visibility: hidden;
}
header .pc .mainLink nav &gt; ul &gt; li &gt; a .hover span.narrow,
header .pc .mainLink .search .hover span.narrow {
  width: 120px;
}
header .pc .mainLink nav &gt; ul &gt; li &gt; a .hover .off,
header .pc .mainLink .search .hover .off {
  position: relative;
  z-index: 5;
  -webkit-transform: rotateX(0) translateZ(25px);
  transform: rotateX(0) translateZ(25px);
  background-color: #2a2a2a;
  font-family: "Beleren";
  letter-spacing: 0.03em;
}
header .pc .mainLink nav &gt; ul &gt; li &gt; a .hover .on,
header .pc .mainLink .search .hover .on {
  position: absolute;
  left: 0;
  color: #fff;
  margin-top: -5px;
  transform: rotateX(-90deg) translateZ(-25px);
  background: rgb(243, 126, 10);
  background: -moz-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  background: -webkit-linear-gradient(-45deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  background: linear-gradient(135deg, rgb(243, 126, 10) 0%, rgb(216, 45, 15) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f37e0a", endColorstr="#d82d0f",GradientType=1 );
}
header .pc .mainLink nav &gt; ul &gt; li &gt; a .hover .fire,
header .pc .mainLink .search .hover .fire {
  width: 140px;
  height: 60px;
  animation: burning 3s steps(90) 0s infinite;
}
header .pc .mainLink nav &gt; ul &gt; li &gt; a .hover .fire--blue,
header .pc .mainLink .search .hover .fire--blue {
  background: url(../images/common/fire_blue.png) no-repeat;
}
header .pc .mainLink .gnav-beginner span.off i {
  margin-left: -8px;
  display: inline-block;
  width: 30px;
  z-index: 100;
}
header .pc .mainLink .gnav-beginner span.off i img {
  width: 100%;
  vertical-align: middle;
}
header .pc .mainLink .gnav-beginner:hover i {
  opacity: 0;
}
header .pc .mainLink.fixed .gnav-home {
  display: block;
}
header .pc .mainLink .gnav-home a {
  width: 61px;
}
header .pc .mainLink .gnav-home .off, header .pc .mainLink .gnav-home .on {
  width: 61px;
  padding-top: 0;
}
header .pc .mainLink nav &gt; ul &gt; li.act .hover,
header .pc .mainLink nav &gt; ul &gt; li:hover .hover,
header .pc .mainLink .search:hover .hover {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
header .pc .mainLink nav {
  float: left;
}
header .pc .mainLink .search {
  float: right;
  height: 60px;
  border-left: 1px solid #444;
  color: #e95a0d;
  text-align: center;
  cursor: pointer;
  width: 58px;
}
header .pc .mainLink .search span {
  width: 57px !important;
}
header .sp {
  height: 52px;
  position: relative;
  background-color: #000;
}
header .sp:after {
  content: "";
  display: table;
  clear: both;
}
header .sp:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  right: 0;
  height: 2px;
  background: rgb(199, 41, 23);
  background: -moz-linear-gradient(left, rgb(199, 41, 23) 0%, rgb(225, 110, 17) 100%);
  background: -webkit-linear-gradient(left, rgb(199, 41, 23) 0%, rgb(225, 110, 17) 100%);
  background: linear-gradient(to right, rgb(199, 41, 23) 0%, rgb(225, 110, 17) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c72917", endColorstr="#e16e11",GradientType=1 );
}
header .sp .logoMgc {
  float: left;
  margin-left: 10px;
  margin-top: 5px;
}
header .sp .logoMgc img {
  width: 111px;
}
header .sp &gt; .logoWiz {
  display: none;
}
header .sp .search {
  float: right;
  height: 49px;
  padding: 16px 8px 0;
  margin-right: 59px;
}
header .sp #navToggle {
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  z-index: 30;
  width: 59px;
  height: 49px;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
header .sp #navToggle div {
  position: relative;
}
header .sp #navToggle span {
  display: block;
  position: absolute;
  left: 18px;
  height: 2px;
  width: 22px;
  background-color: #ccc;
}
header .sp #navToggle span:nth-child(1) {
  top: 18px;
}
header .sp #navToggle span:nth-child(2) {
  top: 25px;
}
header .sp #navToggle span:nth-child(3) {
  top: 32px;
}
header .sp #gNav {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 600;
  width: 271px;
  padding-bottom: 14px;
  background-color: #292929;
  transform: translateZ(1000px);
  -weblit-transform: translateZ(1000px);
}
header .sp #gNav .logoMgc {
  float: inherit;
  margin: 0;
  padding-top: 6px;
  height: 57px;
  text-align: center;
}
header .sp .btnClose {
  position: absolute;
  top: 9px;
  right: 11px;
  display: block;
  z-index: 610;
  width: 35px;
  height: 35px;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  border: 1px solid #666;
}
header .sp .btnClose div {
  position: relative;
}
header .sp .btnClose span {
  display: block;
  position: absolute;
  left: 4px;
  top: 16px;
  height: 2px;
  width: 24px;
  background-color: #ccc;
}
header .sp .btnClose span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .sp .btnClose span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .sp .mainLink {
  border-top: 1px solid #606060;
  margin-bottom: 21px;
}
header .sp .mainLink &gt; li {
  border-bottom: 1px solid #606060;
  position: relative;
}
header .sp .mainLink &gt; li &gt; .btn {
  position: absolute;
  top: 14px;
  right: 0;
  width: 65px;
  height: 40px;
  z-index: 30;
  cursor: pointer;
}
header .sp .mainLink &gt; li &gt; .btn:after, header .sp .mainLink &gt; li &gt; .btn:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 20px;
  background-color: #aaaaaa;
  width: 8px;
  height: 1px;
  transition: 0.3s;
}
header .sp .mainLink &gt; li &gt; .btn:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
header .sp .mainLink &gt; li &gt; .btn.open:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
header .sp .mainLink &gt; li &gt; .btn.open:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
header .sp .mainLink &gt; li &gt; a {
  display: block;
  width: 100%;
  padding: 18px;
  color: #eee;
  text-decoration: none;
}
header .sp .mainLink &gt; li &gt; a &gt; * {
  display: block;
}
header .sp .mainLink &gt; li &gt; a .en {
  font-size: 10px;
  color: #aaa;
  font-family: "Beleren";
  letter-spacing: 0.03em;
}
header .sp .mainLink &gt; li &gt; a .jp {
  font-size: 14px;
  line-height: 1;
  padding-bottom: 2px;
}
header .sp .mainLink &gt; li ul {
  background-color: #000;
  display: none;
}
header .sp .mainLink &gt; li ul li a {
  position: relative;
  display: block;
  font-size: 12px;
  color: #eee;
  text-decoration: none;
  padding: 14px 20px 14px 30px;
  line-height: 1.3;
  font-feature-settings: "palt";
}
header .sp .mainLink &gt; li ul li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 16px;
  width: 5px;
  height: 5px;
  margin-top: -4px;
  border-right: 1px solid #f55d0b;
  border-bottom: 1px solid #f55d0b;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .sp .mainLink &gt; li ul li a .fa {
  color: #f55d0b;
  padding-right: 5px;
  font-size: 14px;
}
header .sp .mainLink &gt; li ul li:nth-child(n+2) {
  border-top: 1px solid #333;
}
header .sp .subLink {
  width: 250px;
  margin: 0 auto 21px;
}
header .sp .subLink:after {
  content: "";
  display: table;
  clear: both;
}
header .sp .subLink li {
  float: left;
  width: 50%;
}
header .sp .subLink li:nth-child(n+3) {
  border-top: 1px solid #2c2c2c;
}
header .sp .subLink li:nth-child(2n+2) {
  border-left: 1px solid #2c2c2c;
}
header .sp .subLink li a {
  display: table;
  width: 100%;
  height: 40px;
  font-size: 11px;
  color: #bbb;
  text-decoration: none;
  line-height: 1;
  background-color: #1a1a1a;
}
header .sp .subLink li a span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
header .sp .subLink li.shopList {
  position: relative;
}
header .sp .subLink li.shopList i {
  width: 15px;
  display: inline-block;
  margin-right: 7px;
}
header .sp .subLink li.shopList i img {
  vertical-align: text-bottom;
}
header .sp .snsLink {
  padding-bottom: 20px;
}
header .sp .snsLink &gt; p {
  font-family: "Crimson Text", serif;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.16em;
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
}
header .sp .snsLink ul {
  margin-left: 20px;
}
header .sp .snsLink ul:after {
  content: "";
  display: table;
  clear: both;
}
header .sp .snsLink ul li {
  float: left;
}
header .sp .snsLink ul li:nth-child(n+2) {
  margin-left: 10px;
}
header .sp .snsLink ul img {
  width: 30px;
}
header .sp .wizards {
  border-top: 1px solid #606060;
  text-align: center;
  padding-top: 14px;
}
header .sp .wizards img {
  width: 56px;
}
header #overrayBg {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 500;
  cursor: pointer;
  transform: translateZ(500px);
  -weblit-transform: translateZ(500px);
}

.ie header .pc .mainLink a .hover .off, .ie header header .pc .mainLink .search .hover .off {
  padding-top: 21px;
}
.ie header .pc .mainLink .gnav-home .hover .off {
  padding-top: 0;
}
.ie header .pc .mainLink nav &gt; ul &gt; li &gt; a,
.ie header .pc .mainLink .search {
  /* for modern ie */
}
.ie header .pc .mainLink nav &gt; ul &gt; li &gt; a .hover span,
.ie header .pc .mainLink .search .hover span {
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ie header .pc .mainLink nav &gt; ul &gt; li &gt; a .off,
.ie header .pc .mainLink .search .off {
  -webkit-transform: rotateX(0) translateZ(30px) !important;
  transform: rotateX(0) translateZ(30px) !important;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.ie header .pc .mainLink nav &gt; ul &gt; li &gt; a .hover .on,
.ie header .pc .mainLink .search .hover .on {
  top: 0;
  margin-top: 0;
  -webkit-transform: rotateX(-90deg) translateZ(-30px) !important;
  transform: rotateX(-90deg) translateZ(-30px) !important;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.ie header .pc .mainLink nav &gt; ul &gt; li.act .hover,
.ie header .pc .mainLink nav &gt; ul &gt; li:hover .hover,
.ie header .pc .mainLink .search:hover .hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.ie header .pc .mainLink nav &gt; ul &gt; li.act .hover .off,
.ie header .pc .mainLink nav &gt; ul &gt; li:hover .hover .off,
.ie header .pc .mainLink .search:hover .hover .off {
  -webkit-transform: rotateX(90deg) translateZ(0px) !important;
  transform: rotateX(90deg) translateZ(0px) !important;
}
.ie header .pc .mainLink nav &gt; ul &gt; li.act .hover .on,
.ie header .pc .mainLink nav &gt; ul &gt; li:hover .hover .on,
.ie header .pc .mainLink .search:hover .hover .on {
  -webkit-transform: rotateX(0) translateZ(30px) !important;
  transform: rotateX(0) translateZ(30px) !important;
}

.edge header .pc .mainLink nav &gt; ul &gt; li &gt; a .hover span, .edge header header .pc .mainLink .search .hover span {
  height: 59px;
}

/* footer
--------------------------------------------------*/
@media screen and (max-width: 768px) {
  footer {
    position: inherit;
    left: inherit;
    bottom: inherit;
    right: inherit;
    height: auto;
    padding-bottom: 45px;
    /*
    &amp;:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        height: 2px;
        background: rgb(199,41,23);
        background: -moz-linear-gradient(left, rgba(199,41,23,1) 0%, rgba(225,110,17,1) 100%);
        background: -webkit-linear-gradient(left, rgba(199,41,23,1) 0%,rgba(225,110,17,1) 100%);
        background: linear-gradient(to right, rgba(199,41,23,1) 0%,rgba(225,110,17,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c72917', endColorstr='#e16e11',GradientType=1 );
    }
    */
  }
  footer #pageTop {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 35px;
  }
  footer #pageTop a {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
  footer #pageTop a:hover {
    background-color: #333;
    box-shadow: 0px 0px 0px 0px #ff9c00;
    -moz-box-shadow: 0px 0px 0px 0px #ff9c00;
    -webkit-box-shadow: 0px 0px 0px 0px #ff9c00;
  }
  footer #pageTop a:after {
    top: 17px;
    left: 14px;
    width: 11px;
    height: 11px;
  }
  footer .logo {
    width: 175px;
    margin: 0 auto -15px;
    padding-top: 0;
  }
  footer .ftSubLink {
    padding-bottom: 20px;
  }
  footer .ftSubLink li {
    margin: 0 8px;
  }
  footer .ftSubLink li a {
    font-size: 12px;
  }
  footer .ftSubLink li a:hover {
    color: #bbb;
  }
  footer .snsLink {
    padding: 19px 0 20px;
  }
  footer .snsLink &gt; p {
    font-size: 12px;
    margin-bottom: 10px;
  }
  footer .snsLink ul li {
    margin: 0 4px;
  }
  footer .snsLink ul li a.act, footer .snsLink ul li a:hover {
    box-shadow: 0px 0px 0px 0px #ff9c00;
    -moz-box-shadow: 0px 0px 0px 0px #ff9c00;
    -webkit-box-shadow: 0px 0px 0px 0px #ff9c00;
  }
  footer .snsLink ul li a img {
    width: 35px;
  }
  footer .copyright {
    padding: 14px 0 13px;
    font-size: 11px;
  }
}
.cardModalBox {
  display: none;
  position: fixed;
  top: 20%;
  left: 0;
  width: 936px;
  transform: translateY(-50%) translateZ(1000px);
  -weblit-transform: translateY(-50%) translateZ(1000px);
  z-index: 1000;
  text-align: center;
}
.cardModalBox .content {
  font-size: 22px;
  width: 90%;
  height: 100%;
  padding: 24px;
  margin: 10px auto;
  background: #ECECEC;
  border: none;
  box-shadow: 0px 0px 18px 1px #000;
  -moz-box-shadow: 0px 0px 18px 1px #000;
  -webkit-box-shadow: 0px 0px 18px 1px #000;
  border-radius: 8px;
}
.cardModalBox .img {
  float: left;
  width: 32%;
  text-align: left;
}
.cardModalBox .side {
  float: left;
  width: 60%;
  padding-left: 10px;
  text-align: left;
}
.cardModalBox .side .sub {
  margin-top: 12px;
  font-size: 20px;
}
.cardModalBox .side .txt {
  word-break: break-all;
}
.cardModalBox .side .txt .cardName {
  font-size: 24px;
}
.cardModalBox .side .txt img {
  width: 16px;
}
.cardModalBox .close {
  position: absolute;
  bottom: -35px;
  right: 47px;
  display: block;
  z-index: 610;
  width: 35px;
  height: 35px;
  background-color: rgba(0, 0, 0, 0.7);
  border: 2px solid #666;
}
.cardModalBox .close span {
  display: block;
  position: absolute;
  left: 4px;
  top: 16px;
  height: 2px;
  width: 24px;
  background-color: #ccc;
}
.cardModalBox .close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cardModalBox .close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cardModalBox .btn {
  position: absolute;
  bottom: 28px;
  left: 50%;
}
.cardModalBox button {
  color: #FFF;
  border: 1px solid #666;
  width: 136px;
  height: 39px;
  padding: 10px 0;
  border-radius: 46px;
  font-size: 18px;
  letter-spacing: 0.05em;
  background: rgb(65, 65, 65);
  background: -moz-linear-gradient(top, rgb(65, 65, 65) 0%, rgb(34, 34, 34) 50%);
  background: -webkit-linear-gradient(top, rgb(65, 65, 65) 0%, rgb(34, 34, 34) 50%);
  background: linear-gradient(to bottom, rgb(65, 65, 65) 0%, rgb(34, 34, 34) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#414141", endColorstr="#222222",GradientType=0 );
  box-shadow: 0px 0px 0px 0px #ff9c00;
  -moz-box-shadow: 0px 0px 0px 0px #ff9c00;
  -webkit-box-shadow: 0px 0px 0px 0px #ff9c00;
  transition: 0.15s ease-in-out;
}

.modalbox {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 750px;
  transform: translateY(-50%) translateX(-50%) translateZ(1000px);
  -weblit-transform: translateY(-50%) translateX(-50%) translateZ(1000px);
  z-index: 1000;
  text-align: center;
}
.modalbox .ttl {
  text-align: center;
  font-size: 30px;
  color: #f55d0b;
  margin-bottom: 32px;
}
.modalbox .input {
  margin-bottom: 37px;
}
.modalbox .input input {
  width: 750px;
  font-size: 20px;
  padding: 20px 18px 22px;
}
.modalbox button {
  color: #f45d0a;
  border: 1px solid #666;
  width: 300px;
  height: 46px;
  border-radius: 46px;
  padding: 13px 0;
  margin-bottom: 29px;
  font-size: 16px;
  font-family: "Jockey One", sans-serif;
  letter-spacing: 0.05em;
  background: rgb(65, 65, 65);
  background: -moz-linear-gradient(top, rgb(65, 65, 65) 0%, rgb(34, 34, 34) 50%);
  background: -webkit-linear-gradient(top, rgb(65, 65, 65) 0%, rgb(34, 34, 34) 50%);
  background: linear-gradient(to bottom, rgb(65, 65, 65) 0%, rgb(34, 34, 34) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#414141", endColorstr="#222222",GradientType=0 );
  box-shadow: 0px 0px 0px 0px #ff9c00;
  -moz-box-shadow: 0px 0px 0px 0px #ff9c00;
  -webkit-box-shadow: 0px 0px 0px 0px #ff9c00;
  transition: 0.15s ease-in-out;
}
.modalbox button:hover {
  background-color: #000;
  border-color: #000;
  box-shadow: 0px 0px 18px 1px #ff9c00;
  -moz-box-shadow: 0px 0px 18px 1px #ff9c00;
  -webkit-box-shadow: 0px 0px 18px 1px #ff9c00;
}
.modalbox button img {
  vertical-align: middle;
  margin-right: 4px;
  position: relative;
  margin-top: -2px;
}
.modalbox dl dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
  color: #eee;
}
.modalbox dl dd {
  font-size: 16px;
  color: #ddd;
}
.modalbox dl dd a {
  color: #ddd;
  text-decoration: none;
  transition: 0.15s ease-in-out;
}
.modalbox dl dd a:hover {
  color: #f55d0b;
}

.modalbox.movie-modal {
  width: auto;
}

@media screen and (max-width: 768px) {
  .cardModalBox {
    display: none;
    position: fixed;
    top: 28%;
    left: 50%;
    width: 100%;
    transform: translateY(-50%) translateX(-50%) translateZ(1000px);
    -weblit-transform: translateY(-50%) translateX(-50%) translateZ(1000px);
    z-index: 1000;
    text-align: center;
  }
  .cardModalBox .content {
    font-size: 12px;
    width: 90%;
    height: 100%;
    padding: 6px !important;
    margin: 10px auto !important;
    background: #ECECEC;
    border: none;
    box-shadow: 0px 0px 18px 1px #000;
    -moz-box-shadow: 0px 0px 18px 1px #000;
    -webkit-box-shadow: 0px 0px 18px 1px #000;
    border-radius: 8px;
  }
  .cardModalBox .img {
    float: left;
    width: 40%;
  }
  .cardModalBox .side {
    float: left;
    width: 60%;
    padding-left: 10px !important;
    text-align: left;
    margin: 0 auto !important;
  }
  .cardModalBox .side .sub {
    margin-top: 12px !important;
    font-size: 10px !important;
  }
  .cardModalBox .side .txt {
    word-break: break-all;
  }
  .cardModalBox .side .txt .cardName {
    font-size: 14px !important;
  }
  .cardModalBox .side .txt img {
    width: 16px;
  }
  .cardModalBox .close {
    position: absolute;
    bottom: -35px;
    right: 31px;
    display: block;
    z-index: 610;
    width: 35px;
    height: 35px;
    background-color: rgba(0, 0, 0, 0.7);
    border: 2px solid #666;
  }
  .cardModalBox .close span {
    display: block;
    position: absolute;
    left: 4px;
    top: 16px;
    height: 2px;
    width: 24px;
    background-color: #ccc;
  }
  .cardModalBox .close span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .cardModalBox .close span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .cardModalBox .btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
  }
  .cardModalBox button {
    color: #FFF;
    border: 1px solid #666;
    width: 120px;
    height: 30px;
    padding: 10px 0;
    border-radius: 46px;
    font-size: 14px;
    letter-spacing: 0.05em;
    background: rgb(65, 65, 65);
    background: -moz-linear-gradient(top, rgb(65, 65, 65) 0%, rgb(34, 34, 34) 50%);
    background: -webkit-linear-gradient(top, rgb(65, 65, 65) 0%, rgb(34, 34, 34) 50%);
    background: linear-gradient(to bottom, rgb(65, 65, 65) 0%, rgb(34, 34, 34) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#414141", endColorstr="#222222",GradientType=0 );
    box-shadow: 0px 0px 0px 0px #ff9c00;
    -moz-box-shadow: 0px 0px 0px 0px #ff9c00;
    -webkit-box-shadow: 0px 0px 0px 0px #ff9c00;
    transition: 0.15s ease-in-out;
  }
  .modalbox {
    width: 100%;
    text-align: center;
  }
  .modalbox .ttl {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .modalbox .input {
    width: 85.4666%;
    margin: 0 auto 23px;
    font-size: 17px;
  }
  .modalbox .input input {
    width: 100%;
    padding: 10px 8px 12px;
  }
  .modalbox button {
    width: 154px;
    height: 37px;
    padding: 10px 0;
  }
  .modalbox button:hover {
    box-shadow: 0px 0px 0px 0px #ff9c00;
    -moz-box-shadow: 0px 0px 0px 0px #ff9c00;
    -webkit-box-shadow: 0px 0px 0px 0px #ff9c00;
  }
  .modalbox dl {
    width: 90%;
    margin: 0 auto;
  }
  .modalbox dl dt {
    font-size: 16px;
  }
  .modalbox dl dd {
    font-size: 15px;
    line-height: 1.4;
  }
  .modalbox.movie-modal {
    width: 100%;
  }
}
@-webkit-keyframes burning {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -5400px;
  }
}
@keyframes burning {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -5400px;
  }
}
.detail .cardPopupLink.active {
  color: #f55d0b !important;
}

#cookie-notice-box {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90px;
  border-top: 1px solid #f86108;
  background-color: #2a2a2a;
  z-index: 500;
  transition: transform 0.3s;
  transform: translateY(100%);
}
@media screen and (max-width: 768px) {
  #cookie-notice-box {
    height: 285px;
  }
}
#cookie-notice-box .cookie-notice-inner {
  width: 1230px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #cookie-notice-box .cookie-notice-inner {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 4vw;
    line-height: 1.5em;
    width: 94.6666666667vw;
  }
}
#cookie-notice-box .cookie-notice-inner div.cookie-left {
  color: #fff;
  width: 850px;
  flex-shrink: 0;
  font-size: 12px;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  #cookie-notice-box .cookie-notice-inner div.cookie-left {
    width: 100%;
    margin-bottom: 4vw;
    font-size: 10px;
    padding-right: 0;
  }
}
#cookie-notice-box .cookie-notice-inner div.cookie-right ul {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
}
#cookie-notice-box .cookie-notice-inner div.cookie-right ul li a {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #cookie-notice-box .cookie-notice-inner div.cookie-right ul li:nth-child(1) a {
    width: 36vw;
  }
}
#cookie-notice-box .cookie-notice-inner div.cookie-right ul li:nth-child(2) {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #cookie-notice-box .cookie-notice-inner div.cookie-right ul li:nth-child(2) {
    margin-left: 2vw;
  }
}
#cookie-notice-box .cookie-notice-inner div.cookie-right &gt; p {
  color: white;
  text-align: center;
  font-size: 12px;
  margin-top: 3px;
}
#cookie-notice-box .cookie-notice-inner div.cookie-right &gt; p a {
  color: white;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #cookie-notice-box .cookie-notice-inner div.cookie-right &gt; p {
    margin-top: 10px;
  }
}

.cardDisplayRow {
  display: flex;
  justify-content: center;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .cardDisplayRow {
    margin-left: -2px;
    margin-right: -2px;
  }
}
.cardDisplayRow .flip-card {
  margin: 0 !important;
}
.cardDisplayRow .flip-card .btn-roll {
  top: auto !important;
  bottom: -30px;
}
.cardDisplayRow .flip-card .card-box {
  width: auto !important;
  height: auto !important;
}
.cardDisplayRow &gt; div {
  margin-left: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .cardDisplayRow &gt; div {
    margin-left: 2px;
    margin-right: 2px;
  }
}
.cardDisplayRow &gt; div &gt; a &gt; img {
  margin: 0 !important;
}

/*# sourceMappingURL=common.css.map */
</pre></body></html>