@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
/* ==========================================================================
共通
========================================================================== */

a {
	color: #1e9ac7;
}
a.a_txt{color: #ff2d30!important;text-decoration: underline;}

.opacity:hover, a img:hover {
	opacity: .6;
	transition: .3s;
}
img {
    max-width: 100%;
}
section + section{margin-top:4em!important; }
.contents {
	width: 100%;
	margin: 0 auto;
	color: #FFF;
	background-image:url(../images/bg_01.png);
	background-position: center top;
	background-size: auto;
	background-repeat: no-repeat;
	    background-attachment: fixed;
}
.contents.hl{padding-top: 200px;
	margin-top: -120px;}


.contents + .contents {    padding: 60px 0 0 ;
    margin-top: 0;}
.contents + .contents.last{padding-bottom: 60px;}


.inner {
	width: 85%;
	margin: 0 auto;
	max-width: 1100px;
	text-align: center;
}
.bgOuter {
	padding-bottom: 0;
	background-image: url(../images/bg_outer.png);
	background-position: center bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.cpr.en{    background: -webkit-linear-gradient(45deg, hsla(26, 100%, 62%, 1) 0%, hsla(333, 100%, 51%, 1) 100%);
    padding: 20px 0;
    text-align: center;
    color: #fff;font-size: 0.9em;}

#ticket,#campaign,#max,#live,#card{scroll-margin-top: 80px;}

/* ==========================================================================
modal
========================================================================== */
.modal_pop {
	display: none;
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
}
.modal--content {
	    background-color: #494949;
    margin: 150px auto 0;
    padding: 20px 20px 20px 20px;
    width: 50%;
    position: relative;
    max-width: 600px;
    z-index: 999;
	
	background-image: -moz-linear-gradient(0deg, rgb(84 92 97) 0%, rgb(215 215 215) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(84 92 97) 0%, rgb(215 215 215) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(84 92 97) 0%, rgb(215 215 215) 100%);
	
/*		
    background-image: -moz-linear-gradient(90deg, #b39855 0%, #fff9e6 50%, #b39855 100%);
    background-image: -webkit-linear-gradient(90deg, #b39855 0%, #fff9e6 50%, #b39855 100%);
    background-image: -ms-linear-gradient(90deg, #b39855 0%, #fff9e6 50%, #b39855 100%);*/
    border-radius: 12px;
}
.modal--title {
	      color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.45em;
    margin-bottom: 1em;text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
.modal--content p {
	font-size: 1.1em;
	color: #fff;
	font-weight: bold;
	margin: 0.5em auto 0;
	text-align: center;
}
.modal--content .btn {
	margin: 10px auto 0;
}
.modal--content .btn:hover{opacity: 0.8;}
.close--button {
	color: #aaaaaa;
	float: right;
	font-size: 22px;
	font-weight: bold;
	position: absolute;
	right: -3px;
	top: -3px;
	background: #fff;
	border-radius: 100px;
	padding: 0 7px;
}
.close--button:hover, .close--button:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
.attention {
  width: 90%;
  margin: 20px auto;
  padding: 15px;
  font-size: 15px;
}
@media screen and (max-width: 812px) {
	.modal--title {
    font-size: 15px;}
	.modal--content {
		width: 90%;
	}
	.modal--content p {
		font-size: 11px;
	}
	.modal--content .btn {
		margin-top: 15px;
		        width: 100%;
	}
}
/* ==========================================================================
mv_area
========================================================================== */
.mv_area {
	position: relative;
	width: 100%;	;
	background-size: contain;
	background-repeat: no-repeat;
	/*background-image: url(../images/mv_area.png);*/
	background-position: center top;
	background-color: #151515;
	margin-top: 60px;
}
.mv_area h1 {
	margin: 0 auto 10px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	    font-size: clamp(1.1em, 3vw, 36px);
	position: relative;
	background: url(../images/kv_bg.webp) center center;
    background-repeat: repeat-x;
    background-size: contain;
}
/*.mv_area h1::before{    content: '';
    width: 100%;
    height: 100%;
    backdrop-filter: blur(20px);
    display: block;
    position: absolute;
    z-index: 1;}*/
.mv_area h1 img{    margin: 0 auto;
	width: 100%;
    z-index: 2;
    position: relative;}
.mv_area .kv{max-width: 1000px;margin: 0 auto;}
.mv_area .btn_area{padding: 1.5em 0;}
.notes {
  font-size: 0.8em;
  line-height: 1.4em;
  margin: 10px auto;
  width: 84%;
}


/* 例: 縦幅が 800px 以下の横長ディスプレイ向け 
@media (orientation: landscape) and (max-height: 850px) {
  .mv_area h1 img {
    max-width: 1400px;
    height: auto;
    margin-inline: auto; 
  }
}*/


/* ==========================================================================
section
========================================================================== */
section {
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	overflow: hidden;
}

section.bg_block00 {
	background-color: unset;;
	max-width: 1100px;
	margin: 0 auto;
	padding: 40px 50px 50px;
}

section.bg_block {
	background-color: rgb(47 47 47 / 87%);
	max-width: 1100px;
	margin: 0 auto;
	padding: 40px 50px 50px;
}
section.bg_block02 {
	background-color: rgba(255, 255, 255, 0.8);
	max-width: 1100px;
	margin: 0 auto;
	padding: 40px 50px 50px;
	color: #292929;
}

section .inner {
	margin: 40px auto 0;
	width: auto;
}
section {
	position: relative;
	width: 100%;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding: 0 0 5%;
}

section .time + .inner{margin-top: 10px;}

.title02 {
	position: relative;
	padding-top: 1em;
	padding-bottom: 0.5em;
	font-size: 2em;
	text-align: center;
	font-weight: 800;
	letter-spacing: 0.02em;
	max-width: 1000px;
    margin: 0 auto;
transform: translateZ(0);  
  backface-visibility: hidden;

}
.title02 span {
	position: relative;
	z-index: 2;
}
.title02::before {
	content: attr(data-en);
    position: absolute;
    top: 0.5em;
    left: 50%;
    transform: translateX(-50%);
    color: rgb(255 0 0);
    font-size: 0.6em;
    font-family: "noto-serif", serif;
	font-weight: 400;
	will-change: transform;
}

.title02::after {
	         content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: rgb(255 0 0);
    right: 0;
    margin: 0 auto;
}
h3.title03{    font-size: 1.5em;
    font-weight: 800;
    color: #e30010;
    margin: 0 auto 1em;
    background: #fff;
	padding: 0.2em 0;
}

/* ==========================================================================
概要
========================================================================== */
#about{background: #00000061;}
#about h2.title02{margin-top: 1.5em;}
#about h3{    text-align: center;
    font-size: 1.5em;
    margin: 2em auto 1em;}
#about ul.detail{margin: 0 auto 1em;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.65em;}
#about ul.detail .li_h{    font-size: 1.2em;
    font-weight: 800;
    margin-bottom: 0.5em;}

/* ==========================================================================
NEWS
========================================================================== */
#news{}
#news ul{max-width: 800px;margin: 0 auto;}
#news ul li{text-indent: -1em;
    padding-left: 1em;
    text-align: left;
    border-bottom: 1px dotted #8d8d8d;
    padding-bottom: 0.5em;}
#news ul li span{display: block;color: #f90004;}
#news ul li + li{margin-top: 0.5em;}
#news a {text-decoration: underline;color: #fff;}

/* ==========================================================================
視聴ガイド
========================================================================== */
#guide{}
p.h2_lead{font-size: 1.3em;
    font-weight: 800;}
#guide h4{}

/* ==========================================================================
info
========================================================================== */
.info_box{    padding: 2em 0;
    background: #e5e5e5;
    margin: 1em auto;
color: #000;}
.info_box + .info_box{margin-top: 2em;}
.info_box h4{width: 80%;
    max-width: 700px;
    margin: 2em auto 1em;
    font-size: 1.3em;
    font-weight: bold;
    border: solid #000 1px;}
.info_box h4:nth-child(1){margin-top: 0;}
.info_box ul.price{font-size: 1.2em;max-width: 700px;margin: 0 auto;display: flex;}
.info_box ul.price li{display: flex;margin: 0 auto;flex-flow: column;    width: 45%;background: #fff;padding-bottom: 0.5em;}
.info_box ul.price li div.price_cate{display: flex; align-items: center;justify-content: center;width: 100%;background: #000;margin:0 auto 0.5em;}
.info_box ul.price li div.price_inner{display: flex; flex-flow: row;margin: 0 auto;    align-items: center;
    justify-content: center;}
.info_box ul.price li .price_inner div:nth-child(1){width: auto;text-align: left;}
.info_box ul.price li .price_inner div:nth-child(2){width: 12em;text-align: center;width: 12em;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;}
.info_cate{   
    color: #fff;
    padding: 0 0.5em;
    margin-right: 0.5em;
font-size: 0.9em;display: block;width: 3em;}
.info_cate02{    display: flex;
    flex-flow: row;
    height: 2.2em;
	background: #000;color: #fff;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    max-width: 600px;}
.info_day{  
    color: #000;
	text-align: center;
	margin:  0 auto 1em;
    font-size: 1.2em;
    max-width: 600px;
    font-weight: bold;}
.info_day02{    color: #000;
    text-align: center;
    margin: 1em auto 0;
    max-width: 600px;
    font-weight: bold;
    border-top: 2px dotted #000;
    padding-top: 1em;}

.info_box .notes{margin-top: 2em;max-width: 700px;text-align: left;}

/* ==========================================================================
card
========================================================================== */
.card h4,.subttl {
	font-size: 2em;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.card .card-btn{
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
}
.card .card-btn img{
	width: unset;
	cursor: pointer;
	filter: invert(100%);
}
.card .card-btn img.more{
	display: unset;
}
.card .card-btn img.close{
	display: none;
}
.card.open .card-btn img.more{
	display: none;
}
.card.open .card-btn img.close{
	display: unset;
}
.card > ul > li{
	max-width: 740px;
	margin: 0 auto;
	color: #fff;
}


/*.card ul li:nth-child(n+5) {
    display: none; /* 5試合目以降を非表示 
}*/
/*.card ul.open li {
    display: block; /* openクラスが付いたら全部表示 
}*/

.match_list{margin-top: 10px;}
.match_list li + li{margin-top: 30px;}
.match_list li{
	background: linear-gradient(140deg, #616161 0%, #272727 45%, #3D3D3D 100%);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    box-shadow: 10px 10px 15px -5px #000;
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
	flex-flow: column;}
.match_list li .match_title{display: flex;width: 100%;align-items: center;padding: 1em; background-image: -webkit-linear-gradient(0deg, rgb(54 0 194) 0%, rgb(238 0 117) 100%);position: relative;font-weight: bold;min-height: 5em;}
.match_list li .match_title span{display: block;    min-width: 8em;}
.match_list li .match_title span + span{margin-left: 1em;}
.match_list li .match_title::after{position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 75px transparent;
    border-bottom: solid 80px #363636;
    z-index: 0;}
.match_list li .match_inner{display: flex;align-items: center;justify-content: center;flex-flow: row;width: 100%;}
.match_list li .match_inner div:nth-child(1),.match_list li .match_inner div:nth-child(3){
	    width: 45%;
    flex-flow: column;
   margin: 1em auto 2em;
	min-height: 7.5em;
	display: flex;
    align-items: center;
    justify-content: center;
}
.match_list li .match_inner div:nth-child(2){width: 10%;}
.match_list li div.name_box{}
.match_list li .name{font-size: 2em;
    font-weight: bold;
text-align: center;}
.match_list li .birthplace{font-size: 1.1em;}
.match_list li div.vs{}
span.category{text-align: center;
    font-size: 0.8em;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 4.5em;}


.border-txt {
	border: 2px solid #ee0000;
	max-width: 700px;
	margin: 70px auto 0;
	padding: 20px 40px;
	text-align: center;
	background: #232323;
	color: #fff;
box-shadow: 0px 0px 0px 5px rgba(51, 51, 51, 1), 0px 0px 0px 10px rgb(51 51 51);
}
.border-txt dd {
	margin-top: 15px;
}
.border-txt dt {
	font-size: 1.4em;
	font-weight: bold;
}
.cs {
	text-align: center;
}
.cs img {
	width: auto;
}


/* ==========================================================================
fix-content
========================================================================== */
.fix-content {
	bottom: 0;
	left: 0;
	z-index: 998;
	width: 100%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.7);
	margin: 0 auto;
	padding-top: 10px;
}
.fix-content_bl {
	position: fixed;
	opacity: 1;
	display: block;
}
.fix-content img {
	width: auto;
}
.scrollTop {
	position: fixed;
	right: 0;
	bottom: 130px;
	z-index: 998;
	display: none;
}
.fix-content .fix-btn {
	/* background-color: rgba(0, 0, 0, 0.7);*/

}

.under_btn p{    font-size: 1em;
    color: #fff;
    font-weight: bold;
    padding: 0.5em 0 3px;}
.fix-content .fix_ul {
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 10px;
}

.fix-content .fix_ul li {
	width: 50%;
	margin: 0 auto;
	padding: 0 .3em;
}

.blue-btn a {
 line-height: 100%;
 background: linear-gradient(90deg, #3ccdc4 0%, #2871fa 100%)!important;
}
.btn_purple {
	background-image: -moz-linear-gradient(0deg, rgb(40, 0, 200) 0%, rgb(120, 3, 175) 55%, rgb(200, 5, 150) 100%) !important;
	background-image: -webkit-linear-gradient(0deg, rgb(40, 0, 200) 0%, rgb(120, 3, 175) 55%, rgb(200, 5, 150) 100%) !important;
	background-image: -ms-linear-gradient(0deg, rgb(40, 0, 200) 0%, rgb(120, 3, 175) 55%, rgb(200, 5, 150) 100%) !important;
}
.btn_orange {
	background-image: -moz-linear-gradient(0deg, rgb(246 117 7) 0%, rgb(236 0 64) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(246 117 7) 0%, rgb(236 0 64) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(246 117 7) 0%, rgb(236 0 64) 100%);
}
@media screen and (max-width: 812px) {
	.fix-content{padding: 5px 0 10px;}
	.fix-content .fix-btn a {
		font-size: 0.8em;
		height: 3.5em;
	}
	.fix-content .fix-btn a.btn_max{height: 5em;}
	.fix-content .fix-btn a span.btn-s {
		font-size: 1em;
	}
	.fix-content .fix_ul {
		display: block;
		width: 100%;
		padding: 0;
	}
	.fix-content .fix_ul li {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.fix-content .fix-btn a.btn_max{height: 4.5em;}
}

@media screen and (max-width: 812px) {
	
	.method_title {
		font-size: 20px;
		margin-bottom: 25px;
	}
	.btn a {
		margin-top: 20px;
		padding-right: 0.5em;
		font-size: 13px;
		font-weight: bold;
	}
	.btn a span {
		margin-left: 5px;
	}
	.btn.small {
		margin-left: auto;
		margin-right: auto;
	}
	section#osusume .inner, section#method .inner {
		padding: 0 5%;
		;
	}
	
	.premium {
		width: 60%;
		margin: 30px auto;
	}
		
	.btn.small {
		margin-top: 20px;
	}
	h2 picture img {
		width: 85%;
	}
	
	.bn_area p{color: #fff;font-weight: bold;font-size: 0.8em;}
	

/* ==========================================================================
sp section
========================================================================== */
	section {
		position: relative;
		background-size: 100% auto;
		background-repeat: no-repeat;
	}
	
	.inner {
		width: 100%;
		padding: 0 5%;
	}
	
	.bg_block .inner,.bg_block02 .inner {
		padding: 0;
		margin-top: 15px;
		font-size: 0.9em;
	}
	section.bg_block {
		        padding: 2% 2% 5%;
        margin-bottom: 0;
        width: 96%;
        border: #d0d0d0 solid 2px;
	}
	section.bg_block02 {
		padding: 2%;
		margin-bottom: 0;
		width: 96%;
	}

	.contents {
		
		padding-bottom: 30px;
		margin-top: 0px;
		background-image: url(../images/bg_sp_01.png);
		background-size: 100% auto;
	}
	.contents + .contents{padding: 20px 0 50px;;}
/* ==========================================================================
sp mv_area
========================================================================== */
	.mv_area {
		/*background-image: url(../images/mv_area_sp.png);*/
		background-size: cover;
		background-position: left bottom;
		padding-top: 1px;
		padding-bottom: 30px;
	}
	.mv_area h1 {              
		margin: 1em auto;
		padding-right: 0;
	}
	
	.info_box ul.price{width: 90%;}
	.info_box{font-size: 0.9em;}
	.info_box .btn_b{height: 3.5em;font-size: 1.2em;}
	.info_box .btn_wb{height: 2.5em;}
	.info_cate02{    display: flex;
    flex-flow: column;
    height: 2.8em;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: 0 auto;}
	.info_day,.info_day02{background: none;color: #000;font-size: 1.1em;}
	.info_day02{width: 80%;margin: 1em auto 0;}
	.notes{font-size: 11px;text-align: left;padding: 0 5px;width: 90%;}
	
	
/* ==========================================================================
sp 概要
========================================================================== */
	#about{padding: 0 3%;}
	#about h3{font-size: 1.1em;margin: 0 auto;}
	.title02{font-size: 1.3em;}
	h3.title03{font-size: 1.3em;}
	
/* ==========================================================================
sp 視聴ガイド
========================================================================== */
	p.h2_lead{font-size: 0.95em;font-weight: 600;}
	h3 + p{width: 95%;margin: 0 auto;}
	h4 + p{width: 95%;margin: 0 auto;}
/* ==========================================================================
sp NEWS
========================================================================== */
	#news ul li{font-size: 0.9em;}
	
/* ==========================================================================
sp 見どころ
========================================================================== */
	#highlights{padding: 0 3%;}
	

/* ==========================================================================
sp card
========================================================================== */
	.card {
		margin-top: 35px;
	}
	/*
	.card .card-btn {margin: 20px auto 20px;display: none;}
	.card .card-btn img{max-width: 150px;}*/
	
	
	/*.match_list li{flex-flow: column;}*/
	.match_list li + li{margin-top: 30px;}
	.match_list li .name{font-size: 1.2em;}
	.match_list li .birthplace{font-size: 0.8em;}
	.match_list li .match_title{font-size: 0.8em;padding: 0 1em 0 1em;min-height: 4em;}
	.match_list li .match_title::after{border-left: solid 45px transparent;border-bottom: solid 70px #363636;}
	.match_list li .match_inner div:nth-child(1), .match_list li .match_inner div:nth-child(3){        
		width: 47%;
		min-height: 4.5em;
        margin: 1em auto;
        padding: 0 7px;}
	.match_list li .match_inner div:nth-child(2){width: 8%;}
	span.category{font-size: 0.6em;}
	
	
	
	
/* ==========================================================================
  sp fix-content
  ========================================================================== */
	.scrollTop img {
		width: 80px;
		display: none;
	}
	.scrollTop a img:hover {
		opacity: 1;
	}
	.scrollTop {
		text-align: right;
		bottom: 90px;
	}
	.fix-content .fix-btn {
		/*  background-color: rgba(0, 0, 0, 0.9);*/
		padding: 5px 2% 0;
	}
	.under_btn p {
    font-size: 0.7em;
    padding: 0.5em 0 0;
}
}
@media screen and (min-width: 813px) {
	.is-sp {
		display: none;
	}
}

@media screen and (max-width: 812px) {
.js-fixed-area {
  position: relative;
}
.js-fixed-elm {
  position: absolute;
  top: 0;
	right: 0;
  left: 0;
}
	.bg_block02 .is-fixed{background: #d0d0d0;}
	.bg_block .is-fixed{ background: #3f3f3f;}
.js-fixed-elm.is-fixed {
  position: fixed;
        z-index: 998;        padding-bottom: 10px;
       
	}
	.is-fixed h2{padding-top: 80px;}
}
.is-hidden{display: none !important;}
.under_btn .hide {
 display: none;
}

/*timer*/
#counter_wrap{    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    border: 2px solid #ff3636;
    border-radius: 12px;
    padding: 0;
	width: 90%;
    box-shadow: -2px -2px 5px 0px rgb(204 43 43), 2px 3px 5px 0px #cc2b2b;
background: #000;}
p.timer_txt{ color: #fffbfb;
    text-shadow:0 0 20px rgb(230 10 10), 0 0 20px rgba(10, 175, 230, 0);}
#counter {
    font-family: 'Share Tech Mono', monospace;
	font-size: 1.1em;
    color: #ffffff;
    text-align: center;
margin: 0 auto;
	font-weight: bold;
    color: #fffbfb;
    text-shadow:0 0 20px rgb(230 10 10), 0 0 20px rgba(10, 175, 230, 0);
  
}
#counter span{font-size:0.8em;margin-left: 0.2em;}

/*timer_sp*/
@media screen and (max-width: 812px) {
	#counter_wrap{margin: 1em auto;
    padding: 0.5em;
    width: 80%;
    font-size: 0.8em;}
#counter{font-size:2em;}
}

  /* モーダル */
  dialog {
    width: min(720px, 94vw);
    padding: 16px;
    border: none;
    border-radius: 12px;
    box-shadow:0 0 20px rgb(230 10 10), 0 0 20px rgba(10, 175, 230, 0);
	  background:#000;
	  text-align: center;overflow: visible;
  }
  dialog::backdrop {
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(2px);
  }
dialog h2{    text-align: center;
    font-size: 1.4em;
    background-image: linear-gradient(90deg, rgb(255 61 0), rgb(205 0 0));
    margin: 0 auto 0.5em;
    color: #fff;
    padding: 0.2em 1em;
    font-weight: bold;
    font-style: italic;}

  /* 16:9 レスポンシブ埋め込みボックス */
  .video-wrap {
    position: relative;
    width: 100%;
    /* 16:9 = 56.25% */
    padding-bottom: 56.25%;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
  }
  .video-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

  .controls {
    margin-top: 12px;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
  }
  dialog .btn {
    appearance: none;
    border-radius: 8px;
    padding: 8px 14px;
    cursor: pointer;
    font: inherit;
  }
dialog button{position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    border-radius: 50em;
    width: 1.2em;
    height: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: bold;}
  .btn-ghost { border: 1px solid #ddd; background: #fff; }
  .btn-primary { border: none; background: #2563eb; color: #fff; }
  .btn-primary:hover { background: #1d4ed8; }

@media screen and (max-width: 812px) {
	dialog h2{
	font-size: 0.8em;
	padding: 0.2em 0;
	}
}


