@charset "UTF-8";
@import url(../icomoon/style.css);
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=RocknRoll+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400&display=swap');

/* ------------------------
 for Wordpress styles
------------------------ */
/*************************
		nav-single
**************************/
.navSingle {
	margin: 20px 10px;
}
.navSingle a {
	padding: 3px 10px;
	background: rgba(255,255,255,.6);
	color: #333;
	border: 1px solid #333;
}
.navPrevious {
	float: left;
}
.navNext {
	float: right;
}

/* ---------- pagination */
.pagination {
	clear: both;
	margin: 20px 0;
	padding: 6px;
	position: relative;
	font-size: 14px;
	line-height: 14px;
	text-align:center;
	/*background: #EEE;
	background: rgba(225,225,225,0.8);*/
}
.pagination i {
	margin: 2px;
	padding: 6px;
	color:#666;
	font-style: normal;
	font-weight: bold;
	display: inline-table;
}
.pagination span, .pagination a {
	width: auto;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px 9px;
	color:#fff;
	background: #999;
	display: inline-table;
}
.pagination a:hover{
	background: #0075cf;
	color: #fff;
}
.pagination .current{
	padding: 6px 9px 5px 9px;
	background: #0075cf;
	color: #fff;
}

/* --------------
 reset
-------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}
ol,ul{list-style:none}
caption,th{text-align:left}
img {max-width:100% !important; height:auto;vertical-align: bottom;}
iframe {max-width:100% !important; border:none;}

/* リマーケティング タグの Google コードの隙間を回避 */
iframe[name="google_conversion_frame"] { position:absolute; height:0; }

/* --------------
 clearfix
-------------- */
.cf:after,
div:after,ul:after,ol:after,dl:after,
header:after,footer:after,
nav:after,section:after,article:after,aside:after,
.HL1:after, article h2:after {
	content: ""; 
	display: block;
	clear: both;
}

/* --------------
 base
-------------- */
html {
	/*background: #cde7f8;*/
}
body {
	color: #333;
	font-family: 'Noto Sans JP','ヒラギノ角ゴシック','メイリオ','Sawarabi Gothic','Noto Sans JP', 'Century Gothic', YuGothic,YuGothicM, 游ゴシック体, 'Yu Gothic', YuGothic, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  /*background-color: #f9fdff;*/
}
#home {
  -webkit-animation: fadeIn 4s ease 0s 1 normal;
  animation: fadeIn 4s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

img.bgmaximage {
	width: 100%;
	height: 100%;
	position: fixed !important;
}

/* ---------- font size */
.fs05 { font-size: 0.5em; }
.fs06 { font-size: 0.6em; }
.fs07 { font-size: 0.7em; }
.fs08 { font-size: 0.8em; }
.fs09 { font-size: 0.9em; }
.fs10 { font-size: 1.0em; }
.fs11 { font-size: 1.1em; }
.fs12 { font-size: 1.2em; }
.fs13 { font-size: 1.3em; }
.fs14 { font-size: 1.4em; }
.fs15 { font-size: 1.5em; }
.fs16 { font-size: 1.6em; }
.fs17 { font-size: 1.7em; }
.fs18 { font-size: 1.8em; }
.fs19 { font-size: 1.9em; }
.fs20 { font-size: 2.0em; }
.fs21 { font-size: 2.1em; }
.fs22 { font-size: 2.2em; }
.fs23 { font-size: 2.3em; }
.fs24 { font-size: 2.4em; }
.fs25 { font-size: 2.5em; }
.fs30 { font-size: 3.0em; }

