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

/*  ---------- main ---------- */
.main_v img{
	width: 100%;
}
.main_v .pc_none,.pcsp_none{
	display: none;
}
.main > dl { 
	--main-color: #dc4027; 
	position: relative; 
	padding: 3%; 
	box-shadow: 0 0 15px #ccc; 
	box-sizing: border-box; background-color: #fff; 
	background-image: linear-gradient(315deg, transparent 0 40px, var(--main-color) 40px 60px, transparent 50px calc(100% - 60px), var(--main-color) calc(100% - 60px) calc(100% - 40px), transparent calc(100% - 40px)); 
	color: var(--main-color); 
	margin: 40px 0 80px; 
}
.main > dl dt{
	margin-bottom:0.5em;
}
.main > dl p{
	color: #000;
}
.main h3{
    font-family: 'Jost', sans-serif !important;
    font-size: 240% !important;
    margin: 0 auto 0 !important;
	padding: unset !important;
	color: #122e4a !important;
	text-align: center !important;
}
.main h3 span{
	color: #dc4027;
}
/*  ---------- detail_box ---------- */
.detail_box{
	background: linear-gradient(335deg,#e4e4e5 0%,#e4e4e5 90%,#fff 90%,#fff 100%);
    padding: 0 4% 4% 4%;
	margin-bottom:80px;
}
.detail_box .gaikan_box dl{
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.detail_box .gaikan_box dl dt{
    width: 49%;
    background: url(/event/wp-content/uploads/2022/06/0611_preopen/20220611_preopen_gaikan.png) no-repeat center/cover;
    background-size: 100%;
    height: 280px;
}
.detail_box .gaikan_box dl dd{
	width: 48%;
}
.detail_box .gaikan_box h4{
	border-bottom: unset !important;
	font-size: 160% !important;
	text-align: left !important;
    margin: 0 auto 0.1em !important;
	letter-spacing: 0.1em !important;
    color: #122e4a !important;
}
.detail_box ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    margin: 80px auto 0;
}
.detail_box ul li{
    width: 39.5%;
    margin-bottom: 60px;
	background:#fff;
	box-shadow: 10px 10px 10px rgb(0 0 0 / 18%);
	padding: 4%;
	position: relative;
}
.detail_box ul li em{
	color: #dc40279e;
    font-size: 800%;
    font-weight: bold;
    line-height: 1em;
    font-family: 'Akzidenz Grotesk Black', 'Helvetica Neue', Helvetica, sans-serif !important;
    position: absolute;
    top: 0;
    left: 0;
}
.detail_box ul li dt{
	height: 380px;
	margin-bottom: 1em;
}
.detail_box ul li dt img{
	width: 100%;
    height: 100%;
	object-fit: cover;
}
.detail_box ul li dd h5{
	font-weight: bold;
    font-size: 120%;
	border-bottom: 1px #000 solid;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
}
/*  ---------- campaign_box ---------- */
.campaign_box dl{
    margin: 40px 0 0;
}
.campaign_box dl{
    display: flex;
    justify-content: space-between;
}
.campaign_box dl h4{
	border-bottom: unset !important;
	font-size: 140% !important;
	text-align: left !important;
	margin: 0 auto 10px !important;
}
.campaign_box dl h4 span{
    background: #000;
    color: #fff;
    font-size: 16px;
    padding: 5px 10px;
    margin-right: 1em;
}
.campaign_box dl dt{
	width: 41%;
    height: auto;
}
.campaign_box dl dt img{
	width: 100%;
    height: 100%;
	object-fit: cover;
}
.campaign_box dl dd{
	width: 55%;
}
.campaign_box  .logo{
	max-width: 300px;
	width: 80%;
	margin: 10px auto;
}
.campaign_box dl dd h5{
	font-size: 120% !important;
    font-weight: bold;
    text-align: center !important;
    margin-bottom: 1em;
}
.campaign_box dl dd .btn{
	width: 60%;
    margin: 20px auto;
	text-align:center;
	background:#000;
}
.campaign_box  .btn span{
	font-size:13px;
	font-weight:bold;
}
.campaign_box  .btn:hover{
	color:#fff !important;
}
.campaign_box .lifestyle_box{
    padding: 2% 4%;
    margin-top: 2em;
    border: solid #E3C28E 1px;
    background: #fff;
    box-shadow: 0 1px 3px 0 #333;
    position: relative;
}
.campaign_box .lifestyle_box::before,.campaign_box .lifestyle_box::after{
	content:'';
	position: absolute;
	top: 50%;
	height: 30px;
}
.campaign_box .lifestyle_box::before{
	left: 0;
	width: 30px;
	height: 30px;
	background-color: #e4e4e5;
	border-radius: 100%;
	box-shadow: 0 1px 3px 0 #333 inset;
	transform: translate(-50%, -50%);
}
.campaign_box .lifestyle_box:after {
	left: -17px;
	width: 15px;
	background-color: #e4e4e5;
	transform: translate(0, -50%);
}
.campaign_box .lifestyle_box h4{
    border-bottom: 1px solid #d7ae85 !important;
    padding: 0 !important;
    color: #d7ae85 !important;
    font-size: 160% !important;
    text-align: center !important;
    margin: 0 auto 0.5em !important;
    letter-spacing: 0.05em;
}
.campaign_box .lifestyle_box h4 span{
	display: block;
	color: #d7ae85;
    background: unset;
	font-size: 140%;
    margin: 0 auto;
    padding: 0;
	font-family: 'Brygada 1918', serif;
	line-height: 1.3em;
}
.campaign_box .lifestyle_box h5{
	font-size: 140% !important;
    font-weight: bold;
    text-align: center !important;
    margin-bottom: 0.3em;
	color: #122e4a;
}
.campaign_box .lifestyle_box h5 span{
	color: #dc4027;
}
/*  ---------- seminar_box ---------- */
.seminar_box{
	margin-bottom: 80px;
	background: #4e7092;
    padding:4% 4% 2% 4%;
}
.seminar_box > p{
	color: #fff;
}
.seminar_box h3{
	font-family: 'Jost', sans-serif !important;
	font-size: 350% !important;
	margin: 0 auto 0 !important;
	text-align: center !important;
	letter-spacing: 0.1em !important;
	letter-spacing: 0.1em !important;
    color: #fff !important;
	text-shadow: -2px 0 0 #909090;
	line-height: 1.3em !important;
}
.seminar_box h4{
	border-bottom: unset !important;
	font-size: 160% !important;
	text-align: center !important;
	margin: 0 auto 20px !important;
	letter-spacing: 0.1em !important;
    color: #fff !important;
}
.seminar_box ul{
	display: flex;
	justify-content: space-between;
	margin: 20px 0 1em;
}
.seminar_box ul dl{
	width: 43.8%;
	background: #fff;
    padding: 2%;
	position: relative;
}
.seminar_box ul dl::after{
	content: "";
    width: 30px;
    height: 30px;
    background: linear-gradient(-45deg, #4e7092 52%, #4e7092 52%, #4e7092 52%, #fff 52%);
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    box-shadow: -1px -1px 2px #4e709266;
    display: inline-block;
    position: absolute;
    bottom: -1px;
    right: -1px;
}
.seminar_box ul dl dt{
	height: 180px;
	margin-bottom: 0.5em;
}
.seminar_box ul dl dt img{
	width: 100%;
    height: 100%;
	object-fit: cover;
}
.seminar_box ul dl dd .seminar_ttl{
	display: table;
    margin: 0 auto 10px;
}
.seminar_box ul dl dd .seminar_ttl h5{
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	color: #122e4a;
}
.seminar_box ul dl dd .seminar_ttl h5 span{
	color: #dc4027;
}
.seminar_box ul dl dd .seminar_ttl .time{
    height: 26px;
    line-height: 26px;
    text-align: center;
	background: #eee;
}
.seminar_box .notes{
	color: #fff;
}
.notes{
	text-align: right;
}
/*  ---------- info_box ---------- */
.info_box{
	margin: 0 auto 80px !important;
}
.info_box h3{
	font-size: 150% !important;
    text-align: left !important;
    margin: 0 !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(2){
	width: 50%;
}
.info_box ul li table{
	width: 100%;
	margin-bottom: 20px;
}
.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 corciesol_box ---------- */
.info_box .corciesol_box{
	background: #f9f9f9;
    padding: 2%;
}
.info_box .corciesol_box dl{
	display: flex;
	justify-content: space-between;
}
.info_box .corciesol_box dl dt{
	width: 30%;
}
.info_box .corciesol_box dl dt img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.info_box .corciesol_box dl dd{
	width: 65%;
}
.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: 1199px) {
	.detail_box ul{
		width: 96%;
	}
	.campaign_box{
		width: 96%;
		margin: 0 auto;
	}
	.info_box{
		width: 96%;
	}
	.form_box{
		width: 96%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 959px){
	.pc_none{
		display: unset !important;
	}
	.main h3{
		font-size: 200% !important;
	}
	.campaign_box .lifestyle_box {
		padding: 3% 6%;
	}
}
@media screen and (max-width: 768px){
	.tablet_none{
		display: none;
	}
	.pcsp_none{
		display: block;
	}
	.main > dl{
		padding: 4%;
	}
	.main  dt{
		text-align: center;
	}
	.detail_box .gaikan_box h4{
		text-align: center !important;
	}
	.detail_box .gaikan_box dl{
		display: block;
		justify-content: unset;
		align-items: unset;
	}
	.detail_box .gaikan_box dl dt{
		width: unset;
	}
	.detail_box .gaikan_box dl dd{
		width: unset;
	}
	.detail_box ul{
		display: block;
		flex-wrap: unset;
		justify-content: unset;
		margin: 40px auto 0;
	}
	.detail_box ul li{
		width: unset;
		margin-bottom: 60px;
		padding: 5%;
	}
	.detail_box ul li:last-child{
		margin: 40px 0 120px;
	}
	.campaign_box dl{
		display: block;
		margin: 40px auto 0;
	}
	.campaign_box dl dt{
		width: unset;
		margin-bottom: 1em;
	}
	.campaign_box dl dd{
		width: unset;
	}
	.campaign_box .lifestyle_box {
		padding: 2% 4%;
	}
	.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: 40vh;
	}
	.info_box .corciesol_box{
		margin-bottom: 20px;
	}
	.info_box ul li:nth-child(2) iframe{
		width: 100%;
	}
}
@media screen and (max-width: 599px){
	.main > dl{
		width: 96%;
		margin: 40px auto 0;
	}
	.main h3 span{
		display: block;
	}
	.campaign_box .lifestyle_box {
		padding: 4%;
	}
	.campaign_box .lifestyle_box h4{
		font-size: 140% !important;
	}
	.seminar_box ul{
		display: block;
		justify-content: unset;
		margin: 40px auto 1em;
	}
	.seminar_box ul dl{
		width: unset;
		background: #fff;
		padding: 4%;
		margin-bottom: 2em;
	}
	.seminar_box ul dl:last-child{
		margin-bottom: 1em;
	}
}
@media screen and (max-width: 420px){
	.tablet_none{
		display: block;
	}
	.pcsp_none{
		display: none;
	}
	.detail_box ul li em {
		font-size: 700%;
	}
	.main h3 {
		font-size: 180% !important;
	}
	.campaign_box .lifestyle_box{
		padding: 4% 8%;
	}
	.campaign_box .lifestyle_box h5 span{
		display: block;
	}
	.seminar_box ul dl dd .seminar_ttl h5 {
		font-size: 120%;
	}
}
@media screen and (max-width: 310px){
	.main h3{
		font-size: 170% !important;
	}
}
@media screen and (max-width: 280px){
}