@charset "UTF-8";

/*  ---------- main_image ---------- */
#main_image {
    background: #450808;
	position:relative;
	padding:50px;
	box-sizing:border-box;
	margin:0 0 70px 0;
}
#main_image img#title{
	position:absolute;
	width:600px;
	top:35px;
	left:20px;
}
#main_image img#days{
	position:absolute;
	width:600px;
	bottom:35px;
	left:25px;
}
#main_image dl{
	width:70%;
	height:500px;
	overflow:hidden;
	margin:0 0 0 auto;
}
#main_image dl img{
	width:100%;
	height:100%;
	object-fit:cover;
}


/*  ---------- main_ep ---------- */
.main_ep {
    margin: 0px auto 70px;
}
.main_ep dl {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    position:relative;
}
.main_ep dl dt {
    width: 48%;
    height: auto;
    overflow: hidden;
}
.main_ep dl dt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main_ep dd {
    width: 49%;
}
.main_ep dd div {
    position:absolute;
    top:20px;
}
.main_ep dd h4 {
    color: #611f02;
    width: unset !important;
    position: relative !important;
    text-align: center !important;
    font-size: 150% !important;
    padding: 1em 0 !important;
    margin: 0 auto 0 !important;
    border-top: solid 2px #611f02;
    border-bottom: solid 2px #611f02 !important;
    line-height: 1.2em;
}

.main_ep dd h4::before,.main_ep dd h4::after {
	position:
	absolute;
	content: '';
	display:
	inline-block;
	top: -0.7em;
	width: 2px;
	background: #611f02;
	height: -webkit-calc(100% + 14px);
	height: calc(100% + 30px);
}
.main_ep dd h4::before {
	left: 2%;
}
.main_ep dd h4::after {
	right: 2%;
}
.main_ep dd h5 {
    font-size:120%;
    font-weight:
    bold !important;
    margin: 2.5em 0 0.5em;
}


/*  ---------- point_box ---------- */
.point_box {
    background: #ececec;
    padding: 20px 4%;
    margin: 60px auto 80px;
    position: relative;
}
.point_box::before,.point_box::after {
    position: absolute;
	content:"";
	width:0;
	height:0;
}
.point_box::before {
	top: 5px;
	left: 5px;
	border: 20px transparent solid;
	border-top: 20px #bbb solid;
	border-left: 20px #bbb solid;
}
.point_box::after {
    bottom: 5px;
    right: 5px;
    border: 20px transparent solid;
    border-bottom: 20px #bbb solid;
    border-right: 20px #bbb solid;
}
.point_box > dl {
    display: flex;
    justify-content: space-between;
    margin: 30px auto 60px;
}
.point_box > dl h3 {
    font-family: 'Jost', sans-serif !important;
    font-size: 400% !important;
    text-align: left !important;
    font-weight:500 !important;
    margin: 0 0 0 !important;
    line-height: 1.2em !important;
    padding: 0 0 !important;
    display:
    unset !important;
    width: 50% !important;
    border-right: 2px solid #000;
}
.point_box > dl p {
	font-size: 100%;
	font-weight: bold !important;
	margin-left: 3% !important;
}
.point_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.point_box ul li {
    background: #fff;
    width: 48.5%;
    position: relative;
    margin-bottom: 2em;
    padding: 1.5em 0 1.2em 0;
    box-shadow: 10px 10px 10px rgb(0 0 0 / 10%);
}
.point_box ul li h5 {
    position: absolute;
    font-weight: 500;
    font-family: 'Jost', sans-serif;
    font-size: 200%;
    top: -25px;
    left: 2%;
}
.point_box ul li h4 {
    width: unset !important;
    position: unset !important;
    text-align: left !important;
    font-size: 130% !important;
    border-bottom:
    unset !important;
    padding: 0 0 0 0 !important;
    margin: 0 0 0 2% !important;
}
.point_box ul li h4 span {
    color: #c30e23;
}
/*  ---------- kumagaya ---------- */
.kumagaya {
    margin: 0 auto 80px;
    background: #ececec;
    padding: 4%;
    /* position: relative; */
}
.kumagaya dl {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    background: #fff;
    padding: 2%;
    position: relative;
}
.kumagaya dl .ribbon {
    display: inline-block;
    position: absolute;
    background: #000;
    box-sizing: border-box;
    top: -20px;
    left: -10px;
    padding: 0.2em 1.2em;
}
.kumagaya dl .ribbon::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-right: solid 10px #bbbbbb;
}
.kumagaya dl .ribbon h6 {
    color: #fff;
    font-family: 'Jost', sans-serif;
}
.kumagaya dl dt {
    width: 40%;
    height: auto;
    box-shadow: 10px 10px 10px rgb(0 0 0 / 10%);
}
.kumagaya dl dt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.kumagaya dl dd {
    width: 58%;
}
.kumagaya dl dd .title {
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    border-bottom: 2px #333 dotted;
}
.kumagaya dl dd .title h4 {
    width: unset !important;
    position: unset !important;
    text-align: left !important;
    font-size: 180% !important;
    border-bottom: unset !important;
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
}
.kumagaya dl dd .title h5 {
    font-size: 130%;
}
.kumagaya dl dd .more {
    width: 180px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.kumagaya dl dd .more a {
    font-family: 'Jost', sans-serif;
    height: auto;
    margin: 20px auto 0;
    color: #000;
    text-decoration: none;
    display:
    inline-block;
    border: 1px solid #000;
    padding: 1em 2.5em;
    transition: all .3s;
    background: #fff;
    font-size: 13px;
    position: relative;
}
.kumagaya dl dd .more a::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    left: 90%;
    width: 80px;
    height: 5px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: skew(45deg);
    transition: .3s;
  }