/* link */
a {
	color: #0075cf;
	text-decoration: none;
	word-break: break-all;
}
a:hover {
	color: #239FFF;
}
a:hover img {
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.atagOg {
	color: #f08300;
	text-decoration: underline;
}
.atagOg:hover {
	color: #f08300;
	text-decoration: none;
}

hr {
	height: 1px;
	border: none;
	border-bottom: 1px solid #555;
}

small {display: inline-block; line-height: 1.5;}

/* --------------
 modules css
-------------- */
/* ---------- font color */
.clRed { color:red;}
.clBlue { color:#00f;}
.clOg { color:#EA5532;}
.clGray, .gray { color: #999;}
.clW { color:#fff;}

/* ---------- font weight */
.bold {	font-weight: bold;}
.normal { font-weight: normal;}

/* ---------- align */
.alc { text-align: center !important;}
.alr { text-align: right !important;}
.all { text-align: left !important;}

.alt { vertical-align: top !important;}
.alb { text-align: bottom !important;}

/* ---------- float */
.noFloat { float: none !important;}

/* ---------- Cancele */
.both { clear: both;}

/* ---------- margin,padding */
.mb0 {	margin-bottom: 0px !important;}
.mb5 {	margin-bottom: 5px !important;}
.mb10 {	margin-bottom: 10px !important;}
.mb15 {	margin-bottom: 15px !important;}
.mb20 {	margin-bottom: 20px !important;}
.mb25 {	margin-bottom: 25px !important;}
.mb30 {	margin-bottom: 30px !important;}
.mb35 {	margin-bottom: 35px !important;}
.mb40 {	margin-bottom: 40px !important;}
.mb45 {	margin-bottom: 45px !important;}

.ml0 {	margin-left: 0px !important;}
.ml5 {	margin-left: 5px !important;}
.ml10 {	margin-left: 10px !important;}
.ml20 {	margin-left: 20px !important;}
.ml30 {	margin-left: 30px !important;}

.mr0 {	margin-right: 0px !important;}
.mr5 {	margin-right: 5px !important;}
.mr10 {	margin-right: 10px !important;}
.mr20 {	margin-right: 20px !important;}
.mr30 {	margin-right: 30px !important;}

.mt0 {	margin-top: 0px !important;}
.mt5 {	margin-top: 5px !important;}
.mt10 {	margin-top: 10px !important;}
.mt15 {	margin-top: 15px !important;}
.mt20 {	margin-top: 20px !important;}
.mt30 {	margin-top: 30px !important;}

.pb0 {	padding-bottom: 0px !important;}
.pb5 {	padding-bottom: 5px !important;}
.pb10 {	padding-bottom: 10px !important;}
.pb20 {	padding-bottom: 20px !important;}
.pb30 {	padding-bottom: 30px !important;}

.pt0 {	padding-top: 0px !important;}
.pt5 {	padding-top: 5px !important;}
.pt10 {	padding-top: 10px !important;}
.pt20 {	padding-top: 20px !important;}
.pt30 {	padding-top: 30px !important;}


/* ----- text */
.block {
	display: block;
}
.inlineB {
	display: inline-block;
}
.msGothic {
	font-family: 'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	font-weight: bold;
}
.rocknroll {
  font-family: 'RocknRoll One',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.tk-vdl-logona {
	font-family: "vdl-logona",sans-serif;
}
.nl {
  display: inline-block;
}
/* ----- list */
.ulDisc {
	margin-left: 20px;
	/*line-height: 1.4;*/
	list-style: outside disc;
}
.olDecimal {
	margin-left: 20px;
	list-style: outside decimal;
}
.ulIndent {
	padding-left: 1em;
}
.ulIndent li {
	text-indent: -1em;
}
.ulKome li {
	padding-left: 14px;
	background: url(../img/kome.png) no-repeat 1px 6px;
}

.ulDisc li, .olDecimal li, ulKome li {
	margin-bottom: 10px;
	line-height: 1.6;
}

.col6 {
	text-align: center;
	letter-spacing: -.40em;
}
.col6 li {
	letter-spacing: normal;
	display: inline-block;
	font-size: 80%;
	text-align: center;
}

.bgB {
	padding: 1px 3px;
	background: #333;
}
.bg_skyblue {
	background: #e5f8ff !important;
}
.bg_red {
  background: #ffe5e4 !important;
}
.bg_green {
  background: #f8f8f8  !important;
}
.bg_yellow {
  background: #efeb8e;
}
.bg_blue {
  background: #deebff !important;
}
.bg_gray {
  background: #eee;
}

.dispBlock {
	display: block;
}

.lead {
	padding: 8px 5px 5px;
	background: #FFF;
}

.clmRed {
	background: #a40000;/* fallback */
	background: -moz-linear-gradient(top center, #a40000 0%, #d60007 65%, #a40000 100%);/* Firefox */
	background: -webkit-gradient(linear, center top, center bottom, color-stop(0.00, #a40000), color-stop(0.65, #d60007), color-stop(1.00, #a40000));/* Chrome & Safari */
	background: linear-gradient(to bottom, #a40000 0%, #d60007 65%, #a40000 100%);/* IE10+, W3C */
}
.clmBlue {
	background: #6fc8dd;/* fallback */
	background: -moz-linear-gradient(top center, #1cb3dc 0%, #6fc8dd 65%, #1cb3dc 100%);/* Firefox */
	background: -webkit-gradient(linear, center top, center bottom, color-stop(0.00, #1cb3dc), color-stop(0.65, #6fc8dd), color-stop(1.00, #1cb3dc));/* Chrome & Safari */
	background: linear-gradient(to bottom, #1cb3dc 0%, #6fc8dd 65%, #1cb3dc 100%);/* IE10+, W3C */
}
.clmGreen {
	background: #45da76;/* fallback */
	background: -moz-linear-gradient(top center, #15bd4d 0%, #45da76 65%, #15bd4d 100%);/* Firefox */
	background: -webkit-gradient(linear, center top, center bottom, color-stop(0.00, #15bd4d), color-stop(0.65, #45da76), color-stop(1.00, #15bd4d));/* Chrome & Safari */
	background: linear-gradient(to bottom, #15bd4d 0%, #45da76 65%, #15bd4d 100%);/* IE10+, W3C */
}
.clmOg {
	background: #ffa800;/* fallback */
	background: -moz-linear-gradient(top center, #d18a00 0%, #ffa800 65%, #d18a00 100%);/* Firefox */
	background: -webkit-gradient(linear, center top, center bottom, color-stop(0.00, #d18a00), color-stop(0.65, #ffa800), color-stop(1.00, #d18a00));/* Chrome & Safari */
	background: linear-gradient(to bottom, #d18a00 0%, #ffa800 65%, #d18a00 100%);/* IE10+, W3C */
}
.clmGray {
	background: #f0f8fc;/* fallback */
	background: -moz-linear-gradient(top center, #c8d0d5 0%, #f0f8fc 65%, #c8d0d5 100%);/* Firefox */
	background: -webkit-gradient(linear, center top, center bottom, color-stop(0.00, #c8d0d5), color-stop(0.65, #f0f8fc), color-stop(1.00, #c8d0d5));/* Chrome & Safari */
	background: linear-gradient(to bottom, #c8d0d5 0%, #f0f8fc 65%, #c8d0d5 100%);/* IE10+, W3C */
}

/* line */
.lineG {
	padding-right: 3px;
	text-shadow: 0 0 1px #FFF, 0 0 2px #FFF;
	background: url(../img/line_green.png) no-repeat;
}

.bdBR {border: 1px solid #222;}

.alt {
	vertical-align: middle !important;
}

/* ----- botton */
.dtlBtn,
.dtlBtn2 {
	text-align: center;
	margin-bottom: 20px;
}
.dtlBtn a,
.dtlBtn2 a {
	color: #fff;
	font-weight: bold;
	display: block;
}
.dtlBtn a {
	background: #e5e276 url(../img/bgH1.png) no-repeat center center / cover;
	box-shadow: inset 0 0 20px rgba(180,175,0,.6);
	text-shadow: 1px 1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,-1px -1px 0 #000;
	border-radius: 25px;
}
.dtlBtn a:hover {
	background: #fff800 url(../img/bgH1.png) no-repeat center center / cover;
}
.dtlBtn2 a {
	background: #ae2d2f;
	box-shadow: 0 5px 0 #661012;
	border-radius: 5px;
	transition: .2s all ease;
}
.dtlBtn2 a:hover {
	background: #d74547;
}
/* ----- flexbox */
.flexWrap {
	display: flex;
	flex-wrap: wrap;
}
/* 画像中央寄せ */
.ofi {
	object-fit: cover;
	font-family: 'object-fit: cover;';
	width: 100%;
	height: 100%;
}
.archiveImg .ofi {
  object-fit: contain !important;
  font-family: 'object-fit: contain;' !important;
	width: 100%;
	height: 100%;
}

.ofi-contain {
  object-fit: contain;
  font-family: 'object-fit: contain;';
	width: 100%;
	height: 100%;
	/*max-width: none !important;
	max-height: none !important;*/
}
/* ----- table */
.tblSP50 th,
.tblSP50 td {
	border: 1px solid #999;
	padding: 5px 10px;
}
.tblSP50 th {
	background: #DBE7FF;
}
.tblSP50 tr:nth-child(2n) {
	background: #F4F4F4;
}



/* --------------
 common
-------------- */

/* =header
-------------------------------------------------------------- **/

/* =siteHeader
---------------------------------------------------- */
#siteHeader {
	position: relative;
}

/* logo */
#logo {
}

#siteHeader h2 {
	position: absolute;
}

/* lead */
#lead .leadTop{
  font-family: 'M PLUS 1p',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.leadHL {
  padding: .3em .5em;
  font-size: .7em;
  background-color: #fff;
  color: #666;
  border: solid 1px #666;
  margin-right: .8em;
}
.leadBtn a {
  background-color: #0075cf;
  color: #fff;
  padding: .3em 1em;
  font-size: .9em;
  border-radius: 100vh;
  border: 3px solid #0075cf;
}
.leadBtn a:hover {
  background-color: #fff;
  color: #0075cf;
}

/* =globalNav
---------------------------------------------------- */
/* mainNav */
#mainNav li a {
	display: block;
}

#mainNav .navComing {
	position: relative;
}
#mainNav .navComing:after {
	content: "COMING SOON";
	color: #fffad6;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px #333,-1px -1px #333,1px -1px #333,-1px 1px #333;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	font-size: 14px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
#mainNav .navComing a {
	pointer-events: none;
	opacity: .5;
}
#mainNav .navComing a:hover {
	color: #fff !important;
}
/* sNav */
#sNav li {
	padding-left: 13px;
	background: url(../img/arwS_r.png) no-repeat left center;
}
#sNav li a {
	display:inline-block;
}
#sNav li a:hover {
	text-decoration: underline;
}

/* =wrapper
-------------------------------------------------------------- **/
#wrapper {
	position: relative;
}

/* =container
-------------------------------------------------------------- **/
/* =contents
---------------------------------------------------- */
#contents {
  padding-top: 15px;
}
#subpage #contents {
  background-color: #d7f2f9;
	padding-bottom: 30px;
}

.tmp_archive p, .tmp_single p {
	padding-bottom: 1em;
}

.bgWt, .tmp_archive article, .tmp_page, .tmp_single {
	background: #FFF;
	/*border: solid 1px #ccc;*/
	padding: 1em;
}
/*.bgBl {
	background: rgba(255,255,255,.6) url(../img/bgContent.png) !important;
}*/
.bgBl_test {
	background: #0052a5;/* fallback */
	background: -moz-linear-gradient(top center, #0052a5 0%, #0093d8 65%, #0052a5 100%);/* Firefox */
	background: -webkit-gradient(linear, center top, center bottom, color-stop(0.00, #0052a5), color-stop(0.65, #0093d8), color-stop(1.00, #0052a5));/* Chrome & Safari */
	background: linear-gradient(to bottom, #0052a5 0%, #0093d8 65%, #0052a5 100%);/* IE10+, W3C */
}

.tmp_archive article {
	/*border: solid 1px #ccc;*/
  background-color: #fff;
}
/*#narikiri article, #narikiri_test article {
	background: url(../img/bgCyber.jpg) repeat-y;
}*/

.bgGy {
	padding: 10px;
	background: #EFEFEF;
}

/* ----- headline */
.HL1 {
	/*padding: .5em;*/
  /*background-color: #eaf3ff;
  border-bottom: solid 5px #516ab6;*/
  text-align: center;
  /*color: #0075cf;*/
  font-family: 'Noto Sans Japanese','Noto Sans JP';
  font-weight: bold;
  position: relative;
  display: inline-block;
  /*padding: 0 55px;*/
  margin-bottom: 30px;
  padding-bottom: 2.2rem;
  letter-spacing: 0.05em;
}
/*.HL1::before, .HL1::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #333;
}
.HL1:before {
  left:0;
}
.HL1:after {
  right: 0;
}*/
.HL1::before {
  position: absolute;
  bottom: 15px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #0075cf;
}
/*.HL1.bgRed {
	box-shadow: inset 0 0 20px #600;
	background: #b00 url(../img/bgH1.png) no-repeat center center / cover;
}*/

.btnS {
	padding: 1em 3em;
	color: #FFF;
	font-size: 1.1em;
	font-weight: normal;
	text-shadow: none;
	border-radius: 100vh;
	background-color: #333;
  border: solid 2px #333;
}
.btnS:hover {
	color: #333;
	background-color: #fff;
}

#contents h2:first-child, #contents h3:first-child {
	margin-top: 0;
}

/*.HL2 {
	color: #006;
	background: url(../img/bgH3.png) no-repeat 3px 4px ,url(../img/bgH1.png) no-repeat center center / cover;
	background-color: #e5f8ff;
	text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px , #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
	box-shadow: 0 0 20px rgba(0,210,255,.3) inset;
}*/

.page h1 {
	color: #FFF;
	text-align: center;
	border: 2px solid #06C;
	background: #06C;/* fallback */
	background: -moz-linear-gradient(top center, #09F 30%, #06C 100%);/* Firefox */
	background: -webkit-gradient(linear, center top, center bottom, color-stop(0.00, #FFF), color-stop(0.30, #09F), color-stop(1.00, #06C));/* Chrome & Safari */
	background: linear-gradient(to bottom, #09F 30%, #06C 100%);/* IE10+, W3C */
}

/*.HL3 {
	margin-bottom: 5px;
	padding: 3px 0 1px 5px;
	color: #006;
	border-left: 5px solid #09C;
	background: #e3eff7;
}
.HL3_b {
	padding: 4px 0 2px 7px;
	color: #09C;
	border-left: 6px solid #09C;
}

.HL4 {
	margin-top: 10px;
	padding: 3px 0 0 6px;
	color: #006;
	border-left: 4px solid #AAA;
}*/
#home #contents h2{
  margin-bottom: 15px;
}

#subpage h2{
  /*margin: 15px 0 15px;
  padding: .5rem;
  color: #fff;
  background: #0075cf;
  border-left: solid 5px #03528e;*/
  font-size: 2em;
  /*border-bottom: solid 3px #ccc;
  position: relative;*/
  background-color: #6fb4e8;
  color: #fff;
  padding: .5em;
  margin: 20px 0;
}
/*#subpage h2::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #03528e;
  bottom: -3px;
  width: 100px;
}*/

#subpage h3 {
  font-size: 1.5em;
  margin: 15px 0;
  border-top: double 5px #0075cf;
  border-bottom: double 5px #0075cf;
  padding: .3em .8em;
  display: inline-block;
}

#subpage h4 {
  font-weight: bold;
  color: #0075cf;
  font-size: 1.3em;
  /*padding: 0 1.2em;
  display: inline-block;
  text-align: center;*/
  position: relative;
  margin: 15px 0;
  padding-left: .5em;
  border-left: solid 4px #0075cf;
}
/*#subpage h4:before,
#subpage h4:after {
  font-family: 'Font Awesome 5 Free';
  line-height: 1;
  position: absolute;
  top: calc(50% - .4em);
  color: #00ace6;
  font-size: 1.2em;
}
#subpage h4:before {
  left: 0;
  content: '\f101';
}

#subpage h4:after {
  right: 0;
  content: '\f100';
}*/


/* ----- button */
/* .btnA a {
	text-align: center;
	color: #033;
	font-weight: bold;
	border: 4px solid #4ebfa6;
	background: url(../img/arwA.png) no-repeat 95% center #63CEB6;
	display: block;
}
.btnA a:hover {
	color: #FFF;
	background-color: #4ebfa6;
} */

/* ----------playGuide */
.tblTp2 {
	border: 1px solid #BBB;
	margin-bottom: 20px;
}
.tblTp2 th,.tblTp2 td {
	border: 1px solid #BBB;
}
.tblTp2 th {
	background: #DDD;
}
.tblTp2 td {
	background: #f9f9f9;
}
.tblTp2 td a {
	margin-left: 3px;
	color: #f0c000;
	text-decoration: underline;
	font-weight: bold;
	display: inline-block;
}
.tblTp2 a:hover, .clBlue a:hover {
	text-decoration: none;
}
.tblTp2 td .clBlue {
	font-weight: bold;
}
.clBlue a {
	margin-left: 3px;
	color: #f0c000 !important;
	text-decoration: underline;
}




/* =footer
-------------------------------------------------------------- **/

/* =siteFooter
---------------------------------------------------- */
.footTel {
	background: rgba(255,255,255,0.75);
	padding: 10px;
}
#txtFooter {
	color: #000;
	font-weight: bold;
}
#txtFooter img {
	margin-left: 3px;
	vertical-align: top;
}

.foot_bnr {
  background-color: #0075cf;
  color: #fff;
  padding: 1em 0;
}
.foot_bnr a {
  color: #fff;
}

.tblFt td {
	font-weight: bold;
}


.tblFt th, .tblFt td {
	display: block;
}
.tblFt td {
	padding-bottom: 15px;
}
/* =sns
------------------------------------------ */
/*#social {
	clear: both;
	margin: 15px 0;
	text-align: center;
}
.btnSns a {
	display: inline-block;
	padding: 8px 13px;
	border-radius: 5px;
	color: #fff !important;
	background: #ccc;
	box-shadow: 0 3px 0 #aaa;
	text-decoration: none;
	margin-bottom: 10px;
}
.btnSns a:hover {
	opacity: .7;
}
.btnTw a {
	background: #00acee;
	box-shadow: 0 3px 0 #0092ca;
}
.btnFb a {
	background: #3b5998;
	box-shadow: 0 3px 0 #2c4373;
}
.btnLine a {
	background: #00c300;
	box-shadow: 0 3px 0 #2f9427;
}

.postSns {
	margin-top: 20px;
	border-top: #aaa dashed 1px;
	padding-top: 10px;
}
*/


/* 各シェアボタン */

#social {
	text-align: center;
}
#social a {
	text-decoration: none;
}
#social img {
	vertical-align: sub;
}
.officialTwi img {
  vertical-align: sub;
}
.sclTw,
.sclFb,
.sclLINE,
.sclGgl {
	display:inline-block;
	vertical-align: bottom;
	width: 23%;
	margin-bottom: 10px;
}
.sclTw a,
.sclFb a,
.sclLINE a,
.sclGgl a {
	display: block;
	color: #fff;
	padding: 10px 0;
	border-radius: 5px;
}
.sclTw a:hover,
.sclFb a:hover,
.sclLINE a:hover,
.sclGgl a:hover {
	text-decoration: none;
}
.sclTw a:hover img,
.sclFb a:hover img,
.sclLINE a:hover img,
.sclGgl a:hover img {
	opacity: 1;
}
.sclGgl a {
    background:#db4a39;
    /*box-shadow:0 5px 0 #ad3a2d;*/
}
.sclTw a {
    background:#00acee;
    /*box-shadow:0 5px 0 #0092ca;*/
}
.sclFb a {
    background:#3b5998;
    /*box-shadow:0 5px 0 #2c4373;*/
}
.sclLINE a {
    background:#00C300;
    /*box-shadow:0 5px 0 #2f9427;*/
}
.sclGgl a:hover {
    background:#F3705D;
}
.sclTw a:hover {
    background:#5EC5EB;
}
.sclFb a:hover {
    background:#4F6DAA;
}
.sclLINE a:hover {
    background:#4CD842;
}


.twitterBox {
	background: rgba(255,255,255,.6);
	padding: 10px 5px;
	margin: 20px 0;
}

.officialTwi a{
  background-color: #00acee;
  border-radius: 100vh;
  padding: 1em 3em;
  font-weight: bold;
  text-decoration: none;
  /*box-shadow: 0 5px 0 #0092ca;*/
  color: #fff;
  letter-spacing: 0.05em;
}
.officialTwi a:hover {
  background: #5EC5EB;
}
/* =copyright
------------------------------------------ */
#copyright {
	text-align: center;
  background-color: #000;
  padding: 1em 0;
}
#copyright a {
	color: #fff;
}

/* =pageTop
---------------------------------------------------- */
#pageTop {
	display: block;
	position: fixed;
}
#pageTop a {
	text-indent: -9999px;
	background: url(../img/pageTop.png) no-repeat;
	display: block;
}

#pageTop a:hover {
	filter: alpha(opacity=80);
	-ms-filter: alpha(opacity=80);
	opacity: 0.8;
}



/* --------------
 home container
-------------- */
#modal-content {
  background: rgba(255,255,255,.85) !important;
  border-radius: 0 !important;
}
#modal-content .notice h2 {
  margin-bottom: 1.5rem;
  padding-bottom: 3px;
  border-bottom: 1px solid #222;
}
#modal-content .notice p {
  margin-bottom: 1rem;
  text-indent: 1rem;
}
#modal-content .notice p:last-child {
  margin-bottom: 0;
  text-indent: 0;
}
/* =visual
---------------------------------------------------- */
#clmMV {
	position: relative;
}


#clmMV h2 {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
}
.slider {
	z-index: -1;
}
.slider button {
	z-index: 2;
}
/* slick.css slick-theme.css 修正しています */


#clmTwitter {
	box-shadow: inset 0 0 5px #fef4f1;
	border: 2px solid #bcbb50;
	
	background: #CC6;/* fallback */
	background: -moz-linear-gradient(top center, #f4ecd8 0%, #fef4f1 30%, #CC6 100%);/* Firefox */
	background: -webkit-gradient(linear, center top, center bottom, color-stop(0.00, #f4ecd8), color-stop(0.30, #fef4f1), color-stop(1.00, #CC6));/* Chrome & Safari */
	background: linear-gradient(to bottom, #f4ecd8 0%, #fef4f1 30%, #CC6 100%);/* IE10+, W3C */
}

.mvBottom .covidBtn a{
  border: solid 1px #f00;
  color: #f00;
  padding: .3em 1.5em;
  border-radius: 100vh;
  display: block; 
  text-align: center;
}
.mvBottom .covidBtn a:hover {
  color: #fff;
  background-color: #f00;
}
.mvBottom .covidBtn img {
  width: 35%;
}

/*.mvBottom {
  animation: fadeIn02 2s ease 0s 1 normal;
}
@keyframes fadeIn02 {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeIn02 {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}*/

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1s;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/* =contents
---------------------------------------------------- */
#home #contents h2 {
  /*position: relative;*/
}

/* -------------------- about */
.homeAboutCont h2::before{
  content: "";
  display: inline-block;
  background-image: url(../../../../../2021/wp-content/themes/ulfes2018/img/homeAbout02.png);
  background-size: contain;
  position: absolute;
}

.aboutHL {
  /*font-size: .9em;*/
  padding: .1em 1em;
  /*border-radius: 100vh;*/
  /*background-color: #07bfff;*/
  display: inline-block;
  color: #0046ae !important;
  /*color: #0075cf;*/
  border-bottom: solid 1px #0046ae !important;
  position: relative;
  z-index: 1;
}
/*.aboutHL::after {
  position: absolute;
  content: "◆";
  color: #fff;
  font-size: 2.5em;
  bottom: -10px;
  left: -.5em;
}*/
.homeAboutBox dd {
  margin-bottom: 20px;
  margin-top: .3em;
}
.homeAboutBox dd:last-child {
  margin-bottom: 0;
}
#homeAbout .clBlue {
	color: #0046ae;
}

.aboutBtn {
  margin-top: 50px;
}
.aboutBtn a {
  background-color: #0046ae !important;
  color: #fff;
  border: solid 3px #0046ae !important;
  padding: 1em 3em;
  border-radius: 100vh;
  width: 264px;
  display: inline-block;
  box-sizing: border-box;
}
.aboutBtn a:hover {
  background-color: #fff;
  color: #002477 !important;
}

/* -------------------- news */
#homeNews {
  padding: 1em;
}
#homeNews h2::before{
  content: "";
  display: inline-block;
  background-image: url(../../../../../2021/wp-content/themes/ulfes2018/img/homeNews02.png);
  background-size: contain;
  position: absolute;
}
#homeNews .news-slide {
  margin-bottom: 50px;
}

