<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nothing+You+Could+Do&amp;display=swap");
.u-red {
  color: #f0027f;
}

.u-blue {
  color: #002ac6;
}

.u-mark {
  background: #fffc00;
  padding: 0.5rem;
  margin: 0 0.5rem;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
}

.main-container {
  word-break: break-word;
}

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del,
ins {
  text-decoration: none;
}

ul li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

/* h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} */
q:before,
q:after {
  content: "";
}

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

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input,
button,
textarea,
select {
  *font-size: 100%;
}

body.device-type-desktop {
  overflow: scroll !important;
}

.wrapper .related-programs-subtitle-2TQOq {
  color: #333;
}

#rectangle-desktop {
  min-height: 250px;
  background: #dddddd;
  margin-bottom: 50px;
}

#rectangle-desktop,
#superbanner-mobile,
#rectangle-mobile {
  text-align: center;
  background: #fff;
}

.sp-nav-true #rectangle-mobile {
  padding-bottom: 7rem;
}

#superbanner-mobile iframe {
  vertical-align: bottom;
}

#superbanner-desktop {
  position: absolute;
  top: 0;
  right: 0;
  left: 352px;
  margin: auto;
  width: 728px;
  height: 90px;
}

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

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.wrapper #common-onair {
  font-family: Noto Sans Japanese, sans-serif;
  font-size: 1.4rem;
  line-height: 2rem;
}
.wrapper #common-onair a.common-onair-scheduleHeaderButton-23Qrc {
  line-height: 2.4rem;
  color: #ffffff;
}
.wrapper #common-onair .common-onair-scheduleItemTimeActiveNow-1l0Wm {
  color: #ffffff;
}
.wrapper #common-onair .common-onair-scheduleItemTitleActive-1A491 {
  color: #ffffff;
}
.wrapper #common-onair .common-onair-scheduleHeaderDayOfWeek-1CJWq {
  color: #fff;
}
.wrapper #common-onair .common-onair-scheduleHeaderDate-2khQV {
  font-family: Noto Sans Japanese, sans-serif;
}

.social-button-icon {
  cursor: pointer;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  position: relative;
  margin-bottom: 0.8rem;
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.social-button-icon &gt; svg {
  fill: #fff;
  width: 2.8rem;
  height: 2.8rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.social-button-facebook &gt; svg {
  fill: #fff;
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.social-box {
  position: relative;
}
.social-box #social-button {
  display: block;
  text-align: center;
}
.social-box #social-button .social-button-icon {
  margin: 1rem 1rem 0rem;
  display: inline-block;
  vertical-align: middle;
}

.device-type-mobile .social-button {
  margin-bottom: 0;
}

.social-button-x {
  background-color: #000000;
}

.social-button-x:hover {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.social-button-twitter {
  background-color: #55acee;
}

.social-button-twitter:hover {
  background-color: rgba(85, 172, 238, 0.6);
}

.social-button-facebook {
  background-color: #1877f2 !important;
}

.social-button-facebook:hover {
  background-color: rgba(24, 119, 242, 0.6) !important;
}

.social-button-line {
  background-color: #00c300;
}

.social-button-line:hover {
  background-color: rgba(0, 195, 0, 0.6);
}

.page-section {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #212121;
}

.common-onair-scheduleHeaderButton-23Qrc {
  line-height: 3rem;
}

.wrapper .modal {
  display: none;
}
.wrapper .modal.active {
  display: block;
}
.wrapper .btn-more-box .load-more {
  display: none;
}

#common-footer a {
  font-size: 1.2rem;
}

.common-footer-sp-primaryContainer-19Olw {
  margin-top: 0 !important;
}

.wrapper .related-programs-container-21xlP a {
  background: #ffffff;
}
.wrapper .related-programs-container-21xlP a:hover {
  background: #ffffff;
}
.wrapper .present-moreLinkContainer-1iHUK a {
  color: #00a0c6;
}
.wrapper .present-circle-2iOfl {
  border-radius: 50%;
  position: absolute;
  right: 0.4rem;
  bottom: 0.7rem;
  width: 1.8rem;
  height: 1.8rem;
  opacity: 0.8;
  -webkit-transform: scale(1.3) rotate(0.001deg);
  transform: scale(1.3) rotate(0.001deg);
}
.wrapper .present-moreLink-3dBoY {
  padding-right: 3rem;
}
.wrapper .present-container-3kCP1 {
  margin-top: 0.6rem;
}
.wrapper .ranking-container-3O6CH {
  margin-top: 0.6rem;
}
.wrapper .present-moreLinkContainer-1iHUK {
  margin-top: 0;
}
.wrapper .present-container-3kCP1 {
  margin-bottom: 0.6rem;
}
.wrapper .present-header-1TvSX,
.wrapper .ranking-header-3Maul {
  font-size: 1.8rem;
}

.sp-header-banner,
.sp-footer-banner {
  text-align: center;
}

.param-link {
  cursor: pointer;
}

#common-onair {
  line-height: 2rem;
}
#common-onair a {
  text-decoration: none;
}

.cf:after, .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.cf, .clearfix {
  display: inline-block;
}

/* Hides from IE Mac */
* html .cf, * html .clearfix {
  height: 1%;
}

.cf, .clearfix {
  display: block;
}

.u-pink {
  color: #f0027f !important;
}

.u-red {
  color: #FF0000 !important;
}

.u-orange {
  color: #FF9900 !important;
}

.u-blue {
  color: #0000FF !important;
}

.u-navy {
  color: #000080 !important;
}

.u-green {
  color: #008000 !important;
}

.u-black {
  color: #000000 !important;
}

.u-silver {
  color: #C0C0C0 !important;
}

.u-gray {
  color: #808080 !important;
}

.u-white {
  color: #ffffff !important;
}

.u-black {
  color: #000000 !important;
}

.u-mark {
  background: #fffc00;
  padding: 0.5rem;
  margin: 0 0.5rem;
}

.u-font-size-s {
  font-size: 80% !important;
  line-height: 80% !important;
}

.u-font-size-m {
  font-size: 100% !important;
  line-height: 100% !important;
}

.u-font-size-l {
  font-size: 150% !important;
  line-height: 160% !important;
}

.u-font-size-ll {
  font-size: 200% !important;
  line-height: 180% !important;
}

.u-f11 {
  font-size: 1.1rem !important;
}

.u-f12 {
  font-size: 1.2rem !important;
}

.u-f13 {
  font-size: 1.3rem !important;
}

.u-f14 {
  font-size: 1.4rem !important;
}

.u-f15 {
  font-size: 1.5rem !important;
}

.u-f16 {
  font-size: 1.6rem !important;
}

.u-f17 {
  font-size: 1.7rem !important;
}

.u-f18 {
  font-size: 1.8rem !important;
}

.u-f19 {
  font-size: 1.9rem !important;
}

.u-f20 {
  font-size: 2rem !important;
}

.u-f21 {
  font-size: 2.1rem !important;
}

.u-f22 {
  font-size: 2.2rem !important;
}

.u-f23 {
  font-size: 2.3rem !important;
}

.u-f24 {
  font-size: 2.4rem !important;
}

.u-f25 {
  font-size: 2.5rem !important;
}

.u-f26 {
  font-size: 2.6rem !important;
}

.u-f27 {
  font-size: 2.7rem !important;
}

.u-f28 {
  font-size: 2.8rem !important;
}

.u-f29 {
  font-size: 2.9rem !important;
}

.u-f30 {
  font-size: 3rem !important;
}

.u-f31 {
  font-size: 3.1rem !important;
}

.u-f32 {
  font-size: 3.2rem !important;
}

.u-f33 {
  font-size: 3.3rem !important;
}

.u-f34 {
  font-size: 3.4rem !important;
}

.u-f35 {
  font-size: 3.5rem !important;
}

.u-f36 {
  font-size: 3.6rem !important;
}

.u-f37 {
  font-size: 3.7rem !important;
}

.u-f38 {
  font-size: 3.8rem !important;
}

.u-f39 {
  font-size: 3.9rem !important;
}

.u-f40 {
  font-size: 4rem !important;
}

.u-tl {
  text-align: left !important;
}

.u-tc {
  text-align: center !important;
}

.u-tr {
  text-align: right !important;
}

.u-db {
  display: block !important;
}

.u-di {
  display: inline-block !important;
}

.u-fl {
  float: left !important;
}

.u-fr {
  float: right !important;
}

.u-b {
  font-weight: bold !important;
}

.u-cp {
  cursor: pointer !important;
}

.u-vt {
  vertical-align: top !important;
}

.u-vm {
  vertical-align: middle !important;
}

.u-vba {
  vertical-align: baseline !important;
}

.u-vbo {
  vertical-align: bottom !important;
}

.device-type-desktop .u-mtn {
  margin-top: 0 !important;
}
.device-type-desktop .u-mts {
  margin-top: 1rem !important;
}
.device-type-desktop .u-mtm {
  margin-top: 2rem !important;
}
.device-type-desktop .u-mtl {
  margin-top: 3rem !important;
}
.device-type-desktop .u-mtx {
  margin-top: 4rem !important;
}
.device-type-desktop .u-mtxl {
  margin-top: 5rem !important;
}
.device-type-desktop .u-mbn {
  margin-bottom: 0 !important;
}
.device-type-desktop .u-mbs {
  margin-bottom: 1rem !important;
}
.device-type-desktop .u-mbm {
  margin-bottom: 2rem !important;
}
.device-type-desktop .u-mbl {
  margin-bottom: 3rem !important;
}
.device-type-desktop .u-mbx {
  margin-bottom: 4rem !important;
}
.device-type-desktop .u-mbxl {
  margin-bottom: 5rem !important;
}
.device-type-desktop .u-mln {
  margin-left: 0 !important;
}
.device-type-desktop .u-mls {
  margin-left: 1rem !important;
}
.device-type-desktop .u-mlm {
  margin-left: 2rem !important;
}
.device-type-desktop .u-mll {
  margin-left: 3rem !important;
}
.device-type-desktop .u-mlx {
  margin-left: 4rem !important;
}
.device-type-desktop .u-mlxl {
  margin-left: 5rem !important;
}
.device-type-desktop .u-mrn {
  margin-right: 0 !important;
}
.device-type-desktop .u-mrs {
  margin-right: 1rem !important;
}
.device-type-desktop .u-mrm {
  margin-right: 2rem !important;
}
.device-type-desktop .u-mrl {
  margin-right: 3rem !important;
}
.device-type-desktop .u-mrx {
  margin-right: 4rem !important;
}
.device-type-desktop .u-mrxl {
  margin-right: 5rem !important;
}
.device-type-desktop .u-mra {
  margin-right: auto !important;
}
.device-type-desktop .u-mla {
  margin-left: auto !important;
}
.device-type-desktop .u-mca {
  margin-left: auto !important;
  margin-right: auto !important;
}
.device-type-desktop .u-ptn {
  padding-top: 0 !important;
}
.device-type-desktop .u-pts {
  padding-top: 1rem !important;
}
.device-type-desktop .u-ptm {
  padding-top: 2rem !important;
}
.device-type-desktop .u-ptl {
  padding-top: 3rem !important;
}
.device-type-desktop .u-ptx {
  padding-top: 4rem !important;
}
.device-type-desktop .u-ptxl {
  padding-top: 5rem !important;
}
.device-type-desktop .u-pbn {
  padding-bottom: 0 !important;
}
.device-type-desktop .u-pbs {
  padding-bottom: 1rem !important;
}
.device-type-desktop .u-pbm {
  padding-bottom: 2rem !important;
}
.device-type-desktop .u-pbl {
  padding-bottom: 3rem !important;
}
.device-type-desktop .u-pbx {
  padding-bottom: 4rem !important;
}
.device-type-desktop .u-pbxl {
  padding-bottom: 5rem !important;
}
.device-type-desktop .u-pln {
  padding-left: 0 !important;
}
.device-type-desktop .u-pls {
  padding-left: 1rem !important;
}
.device-type-desktop .u-plm {
  padding-left: 2rem !important;
}
.device-type-desktop .u-pll {
  padding-left: 3rem !important;
}
.device-type-desktop .u-plx {
  padding-left: 4rem !important;
}
.device-type-desktop .u-plxl {
  padding-left: 5rem !important;
}
.device-type-desktop .u-prn {
  padding-right: 0 !important;
}
.device-type-desktop .u-prs {
  padding-right: 1rem !important;
}
.device-type-desktop .u-prm {
  padding-right: 2rem !important;
}
.device-type-desktop .u-prl {
  padding-right: 3rem !important;
}
.device-type-desktop .u-prx {
  padding-right: 4rem !important;
}
.device-type-desktop .u-prxl {
  padding-right: 5rem !important;
}

