@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;
}
.m-auto{margin:0 auto;}
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
-------------------------------------------------------------------------------------------- */
/*アンカー
#totop::before,
#performance::before,
#movie::before{
    display: block;
    content: '';
    padding-top: 60px;
    margin-top: -60px;
}
*/
header {
  background-color: #0051f8;
  position: fixed;
  color: #fff;
  z-index: 555;
 border-radius: 20px;
}
.menu.pc {
  display: flex;
  justify-content: space-between;
  width: 400px;
  position: absolute;
  top: 17px;
  right: 30px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
}
.menu_name a:hover {
  display: block;
  color: #f2921c;
  transition: all 0.3s ease-in-out;
}
main {
  background-color: #002397;
  color: #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 150%;
}
.top_lead {
  text-align: center;
  padding: 20px 0;
 padding-top: 84px;
}
.top_inner {
  padding: 40px 0 15px;
}
.show_name {
  font-family: "poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 33px;
  padding-bottom: 10px;
}
.cp_name {
  background-color: #f2921c;
  color:  #fff;
  font-weight: 700;
  font-size: 23px;
  width:600px;
  margin: auto;
  padding: 10px;
}
h1 {
 width: 95%;
 margin: auto;
 border-radius: 20px;
 overflow: hidden;
 max-width: 1200px;
}
h1 img {
  display: block;
 width: 100%;
  margin: auto;
}
.btn_wrap_text {
 margin-top: 40px;
 text-align: center;
 font-size: 22px;
 color: #fff;
 font-weight: bold;
}
.btn_wrap {
 max-width: 900px;
 width: 90%;
 margin: auto;
 display: -webkit-flex;
 display: flex;
 justify-content: space-between;
}
.btn_wrap .code_btn.top a {
 width: 100%;
 margin-top: 20px;
}
.btn_wrap > * {
 width: 48%;
}
.block p {
 font-size: 18px;
}
#performance .btn_wrap {
 width: 100%;
}
#performance .btn_wrap_text {
 margin-top: 10px;
 width: 100%;
 color: #151515;
 text-align: left;
 font-size: 15px;
}
#performance .btn_wrap .code_btn.top a {
 margin-top: 5px;
}
.p_block_box {
 width: calc(100% - 150px);
}
.code_btn.top a {
  width: 500px;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  padding: 20px;
  border: 4px solid #fff;
  margin-top: 40px;
}
.code_btn.top.end a {
  width: 500px;
  background-color: #7f7f7f;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  padding: 20px;
  border: 4px solid #fff;
  /*animation: btn_animation 1.5s infinite;*/
  margin-top: 40px;
  pointer-events: none;
}
.code_btn.top a span {
  background-image: url("../images/arrow_03.png");
  background-position: center center;
  background-size: 100% 100%;
  width: 12px;
  height: 20px;
  margin-left: 20px;
}
.code_btn.top a:hover span {
  background-image: url("../images/arrow_04.png");
  background-position: center center;
  background-size: 100% 100%;
  width: 12px;
  height: 20px;
  margin-left: 20px;
}
@keyframes btn_animation {
    0% {
        transform: scale(1.1)
    }
    10% {
        transform: scale(1)
    }
    90% {
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(1.1)
    }
}
@keyframes arrow_animation {
    0% {
        transform: translateX(0px)
    }
    25% {
        transform: translateX(15px)
    }
    100% {
        -webkit-transform: translateX(30px)
    }
}
.code_btn.top a:hover {
  animation: none;
  border: 4px solid #f2921c;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  color: #f2921c;;
}
/* ------------------------------------
公演情報
--------------------------------------*/
#link_performance {
 padding-top: 80px;
}
#performance {
 width: 95%;
  margin: auto;
  background-color: #fff;
  border: 7px solid #f2921c;
  color: #151515;
  padding: 50px;
  border-radius: 20px;
}
.block {
  display: flex;
  width: 850px;
  margin: 0 auto 30px;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #f2921c;
}
.block:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.block h2 {
  width: 120px;
  height: 40px;
  background-color: #0051f8;
  color: #fff;
  text-align: center;
  padding: 12px 10px 10px;
  margin-right: 30px;
  line-height: 100%;
  border-radius: 5px;
}
.block span {
  font-size: 13px;
  line-height: 100%;
  font-weight: 400;
}
.list li {
  padding-bottom: 5px;
  font-weight: 500;
}
.list li:last-of-type {
  padding-bottom: 0;
}
.poppins {
  font-family: "poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.code_btn a {
  display: block flex;
  align-items: center;
  justify-content: center;
  width: 450px;
  margin: auto;
  background-color: #f2921c;
  color: #fff;
  border-radius: 50px;
  padding: 15px;
  font-size: 20px;
  font-weight: 700;
  border: 5px solid #f2921c; 
  line-height: 100%;
}
.code_btn a span {
  background-image: url("../images/arrow_02.png");
  background-position: center center;
  background-size: 100% 100%;
  width: 8px;
  height: 16px;
  margin-left: 20px;
}
.code_btn a:hover {
  background-color: #fff;
  border: 5px solid #f2921c;
  transition: all 0.5s ease-in-out;
  color: #f2921c;
}
.code_btn a:hover span {
  background-image: url("../images/arrow_01.png");
  background-position: center center;
  background-size: 100% 100%;
  width: 8px;
  height: 16px;
  margin-left: 20px;
}
.more_link {
  color: #f2921c;
  text-decoration: underline;
  text-align: center;
  padding-top: 10px;
}
.d_buy {
  text-align: center;
  padding-top: 10px;
}
/* ------------------------------------
campaign
--------------------------------------*/
#campaign {
 margin: auto;
  background: #fff;
  color: #151515;
  margin-top: 80px;
  padding: 30px 0;
}
.cp_inner {
  margin:  auto;
 max-width: 1000px;
 width: 95%;
  padding: 30px 0 80px;
  font-weight: 700;
  background-color:  #fff;
}
#campaign h3 {
  font-family: "poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  font-size: 80px;
  padding: 50px 0; 
  border-bottom: 5px solid #f2921c;
  margin-bottom: 40px;
  color: #f2921c;
}
.t_01 {
  text-align: center;
  font-size: 20px;
  font-weight: 900;
}
.date {
  text-align: center;
  color: #fff;
  background-color: #f2921c;
  font-size: 22px;
  margin: 50px auto ;
  padding: 20px;
  line-height: 150%;
  border-radius: 10px;
}
.cp_block {
  margin: auto;
}
.cp_list {
  padding-bottom: 40px;
}
.title {
  background-color: #0051f8;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  border-radius: 5px ;
}
.text {
  padding: 40px 0 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text span {
  font-size: 14px;
}
.text.noflex {
  flex-direction: column;
}
.text.inn:before, .text.inn:after {
  border-top: 4px dotted;
  content: "";
  width: 18em; /* 線の長さ */
}
.text.inn:before {
  margin-right: 1em; /* 文字の右隣 */
}
.text.inn:after {
  margin-left: 1em; /* 文字の左隣 */
}
.terms {
  width: 820px;
  margin: auto;
}
.terms li {
  padding-bottom: 10px;
}
.terms li span {
  font-size: 13px;
  font-weight: 400;
}
.terms .link {
  text-decoration: underline;
  color: #f2921c;
}
.code_btn.entry {
 margin-top: 20px;
}
.code_btn.entry.end a {
  width: 300px;
  font-size: 18px;
  padding: 10px;
  pointer-events: none;
  background-color: #7f7f7f;
  border: none;
}
/* ------------------------------------
規約
--------------------------------------*/
.tokuten_scroll {
  margin-top: 3vw ;
  padding: 2em;
  background: #fff;
  color: #151515; 
  overflow: hidden;
  max-width: 900px;
  margin: auto;
  font-size: 14px;
  font-weight: 400;
  border-radius: 10px;
  border: 5px solid #f2921c;
  scrollbar-color: #fff #f2921c;
  scrollbar-width: thin;
}
.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 > ul > li {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 0.3em;
}
/* ------------------------------------
コード入力  
--------------------------------------*/
.code_inner {
 width: 95%;
 max-width: 1000px;
  margin: 50px auto;
  background-color: #fff;
  border: 7px solid #f2921c;
  color: #151515;
  padding: 50px;
  border-radius: 20px;
}
.to_guest {
  line-height: 180%;
  text-align: center;
  padding-bottom: 20px;
}
.to_guest span {
  font-size: 22px;
  font-weight: 700;
}
/* ------------------------------------
関連作品  
--------------------------------------*/
#movie {
  background: #fff;
  color: #f2921c;
  padding: 0;
}
.m_inner {
  max-width: 1000px;
  width: 95%;
 margin: auto;
  background-color: #fff;
  padding-bottom: 50px;
}
.m_title {
  text-align: center;
  padding: 80px 0 30px;
  font-size: 30px;
  font-weight: 700;
  border-bottom: 5px solid #f2921c;
  line-height: 130%;
}