#homeNews article {
	/*border-bottom: 1px solid #CCC;*/
  height: 275px;
  display: flex;
  justify-content: center;
  /*align-items: center;*/
  background-color: #fff;
  padding: 15px;
}
#homeNews article:last-child {
	/*border-bottom: none;*/
}

#homeNews article a {
	color: #332427 ;
  width: 100%;
}

#homeNews article mark {
	padding: 0 5px;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	border-radius: 3px;
}
.mk_news, .mk_post {background: #690;}
.mk_event {background: #F60;}
.mk_premium {background: #900;}
.mk_report {background: #06C;}

#homeNews article time {
	color: #4f4b4b ;
	font-size: 90%;
}

.homeNewsBox {
  /*display: flex;
  align-items: center;*/
}
.homeNewsImg {
  /*min-width: 45%;
  width: 45%;
  margin-right: 10px;*/
}
.homeNewsImg p {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.homeNewsImg img {
 /* object-fit: cover;
  width: 100%;
  margin: 0 auto;*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  font-family: 'object-fit: contain;';
	width: 100%;
	height: 100%!important;
}

#homeNews .btnS {
  background-color: #332427 !important;
  border-color: #332427 !important;
  border: solid 3px #332427 !important;
}
#homeNews .btnS:hover {
  background-color: #fff;
  color: #33af2e;
}
#homeNews .slick-prev, 
#homeNews .slick-next {
  top: 48%;
  height: 40px;
  width: 40px;
} 
#homeNews .slick-prev:before, 
#homeNews .slick-next:before {
  color: #33af2e;
  opacity: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 40px;
}
#homeNews .slick-prev::before {
  content: "\f0d9"
}
#homeNews .slick-next::before {
  content: "\f0da";
}
#homeNews .slick-dots li button:before {
    color: #33af2e;
}
#homeNews .slick-dots li.slick-active button:before {
    color: #33af2e;
}

/* -------------------- contents */
#homeContents article {
  padding: 20px;
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #555;
  /*background-color: #fff;*/
}
#homeContents article a {
  color: #ed0200;
}
#homeContents .contTtl {
  position: relative;
}

#homeContents a .contTtl:hover {
  opacity: .75;
}
#homeContents .contTtl span {
  font-size: .8em;
  color: #fff;
  background-color: #ed0200;
  padding: .2em .5em;
  margin-right: .8em;
}