.device-type-mobile .u-mtn {
  margin-top: 0 !important;
}
.device-type-mobile .u-mts {
  margin-top: 1rem !important;
}
.device-type-mobile .u-mtm {
  margin-top: 1.5rem !important;
}
.device-type-mobile .u-mtl {
  margin-top: 2rem !important;
}
.device-type-mobile .u-mtx {
  margin-top: 3rem !important;
}
.device-type-mobile .u-mtxl {
  margin-top: 3.5rem !important;
}
.device-type-mobile .u-mbn {
  margin-bottom: 0 !important;
}
.device-type-mobile .u-mbs {
  margin-bottom: 1rem !important;
}
.device-type-mobile .u-mbm {
  margin-bottom: 1.5rem !important;
}
.device-type-mobile .u-mbl {
  margin-bottom: 2rem !important;
}
.device-type-mobile .u-mbx {
  margin-bottom: 3rem !important;
}
.device-type-mobile .u-mbxl {
  margin-bottom: 3.5rem !important;
}
.device-type-mobile .u-mln {
  margin-left: 0 !important;
}
.device-type-mobile .u-mls {
  margin-left: 1rem !important;
}
.device-type-mobile .u-mlm {
  margin-left: 1.5rem !important;
}
.device-type-mobile .u-mll {
  margin-left: 2rem !important;
}
.device-type-mobile .u-mlx {
  margin-left: 3rem !important;
}
.device-type-mobile .u-mlxl {
  margin-left: 3.5rem !important;
}
.device-type-mobile .u-mrn {
  margin-right: 0 !important;
}
.device-type-mobile .u-mrs {
  margin-right: 1rem !important;
}
.device-type-mobile .u-mrm {
  margin-right: 1.5rem !important;
}
.device-type-mobile .u-mrl {
  margin-right: 2rem !important;
}
.device-type-mobile .u-mrx {
  margin-right: 3rem !important;
}
.device-type-mobile .u-mrxl {
  margin-right: 3.5rem !important;
}
.device-type-mobile .u-mra {
  margin-right: auto !important;
}
.device-type-mobile .u-mla {
  margin-left: auto !important;
}
.device-type-mobile .u-mca {
  margin-left: auto !important;
  margin-right: auto !important;
}
.device-type-mobile .u-ptn {
  padding-top: 0 !important;
}
.device-type-mobile .u-pts {
  padding-top: 1rem !important;
}
.device-type-mobile .u-ptm {
  padding-top: 1.5rem !important;
}
.device-type-mobile .u-ptl {
  padding-top: 2rem !important;
}
.device-type-mobile .u-ptx {
  padding-top: 3rem !important;
}
.device-type-mobile .u-ptxl {
  padding-top: 3.5rem !important;
}
.device-type-mobile .u-pbn {
  padding-bottom: 0 !important;
}
.device-type-mobile .u-pbs {
  padding-bottom: 1rem !important;
}
.device-type-mobile .u-pbm {
  padding-bottom: 1.5rem !important;
}
.device-type-mobile .u-pbl {
  padding-bottom: 2rem !important;
}
.device-type-mobile .u-pbx {
  padding-bottom: 3rem !important;
}
.device-type-mobile .u-pbxl {
  padding-bottom: 3.5rem !important;
}
.device-type-mobile .u-pln {
  padding-left: 0 !important;
}
.device-type-mobile .u-pls {
  padding-left: 1rem !important;
}
.device-type-mobile .u-plm {
  padding-left: 1.5rem !important;
}
.device-type-mobile .u-pll {
  padding-left: 2rem !important;
}
.device-type-mobile .u-plx {
  padding-left: 3rem !important;
}
.device-type-mobile .u-plxl {
  padding-left: 3.5rem !important;
}
.device-type-mobile .u-prn {
  padding-right: 0 !important;
}
.device-type-mobile .u-prs {
  padding-right: 1rem !important;
}
.device-type-mobile .u-prm {
  padding-right: 1.5rem !important;
}
.device-type-mobile .u-prl {
  padding-right: 2rem !important;
}
.device-type-mobile .u-prx {
  padding-right: 3rem !important;
}
.device-type-mobile .u-prxl {
  padding-right: 3.5rem !important;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: visible !important;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered &amp; tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #000;
  padding: 0px;
}

#cboxLoadingGraphic {
  background: url(../common-img/colorbox/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(../common-img/colorbox/controls.png) no-repeat 0 0;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

/*
orijinal
*/
.device-type-desktop #cboxLoadedContent {
  background: none;
}
.device-type-desktop #cboxContent {
  margin-top: 60px;
  background: none;
}
.device-type-desktop #cboxClose {
  color: #ffffff;
  text-indent: -9999px;
  top: -70px;
  width: 70px;
  height: 70px;
  right: -17px;
  background: url(../common-img/close.png);
}

.device-type-mobile #cboxLoadedContent {
  background: #ffffff;
}
.device-type-mobile #cboxContent {
  margin-top: 6rem;
  background: none;
}
.device-type-mobile #cboxClose {
  color: #ffffff;
  text-indent: -9999px;
  top: -4.9rem;
  width: 5rem;
  height: 5rem;
  right: -1rem;
  background: url(../common-img/close.png);
  background-size: 5rem;
}

#cboxClose {
  outline: none;
}

.device-type-desktop .external-style, .device-type-desktop .device-type-mobile a.external-link.active:before, .device-type-mobile .device-type-desktop a.external-link.active:before, .device-type-desktop a.external-link:hover:before {
  content: "";
  width: 80px;
  height: 32px;
  display: block;
  background: url(/common/des/01/images/external.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -32px;
  left: -8px;
  z-index: 1000;
}
.device-type-desktop a.external-link {
  position: relative;
}
.device-type-desktop .twitter-area a[target=_blank],
.device-type-desktop .instagram-area a[target=_blank] {
  display: block;
  position: relative;
}
.device-type-desktop .twitter-area a[target=_blank]:hover:before,
.device-type-desktop .instagram-area a[target=_blank]:hover:before {
  top: -22px;
}
.device-type-desktop #section-ticker a.external-link, .device-type-desktop .swiper-wholl-playlist a.external-link {
  display: block;
  position: relative;
}
.device-type-desktop #section-ticker a.external-link:hover:before, .device-type-desktop .swiper-wholl-playlist a.external-link:hover:before {
  left: 0px;
}

.device-type-mobile .external-style, .device-type-mobile a.external-link.active:before, .device-type-mobile .device-type-desktop a.external-link:hover:before, .device-type-desktop .device-type-mobile a.external-link:hover:before {
  content: "";
  width: 21.3333333333vw;
  height: 8.5333333333vw;
  display: block;
  background: url(/common/des/01/images/external.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -8.5333333333vw;
  left: 0vw;
  z-index: 1000;
}
.device-type-mobile a.external-link {
  position: relative;
}
.device-type-mobile .twitter-area a[target=_blank],
.device-type-mobile .instagram-area a[target=_blank] {
  display: block;
  position: relative;
}

.protect-box {
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -webkit-touch-callout: none;
}

.recommend-movie-ph {
  pointer-events: none;
}

img.protect {
  pointer-events: none;
}

.api-bnr .protect-box img {
  pointer-events: none;
}

img.protect.active {
  opacity: 1;
}

#Map {
  z-index: 3;
  position: relative;
}

