@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

body {
	font-family: 'Noto Serif JP', serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background: #000;
}
a {
	color: #f90;
    text-decoration: none;
}
a:hover {
	opacity: 0.7;
    filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.img-fluid100 {
    width: 100%;
}
.floatMenu {
    position: fixed;
    bottom: 5rem;
    right: 0;
	z-index:99;
}
.floatMenu img {
    max-height: 120px;
}
@media (max-width: 767.98px) {
    .floatMenu img {
        max-height: 70px;
    }
}
.movBox.is_active {
    opacity: 1;
    pointer-events: all;
}
.movBox {
    display: block;
    position: relative;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
}
.movBox .playBtn {
    text-indent: -9999px;
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
@media (min-width: 768px) {
    .movBox a:hover::before {
        transform: rotate(5deg) scale(1.16);
        opacity: 0.31;
    }
    .movBox a:hover img {
        transform: rotate(-6deg) scale(1.16);
    }
    .movBox a:hover .playBtn {
        opacity: 1;
        transform: rotate(0);
    }
  .movBox a::before {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #b4873c;
      transition: opacity 0.2s, transform 0.3s;
    }
    .movBox a img {
        position: relative;
        z-index: 2;
        transition: transform 0.3s;
    }
    .movBox .playBtn {
        width: 114px;
        height: 114px;
        background: url("images/btn-movie.png") no-repeat 0 0/100%;
        opacity: 0;
        transform: rotate(70deg);
        transition: opacity 0.3s, transform 0.3s;
    }
}
@media (max-width: 767.98px) {
    .movBox a:hover::before {
        transform: rotate(5deg) scale(1.16);
        opacity: 0.31;
    }
    .movBox a:hover img {
        transform: rotate(-6deg) scale(1.16);
    }
    .movBox a:hover .playBtn {
        opacity: 1;
        transform: rotate(0);
    }
  .movBox a::before {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #b4873c;
      transition: opacity 0.2s, transform 0.3s;
    }
    .movBox a img {
        position: relative;
        z-index: 2;
        transition: transform 0.3s;
    }
    .movBox .playBtn {
        width: 55px;
        height: 55px;
        background: url("images/btn-movie.png") no-repeat 0 0/100%;
        opacity: 0;
        transform: rotate(70deg);
        transition: opacity 0.3s, transform 0.3s;
    }
}
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    background: #000;
    box-shadow: 0px 10px 10px 10px rgba(0,0,0,1);
}
.logo {
    text-align: center;
    padding: 1rem 0 0;
}
.logo img {
    max-height: 88px;
    max-width: 100%;
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .logo img {
        max-height: 68px;
    }
}
@media (max-width: 575.98px) {
    .logo img {
        max-height: 38px;
    }
}
.text-gold {
    color: #bca44f;
}
/*ハンバーガー */
#menu {
	width: 100%;
	background: url("images/menu/bg-menu.png") right top no-repeat;
    background-attachment: fixed;
    background-size: cover;
	position: fixed;
	left: 0;
    right: 0;
	bottom: 0;
    top: 0;
	z-index: 990;
	display: none;
	height: 100%;
    overflow-y: scroll; 
    padding: 0 1rem 1rem;
}
_::-webkit-full-page-media, _:future, :root #menu {
    box-sizing: border-box;
    background-image: url("images/menu/bg-menu.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    overflow: auto;
    z-index: 990;
}
_::-webkit-full-page-media, _:future, :root #menu {
    content: "";
    position: fixed;
    top: 0;
    height: 100vh;
    left: 0;
    right: 0;
    background: url("images/menu/bg-menu.png") top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#menu .menulist {
    list-style: none;
    padding-left: 0;
    margin: 6rem auto 2rem;
    text-align: center;
}
#menu .menulist li {
    padding: 1.5rem 1rem;
}
#menu .menulist li img {
    max-height: 30px;
    max-width: 100%;
}
#menu .menulist li.overseas img {
    max-height: 21px;
    max-width: 100%;
}
#menu .menulist li.blu-ray img {
    max-height: 42px;
    max-width: 100%;
}
#menu .menulist li span {
    opacity: 0.5;
}
#sp-icon {
	width: 80px;
	height: 80px;
	position: fixed;
	left: 1.5rem;
	top: 1.0rem;
	z-index: 999;
}
#sp-icon:hover {
	cursor: pointer;
	opacity: 0.7;
}
#sp-icon span,
#sp-icon span::before,
#sp-icon span::after {
	display: inline-block;
	width: 2.95rem;
	height: 0.25rem;
	background: #fff;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.3s;
}
#sp-icon span {
	left: 50%;
	top: 50%;
	transform: translate( -50%, -50% );
}
#sp-icon span::before {
	content: "";
	transform: translateY( -15px ) rotate( 0deg );
}
#sp-icon span::after {
	content: "";
	transform: translateY( 15px ) rotate( 0deg );
}
.sp-open span {
	background: transparent !important;
}
.sp-open span::before {
	transform: rotate( 45deg ) !important;
}
.sp-open span::after {
	transform: rotate( -45deg ) !important;
}
.btn-ticket {
    position: absolute;
    right: 1.5rem;
    top: 2rem;
}
.btn-ticket img {
    max-height: 52px;
}
.menu-bnr {
    margin: 4rem auto 4rem;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    text-align: center;
}
.ico-twitter {
}
.ico-twitter a i {
    font-size: 48px;
    color: #fff;
}
.ico-twitter a:hover i {
    color: #000;
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .btn-ticket {
        /*right: 0.5rem;
        top: 1.3rem;*/
    }
    .btn-ticket img {
        max-height: 38px;
    }
}
@media (max-width: 575.98px) {
    #menu {
        box-sizing: border-box;
        background-image: url("images/menu/bg-menu.png");
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100vh;
        overflow: auto;
        z-index: 990;
    }
    #menu {
        content: "";
        position: fixed;
        top: 0;
        height: 100vh;
        left: 0;
        right: 0;
        background: url("images/menu/bg-menu.png") top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #menu .menulist {
        margin: 3rem auto 2rem;
    }
    #menu .menulist li {
        padding: 1.0rem 1rem;
    }
    #menu .menulist li img {
        max-height: 20px;
    }
    #menu .menulist li.overseas img {
        max-height: 14px;
    }
    #menu .menulist li.blu-ray img {
        max-height: 30px;
    }
    #sp-icon {
	    width: 60px;
	    height: 60px;
	    left: 0.4em;
	    top: 0.45rem;
    }
    #sp-icon span,
    #sp-icon span::before,
    #sp-icon span::after {
	    width: 1.85rem;
	    height: 0.20rem;
    }
    #sp-icon span::before {
    	transform: translateY( -8px ) rotate( 0deg );
    }
    #sp-icon span::after {
    	transform: translateY( 8px ) rotate( 0deg );
    }
    .btn-ticket {
        right: 0.5rem;
        top: 1.35rem;
    }
    .btn-ticket img {
        max-height: 28px;
    }
    .ico-twitter a i {
        font-size: 24px;
    }
}
wrap {
    display: block;
    padding-top: 8rem;
}
@media (max-width: 575.98px) {
    wrap {
        padding-top: 6rem;
    }
}
.blockkv {
    margin-bottom: 2rem;
}
.boxkv {
    max-width: 920px;
    margin: auto;
}
.blockinfo {
    max-width: 920px;
    margin: auto;
}
.blockinfo h2 {
    text-align: center;
    margin: auto;
}
.blockinfo h2 img {
    max-width: 100%;
}
.blockinfo2 {
    background: url("images/bg-staff.jpg") center no-repeat;
    background-size: cover;
    padding: 14rem 4rem 8rem;
    text-align: center;
}
.blockinfo2 h2,
.blockinfo2 h3 {
    margin-bottom: 4rem;
}
.blockinfo2 h2 img,
.blockinfo2 h3 img {
    max-width: 100%;
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .blockinfo2 {
        background-size: cover;
        padding: 9rem 4rem 4rem;
    }
}
@media (max-width: 575.98px) {
    .blockinfo2 {
        background-size: cover;
        padding: 9rem 4rem 4rem;
    }
    .blockinfo2 h3 img {
        max-width: 135px;
    }
}
.blocknews {
    margin: auto;
    background: url("images/bg-news.png") top center no-repeat;
    background-size: cover;
    padding: 3rem 0 2rem;
}
.blocknews h3 {
    margin-bottom: 1rem;
    text-align: center;
}
.boxnews {
    max-width: 520px;
    margin: auto;
}
.dl-news {
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.dl-news dt {
    float: left;
    width: 6em;
    font-size: 21px;
    color: #fff;
    font-weight: normal;
}
.dl-news dd {
    margin-left: 6em;
    font-size: 21px;
    color: #fff;
}
.dl-news dd a {
    font-size: 21px;
    color: #fff;
}
.dl-news dd a:hover {
    opacity: 0.7;
}
.dl-news:last-child {
    margin-bottom: 0;
}
.btn-all {
}
.btn-all:hover {
}
@media (max-width: 575.98px) {
    .boxnews {
        padding: 0 1.5rem;
    }
    .dl-news dt {
        font-size: 14px;
    }
    .dl-news dd,
    .dl-news dd a {
        font-size: 14px;
    }
    .btn-all img {
        max-height: 103px;
    }
}
.list-bnr {
    list-style: none;
    padding-left: 0;
    text-align: center;
    max-width: 480px;
    margin: 3rem auto;
}
.list-bnr li {
    /*margin-bottom: 1rem;*/
}
.list-bnr li img {
    max-width: 100%;
}
.br-xs {
    display: none;
}
.br-none-xs {
    display: block;
}
@media (max-width: 575.98px) {
    .br-xs {
        display: block;
    }
    .br-none-xs {
        display: none;
    }
}
.blocknews2 {
	width: 100%;
	background: url("images/bg-news-pc.jpg") center top no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 5rem 1.5rem;
}
_::-webkit-full-page-media, _:future, :root .blocknews2 {
    box-sizing: border-box;
    background-image: url("images/bg-news.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    overflow: auto;
}
_::-webkit-full-page-media, _:future, :root .blocknews2::after {
    content: "";
    position: fixed;
    top: 0;
    height: 100vh;
    left: 0;
    right: 0;
    background: url("images/bg-news.jpg") right top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -2;
}
.blocknews2 h3 {
    margin-bottom: 3rem;
}
.blocknews2 h3 img {
    max-width: 100%;
    max-height: 32px;
}
@media (max-width: 575.98px) {
    .blocknews2 {
        box-sizing: border-box;
        background-image: url("images/bg-news.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100vh;
        overflow: auto;
    }
    .blocknews2::after {
        content: "";
        position: fixed;
        top: 0;
        height: 100vh;
        left: 0;
        right: 0;
        background: url("images/bg-news.jpg") center top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        z-index: -2;
    }
    .blocknews2 h3 img {
        max-height: 28px;
    }
}
p,
h2,
h3,
h4,
h5,
ul,
dl {
    color: #fff;
}
.blockintro {
	width: 100%;
	background: url("images/bg-intro-pc.jpg") center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 5rem 1.5rem;
}
/*_::-webkit-full-page-media, _:future, :root .blockintro {
    box-sizing: border-box;
    background-image: url("images/bg-intro.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    overflow: auto;
}
_::-webkit-full-page-media, _:future, :root .blockintro::after {
    content: "";
    position: fixed;
    top: 0;
    height: 100vh;
    left: 0;
    right: 0;
    background: url("images/bg-intro.jpg") right top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -2;
}*/
.blockintro h3 {
    margin-bottom: 3rem;
}
.blockintro h3 img {
    max-width: 100%;
    max-height: 32px;
}
.boxintro {
    padding: 1.5rem 0;
    margin-bottom: 4rem;
    text-align: center;
}
.boxintro h2 {
    margin-bottom: 2rem;
}
.boxintro p {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 2rem;
}
@media (max-width: 575.98px) {
    .blockintro {
        background: url("images/bg-intro.jpg") center no-repeat;
        padding: 5rem 1.0rem;
    }
    /*.blockintro {
        box-sizing: border-box;
        background-image: url("images/bg-intro.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100vh;
        overflow: auto;
    }
    .blockintro::after {
        content: "";
        position: fixed;
        top: 0;
        height: 100vh;
        left: 0;
        right: 0;
        background: url("images/bg-intro.jpg") center top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        z-index: -2;
    }*/
    .blockintro h3 img {
        max-height: 28px;
    }
    .boxintro p {
        font-size: 11px;
        line-height: 2;
        margin-bottom: 2rem;
    }
}
.blockcast {
	width: 100%;
    padding: 5rem 1.5rem;
    position: relative;
    text-align: center;
}
.bg-cast {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: -1;
}
.blockcast h3 {
    margin-bottom: 3rem;
}
.blockcast h3 img {
    max-width: 100%;
    max-height: 32px;
}
.img-cast {
    max-width: 100%;
    box-shadow: 0px 0px 50px 25px rgba(182,2,0,0.15);
    margin-bottom: 2rem;
}
.text-cast {
    max-width: 200px;
    margin-bottom: 2rem;
}
.text-cast2 {
    margin-bottom: 0;
}
.blockcast p {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 2rem;
}
.blockcast p strong {
    font-size: 24px;
    color: #b60200;
}
@media (min-width: 576px) and (max-width:767.98px) {
    .blockcast .col-md-3 img {
        max-width: 280px;
    }
    .blockcast .mb-3 {
        margin-bottom: 3rem !important;
    }
    .text-cast2 {
        margin-bottom: 2rem;
    }
}
@media (max-width:575.98px) {
    .blockcast h3 img {
        max-height: 28px;
    }
    .text-cast {
        max-width: 180px;
        margin-bottom: 2rem;
    }
    .text-cast2 {
        margin-bottom: 2rem;
    }
    .blockcast .mb-3 {
        margin-bottom: 3rem !important;
    }
}
.blockstaff {
    max-width: 920px;
    margin: auto;
    padding: 5rem 1.5rem;
}
.blockstaff h3 {
    margin-bottom: 3rem;
}
.blockstaff h3 img {
    max-width: 100%;
    max-height: 32px;
}
.blockstaff p {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 2rem;
}
.zoombox h3,
.zoombox h5,
.zoombox p {
    color: #fff;
}
.dl3 dt {
    float: left;
    width: 3em;
    font-weight: 900;
}
.dl3 dd {
    margin-left: 3em;
    font-weight: 900;
}
.dl4 dt {
    float: left;
    width: 4em;
    font-weight: 400;
}
.dl4 dd {
    margin-left: 4em;
    text-indent: -1em;
    padding-left: 1em;
}
.dl6 dt {
    float: left;
    width: 6em;
    font-weight: 400;
}
.dl6 dd {
    margin-left: 6em;
    text-indent: -1em;
    padding-left: 1em;
}
.dl9 dt {
    float: left;
    width: 9em;
    font-weight: 900;
}
.dl9 dd {
    margin-left: 9em;
    font-weight: 900;
}
@media (max-width: 575.98px) {
}
.blockstage {
	width: 100%;
	background: url("images/bg-schedule-pc.png") center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 5rem 1.5rem;
}
/*_::-webkit-full-page-media, _:future, :root .blockstage {
    box-sizing: border-box;
    background-image: url("images/bg-schedule.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    overflow: auto;
}
_::-webkit-full-page-media, _:future, :root .blockstage::after {
    content: "";
    position: fixed;
    top: 0;
    height: 100vh;
    left: 0;
    right: 0;
    background: url("images/bg-schedule.png") right top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -2;
}*/
.blockstage h3 {
    margin-bottom: 3rem;
}
.blockstage h3 img {
    max-width: 100%;
    max-height: 32px;
}
.boxstage {
    max-width: 720px;
    margin: 8rem auto;
    text-align: center;
}
.boxstage h5 {
    margin-bottom: 4rem;
}
.img-theaterH {
    max-height: 72px;
}
.boxticket {
    max-width: 920px;
    margin: auto;
}
.inner-ticket {
    background: #bca44f;
    padding: 1rem;
    display: table;
    margin: auto;
    border-radius: 0.2rem;
    border: 1px solid rgba(255,255,255,0.5);
}
.table-ticket {
    margin: auto;
}
.table-ticket th,
.table-ticket td {
    text-align: right;
    color: #fff;
    font-size: 1.25rem;
}
.table-ticket td small {
    font-size: 11px;
}
.table-ticket th {
    font-weight: normal;
    padding-right: 1em;
    color: #bca44f;
}
.list-auto {
    max-width: 576px;
    margin: 0 auto 2rem;
}
.acc_ticket {
    margin-bottom: 1rem;
}
.acc_ticket h5 {
    display: inline-block;
    padding: 0.6rem 2rem 0.6rem 1rem;
    background: #ffc107;
    border-color: #ffc107;
    color: #000;
    font-size: 16px;
    border-radius: 0.3rem;
    position: relative;
    cursor: pointer;
}
.acc_ticket h5::after {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    content: '\f13a';
    position: absolute;
    top: 50%;
    right: 0.6rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.acc_ticket h5:hover {
    color: #000;
    background: #ffca2c;
    border-color: #ffc720;
}
@media (max-width: 575.98px) {
    .blockstage {
        padding: 5rem 0.5rem;
    }
    /*.blockstage {
        box-sizing: border-box;
        background-image: url("images/bg-schedule.png");
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100vh;
        overflow: auto;
    }
    .blockstage::after {
        content: "";
        position: fixed;
        top: 0;
        height: 100vh;
        left: 0;
        right: 0;
        background: url("images/bg-schedule.jpg") center top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        z-index: -2;
    }*/
    .blockstage h3 img {
        max-height: 28px;
    }
    .boxstage h5 {
        margin-bottom: 2rem;
    }
    .img-theaterH {
        max-height: 52px;
    }
    .text-center2 {
        text-align: left !important;
    }
    .inner-ticket {
        display: block;
    }
    .table-ticket {
        margin: 0;
    }
    .table-ticket th,
    .table-ticket td {
        text-align: left;
        display: block;
        font-size: 16px;
    }
    .table-ticket td small {
        font-size: 10px;
    }
    .table-ticket th {
        padding-right: 0;
    }
}
.blockspecial {
	width: 100%;
	background: url("images/bg-special-pc.jpg") center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 5rem 1.5rem;
}
/*_::-webkit-full-page-media, _:future, :root .blockspecial {
    box-sizing: border-box;
    background-image: url("images/bg-special.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    overflow: auto;
}
_::-webkit-full-page-media, _:future, :root .blockspecial::after {
    content: "";
    position: fixed;
    top: 0;
    height: 100vh;
    left: 0;
    right: 0;
    background: url("images/bg-special.jpg") right top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -2;
}*/
.blockspecial h3 {
    margin-bottom: 3rem;
}
.blockspecial h3 img {
    max-width: 100%;
    max-height: 32px;
}
.boxspecial {
    max-width: 920px;
    margin: auto;
}
.hr-half {
    border-bottom: 3px solid rgba(188,164,79,0.3);
    max-width: 75%;
    margin: 3rem auto;
}
@media (max-width: 575.98px) {
    /*.blockspecial {
        box-sizing: border-box;
        background-image: url("images/bg-special.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100vh;
        overflow: auto;
    }
    .blockspecial::after {
        content: "";
        position: fixed;
        top: 0;
        height: 100vh;
        left: 0;
        right: 0;
        background: url("images/bg-special.jpg") center top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        z-index: -2;
    }*/
    .blockspecial h3 img {
        max-height: 28px;
    }
}
.h02 {
    text-align: center;
    margin-bottom: 1rem;
}
.mb-45 {
    margin-bottom: 2.2rem;
}
.list-indent,
.list-indent-s,
.list-indent-xs{
    list-style: none;
    padding-left: 0;
}
.list-indent li {
    text-indent: -1em;
    padding-left: 1em;
}
.list-indent-s li {
    font-size: 0.82em;
    text-indent: -0.82em;
    padding-left: 0.82em;
    line-height: 1.8;
}
.list-indent-xs li {
    font-size: 0.82em;
    text-indent: -0.82em;
    padding-left: 0.82em;
    line-height: 1.8;
}
@media (max-width: 575.98px) {
    .list-indent-xs li {
        font-size: 0.62em;
        text-indent: -0.62em;
        padding-left: 0.62em;
        line-height: 1.8;
    }
    .smaller {
        font-size: 0.62em !important;
    }
}
/* Q&A */
.faq_acc {
    margin-bottom: 2rem;
}
.faq_acc dt {
	background: #fff;
    border-radius: 1rem;
    padding: 1rem 2rem;
    box-shadow: 0px 0px 15px 0px rgba(255, 0, 160, 0.10);
	cursor: pointer;
	font-size: 18px;
	letter-spacing: 3px;
	position: relative;
    display: table;
    width: 100%;
}
.faq_acc dt span {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding-left: 0.5rem;
}
.faq_acc dt::before {
    content: url("images/qa/ico-star.png");
    /*display: table-cell;*/
    vertical-align: middle;
}
.faq_acc dt::after {
	content: '\f13a';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    display: table-cell;
    color: #ff00a0;
    font-size: 18px;
    vertical-align: middle;
}
.faq_acc dt.active::after {
    content: '\f139';
}
.faq_acc dd {
    display: none;
}
.faq_acc dd {
	margin: auto;
	padding: 1.5rem 1.5rem 0;
}
.faq_acc dd {
	font-size: 16px;
	line-height: 2;
}
.faq_acc dd ul {
	list-style: none;
	padding-left: 0;
}
.faq_acc dd ul li {
	text-indent:-1em;
	padding-left:1em;
}
.faq_acc dd a {
	color: #f00;
}
.faq_acc dd a:hover {
	color: #f60;
}
.text-bg-pink {
    background: #ff00a0;
}
@media (max-width: 575.98px) {
	.faq_acc dt {
		padding: 1rem 1rem;
        font-size: 17px;
        letter-spacing: 0;
	}
    .faq_acc dt::before {
        display: table-cell;
    }
}
/*goods*/
.table-goods {
    border: 1px solid #ddd !important;
    text-align: center;
    font-size: 13px;
    margin-bottom: 10px;
}
.table-goods tr:first-child th {
    background: #ff00a0 !important;
    color: #fff;
}
.table-goods tr:first-child th,
.bg-gold th {
    border: 1px solid #ddd !important; 
}
.bg-gold th {
    background: #ff00a0 !important;
    color: #fff;
}
.table-goods td,
.table-goods th {
    vertical-align: middle;
    font-weight: 400;
}
.bg-ng /*使用なし*/ {
    background-image: linear-gradient(to right bottom, transparent calc(50% - 0.5px), #999 50%, #999 calc(50% + 0.5px), transparent calc(50% + 1px));
}
.table-goods td hr {
    margin: 0 auto;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    opacity: 0.6;
    width: 20%;
}
@media (max-width: 767.98px) {
    .table-goods {
        width: 768px;
        font-size: 12px;
    }
}
@media (max-width: 575.98px) {
    .blockgoods {
        margin: 3rem auto 0;
    }
    .blockgoods h3 img {
        max-height: 28px;
    }
    .boxgoods {
        padding: 1rem;
    }
    .boxgoods li,
    .boxgoods p,
    .p03,
    .boxstream .list-indent li {
        font-size: 0.82em; 
    }
}
.bg-purple {
    background: #9400d3;
}
.nav-goods .nav {
    display: block;
    text-align: center;
    margin: 0 auto 2rem;
}
.nav-goods .nav-item {
    display: inline-block;
    margin: 0.2rem;
    vertical-align: middle;
}
.nav-pills .nav-link {
    border: 0;
    border-radius: 0.25rem;
    color: #fff;
    background-color: #ff00a0;
    border-color: #ff00a0;
    font-size: 15px;
}
.nav-pills .nav-link.disabled {
    background: #999;
    border-color: #999;
    line-height: 0.9;
}
.nav-pills .nav-link.disabled small {
    display: block;
    font-size: 10px;
}
.nav-pills .nav-link.btn-small {
    font-size: 0.75em;
    line-height: 1;
}
.nav-pills .nav-link.active {
    background-color: rgba(255,255,255,0.7);
    border-color: rgba(255,255,255,0.7);
    color: #ff00a0;
}
.nav-pills .nav-link:hover {
    background-color: rgba(255,255,255,0.7);
    border-color: rgba(255,255,255,0.7);
    color: #ff00a0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.nav-goods .nav-item {
        margin: 0rem;
    }
    .nav-pills .nav-link {
        margin: 0 0rem;
        font-size: 13px;
        padding: 0.45rem 0.5rem;
    }
    .nav-pills .nav-link.btn-small {
        padding:  0.3rem 0.5rem;
    }
}
@media (max-width: 575.98px) {
    .nav-goods .nav-item {
        margin: 0rem;
    }
    .nav-pills .nav-link {
        margin: 0 0rem;
        font-size: 10px;
        padding: 0.4rem 0.3rem;
    }
    .nav-pills .nav-link.btn-small {
        padding:  0.25rem 0.3rem;
        font-size: 10px;
    }
    .nav-pills .nav-link.disabled {
        line-height: 0.8;
    }
    .nav-pills .nav-link.disabled small {
        font-size: 9px;
    }
}
.smaller {
    font-size: 0.753em;
}
.btn-xxl {
    font-size: 28px;
    padding: 0.6rem 3rem;
    border-radius: 0;
}
footer {
    background: url("images/bg-footer.png") center no-repeat;
    background-size: cover;
    padding: 10rem 5rem 3rem;
    text-align: center;
}
.img-contact {
    max-width: 100%;
    max-height: 80px;
}
footer p {
    color: #fff;
}
footer p a {
    color: #fff;
}
footer p a:hover {
    opacity: 0.7;
}
.text-time {
    font-size: 18px;
}
.text-copy {
    font-size: 21px;
    margin: 6rem auto;
}
.bnr-twitter {
    margin: 0 auto 3rem;
}
.bnr-twitter a i {
    font-size: 72px;
    color: #fff;
}
#page-top {
	opacity: 1.0;
    margin-bottom: 3rem;
}
#page-top.fade-in {
	opacity: 1.0;
	transition: opacity 1s;
    cursor: pointer;
}
#page-top.fade-in:hover {
	opacity: 0.7;
	transition: opacity 1s;
}
@media (min-width: 576px) and (max-width: 767.98px) {
    footer {
        background-size: cover;
        padding: 5rem 1.5rem 3rem;
    }
}
@media (max-width: 575.98px) {
    footer {
        background-size: cover;
        padding: 5rem 1.5rem 3rem;
    }
    .text-time,
    .text-copy {
        font-size: 10px;
    }
    .img-contact {
        max-height: 60px;
    }
    .bnr-twitter a i {
        font-size: 60px;
    }
    #page-top img {
        max-height: 62px;
    }
}
ruby {
	display: inline-table;
	border-collapse: collapse;
	/*height: 2em;*/
	margin: 0;
	padding: 0;
	border: none;
	white-space: nowrap;
	text-indent: 0;
	vertical-align: 0.9em;
	text-decoration: inherit;
	text-align: center;
	line-height: 1em;
}
/* 上ルビ */
ruby>rtc {
	display: table-header-group;
	height: 25%;
	margin: 0;
	padding: 0;
	border: none;
	font: inherit;
	font-size: 50%;
	line-height: 1em;
}
/* 下ルビ(括弧類がある場合とない場合でセレクタが異なる) */
ruby>rtc+rtc,
ruby>rtc+rp+rtc {
	display: table-footer-group;
	height: 25%;
	margin: 0;
	padding: 0;
	border: none;
	font: inherit;
	font-size: 50%;
	text-decoration: none;
	line-height: 1em;
}
/* 各文字に対応するルビ */
ruby>rtc>rt {
	display: table-cell;
	margin: 0;
	padding: 0 0.125em;
	border: none;
	font-size: 100%;
	text-align: center;
	line-height: 1em;
}
/* ルビ対象テキスト */
ruby>rb {
	display: table-cell;
	max-height: 75%;
	margin: 0;
	padding: 0 0.125em;
	border: none;
	font: inherit;
	text-decoration: none;
	text-align: center;
	line-height: 1em;
	vertical-align: top;
}
/* 非対応環境向け括弧類 */
ruby>rp {
	display: none;
}
/* 単純な<ruby>要素での<rt>要素 */
ruby>rt {
	display: table-header-group;
	height: 25%;
	margin: 0;
	padding: 0 0.125em;
	border: none;
	font: inherit;
	font-size: 50%;
	line-height: 1em;
    text-align: center;
}
/* <ruby>要素入れ子の場合 */
ruby>ruby {
	vertical-align: 0em;
}
/* <ruby>要素が入れ子でない場合のルビテキストと、*/
/* <ruby>要素が入れ子の場合の上位<ruby>要素のルビテキスト、*/
ruby>ruby+rt,
ruby>ruby+rp+rt {
	display: table-footer-group;
}
/* <ruby>要素直下に<rt>要素が二つある場合 */
ruby>rt+rt {
	display: table-footer-group;
}