.contentsImgBox {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.contentsImgBox::before {
  content: "";
  display: block;
  padding-top: 66.32%;
}
.contentsImgBox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* -------------------- bnr */
#home .clmGray {
	padding: 10px;
}
/* -------------------- calendar area */
#homeCale {
	padding-bottom: 5px;
	background: #FFF;
}
#homeCale h3 {
	padding: 6px 15px 3px;
	color: #FFF;
	font-size: 100%;
	background: #85c2ff;
}
#wp-calendar {
	width: 92%;
	margin: 9px 4% 5px;
}
#wp-calendar thead th, #wp-calendar thead td,
#wp-calendar tbody th, #wp-calendar tbody td {
	width: 14%;
	padding: 4px 0.5%;
	text-align: center;
	font-size: 95%;
	vertical-align: top;
	border: 1px solid #CCC;
}
/* #wp-calendar .tdcol {
	background: #EEE;
} */

#wp-calendar caption {
}
#wp-calendar thead th {
	background: #c0dfff;
}
#wp-calendar tbody {
	background: #e8f3ff;
}
#wp-calendar tbody a {
	color: #00C;
	font-weight: bold;
	text-decoration: underline;
}
#wp-calendar tbody a:hover {
	text-decoration: none;
}
/* #wp-calendar tbody #today {
	background: #c0dfff;
} */
#wp-calendar tbody .today {
	background: #c0dfff;
}

