@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

#wrapper .mv .swiper-slide {
  opacity: 0 !important;
}
#wrapper .mv .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  position: relative;
}

.disable {
  cursor: default;
  pointer-events: none;
}

.font-museo {
  font-family: "museo-sans", sans-serif;
  font-weight: 500;
}

html.scroll-behavior {
  scroll-behavior: smooth;
  scroll-padding-top: 7.6388888889vw;
}
@media screen and (max-width: 767px) {
  html.scroll-behavior {
    scroll-padding-top: 17.4358974359vw;
  }
}

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

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

.protect-box {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.protect-box img {
  pointer-events: none;
}

@media print {
  body {
    display: none;
  }
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  color: #000000;
}

a:link,
a:visited {
  text-decoration: underline;
}

a:hover,
.a:active {
  text-decoration: none;
}

.aside-container a {
  text-decoration: none;
}

.external-link:hover {
  position: relative;
}
.external-link:hover::before {
  content: "";
  width: 5.5555555556vw;
  aspect-ratio: 80/32;
  display: block;
  background: url(../img/external.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -2.2222222222vw;
  left: -0.5555555556vw;
  z-index: 10000;
}
@media screen and (max-width: 767px) {
  .external-link:hover::before {
    width: 20.5128205128vw;
    top: -8.2051282051vw;
    left: 0;
  }
}

#site-translate-header-wrapper {
  border: none !important;
  padding: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
}
#site-translate-header-wrapper #site-translate-message {
  font-size: 0 !important;
  visibility: hidden !important;
}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-acc-grpcntr.ot-acc-txt,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-acc-txt .ot-subgrp-tgl .ot-switch.ot-toggle {
  background-color: #E9E9E9 !important;
}

#onetrust-consent-sdk #onetrust-pc-sdk *:focus, #onetrust-consent-sdk #onetrust-pc-sdk .ot-vlst-cntr > a:focus {
  outline: none !important;
}

#crosslang-translate-modal .crosslang-translate-modal__btn-primary {
  background-color: #FFE100 !important;
  color: #000 !important;
}

#ot-sdk-btn-floating.ot-floating-button {
  bottom: 10.4166666667vw !important;
}
@media screen and (max-width: 767px) {
  #ot-sdk-btn-floating.ot-floating-button {
    bottom: 20.5128205128vw !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;
}

img,
iframe {
  display: block;
  max-width: 100%;
  width: 100%;
}

img {
  height: auto;
}

#wrapper {
  font-size: 16px;
  line-height: 1.5;
  min-height: 100vh;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.opac {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .opac {
    filter: alpha(opacity=100);
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
.opac:hover {
  -webkit-animation: backToOpac1 0.7s linear 0s;
          animation: backToOpac1 0.7s linear 0s;
}

.content-outer {
  padding: 0 5.5555555556vw;
}
@media screen and (max-width: 767px) {
  .content-outer {
    padding: 0 3.5897435897vw;
  }
}

.contents-wrapper {
  margin: 0 auto;
  max-width: 100%;
  width: 75vw;
}
@media screen and (max-width: 767px) {
  .contents-wrapper {
    width: 100%;
  }
}

.main-contents {
  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;
  min-height: 100vh;
}

.main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  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;
}

.footer-block.block02 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .footer-block.block02 {
    padding-top: 10.2564102564vw;
    padding-bottom: 10.2564102564vw;
  }
}

.footer-contents-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer-contents-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer-contents-container:is(.block02 *) {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .footer-contents-container:is(.block02 *) {
    gap: 5.641025641vw;
  }
}

.footer-logo.tv-asahi {
  width: 180px;
  aspect-ratio: 180/30;
}
@media screen and (max-width: 767px) {
  .footer-logo.tv-asahi {
    margin-left: -8.9743589744vw;
    width: 46.1538461538vw;
  }
}

.footer-copyright {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2142857143;
  display: block;
}
@media screen and (max-width: 767px) {
  .footer-copyright {
    font-size: 3.5897435897vw;
    text-align: center;
  }
}

.close-main__container {
  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: 40px;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .close-main__container {
    gap: 10.2564102564vw;
    padding: 10.2564102564vw 0;
  }
}

.close-logo {
  width: 400px;
  aspect-ratio: 133/90;
}
@media screen and (max-width: 767px) {
  .close-logo {
    width: 61.5384615385vw;
    aspect-ratio: 83/56;
  }
}

.close-message {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .close-message {
    font-size: 5.1282051282vw;
  }
}