@charset "utf-8";
/* CSS Document */

/***フォント
font-family: 'Noto Sans JP', sans-serif; wght@400;500;700;900
font-family: 'Noto Serif JP', serif; :wght@600;700;900

font-family: "tot-shizukardmin-stdn", sans-serif;
font-weight: 400;
font-style: normal;

font-family: "ryo-display-plusn", serif;
font-weight: 500;700;
font-style: normal;

***/

/***色
藍 #32313f; rgba(50,49,63,1);
金 #cbad6d; rgba(203,173,109,1);
***/

/******フェードイン*****/

.fadein {
    animation-name: fadein;
    animation-duration: 3s;
}

@keyframes fadein {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/********リンク********/
a {
    color: #cbad6d;
}


a:hover img{
  filter: alpha(opacity=70);
  opacity: 0.7;
  zoom: 1.0;
  }

a:hover img{
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

/********マージン、パディング********/

.marTop1em {margin-top: 1em;}
.marTop2em {margin-top: 2em;}
.marTop3em {margin-top: 3em;}
.marTop4em {margin-top: 4em;}
.marTop5em {margin-top: 5em;}
.marRgt1em {margin-right: 1em;}
.marRgt2em {margin-right: 2em;}
.marRgt3em {margin-right: 3em;}
.marRgt4em {margin-right: 4em;}
.marRgt5em {margin-right: 5em;}
.marBtm1em {margin-bottom: 1em;}
.marBtm2em {margin-bottom: 2em;}
.marBtm3em {margin-bottom: 3em;}
.marBtm4em {margin-bottom: 4em;}
.marBtm5em {margin-bottom: 5em;}
.marLft1em {margin-left: 1em;}
.marLft2em {margin-left: 2em;}
.marLft3em {margin-left: 3em;}
.marLft4em {margin-left: 4em;}
.marLft5em {margin-left: 5em;}


/********テキスト********/

.uline {text-decoration: underline;}
.bold {font-weight: bold;}
.italic {font-style: italic;}

.right {text-align: right;}
.left {text-align: left;}
.cen {text-align: center;}




/********共通********/

.floatL {float: left;}
.floatR {float: right;}
.clear {float: clear;}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

.hidden {
	display: none;
}

.pk {
    display: inline-block;
}

/********改行********/

.res {
	display: none;
}

.res2 {
	display: none;
}

.res3 {
	display: none;
}

.res4 {
	display: none;
}


@media screen and (max-width: 768px){

	.res {
		display: inline;
	}
}

@media screen and (max-width: 414px){

	.res2 {
		display: inline;
	}
}

@media screen and (max-width: 375px){

	.res3 {
		display: inline;
	}
}

@media screen and (max-width: 320px){

	.res4 {
		display: inline;
	}
}

html {  
	overflow-y:scroll; 
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	font-size: 6.25%; /* sets the base font to 10px for easier math */
 	-webkit-text-size-adjust: none;
} 

body{
	margin: 0;
	padding: 0;
	font-size: 18em;
	line-height: 1.8;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
    font-weight: 400;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #272732;
}

html,body { /*背景色用*/
/*  height: 100vh*/
}

body:after {
    z-index: -1;
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url("../images/bg_pc.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;  
    background-color: #272732;
}
@media screen and (max-width: 768px){
	html {font-size: 6.1%;}
	body {font-size: 17.5em;}    
}

@media screen and (max-width: 500px){
	html {font-size: 5.8%;}
	body {font-size: 16.5em;}    
}



/*************************
　フッター
*************************/

.footer .btn_close a {
    color: #cbad6d;
    text-decoration: none;
}

footer{
	width: 100%;
	margin: 6em auto 0;
    padding: 0;
	color: #fff;
	text-align: center;
	font-size: 18rem;
	bottom: 0;
}
footer .billing {
	font-weight: 400;
	font-size:clamp(12rem, 2vw, 16rem);
	color: rgba(255,255,255,0.9);
}

footer .copy {
	display: block;
	padding: 1em;
	font-family: "ryo-display-plusn", serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.5;
}

footer .sns_link {
	display: inline-block;
    margin: 40px 0.5em 0;
}

footer .sns_link li {
    display: inline-block;
    margin: 1em 0.5em;
    text-align: center;
    vertical-align: bottom;
}

footer .sns_link li img {
    width: 100%;
}

footer .sns_link li.icon_toho {
    width: 45px;
}

footer .sns_link li.icon_x {
	position: relative;
	bottom: 13px;
    width: 35px;
}

footer .sns_link li.ban_teigeki_closing {
    width: 240px;
}

footer .sns_link li.ban_concert {
    width: 200px;
}


footer .policy_link {
	margin: 1em auto 0;
}

footer .policy_link li {
	display: inline-block;
	margin: 0 auto 1em;
}

footer .policy_link li:not(:last-of-type)::after {
	content: "｜";
	margin: 0 0.5em;
}

footer .policy_link li a {
	text-decoration: none;
	color: #fff;
	font-size: 16rem;
	font-weight: 400;
}

footer .policy_link li a:hover {
	text-decoration: underline;
}


/****　ページトップへ戻る　****/

#pagetop{
    position: fixed;
    right: 10px;
    bottom: 10px;
    line-height: 0;
	z-index: 100;
}

#pagetop img {
	display: block;
	width: 100%;
	max-width: 150px;
}


/*************************
　共通
*************************/
.wrap {
    padding: 0 1em
}


/************************
　見出し
************************/

.heading_page {
    margin: 1em auto;
    font-size: 38rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 900;
}
.heading_page_sub {
    margin: 0 auto 2em;
     font-family: 'Noto Serif JP', serif;
    font-weight: 900; 
    color: #cbad6d;
    font-size: 30rem;
}

.heading_page .logo {
	display: block;
	max-width: 400px;
	width: 90%;
	margin: 0 auto;
}

.heading_page .logo img {
	width: 100%;	
}

.heading_page .title1 {
    display: block;
}

.heading_page .title1 .pk {
    padding: 0 0.25em;
}

@media screen and (max-width: 1240px){
    .heading_page {
        font-size: 34rem;    
    }
}
@media screen and (max-width: 1024px){
    .heading_page {
        font-size: 34rem;    
    }
}
@media screen and (max-width: 900px){
    .heading_page .title1 {
        font-size: 30rem;
    }
}
@media screen and (max-width: 630px){
    .heading_page .title1 {
        font-size: 24rem;    
    }
}
@media screen and (max-width: 510px){
    .heading_page .title1 {
        font-size: 22rem;    
    }
}
@media screen and (max-width: 470px){
    .heading_page .title1 {
        font-size: 20rem;    
    }
}
@media screen and (max-width: 420px){
    .heading_page .title1 {
        font-size: 18rem;    
    }
}

/*************************
　バージョン一覧
*************************/
.anchor {
    display: block;
    margin-top: -3em;
    padding-top: 3em;
}

.head_btn {

    margin: 3em auto;
    text-align: center;
}
.head_btn .pk {
    display: block;
}
.head_btn h2 {
    max-width: 900px;
    margin: 0 auto 0.5em;
    padding: 0 0.5em;
    border-top: 2px groove rgba(203,173,109,1);
    border-bottom: 2px groove rgba(203,173,109,1);
    color: #cbad6d;
}
.head_btn .btn_ver {
    display: inline-block;
    margin: 0 0.25em;
    padding: 0.5em 1em;
/*    border-radius: 5px;
    background: rgba(0,0,0,0.5);
    border: 2px groove rgba(203,173,109,0.5);*/
	color: #fff;
	font-weight: 500;
    font-size: 1.2em;
    text-align: left;
	text-decoration: none;
	transition: 0.5s;
}
/*.head_btn .btn_ver:first-of-type {
	border-top: 1px solid #cbad6d;
}*/
/*.head_btn .btn_ver:not(:last-of-type) {
	border-bottom: 1px dotted #cbad6d;
}*/
.head_btn .btn_ver:hover {
	background: none;
	color: #f6cf70;
}

.head_btn .btn_ver .icon {
    margin-right: 0.2em;
    color: #cbad6d;
    font-size: 0.8em;
}
.head_btn .btn_ver .name {
    display: inline-block;
}
.head_btn .btn_ver .ed {
/*    display: block;
    font-size: 0.9em;*/
}

@media screen and (max-width: 980px){
    .head_btn .btn_ver {
        font-size: 1.1em;
    }

}

@media screen and (max-width: 900px){
    .head_btn {
        display: inline-block;
        margin: 0 auto 2em;
        text-align: left;
    }
    .head_btn .btn_ver {
        display: block;
        padding: 0 0 0.5em;
        text-align: left;
    }
}


.list_ver {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.list_ver th,
.list_ver td {
	border: 2px groove #cbad6d;
}

.list_ver th {
    display: block;
    width: 100%;
    padding: 1em;
    background: rgba(0,0,0,0.5);
    border-bottom: none;
    color: #fff;
    font-family: "ryo-display-plusn", serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    font-size: 1.2em;
    color: #fff;
    text-shadow: 1px 1px 5px #000;
}

.list_ver th .point {
    font-size: 1.3em;
    letter-spacing: 0.1em;
}

.list_ver td {
    display: block;
    width: 100%;
    margin: 0 auto 2em;
    padding: 1em 1em 0;
	background: rgba(0,0,0,0.2);
    text-align: left;
}

@media screen and (max-width: 400px){
    .list_ver th {
        font-size: 1.1em;
    }

}

.list_ver .detail {}

.list_ver .detail > dt {
    padding: 0.2em 1em;
    border-top: 1px groove #cbad6d;
    border-bottom: 1px groove #cbad6d;
	background: rgba(203,173,109,0.1);
    font-weight: 500;
    letter-spacing: 0.5em;
    text-align: center;
    color: #fff;
}

.list_ver .detail > dd {
    padding: 1.5em 1em;
    text-align: center;
}
.list_ver .detail > dd.cen {
    text-align: center;
}
.list_ver .detail .wrap_item {
    display: inline-block;
    margin: 0 auto;
}
.list_ver .detail .wrap_item .list_item li {
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
}
.list_ver .detail .wrap_item .list_item li::before {
    content: "・";
    color: #cbad6d;
}

.list_ver .detail .wrap_item .list_item .btn_bonus {
    display: inline-block;
    margin: 0 0.5em;
    padding: 0.2em 1.5em;
    border: 1px solid #cbad6d;
    text-indent: 0;
    text-align: center;
    line-height: 1.5;
    text-decoration: none;
    font-size: 0.8em;
}


.list_ver .detail .wrap_item .caution {
    margin: 1em auto 0 1em;
}

.list_ver .detail .wrap_item .caution li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 0.9em;
    text-align: left;
}


.list_ver .detail .list_cast {}
.list_ver .detail .list_cast dt {
    margin: 0 auto 0;
    color: #cbad6d;
    font-weight: 700;
/*    padding: 0.5em 0;
    background: rgba(255,255,255,0.1);*/
    text-align: center;
}
.list_ver .detail .list_cast dt::before {
    content: "［";
    margin-right: 0.5em;
}
.list_ver .detail .list_cast dt::after {
    content: "］";
    margin-left: 0.5em;
}
.list_ver .detail .list_cast dd {
    margin-bottom: 1em;
    padding: 0.5em 0.5em 1em;;
    border-bottom: 1px dotted #cbad6d;
    text-align: center;
}
.list_ver .detail .list_cast dd.none {
    border-bottom: none;
}
.list_ver .detail .list_cast li {
    display: inline-block;
    margin: 0 0.5em 0.5em;
    line-height: 1.3;
}
.list_ver .detail .list_cast .yaku {
    display: block;
    color: #cbad6d;
    font-size: 0.8em;
}
/*.list_ver .detail .list_cast .yaku::after {
    content: "：";
}*/
.list_ver .detail .list_cast .name {
    display: block;
}

/*.list_ver .detail .btn_cast {
    display: block;
    margin: 0 0 0 auto;
    text-decoration: none;
    color: #fff;
    text-align: right;
}

.list_ver .detail .btn_cast .icon {
    margin-right: 0.2em;
    color: #cbad6d;
}*/

.list_ver .detail .btn_cast {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	max-width: 240px;
	margin: 0.8em auto 0;
	padding: 0.3em 2em;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	background: rgba(203,173,109,0.2);
	border: 1px solid #cbad6d;
	color: #fff;
	font-weight: 500;
    font-size: 0.9em;
    text-align: center;
	text-decoration: none;
	transition: 0.5s;
}
.list_ver .detail .btn_cast:hover {
	background: none;
	color: #f6cf70;
}

.list_ver .detail .btn_cast .icon {
	position: absolute;
	top: calc(50% - 0.5em);
	right: 1em;
}

@media screen and (max-width: 590px){
    .list_ver .detail .list_cast li {
        display: block;
        margin: 0 auto 0.5em;
    }
}



/*************************
　ご注意事項
*************************/

.caution_box {
    max-width: 900px;
    margin: 1em auto 4em;
    padding: 2em;
    background: rgba(255,255,255,0.1);
}

.caution_box li {
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
}


/*************************
　ボーナスディスク
*************************/

.bonus {

}

/*******　モーダルウィンドウ　*******/

.popup .modal-wrapper {
  z-index: 1001;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center
}

.popup .modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.popup .modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.popup .modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.popup .modal-wrapper .modal-window {
	box-sizing: border-box;
	display: inline-block;
	z-index: 20;
	position: relative;
	max-width: 800px;
	margin: 0 auto 2em;
	padding: 2em 3em 3em;
	background-color: rgba(50,49,63,0.9);
    border: 2px solid #cbad6d;
}

.popup .modal-wrapper .modal-window .modal-content {
	max-height: 80vh;
	overflow-y: auto;
	padding: 0 2em;
}

.popup .modal-wrapper .modal-window .modal-content::-webkit-scrollbar {
    width: 10px;
}
.popup .modal-wrapper .modal-window .modal-content::-webkit-scrollbar-track {
	background: #cbad6d;
	
}
.popup .modal-wrapper .modal-window .modal-content::-webkit-scrollbar-thumb {
	background: #cbad6d;
	
}

.popup .modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .5)
}