/* #wp-calendar tbody div {
	font-size: 10px;
	letter-spacing: -0.05em;
	line-height: 1.1;
}
#wp-calendar tbody div a {
	margin-bottom: 3px;
	display: block;
	border-bottom: 1px solid #DDD;
} */
#wp-calendar tfoot td {
	padding-top: 6px;
}
/* #wp-calendar tfoot #next {
	text-align: right;
} */
#wp-calendar #eo-widget-next-month {
	text-align: right;
}

/* -------------------- sponsor area */
.ulCol {
	margin-bottom: 15px;
}
.ulCol li {
	display: inline-block;
}

.ulCol2 li {
	margin-bottom: 5px;
	display: inline-block;
}

.ulCol li img {
  width: 100%;
}

.homeLinkCont .sponsor dt {
  padding: .1em .7em;
  /*padding-right: .7em;*/
  /*background-color: #0d3153;*/
  /*color: #fff;*/
  margin-bottom: .2em;
  display: inline-block;
  border-bottom: #333 dotted 1px;
  /*border-radius: 5px;*/
  position: relative;
}
/*.homeLinkCont .sponsor dt::after {
  width: 100px;
  height: 1px;
  content: "";
  position: absolute;
  right: -100%;
  background-color: #333;
}*/

/* -------------------- ticket banner */
#bnrNotice {
	display: block;
	position: fixed;
}


