@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-color: #00003E;*/
    background: url("images/bg.jpg") center top no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
_::-webkit-full-page-media, _:future, :root body {
    box-sizing: border-box;
    background-image: url("images/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    overflow: auto;
}
_::-webkit-full-page-media, _:future, :root body::after {
    content: "";
    position: fixed;
    top: 0;
    height: 100vh;
    left: 0;
    right: 0;
    background: url("images/bg.jpg") center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -2;
}
@media (max-width: 575.98px) {
    body {
        background: url("images/bg-s.jpg") center top no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }
    _::-webkit-full-page-media, _:future, :root body {
    box-sizing: border-box;
    background-image: url("images/bg-s.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    overflow: auto;
}
_::-webkit-full-page-media, _:future, :root body::after {
    content: "";
    position: fixed;
    top: 0;
    height: 100vh;
    left: 0;
    right: 0;
    background: url("images/bg-s.jpg") center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -2;
}
}
a {
	color: #d0b32a;
    text-decoration: none;
}
a:hover {
	color: #961d50;
	text-decoration: none;
}
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%;
}
.layer_board .card {
    border: 16px solid rgba(196,196,196,0.7);
    border-radius: 0;
}
header {
    background: #00003E;
}
header,
#menu h1,
#menu2 h1 {
    max-width: 1000px;
    margin: auto;
    position: relative;
}
.logo {
    padding: 1rem;
    float: left;
}
#menu .logo,
#menu2 .logo {
    float: none;
}
.logo img {
    max-height: 72px;
}
.menu-pc {
    float: left;
    margin: 2.5rem 0 0 2rem;
}
.menu-pc ul {
    list-style: none;
    padding-left: 0;
    display: table;
}
.menu-pc ul li {
    display: table-cell;
    margin: 0 0.7rem;
    vertical-align: middle;
}
.menu-pc ul li a {
    display: block;
    font-size: 16px;
    color: #fff;
    margin: 0 0.7rem;
}
.menu-pc ul li a:hover {
    color: #d0b32a;
}
.menu-pc ul li span {
    display: block;
    font-size: 16px;
    color: #999;
    opacity: 1;
    margin: 0 0.7rem;
}
.fixed_header {
    display:none;
    position: relative;
    z-index: 9999;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .menu-pc ul li a {
        font-size: 15px;
    }
}
@media (max-width: 991.98px) {
    .menu-pc,
    .fixed_header {
        display:none !important;
    }
}
@media (max-width: 575.98px) {
    .logo img {
        max-height: 42px;
    }
}
/*ハンバーガー */
#menu,
#menu2 {
	width: 100%;
    background-color: #00003E;
	position: fixed;
	left: 0;
    right: 0;
	bottom: 0;
    top: 0;
	z-index: 990;
	display: none;
	height: 100%;
    overflow-y: scroll; 
    padding: 0;
}
#menu .menulist,
#menu2 .menulist{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
#menu .menulist li,
#menu2 .menulist li {
    padding: 15px;
    text-align: center;
    position: relative;
}
#menu .menulist li a,
#menu2 .menulist li a {
    font-size: 32px;
    color: #fff;
}
#menu .menulist li span,
#menu2 .menulist li span {
    font-size: 32px;
    color: #aaa;
}
#menu .menulist li a:hover,
#menu .menulist li a.active,
#menu2 .menulist li a:hover,
#menu2 .menulist li a.active{
    color: #d0b32a;
}
#menu .menulist li span,
#menu2 .menulist li span {
    opacity: 0.5;
}
#sp-icon,
#sp-icon2 {
	width: 120px;
	height: 120px;
    display: block;
    margin-left: auto;
	position: fixed;
	right: 1rem;
	top: 1rem;
	z-index: 9999;
}
#sp-icon:hover,
#sp-icon2:hover {
	cursor: pointer;
	opacity: 0.7;
}
#sp-icon span,
#sp-icon2 span {
	background: url("images/menu-open.png") no-repeat;
	display: inline-block !important;
	background-size: contain !important;
    width: 120px !important;
	height: 120px !important;
}
.sp-open span,
.sp-open2 span {
	background: url("images/menu-close.png") no-repeat !important;
}
.menu-bnr {
    margin: 4rem auto 4rem;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    text-align: center;
}
.ico-twitter a i {
    font-size: 48px;
    color: #fff;
}
.ico-twitter a:hover i {
    color: #d0b32a;
}
@media (min-width: 992px) {
    .menu-sp {
        display: none;
    }
}
@media (max-width: 575.98px) {
    #menu .menulist li a,
    #menu .menulist li span,
    #menu2 .menulist li a,
    #menu2 .menulist li span {
        font-size: 24px;
    }
    #sp-icon,
    #sp-icon2 {
	    width: 60px;
	    height: 60px;
    }
    #sp-icon span,
    #sp-icon2 span {
        width: 60px !important;
	    height: 60px !important;
    }
}
.blockkv {
    max-width: 2000px;
    margin: auto;
    text-align: center;
}
.blockkv dl {
    max-width: 830px;
    margin: 2rem auto;
}
.blockkv dl dt {
    font-size: 36px;
    line-height: 1.5;
    font-weight: 900;
    color: #d0b32a;
}
.blockkv dl dd {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.5;
    color: #d0b32a;
}
.blockkv dt small,
.blockkv dd small {
    font-size: 65%;
}
.swiper-slide {
    position: relative;
    z-index: 1;
}
.swiper-slide span {
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    background: url(images/img.png);
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .blockkv dl {
        max-width: 730px;
    }
    .blockkv dk dt {
        font-size: 32px;
    }
    .blockkv dl dd {
        font-size: 44px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .blockkv dl {
        max-width: 630px;
    }
    .blockkv dl dt {
        font-size: 28px;
    }
    .blockkv dl dd {
        font-size: 40px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .blockkv dl {
        max-width: 530px;
    }
    .blockkv dl dt {
        font-size: 24px;
    }
    .blockkv dl dd {
        font-size: 36px;
    }
}
@media (max-width: 575.98px) {
    .blockkv dl {
        max-width: 320px;
    }
    .blockkv dl dt {
        font-size: 20px;
    }
    .blockkv dl dd {
        font-size: 22px;
    }
}
.blockinfo {
    max-width: 920px;
    margin: 2rem auto 4rem;
    padding: 0 1.5rem;
}
.blockinfo h2 {
    font-weight: 400;
    font-style: normal;
    font-size: 72px;
    margin-bottom: 4rem;
    color: #d0b32a;
    text-align: center;
}
.blockinfo h3 {
    font-weight: 900;
    font-style: normal;
    font-size: 30px;
    margin-bottom: 1rem;
    color: #d0b32a;
    text-align: center;
    border-bottom: 1px solid rgba(208,179,42,0.3);
    padding-bottom: 0.5rem;
}
.blockinfo h4 {
    display: table;
    margin: 0 auto 1rem;
}
.blockinfo h4 strong {
    display: table-cell;
    background: #d0b32a;
    padding: 0.5rem;
    width: 7em;
    border-radius: 2rem;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #00003E;
    text-align: center;
}
.blockinfo h4 span {
    display: table-cell;
    padding-left: 1rem;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: #d0b32a;
    vertical-align: middle;
}
.blockinfo h5 {
    font-weight: 400;
    font-style: normal;
    color: #d0b32a;
    text-align: center;
}
.blockinfo p {
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 2rem;
    color: #d0b32a;
    text-align: center;
}
.btn-gold {
    margin: 0 auto 3rem;
    text-align: center;
}
.btn-gold a {
    display: table;
    width: 180px;
    background: #d0b32a;
    color: #00003E;
    margin: auto;
    padding: 0.5rem;
    border-radius: 0.3rem;
}
.btn-gold a::after {
    font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f138";
    margin-left: 0.2rem;
}
.btn-gold a:hover {
    opacity: 0.7;
}
.btn-more {
    margin: 0 auto 6rem;
    text-align: center;
}
.btn-more a {
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    color: #d0b32a;
}
.btn-more a::before {
    content: '>>';
    margin-right: 0.3rem;
    display: inline-block;
}
.btn-more a:hover {
    opacity: 0.7;
}
@media (max-width: 575.98px) {
    .blockinfo h3 {
        font-size: 19px;
    }
    .blockinfo h4 strong {
        font-size: 12px;
    }
    .blockinfo h4 span {
        font-size: 18px;
    }
    .blockinfo p,
    .btn-more a {
        font-size: 15px;
    }
}
.boxnews {
    height: 250px;
    overflow: auto;
    margin-bottom: 3rem;
}
.boxnews dl {
    color: #fff;
    border-bottom: 1px solid rgba(208,179,42,0.3);
    padding:0 0.5rem 0.5rem;
}
.boxnews dl dt {
    float: left;
    width: 7em;
    font-size: 18px;
    font-weight: 900;
}
.boxnews dl dd {
    margin-left: 7em;
    font-size: 18px;
    font-weight: 900;
}
.boxnews dl dd a {
    color: #fff;
}
.boxnews dl dd a:hover {
    color: #d0b32a;
}
.topstaff {
    margin: 0rem auto 6rem;
}
.img-comment {
    max-height: 320px;
    max-width: 100%;
}
.img-comment-s {
    max-height: 420px;
    max-width: 100%;
}
.mb-6 {
    margin-bottom: 4rem !important;
}
.mb-7 {
    margin-bottom: 6rem !important;
}
.blockbnr {
    max-width: 920px;
    margin: 2rem auto;
}
.blockbnr ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.blockbnr ul li {
    margin: 0 1rem;
}
.blockbnr ul li img {
    max-height: 120px;
}
.br-xs {
    display: none;
}
@media (max-width: 575.98px) {
    .boxnews dl dt {
        float: none;
        width: 100%;
        font-size: 15px;
    }
    .boxnews dl dd {
        margin-left: 0;
        font-size: 15px;
    }
    .br-xs {
        display: block;
    }
}
.blockintro {
    max-width: 920px;
    margin: 2rem auto;
    padding: 0 1.5rem;
}
.boxintro {
    margin-bottom: 3rem;
}
.boxintro h5 {
    
    font-weight: 900;
    color: #d0b32a;
    letter-spacing: 2px;
    margin-bottom: 2rem;
}
.boxintro p {
    font-size: 18px;
    line-height: 2;
    text-align: left;
}
.boxintro dl {
    font-size: 18px;
    color: #081725;
}
.boxintro li {
    font-size: 18px;
    color: #081725;
}
.boxintro p:last-child,
.boxintro ul:last-child{
    margin-bottom: 0;
}
.boxintro p a {
    color: #081725;
}
.boxintro p a:hover {
    color: #00a7e4;
}
@media (max-width: 575.98px) {
    .boxintro p,
    .boxintro dl,
    .boxintro li {
        font-size: 15px;
    }
}
.blockcast {
    max-width: 920px;
    margin: 2rem auto;
}
.blockcast h2 {
    padding: 0 1.5rem;
}
.cast h2 {
    font-size: 3rem;
    margin-bottom: 4rem;
}
.cast h3 {
    font-size: 3.2rem;
}
.boxcast {
    margin-bottom: 7rem;
    text-align: center;
    border: 16px solid rgba(196,196,196,0.7);
    background: rgba(255,255,255,0.7);
    padding: 2rem;
}
.boxcast .list-inline-item {
    margin-bottom: 1rem;
}
.boxcast .list-inline-item img {
    max-height: 480px;
    max-width: 100%;
}
.boxcast p {
    font-size: 1.5rem;
}
.innercast {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    max-width: 600px;
    margin: auto;
}
dl.cast {
	text-align: left;
	margin: 0 auto 2rem;
	width: 290px;
}
dl.cast dt {
	text-align: right;
	float: left;
	width: 6em;
	font-weight: normal;
    font-size: 1.5rem;
}
dl.cast dd {
	margin-left: 6em;
    padding-top: 0.3rem;
    font-size: 1.5rem;
    width: 160px;
}
.castZoom {
    position: relative;
    z-index: 1;
    margin-bottom: 1rem;
}
.castZoom span {
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    background: url(images/img.png);
}
.castZoom h4 {
    border-bottom: 1px solid rgba(0,0,0,0.7);
    padding: 0 0.5rem 1rem;
    margin-bottom: 1rem;
}
.castZoom p {
    font-size: 18px;
}
@media (max-width: 575.98px) {
    .castZoom h4 {
        font-size: 18px;
        margin-top: 2rem;
    }
    .castZoom p {
        font-size: 16px;
    }
}
.text-ensemble {
    font-size: 1.3rem;
    margin-top: 3rem;
    line-height: 2;
}
.table-ensemble {
    max-width: 550px;
    margin: 4rem auto 1rem;
}
.table-ensemble td {
    font-size: 1.4rem;
    line-height: 2;
    padding: 0 0.5rem;
    text-align: left;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .boxcast p {
        font-size: 1.5rem;
    }
    dl.cast dt {
    	width: 6em;
        font-size: 1.5rem;
    }
    dl.cast dd {
	    margin-left: 6em;
        padding-top: 0.3rem;
        font-size: 1.5rem;
        width: 120px;
    }
    .text-ensemble,
    .table-ensemble td {
        font-size: 1.3rem;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .boxcast p {
        font-size: 1.2rem;
    }
    dl.cast dt {
    	width: 6em;
        font-size: 1.2rem;
    }
    dl.cast dd {
	    margin-left: 6em;
        padding-top: 0.3rem;
        font-size: 1.2rem;
        width: 120px;
    }
    .text-ensemble,
    .table-ensemble td {
        font-size: 1.1rem;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .boxcast p {
        font-size: 1.5rem;
    }
    dl.cast dt {
    	width: 6em;
        font-size: 1.5rem;
    }
    dl.cast dd {
	    margin-left: 6em;
        padding-top: 0.3rem;
        font-size: 1.5rem;
        width: 120px;
    }
    .text-ensemble,
    .table-ensemble td {
        font-size: 1.3rem;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .cast h2 {
        font-size: 2.5rem;
    }
    .cast h3 {
        font-size: 2.7rem;
    }
    .boxcast p {
        font-size: 1.2rem;
    }
    .innercast {
        max-width: 480px;
    }
    dl.cast {
    	width: 240px;
    }
    dl.cast dt {
    	width: 6em;
        font-size: 1.2rem;
    }
    dl.cast dd {
	    margin-left: 6em;
        padding-top: 0.3rem;
        font-size: 1.2rem;
        width: 120px;
    }
    .text-ensemble,
    .table-ensemble td {
        font-size: 1.1rem;
    }
}
@media (max-width: 575.98px) {
    .cast h2 {
        font-size: 1.8rem;
    }
    .cast h3 {
        font-size: 2.2rem;
    }
    .boxcast p {
        font-size: 15px;
    }
    .innercast {
        max-width: 320px;
    }
    dl.cast {
    	width: 164px;
    }
    dl.cast dt {
    	width: 6em;
        font-size: 15px;
    }
    dl.cast dd {
	    margin-left: 6em;
        padding-top: 0.3rem;
        font-size: 15px;
        width: 75px;
    }
    .text-ensemble {
        font-size: 13px;
    }
    .table-ensemble td {
        font-size: 11px;
        padding: 0 0.3rem;
    }
}
.boxstaff {
    /*max-width: 600px;*/
    text-align: center;
    margin: 0 auto 3rem;
    padding: 0 1.5rem;
}
.boxstaff p {
    line-height: 3;
    font-size: 21px;
}
@media (max-width: 575.98px) {
    .boxstaff p {
        font-size: 15px;
    }
}
.dl3 dt {
    float: left;
    width: 3em;
    font-weight: 900;
}
.dl3 dd {
    margin-left: 3em;
    font-weight: 900;
}
.dl9 dt {
    float: left;
    width: 9em;
    font-weight: 900;
}
.dl9 dd {
    margin-left: 9em;
    font-weight: 900;
}
strong {
    font-weight: 900;
}
.boxschedule {
    text-align: center;
    margin-bottom: 3rem;
}
.boxschedule h5 {
    line-height: 2;
    font-size: 21px;
}
.boxticket {
    background: rgba(255,255,255,0.7);
    padding: 1rem 2rem;
    margin-bottom: 3rem;
}
.boxticket h5 {
    font-size: 21px;
    font-weight: 900;
    color: #081725;
}
.boxticket p {
    font-size: 18px;
    color: #081725;
    line-height: 1.5;
}
.boxticket li {
    font-size: 15px;
    color: #081725;
    line-height: 1.5;
}
.boxticket p:last-child,
.boxticket h5:last-child,
.boxticket ul:last-child {
    margin-bottom: 0;
}
.btn-info {
    border: 1px solid rgba(0,0,0,0.5);
    border-radius: 0.2rem;
    padding: 0.1rem 0.5rem 0.1rem;
    text-align: center;
    color: #000;
    font-size: 14px;
    display: inline-block;
    margin-left: 0.5rem;
}
.btn-info::after {
    font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f138";
    margin-left: 0.2rem;
}
.btn-info:hover {
    background: #000;
    color: #fff;
    opacity: 0.7;
}
@media (max-width: 575px) {
    .boxschedule h5 {
        font-size: 18px;
    }
    .boxticket {
        padding: 1rem 1rem;
    }
    .boxticket h5 {
        font-size: 18px;
    }
    .boxticket p {
        font-size: 15px;
    }
    .boxticket li {
        font-size: 13px;
    }
    .boxticket li span {
        font-size: 13px;
    }
    .btn-info {
        font-size: 12px;
    }
    .img-kyoto {
        max-height: 100px;
    }
}
.mb-45 {
    margin-bottom: 2.2rem;
}
.list-indent,
.list-indent-s {
    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;
}
/* 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(0, 0, 0, 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::after {
	content: '\f13a';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    display: table-cell;
    color: #000;
    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;
}
.text-red {
    color: #f00 !important;
}
@media (max-width: 575.98px) {
	.faq_acc dt {
		padding: 1rem 1rem;
        font-size: 17px;
        letter-spacing: 0;
	}
    .faq_acc dt::before {
        display: table-cell;
    }
}
/* special */
.img-special {
    position: relative;
    z-index: 1;
}
.img-special span {
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    background: url(images/img.png);
}
/* Q&A */
.spe_acc {
    margin-bottom: 0;
}
.spe_acc dt {
	background: #fff;
    padding: 1rem 2rem;
	cursor: pointer;
	font-size: 18px;
	letter-spacing: 3px;
	position: relative;
    display: table;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.7);
}
/*.spe_acc dt::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 1px;
    background: rgba(0,0,0,0.7);
    width: 100%;
    transition: all 0.3s ease;
}
.spe_acc dt.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background: #00a7e4;
    width: 100;
    transition: all 0.3s ease;
}*/
.spe_acc dt span {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding-left: 0.5rem;
}
.spe_acc dt::after {
	content: '\f13a';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    display: table-cell;
    color: #000;
    font-size: 18px;
    vertical-align: middle;
}
.spe_acc dt.active::after {
    content: '\f139';
}
.spe_acc dd {
    display: none;
}
.spe_acc.is-open dd {
    display: block;
}
.spe_acc dd {
	margin: auto;
	padding: 1.5rem 1.5rem 2rem;
}
.spe_acc dd {
	font-size: 16px;
	line-height: 2;
}
@media (max-width: 575.98px) {
	.spe_acc dt {
		padding: 1rem 1rem;
        font-size: 17px;
        letter-spacing: 0;
	}
    .spe_acc dt::before {
        display: table-cell;
    }
}
.bg-purple {
    background: #9400d3;
}
.nav-goods .nav {
    display: block;
    text-align: center;
    margin: 0 auto 2rem !important;
}
.nav-goods .nav-item {
    display: inline-block;
    margin: 0.2rem;
    vertical-align: middle;
}
.nav-pills .nav-link {
    border-radius: 0.25rem;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    font-size: 15px;
    width: 200px;
}
.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: 1px solid rgba(0,0,0,0.3);
    color: #000;
}
.nav-pills .nav-link:hover {
    background-color: rgba(255,255,255,0.7);
    border: 1px solid rgba(0,0,0,0.3);
    color: #000;
}
.boxgoods h5 {
    font-family: "BIZ UDPMincho", serif;
    font-weight: 700;
    font-style: normal;
    border-bottom: 1px solid rgba(0,0,0,0.5);
    padding-bottom: 0.5rem;
    position: relative;
}
.boxgoods h5 small {
    background: #b90f10;
    font-weight: 400;
    color: #fff;
    font-size: 80%;
    padding: 0.2rem 0.5rem;g
}
.boxgoods p,
.boxgoods ul {
    font-family: "BIZ UDPMincho", serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 2rem;
}
.boxgoods h4 {
    font-family: "BIZ UDPMincho", serif;
    font-weight: 700;
    font-style: normal;
    padding: 0.3em 1.5rem;
    border-top: solid 3px #000;
    border-bottom: solid 3px #000;
    text-align: center;
    display: table;
    margin: 2rem auto;
    width: 360px;
}
.btn-red {
    background: #b90f10;
    color: #fff;
    width: 360px;
}
.btn-red:hover {
    background: #b90f10;
    color: #fff;
    opacity: 0.7;
}
@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;
        width: auto;
    }
    .nav-pills .nav-link.btn-small {
        padding:  0.25rem 0.3rem;
        font-size: 10px;
    }
    .boxgoods h4 {
        width: 320px;
    }
    .btn-red {
        width: 320px;
    }
}
@media (max-width:767.98px) {
    .table-goods {
        width: 750px;
    }
}
.table-goods {
    border: 1px solid rgba(0,0,0,0.5) !important;
    text-align: center;
    color: #000;
    font-size: 13px;
    margin-bottom: 2rem;
    background: rgba(255,255,255,0.9);
}
.table-goods tr:first-child th,
.bg-gold th {
    background: #000;
    font-size: 14px;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.5);
}
.table-goods td,
.table-goods th {
    vertical-align: middle;
    font-weight: normal;
}
.table-goods .table-secondary {
    border: 1px solid rgba(0,0,0,0.5) !important;
}
.table-info,
.table-danger {
    border: 1px solid #612827; 
}
.bg-gray {
    background: #aaa !important;
}
.bg-gray2 {
    background: #999 !important;
}
.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;
    color: #000 !important;
    opacity: 1;
    width: 20%;
}
.smaller {
    font-size: 0.753em;
}
.btn-xxl {
    font-size: 28px;
    padding: 0.6rem 3rem;
    border-radius: 0;
}
.text-orange {
	color: #e95c4f;
}
.ico-new {
    display: inline-block;
    padding: 0.2rem 0.4rem 0.3rem;
    background: #fff;
    border: 1px solid #dc3545;
    font-size: 14px;
    font-weight: 400;
    color: #dc3545;
}
.hr-danger {
    border-top: 3px dotted #dc3545;
    margin: 2rem auto;
}
.boxmovie {
    background: rgba(255,182,193,0.5);
    border: 2px solid rgba(255,255,255,0.6);
    padding: 2rem;
}
.boxmovie h3 {
    font-size: 24px;
    font-weight: 700;
    color: #dc3545;
    text-align: center;
    line-height: 1.6;
}
.btn-br {
    display: block;
    background: #dc3545;
    padding: 0.8rem 0.5rem;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
}
.btn-br:hover {
    color: #fff;
    opacity: 0.7;
}
.btn-goods {
    display: block;
    background: #00008b;
    padding: 0.8rem 0.5rem;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
}
.btn-goods:hover {
    color: #fff;
    opacity: 0.7;
}
@media (max-width: 575.98px) {
    .boxmovie h3 {
        font-size: 16px;
    }
}
.list-iv {
    list-style: none;
    padding-left: 0;
}
.list-iv li img {
    margin: auto;
}
footer {
    background: #000;
    text-align: center;
    padding: 2rem 1.5rem;
    margin-top: 6rem;
}
footer p,
footer p a {
    font-size: 14px;
    color: #fff;
}
footer p a:hover {
    color: #d0b32a;
}
#page-top {
	font-size: 0;
	position: fixed;
	bottom: 24px;
	right: 16px;
	opacity: 0;
}
#page-top.fade-in {
	color: #d0b32a;
	font-size: 30px;
	opacity: 1;
	transition: opacity 1s;
    cursor: pointer;
}
#page-top.fade-in:hover {
	opacity: 0.3;
	transition: opacity 1s;
}
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;
}