.m_list {
  display: flex;
 -webkit-flex-wrap: wrap;
 flex-wrap: wrap;
  width: 1000px;
  margin: 50px auto 30px;
  justify-content: space-between;
 gap:0 1%;
}
.m_list li {
 border-radius: 7px;
 overflow: hidden;
 width: 32%;
  text-align: center;
 margin-bottom: 15px;
}
/* ------------------------------------
さらに
--------------------------------------*/
.more_cp {
  text-align: center;
  padding: 60px 0;
  background: url("../images/bg.png") no-repeat top center;
}
.more_cp a{
  padding: 20px;
  max-width: 800px;
  margin: auto;
}
.more {
  font-size: 30px;
  font-weight: 900;
  padding-bottom: 20px;
}
.more_tx span {
  background: linear-gradient(90deg, rgba(255,168,49,1) 0%, rgba(255,40,135,1) 100%);
  -webkit-background-clip:text;
	-webkit-text-fill-color: transparent;
  font-size: 30px;
}

.more_tx {
  font-size: 22px;
  line-height: 150%;
  font-weight: 700;
}
/* ----------------------------------------------------------------------------------------
今回追加した812px以下のcss
-------------------------------------------------------------------------------------------- */
@media screen and (max-width: 812px){
#head_logo {
  height: 50px;
  width: 100%;
}
.menu.pc {
  display:none;
}
main {
  font-size: 16px;
  line-height: 150%;
}
.top_lead {
  margin-top: 0;
  text-align: center;
  padding: 60px 0 10px;
}
.top_inner {
  padding: 10px 0 8px;
}
.show_name {
  font-size: min(5vw,25px);
  padding-bottom: 10px;
}
.cp_name {
  font-size: 16px;
  width:90%;
  padding: 8px;
}
h1 {
 border-radius: 7px;
 overflow: hidden;
  padding-top: 0;
}
h1 img {
  width: 100%;
}
 .btn_wrap_text {
  margin-top: 30px;
  font-size: min(4.5vw,18px);
 }
 .btn_wrap .code_btn.top a {
  padding: 7px;
 }
 .btn_wrap > * {
  width: 49%;
 }
