<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.maindesign *, 
.maindesign *:before, 
.maindesign *:after {
	box-sizing: border-box;
	}
#main {
	margin-bottom: 100px;
	overflow: hidden;
}
@media screen and (max-width:767px) {
	#main {
		margin-bottom: 50px;
	}
}

.maindesign .page--item-leave {
	margin-top: 50px;
}
.maindesign .page--item-moderate {
	margin-top: 30px;
}
.maindesign .page--item-close {
	margin-top: 30px;
}
@media screen and (max-width:767px) {
	.maindesign .page--item-leave {
		margin-top: 30px;
	}
	.maindesign .page--item-close {
		margin-top: 15px;
	}
	.section-imitation {
		margin: 0 10px;
	}
}

.maindesign .feature-hdg2 {
	position: relative;
    padding-bottom: 1.25rem;
    border-bottom: 3px solid #B6B6B6;
    font-size: 1.75rem;
    margin-top: calc(80px - 0.6rem);
    margin-bottom: calc(40px - 0.75rem);
}
.maindesign .feature-hdg2::after {
	position: absolute;
    content: " ";
    border-bottom: solid 3px #E5002D;
    bottom: -3px;
    width: 8%;
    display: block;
}

@media screen and (max-width:767px) {
	.maindesign .feature-hdg2 {
		font-size: 1.5rem;
		margin-top: calc(60px - 0.6rem);
		margin-bottom: calc(45px - 0.75rem);
		line-height: 1.2;
	}
}

.maindesign .pc-only {
	display: block;
}
.maindesign .sp-only {
	display: none;
}
@media screen and (max-width:767px) {
	.maindesign .pc-only {
		display: none;
	}
	.maindesign .sp-only {
		display: block;
	}
}

.maindesign .komeri-btn {
	position: relative;
	background-color: #979797;
    cursor: pointer;
	border-radius: 40px;
	opacity: 1.0;
}
.maindesign .komeri-btn:hover {
	opacity: 0.75;
    transition: 0.6s;
}
.maindesign .komeri-btn &gt; a {
	text-decoration: none;
}
.maindesign .komeri-btn--inner {
	font-feature-settings: "palt";
	color: #fff;
	padding: 1.25rem 2rem 1.25rem 1.75rem;
	width: auto;
    height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
	font-weight: bold;
	font-size: 1.65rem;
}
.maindesign .komeri-btn__orange {
	background-color: #EA6D0D !important;
}
.maindesign .komeri-btn--inner::after {
	content: '';
	position: absolute;   
	top: 50%; 
	right: 18px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 8px;
    height: 8px;
	transform: translateY(-50%) rotate( 45deg);
}

@media screen and (max-width:767px) {
	.maindesign .komeri-btn--inner {
		font-size: 1.35rem;
		padding: 1.05rem 2rem 1.05rem 1.75rem;
	}
}

.maindesign .btns .btns--unit:not(:first-child) {
	margin-top: 20px;
}

.maindesign img {
	width: 100%;
	height: auto;
	display: block;
}
.maindesign .menu-btn-list a {
	color: #fff;
	display: flex;
}
.maindesign .breadcrumb {
	margin-bottom: 5px;
	font-size: 0.95rem;
}
.maindesign .breadcrumb,
.maindesign .breadcrumb a {
	color: #83838f;
	text-decoration: none;
}
@media screen and (max-width:767px) {
	.maindesign .breadcrumb {
		margin-left: 5px;
		font-size: 0.85rem;
		line-height: 1.25;
	}
}

.maindesign .lead-text {
	font-size: 1.0rem;
	line-height: 1.5;
}
@media screen and (max-width:767px) {
	.maindesign .lead-text {
		font-size: 0.95rem;
	}
}

.maindesign .title {
	position: relative;
	background-image: url('/contents/event/12_oniwa/img/240116/title.jpg');
	width: 870px;
	height: 200px;
	background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
}
.maindesign .title--inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-weight: bold;
	font-size: 4.0rem;
	text-shadow: 3px 2px 20px #000;
	color: #fff;
	white-space: nowrap;
}

@media screen and (max-width:767px) {
	.maindesign .title {
		background-image: url('/contents/event/12_oniwa/img/240116/title_sp.jpg');
		background-size: cover;
		background-position: center center;
		height: 150px;
		width: 100%;
	}
	.maindesign .title--inner {
		font-size: 8.5vw;
		left: 15px;
		transform: translate(0,-50%);
	}
}



.maindesign .card {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
  }
  .maindesign .card--unit {
	width: 24%;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 5px;
  }
  .maindesign .card .card--unit::before,
  .maindesign .card .card--unit::after {
	content: '';
	display: block;
	width: 24%;
	height: 0;
  }
  .maindesign .card .card--unit:nth-child(n+5) {
	margin-top: 20px;
  }
  .maindesign .card--link {
	color: #000;
	text-decoration: none;
  }
  .maindesign .card--inner {
	padding: 15px 10px 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
  }
  .maindesign .card--img {
	min-height: 0%;
  }
  .maindesign .card--img img {
	width: 100%;
	height: auto;
  }
  .maindesign .card--text {
	margin-top: 10px;
	font-weight: bold;
	line-height: 1.3;
	font-size: 1.0rem;
  }
  
  @media screen and (max-width:767px) {
	.maindesign .card--unit {
	  width: 49%;
	}
	.maindesign .card .card--unit::before,
	.maindesign .card .card--unit::after {
	  content: '';
	  display: block;
	  width: 49%;
	  height: 0;
	}
	.maindesign .card .card--unit:nth-child(n+3) {
	  margin-top: 20px;
	}
	.maindesign .card--text {
	  font-size: 0.9rem;
	}
  }

    .maindesign .card::before, .maindesign .card::after {
    content: '';
    display: block;
    width: 24%;
    height: 0;
}

   .maindesign .card::before {
    order: 01;
}
</pre></body></html>