/**
 * Swiper 6.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 5, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical &gt; .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow &gt; .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-multirow-column &gt; .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-container-free-mode &gt; .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode &gt; .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode &gt; .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode &gt; .swiper-wrapper &gt; .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode &gt; .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode &gt; .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal &gt; .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical &gt; .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl &gt; .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal &gt; .swiper-pagination-progressbar, .swiper-container-vertical &gt; .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal &gt; .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical &gt; .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal &gt; .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical &gt; .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container &gt; canvas, .swiper-zoom-container &gt; img, .swiper-zoom-container &gt; svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#wrapper .swiper-arrow {
  z-index: 11;
  width: 44px;
  height: 82px;
  position: absolute;
  margin-top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
#wrapper .swiper-arrow:after {
  content: none;
}
#wrapper .swiper-arrow.active {
  opacity: 1;
}
#wrapper .swiper-pagination {
  width: 100%;
  position: relative;
  margin-top: 10px;
}
#wrapper .swiper-pagination-bullet {
  margin: 0 6px;
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #cccccc;
}
#wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #b71b03;
}
#wrapper .swiper-button-prev {
  background: url(../common-img/slider_arrow_left.png);
  background-repeat: no-repeat;
  left: -26px;
}
#wrapper .swiper-button-prev.active {
  -webkit-animation: swiperPrev 0.5s ease-out 0s 1;
  animation: swiperPrev 0.5s ease-out 0s 1;
}
#wrapper .swiper-button-next {
  background: url(../common-img/slider_arrow_right.png);
  background-repeat: no-repeat;
  right: -26px;
}
#wrapper .swiper-button-next.active {
  -webkit-animation: swiperNext 0.5s ease-out 0s 1;
  animation: swiperNext 0.5s ease-out 0s 1;
}
@-webkit-keyframes swiperPrev {
  from {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes swiperNext {
  from {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
#wrapper .parts-movie-list {
  padding-top: 10px;
}
#wrapper .youtube-playlist-wrapper {
  position: relative;
}
#wrapper .youtube-playlist-wrapper .thumb-playlist-wrap {
  position: relative;
}
#wrapper .youtube-playlist-wrapper .thumb-playlist-wrap .swiper-container.swiper-playlist {
  overflow: hidden;
  margin-top: -50px;
}
#wrapper .youtube-playlist-wrapper .thumb-playlist-wrap .swiper-container.swiper-playlist .swiper-slide {
  height: 136px;
  cursor: pointer;
  padding-top: 50px;
}
#wrapper .youtube-playlist-wrapper .thumb-playlist-wrap .swiper-container.swiper-playlist .swiper-slide a {
  background: #000000;
  display: block;
  width: 100%;
  height: 100%;
}
#wrapper .youtube-playlist-wrapper .thumb-playlist-wrap .swiper-container.swiper-playlist .swiper-slide a .play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}
#wrapper .youtube-playlist-wrapper .thumb-playlist-wrap .swiper-container.swiper-playlist .swiper-slide .youtube-thumb {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0.6;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (-ms-high-contrast: none) {
  #wrapper .youtube-playlist-wrapper .thumb-playlist-wrap .swiper-container.swiper-playlist .swiper-slide .youtube-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
#wrapper .youtube-playlist-wrapper .thumb-playlist-wrap .swiper-container.swiper-playlist .swiper-slide:hover .youtube-thumb, #wrapper .youtube-playlist-wrapper .thumb-playlist-wrap .swiper-container.swiper-playlist .swiper-slide.custom-active .youtube-thumb {
  opacity: 1;
}
#wrapper .youtube-playlist-wrapper .thumb-playlist-wrap .swiper-arrow {
  top: 78px;
}
#wrapper .single-slider {
  position: relative;
}
#wrapper .single-slider .swiper-arrow {
  top: 188px;
}

.modal-box {
  width: 800px;
}
.modal-box .ttl {
  font-size: 2rem;
  text-align: center;
  padding: 10px 0;
}
.modal-box .btn-box {
  text-align: center;
  text-decoration: none;
}
.modal-box .btn-box.inline a {
  display: inline-block;
}
.modal-box .btn-box a {
  position: relative;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  padding: 10px 50px;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#dabd35), color-stop(50%, #f3e36f), to(#dabd35));
  background: -webkit-linear-gradient(left, #dabd35 0%, #f3e36f 50%, #dabd35 100%);
  background: linear-gradient(to right, #dabd35 0%, #f3e36f 50%, #dabd35 100%);
  color: #000;
  text-decoration: none;
  border-radius: 100px;
  width: 35%;
  margin: 20px auto;
}
.modal-box .btn-box a:after {
  content: "";
  font-family: FontAwesome;
  display: block;
  width: 20px;
  height: 20px;
  font-size: 2.1rem;
  position: absolute;
  top: 10px;
  right: 15px;
  color: #000;
}

.modal-wrapper {
  font-size: 1.6rem;
  line-height: 3.2rem;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 1500;
  visibility: hidden;
  text-align: center;
  width: 100%;
  height: 100%;
}

.modal-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0px;
  left: -100%;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.54);
  -webkit-tap-highlight-color: transparent;
  will-change: opacity;
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
  z-index: 1400;
  -webkit-transition: left 0ms cubic-bezier(0.23, 1, 0.32, 1) 400ms, opacity 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: left 0ms cubic-bezier(0.23, 1, 0.32, 1) 400ms, opacity 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.modal-card {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  transition: -webkit-transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -webkit-transition: -webkit-transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, -webkit-transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  margin: 0px auto;
  z-index: 1500;
  left: -100%;
  -webkit-transform: translate(0px, -64px);
  transform: translate(0px, -64px);
  opacity: 0;
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 45px, rgba(0, 0, 0, 0.22) 0px 10px 18px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 45px, rgba(0, 0, 0, 0.22) 0px 10px 18px;
  border-radius: 2px;
  max-width: 800px;
  width: 800px;
  min-height: 298px;
  padding: 20px;
  display: inline-block;
  text-align: left;
  position: relative;
  vertical-align: top;
}

.modal-card .cast-box {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.modal-card .cast-box .cast-thumb {
  margin-right: 20px;
  width: 240px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.modal-card .cast-box .cast-thumb img {
  width: 100%;
}

.modal-card .cast-dot {
  display: none !important;
}

.modal-card .cast-name {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 5px;
}

.modal-card {
  background: url(../common-img/light-gold-bg.png) repeat left top #0e090b;
  background-size: 40px;
}
.modal-card .cast-txt {
  padding-top: 10px;
  color: #000;
  font-size: 1.6rem;
}
.modal-card .cast-name {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 20px;
  color: #b71b03;
  padding-bottom: 10px;
  border-bottom: 2px dashed #b71b03;
  position: relative;
  position: relative;
}
.modal-card .cast-name:before {
  content: "";
  position: absolute;
  width: 35px;
  height: 33px;
  top: 0px;
  right: 0px;
  background: url(../common-img/heart-red.png) no-repeat center top;
  background-size: contain;
}
.modal-card .cast-name-kana {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 8px;
  line-height: 1em;
  color: #b71b03;
}
.modal-card .cast-age {
  font-size: 1.4rem;
  background: #b71b03;
  color: #fff;
  font-weight: 500;
  padding: 5px 5px;
  line-height: 1em;
  display: inline-block;
  margin: 0 5px 0 10px;
  font-weight: bold;
}
.modal-card .cast-group {
  font-size: 1.4rem;
  color: #000;
}
.modal-card .cast {
  color: #000;
}
.modal-card .slash {
  margin: 0 5px;
  color: #000;
}

.popup-content {
  cursor: pointer;
  border-bottom: solid 1px currentColor;
  color: #b71b03;
}

.popup-content:hover {
  border-bottom: none;
}

body.second #wrapper #header-image {
  position: relative;
}
body.second #wrapper #header-wrap {
  min-height: 145px;
  background: #bf1d05;
  background: url(../common-img/second-header.png) no-repeat center top #bf1d05;
}
body.second #wrapper .second-header {
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body.second #wrapper .second-header .logo a {
  display: block;
  width: 480px;
}
body.second #wrapper .second-header .date {
  width: 310px;
  padding-top: 1rem;
}
body.second #wrapper .cap-box {
  min-height: auto;
  position: relative;
}
body.second #wrapper .cap-box .play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  margin-left: -35px;
  margin-top: -35px;
}
body.second #wrapper .cap-box img {
  width: 100%;
  height: auto;
}
body.second #wrapper .movie-player iframe {
  width: 680px;
  height: 383px;
  display: block;
  margin: 0 auto;
}
body.second #wrapper .h2-ttl, body.second body.top #wrapper #main-side-box .top-side-h2-ttl, body.top body.second #wrapper #main-side-box .top-side-h2-ttl, body.second #wrapper .h2-ttl-inner {
  margin-top: 30px;
}
body.news #wrapper .second-box .img-box, body.news #wrapper .second-box .read-box, body.news #wrapper .second-box .btn-box, body.news #wrapper .second-box .youtube-wrap {
  margin-top: 30px;
}
body.news #wrapper .second-box .attention-ttl {
  margin-bottom: 15px;
  text-align: center;
}
body.news #wrapper .second-box .attention-text {
  font-size: 13px;
  line-height: 22px;
  margin-top: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
}
body.news #wrapper .second-box .h3-ttl-a + .h3-ttl-b {
  margin-top: 30px;
}
body.news #wrapper .second-box .h3-ttl-a + .read-box {
  margin-top: 15px;
}
body.news #wrapper .second-box .h1-ttl-box + .h3-ttl-a {
  margin-top: 30px;
}
body.news #wrapper .second-box .news-line {
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
  margin-top: 50px;
  margin-bottom: 50px;
}
body.story #wrapper .h1-ttl-box {
  text-align: center;
  border-bottom: 3px solid #b71b03;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-weight: bold;
}
body.story #wrapper .h1-ttl-box .date {
  font-size: 1.3rem;
  line-height: 2.8rem;
  color: #fff;
  background: #b71b03;
  padding: 0 18px;
  display: inline-block;
  margin-bottom: 20px;
  text-align: center;
}
body.story #wrapper .h1-ttl-box .date span {
  font-size: 90%;
}
body.story #wrapper .h1-ttl-box .num {
  font-family: "Nothing You Could Do", cursive;
  font-size: 3.5rem;
  color: #b71b03;
}
body.story #wrapper .h1-ttl-box .num span {
  font-size: 150%;
  margin-left: 8px;
}
body.story #wrapper .h1-ttl-box .sub-ttl {
  font-size: 1.8rem;
  color: #b71b03;
  margin-top: 1rem;
}
body.story #wrapper .parts-story-list {
  margin-top: 6rem;
  border-top: dashed 2px #b71b03;
}
body.story #wrapper .guest-box {
  margin-bottom: 30px;
  overflow: hidden;
}
body.story #wrapper .guest-box .cast-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  overflow: hidden;
}
body.story #wrapper .guest-box .cast-box .cast-thumb {
  margin-right: 20px;
  width: 180px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
body.story #wrapper .guest-box .cast-box .cast-thumb img {
  width: 100%;
}
body.story #wrapper .guest-box .cast-box .cast-name {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
body.story #wrapper .guest-box .cast-box .cast-name-kana {
  font-weight: normal;
  font-size: 1.6rem;
  margin-bottom: 5px;
}
body.story #wrapper #douga-banner-area {
  width: 325px;
  margin: 0 auto 40px;
}
body.story #wrapper .thumb-list-box {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
body.story #wrapper .thumb-list-box li {
  width: calc((100% / 3) - 4px);
}
body.story #wrapper .thumb-list-box li a {
  margin: 5px;
  text-decoration: none;
  color: #ffffff;
  background: #b71b03;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: block;
  padding: 6px 6px 0;
}
body.story #wrapper .thumb-list-box li a:hover {
  background: #d0ad2a;
}
body.story #wrapper .thumb-list-box li a .thumb-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body.story #wrapper .thumb-list-box li a .thumb-box img {
  width: 100%;
}
body.story #wrapper .thumb-list-box li a .txt-box {
  padding: 10px 0;
}
body.story #wrapper .thumb-list-box li a .txt-box .ttl {
  font-weight: 500;
  font-family: "Nothing You Could Do", cursive;
  font-size: 2.6rem;
  color: #fff;
}
body.story #wrapper .thumb-list-box li a .txt-box .ttl span {
  font-size: 150%;
  margin-left: 3px;
}
body.cast #wrapper .chart {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}
body.cast #wrapper .cast-box {
  margin-bottom: 30px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
body.cast #wrapper .cast-box:last-child {
  margin-bottom: 0;
}
body.cast #wrapper .cast-box .cast-thumb {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 240px;
  margin-right: 20px;
}
body.cast #wrapper .cast-box .cast-thumb img {
  width: 100%;
}
body.cast #wrapper .cast-name {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 10px;
  color: #b71b03;
  padding-bottom: 10px;
  border-bottom: 2px dashed #b71b03;
  position: relative;
}
body.cast #wrapper .cast-name:before {
  content: "";
  position: absolute;
  width: 35px;
  height: 33px;
  top: 0px;
  right: 0px;
  background: url(../common-img/heart-red.png) no-repeat center top;
  background-size: contain;
}
body.cast #wrapper .cast-name-kana {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 7px;
  line-height: 1em;
  color: #b71b03;
}
body.cast #wrapper .cast-dot {
  text-align: center;
  margin: 60px auto;
  font-size: 35px;
  color: #b71b03;
}
body.cast #wrapper .cast-dot svg {
  fill: #b71b03;
  margin: 0 5px;
}
body.cast #wrapper .cast-age {
  font-size: 1.4rem;
  background: #b71b03;
  color: #fff;
  font-weight: 500;
  padding: 5px 5px;
  line-height: 1em;
  display: inline-block;
  margin: 0 5px 0 10px;
}
body.cast #wrapper .cast-group {
  font-size: 1.4rem;
  color: #222;
}
body.cast #wrapper .cast-txt .cast {
  color: #222;
}
body.cast #wrapper .slash {
  color: #222;
  margin: 0 5px;
}
body.staff #wrapper h4.staff-ttl {
  color: #fff;
  background: #b71b03;
  font-size: 2.2rem;
  text-align: center;
  margin: 0 auto;
  font-weight: 600;
  margin-bottom: 3rem;
  margin-top: 3rem;
  position: relative;
  padding: 5px 0;
  background: url(../common-img/gold-bg.png) repeat left top #071420;
  background-size: 48px;
  color: #000;
}
body.staff #wrapper dl.staff-box {
  text-align: center;
}
body.staff #wrapper dl.staff-box dt {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 25px;
  color: #b71b03;
}
body.staff #wrapper dl.staff-box dd {
  margin-bottom: 50px;
}
body.staff #wrapper dl.staff-box dd span {
  font-size: 80%;
}
body.staff #wrapper .music-box {
  margin-bottom: 7rem;
}
body.staff #wrapper .music-box .m-ttl {
  font-size: 3rem;
  color: #b71b03;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
  display: block;
}
body.staff #wrapper .music-box .m-a {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
body.staff #wrapper .music-box .m-l {
  text-align: center;
  font-size: 1.5rem;
  display: block;
}
body.staff #wrapper .music-box img.m-img {
  text-align: center;
  width: 70%;
}
body.quiz #wrapper {
  font-family: "M PLUS Rounded 1c", sans-serif;
}
body.quiz #wrapper #contents-wrap {
  background-position: center top -10px;
  background-size: 2000px auto;
}
body.quiz #wrapper .second-box {
  background-color: #fff;
  background-image: url(../quiz/img/ohgi.png), url(../common-img/contents-box-bg.png);
  background-position: center bottom -140px, center top;
  background-repeat: no-repeat, repeat;
  border-radius: 40px 40px;
  padding-top: 136px;
  padding-bottom: 83px;
}
body.quiz #wrapper .second-box::before {
  top: -30px;
}
body.quiz #wrapper .h2-ttl-out {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  width: 731px;
}
body.quiz #wrapper .btn-box a {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
}
body.quiz #wrapper .quiz-content img {
  display: block;
  height: auto;
}
body.quiz #wrapper .quiz-content__header {
  background: url(../quiz/img/quiz-header-bg.png) 0 bottom/100% auto no-repeat;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 19px;
  padding-bottom: 38px;
}
body.quiz #wrapper .quiz-content__footer {
  margin-top: 70px;
  margin-bottom: 60px;
}
body.quiz #wrapper .quiz-copy {
  font-size: 26px;
  color: #b71b03;
  font-weight: 700;
  line-height: calc(40/26);
  text-align: center;
  background-color: rgba(253, 241, 224, 0.9);
  border-radius: 20px;
  margin-top: -3px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 17px;
  padding-bottom: 17px;
  width: 510px;
}
body.quiz #wrapper .rec-env__cotnainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px 46px;
  margin: 0 auto;
}
body.quiz #wrapper .rec-env__cotnainer .qr {
  -webkit-box-shadow: 0 0 30px 0 rgba(110, 93, 0, 0.6);
  box-shadow: 0 0 30px 0 rgba(110, 93, 0, 0.6);
}
body.quiz #wrapper .rec-env__copy {
  font-size: 18px;
  font-weight: 900;
  line-height: calc(28/18);
  text-align: center;
}
body.quiz #wrapper .rec-env {
  font-size: 14px;
  font-weight: 500;
  line-height: calc(24/14);
  text-align: center;
  margin-top: 12px;
}
body.spinoff #wrapper .spinoff-catch-copy, body.spinoff2 #wrapper .spinoff-catch-copy {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 4.2rem;
  margin-bottom: 40px;
  color: #222;
}
body.spinoff #wrapper .spinoff-catch-copy span.red, body.spinoff2 #wrapper .spinoff-catch-copy span.red {
  color: #b71b03;
}
body.spinoff #wrapper .spinoff-catch-copy span.big, body.spinoff2 #wrapper .spinoff-catch-copy span.big {
  font-size: 140%;
}
body.spinoff #wrapper .spinoff-catch-copy p, body.spinoff2 #wrapper .spinoff-catch-copy p {
  margin-bottom: 2rem;
}
body.spinoff #wrapper .spinoff-catch-copy p.text02, body.spinoff2 #wrapper .spinoff-catch-copy p.text02 {
  font-size: 2.7rem;
  background: -webkit-gradient(linear, left top, right top, from(#dabd35), color-stop(50%, #f3e36f), to(#dabd35));
  background: -webkit-linear-gradient(left, #dabd35 0%, #f3e36f 50%, #dabd35 100%);
  background: linear-gradient(to right, #dabd35 0%, #f3e36f 50%, #dabd35 100%);
  color: #000;
  display: inline-block;
  padding: 10px;
}
body.spinoff #wrapper .spinoff-catch-copy p.text02 span, body.spinoff2 #wrapper .spinoff-catch-copy p.text02 span {
  font-size: 125%;
}
body.spinoff #wrapper .vod-bnr-box, body.spinoff2 #wrapper .vod-bnr-box {
  background: #b71b03;
  text-align: center;
  padding: 30px 0 40px;
  margin: 0 auto;
  margin-bottom: 6rem;
  margin-top: 6rem;
  border-radius: 2rem;
  width: 100%;
  background: url(../common-img/bg.png) repeat center top;
  background-size: 30%;
}
body.spinoff #wrapper .vod-bnr-box img, body.spinoff2 #wrapper .vod-bnr-box img {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}
body.spinoff #wrapper .vod-bnr-box h4, body.spinoff2 #wrapper .vod-bnr-box h4 {
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 2rem;
}
body.spinoff #wrapper .vod-bnr-box a, body.spinoff2 #wrapper .vod-bnr-box a {
  display: inline-block;
  width: 440px;
}
body.spinoff #wrapper .vod-bnr-box a img, body.spinoff2 #wrapper .vod-bnr-box a img {
  width: 100%;
}
body.spinoff #wrapper dl.staff-box, body.spinoff2 #wrapper dl.staff-box {
  text-align: center;
}
body.spinoff #wrapper dl.staff-box dt, body.spinoff2 #wrapper dl.staff-box dt {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 25px;
  color: #b71b03;
}
body.spinoff #wrapper dl.staff-box dd, body.spinoff2 #wrapper dl.staff-box dd {
  margin-bottom: 50px;
}
body.spinoff #wrapper dl.staff-box dd span, body.spinoff2 #wrapper dl.staff-box dd span {
  font-size: 80%;
}
body.spinoff #wrapper .telasa-box, body.spinoff2 #wrapper .telasa-box {
  background: #f0f0f0;
  padding: 30px;
  padding-bottom: 30px;
  border-radius: 2rem;
  margin-top: 5rem;
  margin-bottom: 1rem;
}
body.spinoff #wrapper .telasa-box h4, body.spinoff2 #wrapper .telasa-box h4 {
  font-size: 1.7rem;
  font-weight: bold;
  color: #b71b03;
  border-bottom: solid 2px #b71b03;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
body.spinoff #wrapper .telasa-box p.small, body.spinoff2 #wrapper .telasa-box p.small {
  font-size: 88%;
}

#section-emergency &gt; div {
  margin-top: 30px;
  -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.3);
}
#section-emergency dl {
  margin-top: 30px;
  background: #ffffff;
  line-height: 2.4rem;
  font-weight: bold;
}
#section-emergency dt {
  background: #bb8a21;
  color: #ffffff;
  padding: 10px;
  width: 130px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
#section-emergency dd {
  border: 3px solid #bb8a21;
  width: 1000px;
  color: #bb8a21;
  padding: 20px;
  display: table-cell;
  vertical-align: middle;
}
#section-emergency a {
  color: #bb8a21;
}
#section-emergency a:hover {
  text-decoration: none;
}
#section-emergency .fa-exclamation-triangle {
  font-size: 18px;
  margin-right: 10px;
}

.section-ticker {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 15px;
  line-height: 20px;
  padding: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.3);
}
.section-ticker a:link,
.section-ticker a:visited,
.section-ticker a:hover,
.section-ticker a:active {
  color: #222;
}
.section-ticker a:link,
.section-ticker a:visited {
  text-decoration: underline;
}
.section-ticker a:hover,
.section-ticker .a:active {
  text-decoration: none;
}
.section-ticker .ticker-ttl {
  font-weight: bold;
  margin-right: 0px;
  letter-spacing: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 130px;
  color: #fff;
  background: #b71b03;
  position: relative;
}
.section-ticker .ticker-ttl:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 15px;
  top: 12px;
  right: 8px;
  background: url(../common-img/heart-white.png) no-repeat center top;
  background-size: contain;
}
.section-ticker .ticker-contents-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.section-ticker .ticker-contents-wrap .ticker-contents-text-wrap {
  width: 840px;
  margin: 0;
  overflow: visible;
  padding: 20px 25px;
  margin-top: -30px;
}
.section-ticker .ticker-contents-wrap .ticker-contents-text-wrap .swiper-container {
  overflow-x: hidden;
  padding-top: 30px;
}
.section-ticker .ticker-contents-wrap .ticker-contents-text-wrap .swiper-container .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section-ticker .ticker-contents-wrap .ticker-contents-text-wrap .swiper-container .ticker-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
}
.section-ticker .ticker-contents-wrap .ticker-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  width: 20px;
  height: 20px;
  outline: none;
}
.section-ticker .ticker-contents-wrap .ticker-arrow:before {
  margin: auto;
  content: "";
  left: 3px;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  border-top: 2px solid #b71b03;
  border-right: 2px solid #b71b03;
}
.section-ticker .ticker-contents-wrap .ticker-arrow.ticker-arrow-left {
  right: 42px;
  -webkit-transform: translateY(-50%) scale(-1, 1);
  transform: translateY(-50%) scale(-1, 1);
}
.section-ticker .ticker-contents-wrap .ticker-arrow.ticker-arrow-right {
  right: 20px;
}

#nav-wrap {
  margin-bottom: 10px;
}
#nav-wrap .api-nav-main {
  background: #d0ad2a;
  background: url(../common-img/nav-bg.png) repeat center top #d0ad2a;
  -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.4);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.4);
}
#nav-wrap .api-nav-main div {
  width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#nav-wrap .api-nav-main div a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  line-height: 2.7rem;
  text-decoration: none;
  color: #000;
  border-right: none;
  padding: 20px 0;
  display: block;
  text-align: center;
  position: relative;
  height: 100px;
  text-shadow: rgba(255, 255, 255, 0.9) 1px 1px 10px, rgba(255, 255, 255, 0.9) -1px 1px 10px, rgba(255, 255, 255, 0.9) 1px -1px 10px, rgba(255, 255, 255, 0.9) -1px -1px 10px;
}
#nav-wrap .api-nav-main div a:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: #6c5520;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
}
#nav-wrap .api-nav-main div a:last-child:before {
  width: 0px;
  height: 0px;
}
#nav-wrap .api-nav-main div a .nav-last-modified {
  position: absolute;
  top: -9px;
  left: 50%;
  font-size: 14px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #b71b03;
  padding: 0px 0px;
  line-height: 20px;
  height: 20px;
  width: 80px;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  text-shadow: none;
}
#nav-wrap .api-nav-main div a.active, #nav-wrap .api-nav-main div a:hover {
  background: url(../common-img/nav-active.png) no-repeat center center;
  background-size: 89px;
}
#nav-wrap .api-nav-main div .page-nav-title {
  font-size: 1.65rem;
  display: block;
}
#nav-wrap .api-nav-main div .page-nav-subtitle {
  font-size: 1.9rem;
  font-family: "Nothing You Could Do", cursive;
}
#nav-wrap .api-nav-sub &gt; div {
  width: 1080px;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
#nav-wrap .api-nav-sub a {
  font-size: 1.4rem;
  font-weight: bold;
  margin-right: 10px;
  text-decoration: none;
  color: #b71b03;
  background: #fff;
  padding: 5px 20px;
  border-radius: 80px;
  position: relative;
  padding-right: 35px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
}
#nav-wrap .api-nav-sub a:after {
  content: "";
  font-family: FontAwesome;
  display: block;
  font-size: 1.8rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}

.event-wrap,
.iframe-calendar-btn {
  display: none;
}

body.top .iframe-calendar-btn {
  margin-bottom: 3rem;
  width: 100%;
  height: 5.4rem;
}

body.story .iframe-calendar-btn {
  margin-top: 2rem;
  margin-bottom: 5rem;
  width: 100%;
  height: 6rem;
}

body.iframe-body-top #iframe-wrapper .event .event_button {
  width: 100%;
  font-size: 1.6rem;
  height: 5.4rem;
}

body.iframe-body-story #iframe-wrapper .event .event_button {
  height: 6rem;
}

#wrapper .event,
#iframe-wrapper .event {
  text-align: center;
  text-decoration: none;
}
#wrapper .event.inline a,
#iframe-wrapper .event.inline a {
  display: inline-block;
}
#wrapper .event .event_button,
#iframe-wrapper .event .event_button {
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-weight: bold;
  text-align: center;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#dabd35), color-stop(50%, #f3e36f), to(#dabd35));
  background: -webkit-linear-gradient(left, #dabd35 0%, #f3e36f 50%, #dabd35 100%);
  background: linear-gradient(to right, #dabd35 0%, #f3e36f 50%, #dabd35 100%);
  color: #000;
  text-decoration: none;
  border-radius: 100px;
  border: none;
  text-align: center;
  margin: 0 auto;
  padding: 0 3rem;
  font-size: 2rem;
}
#wrapper .event .event_button:before,
#iframe-wrapper .event .event_button:before {
  content: "";
  font-family: FontAwesome;
  font-size: 2.1rem;
  font-weight: normal;
  padding-right: 1.5rem;
  color: #000;
}
#wrapper .event.left,
#iframe-wrapper .event.left {
  text-align: left;
}
#wrapper .event.right,
#iframe-wrapper .event.right {
  text-align: right;
}

#wrapper .news-json-load-list-box .list-box, #wrapper .parts-load-list-box .list-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
#wrapper .news-json-load-list-box .list-box .img-box .bg, #wrapper .parts-load-list-box .list-box .img-box .bg {
  display: block;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}
#wrapper .news-json-load-list-box .list-box .txt-box, #wrapper .parts-load-list-box .list-box .txt-box {
  position: static;
}
#wrapper .news-json-load-list-box + .btn-box,
#wrapper .parts-load-list-box + .btn-box {
  margin-top: 40px;
}
#wrapper .extend-large-style-list, #wrapper .layout-big-image-list.page-news .list-box li:first-child {
  width: calc(100%);
}
#wrapper .extend-large-style-list &gt; a, #wrapper .layout-big-image-list.page-news .list-box li:first-child &gt; a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: block;
  height: 100%;
  position: relative;
  font-weight: bold;
}
#wrapper .extend-large-style-list .img-box .bg, #wrapper .layout-big-image-list.page-news .list-box li:first-child .img-box .bg {
  height: 428px;
}
#wrapper .extend-large-style-list .txt-box, #wrapper .layout-big-image-list.page-news .list-box li:first-child .txt-box {
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 50px;
  background: #ffffff;
}
#wrapper .extend-large-style-list .txt-box .category, #wrapper .layout-big-image-list.page-news .list-box li:first-child .txt-box .category {
  background: #dddddd;
  border-radius: 0px;
  padding: 3px 20px;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 2.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#wrapper .extend-large-style-list .txt-box .category.news, #wrapper .layout-big-image-list.page-news .list-box li:first-child .txt-box .category.news {
  color: #fff;
  background: #b71b03;
}
#wrapper .extend-large-style-list .txt-box .category.post, #wrapper .layout-big-image-list.page-news .list-box li:first-child .txt-box .category.post {
  color: #fff;
  background: #00a0c6;
}
#wrapper .extend-large-style-list .txt-box .title, #wrapper .layout-big-image-list.page-news .list-box li:first-child .txt-box .title {
  font-weight: bold;
  line-height: 3rem;
  font-size: 1.8rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}
#wrapper .extend-large-style-list .txt-box .date, #wrapper .layout-big-image-list.page-news .list-box li:first-child .txt-box .date {
  font-size: 1.6rem;
  font-weight: bold;
  color: #222;
  position: absolute;
  right: 20px;
  bottom: 16px;
}
#wrapper .extend-medium-style-list, #wrapper .layout-big-image-list.page-news .list-box li:nth-child(n+2), #wrapper .layout-big-image-list.page-top .list-box li {
  width: calc(50% - 10px);
}
#wrapper .extend-medium-style-list &gt; a, #wrapper .layout-big-image-list.page-news .list-box li:nth-child(n+2) &gt; a, #wrapper .layout-big-image-list.page-top .list-box li &gt; a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: block;
  height: 100%;
  position: relative;
  font-weight: bold;
}
#wrapper .extend-medium-style-list .img-box .bg, #wrapper .layout-big-image-list.page-news .list-box li:nth-child(n+2) .img-box .bg, #wrapper .layout-big-image-list.page-top .list-box li .img-box .bg {
  height: 208px;
}
#wrapper .extend-medium-style-list .txt-box, #wrapper .layout-big-image-list.page-news .list-box li:nth-child(n+2) .txt-box, #wrapper .layout-big-image-list.page-top .list-box li .txt-box {
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 46px;
}
#wrapper .extend-medium-style-list .txt-box .category, #wrapper .layout-big-image-list.page-news .list-box li:nth-child(n+2) .txt-box .category, #wrapper .layout-big-image-list.page-top .list-box li .txt-box .category {
  background: #dddddd;
  border-radius: 0px;
  padding: 3px 20px;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#wrapper .extend-medium-style-list .txt-box .category.news, #wrapper .layout-big-image-list.page-news .list-box li:nth-child(n+2) .txt-box .category.news, #wrapper .layout-big-image-list.page-top .list-box li .txt-box .category.news {
  color: #fff;
  background: #b71b03;
}
#wrapper .extend-medium-style-list .txt-box .category.post, #wrapper .layout-big-image-list.page-news .list-box li:nth-child(n+2) .txt-box .category.post, #wrapper .layout-big-image-list.page-top .list-box li .txt-box .category.post {
  color: #fff;
  background: #00a0c6;
}
#wrapper .extend-medium-style-list .txt-box .title, #wrapper .layout-big-image-list.page-news .list-box li:nth-child(n+2) .txt-box .title, #wrapper .layout-big-image-list.page-top .list-box li .txt-box .title {
  line-height: 2.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}
#wrapper .extend-medium-style-list .txt-box .date, #wrapper .layout-big-image-list.page-news .list-box li:nth-child(n+2) .txt-box .date, #wrapper .layout-big-image-list.page-top .list-box li .txt-box .date {
  font-size: 1.4rem;
  font-weight: bold;
  color: #222;
  position: absolute;
  right: 20px;
  bottom: 16px;
}
#wrapper .extend-small-style-list, #wrapper .layout-small-image-list .list-box li {
  width: 100%;
}
#wrapper .extend-small-style-list &gt; a, #wrapper .layout-small-image-list .list-box li &gt; a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  text-decoration: none;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 100%;
  position: relative;
  font-weight: bold;
}
#wrapper .extend-small-style-list .img-box, #wrapper .layout-small-image-list .list-box li .img-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#wrapper .extend-small-style-list .img-box .bg, #wrapper .layout-small-image-list .list-box li .img-box .bg {
  width: 270px;
  height: 152px;
}
#wrapper .extend-small-style-list .txt-box, #wrapper .layout-small-image-list .list-box li .txt-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 18px 20px 44px;
}
#wrapper .extend-small-style-list .txt-box .category, #wrapper .layout-small-image-list .list-box li .txt-box .category {
  background: #dddddd;
  border-radius: 0px;
  padding: 2px 20px;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 2.4rem;
  font-weight: bold;
  margin-bottom: 8px;
}
#wrapper .extend-small-style-list .txt-box .category.news, #wrapper .layout-small-image-list .list-box li .txt-box .category.news {
  color: #fff;
  background: #b71b03;
}
#wrapper .extend-small-style-list .txt-box .category.post, #wrapper .layout-small-image-list .list-box li .txt-box .category.post {
  color: #fff;
  background: #00a0c6;
}
#wrapper .extend-small-style-list .txt-box .title, #wrapper .layout-small-image-list .list-box li .txt-box .title {
  line-height: 2.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#wrapper .extend-small-style-list .txt-box .date, #wrapper .layout-small-image-list .list-box li .txt-box .date {
  font-size: 1.4rem;
  font-weight: bold;
  color: #222;
  position: absolute;
  right: 20px;
  bottom: 10px;
}
#wrapper .layout-big-image-list.page-top .list-box li:nth-child(2n) {
  margin-left: 20px;
}
#wrapper .layout-big-image-list.page-top .list-box li:nth-child(n+3) {
  margin-top: 40px;
}
#wrapper .layout-big-image-list.page-news .list-box li:nth-child(2n+3) {
  margin-left: 20px;
}
#wrapper .layout-big-image-list.page-news .list-box li:nth-child(n+2) {
  margin-top: 40px;
}
#wrapper .layout-small-image-list .list-box li:nth-child(n+2) {
  margin-top: 20px;
}
#wrapper .layout-small-image-list.no-category .list-box li .txt-box {
  padding-bottom: 20px;
}
#wrapper .layout-small-image-list.no-category .list-box li .txt-box .date {
  position: static;
}
#wrapper .layout-small-image-list.no-category .list-box li .txt-box .title {
  padding-top: 0px;
  -webkit-line-clamp: 3;
}
#wrapper .layout-text-list {
  background: #ffffff;
  padding: 20px 40px 40px;
}
#wrapper .layout-text-list .list-box li {
  border-bottom: 1px solid #cccccc;
  width: 100%;
}
#wrapper .layout-text-list .list-box li .txt-box {
  padding: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
#wrapper .layout-text-list .list-box li .txt-box .category {
  background: #dddddd;
  border-radius: 0px;
  padding: 3px 20px;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#wrapper .layout-text-list .list-box li .txt-box .category.news {
  color: #fff;
  background: #b71b03;
}
#wrapper .layout-text-list .list-box li .txt-box .category.post {
  color: #fff;
  background: #00a0c6;
}
#wrapper .layout-text-list .list-box li .txt-box .date {
  font-size: 1.5rem;
  margin-bottom: 0.2rem;
  font-weight: bold;
  color: #222;
}
#wrapper .layout-text-list .list-box li:last-child {
  margin-bottom: 0;
}

.api-bnr .pc-large {
  width: 100%;
}
.api-bnr img {
  width: 100%;
}

.api-bnr-a &gt; div {
  margin-top: 15px;
}
.api-bnr-a &gt; div a {
  display: block;
}
.api-bnr-a &gt; div a:nth-child(n+2) {
  margin-top: 15px;
}

.api-bnr-vod-b &gt; div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 30px;
}
.api-bnr-vod-b &gt; div a {
  display: block;
}
.api-bnr-vod-b &gt; div a:nth-child(2n) {
  margin-left: 30px;
}
.api-bnr-vod-b &gt; div a img {
  max-height: 180px;
  width: auto;
}

.api-bnr-b &gt; div {
  margin: -5px;
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.api-bnr-b &gt; div a {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% / 3);
  padding: 5px;
}
.api-bnr-b &gt; div a img {
  width: 100%;
  height: auto;
}
.api-bnr-b &gt; div a:last-child {
  margin-right: 0;
}

.api-bnr-vod-c &gt; div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}
.api-bnr-vod-c &gt; div a {
  display: block;
}
.api-bnr-vod-c &gt; div a:nth-child(2n) {
  margin-left: 20px;
}

.api-bnr-sns &gt; div {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 10px 10px;
  width: 100%;
}
.api-bnr-sns &gt; div a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(50% - 5px);
  padding: 0;
}
.api-bnr-sns &gt; div a img {
  width: 100%;
  height: auto;
}

.twitter-area + .sns-bnr-area .api-bnr-sns &gt; div {
  gap: 20px 10px;
  width: 340px;
}
.twitter-area + .sns-bnr-area .api-bnr-sns &gt; div a {
  width: 100%;
}

.api-bnr-vod-d &gt; div {
  margin: -5px -5px 0px -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.api-bnr-vod-d &gt; div a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% / 2);
  padding: 5px;
}
.api-bnr-vod-d &gt; div a img {
  width: 100%;
  height: auto;
}

.api-bnr-c &gt; div {
  margin: 30px -5px 20px -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.api-bnr-c &gt; div a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% / 2);
  padding: 5px;
}
.api-bnr-c &gt; div a img {
  width: 100%;
  height: auto;
}

.enhancedVodList-wrapper {
  background: url(../common-img/vod-bg.png) no-repeat center top #440400;
}

.enhancedVodList .item {
  width: 320px;
}
.enhancedVodList .item-anchor {
  font-family: "Noto Sans JP", "sans-serif";
  display: block;
  position: relative;
  text-decoration: none;
  color: #fff;
}
.enhancedVodList .item-inner-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}
.enhancedVodList .item-label {
  font-family: "Noto Sans JP", "sans-serif";
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(350.32deg, #00D9EE 0%, #0073BF 88.11%);
  background: linear-gradient(99.68deg, #00D9EE 0%, #0073BF 88.11%);
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  padding: 6px 10px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  border-radius: 0px 0px 3px 0px;
}
.enhancedVodList .item-img {
  width: 213px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.enhancedVodList .item-img img {
  width: 100%;
  height: auto;
}
.enhancedVodList .item-logo {
  margin: auto;
}
.enhancedVodList .item-logo img {
  width: 100%;
  height: auto;
}
.enhancedVodList .item-logo-tver {
  width: 120px;
  text-align: center;
}
.enhancedVodList .item-logo-tver img {
  width: 80px;
}
.enhancedVodList .item-logo-telasa {
  width: 120px;
  text-align: center;
}
.enhancedVodList .item-logo-telasa img {
  width: 90px;
}
.enhancedVodList .item-inner-tver-text {
  background: -webkit-linear-gradient(350.32deg, #00D9EE 0%, #0073BF 88.11%);
  background: linear-gradient(99.68deg, #00D9EE 0%, #0073BF 88.11%);
}
.enhancedVodList .item-inner-telasa-text {
  background: #EA5504;
  padding: 22px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 60px;
}
.enhancedVodList .item-inner-text {
  padding: 11px 0 3px;
}
.enhancedVodList .item-text {
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
.enhancedVodList .itemText-num {
  font-size: 20px;
  line-height: calc(17 / 22);
}
.enhancedVodList .item-text-tver {
  font-size: 14px;
  line-height: calc(19 / 14);
}
.enhancedVodList .item-text-tver span {
  color: #FFF066;
}
.enhancedVodList .item-text-tver-special {
  font-size: 12px;
  line-height: calc(14 / 12);
  margin-top: 3px;
}
.enhancedVodList .item-text-telasa {
  font-size: 14px;
  line-height: calc(17 / 16);
}

body.top .enhancedVodList .item + .item {
  margin-top: 20px;
}
body.top .enhancedVodList .item-inner-text {
  padding: 12px 0 11px;
  min-height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body.top .bnr-vod-horizontal .enhancedVodList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
  background: url(../common-img/vod-bg.png) repeat center top #440400;
}
body.top .bnr-vod-horizontal .enhancedVodList .item + .item {
  margin-top: 0px;
  margin-left: 30px;
}

body.second .enhancedVodList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1080px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 20px 0;
}
body.second .enhancedVodList .item + .item {
  margin-left: 30px;
}
body.second .enhancedVodList .item-inner-text {
  padding: 12px 0 11px;
  min-height: 59px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

body {
  -webkit-text-size-adjust: 100%;
}

p,
h2,
div {
  max-height: 999999px;
  -webkit-text-size-adjust: 100%;
}

html {
  font-size: 62.5%;
}

.device-type-mobile,
.sp {
  display: none !important;
}

.main-container {
  color: #222;
}
.main-container a:link,
.main-container a:visited,
.main-container a:hover,
.main-container a:active {
  color: #222;
}
.main-container a:link,
.main-container a:visited {
  text-decoration: underline;
}
.main-container a:hover,
.main-container .a:active {
  text-decoration: none;
}

.shadow, #wrapper #section-info-card .card-menu-list-box li a {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.hover-shadow {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.17), 0 3px 5px rgba(0, 0, 0, 0.23);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.17), 0 3px 5px rgba(0, 0, 0, 0.23);
}

.opac {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.opac:hover {
  -webkit-animation: backToOpac1 0.7s linear 0s;
  animation: backToOpac1 0.7s linear 0s;
}

@-webkit-keyframes backToOpac1 {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes backToOpac1 {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
#particles-js {
  position: fixed;
  /*描画固定*/
  z-index: -1;
  /*描画を一番下に*/
  width: 100%;
  height: 150%;
  top: -50%;
}

