@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&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;
}

.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;
}

.wrapper #common-tver-ranking-desktop .tver-ranking-header {
  font-weight: 400;
}

.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 > svg {
  fill: #fff;
  width: 2.8rem;
  height: 2.8rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.social-button-facebook > 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: rgb(85, 172, 238);
}

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

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

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

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

.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;
}

.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;
}

#section-emergency > div {
  margin-top: 30px;
}
#section-emergency dl {
  margin-top: 30px;
  background: #ffffff;
  line-height: 2.4rem;
  font-weight: bold;
}
#section-emergency dt {
  background: #f0027f;
  color: #ffffff;
  padding: 10px;
  width: 130px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
#section-emergency dd {
  border: 3px solid #f0027f;
  width: 1000px;
  color: #f0027f;
  padding: 20px;
  display: table-cell;
  vertical-align: middle;
}
#section-emergency a {
  color: #f0027f;
}
#section-emergency a:hover {
  text-decoration: none;
}
#section-emergency .fa-exclamation-triangle {
  font-size: 18px;
  margin-right: 10px;
}

body #wrapper #section-movie-info {
  display: block;
}
body #wrapper .parts-sp-hamburger {
  display: none;
}
body #wrapper .main-container {
  width: auto;
}
body #wrapper .wrap-container {
  display: block;
}
body #wrapper #contents-wrap .api-bnr-c div {
  margin-bottom: 20px;
}
body #wrapper #contents-wrap .api-bnr-c div a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding: 3px;
}
body #wrapper .aside-container {
  margin: 20px 0 0;
  width: 100%;
}
body #wrapper #section-movie-news {
  display: block;
}
body #wrapper #section-movie-info .parts-story-top .next-movie {
  background: #ffffff;
  width: auto;
  margin-bottom: 30px;
  padding: 30px 0;
}
body #wrapper #section-movie-info .parts-story-top .next-movie .inner {
  width: 540px;
  margin: 0 auto;
}
body #wrapper #section-movie-info .parts-story-top .next-movie .cap-box {
  margin: 0 auto;
}
body #wrapper #section-movie-info .parts-story-top .next-movie .btn-box a {
  margin: 0;
}
body #wrapper #common-related-programs {
  padding-top: 20px;
}
body #wrapper #story-top {
  margin-right: 0px;
}
body #wrapper #common-present, body #wrapper #common-ranking {
  display: none !important;
}
body #wrapper .related-programs-listItem-dykCt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(20% - 8px);
  -ms-flex: 0 0 calc(20% - 8px);
  flex: 0 0 calc(20% - 8px);
}

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: #333333;
}
.main-container a:link,
.main-container a:visited,
.main-container a:hover,
.main-container a:active {
  color: #333333;
}
.main-container a:link,
.main-container a:visited {
  text-decoration: underline;
}
.main-container a:hover,
.main-container .a:active {
  text-decoration: none;
}