.popup .modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  color: #cbad6d !important;
  font-size: 30px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.popup .modal-wrapper .modal-close:hover {
  color: #fff !important
}

@media screen and (max-width: 500px){

    .popup .modal-wrapper .modal-window {
	 padding: 2em 1.5em 1.5em;
    }

	.popup .modal-wrapper .modal-window .modal-content {
		padding: 0 0.5em;
	}
}

@media screen and (max-width: 400px){

    .popup .modal-wrapper .modal-window {
	 padding-top: 3em;
    }
}

.popup .bonus {
	margin: 0 auto;
	color: #fff;
}

.popup .bonus dt{
    margin-bottom: 1em;
	font-size: 1.2em;
    color: #cbad6d;
    font-weight: 700;
}
.popup .bonus dd {
	font-weight: 500;
	font-size: 18rem;
	text-align: left;
}
.popup .bonus p:not(last-of-type) {
	margin-bottom: 1em;
}

.popup .bonus .list_cont > li {
    padding-left: 1em;
    text-indent: -1em;
}
.popup .bonus .list_cont > li:not(:last-of-type) {
    margin-bottom: 0.5em;
}
.popup .bonus .icon {
    font-size: 0.8em;
    margin-right: 0.2em;
    color: #cbad6d;
}
.popup .bonus .icon2 {
    margin-right: 0.2em;
    color: #cbad6d;
}