#particles-js_2 {
  position: fixed;
  /*描画固定*/
  z-index: -2;
  /*描画を一番下に*/
  width: 100%;
  height: 150%;
  top: -50%;
  background: url(../common-img/bg.png) repeat center top;
}

#wrapper {
  font-size: 1.6rem;
  line-height: 3.2rem;
  position: relative;
  /*描画を#particles-jsよりも上にするためposition:relative;を指定*/
  z-index: 1;
  /*z-indexの数字を大きくすることで描画を#particles-jsよりも上に*/
  width: 100%;
  height: 100%;
}
#wrapper img {
  vertical-align: bottom;
  max-width: 100%;
}
#wrapper #contents-wrap {
  min-width: 1080px;
  background: url(../common-img/contents-bg.png) repeat-y center top 100px;
  padding-bottom: 40px;
}
#wrapper .btn-box {
  text-align: center;
  text-decoration: none;
}
#wrapper .btn-box.inline a {
  display: inline-block;
}
#wrapper .btn-box a {
  position: relative;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  padding: 13px 50px;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#dabd35), color-stop(50%, #f3e36f), to(#dabd35));
  background: -webkit-linear-gradient(left, #dabd35 0%, #f3e36f 50%, #dabd35 100%);
  background: linear-gradient(to right, #dabd35 0%, #f3e36f 50%, #dabd35 100%);
  color: #000;
  text-decoration: none;
  border-radius: 100px;
  margin: 0 auto;
  min-width: 280px;
  display: inline-block;
  -webkit-box-shadow: 0 5px 15px rgba(150, 128, 20, 0.3);
  box-shadow: 0 5px 15px rgba(150, 128, 20, 0.3);
}
#wrapper .btn-box a:after {
  content: "";
  font-family: FontAwesome;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 2.1rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  color: #000;
}
#wrapper .btn-box a.arrow-bottom:after {
  content: "";
}
#wrapper .btn-box.btn-more-box a {
  background: -webkit-gradient(linear, left top, right top, from(#dabd35), color-stop(50%, #f3e36f), to(#dabd35));
  background: -webkit-linear-gradient(left, #dabd35 0%, #f3e36f 50%, #dabd35 100%);
  background: linear-gradient(to right, #dabd35 0%, #f3e36f 50%, #dabd35 100%);
  color: #000;
}
#wrapper .btn-box.btn-more-box a:after {
  content: "";
}
#wrapper .btn-box.left {
  text-align: left;
}
#wrapper .btn-box.right {
  text-align: right;
}
#wrapper .btn-box.recommend-movie-anchor-btn-box {
  margin-bottom: 20px;
}
#wrapper .btn-box.recommend-movie-anchor-btn-box a {
  font-size: 20px;
}
#wrapper .con {
  position: relative;
  width: 1080px;
  margin: 0 auto;
}
#wrapper .flex,
#wrapper .flex-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#wrapper .flex .ph-box,
#wrapper .flex-r .ph-box {
  width: 30%;
}
#wrapper .flex .ph-box img,
#wrapper .flex-r .ph-box img {
  width: 100%;
}
#wrapper .flex &gt; .txt-box,
#wrapper .flex-r &gt; .txt-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#wrapper .flex .ph-box {
  margin-right: 20px;
}
#wrapper .flex-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#wrapper .flex-r .ph-box {
  margin-left: 20px;
}
#wrapper .catch-copy {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 4.2rem;
  margin-bottom: 40px;
  color: #b71b03;
}
#wrapper .catch-copy span {
  font-size: 140%;
}
#wrapper .catch-copy p {
  margin-bottom: 2rem;
}
#wrapper .catch-copy p.text02 {
  font-size: 2.7rem;
  background: -webkit-gradient(linear, left top, right top, from(#dabd35), color-stop(50%, #f3e36f), to(#dabd35));
  background: -webkit-linear-gradient(left, #dabd35 0%, #f3e36f 50%, #dabd35 100%);
  background: linear-gradient(to right, #dabd35 0%, #f3e36f 50%, #dabd35 100%);
  color: #000;
  display: inline-block;
  padding: 10px;
}
#wrapper .catch-copy p.text02 span {
  font-size: 125%;
}
#wrapper .read-box:last-child {
  margin-bottom: 0;
}
#wrapper .comment-box {
  overflow: hidden;
  margin: 0;
  padding: 10px 20px;
  background: #f2e9c6;
  border-radius: 8px;
}
#wrapper .comment-box h3 {
  padding: 10px;
  line-height: 1.4;
  color: #b71b03;
}
#wrapper .comment-box h3:before {
  font-family: FontAwesome;
  content: "";
  font-weight: normal;
  font-size: 2.5rem;
  padding-right: 10px;
}
#wrapper .comment-box h3 span {
  font-size: 1.6rem;
}
#wrapper .comment-box h4 {
  font-weight: bold;
  color: #650600;
  margin: 10px 10px 10px 10px;
}
#wrapper .comment-box h4:before {
  content: "――";
  padding-right: 10px;
}
#wrapper .comment-box p {
  padding: 0 0 20px 0;
}
#wrapper .img-box img {
  width: 100%;
  height: auto;
}
#wrapper .img-box1 {
  text-align: center;
}
#wrapper .img-box1 img {
  max-width: 680px;
  height: auto;
}
#wrapper .img-box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -5px;
}
#wrapper .img-box2 li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% / 2);
  padding: 0 5px;
}
#wrapper .img-box2 li img {
  width: 100%;
  height: auto;
}
#wrapper .img-box3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -5px;
}
#wrapper .img-box3 li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% / 3);
  padding: 0 5px;
}
#wrapper .img-box3 li img {
  width: 100%;
  height: auto;
}
#wrapper .paging-box ul,
#wrapper .year-list-box ul {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#wrapper .paging-box li a,
#wrapper .year-list-box li a {
  font-weight: bold;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #222;
  text-decoration: none;
  display: block;
  padding: 10px 22px;
  border: 1px solid #cccccc;
  border-right: none;
  position: relative;
}
#wrapper .paging-box li.prev-next-btn a:before, #wrapper .paging-box li.prev-next-btn a:after,
#wrapper .year-list-box li.prev-next-btn a:before,
#wrapper .year-list-box li.prev-next-btn a:after {
  font-family: FontAwesome;
  width: 20px;
  position: relative;
  top: 1px;
  height: 20px;
  font-size: 2.1rem;
}
#wrapper .paging-box li.prev a:before,
#wrapper .year-list-box li.prev a:before {
  left: 0;
  content: "";
  padding-right: 10px;
}
#wrapper .paging-box li.next a:after,
#wrapper .year-list-box li.next a:after {
  right: 0;
  content: "";
  padding-left: 10px;
}
#wrapper .paging-box li:last-child a,
#wrapper .year-list-box li:last-child a {
  border-right: 1px solid #cccccc;
}
#wrapper .paging-box li a:hover,
#wrapper .paging-box li a.active,
#wrapper .year-list-box li a:hover,
#wrapper .year-list-box li a.active {
  background: #b71b03;
  color: #ffffff;
}
#wrapper .pc-rectangle-banner {
  margin-bottom: 15px;
}
#wrapper .modal {
  position: relative;
  outline: none;
}
#wrapper .cap-box {
  min-height: 180px;
  position: relative;
}
#wrapper .cap-box .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  display: inline-block;
  width: 60px;
  -webkit-filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.4));
}
#wrapper .cap-box img {
  width: 100%;
  height: auto;
}
#wrapper .main-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 760px;
}
#wrapper .aside-container {
  margin-left: 20px;
  width: 300px;
  margin-top: 40px;
}
#wrapper .wrap-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#wrapper .wrap-container .txt-box {
  position: relative;
}
#wrapper #story-top {
  margin-right: 20px;
}
#wrapper #social-official {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#wrapper #social-official .social-button-facebook-2yKe0 {
  margin-right: 10px;
}
#wrapper #social-official .social-button-twitter-2Giuq {
  padding-left: 5px;
}
#wrapper .contents-box, #wrapper .second-box {
  padding: 40px;
  padding-top: 70px;
  -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.4);
  background: url(../common-img/contents-box-bg.png) repeat center top #fff;
  position: relative;
}
#wrapper .contents-box .ttl-box, #wrapper .second-box .ttl-box {
  margin-bottom: 10px;
}
#wrapper .contents-box .ttl-box .ttl, #wrapper .second-box .ttl-box .ttl {
  line-height: 2.3rem;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
