@charset "UTF-8";
.r-red {
  color: #d00000 !important;
}

.r-yellow {
  color: #f09421 !important;
}

.r-pink {
  color: #f0359d !important;
}

.r-blue {
  color: #0e3fb9 !important;
}

.r-black {
  color: #141114 !important;
}

.r-silver {
  color: #95b0c8 !important;
}

.r-gold {
  color: #d3aa09 !important;
}

.r-white {
  color: #89969b !important;
}

.r-none {
  color: #241916 !important;
}

.r-orange {
  color: #f75b2a !important;
}

.r-violet {
  color: #901f9b !important;
}

.r-enemy {
  color: #4d0b4c !important;
}

.u-red {
  color: #CA2807;
}

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

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

.f-pink {
  color: #d93a11 !important;
}

.copyright, #common-related-shows h3,
#common-ranking h3,
#common-present h3,
#common-tver-ranking-desktop h3 {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8), -1px 1px 0 rgba(0, 0, 0, 0.8), 1px -1px 0 rgba(0, 0, 0, 0.8), -1px -1px 0 rgba(0, 0, 0, 0.8);
}

/****--------- ボール ---------****/
@-webkit-keyframes ball {
  0% {
    -webkit-transform: translate(-50%, 0%) rotateX(25deg);
    transform: translate(-50%, 0%) rotateX(25deg);
  }
  100% {
    -webkit-transform: translate(-50%, -3px);
    transform: translate(-50%, -3px);
  }
}
@keyframes ball {
  0% {
    -webkit-transform: translate(-50%, 0%) rotateX(25deg);
    transform: translate(-50%, 0%) rotateX(25deg);
  }
  100% {
    -webkit-transform: translate(-50%, -3px);
    transform: translate(-50%, -3px);
  }
}
body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
}

.disabled {
  pointer-events: none !important;
}

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

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

/* Chrome 用：オートフィルの背景色を白に固定 */
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color: #000 !important;
}

/* フォーカス時のアウトラインも調整 */
.typing-area__input:focus {
  outline: none;
}

@-webkit-keyframes stampAnimation {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
  15% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes stampAnimation {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
  15% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.correct.stamp--animate,
.incorrect.stamp--animate {
  -webkit-animation: stampAnimation 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: stampAnimation 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@-webkit-keyframes questionImgAnimation {
  0% {
    -webkit-transform: perspective(1000px) translateZ(-150px) scale(0.8);
    transform: perspective(1000px) translateZ(-150px) scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) translateZ(0) scale(1);
    transform: perspective(1000px) translateZ(0) scale(1);
    opacity: 1;
  }
}

@keyframes questionImgAnimation {
  0% {
    -webkit-transform: perspective(1000px) translateZ(-150px) scale(0.8);
    transform: perspective(1000px) translateZ(-150px) scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) translateZ(0) scale(1);
    transform: perspective(1000px) translateZ(0) scale(1);
    opacity: 1;
  }
}
.question-img--animate {
  -webkit-animation: questionImgAnimation 0.3s ease-out 0.2s both;
  animation: questionImgAnimation 0.3s ease-out 0.2s both;
}

.question-visual__img-wrap {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

@-webkit-keyframes resultImgAnimation {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
  }
  30% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-filter: brightness(1.25);
    filter: brightness(1.25);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
}

@keyframes resultImgAnimation {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
  }
  30% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-filter: brightness(1.25);
    filter: brightness(1.25);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
}
.result-visual__img--animate {
  -webkit-animation: resultImgAnimation 0.5s cubic-bezier(0.1, 0.7, 0.1, 1) both;
  animation: resultImgAnimation 0.5s cubic-bezier(0.1, 0.7, 0.1, 1) both;
}