.kumagaya dl dd .more a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #000;
    border-color: #000;
}
.kumagaya dl dd .more a:hover::after {
    position: absolute;
    top: calc(50% - 5px);
    left: 90%;
    width: 120px;
    height: 5px;
  }
/*  ---------- info_box ---------- */
.info_box {
    margin: 0 auto 80px !important;
}
.info_box h3 {
    font-size: 150% !important;
    text-align: left !important;
    margin: 0 0 5px!important;
}
.info_box ul {
    display: flex;
    justify-content: space-between;
}
.info_box ul li:nth-child(1) {
    width: 48%;
}
.info_box ul li:nth-child(1) .notes {
    margin: 0.5em auto 0.5em !important;
}
.info_box ul li:nth-child(2) {
    width: 50%;
    height: auto;
    overflow: hidden;
}
.info_box ul li table {
    width: 100%;
}
.info_box ul li tr {
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}
.info_box ul li tr th {
    font-size:90%;
    color:#fff;
    font-weight:bold;
    width: 20%;
    text-align: center;
    letter-spacing: 0.1em;
    background: #000;
    padding: 10px 0;
    margin-right: 16px;
}
.info_box ul li tr td {
    padding-left: 16px;
}
/*  ---------- info_box present_box ---------- */
.info_box .present_box {
	background: #f9f9f9;
    padding: 2%;
}
.info_box .present_box dl {
	display: flex;
	justify-content: space-between;
    margin-bottom: unset;
}
.info_box .present_box dl dt img {
	width: 200px;
	height: auto;
}
.info_box .present_box dl dd {
	width: 65%;
	margin-left: 3%;
}
.info_box .present_box dl dd .pre_tag {
    background: #C30E2A;
    display: table;
    padding: 0 10px;
    margin: 0 0 0.5em;
}
.info_box .present_box dl dd .pre_tag span {
    color: #fff;
    font-family: 'Jost', sans-serif;
    letter-spacing: 0.2em;
}
.info_box .present_box dl dd h4 {
    width: unset !important;
    font-size: 120% !important;
    border-bottom: 1px solid #ccc !important;
    margin: 0 auto 0 !important;
}

