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

* {
  margin: 0;
  padding: 0;
}

a:link { color:#E70014; text-decoration:none; }
a:visited { color:#E70014; }

.pc { display: block !important; }
.sp { display: none !important; }

body{
    padding: 0;
    font-family:"Noto Serif JP","Hiragino Mincho ProN","Hiragino Mincho Pro","Yu Mincho","YuMincho","MS PMincho",serif;
    background:#000;
    color: #ffffff;
    width: 100%;
}

/*---h,p---*/
h1 {
    font-size: 54px;
}
h2{
    font-size: 40px;
    padding-bottom: 0.2em;
}
h3{
    font-size: 22px;
}
h4{
    font-size: 24px;
    text-align: center;
}
p{
    font-size: 20px;
    text-align: center;
    margin-top: 1%;
}

/*---header---*/
header{
    width: 100%;
    height: 60px !important;
    background: #E70014;
    display: flex;
    justify-content: left;
    align-items: center;
}
header img{
    width: 100%;
}
header .logo{
    width: 322px;
    margin-left: 25px;
}

/*--wrapper--*/
#wrapper{
    width: 100%;
}

/*---content---*/
.content {
    margin-top: 6%;
    letter-spacing: 0.1em;
    background-color: #000;
}
.content img{
    width: 100%;
}

/*---box---*/
.box {
    margin: 6% auto;
    text-align: center;
}
.inner{
    width: 76%;
    margin: 0 auto 0;
}
.end {
    margin: 6% auto 12%;
}

/*---ttl---*/
.ttl {
    color: #E70014;
    border-bottom: 2px solid #fff;
    position: relative;
    width: 70%;
    margin: 0 auto 3%;
    text-align: left;
}
.ttl:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #E70014;
    bottom: -3px;
    width: 30%;
}

/*---read---*/
#read {
    width: 100%;
    position: relative;
    margin: 0 auto 8%;
}
#read h1{
    color: #E70014;
    margin-bottom: 5%;
}
#read h2{
    font-size: 32px;
    line-height: 1.6em;
    margin-bottom: 5%;    
}
#read h3{
    color: #fff;
    font-weight: normal;
}
#read .red {
    font-size: 26px;
    color: #E70014;
}
#read .white {
    color: #000;
    background: #fff;
    padding: 0 10px;
}
.read-txt{
    position: absolute;
    top: 5%;
    left: 10%;
}

/*---date---*/
#date {
    width: 100%;
}
#date h4{
    font-size: 34px;
}
.date-wrap {
	width: 70%;
	margin: 2rem auto 0;
    font-size: 20px;
}
.date-row {
	display: flex;
}
.date-row:not(:last-child) {
	border-bottom: 3px solid #000;
}
.date-part,
.date-time {
	padding: 0.8em;
	font-weight: 700;
	text-align: center;
}
.date-part {
	width: 35%;
	background: #E70014;
	color: #fff;
	border-right: 3px solid #000;
}
.date-time {
	width: 65%;
	background: #fff;
	color: #000;
}


/*---fee---*/
#fee {
    width: 100%;
}
#fee h4{
    font-size: 34px;
}

/*---entry---*/
#entry {
    width: 100%;
}
.entry-wrap {
	width: 70%;
	margin: 2rem auto 0;
    font-size: 20px;
}
.entry-head {
	background: #E70014;
	color: #fff;
	font-weight: 700;
	text-align: center;
	padding: 0.8em;
    border-bottom: 3px solid #000;
}
.entry-row {
	display: flex;
    border-bottom: 3px solid #000;
    align-items: center;
    background: #fff;
}
.entry-label,
.entry-content {
	padding: 0.8em;
	font-weight: 700;
}
.entry-label {
	width: 35%;
	background: #ffffff;
	color: #000000;
	border-right: 3px solid #000;
}
.entry-content {
	width: 65%;
	background: #fff;
	color: #000;
}

/*---venue---*/
#venue {
    width: 100%;
}
.map-wrap {
  width: 70%;
  margin: 2% auto;
}
.map-wrap iframe {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 2;
  border: 0;
}
@media screen and (max-width: 767px) {
  .map-wrap {
    width: 80%;
  }
}

/*---organizer---*/
#organizer {
    width: 100%;
}

/*---contact---*/
#contact {
    width: 100%;
}
#contact a:link { color:#fff; text-decoration:underline; }
#contact a:visited { color:#fff; }

/*---btn---*/
.txt-btn {
    background-color: #fff;
    color: #E70014;
    width: 50%;
    padding: 2% 0;
    font-size: 26px;
    font-weight: bold;
    border-radius: 100px;
    cursor: pointer;
    transition: 0.3s;
    margin: 8% auto 5%;
    position: relative;
    font-family: inherit;
    text-align: center;
    border: solid 3px;
}
.txt-btn:hover {
    opacity: 0.5;
}
.txt-btn::after{
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background: url(../../images/event/icons/btn-icon.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
}
.icon-btn {
    width: 60px;
    margin: 0 auto 15%;
}
.icon-btn img{
    width: 100%;
}

/*---pageTop---*/
#pageTop {
  position: fixed;
  bottom: 0;
  right: 30px;
  line-height: 0;
  cursor: pointer;
  z-index: 9999;
  display: none;
}
#pageTop img {
    width: 70px;
    padding-bottom: 30px;
}

/*---footer---*/
footer .copy{
    font-size: 13px;
    letter-spacing: 1px;
    text-align: center;
    padding: 1% 0;
    background: #E70014;
    color: #fff;
}