@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Roboto+Condensed:wght@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: "Noto Sans JP", "游ゴシック体", "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;
  }
}
.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-box {
  position: relative;
}
.social-box #social-button {
  display: block;
  text-align: center;
}
.social-box #social-button .social-button-icon {
  margin: 1rem 1rem 0;
  display: inline-block;
  vertical-align: middle;
}

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

.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(59, 89, 152);
}

.social-button-facebook:hover {
  background-color: rgba(59, 89, 152, 0.6);
}

.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-footer a {
  font-size: 1.2rem;
}

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

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

.param-link {
  cursor: pointer;
}

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

#page-up {
  -webkit-animation: fluffyb-up 2.5s infinite ease;
  animation: fluffyb-up 2.5s infinite ease;
}

@-webkit-keyframes fluffyb-up {
  0% {
    bottom: 40px;
  }
  10% {
    bottom: 40px;
  }
  20% {
    bottom: 50px;
  }
  25% {
    bottom: 40px;
  }
  30% {
    bottom: 50px;
  }
  35% {
    bottom: 40px;
  }
  100% {
    bottom: 40px;
  }
}

@keyframes fluffyb-up {
  0% {
    bottom: 40px;
  }
  10% {
    bottom: 40px;
  }
  20% {
    bottom: 50px;
  }
  25% {
    bottom: 40px;
  }
  30% {
    bottom: 50px;
  }
  35% {
    bottom: 40px;
  }
  100% {
    bottom: 40px;
  }
}
.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: #e90058 !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: 0;
}

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

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

.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 #header-wrap {
  min-width: 1080px;
  background: url(../common-img/bg_main_repeat.png) repeat-x center top;
}
#wrapper #contents-wrap {
  min-width: 1080px;
  background: url(../common-img/bg_contents_repeat_pc.png) repeat center top;
  padding-bottom: 40px;
}
#wrapper .pc-rectangle-banner {
  margin-bottom: 15px;
}
#wrapper .wrap-container .txt-box {
  position: relative;
}
#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;
}
body.top #wrapper .header-wrap__inner {
  position: relative;
  width: 1080px;
  margin: 0 auto;
  height: 607px;
  width: 100%;
  overflow: hidden;
}
body.top #wrapper .con {
  position: relative;
}
body.top #wrapper #header-image {
  background: url(../common-img/main_pc.jpg) no-repeat left top;
  width: 1080px;
  height: 607px;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
body.top #wrapper .header-image__bg {
  background: url(../common-img/bg_main_back.png) no-repeat left top;
  width: 1552px;
  height: 607px;
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
body.top #wrapper .main-container {
  position: relative;
  z-index: 1;
  width: 100%;
  background: url(../common-img/bg_contents_top.png) repeat-x left top/contain;
  overflow: hidden;
}
body.top #wrapper .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  pointer-events: none;
}
body.top #wrapper .bg--1 {
  background: url(../common-img/bg_contents_01.png) no-repeat left top/contain;
  width: 1093px;
  height: 438px;
  margin-top: 15px;
}
body.top #wrapper .bg--2 {
  background: url(../common-img/bg_contents_02.png) no-repeat left top/contain;
  width: 1515px;
  height: 1140px;
  margin-top: 514px;
}
body.top #wrapper .catch {
  position: relative;
}
body.top #wrapper .catch__title {
  width: 763px;
  height: auto;
  margin: 45px auto 0;
  position: relative;
  z-index: 5;
}
body.top #wrapper .catch__lead {
  width: 1003px;
  height: auto;
  margin: 77px auto 0;
  position: relative;
  z-index: 5;
}
body.top #wrapper .catch__icon {
  background: url(../common-img/island.png) no-repeat left top;
  width: 326px;
  height: 515px;
  position: absolute;
  right: 0;
  top: 349px;
  z-index: 1;
}
body.top #wrapper .c-box {
  position: relative;
  z-index: 1;
  background: url(../common-img/bg_box_pc.png) no-repeat left top #f5fafe;
  width: 1080px;
  margin: auto;
  padding: 72px 0;
  -webkit-box-shadow: 7px 7px 0 0 rgb(61, 61, 149);
  box-shadow: 7px 7px 0 0 rgb(61, 61, 149);
}
body.top #wrapper .c-box + .c-box {
  margin-top: 120px;
}
body.top #wrapper .c-box__title {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 2;
}
body.top #wrapper .c-box__title:before {
  content: "";
  display: block;
  position: absolute;
  width: 1117px;
  height: 125px;
  margin: auto;
  top: -7px;
  left: -15px;
  right: 0;
}
body.top #wrapper .c-box__title--1:before {
  background: url(../common-img/h3_before_01.png) no-repeat left top;
}
body.top #wrapper .c-box__title--2:before {
  background: url(../common-img/h3_before_02.png) no-repeat left top;
}
body.top #wrapper .c-box__titleText {
  display: block;
  background: url(../common-img/h3_bg.png) no-repeat left top;
  width: 420px;
  height: 87px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 21px 20px 0 0;
  margin: auto;
  position: relative;
  font-size: 33px;
  font-weight: 900;
  font-style: italic;
  color: #3d3d95;
}
body.top #wrapper .c-box__cont {
  width: 960px;
  margin: auto;
}
body.top #wrapper .c-num {
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  background: #3d3d95;
  border-radius: 50%;
  text-align: center;
}
body.top #wrapper .movie__cont {
  width: 800px;
  margin: 80px auto 0;
  position: relative;
  z-index: 5;
  aspect-ratio: 16/9;
  -webkit-box-shadow: 0 0 25px 0 rgba(61, 61, 149, 0.8);
  box-shadow: 0 0 25px 0 rgba(61, 61, 149, 0.8);
}
body.top #wrapper .movie__cont iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
body.top #wrapper .about {
  margin-top: 120px;
}
body.top #wrapper .about .about__table .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0 24px;
  border-bottom: 1px solid #d0d4e9;
}
body.top #wrapper .about .about__table .item:first-child {
  border-top: 1px solid #d0d4e9;
}
body.top #wrapper .about .about__table .item dt {
  color: #3d3d95;
  font-weight: 900;
  font-size: 16px;
  text-align: center;
  line-height: 2;
  width: 167px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