.form_title {
    font-size: 150%;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px 0;
    border-radius: 50px;
    margin-bottom: 50px;
}

@media screen and (max-width: 1200px) {
    #main_image .main_box .main_imgBg {
        height: 380px;
    }
    .main_ep {
        width: 96%;
    }
    .info_box {
        width: 96%;
    }
    .form_box {
        width: 96%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1099px) {
	.main_ep dd h4 span{
		display:block;
	}
}

@media screen and (max-width: 959px){

    .main_ep dd h4 {
        font-size: 180% !important;
    }
}
@media screen and (max-width: 768px){
		#main_image {
		padding:45vw 7% 50px;
		margin:0 0 10px 0;
	}
	#main_image img#title{
		width:93%;
		left:0;
		right:0;
		margin:auto;
	}
	#main_image img#days{
		width:93%;
		bottom:35px;
		left:0;
		right:0;
		margin:auto;
	}
	#main_image dl{
		width:100%;
		height:50vh;
		overflow:hidden;
		margin:0x 0 0 auto;
	}
	#main_image dl img{
		width:100%;
		height:100%;
		object-fit:cover;
	}

    .main_ep {
        padding: unset;
        margin: 0px auto 40px;
    }
    .main_ep dl{
        display: block;
        justify-content: unset;
        flex-direction: unset;
        position: unset;
    }
    .main_ep dl dt {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }
    .main_ep dd {
        width: unset;
    }
    .main_ep dd div {
        position: unset;
        top: unset;
    }
    .main_ep dd h4 {
        width:100%;
        text-align: center !important;
        letter-spacing: unset;
        position: relative!important;
        margin: 20px auto!important;
    }
    .main_ep dd h5{
        margin: 2em 0 0.5em;
    }
	.point_box h3{
	    font-size: 400% !important;
	    text-align: center !important;
	    font-weight:500 !important;
	    margin: 0 auto 0 !important;
	    line-height: 1.2em !important;
	    padding: 0 2em !important;
		display:block !important;
	}
    .point_box > dl {
        display: block;
        justify-content: unset;
    }
    .point_box > dl h3{
        width: unset !important;
        text-align: center !important;
        border-right: unset;
        margin: 0 auto 0.2em !important;
        display: block !important;
    }
	.point_box > dl p {
		margin-left: unset !important;
	}
    .kumagaya dl {
        display: block;
        justify-content: unset;
        padding: 4%;
    }
    .kumagaya dl dt {
        width: unset;
        height: 300px;
        margin: 0 auto 1em;
    }
    .kumagaya dl dd {
        width: unset;
    }
	.info_box ul {
		display: block;
		justify-content: unset;
    }
    .info_box ul li:nth-child(1){
        width: unset;
    }
    .info_box ul li:nth-child(2){
        width: unset;
        height: 400px;
        overflow: hidden;
    }
    .info_box .notes {
        margin-bottom: 20px !important;
    }
    .info_box .present_box{
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 599px){
    #event.sub section#subContainer div.main_box .main_ep dd h4 {
        position: relative!important;
        margin: 20px auto!important;
        }

		.point_box ul{
            display: block;
            flex-wrap: unset;
            justify-content: unset;
        }
		.point_box ul li{
            width: unset;
        }
		.point_box ul li h4 {
		    font-size: 120% !important;
		}
			.point_box ul li h5 {
		    top: -20px;
		}
        .kumagaya dl dd .title h4 {
            font-size: 140% !important;
        }
        .kumagaya dl dd .title h5 {
            font-size: 120%;
        }

}
@media screen and (max-width: 460px){
	.main_ep dd h4 {
		font-size: 150% !important;
	    padding: 1em 0 0.8em !important;
	    line-height: unset;
	}
	.main_ep dd h4::before,.main_ep dd h4::after {
		height: calc(100% + 25px);
	}
    #event.sub section#subContainer div.main_box .main_ep dd h4 span {
        display:block;
        line-height:1em;
    }
    .point_box > dl h3{
        font-size: 300% !important;
    }
}