#wrapper .contents-box:before, #wrapper .second-box:before {
  content: "";
  position: absolute;
  width: 760px;
  height: 108px;
  top: -50px;
  right: 0px;
  background: url(../common-img/mizuhiki.png) no-repeat center top;
  z-index: 1;
  background-size: contain;
}
#wrapper #section-info-card .parts-card-column {
  width: 100%;
}
#wrapper #section-info-card .card-menu-list-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#wrapper #section-info-card .card-menu-list-box.card-column li {
  width: 24rem;
  margin-right: 2rem;
}
#wrapper #section-info-card .card-menu-list-box.card-column li:nth-child(3n) {
  margin-right: 0;
}
#wrapper #section-info-card .card-menu-list-box.card-column li:nth-child(n+4) {
  margin-top: 2rem;
}
#wrapper #section-info-card .card-menu-list-box li a {
  display: block;
  background: #ffffff;
  text-decoration: none;
}
#wrapper #section-info-card .card-menu-list-box li .ttl {
  padding: 0.4rem 1rem;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
}
#wrapper #section-info-card .card-menu-list-box li .ttl span {
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.2rem;
  text-align: right;
}
#wrapper .h1-ttl-box {
  border-bottom: 3px solid #b71b03;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-weight: bold;
}
#wrapper .h1-ttl-box .date {
  font-size: 1.3rem;
  line-height: 2.8rem;
  color: #000;
  background: -webkit-gradient(linear, left top, right top, from(#dabd35), color-stop(50%, #f3e36f), to(#dabd35));
  background: -webkit-linear-gradient(left, #dabd35 0%, #f3e36f 50%, #dabd35 100%);
  background: linear-gradient(to right, #dabd35 0%, #f3e36f 50%, #dabd35 100%);
  padding: 0 18px;
  display: inline-block;
  margin-bottom: 8px;
}
#wrapper .h1-ttl-box .date span {
  font-size: 90%;
}
#wrapper .h1-ttl-box h1 {
  font-size: 2.4rem;
  line-height: 3.6rem;
  color: #b71b03;
}
#wrapper .h2-ttl, body.top #wrapper #main-side-box .top-side-h2-ttl, #wrapper .h2-ttl-inner {
  font-weight: bold;
  font-size: 1.8rem;
  background: #eeeeee;
  padding: 1rem 1.5rem;
}
#wrapper .h2-ttl span, body.top #wrapper #main-side-box .top-side-h2-ttl span, #wrapper .h2-ttl-inner span {
  font-size: 1.2rem;
  margin-left: 1rem;
}
#wrapper .h2-ttl-out {
  font-size: 3.5rem;
  padding: 0rem 1.5rem 4rem;
  text-align: center;
  margin-top: 7rem;
  color: #fff;
  font-weight: normal;
  text-shadow: 2px 2px 15px black;
  z-index: 2;
  position: relative;
}
#wrapper .h2-ttl-out span.jp {
  font-size: 2.8rem;
  display: block;
  margin-top: 20px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
