@charset "UTF-8";
/*==========================================
  Common
==========================================*/
/*==================================*/
/* base
==================================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

/* font
==================================*/
input,
textarea,
select,
i,
.wp-element-button,
button {
  font-style: normal;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
}

body {
  color: #fff;
  background-color: #000;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
}

body {
  font-size: 18px;
  line-height: 2;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
dt,
dd,
th,
td,
table th,
table td {
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
}

:not(.w_content) ol,
:not(.w_content) ul {
  list-style: none;
  list-style-type: none !important;
}

a {
  outline: none;
}

#masthead {
  display: none;
}

#main {
  padding: 0;
}

* {
  background-color: initial;
  box-shadow: initial;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
li,
ol,
dl,
dd,
tr,
span {
  font-size: 18px;
  line-height: 2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

a {
  color: #333333;
  text-decoration: none;
  transition: 0.3s;
}
a:visited {
  color: #333333;
}
a:hover {
  color: #333333;
  text-decoration: none;
}
a:active {
  color: #333333;
}
a:hover {
  outline: none;
}

a:focus,
*:focus {
  outline: none !important;
}

body table th,
body table td {
  border: initial;
  padding: initial;
  vertical-align: middle;
}

.spsm {
  display: none;
}

.spmd {
  display: none;
}

.spmlg {
  display: none;
}

.spmlg02 {
  display: none;
}

@media (max-width: 375px) {
  .spsm {
    display: block;
  }
}
@media (max-width: 900px) {
  .spmd {
    display: block;
  }
}
@media (max-width: 1210px) {
  .spmlg {
    display: block;
  }
}
@media (max-width: 1350px) {
  .spmlg02 {
    display: block;
  }
}
.fade-in {
  opacity: 0;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#Footer {
  opacity: 0;
  transform: translateY(50px);
  /* 下から浮かび上がる */
  transition: opacity 1s ease-out, transform 1s ease-out;
}

#Footer.visible {
  opacity: 1;
  transform: translateY(0);
  /* 元の位置に戻る */
}

.eng {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.pc {
  display: none !important;
}

[id^=anc] {
  display: block;
  height: 0;
  pointer-events: none;
}

img {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
li,
ol,
dl,
dd,
tr,
span {
  font-size: 16px;
}

/* header
==================================*/
body:not(.page-template-page-anniversary10) .Top_nav {
  display: none !important;
}

header {
  position: relative;
  z-index: 8888;
}
header .hamburger {
  width: 55px;
  height: 55px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 8888;
  transition: 0.3s;
  background-color: #252525;
}
header .hamburger span {
  width: 25px;
  height: 2px;
  display: block;
  background: #fff;
  position: absolute;
  transition: 0.3s ease-in-out;
  left: 50%;
  margin-left: -12.5px;
  z-index: 8888;
}
header .hamburger span.b01 {
  top: 16px;
}
header .hamburger span.b02 {
  top: 26px;
}
header .hamburger span.b03 {
  top: 36px;
}
header .hamburger.active span.b01 {
  top: 26px;
  background: #fff;
  transform: rotate(-45deg);
  height: 2px;
}
header .hamburger.active span.b02,
header .hamburger.active span.b03 {
  height: 2px;
  top: 26px;
  background: #fff;
  transform: rotate(45deg);
}
header .nav_area {
  opacity: 0;
  transition: 0.3s;
  transform: translateY(300px);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 10px;
  left: 0;
  z-index: 7777;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0;
}
header .nav_area .nav_inner .logo {
  margin-bottom: 30px;
}
header .nav_area .nav_inner img.black {
  filter: invert(99%) sepia(49%) saturate(1564%) hue-rotate(311deg) brightness(104%) contrast(92%);
}
header .nav_area .nav_inner a {
  color: #fff;
  display: block;
  margin: 0 auto 40px;
  transition: 0.3s;
  position: relative;
  padding: 0 20px;
  text-align: center;
}
header .nav_area .nav_inner a::before {
  content: "";
  background: url(../img/anniversary10/movie_kazari.svg) no-repeat center 50%;
  width: 100%;
  background-size: 100% auto;
  aspect-ratio: 30/1;
  position: absolute;
  bottom: -25px;
  left: 0;
}
header .nav_area .nav_inner a span {
  padding-top: 0;
  font-size: 18px;
  display: block;
  line-height: 1;
  margin-top: -5px;
}
header .nav_area .nav_inner a img {
  transform: scale(0.6);
}

.panelactive .nav_area {
  opacity: 1;
  transform: translateY(0);
  overflow: visible;
  height: 100vh;
}

.Character_area .c_box ul {
  display: flex;
  flex-wrap: wrap;
}
.Character_area .c_box ul li {
  height: 100%;
  width: calc((100% - 10px) / 2);
  margin-right: 10px;
  aspect-ratio: 0.72;
  margin-bottom: 110px;
  position: relative;
}
.Character_area .c_box ul li:nth-child(2n) {
  margin-right: 0;
}
.Character_area .c_box ul li a {
  pointer-events: none;
}
.Character_area .c_box ul li a,
.Character_area .c_box ul li div,
.Character_area .c_box ul li .characterThumb {
  display: block;
  height: 100%;
  pointer-events: none;
}
.Character_area .c_box ul li .characterThumb {
  background-size: 100% auto;
}
.Character_area .c_box ul li img,
.Character_area .c_box ul li span {
  display: block;
  width: 100%;
  height: auto;
  background-color: #303030;
  color: #9e9e9e;
}
.Character_area .c_box ul li span {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Character_area .c_box ul li strong {
  letter-spacing: 0.03em;
  font-size: 16px;
  text-align: center;
  padding: 20px 0 10px;
  background: url(../img/anniversary10/movie_kazari.svg) no-repeat center 10px;
  background-size: 80% auto;
  position: absolute;
  bottom: -90px;
  left: 0;
  right: 0;
  line-height: 1.7;
}
.Character_area .c_box ul li strong small {
  color: #b9ae9f;
  display: block;
}
.Character_area .c_box ul li strong .spnone {
  display: none;
}
.Character_area .c_box ul {
  /* strong が無い奇数 li → そのペア（奇数・偶数）を 20px にする */
}
.Character_area .c_box ul li:nth-child(odd):not(:has(strong)),
.Character_area .c_box ul li:nth-child(odd):not(:has(strong)) + li {
  margin-bottom: 20px;
}

/* main
==================================*/
.Wrap {
  max-width: 1100px;
  margin: 0 auto;
}

section {
  padding: 60px 15px;
}

.Title_box {
  margin-bottom: 30px;
  text-align: center;
}
.Title_box img {
  height: auto;
  transform: scale(0.8);
}
.Title_box strong {
  margin-bottom: 0;
  display: block;
}
.Title_box span {
  font-size: 18px;
  color: #fff;
  padding-top: 5px;
  display: block;
}

.Btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  border: solid 1px #676767;
  border-radius: 60px;
  color: #fff;
  margin: 25px auto 0;
  transition: 0.3s;
  background-color: #000;
}
.Btn a::after {
  content: "";
  background: url(../img/anniversary10/yajirushi.svg) no-repeat center 50%;
  background-size: 5px auto;
  width: 5px;
  height: 9px;
  display: block;
  margin-left: 20px;
}

.Btn.back a {
  flex-direction: row-reverse;
}
.Btn.back a::after {
  margin: 0 20px 0 0;
  transform: rotate(-180deg);
}

.Btn.More a::after {
  transform: rotate(90deg);
}

.bg_kazari {
  position: relative;
  overflow: hidden;
  background-color: #151515;
  z-index: 0;
}
.bg_kazari::before {
  content: "";
  background: url(../img/anniversary10/kazari01.png) no-repeat left 100%;
  background-size: 100% auto;
  width: 600px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.bg_kazari::after {
  content: "";
  background: url(../img/anniversary10/kazari02.png) no-repeat right top;
  background-size: 100% auto;
  width: 600px;
  height: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.bg_kazari .Wrap {
  position: relative;
  z-index: 3;
}

.no_mar {
  margin-bottom: 0 !important;
}

.News_area .Title_box {
  position: relative;
}
.News_area .Title_box .Btn a {
  width: 103px;
  height: 32px;
  font-size: 16px;
  position: absolute;
  right: 0;
  bottom: 5px;
}
.News_area dl {
  position: relative;
  z-index: 5;
  border-bottom: solid 1px #777777;
}
.News_area dl dt {
  padding: 20px 0 0;
  display: flex;
  align-items: center;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
}
.News_area dl dt .cate {
  margin: 0 0 0 10px;
  background-color: #e0d9ba;
  min-width: 80px;
  padding: 3px 5px;
  line-height: 1;
  text-align: center;
  border-radius: 3px;
  color: #000;
  display: inline-block;
  white-space: nowrap;
  align-self: flex-start;
  font-size: 15px;
}
.News_area dl dt .cate.spe10th {
  background-color: #d4bb4e;
}
.News_area dl a,
.News_area dl .no_link {
  padding: 15px 30px 20px 0;
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  transition: 0.3s;
}
.News_area dl a::after {
  content: "";
  background: url(../img/anniversary10/yajirushi02.svg) no-repeat 0 0;
  background-size: 16px auto;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  transition: 0.3s;
}

.k_Main_area {
  padding: 90px 20px 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.k_Main_area::after {
  content: "";
  background: url(../img/anniversary10/main_cover.png) repeat-x center 50%;
  background-size: auto 500px;
  width: 100%;
  height: 712px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60vw;
  z-index: 2;
}
.k_Main_area .logo {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 20;
}
.k_Main_area .logo a {
  width: 40px;
  display: block;
}
.k_Main_area .logo a img {
  width: 100%;
  height: auto;
}
.k_Main_area .Main_Title {
  display: block;
  margin-bottom: 0;
  text-align: center;
}
.k_Main_area .Main_Title strong {
  margin-bottom: 30px;
}
.k_Main_area .Main_Title strong img {
  transform: scale(0.8);
}
.k_Main_area .Main_Title span {
  text-align: center;
  font-size: 24px;
}

.no_link {
  pointer-events: none;
}

/*-----------------------------------------------
 * 00. Modal
-------------------------------------------------*/
.modalBox {
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: none;
  width: 100%;
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 21000;
}

.oneModal {
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.oneModalIn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  margin: 0 auto;
  position: relative;
}

.oneModalIn__cont {
  width: 100%;
  padding: 30px 0;
}

/* closeBtn */
.closeBtn {
  width: 100%;
  height: 100%;
  min-width: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.closeBtn a {
  display: block;
  width: 80px;
  height: 80px;
  pointer-events: auto;
  position: absolute;
  top: 0;
  right: 0;
}

.closeBtn a:before {
  content: "";
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: rotate(30deg);
}

.closeBtn a:after {
  content: "";
  position: absolute;
  top: 24px;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: rotate(-30deg);
}

.closeBtn a span {
  width: 100%;
  display: block;
  position: absolute;
  top: 64px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 10px;
}

/* common */
.commonIframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* youtube */
.youtubeIframeWrap {
  height: 520px;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  position: relative;
}

#top__movie {
  width: 42.308%;
}

.youtubePlay {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.youtubePlay:before {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../img/anniversary10/icon_movie.svg) no-repeat center 50%;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s ease;
  filter: invert(100%) sepia(0%) saturate(7498%) hue-rotate(168deg) brightness(100%) contrast(103%);
}

.yt_svg svg {
  fill: transparent;
  stroke: rgba(255, 255, 255, 0.4);
  stroke-width: 1;
}

.hd {
  display: none;
}

.yt_svg_h {
  position: absolute;
  top: 0;
  left: 0;
}

.yt_svg_h svg {
  transform: rotate(-90deg);
}

.yt_svg_h svg circle {
  fill: transparent;
  stroke: rgba(255, 255, 255, 0);
  stroke-width: 1;
  /*animation: pCircle-out .8s ease;*/
}

.News_area .no_news {
  display: none;
}

.Special_area .no_special {
  display: none;
}

/* footer
==================================*/
footer {
  padding: 0 20px 30px;
}
footer .Wrap {
  padding: 30px 0 20px;
}
footer .Btn a {
  margin: 0 auto 30px;
  width: 256px;
  height: 32px;
  font-size: 16px;
}
footer .privacy a {
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
footer .privacy a::after {
  content: "";
  background: url(../img/anniversary10/yajirushi.svg) no-repeat center 50%;
  background-size: 5px auto;
  width: 5px;
  height: 9px;
  display: block;
  margin-left: 20px;
}
footer .text {
  font-size: 12px;
  text-align: center;
  color: #777777;
}
footer .copy {
  font-size: 10px;
  text-align: center;
  margin-top: 20px;
  color: #777777;
}

/*==========================================
  Layout
==========================================*/
/*==================================
  Top
==================================*/
body.page-template-page-anniversary10 .Top_nav {
  display: none !important;
}

main.Anniversary10_Top .Main_area {
  width: 100%;
  position: relative;
  padding: 0;
}
main.Anniversary10_Top .Main_area .video-area {
  height: 100%;
  background: #000;
}
main.Anniversary10_Top .Main_area .l_box {
  position: relative;
  overflow: hidden;
  height: 420px;
}
main.Anniversary10_Top .Main_area .l_box::after {
  content: "";
  background: url(../img/anniversary10/main_cover.png) repeat-x center 50%;
  background-size: auto 712px;
  width: 100%;
  height: 182px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15vw;
  z-index: 2;
}
main.Anniversary10_Top .Main_area .l_box video {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
  position: relative;
  z-index: 1;
}
main.Anniversary10_Top .Main_area .l_box h1 {
  position: absolute;
  bottom: 20px;
  margin: 0 auto;
  width: 60vw;
  left: 50%;
  margin-left: -30vw;
  z-index: 3;
}
main.Anniversary10_Top .Main_area .l_box h1 img {
  width: 100%;
  height: auto;
}
main.Anniversary10_Top .Main_area .r_box {
  height: 100%;
  position: relative;
}
main.Anniversary10_Top .Main_area .r_box .video-area {
  line-height: 0.1px;
  font-size: 0.1px;
}
main.Anniversary10_Top .Main_area .r_box video {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
  position: relative;
}
main.Anniversary10_Top .Movie_area {
  background-color: #151515;
  position: relative;
}
main.Anniversary10_Top .Movie_area .Movie_box {
  display: flex;
  flex-wrap: wrap;
}
main.Anniversary10_Top .Movie_area .Movie_box iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 3px;
  overflow: hidden;
  font-size: 0.1px;
  line-height: 0.1px;
}
main.Anniversary10_Top .Movie_area .Movie_box .top_movieIn {
  width: 49%;
  position: relative;
  margin-right: 2%;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 10px;
}
main.Anniversary10_Top .Movie_area .Movie_box .top_movieIn a {
  width: 100%;
  height: 100%;
}
main.Anniversary10_Top .Movie_area .Movie_box .top_movieIn:nth-child(4) {
  margin-right: 0;
}
main.Anniversary10_Top .Movie_area .Movie_box .top_movieIn:nth-child(5) {
  display: none;
}
main.Anniversary10_Top .Movie_area .Movie_box .top_movieIn:first-child {
  width: 100% !important;
  max-width: 895px;
  margin: 0 auto;
}
main.Anniversary10_Top .Movie_area .Movie_box .top_movieIn .js-youtubeThumbIn {
  width: 100%;
  background-size: cover;
  display: block;
  aspect-ratio: 16/9;
}
main.Anniversary10_Top .Movie_area .Movie_box .kazari {
  display: flex;
  justify-content: space-between;
  margin: 15px auto;
  width: 100%;
}
main.Anniversary10_Top .Movie_area .Movie_box .kazari li {
  display: block;
  background: url(../img/anniversary10/movie_kazari.svg) no-repeat center 50%;
  width: 49%;
  background-size: 100% auto;
  aspect-ratio: 13/1;
  height: 10px;
}
main.Anniversary10_Top .Movie_area .Movie_box .kazari li:last-child {
  display: none;
}
main.Anniversary10_Top .Special_area {
  background: url(../img/anniversary10/special_bg01.jpg) no-repeat center 50%;
  background-size: cover;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}
main.Anniversary10_Top .Special_area .Title {
  position: relative;
  z-index: 0;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
main.Anniversary10_Top .Special_area .Title::before {
  content: "";
  display: block;
  background: url(../img/anniversary10/special_kazari01.png) no-repeat left 50%;
  background-size: auto 39px;
  position: absolute;
  width: 200px;
  height: 39px;
  left: -60px;
  z-index: 2;
  top: -30px;
}
main.Anniversary10_Top .Special_area .Title img {
  width: 80%;
  height: auto;
}
main.Anniversary10_Top .Special_area .special_box {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
main.Anniversary10_Top .Special_area .special_box::before {
  content: "";
  display: block;
  background: url(../img/anniversary10/special_kazari02.png) no-repeat center 50%;
  background-size: 100% auto;
  position: absolute;
  width: 296px;
  height: 84px;
  left: -193px;
  z-index: 0;
  bottom: 10px;
}
main.Anniversary10_Top .Special_area .special_box li {
  width: calc((100% - 10px) / 2);
  margin-right: 10px;
  margin-bottom: 50px;
}
main.Anniversary10_Top .Special_area .special_box li:nth-child(2n) {
  margin-right: 0%;
}
main.Anniversary10_Top .Special_area .special_box li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #151515;
  position: relative;
  height: 100%;
  padding: 13px 12px;
  text-align: center;
  font-size: 15px;
  line-height: 28px;
  min-height: 181px;
  bottom: 0;
  transition: 0.3s;
  box-shadow: 0px 3px 6px 0px rgb(0, 0, 0);
}
main.Anniversary10_Top .Special_area .special_box li a img {
  width: 100%;
  height: auto;
}
main.Anniversary10_Top .Special_area .special_box li a::after {
  content: "";
  display: block;
  background: url(../img/anniversary10/yajirushi02.svg) no-repeat center 50%;
  background-size: 100% auto;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 6px;
  bottom: 6px;
}
main.Anniversary10_Top .Special_area .special_box li a::before {
  content: "";
  display: block;
  background: url(../img/anniversary10/spe_no01.svg) no-repeat center 50%;
  background-size: 100% auto;
  width: 40px;
  height: 40px;
  position: absolute;
  left: -7px;
  top: -15px;
}
main.Anniversary10_Top .Special_area .special_box li:nth-child(2) a::before {
  background-image: url(../img/anniversary10/spe_no02.svg);
}
main.Anniversary10_Top .Special_area .special_box li:nth-child(3) a::before {
  background-image: url(../img/anniversary10/spe_no03.svg);
}
main.Anniversary10_Top .Special_area .special_box li:nth-child(4) a::before {
  background-image: url(../img/anniversary10/spe_no04.svg);
}
main.Anniversary10_Top .Special_area .special_box li:nth-child(5) a::before {
  background-image: url(../img/anniversary10/spe_no05.svg);
}
main.Anniversary10_Top .Special_area .special_box li:nth-child(6) a::before {
  background-image: url(../img/anniversary10/spe_no06.svg);
}
main.Anniversary10_Top .Special_area .special_box li:nth-child(7) a::before {
  background-image: url(../img/anniversary10/spe_no07.svg);
}
main.Anniversary10_Top .Special_area .special_box li:nth-child(8) a::before {
  background-image: url(../img/anniversary10/spe_no08.svg);
}
main.Anniversary10_Top .Special_area .special_box li:nth-child(9) a::before {
  background-image: url(../img/anniversary10/spe_no09.svg);
}
main.Anniversary10_Top .Special_area .special_box li:nth-child(10) a::before {
  background-image: url(../img/anniversary10/spe_no10.svg);
}
main.Anniversary10_Top .History_area {
  background: url(../img/anniversary10/history_bg.jpg) no-repeat center 50%;
  background-size: cover;
  padding-left: 0;
  padding-right: 0;
}
main.Anniversary10_Top .History_area .Title_box span {
  color: #000;
  font-weight: 600;
}
main.Anniversary10_Top .History_area {
  /* PCレイアウト */
}
main.Anniversary10_Top .History_area {
  /* PC：左タブ */
}
main.Anniversary10_Top .History_area .tab-buttons-top {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 0 5px;
}
main.Anniversary10_Top .History_area .tab-btn {
  height: 32px;
  min-width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  border: 1px solid #676767;
  cursor: pointer;
  color: #000;
  transition: 0.3s;
  font-size: 17px;
  font-weight: 600;
  margin: 0 3px 6px;
}
main.Anniversary10_Top .History_area .tab-btn small {
  font-size: 13px;
  padding: 2px 0 0 2px;
}
main.Anniversary10_Top .History_area .tab-btn.active {
  background: #000000;
  color: #fff;
}
main.Anniversary10_Top .History_area .tab-contents {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
main.Anniversary10_Top .History_area .tab-contents table {
  min-width: 600px;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
main.Anniversary10_Top .History_area .tab-contents table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
}
main.Anniversary10_Top .History_area .tab-contents table .table_title {
  text-align: center;
  background-color: rgba(188, 175, 146, 0.3);
}
main.Anniversary10_Top .History_area .tab-contents table th,
main.Anniversary10_Top .History_area .tab-contents table td {
  padding: 18px 0;
  color: #000;
  font-weight: bold;
  border-top: solid 1px #777777;
  vertical-align: top;
}
main.Anniversary10_Top .History_area .tab-contents table th img,
main.Anniversary10_Top .History_area .tab-contents table td img {
  font-size: 0.1px;
  line-height: 0.1px;
  display: block;
  margin-top: 10px;
  max-width: 100px;
  height: auto;
}
main.Anniversary10_Top .History_area .tab-contents table th.y {
  padding-top: 12px;
}
main.Anniversary10_Top .History_area .tab-contents table th.y {
  font-size: 20px;
  width: 74px;
  vertical-align: top;
  position: relative;
}
main.Anniversary10_Top .History_area .tab-contents table th.y::after {
  content: "";
  background: #777777;
  height: 5px;
  width: 1px;
  position: absolute;
  top: -3px;
  right: 0;
}
main.Anniversary10_Top .History_area .tab-contents table th.y small {
  font-size: 16px;
}
main.Anniversary10_Top .History_area .tab-contents table td.m {
  font-size: 18px;
  width: 60px;
  text-align: center;
  vertical-align: top;
  padding-top: 17px;
  position: relative;
}
main.Anniversary10_Top .History_area .tab-contents table td.m small {
  font-size: 14px;
}
main.Anniversary10_Top .History_area .tab-contents table td.kouen,
main.Anniversary10_Top .History_area .tab-contents table td.bikou,
main.Anniversary10_Top .History_area .tab-contents table td.bddvd {
  width: calc((100% - 134px) / 3);
  padding-right: 8px;
  padding-left: 8px;
}
main.Anniversary10_Top .History_area .tab-contents table td.bddvd {
  padding-right: 0;
}
main.Anniversary10_Top .History_area .tab-contents table td.kouen,
main.Anniversary10_Top .History_area .tab-contents table td.bikou {
  position: relative;
  box-sizing: border-box;
}
main.Anniversary10_Top .History_area .tab-contents table td.kouen::after,
main.Anniversary10_Top .History_area .tab-contents table td.bikou::after {
  content: "";
  background: #777777;
  height: 5px;
  width: 1px;
  position: absolute;
  top: -3px;
  right: 0;
}
main.Anniversary10_Top .History_area .tab-contents table .tl {
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 10px;
  font-weight: bold;
}
main.Anniversary10_Top .History_area .tab-contents table .tl:last-child {
  margin-bottom: 0;
}
main.Anniversary10_Top .History_area .tab-contents table .tl .icon {
  color: #fff;
  background: #a80c0c;
  width: 45px;
  display: block;
  text-align: center;
  line-height: 1;
  padding: 3px;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 3px;
}
main.Anniversary10_Top .History_area .tab-contents table .tl small {
  font-size: 13px;
  display: block;
  font-weight: normal;
  margin-bottom: 3px;
}
main.Anniversary10_Top .History_area .tab-contents table td.bddvd .tl .icon {
  width: 135px;
}
main.Anniversary10_Top .History_area .tab-content {
  display: none;
}
main.Anniversary10_Top .History_area .tab-content.active {
  display: block;
}

/*==================================
    Anniversary10_News
==================================*/
main.News_single .cate_title_box ul {
  display: flex;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
}
main.News_single .cate_title_box .cate {
  margin: 0 0 0 10px;
  background-color: #e0d9ba;
  min-width: 80px;
  padding: 3px 5px;
  line-height: 1;
  text-align: center;
  border-radius: 3px;
  color: #000;
  display: inline-block;
  white-space: nowrap;
  align-self: flex-start;
  font-size: 15px;
}
main.News_single .cate_title_box .cate.spe10th {
  background-color: #d4bb4e;
}
main.News_single .cate_title_box .day {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  display: flex;
  align-items: center;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
}
main.News_single .cate_title_box .cate {
  margin: 0 0 0 10px;
  background-color: #e0d9ba;
  min-width: 80px;
  padding: 3px 5px;
  line-height: 1;
  text-align: center;
  border-radius: 3px;
  color: #000;
  display: inline-block;
  white-space: nowrap;
  align-self: flex-start;
  font-size: 15px;
}
main.News_single .cate_title_box .cate.spe10th {
  background-color: #d4bb4e;
}
main.News_single .cate_title_box .kazari {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
main.News_single .cate_title_box .kazari li {
  display: block;
  background: url(../img/anniversary10/movie_kazari.svg) no-repeat center 50%;
  width: 100%;
  background-size: 100% auto;
  aspect-ratio: 30/1;
  height: 20px;
}
main.News_single .cate_title_box .kazari li:not(:first-child) {
  display: none;
}
main.News_single .cate_title_box .title {
  margin-bottom: 20px;
  position: relative;
  color: #f4db99;
}
main.News_single .cate_title_box .title h2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6;
}
main.News_single .news_box {
  position: relative;
  z-index: 10;
}
main.News_single .edit-area {
  background: #000;
  background: url(../img/anniversary10/history_bg.jpg) no-repeat center 50%;
  background-size: cover;
  padding: 20px 15px;
  border-radius: 10px;
}
main.News_single .edit-area .w_content {
  color: #000 !important;
}
main.News_single .edit-area .w_content p {
  margin: 20px 0;
}
main.News_single .edit-area .w_content p img {
  max-width: 100%;
  max-width: 630px;
  width: auto;
  height: auto;
}
main.News_single .edit-area .w_content a {
  word-break: break-all;
  display: block;
}
main.News_single .edit-area .w_content ul,
main.News_single .edit-area .w_content ol {
  margin-bottom: 10px;
}
main.News_single .edit-area .w_content ul li {
  font-weight: 400;
  list-style: disc;
  margin-left: 2em;
}
main.News_single .edit-area .w_content ol li {
  font-weight: 400;
  margin-left: 2em;
  list-style: decimal;
}
main.News_single .edit-area .w_content h3 {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600;
  border-left: solid 10px #ad893f;
  margin-bottom: 25px;
  padding: 10px 10px 10px 15px;
  margin-top: 30px;
  background-color: #e9d6b1;
  color: #000;
}
main.News_single .edit-area .w_content h4 {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 20px;
  color: #887041;
  display: flex;
  margin-top: 20px;
}
main.News_single .edit-area .w_content h4::before {
  content: "⚫︎";
  margin-right: 10px;
}
main.News_single .edit-area .w_content .wp-block-image {
  padding: 0;
  font-size: 0;
  line-height: 0;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 15px;
}
main.News_single .edit-area .w_content .wp-block-image img {
  width: 100%;
  height: auto;
}
main.News_single .edit-area .w_content .wp-block-table {
  margin-top: 15px;
}
main.News_single .edit-area .w_content .wp-block-table td {
  font-size: 18px;
  font-weight: 400;
  border-color: #444444;
}
main.News_single .edit-area .w_content .wp-block-table:not(.is-style-stripes) tr:first-child td {
  text-align: center;
  padding: 10px 20px;
}

main.News_archive .hidden-news {
  display: none;
}
main.News_archive .hidden-news.Block {
  display: block !important;
}

/*==================================
        Movie_archive
==================================*/
main.Movie_archive .Movie_area {
  overflow: hidden;
}
main.Movie_archive .Movie_box {
  display: flex;
  flex-wrap: wrap;
}
main.Movie_archive .Movie_box iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 3px;
  overflow: hidden;
  font-size: 0.1px;
  line-height: 0.1px;
}
main.Movie_archive .Movie_box .top_movieIn {
  width: 100%;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
}
main.Movie_archive .Movie_box .top_movieIn a {
  width: 100%;
  height: 100%;
}
main.Movie_archive .Movie_box .top_movieIn .js-youtubeThumbIn {
  width: 100%;
  background-size: cover;
  display: block;
  aspect-ratio: 16/9;
}

/*==================================
    Anniversary10_News
==================================*/
main.page_character #characterModal {
  padding: 0;
}
main.page_character .characterDetailWrap {
  display: flex;
  width: 85%;
  margin: 0 auto;
  max-width: 450px;
}
main.page_character .characterDetail__left {
  width: 100%;
}
main.page_character .characterDetail__thumbWrap {
  width: 100%;
  aspect-ratio: 0.7;
  position: relative;
}
main.page_character .characterDetail__thumbWrap::after {
  content: "";
  background: url(../img/anniversary10/cover.png) repeat center 50%;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
main.page_character .oneModalIn__cont {
  width: 100%;
}
main.page_character .characterDetail__thumb {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}
main.page_character .js-characterLists a {
  display: block;
}