.shadow {
  -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;
  }
}
#wrapper {
  font-size: 1.6rem;
  line-height: 3.2rem;
}
#wrapper img {
  vertical-align: bottom;
  max-width: 100%;
}
#wrapper #contents-wrap {
  min-width: 1080px;
  background-color: #ffffff;
  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: 4px 50px;
  display: block;
  background: #0093c3;
  color: #ffffff;
  text-decoration: none;
  border-radius: 100px;
  margin: 0 auto;
  min-width: 280px;
  display: inline-block;
}
#wrapper .btn-box a:after {
  content: "\f105";
  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: #ffffff;
}
#wrapper .btn-box a.arrow-bottom:after {
  content: "\f107";
}
#wrapper .btn-box.btn-more-box a {
  background: #666666;
}
#wrapper .btn-box.btn-more-box a:after {
  content: "\f107";
}
#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 > .txt-box,
#wrapper .flex-r > .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: 20px;
}
#wrapper .read-box:last-child {
  margin-bottom: 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: 50%;
  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: 33.3333333333%;
  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: #333333;
  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: "\f104";
  padding-right: 10px;
}
#wrapper .paging-box li.next a:after,
#wrapper .year-list-box li.next a:after {
  right: 0;
  content: "\f105";
  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: #0093c3;
  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;
}
#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 {
  background: #ffffff;
  padding: 20px;
}
#wrapper .contents-box .ttl-box {
  margin-bottom: 10px;
}
#wrapper .contents-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 .h1-ttl-box {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: bold;
}
#wrapper .h1-ttl-box .date {
  font-size: 1.3rem;
  line-height: 2.8rem;
  background: #dddddd;
  padding: 0 8px;
  display: inline-block;
  margin-bottom: 8px;
}
#wrapper .h1-ttl-box h1 {
  font-size: 2.6rem;
  line-height: 3.8rem;
}
#wrapper .h1-ttl-box span {
  font-weight: bold;
  font-size: 1.2rem;
  margin-left: 10px;
}
#wrapper .h2-ttl, body.top #wrapper #main-side-box .top-side-h2-ttl {
  font-weight: bold;
  font-size: 2.2rem;
  background: #eeeeee;
  padding: 15px 20px;
}
#wrapper .h2-ttl span, body.top #wrapper #main-side-box .top-side-h2-ttl span {
  font-size: 1.2rem;
  margin-left: 10px;
}
#wrapper .h2-ttl-inner {
  font-weight: bold;
  font-size: 2.2rem;
  background: #eeeeee;
  padding: 15px 20px;
  margin: 40px -40px 20px;
}
#wrapper .h2-ttl-inner span {
  font-size: 1.2rem;
  margin-left: 10px;
}
#wrapper .h3-ttl {
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 2.1rem;
  margin-bottom: 20px;
  padding-top: 10px;
}
#wrapper .h3-ttl span {
  font-size: 1.2rem;
  margin-left: 10px;
}
#wrapper .h4-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
}
#wrapper .sns-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#wrapper .sns-box > div:last-child {
  margin-left: 20px;
}
#wrapper .sns-box > div:only-child {
  margin: 0;
}
#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 #main-side-box {
  display: block;
  position: absolute;
  top: 25px;
  right: 0;
  width: 320px;
  font-size: 1.5rem;
}
#wrapper .sp-br {
  display: none;
}
#wrapper #contents-area {
  margin-top: 20px;
  width: 1080px;
  margin: 0 auto;
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 1.5;
}
#wrapper .bline {
  border: 1px solid #000;
}
#wrapper .ttl-area {
  position: relative;
  margin: 30px 40px 0;
}
#wrapper .ttl-area img {
  height: 35px;
}
#wrapper #update {
  text-align: right;
  margin-right: 40px;
}
#wrapper .pagettl {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 2.6rem;
  border-left: 0;
  border-right: 0;
  padding: 20px 0;
  line-height: 1.2;
}
#wrapper #contents-area-main {
  padding: 25px 40px 0;
  padding-top: 20px;
  overflow: hidden;
  counter-reset: h2num;
}
#wrapper .num-h2 {
  counter-increment: h2num;
}
#wrapper .num-h2:before {
  content: counter(h2num) ".";
  position: absolute;
  top: 0;
  left: 0;
}
#wrapper .dia-h2:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "◆";
  width: 1.6rem;
  height: 1.6rem;
}
#wrapper .section-area {
  margin-bottom: 54px;
}
#wrapper .section-area h2 {
  position: relative;
  font-size: 1.8rem;
  margin-bottom: 12px;
  padding-left: 1.5em;
  font-weight: bold;
  line-height: 1;
}
#wrapper .section-area .block-h2:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background-color: #0093c3;
}
#wrapper .section-area .section-area-p {
  margin-bottom: 20px;
}
#wrapper .section-area .mgt10 {
  margin-top: 1.5em;
}
#wrapper .section-area .mgt20 {
  margin-top: 20px;
}
#wrapper .section-area .first-ol {
  padding-left: 3.8rem;
}
#wrapper .section-area .first-ol li {
  padding-left: 1em;
  margin-bottom: 28px;
  font-weight: bold;
}
#wrapper .section-area .first-ol li p {
  font-weight: normal;
}
#wrapper .section-area .first-ol li ul {
  margin-left: 2em;
}
#wrapper .section-area .first-ol li ul li {
  padding-left: 0;
  list-style: disc;
  margin-bottom: 6px;
  font-weight: normal;
}
#wrapper .section-area .first-ol li .invoice-ol {
  margin-left: 2em;
  margin-bottom: 10px;
}
#wrapper .section-area .first-ol li .invoice-ol li {
  padding-left: 0;
  list-style: none;
  margin-bottom: 2px;
  font-weight: normal;
}
#wrapper .section-area .first-ol .normal-li {
  font-weight: normal;
}
#wrapper .section-area .first-ol h3 {
  font-size: 1.4rem;
  margin-bottom: 4px;
}
#wrapper .section-area .first-ol .circle-ol {
  margin-left: 3em;
  counter-reset: cnt;
  margin-top: 4px;
}
#wrapper .section-area .first-ol .circle-ol .circle-ol-li {
  position: relative;
  counter-increment: cnt;
  list-style: none;
  margin-left: -1em;
  margin-bottom: 10px;
  font-weight: normal;
  text-indent: 0;
  line-height: 1.6rem;
}
#wrapper .section-area .first-ol .circle-ol .circle-ol-li:before {
  position: absolute;
  content: "（" counter(cnt) "）";
  display: inline-block;
  left: -2em;
  top: 0;
}
#wrapper .section-area .first-ol .second-ol {
  margin-left: 1.3em;
  counter-reset: cnt2;
  margin-top: 8px;
  margin-bottom: 8px;
}
#wrapper .section-area .first-ol .second-ol li {
  position: relative;
  counter-increment: cnt2;
  list-style: none;
  padding-left: 0;
  margin-bottom: 8px;
  font-weight: normal;
  line-height: 1.6rem;
}
#wrapper .section-area .first-ol .second-ol li:before {
  position: absolute;
  content: counter(cnt2);
  display: inline-block;
  left: -1em;
  top: 0;
}
#wrapper .section-area .first-ol p {
  margin-bottom: 10px;
}
#wrapper .section-area .first-ol .attentiontext {
  color: red;
  margin-bottom: 0;
}
#wrapper .section-area .first-ol .address {
  position: relative;
  padding-left: 1em;
}
#wrapper .section-area .first-ol .address .place, #wrapper .section-area .first-ol .address .tel {
  margin-bottom: 0;
}
#wrapper .section-area .first-ol .address .place {
  padding-left: 3em;
  text-indent: -3em;
}
#wrapper .section-area .first-ol .address .place .sp-br {
  display: none;
}
#wrapper .section-area .first-ol .address:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  display: inline-block;
  width: 0.83em;
  height: 0.9em;
  background: url(../common-img/post.gif) no-repeat;
  background-size: contain;
}
#wrapper .section-area .mg5 li {
  margin-bottom: 10px;
}
#wrapper .section-area .shop p {
  margin-bottom: 8px;
}
#wrapper .section-area .shop .info-ttl {
  margin-bottom: 0;
}
#wrapper .section-area .shop .info {
  margin-left: 2em;
  margin-bottom: 0;
}
#wrapper .section-area .first-circle-ol {
  margin-left: 4.5em;
  counter-reset: fc-cnt;
  margin-top: 4px;
}
#wrapper .section-area .first-circle-ol .first-circle-ol-li {
  position: relative;
  counter-increment: fc-cnt;
  list-style: none;
  margin-bottom: 28px;
  font-weight: normal;
  text-indent: 0;
  line-height: 1.6rem;
}
#wrapper .section-area .first-circle-ol .first-circle-ol-li ul {
  margin-top: 4px;
  margin-left: 2em;
}
#wrapper .section-area .first-circle-ol .first-circle-ol-li ul li {
  padding-left: 0;
  list-style: disc;
  margin-bottom: 6px;
  font-weight: normal;
}
#wrapper .section-area .first-circle-ol .first-circle-ol-li.mg10 {
  margin-bottom: 10px;
}
#wrapper .section-area .first-circle-ol .first-circle-ol-li:before {
  position: absolute;
  content: "（" counter(fc-cnt) "）";
  display: inline-block;
  left: -3em;
  top: 0;
}
#wrapper .section-area .link-p {
  margin-top: 10px;
  margin-left: 2em;
}
#wrapper .section-area .first-ul {
  padding-left: 3.8rem;
}
#wrapper .section-area .first-ul li {
  margin-bottom: 10px;
  list-style: disc;
  padding-left: 0;
}
#wrapper .section-area .first-ul li .c-name {
  margin-bottom: 6px;
}
#wrapper .section-area .first-ul li .s-name {
  margin-bottom: 6px;
}
#wrapper .section-area .first-ul li .s-name:nth-child(n+3) {
  margin-top: 20px;
}
#wrapper .section-area .first-ul li .pry, #wrapper .section-area .first-ul li .opt, #wrapper .section-area .first-ul li .atn {
  line-height: 1.1;
  margin-bottom: 10px;
}
#wrapper .section-area .first-ul .mg28 {
  margin-bottom: 28px;
}
#wrapper .section-area .section-area-p-attention {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 6px;
  line-height: 1.3;
}
#wrapper .section-area .section-area-p-attention2 {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 10px;
}
#wrapper .section-area .prog-ttl {
  font-weight: bold;
}
#wrapper .section-area .prog-txt {
  text-indent: 1em;
  margin-bottom: 1em;
}
#wrapper .section-area .prog-ul {
  position: relative;
  padding-left: 1em;
  margin-left: 2em;
}
#wrapper .section-area .prog-ul:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  width: 1em;
  height: 1em;
}
#wrapper .section-area .prog {
  width: calc(100% - 3em);
  margin-left: 3em;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
