<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ----------------------------------------------------------------------------------------
固定css
-------------------------------------------------------------------------------------------- */
a {
 display: block;
}
a.opacity:hover {
 opacity: .8;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
footer {
    color: #FFF;
    position: relative;
    background: #fc8e3d;
    background: -moz-linear-gradient(left, #fc8e3d 0%, #ff0576 100%);
    background: -webkit-linear-gradient(left, #fc8e3d 0%, #ff0576 100%);
    background: linear-gradient(to right, #fc8e3d 0%, #ff0576 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8e3d', endColorstr='#ff0576', GradientType=1);
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    font-size: 12px;
}
/* ----------------------------------------------------------------------------------------
今回追加したcss
-------------------------------------------------------------------------------------------- */
header {
  background-color: #151515;
  position: fixed;
  color: #fff;
}
.menu.pc {
  display: flex;
  justify-content: space-between;
  width: 400px;
  position: absolute;
  top: 20px;
  right: 30px;
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
}
.menu_name a:hover {
  display: block;
  color: #ba0001;
  transition: all 0.3s ease-in-out;
}
main {
  background-color: #202426;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 150%;
}
h1 {
  background: linear-gradient(90deg, rgba(35,35,34,1) 0%, rgba(90,99,94,1) 30%, rgba(90,99,94,1) 70%, rgba(35,35,34,1) 100%); 
  padding-top: 65px;
}
h1 img {
  display: block;
  max-width: 1000px;
  margin: auto;
}
.bn_box {
  text-align: center;
  padding: 20px 0 10px;
  margin-top: 40px;
}
.bn_box img {
  border: 1px solid #ba0001;
}
/* ------------------------------------
公演情報
--------------------------------------*/
#performance {
  width: 1000px;
  margin: 80px auto;
  background-color: #f2f9ff;
  border: 3px solid #ba0001;
  color: #151515;
  padding: 50px;
}
.block {
  display: flex;
  width: 850px;
  margin: 0 auto 30px;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #ba0001;
}
.block:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.block h2 {
  width: 120px;
  height: 40px;
  background-color: #a60001;
  color: #fff;
  text-align: center;
  padding: 12px 10px 10px;
  margin-right: 30px;
  line-height: 100%;
}
.block p span {
  font-size: 13px;
  line-height: 100%;
}
.list li {
  padding-bottom: 5px;
}
.list li:last-of-type {
  padding-bottom: 0;
}
/* ------------------------------------
btn
--------------------------------------*/
.btn_block {
  display: flex;
  justify-content: space-between;
  width: 900px;
  margin: auto;
  padding-bottom: 80px;
}
.buy_btn a {
  display: block;
  background: radial-gradient(circle, rgba(91,97,99,1) 0%, rgba(49,55,58,1) 100%);
  /*background: linear-gradient(131deg, rgba(211,0,1,1) 0%, rgba(133,13,13,1) 100%);*/
  width: 280px;
  text-align: center;
  padding: 30px;
  font-size: 22px;
  border-radius: 5px;
  border: 2px outset #a60001;
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.buy_btn a span {
  font-size: 16px;
}
.buy_btn:hover {
    animation: anime-button-38 .3s linear infinite;
}

@keyframes anime-button-38 {
    20% {
        transform: translate(-2px, 2px);
    }
    40% {
        transform: translate(-2px, -2px);
    }
    60% {
        transform: translate(2px, 2px);
    }
    80% {
        transform: translate(2px, -2px);
    }
}
/* ------------------------------------
campaign
--------------------------------------*/
#campaign {
  background-image: url("../images/bg.png");
  color: #202426;
}
.cp_inner {
  width: 1000px;
  margin: auto;
  padding: 50px 0 80px;
  font-weight: 700;
}
#campaign h3 {
  font-family: "oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 80px;
  padding: 50px 0; 
  border-bottom: 1px solid #202426;
  margin-bottom: 50px;
}
.t_01 {
 /* background: linear-gradient(90deg, rgba(255,173,0,1) 0%, rgba(255,0,113,1) 100%); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
  font-size: 25px;
  font-weight: 900;
  text-align: center;
  padding-bottom: 20px;
}
.t_01 span {
  border: 2px solid #a60001;
  padding: 5px;
}
.t_02 {
  text-align: center;
  font-size: 30px;
  ruby-position: under;
  font-weight: 900;
  padding: 20px 0;
}
.t_02 rt {
  font-weight: 400;
  font-size: 13px;
}
.t_03 {
  text-align: center;
  font-size: 30px;
  font-weight: 700 ;
  padding-top: 20px;
  padding-bottom: 50px;
}
.t_03 span {
  font-size: 40px;
  font-family: "oswald", sans-serif;
  font-weight: 800;
  font-style: normal;
  border-bottom: 8px double #a60001;
}
.date {
  text-align: center;
  color: #fff;
  background-color: #a60001;
  font-size: 22px;
  margin: 20px auto 50px;
  width: 900px;
  padding: 20px;
  line-height: 150%;
}
.cp_block {
  width: 900px;
  margin: auto;
}
.cp_list {
  padding-bottom: 40px;
}
.title {
  background-color: #a60001;
  padding: 5px 0;
  text-align: center;
  color: #fff;
}
.subject {
  padding-top: 20px;
  text-align: center;
}
.subject li {
  padding: 10px 0;
}
.subject span {
  font-size: 13px;
}
.text {
  padding: 40px 0 20px;
  text-align: center;
}
.terms {
  width: 820px;
  margin: auto;
}
.terms li {
  padding-bottom: 10px;
}
.terms li span {
  font-size: 13px;
}
/* ------------------------------------
規約
--------------------------------------*/
.tokuten_scroll {
  margin-top: 3vw ;
  padding: 2em;
  background: #647177;
  color: #fff; 
  overflow: hidden;
  max-width: 900px;
  margin: auto;
  font-size: 14px;
}
.tokuten_scroll .inn {
  padding-right: 2em;
  height: 200px;
  overflow-y: scroll;
  text-align: left;
}
.tokuten_scroll .inn .inn_box {
  margin-bottom: 2em;
}
.tokuten_scroll .inn .inn_box &gt; ul &gt; li {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 0.3em;
}
/* ------------------------------------
関連作品  
--------------------------------------*/
#movie {
  width: 1000px;
  margin: auto;
}
.m_title {
  text-align: center;
  padding: 100px 0 20px;
  font-size: 40px;
  font-weight: 700;
  border-bottom: 1px solid #fff;
}
.m_title span {
  font-family: "oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.m_list {
  display: flex;
  width: 900px;
  margin: 50px auto 0;
  justify-content: space-between;
  padding-bottom: 100px;
}
.m_list li {
  width: 420px;
  text-align: center;
}
.m_list_top_lead {
 margin-top: 30px;
 margin-bottom: 5px;
 text-align: center;
 font-size: 22px;
 color: #ff5858;
 font-weight: bold;
}
.m_list.m_list_top {
  max-width: 420px;
 margin: auto;
 padding-bottom: 0;
}
.m_list.m_list_top li {
 width: 100%;
}
/* ----------------------------------------------------------------------------------------
今回追加した812px以下のcss
-------------------------------------------------------------------------------------------- */
@media screen and (max-width: 812px){
main {
  font-size: 16px;
  line-height: 150%;
}
h1 {
  padding-top: 45px;
  background: #202426;
}
h1 img {
  width: 100%;
}
.bn_box {
  text-align: center;
  padding: 20px 15px 10px;
  margin-top: 5px;
}
/* ------------------------------------
公演情報
--------------------------------------*/
#performance {
  width: 90%;
  margin: 30px auto;
  border: 2px solid #ba0001;
  padding: 15px;
}
.block {
  width: 100%;
  flex-direction: column;
  margin: 0 auto 20px;
  padding-bottom: 0;
  border-bottom: none;
}
.block h2 {
  width: 100%;
  height: auto;
  padding: 10px 15px;
  margin-right: 0;
  margin-bottom: 20px;
}
.block p span {
  font-size: 12px;
}
.block p{
  text-align: center;
}
.list li {
  padding-bottom: 10px;
}

/* ------------------------------------
btn
--------------------------------------*/
.btn_block {
  flex-direction: column;
  width: 100%;
  padding-bottom: 20px;
  
}
.buy_btn a {
  width: 280px;
  padding: 30px;
  font-size: 22px;
  border-radius: 5px;
  border: 2px outset #a60001;
  margin: 0 auto 20px;
}
.buy_btn a span {
  font-size: 14px;
}
/* ------------------------------------
campaign
--------------------------------------*/
.cp_inner {
  width: 100%;
  margin: auto;
  padding: 50px 10px 40px;
}
#campaign h3 {
  font-size: 50px;
  padding: 0 0 20px; 
  border-bottom: 1px solid #202426;
  margin-bottom: 20px;
}
.t_01 {
  font-size: 20px;
  padding-bottom: 0;
  line-height: 150%;
}
.t_01 span {
  color: #a60001;
  border: none;
  padding: 0;
}
.t_02 {
  font-size: 25px;
  padding: 20px 0;
  line-height: 180%;
}
.t_02 rt {
  font-size: 12px;
}
.t_03 {
  font-size: 20px;
  padding-top:0;
  padding-bottom: 40px;
  line-height: 180%;
  font-weight: 900;
}
.t_03 span {
  font-size: 40px;
  border-bottom: 8px double #a60001
}
.date {
  font-size: 18px;
  margin: 0 auto 30px;
  width: 90%;
  padding: 15px;
}
.cp_block {
  width: 90%;
}
.cp_list {
  padding-bottom: 30px;
}
.title {
  padding: 5px 0;
}
.subject {
  padding-top: 20px;
}
.subject li {
  padding: 10px 0;
}
.subject span {
  font-size: 13px;
}
.text {
  padding: 20px 0 0;
}
.text.inn{
  padding: 20px 0;
}
.terms {
  width: 95%;
}
.terms li {
  padding-bottom: 10px;
}
.terms li span {
  font-size: 14px;
}
/* ------------------------------------
規約
--------------------------------------*/
.tokuten_scroll {
  margin-top: 3vw ;
  padding: 1em;
  font-size: 12px;
  font-weight: 400;
}
.tokuten_scroll .inn {
  padding-right: 1em;
  height: 200px;
  overflow-y: scroll;
}
.tokuten_scroll .inn .inn_box {
  margin-bottom: 2em;
}
.tokuten_scroll .inn .inn_box &gt; ul &gt; li {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 0.3em;
}
/* ------------------------------------
関連作品  
--------------------------------------*/
#movie {
  width: 100%;
}
.m_title {
  padding: 30px 0 20px;
  font-size: 22px;
  border-bottom: 1px solid #fff;
}
.m_list {
  width: 100%;
  flex-direction: column;
  margin: 0 auto 0;
  padding-bottom: 20px;
}
.m_list li {
  width: 90%;
  margin: auto;
  padding-bottom: 30px;
}
 .m_list_top_lead {
 font-size: 16px;
}
.m_list.m_list_top {
  max-width: 100%;
}
.m_list.m_list_top li {
 width: 90%;
}
/* -----------------------------------
ハンバーガーメニュー
--------------------------------------*/
/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}
/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 25px;
  right: 25px;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
}
/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 1px;
  width: 25px;
  background: #acbcd5;
  transition: 0.5s;
  position: absolute;
}
/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}
/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}
/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}
/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}  
/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0%;
  left: 100%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  transition: .5s;
  text-align: center;
  padding-top: 100px;
  background-color: #202426;
}
/* メニュー黒ポチを消す */
.nav_list {
  list-style: none;
}
.nav_item a {
  color: #fffff5;
  text-decoration: none;
  margin-bottom: 30px;
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 180%;
  letter-spacing: .1rem;
  font-size: 16px;
}
.nav_item a span {
  color: #528ce8;
}
/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  left: 0;
}
}