/*
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;
}

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

.h2-recommend-movie,
.post-articles-header-container,
.common-parts-ttl {
  background: #CA2807;
  color: #FFF;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  padding: 10px 20px 8px;
}

#common-related-shows h3,
#common-ranking h3,
#common-present h3,
#common-tver-ranking-desktop h3 {
  color: #fff;
}

#common-present a span,
#common-present a.hover__hoverCyanText--raNVw {
  color: #241916 !important;
}

svg.present__linkIcon--tXoMG {
  fill: #241916 !important;
}

.common-related-shows h3 {
  color: #fff !important;
}
.common-related-shows .related-programs__subtitle--1kmo4 {
  line-height: 20px;
}

#mobile-contents .btn-box a {
  -webkit-box-shadow: none;
  box-shadow: 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-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: 42.6666666667vw;
  height: 17.0666666667vw;
  display: block;
  background: url(/common/des/01/images/external.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -17.0666666667vw;
  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;
}

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

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

html {
  font-size: 62.5%;
}

.main-container a {
  color: #241916;
}

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

#wrapper {
  background: url("../common-img/bg/bg.png") no-repeat center top -168px/1470px 1102px, url("../common-img/bg/bg_pattern.png") repeat 0 0/1405px 703px, #1E1211;
  font-size: 1.6rem;
  line-height: 3.2rem;
}
#wrapper img {
  vertical-align: bottom;
  max-width: 100%;
}
#wrapper .opac {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#wrapper .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 .con {
  position: relative;
  width: 1080px;
  margin: 0 auto;
}
#wrapper .pc-rectangle-banner {
  margin-bottom: 15px;
}
#wrapper #post-articles {
  margin-bottom: 40px;
}
#wrapper .post-articles-postAticlesContainer-3fnWb {
  margin-top: 0;
}
#wrapper .main-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 760px;
  padding-bottom: 40px;
}
#wrapper .wrap-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#wrapper .aside-container {
  margin-left: 20px;
  margin-top: 40px;
  width: 300px;
}
#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 .social-box {
  margin-top: 30px;
}
#wrapper .btn-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;
}
#wrapper .btn-box a {
  color: #FFF;
  text-align: center;
  font-family: "M PLUS 1p";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 15px 100px 14px 100px;
  text-decoration: none;
  border-radius: 48px;
  border: 1px solid #FFF;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 178, 255, 0.15);
  box-shadow: 0px 0px 25px 0px rgba(0, 178, 255, 0.15);
  position: relative;
}
#wrapper .btn-box a::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translatey(-50%) rotate(45deg);
  transform: translatey(-50%) rotate(45deg);
  right: 26.5px;
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#wrapper .box-semi-transparent {
  border-radius: 24px;
  background: url(../common-img/read_bg.png) no-repeat center top, var(--grade-box, linear-gradient(180deg, rgba(97, 59, 42, 0.55) 0%, rgba(32, 35, 43, 0) 100%));
  background-size: 310px 32px, auto;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  margin: 0 0 40px 0;
  padding: 24px 60px 40px 60px;
}
#wrapper .section-bnr {
  margin-bottom: 40px;
}
#wrapper .section-bnr__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}
#wrapper .section-bnr__list__item {
  width: 372px;
}
#wrapper .section-bnr__list__item .common-parts-ttl {
  margin-bottom: 16px;
}
#wrapper .btn-anime {
  display: inline-block;
  -webkit-transition: text-shadow 0.1s ease-out, -webkit-filter 0.1s ease-out, -webkit-transform 0.1s ease-out, -webkit-box-shadow 0.1s ease-out;
  transition: text-shadow 0.1s ease-out, -webkit-filter 0.1s ease-out, -webkit-transform 0.1s ease-out, -webkit-box-shadow 0.1s ease-out;
  transition: filter 0.1s ease-out, text-shadow 0.1s ease-out, transform 0.1s ease-out, box-shadow 0.1s ease-out;
  transition: filter 0.1s ease-out, text-shadow 0.1s ease-out, transform 0.1s ease-out, box-shadow 0.1s ease-out, -webkit-filter 0.1s ease-out, -webkit-transform 0.1s ease-out, -webkit-box-shadow 0.1s ease-out;
  filter: brightness(1);
  -webkit-filter: brightness(1);
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}
#wrapper .btn-anime:hover {
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
  text-shadow: 1px 1px 10px rgba(255, 226, 0, 0.4), 1px 1px 10px rgba(255, 234, 70, 0.4), 1px 1px 20px rgba(206, 191, 66, 0.4), 1px 1px 30px rgba(217, 201, 78, 0.4);
}
#wrapper .btn-anime:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-box-shadow: 4px 2px 2px 0px rgba(255, 255, 255, 0.3) inset, 0px 2px 0px 0px #731704;
  box-shadow: 4px 2px 2px 0px rgba(255, 255, 255, 0.3) inset, 0px 2px 0px 0px #731704;
}
body.top #wrapper .main-container {
  color: #241916;
}
body.top #wrapper .main-container .h1-img {
  width: 100%;
  height: 0;
  padding-top: 88.1578947368%;
  /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(../common-img/main.png) no-repeat left top;
  background-size: cover;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
body.top #wrapper .main-contents-box {
  padding: 0 0 80px 0;
}
body.top #wrapper .main-read {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 60px 40px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin: 0 0 40px 0;
}
body.top #wrapper .main-read__title {
  color: #FFF;
  text-align: center;
  font-family: "M PLUS 1p";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
body.top #wrapper .main-read__title + .main-read__title {
  margin-top: -8px;
}
body.top #wrapper .main-read__title .highlight {
  font-size: 24px;
  font-weight: 700;
  color: #EECC42;
  letter-spacing: 1.2px;
}
body.top #wrapper .main-read__note {
  margin-bottom: 24px;
  padding: 6px 24px;
  border-radius: 80px;
  border: 1px dashed var(--background-w, #FEFBF5);
  color: var(--background-w, #FEFBF5);
  text-align: center;
  font-family: "M PLUS 1p";
  font-size: 13px;
  font-weight: 700;
  line-height: 19px;
}
body.top #wrapper .main-read__list {
  margin: 0 auto 40px;
  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;
  gap: 16px;
  width: 100%;
}
body.top #wrapper .main-read__item {
  width: calc((100% - 32px) / 3);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
body.top #wrapper .main-read__item__button {
  text-decoration: none;
  display: block;
  margin-bottom: 14px;
  padding: 16px 20px 12px;
  cursor: pointer;
  border-radius: 24px;
  background: -webkit-linear-gradient(352deg, #FAC53F -1.77%, #ED5030 30.52%, #CA2807 68.96%, #7E1702 100.74%);
  background: linear-gradient(98deg, #FAC53F -1.77%, #ED5030 30.52%, #CA2807 68.96%, #7E1702 100.74%);
  -webkit-box-shadow: 4px 2px 2px 0px rgba(255, 255, 255, 0.3) inset, 0px 5px 0px 0px #731704;
  box-shadow: 4px 2px 2px 0px rgba(255, 255, 255, 0.3) inset, 0px 5px 0px 0px #731704;
}
body.top #wrapper .main-read__item-desc {
  margin-bottom: 4px;
  padding: 6px 8px 6px;
  color: #FFF;
  text-align: center;
  font-family: "M PLUS 1p";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  border-radius: 80px;
  background: rgba(30, 18, 17, 0.6);
  -webkit-box-shadow: 4px 4px 8px 0px rgba(30, 18, 17, 0.6) inset;
  box-shadow: 4px 4px 8px 0px rgba(30, 18, 17, 0.6) inset;
}
body.top #wrapper .main-read__item-title {
  color: #FFF;
  text-align: center;
  font-family: "M PLUS 1p";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 1.4px;
}
body.top #wrapper .main-read__item-title .small {
  font-size: 20px;
  letter-spacing: 1px;
}
body.top #wrapper .main-read__item__note {
  padding: 0 16px;
  color: #FFF;
  font-family: "M PLUS 1p";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body.top #wrapper .disabled .main-read__item__button {
  background: -webkit-linear-gradient(bottom, rgba(30, 18, 17, 0.4) 0%, rgba(30, 18, 17, 0.4) 100%), -webkit-linear-gradient(352deg, #FAC53F -1.77%, #ED5030 30.52%, #CA2807 68.96%, #7E1702 100.74%);
  background: linear-gradient(0deg, rgba(30, 18, 17, 0.4) 0%, rgba(30, 18, 17, 0.4) 100%), linear-gradient(98deg, #FAC53F -1.77%, #ED5030 30.52%, #CA2807 68.96%, #7E1702 100.74%);
  -webkit-box-shadow: 4px 2px 2px 0px rgba(255, 255, 255, 0.15) inset, 0px 5px 0px 0px #731704;
  box-shadow: 4px 2px 2px 0px rgba(255, 255, 255, 0.15) inset, 0px 5px 0px 0px #731704;
}
body.top #wrapper .disabled .main-read__item-title {
  color: rgba(255, 255, 255, 0.15);
}
body.top #wrapper .rule {
  padding: 32px 40px;
  border-radius: 24px;
  background-color: #F5EEE8;
  background: url("../common-img/bg/bg_pattern_25.png") repeat 40px 120px/1405px 703px, #F5EEE8;
}
body.top #wrapper .rule__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.top #wrapper .rule__list-item + .rule__list-item {
  margin-top: 40px;
}
body.top #wrapper .rule__title {
  color: #CA2807;
  font-family: "M PLUS 1p";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  position: relative;
  padding-left: 24px;
  margin-bottom: 16px;
}
body.top #wrapper .rule__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  width: 16px;
  height: 16px;
  background: url(../common-img/check.png) no-repeat center top;
  background-size: contain;
}
body.top #wrapper .rule__text {
  color: #241916;
  font-family: "BIZ UDGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}
body.top #wrapper .rule__text--list li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 16px;
  font-family: "BIZ UDGothic";
  font-weight: 400;
  line-height: 2;
}
body.top #wrapper .rule__text--list li::before {
  content: "・";
}
body.top #wrapper .present-campaign {
  margin-top: 40px;
  margin-bottom: 40px;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  background: url(../common-img/bg/bg_pattern_25.png) repeat 40px 120px/1405px 703px, #F5EEE8;
}
body.top #wrapper .present-campaign__inner {
  padding: 24px 40px 50px;
}
body.top #wrapper .present-campaign__title {
  padding: 16px 24px;
  font-family: "M PLUS 1p";
  font-size: 28px;
  line-height: 42px;
  font-weight: 700;
  letter-spacing: 1.4px;
  color: #ffffff;
  text-align: center;
  background: -webkit-linear-gradient(358deg, #FAC53F 0%, #ED5030 31.5%, #CA2807 69%, #7E1702 100%);
  background: linear-gradient(92deg, #FAC53F 0%, #ED5030 31.5%, #CA2807 69%, #7E1702 100%);
}
body.top #wrapper .present-campaign__description {
  text-align: center;
  margin-bottom: 24px;
  color: var(--main-base-color, #241916);
  font-family: "M PLUS 1p";
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
}
body.top #wrapper .present-campaign__highlight {
  color: var(--Key, #CA2807);
  font-family: "M PLUS 1p";
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
}
body.top #wrapper .present-campaign__large {
  font-size: 20px;
  letter-spacing: 1px;
}
body.top #wrapper .present-campaign__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 62px;
}
body.top #wrapper .present-campaign__item {
  position: relative;
}
body.top #wrapper .present-campaign__level-label {
  position: absolute;
  left: -19px;
  top: -26px;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: #EECC42;
  color: var(--main-base-color, #241916);
  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;
  font-family: "M PLUS 1p";
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  z-index: 1;
}
body.top #wrapper .present-campaign__card {
  border-radius: 16px;
  border: 3px solid var(--Sub, #EECC42);
  background: var(--background-w, #FEFBF5);
  -webkit-box-shadow: 0px 0px 30px 10px rgba(255, 255, 233, 0.3);
  box-shadow: 0px 0px 30px 10px rgba(255, 255, 233, 0.3);
  padding: 24px 40px;
  text-align: center;
  margin-bottom: 32px;
}
body.top #wrapper .present-campaign__image {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 8px;
}
body.top #wrapper .present-campaign__item-title {
  color: var(--Key, #CA2807);
  text-align: left;
  font-family: "M PLUS 1p";
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
}
body.top #wrapper .present-campaign__item-title__offer {
  color: var(--main-base-color, #241916);
  font-family: "M PLUS 1p";
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  margin-left: 10px;
}
body.top #wrapper .present-campaign__number-of-winners {
  margin-top: -13px;
  margin-bottom: 8px;
  text-align: right;
  color: var(--main-base-color, #241916);
  font-family: "M PLUS 1p";
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
}
body.top #wrapper .present-campaign__number-of-winner__highlights {
  color: var(--Key, #CA2807);
  font-family: "M PLUS 1p";
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
}
body.top #wrapper .present-campaign__variant-block {
  background: url(../common-img/bg/bg_pattern_25.png) repeat 40px 120px/1405px 703px, #F5EEE8;
  border-radius: 8px;
  padding: 8px;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
body.top #wrapper .present-campaign__item-note {
  width: 188px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--main-base-color, #241916);
  text-align: center;
  font-family: "M PLUS 1p";
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
}
body.top #wrapper .present-campaign__item-note span {
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
}
body.top #wrapper .present-campaign__variant-item {
  color: var(--main-base-color, #241916);
  font-family: "M PLUS 1p";
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
}
body.top #wrapper .present-campaign__item__level2 .present-campaign__item-title {
  line-height: 30px;
}
body.top #wrapper .present-campaign__item__level2 .present-campaign__number-of-winners {
  margin: 0;
  line-height: 42px;
}
#wrapper .typing-header {
  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;
  width: 434px;
  margin: 0 auto;
}
#wrapper .typing-header__btn-restart,
#wrapper .typing-header__btn-home {
  margin-top: 15px;
  -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: 52px;
  height: 52px;
  background-color: rgba(25, 27, 35, 0.4);
  stroke-width: 1px;
  stroke: rgba(25, 27, 35, 0.1);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#wrapper .typing-header__btn-restart:hover,
#wrapper .typing-header__btn-home:hover {
  opacity: 0.8;
}
#wrapper .typing-header__btn-restart img,
#wrapper .typing-header__btn-home img {
  width: 26px;
  height: 26px;
}
#wrapper .typing-header__timer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: contain;
  width: 242px;
  height: 102px;
  position: relative;
}
#wrapper .typing-header__svg-container {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
}
#wrapper .typing-header__time {
  margin-top: 7px;
  color: #FFF;
  font-family: "M PLUS 1p";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 1.4px;
  position: relative;
}
#wrapper .typing-header__stage {
  position: absolute;
  padding: 4px 16px;
  border-radius: 80px;
  bottom: 22px;
  background: #1E1211;
  color: #fff;
  font-family: "M PLUS 1p";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#wrapper .question-visual {
  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-bottom: 24px;
  position: relative;
}
#wrapper .question-visual__img-wrap {
  height: 300px;
}
#wrapper .question-visual__img-wrap img {
  width: auto;
  height: 300px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 30px 10px rgba(255, 255, 233, 0.3);
  box-shadow: 0px 0px 30px 10px rgba(255, 255, 233, 0.3);
}
#wrapper .question-visual__stamp {
  position: absolute;
  top: 6.529px;
  left: 206.88px;
}
#wrapper .question-visual__stamp img {
  width: 119px;
  height: 119px;
}
#wrapper .typing-area {
  width: 760px;
  margin: 0 auto 80px;
  text-align: center;
}
#wrapper .typing-area__hint {
  color: #EECC42;
  text-align: center;
  font-family: "M PLUS 1p";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
#wrapper .typing-area__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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: 24px;
}
#wrapper .typing-area__label {
  display: none;
}
#wrapper .typing-area__input {
  border: none;
  border-radius: 8px;
  background: #FFF;
  -webkit-box-shadow: 0px 24px 24px 0px rgba(114, 50, 40, 0.5);
  box-shadow: 0px 24px 24px 0px rgba(114, 50, 40, 0.5);
  width: 480px;
  height: 58px;
  padding: 8px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  color: #241916;
  font-family: "M PLUS 1p";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
}
#wrapper .typing-area__button {
  border-radius: 80px;
  border: none;
  background: -webkit-linear-gradient(352deg, #FAC53F -1.77%, #ED5030 30.52%, #CA2807 68.96%, #7E1702 100.74%);
  background: linear-gradient(98deg, #FAC53F -1.77%, #ED5030 30.52%, #CA2807 68.96%, #7E1702 100.74%);
  -webkit-box-shadow: 4px 2px 2px 0px rgba(255, 255, 255, 0.3) inset, 0px 5px 0px 0px #731704;
  box-shadow: 4px 2px 2px 0px rgba(255, 255, 255, 0.3) inset, 0px 5px 0px 0px #731704;
  cursor: pointer;
  padding: 8px 80px;
  color: #FFF;
  font-family: "M PLUS 1p";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 1.4px;
  margin-bottom: 40px;
  text-decoration: none;
}
#wrapper .typing-area__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
#wrapper .typing-area__links-item.btn-box a {
  width: 326px;
  padding: 15px 10px 14px;
  background-color: transparent;
}
#wrapper .typing-header__title-wrap {
  border-radius: 80px;
  border: 1px solid rgba(25, 27, 35, 0.1);
  background: rgba(25, 27, 35, 0.4);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  padding: 4px 24px;
  height: 50px;
  margin-top: 16px;
  margin-bottom: 55px;
}
#wrapper .typing-header__title {
  color: #FFF;
  font-family: "M PLUS 1p";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 1.4px;
}
#wrapper .result-visual__img-wrap {
  width: 688px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
#wrapper .result-visual__img {
  width: 136px;
  height: 175.152px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  aspect-ratio: 136/175.15;
  border-radius: 8px;
}
#wrapper .result-area {
  margin-bottom: 80px;
}
#wrapper .result-area__difficulty {
  margin-bottom: 20px;
  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 .result-area__difficulty span {
  padding: 4px 32px;
  border-radius: 80px;
  background: #EECC42;
  color: #241916;
  text-align: center;
  font-family: "M PLUS 1p";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
}
#wrapper .result-area__time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-bottom: 26px;
}
#wrapper .result-area__time-label {
  color: #FFF;
  text-align: center;
  font-family: "M PLUS 1p";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
#wrapper .result-area__time-value {
  color: #FFF;
  font-family: "M PLUS 1p";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.4px;
}
#wrapper .result-area__time-num {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 2.4px;
}
#wrapper .result-area__keyword {
  width: 554px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.15);
  padding: 24px 10px;
}
#wrapper .result-area__keyword-label {
  color: #FFF;
  text-align: center;
  font-family: "M PLUS 1p";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
#wrapper .result-area__keyword-value {
  border-radius: 80px;
  border: 1px dashed #FFF;
  background: rgba(30, 18, 17, 0.8);
  padding: 16px 80px;
}
#wrapper .result-area__keyword-text {
  color: #EECC42;
  text-align: center;
  font-family: "M PLUS 1p";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
}
#wrapper .result-area__apply {
  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-bottom: 40px;
}
#wrapper .result-area__apply__highlight {
  color: var(--Key, #CA2807);
  font-family: "M PLUS 1p";
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
}
#wrapper .result-area__apply a {
  border-radius: 80px;
  background: -webkit-linear-gradient(352deg, #FAC53F -1.77%, #ED5030 30.52%, #CA2807 68.96%, #7E1702 100.74%);
  background: linear-gradient(98deg, #FAC53F -1.77%, #ED5030 30.52%, #CA2807 68.96%, #7E1702 100.74%);
  -webkit-box-shadow: 4px 2px 2px 0px rgba(255, 255, 255, 0.3) inset, 0px 5px 0px 0px #731704;
  box-shadow: 4px 2px 2px 0px rgba(255, 255, 255, 0.3) inset, 0px 5px 0px 0px #731704;
  color: #FFF;
  font-family: "M PLUS 1p";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  padding: 8px 80px;
  text-decoration: none;
}
#wrapper .result-area__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
#wrapper .result-area__links-item a {
  width: 326px;
  padding-left: 0;
  padding-right: 0;
}
#wrapper .result-area__links-item--x a {
  position: relative;
}
#wrapper .result-area__links-item--x a::after {
  position: absolute;
  content: "";
  background: url(../common-img/logo_x.png) no-repeat center center/contain;
  width: 24.46px;
  height: 25px;
  left: 30px;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
}

.eroor-txt {
  color: #da0101;
  font-weight: bold;
}

.copyright {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  margin: 3rem auto;
  padding: 0 1rem;
  display: table;
  color: #fff;
}

@-webkit-keyframes engine {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
  50% {
    -webkit-transform: scale(1, 0.98) translate(0%, 1.3%);
    transform: scale(1, 0.98) translate(0%, 1.3%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
}

@keyframes engine {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
  50% {
    -webkit-transform: scale(1, 0.98) translate(0%, 1.3%);
    transform: scale(1, 0.98) translate(0%, 1.3%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
}
#page-up {
  z-index: 100;
  position: fixed;
  bottom: 10px;
  right: 5px;
  width: 70px;
  cursor: pointer;
}
#page-up img {
  width: 100%;
  -webkit-animation: engine 0.2s infinite;
  animation: engine 0.2s infinite;
}