.popup .bonus .caution {
    margin: 1em auto 0;
    font-size: 0.9em;
}

@media screen and (max-width: 600px){
}


/*************************
　ご注意事項
*************************/

.tokuten {
    max-width: 900px;
    margin: 0 auto 2em;
    padding: 2em 2em 1em;
    border: 2px solid #cbad6d;
    outline: 1px solid #cbad6d;
    outline-offset: -5px;
    background: rgba(0,0,0,0.2);
}

.tokuten > dt {
    padding: 0 0 1em;
    border-bottom: 1px solid #cbad6d;
    color: #cbad6d;
    font-size: 1.3em;
    font-weight: 700;
}

.tokuten > dt .lbl {
    margin: 0 0.5em;
    padding: 0.2em 1.5em;
    border: 1px solid #cbad6d;
    font-size: 0.8em;
}

.tokuten > dd {
    padding: 1em 0;
}
.tokuten .item .name {
    font-size: 1.2em;
}
.tokuten .item .data {
    font-size: 0.8em;
}
.tokuten .item .photo {
    margin: 0.5em auto;
    padding: 1em 0;
    background: #fff;
}
.tokuten .item .photo img {
    display: block;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}
.tokuten .order {
    margin: 1em auto 0;
}

.tokuten .order dt {
    color: #cbad6d;
    font-weight: 700;
}
.tokuten .order dd {
    padding: 1em;
    border: 1px solid #cbad6d;
    font-size: 1.2em;
}