/* --------------
 subpage container
-------------- */
.yuryo {
	margin-top: 6px;
}
.yuryo i {
	font-style: normal;
	color: #FFF;
}

/* =template single
---------------------------------------------------- */
.tmp_single article mark {
	margin-right: 10px;
	padding: 3px 10px;
	border-radius: 3px;
	color: #FFF;
	font-size: 13px;
	font-weight: normal;
}

.tmp_single .eventDate {
	margin-right: 3px;
	margin-bottom: 20px;
	padding: 3px 10px;
	font-size: 120%;
	/* border-radius: 10px; */
	border-bottom: 5px double #F30;
}

.deco1 {
	padding: 10px;
	color: #09C;
	font-weight: bold;
	text-align: center;
	background: url(../img/slash_white.gif) #E1FCFF;
}
.deco1 b, .deco2 b {
	margin: 0 5px;
	color: #F60;
	font-size: 110%;
	border-bottom: 3px dotted #FC9;
}

.deco2 {
	padding: 10px;
	color: #903;
	font-weight: bold;
	text-align: center;
	background: url(../img/slash_white.gif) #fde4e4;
	text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px , #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}

.decoA {
	color: #666;
	text-align: center;
	border: 2px dotted #CCC;
	background: #feffea;
}

.decoF {
	color: #FFF;
	font-weight: bold;
	text-shadow: 0 0 5px #000, 0 0 8px #000;
	text-align: center;
	background-color: #222;
	background-color: rgba(0,0,0,0.6);
}

.decoTtl {
	padding: 5px 0;
	background: #75bef4;/* fallback */
	background:-webkit-gradient(linear, left top, right top, color-stop(0, #FFF), color-stop(0.5, #75bef4), color-stop(1, #FFF));
	background:-webkit-linear-gradient(left, #FFF 0, #75bef4 50%, #FFF 100%);/**/
	background:-moz-linear-gradient(left, #FFF 0, #75bef4 50%, #FFF 100%);
	background:-o-linear-gradient(left, #FFF 0, #75bef4 50%, #FFF 100%);/**/
	background:linear-gradient(to right, #FFF 0, #75bef4 50%, #FFF 100%);
}
.decoTtl b {
	color: #FFF;
	text-align: center;
	text-shadow: 1px 1px 1px #013ED1;
	line-height: 1.2;
	padding: 8px 5px;
	display: block;
	background: #013ED1;/* fallback */
	background:-webkit-gradient(linear, left top, right top, color-stop(0, #cae8fe), color-stop(0.1, #75bef4), color-stop(0.5, #013ED1), color-stop(0.9, #75bef4), color-stop(1, #cae8fe));
	background:-webkit-linear-gradient(left, #cae8fe 0, #75bef4 10%, #013ED1 50%, #75bef4 90%, #cae8fe 100%);/**/
	background:-moz-linear-gradient(left, #cae8fe 0, #75bef4 10%, #013ED1 50%, #75bef4 90%, #cae8fe 100%);
	background:-o-linear-gradient(left, #cae8fe 0, #75bef4 10%, #013ED1 50%, #75bef4 90%, #cae8fe 100%);/**/
	background:linear-gradient(to right, #cae8fe 0, #75bef4 10%, #013ED1 50%, #75bef4 90%, #cae8fe 100%);
	text-shadow: 1px 1px #000,-1px -1px #000,1px -1px #000,-1px 1px #000;
}

.decoTtl.ttlRed {
	filter: hue-rotate(110deg);
}
.decoTtl.ttlOg {
	filter: hue-rotate(170deg);
}
.decoTtl.ttlGrn {
	filter: hue-rotate(230deg);
}



/* =page info,news,event,premium
---------------------------------------------------- */
.tmp_archive article a {
	color: #333;
	line-height: 1.5;
}
.tmp_archive article a:hover {
	color: #C60;
}

.tmp_archive article .archiveHead {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tmp_archive article .archiveHead:after {
	display: none;
}
.tmp_archive article mark {
	float: right;
	padding: 1px 6px;
	border-radius: 3px;
	color: #FFF;
}
.tmp_archive article .archiveTtl {
	font-weight: bold;
}
.tmp_archive article .archiveImg {
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	/*background: #E6E6E6;*/
}
.tmp_archive article .archiveImg img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.tmp_archive .eventEndLabel {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	padding: 5px 10px;
	background: #db0000;
	color: #fff;
	font-weight: bold;
}
/* .tmp_archive article time, .tmp_archive .eventDate {
	color: #AAA;
	text-align: right;
} */

.mkDate {
	margin-bottom: 10px;
	padding: 4px 10px !important;
	color: #fff;
	font-weight: bold;
	box-shadow: 0 0 3px #fff inset, 1px 1px 1px #000;
	background: #009cff;/* F60 */
	display: inline-block;
}
#report .mkDate {
	background: #AAA;
}
.mkDate b {
	font-size: 120%;
}

.link_h3 {
	position: relative;
	margin-bottom: 10px;
	padding: 3px 15px 3px 5px;
	background: #f7f5d0;
	color: #222;
	border: 1px solid #000;
	box-shadow: 3px 3px 0 rgba(0,0,0,.3);
	border-radius: 3px;
}
.link_h3:last-child {
	margin-bottom: 0;
}
.link_h3:hover {
	box-shadow: 2px 2px 5px rgba(0,0,0,.3) inset;
}
.link_h3:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent #333;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5px;
	margin: auto;
}
.link_h3 a {
	display: block;
	color: #333;
}
.tmp_archive article .link_h3 mark {
	float: none;
	padding: 0 5px;
	margin-right: 10px;
	font-size: 12px;
	vertical-align: middle;
}

/* =page ticket
---------------------------------------------------- */
.saleEnd {
	background: #000 url(../img/ticket/soldout.png@v2) no-repeat center center;
}
.saleEnd > div {
	opacity: 0.7;
}

.t_price {
  table-layout: fixed;
  width: 100%;
  max-width: 500px;
  margin-top: 10px;
  line-height: 1.4;
}
.t_price tr {
  border-bottom: solid 1px #eee;
}
.t_price tr:last-child {
  border-bottom: none;
}
.t_price th {
  text-align: center;
}
.t_price td, .t_price th {
  padding: 10px;
  border-right: 1px solid #eee;
}
.t_price tr > *:last-child {
  border-right: none;
}

.ticketBox .imgs {
  display: flex;
}

#subpage .ticketBtn a {
  background-color: #F00;
  border: solid 2px #f00;
  color: #fff;
  border-radius: 15px;
  font-size: 1.5em;
  text-decoration: none;
  padding: .8em 1.2em;
  font-weight: bold;
  display: inline-block;
}
#subpage .ticketBtn a:hover {
  background-color: #fff;
  color: #f00;
}
.ticketRed {
  background-color: #F00;
  border: solid 2px #f00;
  color: #fff;
  font-size: 1.2em;
  text-decoration: none;
  padding: .8em 1.2em;
  font-weight: bold;
  display: inline-block;
  border-radius: 5px;
}
.bdrRed {
  /*border: solid 2px #f00;*/
  border: double 5px #0075cf;
  padding: .8em;
  display: inline-block;
} 

/* -------------------- kingticket */
.clmKing {
	border: 5px solid #ad9807;
}
.inKing {
	padding: 10px;
}

/* -------------------- playguide */
#playguide h3, #playguide h3 a {
	color: #009;
}

/* =page goods
---------------------------------------------------- */
.tblGoods {
	float:left;
}
.tblGoods th {
	font-size: 13px;
	padding: 10px 5px 5px;
	text-align: center;
	font-weight: normal;
	line-height: 1.3;
}
.tblGoods th b {
	margin-bottom: 5px;
	font-size: 14px;
	display: inline-block;
}
.tblGoods td {
	padding: 2px;
	text-align: center;
}

.trPrice td {
	color: #CC3333;
	font-weight: bold;
}

.tblGoods b {
	padding: 0 5px;
	color: #FFF;
}

.txtSP {color: #36C;}
.txtEV {color: #390;}
.txtKJ {color: #F63;}
.txtSP {background: #36C;color: #fff;}
.txtEV {background: #390;color: #fff;}
.txtKJ {background: #F63;color: #fff;}
.txtEV1 {background: #F6C;}
.txtEV2 {background: #FB0;}
.txtEV3 {background: #F23;}
.txtEV4 {background: #00654C;}
.txtEV5 {background: #004C65;}
.txtEV6 {background: #320065;}
.txtEV7 {background: #650032;}
.txtEV8 {background: #CB3200;}
.txtEV9 {background: #007298;}
.txtEV10 {background: #4C4C4C;}

.txtSP, .txtEV, .txtKJ {line-height: 1.3;}

.GoodsL {
	float: left;
}

/*　---------- dl goods */
.clmGoods {
	letter-spacing: -.40em;
}
.clmGoods p {
	letter-spacing: normal;
}
.dlGoods {
	/* float: left; */
	display: inline-block;
	line-height: 1.3;
	letter-spacing: normal;
	vertical-align: top;
	/*background: url(../img/bgContent.png) #fff;*/
	border: 1px solid #ddd;
  background-color: #fafdff;
}
.dlGoods dt {
	font-size: 13px;
	text-align: center;
	line-height: 1.3;
}
.dlGoods dt span.series {
	margin-bottom: 5px;
	padding: 2px 8px 0;
	color: #FFF;
	font-size: 13px;
	border-radius: 3px;
	display: inline-block;
}

.dlGoods dd.imgBox {
	text-align: center;
	/*border: 1px solid #ccc;*/
	box-sizing: border-box;
  background-color: #fff;
}
.dlGoods dd.imgBox a {
	display: block;
	background: #fff;
	padding: 5px;
}
.dlGoods dd.txt,
.dlGoods dd.txt2 {
	/*color: #FFF;*/
	line-height: 1.3;
}
.dlGoods dd.txt {
	/*font-size: 80%;
	background: rgba(0,0,0,0.5);*/
}
.dlGoods dd.txt2 {
	background: #C33;
	font-weight: bold;
  color: #fff;
  text-align: center;
}
.dlGoods dd.price {
	color: #320065;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
}
.dlGoods.soldout dd.price {
	text-decoration: line-through;
  text-decoration-color: #c33;
}
.itemSize {
	display: inline-block;
}
.itemSize:after {
	content: "/";
}
/*.itemSize:nth-last-of-type(2):after {
	content: none;
}*/
/* official */
#goodsOF .dlGoods {
	background-color: #fff1f1 !important;
	/*border: 1px solid #903 !important;*/
}
#goodsOF .dlGoods dt {
	font-size: 15px;
	font-weight: bold;
}
#goodsOF .dlGoods dt.fs14 {
  font-size: 1.4em;
}
/* craft */
.craftItem {
	margin-bottom: 10px;
	border: 1px solid #ddd;
	/*background: url(../img/bgContent.png) #fff;*/
  background-color: #fffff5;
	padding: 1%;
	box-sizing: border-box;
}
.craftCont .dlGoods {
  background-color: #fffff5;
}
.craftCont .dlGoods dt {
  font-weight: bold;
}
.craftCont .dlGoods dt.fs14 {
  font-size: 1.4em;
}
/* soldout */
.soldout .imgBox img,
.outOfStock.imgBox img {
	opacity: 0.5;
}
.soldout .imgBox a:hover img,
.outOfStock.imgBox a:hover img {
	opacity: 0.4;
}
.soldoutTxt {
	color: #c33;
	font-weight: bold;
	text-align: center;
}
.soldout .imgBox a,
.outOfStock.imgBox a {
	background: #000 url(../img/goods/soldoutBg.jpg@v2) !important;
	display: block;
}
.craftItem .txtBox {
	font-size: 90%;
}
.craftItem {
	line-height: 1.2;
}
.craftItem .txtBox ul {
	box-sizing: border-box;
}
.craftItem li {
	padding: 4px 0;
	box-sizing: border-box;
	border-bottom: 1px dashed #444;
}
.craftSoldout span:after,
.soldout ul li span:after,
.dlGoods.soldout .itemSize span:after {
	content: "※売り切れ";
	color: red;
	font-size: 75%;
	display: inline-block;
	padding-left: 5px;
}
.dlGoods .craftSoldout span:after,
.dlGoods.soldout .itemSize span:after {
	color: #C33;
	padding-left: 0;
	padding-right: 3px;
}
.craftSoldout span,
.soldout ul li span,
.dlGoods.soldout .itemSize span {
	text-decoration: line-through;
}
.dlGoods .craftSoldout span,
.dlGoods.soldout .itemSize span {
	text-decoration-color: #C33;
}

/*2021*/
.goodsMidCont {
  margin-bottom: 30px;
}
.goodsNote {
  /*color: #390;*/
  line-height: 1.4;
}

/* =page concept
---------------------------------------------------- */
.ulConcept li {
	font-weight: bold;
	text-shadow: 0 0 2px #FFF, 0 0 3px #FFF;
	background: #c7e8ee;
}
.ulConcept li a {
	color: #333;
	background: url(../img/arwB.png) no-repeat right bottom / 30px;
	display: block;
}

.ulConcept li.cmg {
	background: #c7e8ee url(../img/arwCmg.png) no-repeat right bottom;
}

/* -------------------- ultrashot */
.col4 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.col4:after {
	display: none;
}
.col4 li {
	margin-bottom: 10px;
}
.col3 {
	text-align: center;
}
/* -------------------- narikiri */
.narikiriCont .imgBox {
	width: 49%;
}
/* =page livestage
---------------------------------------------------- */
.clmStage h3 {
	padding: 10px;
	text-align: center;
}
.clmStage h4 {
	margin-left: 10px;
	padding-left: 5px;
	font-size: 120%;
	border-left: 3px solid #AAA;
}
.clmStage p {
	padding: 10px;
	color: #000;
	font-weight: bold;
}

.stageL h2 {
	color: #fff;
	background: linear-gradient(90deg, #004098, #00a0e9);
}
.stageR h2 {
	color: #000;
	background: linear-gradient(90deg, #fdd000, #fff100);
}
.stageL h2,
.stageR h2 {
	padding: 5px 15px;
	border: 3px solid #ccc;
}
.stageL h3 {
	color: #008bc5;
}
.stageR h3 {
	color: #eaaf00;
}
.stageImgCont {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
}
.stagetable {
  table-layout: fixed;
}
.stagetable tr:nth-child(2n) {
  background-color: #f2fcff;
}
.stagetable th, .stagetable td{
  padding: 7px 10px;
  font-weight: normal;
}
/* ------------------------------ livestage added */
#page-livestage {
	position: relative;
}
.btnAnchor {
	position: absolute;
	top: 0;
}
.btnAnchor a {
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background: #C00;
	display: block;
}
.btnAnchor a:hover {
	color: #FF0;
}
/* =diorama
---------------------------------------------------- */
.dioramaImgCont {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
}

/* ------------------------------ vacancy */
#vacancy h3 {
	padding: 8px 7px;
	text-align: center;
	color: #FFC;
	text-shadow: 0 0 3px #000;
	border: 5px double #000;
	box-shadow: 0 0 5px #000 inset, 0 0 5px #666;
	background: #333;
}
#vacancy h3 i {
	font-style: normal;
}


.tblVacancy {
	box-shadow: 0 0 5px #666;
	background: url(https://www.ultra-expo.com/summer/2023/wp-content/themes/ulfes2018/img/bgTbl.gif) #111;
}
.tblVacancy thead th,.tblVacancy thead td {
	color: #CCC;
	text-align: center;
	font-weight: bold;
}

.tblVacancy th {
	color: #EEE;
	border: 3px solid #000;
}

.tblVacancy td {
	color: #FFF;
	text-align: center;
	border: 3px solid #000;
}

.tblVacancy tbody td {
	font-size: 130%;
}

.pVacancy {
	text-align:center;
}


/* ------------------------------ photo */
#photoDtl {
	margin-top: 10px;
}

.btnPhoto li {
	width: 50%;
	float: left;
	text-align: center;
}

.btnPhoto li a {
	margin: 10px 5% 0;
	padding: 6px;
	display: block;
	color: #FFF;
	font-weight: bold;
	font-size: 120%;
	background: #28a86c;
	position: relative;
}
.btnPhoto li a:hover {
	background: #39b078;
}

.btnPhoto li a:before {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: 3px;
	left: 3px;
	border-left: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}
.btnPhoto li a:after {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: 3px;
	right: 3px;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}

/* ------------------------------ faq */
#toggleList .toggleIn {
	display: none;
}
#toggleList .HL2 {
	padding-right: 45px !important;
	box-shadow: 2px 2px 2px #aaa;
	position: relative;
	cursor: pointer;
}
#toggleList .HL2:hover,
#toggleList .HL2.active {
	box-shadow: 2px 2px 3px #aaa inset;
}
#toggleList .HL2:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #000066 transparent transparent transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
}
#toggleList .HL2.active:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 15px 15px;
	border-color: transparent transparent #000066 transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
}
#toggleList p {
	margin-bottom: 15px;
}

#faqBox dl {
  border-top: solid 1px #eee;
}
#faqBox dl:last-child {
  border-bottom: solid 1px #eee;
}
#faqBox dt, #faqBox dd {
  position: relative;
}
#faqBox dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 75px;
}
#faqBox dd {
  /*border-top: dashed 1px #eee;*/
  padding: 5px 75px 25px;
}
#faqBox dt::before {
  content: "Q.";
  position: absolute;
  font-size: 3em;
  color: #0075cf;
  font-weight: bold;
  line-height: 1;
  left: 0;
  top: 10px;
}
#faqBox dd::before {
  content: "A.";
  position: absolute;
  font-size: 3em;
  color: #db292b;
  font-weight: bold;
  line-height: 1;
  left: 0;
  top: -5px;
}
#faqBox dt div.plus {
  position: relative;
  float: right;
}
#faqBox dt div.plus span {
  display: inline-block;
  height: 4px;
  background-color: #0075cf;
}
#faqBox dt div.plus span:nth-of-type(1) {
  transition: all .3s;
}
#faqBox dt div.plus span:nth-of-type(2) {
  transform: translateY(0px) rotate(180deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#faqBox dt.open div.plus span:nth-of-type(1) {
    transform: translateY(0px) rotate(180deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/* ------------------------------ other */
#reserve_seat .sns_area,
#event .sns_area,
#fhueifeoafna473b9w2bs .sns_area{
  display: none;
}

.pum-content.popmake-content:focus-visible, 
.pum-content *:focus,
.pum-overlay .pum-content
{
	outline: none !important;
}

@media not all and (min-resolution:.001dpcm) { 
    @supports (-webkit-appearance:none) {
        .pum-overlay .pum-content {
            outline: none !important;
        }
    }
}

/* = 20230613 add
------------------------------ */
.other {
	padding-top: 100px;
}
#homeContents article.otherLayout {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 1.0rem;
	border-bottom: 0px solid #fff;
}
div.otherLayout::after {
	content: none;
}
#homeContents .other .contTtl {
    padding-right: 1.5em;
    font-size: 1.35em;
    font-weight: bold;
    color: #333;
    margin-bottom: 1rem;
}
#homeContents .other .contTtl span {
    margin-left: 0 ;
	margin-right: 1.5rem;
}
.other .contentsImgBox {
    width: 100%;
    position: relative;
    margin-bottom: 0rem;
}

.language-nav__list::after {
	content: none;
}

.language-nav__anchor {
	text-decoration: underline;
}