#wrapper .section-area .prog .ttl {
  text-indent: -1em;
  padding-left: 1em;
}
#wrapper .section-area .ta-right {
  float: right;
}
#wrapper .mgb40 {
  margin-bottom: 40px;
}
#wrapper .end-area {
  margin: 0 40px 30px;
}
#wrapper .attention-area {
  padding: 20px;
  border: 2px solid #cccccc;
  margin-bottom: 24px;
}
#wrapper .attention-area p {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}
#wrapper .attention-area p:last-child {
  margin-bottom: 0;
}
#wrapper .attention-area .nonindent {
  text-indent: 0;
  padding-left: 0;
}
#wrapper .toppage-button p a {
  position: relative;
  font-size: 1.6rem;
  margin-bottom: 10px;
  padding-left: 1.5em;
  font-weight: bold;
  text-decoration: none;
}
#wrapper .toppage-button p a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  background: url(../common-img/back_arrow.svg) no-repeat #0093c3;
  background-size: contain;
  vertical-align: middle;
}
#wrapper .toppage-button p a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
#wrapper .menu-list {
  width: 300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
}
#wrapper .menu-list a {
  position: relative;
  width: 300px;
  height: 30px;
  background-color: #fff;
  padding: 20px 10px;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
}
#wrapper .menu-list a p {
  position: absolute;
  width: calc(100% - 20px - 2.5rem);
  padding-right: 2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.4rem;
  line-height: 1.4;
}
#wrapper .menu-list a p .sp-br, #wrapper .menu-list a p .sp-br2 {
  display: block;
}
#wrapper .menu-list a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  background-color: #0093c3;
}
#wrapper .menu-list a:after {
  content: "";
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 26px;
  margin-top: -4px;
}
#wrapper .menu-list a:hover p {
  opacity: 0.8;
  text-decoration: underline;
}
#wrapper .menu-list a:hover:before {
  opacity: 0.7;
}
#wrapper .menu-list a:first-child {
  margin-top: 20px;
}
#wrapper .menu-list a:last-child {
  border-bottom: none;
}
#wrapper .menu-list a:link, #wrapper .menu-list a:visited, #wrapper .menu-list a:hover, #wrapper .menu-list a:active {
  color: #333333;
}
#wrapper .menu-list a:link, #wrapper .menu-list a:visited {
  text-decoration: underline;
}
#wrapper .menu-list a:hover, #wrapper .menu-list .a:active {
  text-decoration: none;
}
#wrapper .menu-list-ttl {
  font-size: 1.8rem;
  margin-bottom: 0.6rem;
  margin-top: 20px;
}
#wrapper .btn-copyright {
  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 .btn-copyright .img-box1 {
  margin-right: 10px;
}
#wrapper .common-parts-ttl, #wrapper .post-articles-header-container h2 {
  background-color: #393e40;
  padding: 8px 24px;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 25px;
}
#wrapper .post-articles-header-container {
  background: none;
  padding: 0;
}
#wrapper .parts-section-share > *,
#wrapper #recommend-movie > *,
#wrapper #post-articles > *,
#wrapper #common-related-shows > * {
  margin-top: 40px;
}

.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: 40px;
  right: 40px;
  cursor: pointer;
}

.sp-menu, .menu-contents {
  display: none;
}