/*************************
　販売場所
*************************/

.other {
    max-width: 900px;
    width: 100%;
    margin: 0 auto 3em;
    padding: 1em;
	background: rgba(0,0,0,0.2);
	border: 2px groove #cbad6d;
}
.other > dt {
    display: block;
    width: 100%;
    padding: 0.5em;
	border: 2px groove #cbad6d;
    background: #cbad6d;
    border-bottom: none;
    font-family: "ryo-display-plusn", serif;
    font-weight: 700;
    font-style: normal;
    color: #000;
    text-align: center;
    font-size: 1.2em;
}

.other > dd {
    padding: 2em 1em;
}

.other > dd.release {}
.other > dd.release {
    font-size: 1.2em;
}
.other > dd.release .s {
    font-size: 0.8em;
}

.other > dd.release .note {
    margin: 1em auto 0;
    font-size: 0.7em;
}

.other > dd.way {
    text-align: left;
}

.other > dd.way dt {
    padding: 0.2em 0.5em;
    border-top: 1px groove #cbad6d;
    border-bottom: 1px groove #cbad6d;
	background: rgba(203,173,109,0.1);
    font-weight: 500;
    color: #fff;
}

.other > dd.way dd {
    padding: 1em 0.5em;
}

.other > dd.way .btn {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	max-width: 400px;
	margin: 0 auto 0.5em 0;
	padding: 0.3em 2em;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	background: rgba(203,173,109,0.2);
	border: 1px solid #cbad6d;
	color: #fff;
	font-weight: 500;
    font-size: 1.2em;
    line-height: 1.5;
    text-align: center;
	text-decoration: none;
	transition: 0.5s;
}