.code_btn.top a {
  width: 90%;
  font-size: min(3vw,16px);
  padding: 15px;
  border: 3px solid #fff;
  margin-top: 30px;
}
.code_btn.top a span {
  width: 8px;
  height: 16px;
  margin-left: 10px;
  animation: arrow_animation 1s infinite;
}
.code_btn.top a:hover span {
  width: 8px;
  height: 16px;
  margin-left: 10px;
}
@keyframes arrow_animation {
    0% {
        transform: translateX(0px)
    }
    25% {
        transform: translateX(8px)
    }
    100% {
        -webkit-transform: translateX(16px)
    }
}
/* ------------------------------------
公演情報
--------------------------------------*/
 #link_performance {
 padding-top: 30px;
}
#performance {
  width: 90%;
  margin: 0 auto 0;
  border: 2px solid #f2921c;
  padding: 15px;
 font-size: min(3.7vw,14px);
}
 .block span {
 font-size: 90%;
 }
 #performance ul {
  width: 100%;
 }
.block {
  width: 100%;
  flex-direction: column;
  margin: 0 auto 20px;
  padding-bottom: 0;
  border-bottom: none;
}
 .p_block_box {
  width: 100%;
 }
.block h2 {
  width: 100%;
  height: auto;
  padding: 10px 15px;
  margin-right: 0;
  margin-bottom: 20px;
}
.block p span {
  font-size: 12px;
}
.block p{
 font-size: 16px;
}
.list li {
  padding-bottom: 10px;
}
.list li:last-of-type {
  padding-bottom: 10px;
}
.code_btn a {
  width: 90%;
  padding: 15px;
  font-size: min(4vw,18px);
  border: 5px solid #f2921c; 
}
.code_btn.code a {
  width: 100%;
  padding: 10px;
  font-size: min(4vw,18px);
  border: 5px solid #f2921c; 
  flex-direction: column;
}
/* ------------------------------------
campaign
--------------------------------------*/
#campaign {
  color: #f2921c;
  margin-top: 50px;
}
.cp_inner {
  width: 90%;
  margin:  auto;
  padding: 0 0 30px;
}
#campaign h3 {
  font-size: 40px;
  padding: 40px 0 25px; 
  border-bottom: 5px solid #f2921c;
  margin-bottom: 25px;
}
.t_01 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}
.t_01 span {
  font-family: "poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
}
.date {
  font-size: min(3.9vw,15px);
  margin: 20px auto ;
  padding: 10px;
  line-height: 150%;
  border-radius: 8px;
}
.cp_block {
}
.cp_list {
  padding-bottom: 30px;
}
.title {
  padding: 5px 0;
}
.text {
  padding: 20px 0 0;
}
.text.inn{
  padding: 20px 0;
}
.text.inn:before, .text.inn:after {
  border-top: 4px dotted;
  content: "";
  width: 3em; /* 線の長さ */
}
.terms {
  width: 95%;
}
.terms li {
  padding-bottom: 10px;
}
.terms li.link {
  padding-bottom: 15px;
}
.terms li span {
  font-size: 14px;
}
.code_btn.entry a {
  width: 90%;
  font-size: min(4vw,18px);
  padding: 10px;
  margin-top: 10px;
}
/* ------------------------------------
規約
--------------------------------------*/
.tokuten_scroll {
  margin-top: 3vw ;
  padding: 1em;
  width: 95%;
  margin: auto;
  font-size: 12px;
  border: 4px solid #f2921c;
  scrollbar-color: #fff #f2921c;
}
.tokuten_scroll .inn {
  padding-right: 1em;
  height: 250px;
}
.tokuten_scroll .inn .inn_box {
  margin-bottom: 2em;
}
.tokuten_scroll .inn .inn_box > ul > li {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 0.3em;
}
/* ------------------------------------
コード入力  
--------------------------------------*/
.code_inner {
  width: 90%;
  margin: 50px auto;
  border: 7px solid #f2921c;
  padding: 20px;
}
.to_guest {
  line-height: 180%;
  text-align: center;
  padding-bottom: 20px;
  font-size: 13px;
}
.to_guest span {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  padding: 10px 0;
}
 .more_link {
  font-size: 13px;
 }
