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

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap');

body {
	font-family: 'Noto Sans JP', sans-serif;
    padding-top: 6.4rem;
    background: #E6FFFF;
}
/* ローダー */
.mask {
	background: #000;
	width: 100%;
	height: 120%;
	position: fixed;
	z-index: 99999;
    /*top: -11rem;*/
}
/* 画面全体の設定 */
#loader_wrap {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: 100vh;
	top: 0;
	background: #000;
}
/* ローディングアニメーションの設定 */
.loader {
	width: 400px;
	height: 400px;
	background: url("images/logo.gif") no-repeat;
    background-size: contain;
	opacity: 1;
	/*animation: blink 10s infinite linear;*/
}
/*@keyframes blink {
	100% {
		opacity: 1;
	}
}*/
/* ローディング終了後 */
.loaded {
	opacity: 0;
	visibility: hidden;
}
a {
	color: #0096e0;
    text-decoration: none;
}
a:hover {
	color: #1eb9ee;
	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%;
}
/*ハンバーガー */
#menu {
	width: 100%;
	background: rgba(0,154,224,0.6);
	position: fixed;
	left: 0;
    right: 0;
	bottom: 0;
    top: 0;
	z-index: 990;
	display: none;
	height: 100%;
    overflow-y: scroll; 
    padding: 5rem 0 0;
}
#menu .menulist {
    /*background: #000;*/
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
#menu .menulist li {
    padding: 15px;
    text-align: center;
    position: relative;
}
#menu .menulist li a,
#menu .menulist li span {
    padding-bottom: 0.5rem;
}
#menu .menulist li span {
    opacity: 0.5;
}
#menu .menulist li img {
    max-height: 24px;
}
#sp-icon {
	width: 70px;
	height: 70px;
	position: fixed;
	right: 0.5rem;
	top: 0.5rem;
	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: 1.75rem;
	height: 0.15rem;
	background: #000;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.3s;
}
/*.top #sp-icon span,
.top #sp-icon span::before,
.top #sp-icon span::after {
	background: #fff;
}*/
#sp-icon span {
	left: 50%;
	top: 50%;
	transform: translate( -50%, -50% );
}
#sp-icon span::before {
	content: "";
	transform: translateY( -10px ) rotate( 0deg );
}
#sp-icon span::after {
	content: "";
	transform: translateY( 10px ) rotate( 0deg );
}
.sp-open span {
	background: transparent !important;
}
.sp-open span::before {
	transform: rotate( 45deg ) !important;
}
.sp-open span::after {
	transform: rotate( -45deg ) !important;
}
@media (min-width: 992px) {
    #sp-icon {
        display: none;
    }
}
.slogo {
    text-align: center;
    margin: auto;
    padding: 1rem;
}
.slogo img {
    max-height: 80px;
}
.gmenublock {
    max-width: 1400px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.glogo {
    /*position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    z-index: 2;*/
    padding: 1rem;
}
.glogo img {
    max-height: 70px;
}
.gmenu {
    position: absolute;
    top: 0;
    right: 0;
    margin: 2.2rem auto;
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: flex-end;
}
.gmenu li {
    position: relative;
    letter-spacing: normal;
}
.gmenu li a,
.gmenu li span {
    padding: 0 13px;
}
.gmenu li span {
    opacity: 0.5;
}
.gmenu li img {
    max-height: 16px;
}
.gmenu li:first-child::before {
    content: none;
    margin: 0;
}
@media (min-width: 1120px) and (max-width: 1399.98px) {
    .gmenu li a {
        padding: 0 11px;
    }
    .gmenu li img {
        max-height: 13px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .gmenu li a {
        padding: 0 10px;
    }
    .gmenu li img {
        max-height: 10px;
    }
}
@media (max-width: 991.98px) {
    body {
        padding-top: 0;
    }
    .gmenublock,
    .gmenu {
        display: none;
    }
}
.fixed_header {
    display:none;
    width:100vw;
    height: 100px;
    position:fixed;
    left:0;
    top:0;
    z-index:999;
    background:rgba(230,255,255,0.9);
    box-shadow: 0px 8px 8px -5px rgba(0,0,0,0.2);
    padding-bottom: 1rem;
}
.fixed_header .glogo {
    background: none;
    padding: 1rem;
}
.fixed_header .glogo img,
.body-2nd .glogo img {
    max-height: 70px;
}
@media (max-width: 991.98px) {
    .fixed_header {
        display:none !important;
    }
}
.topimage {
    position: relative;
    z-index: 1;
    margin-bottom: 2rem;
}
.topimage span {
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    background: url(images/img.png);
}
.catchblock {
    text-align: center;
    margin: 0 auto 2rem;
}
.btn-inline {
    list-style: none;
    padding-left: 0;
    display: table;
    width: 100%;
}
.btn-inline li {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    text-align: center;
}
.btn-inline li a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    display: block;
    background: #ED220D;
    padding: 2rem 1rem;
    margin: 0 0.5rem;
    height: 7rem;
}
.btn-inline li a span {
    display: block;
    margin-top: 0.6rem;
}
.btn-inline li a small {
    display: none;
}
.btn-inline li:last-child a {
    background: #0096e0;
}
.btn-inline li a:hover {
    opacity: 0.7;
}
.br-md-none {
    display: block;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .btn-inline li a {
        font-size: 15px;
    }
}
@media (max-width: 991.98px) {
    .br-md-none {
        display: none;
    }
    .btn-inline li {
        display: block;
        width: 100%;
    }
    .btn-inline li a {
        font-size: 14px;
        padding: 0.5rem 1rem;
        margin: 0.5rem auto;
        height: auto;
    }
    .btn-inline li a span {
        margin-top: 0rem;
    }
    .btn-inline li a small {
        display: inline-block;
    }
}
.img-title {
    max-height: 26px;
}
.dl-cast {
    margin: 2rem auto;
    display: table;
    width: 100%;
    clear: both;
}
.dl-cast dt {
    display: table-cell;
    width: 180px;
}
.dl-cast dt img {
    max-height: 240px;
}
.dl-cast dd {
    display: table-cell;
    padding: 0.2rem 1rem;
    vertical-align: top;
}
.dl-cast dd h3 {
    font-size: 21px;
    font-weight: 500;
}
.dl-cast dd h4 {
    background: #A934C5;
    padding: 0.5rem;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
}
.dl-cast dd h4 small {
    font-size: 14px;
}
@media (max-width: 575.98px) {
    .dl-cast {
        margin: 1rem auto 3rem;
        display: block;
    }
    .dl-cast dt {
        display: block;
        width: 100%;
        text-align: center;
        padding-bottom: 0.5rem;
    }
    .dl-cast dt img {
        max-height: 240px;
    }
    .dl-cast dd {
        display: block;
        padding: 0.2rem 1rem;
    }
    .dl-cast dd h3 {
        text-align: center;
    }
    .dl-cast dd h4 {
        display: block;
        text-align: center;
    }
}
.card-cast {
    border: none;
    background: none;
}
.card-cast .card-body {
    background: transparent;
    position: relative;
}
.card-comment {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(0,150,224,0.7);
    padding: 1rem;
}
.card-comment h5 {
    text-align: center;
}
.card-comment p:last-child {
    margin-bottom: 0;
} 
.card-comment h5,
.card-comment p {
    color: #fff;
}
@media (max-width: 767.98px) {
    .card-comment {
    position: static;
    }
}
.brnone-xs {
    display: none;
}
.h-image_fix {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (min-width: 1400px) {
    .h-image_fix {
        height: 854px;
    }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .h-image_fix {
        height: 854px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .h-image_fix {
        height: 870px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .h-image_fix {
        height: 860px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .h-image_fix {
        height: 760px;
    }
}
@media (max-width: 575.98px) {
    .h-image_fix {
        height: 600px;
    }
    .brnone-xs {
        display: block;
    }
}
.br-xs {
    display: none;
}

@media (max-width: 575.98px) {
    .br-xs {
        display: block;
    }
}
.dl-staff {
    margin: 0.5rem 0;
    font-size: 18px;
}
.dl-staff dt {
    display: inline-block;
    float: left;
    background: rgba(0,150,224,0.7);
    padding: 0.5rem;
    margin-right: 1em;
    color: #fff;
}
.dl-staff dd {
    display: inline-block;
    padding: 0.5rem;
}
dl.staff {
	text-align: left;
	margin: 0 auto 2rem;
	width: 472px;
}
dl.staff dt {
	text-align: right;
	float: left;
	width: 15em;
	font-weight: normal;
}
dl.staff dd {
	margin-left:15em;
    /*width: 115px;*/
}
@media (max-width: 575.98px) {
    .dl-staff {
        font-size: 14px;
    }
    .dl-staff dt {
        padding: 0.3rem;
        margin-right: 0.5em;
    }
    .dl-staff dd {
        padding: 0.3rem;
    }
    .dl-staff dd small {
        font-size: 11px;
    }
	dl.staff {
		text-align: center;
		width: 100%;
	}
	dl.staff dt {
		text-align: center;
		float: none;
		width: 100%;
	}
	dl.staff dd {
		margin-left: 0;
        width: 100%;
	}
}
.img_slider {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0 !important;
}
.slick-prev::before,
.slick-next::before {
	content: none !important;
}
#arrows {
    display: none;
}
.img_slider li {
    padding: 0 0.5rem;
    position: relative;
}
@media (max-width: 575.98px) {
    .img_slider {
        width: 94%;
        margin: auto;
    }
    .img_slider li {
        padding: 0 0.2rem;
    }
}
.newsbox {
    display: block;
    color: #000;
}
.newsbox dl dt {
    position: relative;
}
.datebox {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    background: #0096e0;
    padding: 0.05rem 0.5rem 0.2rem;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.newsbox:hover .datebox {
    opacity: 0.7;
}
.newsbox dl dd {
    background: #fff;
    padding: 0.5rem;
    color: #000;
    position: relative;
}
.newsbox:hover dl dd {
    opacity: 0.7;
}
/*.newsbox dl dd::after {
    content: '';
    background: url("images/ico-more.png") no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0.1rem;
    bottom: 0.1rem;
}*/
.hr-news {
    border-top: 1px dotted rgba(0,0,0,0.3);
    margin: 0.5rem auto;
    width: 90%;
}
.btn-movie {
    display: inline-block;
    background: #ED220D;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 5px;
}
.btn-movie::before {
    content: '';
    background: url("images/menu/logo-w.png") no-repeat;
    display: inline-block;
    background-size: contain;
    width: 50px;
    height: 16px;
    margin-right: 1rem;
}
.btn-movie:hover {
    color: #fff;
    opacity: 0.7;
}
.introbox {
    padding: 1rem 3rem 3rem;
    background: #0096e0;
    text-align: center;
}
.introbox h1 {
    margin: 2rem auto;
    text-align: center
}
.introbox h1 img {
    max-height: 200px;
    max-width: 100%;
}
.text-contact {
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    padding: 1rem 0 0rem;
}
.introbox p {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}
.btn-comment {
    background: #fff;
    padding: 0.3rem 1.5rem;
    color: #0096e0;
    position: relative;
    display: inline-block;
    font-size: 12px;
    border: 1px solid rgba(0,150,224,0.7);
}
.btn-comment::after {
    content: '';
    background: url("images/ico-more.png") no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0.05rem;
    bottom: 0.1rem;
}
.fixed_footer {
    display:none;
    /*width:100vw;
    position:fixed;
    left:0;
    bottom:0;
    z-index:999;*/
}
.snsblock {
    background: rgba(255,67,202,0.7);
    padding: 2rem;
    margin: 3rem auto 0;
}
.snsblock ul {
    margin: 0 auto 0;
    list-style: none;
    padding-left: 0;
    text-align: center;
}
.snsblock ul li {
    display: inline-block;
    margin: 0 1rem;
}
.snsblock ul li:first-child {
    margin: 0 3rem 0 0;
}
.snsblock i {
    font-size: 21px;
    color: #fff;
}
.snsblock a:hover {
    opacity: 0.7;
}
@media (max-width: 575.98px) {
    .snsblock ul li:first-child {
        display: block;
        margin: 0 auto 1rem;
    }
}
.btn-xs {
    background-color: #d70f19 !important;
    padding: 0.1rem 0.3rem;
    font-size: 11px;
    border-radius: 0;
}
.hr-h {
    border-top: 1px solid rgba(0,0,0,0.1);
    width: 85%;
    margin: 2rem auto;
}
hr {
    margin: 2rem auto;
}
.twittercontents {
    border: 2px solid #0096e0;
    border-radius: 10px;
    height: 300px;
    overflow: auto;
    margin-bottom: 1rem;
}
.btn-twitter {
    display: inline-block;
    background: #0096e0;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 5px;
}
.btn-twitter::before {
    content: '';
    background: url("images/menu/logo-w.png") no-repeat;
    display: inline-block;
    background-size: contain;
    width: 50px;
    height: 16px;
    margin-right: 1rem;
}
.btn-twitter:hover {
    color: #fff;
    opacity: 0.7;
}
.maincontents {
    min-height: 920px;
}

.table-stage {
    margin: 1rem auto;
}
.table-stage th,
.table-stage td {
    padding: 0.75rem;
    vertical-align: middle;
    text-align: center;
    border-bottom: 2px solid #5d6164;
    font-size: 14px;
    color: #5d6164;
}
.table-stage td strong {
    color: #0081cc;
}
@media (max-width: 575.98px) {
    .table-stage th,
    .table-stage td {
        padding: 0.75rem 0.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: 85%;
    text-indent: -0.85em;
    padding-left: 0.85em;
    line-height: 1.8;
}
.btn-more {
    background: #ffa532;
}
.btn-more: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;
}
.specialbox {
    display: block;
    border: 1px solid rgba(0,150,224,0.7);
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
}
.specialbox p:last-child {
    margin-bottom: 0;
}
h5 .small {
    font-size: 14px;
}
.list-bnr {
    padding-left: 0;
    list-style: none;
    margin-top: 3rem;
}
.list-bnr li {
  display: inline-block;
}
.list-bnr li {
  margin: 0 0.5rem;
}
.list-bnr li img {
    max-height: 120px;
    max-width: 100%;
}
.ticketblock {
    border: 2px solid #0096e0;
    padding: 2rem;
    margin: 2rem auto;
}
.ticketbox {
    border: 2px solid #0096e0;
    padding: 1rem;
    text-align: center;
}
.ticketbox p:last-child {
    margin-bottom: 0;
}
.ticketbox2 {
    border: 2px solid #0096e0;
    padding: 1rem;
}
.ticketbox2 p:last-child,
.ticketbox2 ul:last-child {
    margin-bottom: 0;
}
@media (min-width:1200px) {
    .ticketbox {
        padding: 1rem 5rem;
    }
}
.img-game {
    max-height: 120px;
    max-width: 100%;
}
footer {
    margin: 3rem auto 1rem;
}
footer .container {
    max-width: 1000px;
}
.copyright {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    padding: 1rem;
    margin-bottom: 0;
}
.h01 {
    background: #A934C5;
    padding: 0.5rem;
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}
.h02 {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 0.5rem;
    background: linear-gradient(180deg,transparent 50%, #ff43ca 100%, #ff43ca 10%);
    text-align: center;
    margin-bottom: 2rem;
}
.h03 {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    padding: 0 0.5rem 0.5rem;
    background: linear-gradient(180deg,transparent 50%, #ff43ca 100%, #ff43ca 10%);
    margin-bottom: 1rem;
}
.h04 {
    display: inline-block;
    padding: 0.3rem 0.6rem;
    border: 1px solid rgba(255,255,255,0.5);
    font-size: 21px;
    font-weight: 700;
}
.h05 {
    font-size: 21px;
    font-weight: 700;
    border-bottom: 1px solid rgba(0,0,0,0.5);
    padding-bottom: 0.5rem;
    position: relative;
    margin-top: 5rem;
}
.h05 span {
    position: absolute;
    right: 0;
}
@media (max-width: 767px) {
    .h05 {
        line-height: 1.5;
    }
    .h05 span {
        position: static;
        display: inherit;
        text-align: right;
    }
}
.h06 {
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,0.5);
    display: inline-block;
    padding: 0.5rem 0.5rem;
}
.h07 {
    text-align: center;
    border: 1px solid rgba(255,255,255,0.5);
    display: inline-block;
    padding: 1.5rem 1rem;
    margin-bottom: 1rem;
}
.h08 {
    position: relative;
    display: inline-block;
    padding: 0 105px;
}
.h08::before,
.h08::after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 90px;
    height: 1px;
    background-color: black;
}
.h08::before {
    left:0;
}
.h08::after {
    right: 0;
}
.h09 {
    font-size: 21px;
    font-weight: 500;
    position: relative;
    margin: 0 0 2rem 1rem;
}
.h09::before {
    position: absolute;
    content: '';
    bottom: -0.6rem;
    right: 2rem;
    display: inline-block;
    width: 90px;
    height: 1px;
    background-color: rgba(0,0,0,0.5);
}
.h09::after {
    position: absolute;
    content: "♪";
    bottom: -1rem;
    right: 3rem;
}
.btn-special {
    display: block;
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    background: #f00 !important;
    border: 1px solid #f00 !important;
    padding: 1rem;
    color: #fff !important;
}
.btn-special:hover {
    opacity: 0.7;
    color: #fff;
}
.btn-special.disabled {
    background: #999 !important;
    border: 1px solid #999 !important;
}
.img-twitter {
    max-height: 300px;
    max-width: 100%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .h09::after {
        right: 2rem;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .h09::before {
        right: 0;
    }
    .h09::after {
        right: 0.5rem;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .h01,
    .h02,
    .h03,
    .h04,
    .h05 {
        font-size: 21px;
    }
    .h09::before {
        right: 4rem;
        width: 200px;
    }
    .h09::after {
        right: 6rem;
    }
}
@media (max-width: 575.98px) {
    .h01,
    .h02,
    .h03,
    .h04,
    .h05 {
        font-size: 18px;
    }
}
.faq_acc {
    margin-bottom: 2rem;
}
.faq_acc > dt {
	cursor: pointer;
	padding: 0 1rem 0.5rem;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 3px;
	position: relative;
}
.faq_acc > dt strong {
    margin-right: 1rem;
    font-size: 28px;
    font-weight: 900;
}
.faq_acc > dd {
	background-color: rgba(0,0,0,0.05);
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.0125);
    border-radius: 0.25rem;
	margin: 0px;
	padding: 0.5rem 1.5rem;
    font-size: 14px;
}
.faq_acc > dd strong {
    display: block;
    font-size: 24px;
    font-weight: 900;
    margin: 0 1rem 0.5rem 0;
}
.faq_acc > dd p {
    font-size: 14px;
}
.faq_acc > dd ul {
    list-style: none;
    padding-left: 0;
    font-size: 14px;
}
.faq_acc > dd ul li {
	text-indent:-1em;
	padding-left:1em;
}
.faq_acc > dd a {
	color: #0096e0;
}
.faq_acc > dd a:hover {
	color: #1eb9ee;
}
.borderbox {
    border-bottom: 1px dotted rgba(0,0,0,0.8);
    border-top: 1px dotted rgba(0,0,0,0.8);
    padding: 0.5rem;
    display: inline-block;
}
.text-bg-y {
  background: #ff0;
}
.img-goods {
    border: 3px solid #3b82c7;
    max-width: 100%;
}
.ticketbox .list-indent {
    text-align: left;
    margin: 0 auto 1rem;
}
@media (min-width: 1200px) {
    .ticketbox .list-indent {
        max-width: 880px;
    }
}
.goodsbox {
    max-width: 280px;
    margin: auto;
    text-align: left;
}
@media (max-width: 575.98px) {
    .goodsbox p {
        font-size: 14px;
    }
    .text-h3 {
        font-size: 18px;
    }
}
.table-time th,
.table-time td {
    text-align: center;
    vertical-align: middle;
    border: 1px solid rgba(0,0,0,0.6);
}
.table-time th {
    background: rgba(0,0,0,0.1);
}
.table-time td {
    background: rgba(255,255,255,0.5);
}
.table-blu {
    width: 100%;
}
.table-blu td {
    width: 75%;
}
.table-blu th {
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: 400;
}
.table-blu th .btn {
    width: 100%;
}
@media (max-width: 767.98px) {
    .table-blu td,
    .table-blu th {
        display: block;
    }
    .table-blu th {
        padding-top: 1rem;
    }
}
@media (max-width: 575.98px) {
    .table-time td,
    .table-time th {
        font-size: 12px;
    }
}
.img-bunka {
    max-height: 150px;
    max-width: 100%;
}
.img-blu1 {
    max-width: 570px;
}
.img-blu2 {
    max-width: 100%;
    max-height: 570px;
}
.table-goods {
    width: 100%;
}
.table-goods tr {
    border-top: 1px solid rgba(0,0,0,0.7);
}
.table-goods tr:first-child {
    border-top: hidden;
}
.table-goods th,
.table-goods td {
    padding: 0.8rem 2rem;
    font-size: 18px;
}
.table-goods th {
    font-weight: normal;
}
.table-goods th.firstchild {
    padding: 0.8rem 0;
}
.table-goods td {
    text-align: right;
}
@media (max-width: 575.98px) {
    .table-goods th,
    .table-goods td {
        padding: 0.8rem 0rem;
        font-size: 12px;
    }
}
#page-top {
	font-size: 0;
	position: fixed;
	bottom: 24px;
	right: 16px;
	opacity: 0;
}
#page-top.fade-in {
	color: #000;
	font-size: 30px;
	opacity: 0.6;
	transition: opacity 1s;
    cursor: pointer;
}
#page-top.fade-in:hover {
	color: #000;
	opacity: 0.3;
	transition: opacity 1s;
}