@charset "UTF-8";

/* ====================================
	共通スタイル
 ==================================== */

.B	{ font-weight:bold !important; }
.red	{ color:#d13218 !important; }


h4 {
  color: #f27e64;
  font-size: 174%;
  font-weight: 700;

}
.txt-strong {
     background-color: #ffdc62;
	 font-weight:700;
}



/*----------------
  scroll-up
----------------*/
.scroll-up {
	opacity: 0; 
	visibility: hidden;
	transform: translateY(30%);
	transition: all 1s;
}
.scroll-up.is-show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}




#contents {
	background:#ffeeeb;
	padding-top: 10rem;
}

#lineup {
	padding-top: 10rem;
}

.title-outer {
	padding-top: 6rem;
	padding-bottom: 8rem;
	background-color: #fff;
	background-image: url(/souji/feature/images/diagonal.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
h3.ttl_txt {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	color:#d13218;
	font-size: 197%;
	font-weight: 700;
}
.sub-width {
	max-width: 90rem;
	padding: 8rem 0 10rem;
	margin-left: auto;
	margin-right: auto;
}
.sub-width p {
	font-size: 116%;
	padding-bottom: 3.5rem;
	line-height: 180%;
}

/*----------------
  heading
----------------*/

.heading {
  align-items: center;
  display: flex;
  justify-content: center;
}
.heading::before,
.heading::after {
  background-color: #f27e64;
  border-radius: 2px;
  content: "";
  height: 2px;
  width: 40px;
}
.heading::before {
  margin-right: 0.6rem;
  transform: rotate(60deg);
}
.heading::after {
  margin-left: 0.6rem;
  transform: rotate(-60deg);
}


/*----------------
  title-lineup
----------------*/


.title-lineup {
	font-size: 197%;
	color:#000;
	font-weight: 700;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}

.title-lineup-img {
	width: 22rem;
	height: 2.4rem;
	margin: -0.5rem auto 4rem;
	text-align: center;
	justify-content: center;
	background-image: url(/souji/feature/images/diagonal2.png);
	background-repeat: no-repeat;
	background-position: center center;
}

/*----------------
  table
----------------*/

.table-area {
	margin: 1em auto 0;
	overflow-x: scroll;
	
}

.table-area img {
	max-width: 15.5rem;
	padding-top:1rem
}

table.sp-table {
	max-width: 100%;
	margin: 0 auto 1.5rem;
	width:fit-content;
	border-collapse: separate;
	border-spacing: 0.8rem 0rem;
	font-size: 1.5rem;
	text-align: center;
	font-weight: 500;
}

table.sp-table th,
table.sp-table td {
	width: 27rem;
	min-width: 20rem;
	max-width: 27rem;
	padding: 0.5rem 0.25rem;
	line-height: 140%;
}

table.sp-table th {
	background-color: #f27e64;
	font-size: 1.5rem;
	max-width: 19rem !important;
}

table.sp-table td {
	background-color: #fff;
	margin-top: auto;
	margin-bottom: auto;
	vertical-align: middle;
	align-items: center;
}

table.sp-table td.koumoku {
	font-size: 1.5rem;
}

table.sp-table tr.transparent td {
	background: none;
	padding: 0;
	height: 110px;
}

table.sp-table tr th:first-child,
tr td:first-child {
	padding: 0;
	text-align: right;
	margin-left: auto;
	justify-content: right;
	min-width: 12rem;
	max-width: 12rem;
}

.solid-color {
	background: #00acff;
	padding: 0.5rem;
	color: #fff;
	border-radius: 2rem;
	font-size: 1.5rem;
}

.line-color {
	padding: 0.4em;
	border: 2px solid #ffb5a9;
	border-radius: 1rem;
	font-size: 1.4rem;
	min-height: 5.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2.5rem;
}

.line-color.pink {
	background: #ffb5a9;
}

.line-color sup {
	color: #0079fa;
}

.line-color.green sup {
	color: #fff;
}


/*----------------
  button
----------------*/

.button001 a {
	background: #ffdc62;
	border-radius: 0.3rem;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 1.5rem auto 0;
	max-width: 27rem;
	padding: 0.7rem 1.5rem;
	color: #000;
	transition: 0.3s ease-in-out;
	font-weight: 500;
	height: 5rem;
	font-size: 1.4rem;
}

.button001 a:hover {
	background: #ffba00;
	text-decoration: none;
}

.button001 a:after {
	content: '';
	width: 0.5rem;
	height: 0.5rem;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 20px;
	border-radius: 1px;
	transition: 0.3s ease-in-out;
}

.button001 a:hover:after {
	border-color: #000;
}


/* ====================================
	ホバーが有効な環境のみ
===================================== */
@media (hover:hover) and (pointer: fine) {}



/* ====================================
	1025
===================================== */

@media screen and (min-width: 1025px) {
	.table-area {
		overflow-x: auto;
	}
}

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media screen and (width < 768px) {
	
	#contents {
		padding-top: 5rem;
	}
	#lineup {
		padding-top: 7rem;
	}
	.main_down {
		max-width: 100%;
		margin: 0 auto;
		text-align: center;
		padding: 3rem 2rem;
		background-color:#e54c41;
	}
	.main_down_txt {
		display: inline-block;
		text-align: left;
	}
	.main_down p {
		font-size: 138.5%;
		color:#fff;
		font-weight:500;
	}
	.item-kakomi {
		display: inline-block;
		padding: 0.3em 0.8em;
		margin-bottom: 0.5rem;
		background-color:#fff;
		color: #e54c41;
		font-weight: 700;
		font-size: 108%;
	}
	
	.title-outer {
		padding-top: 2rem;
		padding-bottom: 5rem;
	}
	h3.ttl_txt {
		font-size: 138.5%;
	}
	.sub-width {
		padding: 4rem 0 5rem;
	}
	.sub-width p {
		font-size: 108%;
	}
	
	.heading::before,
	.heading::after {";
	  height: 2px;
	  width: 30px;
	}
	h4 {
		font-size: 146.5%;
	}
	.title-lineup {
		font-size: 153.9%;
	}
}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print,
screen and (width >=768px) {


}

/* ====================================
	タブレット専用スタイル（768px～1080px）
===================================== */
@media screen and (768px <=width < 1080px) {}