@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;700&family=LINE+Seed+JP:wght@400;700&family=Shippori+Mincho:wght@400;700&display=swap');
/*
==================================================
【PC】上ナビタイプ 目次
==================================================
basic - 共通基本設定
header - ヘッダー
nav - メインナビゲーション
home - トップページ用
news - ニュースページ用
subnav - サブナビページ用
schedule-calendar - スケジュールカレンダー
schedule-chart - スケジュール星取表
401,404,406 - エラーページ
footer - フッター
clearfix - クリアフィックス設定
rollover - 画像ロールオーバー設定
==================================================
*/
/* =============================================== */
/* basic - 共通基本設定 */
/* ----------------------------------------------- */
/* 画像のプリント禁止 */
/*@media print{
  img{display:none !important;}
}*/
/* リセットcss */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
  margin: 0;
  padding: 0;
}
html, h1, h2, h3, h4, dl, dt, dd, ul, li, p, img {
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: none;
}
/* ボディ */
body {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  color: #333;
  background-color: #000;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url('/replacement/bg.jpg') top center / cover no-repeat;
  z-index: -1;
}
a:link {
  text-decoration: underline;
  color: #c7000b;
}
a:visited {
  text-decoration: underline;
  color: #c7000b;
}
a:active {
  text-decoration: underline;
  color: #c7000b;
}
a:hover {
  text-decoration: none;
  color: #c7000b;
  transition: all .2s ease;
}
/* 画像関連 */
figure {
  margin: 0;
  padding: 0;
}
figcaption {
  font-size: 80%;
  text-align: center;
  margin: 0;
  padding: 0 0 5px 0;
  color: #666;
}
img {
  border: none;
  vertical-align: bottom;
}
figure img {
  max-width: 100%;
  height: auto;
  width /***/ : auto; /* 親要素の100% */
}
.image-container {}
.movie-container {}
.music-container {}
/* 配置 */
.left {
  float: left;
  margin: 0 10px 10px 0;
}
.center {
  float: none;
  margin: 0 0 10px 0;
}
.right {
  float: right;
  margin: 0 0 10px 10px;
}
figure.left {
  text-align: left;
  margin: 5px 10px 10px 0;
}
figure.center {
  text-align: center;
  margin: 5px 0 10px 0;
}
figure.right {
  text-align: right;
  margin: 5px 0 10px 10px;
}
/* 罫線 */
hr {
  height: 0;
  margin: 15px 0;
  padding: 0;
  border: 0;
  width: 100%;
}
.solid {
  border-top: 1px #999 solid;
}
.dotted {
  border-top: 1px #999 dotted;
}
.dashed {
  border-top: 1px #999 dashed;
}
.double {
  border-top: 3px #999 double;
}
/* ページレイアウト */
#wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
}
#contents {
  width: 100%;
  margin: 0 auto;
  clear: both;
  padding: 60px 0 0;
  background-image: url("/replacement/bgLeftTop.png");
  background-position: 0 50px;
  background-repeat: no-repeat;
  opacity: 0;
  transform: translateY(5px);
  animation: pageFade 1.2s ease forwards;
}
@keyframes pageFade{
  to{
    opacity: 1;
    transform: translateY(0);
  }
}
#main-box {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  background-image: url("/replacement/bgFooter.jpg");
  background-position: bottom left;
  background-repeat: no-repeat;
}
#side-box {
  display: none;
}
/* メインコンテンツ部分(main-box内) */
.contents-title {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  width: 100%;
  text-align: center;
  color: #000;
  background-image: url("/replacement/bgHomeMain.png");
  background-position: bottom left;
  background-repeat: no-repeat;
}
.contents-title .titleBG {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.bg01 {
  width: 74px;
  height: 127px;
  top: -36px;
  left: 15%;
  background-image: url(/replacement/contentsTitle01.png);
}
.bg02 {
  width: 30px;
  height: 110px;
  top: -30px;
  left: 23%;
  background-image: url(/replacement/contentsTitle02.png);
}
.bg03 {
  width: 14px;
  height: 131px;
  bottom: 15px;
  left: 10%;
  background-image: url(/replacement/contentsTitle03.png);
}
.bg04 {
  width: 7px;
  height: 118px;
  bottom: 40px;
  left: 12%;
  background-image: url(/replacement/contentsTitle04.png);
}
.bg05 {
  width: 16px;
  height: 110px;
  bottom: 5px;
  left: 28%;
  background-image: url(/replacement/contentsTitle05.png);
}
.bg06 {
  width: 17px;
  height: 139px;
  top: 0;
  left: 74%;
  background-image: url(/replacement/contentsTitle06.png);
}
.bg07 {
  width: 34px;
  height: 134px;
  bottom: 6px;
  left: 77%;
  background-image: url(/replacement/contentsTitle07.png);
}
.bg08 {
  width: 13px;
  height: 230px;
  top: 0;
  left: 84%;
  background-image: url(/replacement/contentsTitle08.png);
}
.bg09 {
  width: 7px;
  height: 67px;
  top: 0;
  left: 94%;
  background-image: url(/replacement/contentsTitle09.png);
}
.bg10 {
  width: 7px;
  height: 248px;
  top: -50px;
  left: 96%;
  background-image: url(/replacement/contentsTitle10.png);
}
.contents-title h2 {
  padding: 0;
  margin: 0;
  line-height: 1.7;
  display: none;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 2;
}
.red {
  color: #c7000b;
}
.titleJap {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  display: block;
  width: fit-content;
  height: 34px;
  color: #fff;
  background-color: #000;
  margin: 0 auto;
  padding: 3px 0 0;
  position: relative;
}
.titleJap::before, .titleJap::after {
  content: "";
  position: absolute;
  top: 0;
  width: 60px;
  height: 37px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.titleJap::before {
  left: -60px;
  background-image: url("/replacement/titleJapLeft.png");
}
.titleJap::after {
  right: -60px;
  background-image: url("/replacement/titleJapRight.png");
}
#news-2 #titleNews {
  display: block;
}
#free-format-3 #titleCast {
  display: block;
}
#free-format-4 #titleTicket {
  display: block;
}
#free-format-5 #titleGoods {
  display: block;
}
#free-format-6 #titleVideo {
  display: block;
}
#free-format-7 #titleNotice {
  display: block;
}
#head {
  display: none;
}
article {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0 0 0;
  clear: both;
}
article:last-child {
  padding-bottom: 100px;
}
.subhead {
  font-size: 115%;
  padding: 10px 15px;
  margin: 0 0 15px;
  clear: both;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-top: 6px double #fff;
  border-bottom: 6px double #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}
.packs {
  margin: 0 auto;
  padding: 0 0 0 15px;
  width: calc(100% - 15px);
  max-width: 985px;
}
.column {
  margin: 0;
  padding: 0 15px 0 0;
  float: left;
  max-width: 970px;
}
/* ページトップ */
#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  line-height: 1;
  z-index: 99;
}
#pagetop a {
  text-decoration: none;
  color: #811416;
  text-align: center;
  display: block;
  opacity: 0.9;
  transition: all .3s ease;
  font-size: 56px;
}
#pagetop a:hover {
  text-decoration: none;
  opacity: .5;
}
/* リストタグひとつずつ表示 */
.fade-list li {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .5s ease, transform .5s ease;
}
.fade-list li.show {
  opacity: 1;
  transform: translateY(0);
}
/* 画像のマスクアニメ */
.reveal {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.reveal img {
  display: block;
  width: 100%;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 0.15s ease 0.5s, transform 0.5s ease 0.5s;
}
/* マスク */
.reveal::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  transform: translateX(-100%);
  z-index: 2;
}
/* 発火 */
.reveal.is-show::before {
  animation: wipe 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
/* 表示時 */
.reveal.is-show img {
  opacity: 1;
  transform: scale(1);
}
/* 2段階ワイプ */
@keyframes wipe {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(0%); /* ここで全面を覆う */
  }
  100% {
    transform: translateX(100%); /* 右に抜ける */
  }
}
/* =============================================== */
/* header - ヘッダー */
/* ----------------------------------------------- */
/* ヘッダー大枠 */
header {
  width: 100%;
  height: 67px;
  margin: 0;
  padding: 0;
  background-image: url("/replacement/bgNav02.png"), url("/replacement/bgNav01.jpg");
  background-position: calc(100% + 250px), top;
  background-repeat: no-repeat, repeat-x;
  position: fixed;
  z-index: 999;
}
/* ヘッダー内部 */
#header-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}
/* =============================================== */
/* nav - メインナビゲーション */
/* ----------------------------------------------- */
/* ナビ全体枠 */
nav {
  clear: both;
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  line-height: 1;
}
/* 第一階層 */
#main-menu {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
#main-menu::after {
  display: block;
  clear: both;
  content: '';
}
#main-menu li {
  position: relative;
  font-size: 110%;
  text-align: center;
  white-space: nowrap;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  margin: 0 1em;
}
#main-menu li a {
  display: inline-block;
  color: #fff;
  padding: 21px 0 15px;
}
#main-menu li a:link {
  text-decoration: none;
}
#main-menu li a:visited {
  text-decoration: none;
}
#main-menu li a:active {
  text-decoration: none;
}
#main-menu li a:hover {
  text-decoration: none;
  color: #c7000b;
}
#main-menu li a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 4px;
  background: #c7000b;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.3s; /*変形の時間*/
}
#main-menu li a:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
/* =============================================== */
/* home - トップページ用 */
/* ----------------------------------------------- */
/* メインビジュアル */
#main-visual {
  width: 100%;
  margin: 0;
  padding: 20px 0 30px;
  text-align: center;
  background-image: url("/replacement/bgHomeMain.png");
  background-position: bottom left;
  background-repeat: no-repeat;
}
#main-visual img {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}
/* ニュースフィード（main-box内） */
#news-feed-index {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0 100px;
}
.feedTitle {
  width: 165px;
  float: left;
  padding-left: 15px;
}
.feedTitle p {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  letter-spacing: 0.2em;
}
.feedTitle p span {
  display: block;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #b70005;
  letter-spacing: 0.1em;
  padding-left: 5px;
}
#news-feed-index ul {
  width: 800px;
  float: right;
}
#news-feed-index h2 {
  font-size: 93%;
  margin: 0;
  padding: 10px 0 10px 2em;
  clear: both;
  background: url('/replacement/target01.png') no-repeat left;
  font-weight: 400;
  color: #c7000b;
}
#news-feed-index h2 a:link {
  text-decoration: none;
  color: #333;
}
#news-feed-index h2 a:visited {
  text-decoration: none;
  color: #333;
}
#news-feed-index h2 a:active {
  text-decoration: none;
  color: #333;
}
#news-feed-index h2 a:hover {
  text-decoration: underline;
  color: #c7000b;
  transition: all .2s ease;
}
/* =============================================== */
/* news - ニュースページ用 */
/* ----------------------------------------------- */
/* 記事タイトル部分（subhead内） */
.newsDate {
  font-size: 110%;
  display: block;
  color: #c7000b;
  padding: 0 15px;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.news-page .subhead {
  margin: 0 0 20px;
  text-align: left;
}
.news-page article {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
  clear: both;
}
article:last-child {
  padding-bottom: 100px;
}
.headline {
  text-align: left;
}
.headline a:link {
  text-decoration: none;
  color: #fff;
}
.headline a:visited {
  text-decoration: none;
  color: #fff;
}
.headline a:active {
  text-decoration: none;
  color: #fff;
}
.headline a:hover {
  text-decoration: none;
  color: #c7000b;
}
/* 記事内カテゴリー */
.article-category {
  display: none;
}
/* プレビュー・ネクスト */
#pager {
  text-align: center;
  clear: both;
  margin: 0;
  padding: 100px 0;
}
#pager li {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 80%;
}
#pager li a:link {
  text-decoration: none;
  color: #000;
  border: 1px solid #000;
  padding: 0.8em 1.5em;
  margin: 0 20px;
  background-color: #fff;
}
#pager li a:visited {
  text-decoration: none;
  color: #000;
  border: 1px solid #000;
  background-color: #fff;
}
#pager li a:active {
  text-decoration: none;
  color: #000;
  border: 1px solid #000;
  background-color: #fff;
}
#pager li a:hover {
  text-decoration: none;
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
.disabled {
  display: none;
}
/* 最新記事・カテゴリー・アーカイブのリスト（side-box内） */
#new-entry {
  display: none;
}
#category {
  display: none;
}
#archive {
  display: none;
}
.list01 {
  padding: 10px 0 10px 1.5em;
  list-style: disc;
}
.list01 li {
  padding: 6px 0;
  line-height: 1.5;
}
/* =============================================== */
/* cast - キャストページ用 */
/* ----------------------------------------------- */
.castList01 {
  text-align: center;
}
.castList01 li {
  display: block;
  padding: 20px 0;
}
.photo {
  width: 400px;
  margin: 0 auto;
}
.photo img {
  width: 100%;
  height: auto;
}
.role {
  padding: 5px 0 0;
  font-weight: 600;
  font-size: 110%;
}
.actor {
  padding: 0 0 10px;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 180%;
}
.fullVisualBtn {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8em;
  padding: 0;
  margin: 0 0 25px;
}
.fullVisualBtn span {}
.fullVisualBtn span a:link {
  text-decoration: none;
  background-color: #c7000b;
  color: #fff;
  padding: 10px 2em;
}
.fullVisualBtn span a:visited {
  text-decoration: none;
  background-color: #c7000b;
  color: #fff;
}
.fullVisualBtn span a:active {
  text-decoration: none;
  background-color: #c7000b;
  color: #fff;
}
.fullVisualBtn span a:hover {
  text-decoration: none;
  background-color: #f8434d;
  color: #fff;
}
h4{
  text-align: center;
  padding: 20px 0 0;
}
h4 span{
  padding-bottom: 4px;
  border-bottom: 1px solid #000;
}
.ens {
  text-align: center;
  padding: 15px 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 21px;
}
/* =============================================== */
/* ticket - 公演概要 */
/* ----------------------------------------------- */
.date {
  text-align: center;
  font-size: 1.2em;
}
.date span {
  font-size: 2em;
}
.venue {
  text-align: center;
  font-size: 1.8em;
}
.address {
  font-size: 15px;
}
.map {
  width: 680px;
  margin: 0 auto;
}
.cautionList01 {
  border-top: 1px dotted #666;
  border-bottom: 1px dotted #666;
  width: 94%;
  max-width: 640px;
  margin: 20px auto 50px;
  padding: 0.5em 0 0.5em 1em;
}
.cautionList01 li {
  list-style: disc;
  text-align: left;
  font-size: 90%;
  line-height: 1.4;
  margin: 10px 0;
}
/* チケット */
.ticketBox {
  margin: 0 auto;
  padding: 0 3% 20px;
  background-color: #f1f1f1;
  color: #333;
}
@media(max-width:999px) {
  .ticketBox {
    width: 92%;
    padding: 0 2% 20px;
  }
}
.playguideList {
  list-style: none;
  padding: 20px 0;
  font-size: 90%;
}
@media(max-width:600px) {
  .playguideList {
    font-size: 85%;
  }
}
.playguideList li {
  border-top: 1px dotted #000;
  display: block;
  margin: 0 auto;
  padding: 25px 0;
  text-align: center;
}
.playguideList li:first-child {
  border-top: none;
}
.playguideList li span {
  font-weight: 600;
  border-bottom: 1px solid #c7000b;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 110%;
  color: #c7000b;
}
.playguideList li a:link {
  display: block;
  position: relative;
  padding: 0.5em 1em 0.4em;
  text-align: center;
  text-decoration: none;
  margin: 10px auto 0;
  color: #eb1717;
  background-color: #000;
  border: 1px solid #c7000b;
  transition: all 0.3s;
  font-weight: 400;
  font-size: 90%;
  width: 10em;
}
.playguideList li a:visited {
  text-decoration: underline;
  color: #eb1717;
  background-color: #000;
  border: 1px solid #c7000b;
}
.playguideList li a:active {
  text-decoration: underline;
  color: #eb1717;
  background-color: #000;
  border: 1px solid #c7000b;
}
.playguideList li a:hover {
  text-decoration: none;
  background: #c7000b;
  color: #fff;
  border: 1px solid #c7000b;
}
/* =============================================== */
/* 401,404,406 - エラーページ */
/* ----------------------------------------------- */
.error-page .column {
  margin: 0;
  padding: 0 15px 50px 0;
}
.error-page .pack p {
  padding: 30px 0 0;
  text-align: center;
}
/* =============================================== */
/* footer - フッター */
/* ----------------------------------------------- */
/* フッター大枠 */
footer {
  width: 100%;
  margin: 0;
  padding: 50px 0;
  clear: both;
  color: #fff;
  background-color: #000;
}
/* フッター内部 */
#footer-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  clear: both;
}
/* 左部分(用途に合わせてバナー等) */
#footer-left {
  width: 250px;
  float: left;
  margin: 0;
  padding: 0;
  min-height: 20px;
}
/* 中央部分(コピーライト等) */
#footer-center {
  width: 500px;
  float: left;
  margin: 0;
  padding: 0;
  min-height: 20px;
}
#footer-center p {
  text-align: center;
  font-size: 90%;
  line-height: 2;
}
/* 右部分(mincへのリンク等) */
#footer-right {
  width: 250px;
  float: left;
  margin: 0;
  padding: 0;
  min-height: 20px;
}
#footer-right p {
  text-align: right;
  font-size: 65%;
  margin: 0;
  padding: 170px 0 0;
}
#footer-right p a:link {
  text-decoration: none;
  color: #aaa;
}
#footer-right p a:visited {
  text-decoration: none;
  color: #aaa;
}
#footer-right p a:active {
  text-decoration: none;
  color: #aaa;
}
#footer-right p a:hover {
  text-decoration: underline;
  color: #fff;
}
.privacy {
  padding: 10px 0 20px;
  font-size: 90%;
}
.privacy a:link {
  text-decoration: underline;
  color: #fff;
}
.privacy a:visited {
  text-decoration: underline;
  color: #fff;
}
.privacy a:active {
  text-decoration: underline;
  color: #fff;
}
.privacy a:hover {
  text-decoration: underline;
  color: #c7000b;
}
.snsBtn {
  padding: 0 0 15px;
  text-align: center;
}
.snsBtn li {
  font-size: 40px;
  font-weight: 400;
  padding: 0 10px;
  display: inline-block;
}
.snsBtn a:link {
  text-decoration: none;
  display: block;
  color: #fff;
  transition: all .3s ease;
}
.snsBtn a:visited {
  text-decoration: none;
  color: #fff;
}
.snsBtn a:active {
  text-decoration: none;
  color: #fff;
}
.snsBtn a:hover {
  text-decoration: none;
  color: #c7000b;
}
/* =============================================== */
/* clearfix - クリアフィックス設定 */
/* ----------------------------------------------- */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
/* =============================================== */
/* rollover - 画像ロールオーバー設定 */
/* ----------------------------------------------- */
a:hover img {
  -moz-opacity: 0.80;
  opacity: 0.80;
  filter: alpha(opacity=80);
}
nav a:hover img {
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* =============================================== */
/* fadeIn - フェイドイン */
/* ----------------------------------------------- */
/* 共通（最初は隠す） */
.fadeInUp, .fadeInDown, .fadeInLeft, .fadeInRight {
  opacity: 0;
  transition: all 0.8s ease;
}
/* 右から */
.fadeInRight {
  transform: translateX(30px);
}
.fadeInRight.show {
  opacity: 1;
  transform: translateX(0);
}
/* 左から */
.fadeInLeft {
  transform: translateX(-30px);
}
.fadeInLeft.show {
  opacity: 1;
  transform: translateX(0);
}
/* 下から */
.fadeInUp {
  transform: translateY(30px);
}
.fadeInUp.show {
  opacity: 1;
  transform: translateY(0);
}
/* 上から */
.fadeInDown {
  transform: translateY(-30px);
}
.fadeInDown.show {
  opacity: 1;
  transform: translateY(0);
}
/* =============================================== */
/* modal - モーダルウィンドウ */
/* ----------------------------------------------- */
.close-btn {
  position: absolute;
  top: 20px;
  right: 15px;
  z-index: 1000;
  font-size: 1.6rem;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
  color: #fff;
}
/* モーダル背景 */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
/* モーダル表示状態 */
.modal.active {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}
/* モーダルの中身*/
.modal-content {
  background: #000;
  padding: 1rem;
  width: 80vw;
  max-width: 720px;
  max-height: 60vh;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease;
  overflow: auto;
}
.modal-content h3 {
  font-size: 120%;
  padding: 10px 0;
  margin: 10px 50px 10px 15px;
  border-top: 1px solid #c7000b;
  border-bottom: 1px solid #c7000b;
  font-weight: 700;
  color: #fff;
  text-align: left;
}
.message {
  font-size: 94%;
  padding: 10px 15px;
}
.message p {
  padding: 0 0 15px;
  text-align: left;
  color: #fff;
}
/* アニメーション*/
.modal.active .modal-content {
  animation: fadeInScale 0.4s ease forwards;
}
@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* modalのボタン01 */
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 10px 0;
  appearance: none;

  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8em;
}
.button01 {
  text-decoration: none;
  background-color: #c7000b;
  color: #fff;
  padding: 10px 2.3em;
}
.button01:hover {
  text-decoration: none;
  background-color: #f8434d;
  color: #fff;
  transition: all .3s ease;
}
/* youtube用modal記述 */
.movie-modal {
  max-width: 960px;
  width: 90vw;
  max-height: none;
  overflow: visible;
}
.youtube-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}