#wrapper .h2-ttl-out span.jp-02 {
  margin-top: 30px;
}
#wrapper .h2-ttl-out span.eng {
  font-size: 7rem;
  display: inline-block;
  font-family: "Nothing You Could Do", cursive;
  position: relative;
}
#wrapper .h2-ttl-out span.eng:before {
  content: "";
  position: absolute;
  width: 43px;
  height: 33px;
  top: -20px;
  right: -60px;
  background: url(../common-img/heart-white.png) no-repeat center top;
  background-size: contain;
}
#wrapper .h2-ttl-out.story-bk {
  font-size: 3.5rem;
  padding: 0rem 1.5rem 2rem;
  text-align: center;
  margin-top: 5rem;
  color: #b71b03;
  font-weight: normal;
  text-shadow: none;
  z-index: 2;
  position: relative;
}
#wrapper .h2-ttl-out.story-bk span.jp {
  font-size: 1.8rem;
  display: block;
  margin-top: 10px;
  font-weight: 600;
}
#wrapper .h2-ttl-out.story-bk span.jp-02 {
  margin-top: 30px;
}
#wrapper .h2-ttl-out.story-bk span.eng {
  font-size: 5.5rem;
  display: inline-block;
  font-family: "Nothing You Could Do", cursive;
  position: relative;
}
#wrapper .h2-ttl-out.story-bk span.eng:before {
  content: "";
  position: absolute;
  width: 35px;
  height: 33px;
  top: -15px;
  right: -50px;
  background: url(../common-img/heart-red.png) no-repeat center top;
  background-size: contain;
}
#wrapper .h2-ttl-inner {
  margin: 4rem -4rem 2rem;
}
#wrapper .h3-ttl {
  border-bottom: 0.1rem solid #cccccc;
  font-weight: bold;
  padding-bottom: 1rem;
  font-size: 2.1rem;
  margin-bottom: 2rem;
  padding-top: 1rem;
}
#wrapper .h3-ttl-a {
  margin-top: 30px;
  font-size: 18px;
  color: #fff;
  padding: 10px 20px;
  background: #b71b03;
}
#wrapper .h3-ttl-b {
  background: rgba(0, 0, 0, 0.15);
  font-size: 20px;
  padding: 12px 20px;
  margin-top: 30px;
  color: #000;
  background: url(../common-img/gold-bg.png) repeat left top #071420;
  background-size: 50px;
  padding: 1.8rem 4rem;
  margin: 4rem -4rem 2rem;
}
#wrapper .h4-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#wrapper .special {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px;
  padding-top: 70px;
}
#wrapper .special .special-img {
  width: 320px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#wrapper .special .special-imgspecialImg-anchor {
  display: block;
  position: relative;
}
#wrapper .special .special-imgspecialImg-anchor .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  display: inline-block;
  width: 50px;
}
#wrapper .special .special-imgspecialImg-anchor img {
  width: 100%;
  height: auto;
}
#wrapper .special .specialText-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 44px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#wrapper .special .specialText-wrapper.style-tver {
  margin-left: 39px;
}
#wrapper .special .specialText-wrapper.style-tver .special-text-inner {
  margin-left: 8px;
}
#wrapper .special .specialText-wrapper.style-tver .special-text-inner span {
  padding-top: 30px;
}
#wrapper .special .special-text-inner {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#wrapper .special .special-text-inner span {
  display: block;
  line-height: 1;
  padding-top: 23px;
  padding-left: 12px;
}
#wrapper .special .special-text-img-telasa {
  width: 121px;
}
#wrapper .special .special-text-img-tver {
  width: 80px;
}
#wrapper .special .special-text {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: calc(33 / 16);
  letter-spacing: 0.1em;
}
#wrapper .special .special-text strong {
  font-weight: 700;
  font-size: 24px;
  line-height: calc(34 / 24);
}
#wrapper .special .special-text-free {
  background: -webkit-gradient(linear, left top, right top, from(#dabd35), color-stop(50%, #f3e36f), to(#dabd35));
  background: -webkit-linear-gradient(left, #dabd35 0%, #f3e36f 50%, #dabd35 100%);
  background: linear-gradient(to right, #dabd35 0%, #f3e36f 50%, #dabd35 100%);
  color: #000;
  width: 180px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 8px auto 0;
  font-weight: 600;
  line-height: 1;
}
#wrapper .special .special-text-date {
  background: -webkit-gradient(linear, left top, right top, from(#dabd35), color-stop(50%, #f3e36f), to(#dabd35));
  background: -webkit-linear-gradient(left, #dabd35 0%, #f3e36f 50%, #dabd35 100%);
  background: linear-gradient(to right, #dabd35 0%, #f3e36f 50%, #dabd35 100%);
  color: #000;
  width: 180px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 8px auto 0;
  font-weight: 600;
  line-height: 1;
}
#wrapper .story-ttl-box {
  text-align: center;
  border-bottom: 3px solid #b71b03;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-weight: bold;
}
#wrapper .story-ttl-box .date {
  font-size: 1.3rem;
  line-height: 2.8rem;
  color: #fff;
  background: #b71b03;
  padding: 0 18px;
  display: inline-block;
  margin-bottom: 20px;
  text-align: center;
}
#wrapper .story-ttl-box .date span {
  font-size: 90%;
}
#wrapper .story-ttl-box .num {
  font-family: "Nothing You Could Do", cursive;
  font-size: 3.5rem;
  color: #b71b03;
}
#wrapper .story-ttl-box .num span {
  font-size: 150%;
  margin-left: 8px;
}
#wrapper .story-ttl-box .sub-ttl {
  font-size: 1.8rem;
  color: #b71b03;
  margin-top: 1rem;
}
#wrapper .sns-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#wrapper .sns-box &gt; div:last-child {
  margin-left: 20px;
}
#wrapper .sns-box &gt; div:only-child {
  margin: 0;
}
#wrapper .twitter-area {
  width: 100%;
  width: 400px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#wrapper .twitter-area .contents-box {
  padding: 30px;
}
#wrapper .twitter-area .icon {
  width: 48px;
}
#wrapper .twitter-area .icon img {
  width: 48px;
}
#wrapper .twitter-area .txt {
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#wrapper .twitter-area .txt .tx01 {
  font-size: 1.5rem;
}
#wrapper .twitter-area .txt .tx02 {
  font-size: 1.3rem;
}
#wrapper .twitter-area .tweet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e8eb;
}
#wrapper .twitter-area .parts-twitter {
  margin-bottom: 20px;
  overflow: auto;
  height: 240px;
  line-height: 2.4rem;
  padding: 20px;
  margin: -20px;
  padding-bottom: 0;
  margin-bottom: 20px;
  text-align: left;
}
#wrapper .twitter-area .btn-box a {
  width: auto;
  display: block;
  min-width: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
}
#wrapper .instagram-area {
  width: 100%;
}
#wrapper .instagram-area .parts-instagram {
  margin-bottom: 20px;
}
#wrapper .insta-lists {
  letter-spacing: -40em;
}
#wrapper .insta-lists li {
  width: 32%;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
}
#wrapper .insta-lists li:nth-child(3n) {
  margin-right: 0;
}
#wrapper .insta-lists img {
  width: 100%;
  height: auto;
}
body.top #wrapper #header-wrap {
  background: url(../common-img/mv_pc.png) no-repeat center top #440400;
  min-width: 1145px;
}
body.top #wrapper #header-image {
  width: 1080px;
  height: 560px;
}
body.top #wrapper #main-side-box {
  display: block;
  position: absolute;
  top: 25px;
  right: 0;
  width: 320px;
  font-size: 1.5rem;
}
body.top #wrapper #main-side-box .contents-box {
  padding: 0;
}
body.top #wrapper #main-side-box .next-movie {
  margin-bottom: 40px;
  position: relative;
}
body.top #wrapper #main-side-box .next-movie h2.next-ttl {
  font-family: "Nothing You Could Do", cursive;
  color: #fff;
  font-size: 3.8rem;
  text-align: center;
  font-weight: normal;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
  margin-bottom: 10px;
}
body.top #wrapper #main-side-box .next-movie .next-contents-box {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  position: relative;
}
body.top #wrapper #main-side-box .next-movie .cap-box {
  width: 300px;
  margin: 0 auto;
}
body.top #wrapper #main-side-box .next-movie .cap-box .cap img {
  -webkit-box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.3);
}
body.top #wrapper #main-side-box .next-movie .num {
  position: absolute;
  right: -32px;
  top: -30px;
  z-index: 1;
  font-weight: bold;
  font-size: 2.8rem;
  color: #fff;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
  text-align: center;
  background: url(../common-img/num-bg.png) no-repeat center top;
  width: 84px;
  height: 74.45px;
  padding-top: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-size: contain;
  -webkit-animation: fluffy ease-in-out 1.4s infinite alternate;
  animation: fluffy ease-in-out 1.4s infinite alternate;
}
body.top #wrapper #main-side-box .next-movie .num span {
  font-size: 1.7rem;
  margin-right: 2px;
}
@-webkit-keyframes fluffy {
  0% {
    -webkit-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }
  100% {
    -webkit-transform: translate(0%, -14px);
    transform: translate(0%, -14px);
  }
}
@keyframes fluffy {
  0% {
    -webkit-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }
  100% {
    -webkit-transform: translate(0%, -14px);
    transform: translate(0%, -14px);
  }
}
body.top #wrapper #main-side-box .next-movie .txt-box {
  padding: 15px 10px;
  padding-top: 25px;
  line-height: 24px;
  text-align: center;
  margin-top: -20px;
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
  background: url(../common-img/nav-bg.png) repeat center top -15px #d0ad2a;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
}
body.top #wrapper #main-side-box .next-movie .detail {
  font-weight: bold;
}
body.top #wrapper #main-side-box .next-movie .detail span {
  font-size: 80%;
}
body.top #wrapper #main-side-box .next-movie .btn-box a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 0;
  width: 100%;
}
#wrapper .common-parts-ttl, #wrapper .post-articles-header-container h2 {
  background-color: #b71b03;
  padding: 8px 24px;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 25px;
}
#wrapper .post-articles-header-container {
  background: none;
  padding: 0;
}
#wrapper .parts-section-share &gt; *,
#wrapper #recommend-movie &gt; *,
#wrapper #post-articles &gt; *,
#wrapper #common-related-shows &gt; * {
  margin-top: 40px;
}
#wrapper #common-related-shows h3, #wrapper #common-present h3, #wrapper #common-ranking h3 {
  color: #fff;
}
#wrapper .common-related-shows p {
  line-height: 2rem;
}
#wrapper .common-related-shows a:hover p {
  color: #fff;
}
#wrapper p.coming-soon {
  text-align: center;
  color: #333;
  font-size: 2.8rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  padding: 4.5rem 0;
}

body.top {
  min-width: 1145px;
}

.youtube-box {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.youtube-box iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

#page-up {
  z-index: 100;
  position: fixed;
  bottom: 10px;
  right: 30px;
  cursor: pointer;
  width: 110px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
#page-up:hover {
  bottom: 20px;
}
#page-up img {
  width: 100%;
}</pre></body></html>