/* ----------------------------------------------------------------------------------------
812px以下の固定css
-------------------------------------------------------------------------------------------- */
@media screen and (max-width: 812px) {
 .common_footer_wrapper .footer_inner {
  width: 93%!important;
 }
 /*ユーザーエージェント出し分け用*/
.iphone .android_show, .iphone .pc_show {display:none;}
.android .iphone_show, .android .pc_show {display:none;}
.pc .iphone_show, .pc .android_show {display:none;}
.pc .visible .iphone_show, .pc .visible .android_show {display:block;}
    
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", Helvetica, sans-serif;
  }
 .sp {
  display: block;
 }
 .pc {
  display: none;
 }
 .home {
  position: fixed;
  top: 14px;
  left: 10px;
  width: 20%;
  max-width: 130px;
  z-index: 1000;
 }
}
/* ----------------------------------------------------------------------------------------
813px以上の固定css
-------------------------------------------------------------------------------------------- */
@media screen and (min-width: 813px) {
.sp {
  display: none;
 }
 .pc {
  display: block;
 }
/*PCフッター813*/
.footer_fix {
  margin: 2% auto;
}
.lp_cta_fixed .lp_fv_cta_btn {
  width: min(44vw, 450px);
}
.wrapper {
  background: url("../images/bg_bottom_l.webp") no-repeat bottom left/35%,url("../images/bg_bottom_r.webp") no-repeat bottom right/35%;
  background-attachment: fixed;
  background-color: #000;
}
header {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 100;
 display: -webkit-flex;
 display: flex;
 justify-content: space-between;
 -webkit-align-items: center;
 align-items: center;
 padding: 2em 3.2em; /* 変更前 padding: 1em 3.2em; */
 text-align: center;
 /*background-color: #151515; 今回追加*/
}
.home {
  position: fixed;
  top: 18px;
  left: 15px;
  width: 30%;
  max-width: 130px;
  z-index: 1000;
}
}</pre></body></html>