/* ------------------------------------
関連作品  
--------------------------------------*/
#movie {
  padding: 0 15px;
}
.m_inner {
  padding-bottom: 50px;
  width: 100%;
}
.m_title {
  padding: 50px 0 20px;
  font-size: min(4.2vw,18px);
  line-height: 150%;
  margin-bottom: 30px;
}
.m_list {
  width: 100%;
  margin: auto ;
  padding-bottom: 0;
}
.m_list li {
  width: 49%;
  margin: 0 auto 15px;
}
/* ------------------------------------
さらに
--------------------------------------*/
.more_cp {
  padding: 30px 15px 40px;
}
.more_cp a{
  padding: 20px 0 0;
}
.more {
  font-size: 20px;
  font-weight: 900;
  padding-bottom: 10px;
}
.more_tx {
  font-size: 18px;
}
.more_tx span {
  font-size: 20px;
}
/* -----------------------------------
ハンバーガーメニュー
--------------------------------------*/
 header {
  border-radius: 0 0 15px 15px;
 }
#nav-drawer {
  position: relative;
}
/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}
/*アイコンのスペース*/
#nav-open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 40px;
  height: 30px;
  right: 10px;
  top: 10px;
  z-index: 99999;
}
/*ハンバーガーの形をCSSで表現*/
#nav-open span,
#nav-open span:before,
#nav-open span:after {
  position: absolute;
  height: 1px;/*線の太さ*/
  width: 30px;/*長さ*/
  background:  #fff;
  display: block;
  content: '';
  cursor: pointer;
  transition: 0.5s;
  z-index: 9999;
}
#nav-open span:before {
  bottom: 7px;
}
#nav-open span:after {
  top: 7px;
}
/* アイコンがクリックされたら真ん中の線を透明にする */
#nav-input:checked ~ #nav-open span {
  background: rgba(255, 255, 255, 0);
}
/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#nav-input:checked ~ #nav-open span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#nav-input:checked ~ #nav-open span::after {
  top: 0;
  transform: rotate(-45deg);
}  
/*閉じる用の薄黒箇所*/
#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000901;
  opacity: 0;
  transition: .3s ease-in-out;
}
/*メニューの中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  width: 90%;
  max-width: 300px;
  height: 100%;
  background: #0051f8;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  color: #fff;
}
.nav_item {
  text-align: center;
  font-size: 20px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-top: 30px;
}
.nav_item li a {
  display: inline-block;
  margin: 30px 0;
}
/*チェックがついたら表示させる*/
#nav-input:checked ~ #nav-close {
  opacity: .5;
  display: block;
}
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.header_menu{
 display: flex;
 display: -moz-flex;
 display: -o-flex;
 display: -webkit-flex;
 display: -ms-flex;
 flex-direction: row;
 -moz-flex-direction: row;
 -o-flex-direction: row;
 -webkit-flex-direction: row;
 -ms-flex-direction: row;
}
}

/* ----------------------------------------------------------------------------------------
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*/
.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: 7px;
 left: 50%;
 transform: translateX(-50%);
 width: 99%;
 margin: auto;
 z-index: 100;
 display: -webkit-flex;
 display: flex;
 justify-content: space-between;
 -webkit-align-items: center;
 align-items: center;
 padding: 1.7em 3.2em; /* 変更前 padding: 1em 3.2em; */
 text-align: center;
 /*background-color: #151515; 今回追加*/
}
.home {
  position: fixed;
  top: 15px;
  left: 25px;
  width: 30%;
  max-width: 130px;
  z-index: 1000;
}
}