.other > dd.way .btn:hover {
	background: none;
	color: #f6cf70;
}

.other > dd.way .btn .icon {
	position: absolute;
	top: calc(50% - 0.5em);
	right: 1em;
}

.other > dd.way .note {
    display: block;
    font-size: 0.6em;
}

.other > dd.way .caution {
    font-size: 0.9em;
}

/**************************
　全キャスト一覧
**************************/

.allcast .heading_page {
    margin: 1em auto;
    line-height: 1.5;
}

/*.allcast .heading_page_sub {
    margin: 0 auto 2em;
     font-family: 'Noto Serif JP', serif;
    font-weight: 900; 
    color: #cbad6d;
    font-size: 30rem;
}*/

.allcast .heading_page .title1 {
    display: block;
}

.allcast .heading_page .title2 {
    display: block;
    font-size: 0.8em;
    font-weight: 700;
}

.allcast .heading_page .ed {
    display: block;
    margin-top: 1em;
    color: #cbad6d;
    font-size: 0.8em;
    font-weight: 700;
}

.allcast .box {
    max-width: 900px;
    margin: 0 auto 3em;
    padding: 3em 2em;
    background: rgba(0,0,0,0.2);
    border: 2px groove #cbad6d;
    line-height: 1.5;
}

.allcast .list1,
.allcast .list2 {
    margin-bottom: 2.5em;
}

.allcast .list3,
.allcast .list4 {
    margin-bottom: 1em;
}

.allcast .list1 {
    font-size: 1.3em;
}

.allcast .list2,
.allcast .list3,
.allcast .list4 {
   font-size: 1.1em;
}

.allcast .list1 li:not(:last-of-type) {
    margin-bottom: 1em;
}
.allcast .list1 .yaku {
    display: block;
    font-size: 0.8em;
    color: #cbad6d;
}

.allcast .list1 .name {
    display: block;
}

.allcast .list2 li:not(:last-of-type) {
    margin-bottom: 1em;
}
.allcast .list2 .yaku {
    display: block;
    font-size: 0.8em;
    color: #cbad6d;
}

.allcast .list2 .name {
    display: block;
}

.allcast .list3 li {
    display: inline-block;
    margin: 0 0.5em 0.5em;
}
.allcast .list3 li .note {
    font-size: 0.7em;
}
.allcast .list4 dt {
    display: block;
    margin-bottom: 0.5em;
    font-size: 0.8em;
    color: #cbad6d;
}

.allcast .list4 dd {
    display: block;
}
.allcast .list4 dd li {
    display: inline-block;
    margin: 0 0.5em 0.5em;
}


@media screen and (max-width: 820px){
    .allcast .list3 .pk {
        display: inline;
    }
}

@media screen and (max-width: 450px){
    .allcast .list3 li {
        display: block;
        margin: 0 auto;
    }
    .allcast .list3 li .note {
        display: block;
        margin-top: -0.3em;
        margin-bottom: 0.3em;
    }
    .allcast .list4 .pk {
        display: inline;
    }
    .allcast .list4 dd li {
        display: block;
        margin: 0 auto;
    }
}