body.top #wrapper .about .about__table .item dd {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin: 0 0 0 15px;
}
body.top #wrapper .about .judge__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 8px 0 -17px;
}
body.top #wrapper .about .judge__listItem {
  position: relative;
  margin-bottom: 46px;
}
body.top #wrapper .about .judge__listItem--4 {
  margin-left: auto;
  margin-right: 30px;
}
body.top #wrapper .about .judge__listItem--5 {
  margin-right: auto;
}
body.top #wrapper .about .judge__img {
  width: 240px;
}
body.top #wrapper .about .judge__name {
  font-weight: 900;
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
  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;
  background: #3d3d95;
  width: 200px;
  height: 50px;
  -webkit-transform: skew(-20deg, 0deg);
  transform: skew(-20deg, 0deg);
  position: absolute;
  bottom: -21px;
  left: 0;
  right: 0;
  margin: auto;
}
body.top #wrapper .about .judge__nameText {
  -webkit-transform: skew(20deg, 0deg);
  transform: skew(20deg, 0deg);
  display: inline-block;
}
body.top #wrapper .about .judge__listItem--3 .judge__name {
  height: 70px;
}
body.top #wrapper .howto .howto__lead {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  width: 769px;
  margin: 0 auto 0;
  padding: 20px 80px 20px 88px;
  border-radius: 10px;
}
body.top #wrapper .howto .howto__leadText {
  font-weight: 900;
  font-size: 22px;
  line-height: 2.2727272727;
  letter-spacing: 0.05em;
  color: #3d3d95;
}
body.top #wrapper .howto .howto__leadText a {
  display: inline-block;
  color: #3d3d95;
}
body.top #wrapper .howto .num {
  font-size: 20px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin-right: 10px;
}
body.top #wrapper .howto .howto__titleSub {
  font-weight: 900;
  font-size: 24px;
  line-height: 1.3333333333;
  color: #fff;
  background: #3d3d95;
  width: 463px;
  margin: 53px auto 0;
  border-radius: 24px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 0 8px;
  letter-spacing: 0.05em;
}
body.top #wrapper .howto .howto__division {
  width: 760px;
  margin: 20px auto 0;
  border: 2px solid #3d3d95;
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 20px 11px;
}
body.top #wrapper .howto .howto__division + .howto__division {
  margin-top: 10px;
}
body.top #wrapper .howto .howto__divisionInner--char {
  font-family: "Roboto Condensed", sans-serif;
  color: #e90058;
  font-size: 88px;
  line-height: 1;
}
body.top #wrapper .howto .howto__divisionInner--text {
  margin: 7px 0 0 18px;
}
body.top #wrapper .howto .division__title {
  font-weight: 900;
  font-size: 26px;
  line-height: 1.2307692308;
  color: #e90058;
  letter-spacing: 0.05em;
  position: relative;
}
body.top #wrapper .howto .division__title:after {
  content: "";
  display: block;
  position: absolute;
  background: #e90058;
  height: 3px;
  width: 650px;
  bottom: -9px;
  left: -3px;
}
body.top #wrapper .howto .division__text {
  margin: 10px 0 0 -3px;
}
body.top #wrapper .howto .division__anchor {
  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: 10px 0 0 0;
  font-size: 18px;
  width: 720px;
  margin: 10px auto 0;
  padding: 2px 0;
  line-height: 2.1875;
  background: #e90058;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  border-radius: 50px;
  height: 60px;
  margin-bottom: 10px;
}
body.top #wrapper .howto .division__anchor span {
  position: relative;
}
body.top #wrapper .howto .division__anchor span:after {
  content: "";
  display: inline-block;
  background: url(../common-img/icon_window.png) no-repeat left top/contain;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -15px;
}
body.top #wrapper .howto .howto__imgWrapper {
  width: 760px;
  margin: 18px auto 0;
}
body.top #wrapper .howto .howto__img--1 {
  width: 760px;
}
body.top #wrapper .howto .howto__imgInner {
  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;
  margin: 23px 0 0;
}
body.top #wrapper .howto .howto__img--2,
body.top #wrapper .howto .howto__img--3 {
  width: 368px;
}
body.top #wrapper .detail .detail__cont {
  margin-top: -6px;
}
body.top #wrapper .detail .detail__title {
  font-size: 18px;
  line-height: 1.7777777778;
  color: #3d3d95;
  letter-spacing: 0.05em;
}
body.top #wrapper .detail .detail__titleText {
  padding-top: 12px;
}
body.top #wrapper .detail .detail__title--2 {
  margin-top: 57px;
}
body.top #wrapper .detail .num {
  width: 24px;
  height: 24px;
  font-size: 16px;
  line-height: 24px;
  margin-right: 10px;
}
body.top #wrapper .detail .detail__list--1 {
  margin: 10px 0 0;
}
body.top #wrapper .detail .detail__list--3 {
  margin: 10px 0 0;
}
body.top #wrapper .detail .detail__listItem {
  letter-spacing: 0.05em;
}
body.top #wrapper .detail .detail__listItem.indent {
  text-indent: -20px;
  margin-left: 20px;
}
body.top #wrapper .detail .detail__listItem strong {
  font-weight: 900;
}
body.top #wrapper .detail .detail__text {
  letter-spacing: 0.05em;
  margin: 30px 0 0;
}
body.top #wrapper .detail .detail__text.indent {
  text-indent: -20px;
  margin-left: 20px;
}
body.top #wrapper .detail .detail__anchor {
  display: inline-block;
  color: #e90058;
  text-decoration: underline;
  letter-spacing: 0.06em;
}
body.top #wrapper .detail .detail__anchor--ml {
  margin-left: 26px;
}
body.top #wrapper .detail .detail__listItemAnchor {
  color: #e90058;
  text-decoration: underline;
  margin-left: 26px;
  letter-spacing: 0.06em;
}
body.top #wrapper .detail .detail__btnWrapper {
  margin: 50px 0 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;
}
body.top #wrapper .detail .detail__btn {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 468px;
  border-radius: 24px;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.7777777778;
  padding: 20px 10px 10px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(22, 22, 153)), to(rgb(149, 37, 152)));
  background: -webkit-linear-gradient(left, rgb(22, 22, 153) 0%, rgb(149, 37, 152) 100%);
  background: linear-gradient(90deg, rgb(22, 22, 153) 0%, rgb(149, 37, 152) 100%);
}
body.top #wrapper .detail .detail__btn .char {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 46px;
  line-height: 1px;
  color: #fff;
  margin-right: 38px;
  position: relative;
  top: 10px;
  left: 20px;
}
body.top #wrapper .detail .detail__btn .detail__btnClick {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 19px;
  background: #e90058;
  width: 100%;
  text-align: center;
  font-weight: 900;
  color: #fff;
  font-size: 22px;
  padding: 2px 0;
  margin: 16px 0 0;
}
body.top #wrapper .detail .detail__btn .detail__btnClick span {
  position: relative;
}
body.top #wrapper .detail .detail__btn .detail__btnClick span:after {
  content: "";
  display: inline-block;
  background: url(../common-img/icon_window.png) no-repeat left top;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -30px;
}
body.top #wrapper #section-share {
  margin-top: 40px;
}

#page-up {
  z-index: 100;
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 90px;
  cursor: pointer;
}
#page-up img {
  width: 100%;
}