@charset "UTF-8";

/*=======================================
	base
=======================================*/

/** {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}*/
img,
figure,
picture {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
ul,
li {
	list-style: none;
}
a {
	text-decoration: none;
	opacity: 1;
	transition: all 0.3s ease;
}
del.discon {
	color: #F00;
	
}
@media (hover: hover) {
	a:hover {
		opacity: 0.8;
	}
}
.sp {
	display: none;
}
@media screen and (max-width: 768px) {
	.pc {
		display: inline-block;
	}
	.sp {
		display: inline-block;
	}
}
#contents .w1120 {
	width: 90%;
	max-width: 1120px;
	margin: 0 auto;
}
#contents .flex_area {
	display: flex;
}
#contents .inner {
	width: 90%;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	#contents .flex_area {
		display: block;
	}
}

#ktsCont {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* color: #575757; */
	color: #262626;
	font-size: 16px;
	/* line-height: 1.6em; */
	background-color: #FFFFFF;
	word-break: break-all;
}



.link_jump01 {
	display: block;
	padding-top: 100px!important;
	margin-top: -100px!important;
}
.link_jump02 {
	display: block;
	padding-top: 141px!important;
	margin-top: -141px!important;
}
@media screen and (max-width: 768px) {
	.link_jump01 {
		padding-top: 55px!important;
		margin-top: -55px!important;
	}
	.link_jump02 {
		padding-top: 46px!important;
		margin-top: -46px!important;
	}
}




/*=======================================
	title_area
=======================================*/
#contents .title_area {
	margin-bottom: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 60px;
}
#contents .title_area h2 {
	width: 341px;
	margin-bottom: 22px;
}
#contents .title_area p {
	font-size: 40px;
	/* margin-bottom: 42px; */
	font-weight: bold;
}
@media only screen and (max-width: 768px){
#contents .title_area {
	margin: 45px auto 40px;
	width: 45.44%;
}
#contents .title_area h2 {
	width: 100%;
	margin-bottom: 15px;
}
#contents .title_area p {
	font-size: 20px;
	/* margin-bottom: 40px; */
}
}



/*=======================================
	nav_sec
=======================================*/
#nav_sec {
	background: #F2F2F2;
	padding: 30px 0 50px;
	margin-bottom: 120px;
}
#nav_sec .inner {
	max-width: 1100px;
}
#nav_sec .inner h3,
#nav_sec .inner .other p {
	text-align: center;
	font-size: 22px;
	line-height: 1.1818;
	font-weight: bold;	
}
#nav_sec .inner .other p {
	font-size: calc(22/1380*100vw);
}
#nav_sec .inner h3 {
	margin-bottom: 20px;
	border-bottom: 1px solid #666;
	padding-bottom: 4px;
}
#nav_sec .inner .flex_area.basic {
	margin-bottom: 40px;
}
#nav_sec .inner .flex_area {
	justify-content: space-between;
}
#nav_sec .inner ul.basic li {
	width: 18.18%;
}
#nav_sec .inner .special {
	width: 79.54%;
	max-width: 875px;
}
#nav_sec .inner .special ul li {
	width: 22.85%;
}
#nav_sec .inner ul li p {
	text-align: center;
	font-size: calc(20/1380*100vw);
	font-weight: bold;
}
#nav_sec .inner ul li p span {
	font-size: calc(28/1380*100vw);
}
#nav_sec .inner .other {
	/* width: 20.55%; */
	width: 19%;
}
#nav_sec .inner .other p {
	/*margin-bottom: 5px;*/
}
@media only screen and (min-width: 1380px){
#nav_sec .inner ul li p {
	font-size: 20px;
}
#nav_sec .inner ul li p span {
	font-size: 28px;
}
#nav_sec .inner .other p {
	font-size: 22px;
}
}
@media only screen and (max-width: 768px){
#nav_sec {
	padding: 30px 0 20px;
	margin-bottom: 60px;
}
#nav_sec .inner {
}
#nav_sec .inner h3,
#nav_sec .inner .other p {
}
#nav_sec .inner .other p {
	font-size: 22px;
}
#nav_sec .inner h3 {
}
#nav_sec .inner .flex_area.basic {
	margin-bottom: 30px;
}
#nav_sec .inner .flex_area {
	display: flex;
	flex-flow: wrap;
}
#nav_sec .inner .flex_area02 {
	display: block;
}
#nav_sec .inner ul.basic li {
	width: 47.61%;
	margin-bottom: 28px;
}
#nav_sec .inner .special {
	width: 100%;
	margin-bottom: 40px;
}
#nav_sec .inner .special ul li {
	width: 47.61%;
	margin-bottom: 28px;
}
#nav_sec .inner ul li p {
	font-size: 15px;
}
#nav_sec .inner ul li p span {
	font-size: 21px;
}
#nav_sec .inner .other {

width: 72.07%;

margin: 0 auto;
}
#nav_sec .inner .other p {

}
}



/*=======================================
	sttl
=======================================*/
#contents .sttl01 {
	font-size: 35px;
	font-weight: bold;
	margin: 0 auto 40px;
	text-align: center;
	line-height: 1.1;
	width: fit-content;
	padding: 0 35px;
	font-feature-settings: "palt";
}
#contents .sttl01 span {
	font-size: 49px;
}
/* A罫（普通横罫） */
#contents .lineup_sec.item_a .inner .sttl01 {
	background: linear-gradient(transparent 55%, #FBE2ED 55%);
}
/* B罫（中横罫） */
#contents .lineup_sec.item_b .inner .sttl01 {
	background: linear-gradient(transparent 55%, #DCE7F2 55%);
}
/* C罫（細横罫） */
#contents .lineup_sec.item_c .inner .sttl01 {
	background: linear-gradient(transparent 55%, #CCF0FF 55%);
}
/* U罫（太横罫） */
#contents .lineup_sec.item_u .inner .sttl01 {
	background: linear-gradient(transparent 55%, #F2E2DD 55%);
}
/* UL罫（極太横罫） */
#contents .lineup_sec.item_ul .inner .sttl01 {
	background: linear-gradient(transparent 55%, #D8D8ED 55%);
}
/* etc */
#contents .lineup_sec.item_grid .inner .sttl01,
#contents .lineup_sec.item_eng .inner .sttl01,
#contents .lineup_sec.item_tate .inner .sttl01,
#contents .lineup_sec.item_muji .inner .sttl01 {
	background: linear-gradient(transparent 55%, #DBEFE3 55%);
	margin-bottom: 70px;
}
/* other_sec */
#other_sec .sttl01 {
	background: linear-gradient(transparent 55%, #D7E1EF 55%);
}
@media only screen and (max-width: 768px){
#contents .sttl01 {
	font-size: 21px;
	margin: 0 auto 40px;
	padding: 0 15px;
}
#contents .sttl01 span {
	font-size: 29.4px;
}
#contents .lineup_sec.item_grid .inner .sttl01,
#contents .lineup_sec.item_eng .inner .sttl01,
#contents .lineup_sec.item_tate .inner .sttl01,
#contents .lineup_sec.item_muji .inner .sttl01 {
	margin-bottom: 30px;
}
}



/*=======================================
	lineup_sec
=======================================*/
/* 共通 */
#contents .lineup_sec:not(:last-of-type) {
	margin-bottom: 215px;
}
#contents .lineup_sec .inner {
	max-width: 950px;
}
#contents .lineup_sec .inner .box {
	position: relative;
}
#contents .lineup_sec .inner .box .img p {
	text-align: center;
	font-size: calc(16/1380*100vw);
	line-height: 1.625;
	letter-spacing: 0;
	font-feature-settings: "palt";
	white-space: nowrap;
}
#contents .lineup_sec .inner .box.flex_area {
	align-items: flex-end;
	justify-content: center;
	text-align: center;
	margin-bottom: 35px;
}
#contents .lineup_sec .inner .box .img .block {
	display: block;
}
@media only screen and (min-width: 1380px){
#contents .lineup_sec .inner .box .img p {
	font-size: 16px; 
}
}
@media only screen and (max-width: 768px){
#contents .lineup_sec:not(:last-of-type) {
	margin-bottom: 107.5px;
}
#contents .lineup_sec .inner {
	max-width: 950px;
}
#contents .lineup_sec .inner .box {
	position: relative;
}
#contents .lineup_sec .inner .box .img p {
	font-size: 14.4px;
	white-space: normal;
}
#contents .lineup_sec .inner .box.flex_area {
	display: flex!important;
	flex-flow: wrap;
	margin-bottom: 30px;
	justify-content: flex-start!important;
	/* align-items: flex-start; */
}
}
@media only screen and (max-width: 400px){
#contents .lineup_sec .inner .box .img p {
	font-size: calc(11/375*100vw);
}
}



/* box01 */
#contents .lineup_sec .inner .box01.flex_area .img:nth-child(1) {
	width: 17.45%;
	margin-right: 3%;
}
#contents .lineup_sec .inner .box01.flex_area .img:nth-child(2) {
	width: 14.97%;
	margin-right: 3%;
}
#contents .lineup_sec .inner .box01.flex_area .img:nth-child(3) {
	width: 12.47%;
	margin-right: 3%;
}
#contents .lineup_sec .inner .box01.flex_area .img:nth-child(4) {
	width: 10.34%;
	margin-right: 3%;
}
#contents .lineup_sec .inner .box01.flex_area .img:nth-child(5) {
	width: 8.18%;
	margin-right: 3%;
}
#contents .lineup_sec .inner .box01.flex_area .img:nth-child(6) {
	width: 7.53%;
	margin-right: 2%;
}
#contents .lineup_sec .inner .box01.flex_area .img:nth-child(7) {
	width: 6.11%;
	/* margin-right: 2%; */
}
#contents .lineup_sec .inner .box01.flex_area .img img {
	margin-bottom: 5px;
	width: 100%;
}
#contents .lineup_sec .inner .box01.flex_area .img:nth-child(1) img {
	max-width: 165.78px;
}
#contents .lineup_sec .inner .box01.flex_area .img:nth-child(2) img {
	max-width: 142.29px;
}
#contents .lineup_sec .inner .box01.flex_area .img:nth-child(3) img {
	max-width: 118.53px;
}
#contents .lineup_sec .inner .box01.flex_area .img:nth-child(4) img {
	max-width: 98.28px;
}
#contents .lineup_sec .inner .box01.flex_area .img:nth-child(5) img {
	max-width: 77.76px;
}
#contents .lineup_sec .inner .box01.flex_area .img:nth-child(6) img {
	max-width: 71.55px;
}
#contents .lineup_sec .inner .box01.flex_area .img:nth-child(7) img {
	max-width: 58.05px;
}
/* A罫（普通横罫） */
#contents .lineup_sec.item_a .inner .box .img .marker {
	background: linear-gradient(transparent 40%, #FBE2ED 40%);
}
/* B罫（中横罫） */
#contents .lineup_sec.item_b .inner .box .img .marker {
	background: linear-gradient(transparent 40%, #DCE7F2 40%);
}
/* C罫（細横罫） */
#contents .lineup_sec.item_c .inner .box .img .marker {
	background: linear-gradient(transparent 40%, #CCF0FF 40%);
}
/* U罫（太横罫） */
#contents .lineup_sec.item_u .inner .box .img .marker {
	background: linear-gradient(transparent 40%, #F2E2DD 40%);
}
/* UL罫（極太横罫） */
#contents .lineup_sec.item_ul .inner .box .img .marker {
	background: linear-gradient(transparent 40%, #D8D8ED 40%);
}
/* etc */
#contents .lineup_sec.item_grid .inner .box .img .marker,
#contents .lineup_sec.item_eng .inner .box .img .marker,
#contents .lineup_sec.item_tate .inner .box .img .marker,
#contents .lineup_sec.item_muji .inner .box .img .marker {
	background: linear-gradient(transparent 40%, #DBEFE3 40%);
}
@media only screen and (max-width: 768px){
#contents .lineup_sec .inner .box01.flex_area .img {
	width: fit-content!important;
	/* width: 40%!important; */
	max-width: 47%;
	margin-right: 0!important;
	margin-bottom: 20px;
}
#contents .lineup_sec .inner .box01.flex_area .img img {
	margin-bottom: 5px;
	width: 100%;
}
#contents .lineup_sec .inner .box01.flex_area .img:nth-child(1) {
	/* margin-right: 10%!important; */
}
#contents .lineup_sec .inner .box01.flex_area .img:nth-child(1) img,
#contents .lineup_sec .inner .box01.flex_area .img:nth-child(2) img {
	/* max-width: 100%; */
}
#contents .lineup_sec .inner .box01.flex_area .img:nth-child(3) img {
	max-width: 133.53px;
}
#contents .lineup_sec .inner .box01.flex_area .img:nth-child(4) img {
	max-width: 113.28px;
}
#contents .lineup_sec .inner .box01.flex_area .img:nth-child(5) img {
	max-width: 77.76px;
}
#contents .lineup_sec .inner .box01.flex_area .img:nth-child(6) img {
	max-width: 71.55px;
}
#contents .lineup_sec .inner .box01.flex_area .img:nth-child(7) img {
	max-width: 58.05px;
}
}



/* box02 */
#contents .lineup_sec .inner .box02.flex_area {
	/* justify-content: space-between; */
}
#contents .lineup_sec .inner .box02 .img img  {
	margin-bottom: 10px;
}
@media only screen and (max-width: 768px){
#contents .lineup_sec .inner .box02 .img {
	margin-bottom: 20px;
	width: 50%;
}
#contents .lineup_sec .inner .box02.flex_area {
	flex-flow: wrap;
}
}



/* box03 */
#contents .lineup_sec .inner .box03.flex_area {
}
#contents .lineup_sec .inner .box03 .img {
	width: 14.89%;
}
#contents .lineup_sec .inner .box03 .img:not(:last-child) {
	margin-right: 3.75%;
}
#contents .lineup_sec .inner .box03 .img img  {
	margin-bottom: 5px;
}
@media only screen and (max-width: 768px){
#contents .lineup_sec .inner .box03.flex_area {justify-content: flex-start;width: 84.85%;margin: 0 auto;gap: 0 10%;}
#contents .lineup_sec .inner .box03 .img {
	width: 45%;
	margin-bottom: 20px;
}
#contents .lineup_sec .inner .box03 .img:not(:last-child) {
	margin-right: 0;
}
#contents .lineup_sec .inner .box03 .img img  {
	margin-bottom: 5px;
}
}



/* box04 */
#contents .lineup_sec .inner .box04.flex_area {
}
#contents .lineup_sec .inner .box04 .img:not(:last-child) {
	margin-right: 2.21%;
}
#contents .lineup_sec .inner .box04.flex_area .img:nth-child(1) {
	width: 22.36%;
}
#contents .lineup_sec .inner .box04.flex_area .img:nth-child(2) {
	width: 25.8%;
}
#contents .lineup_sec .inner .box04.flex_area .img:nth-child(1) img {
	max-width: 209.3449px;
}
#contents .lineup_sec .inner .box04.flex_area .img:nth-child(2) img {
	max-width: 245.1419px;
}
@media only screen and (max-width: 768px){
#contents .lineup_sec .inner .box04.flex_area {
	justify-content: center;
}
#contents .lineup_sec .inner .box04 .img:not(:last-child) {
	margin-right: 0;
}
#contents .lineup_sec .inner .box04.flex_area .img:nth-child(1) {
	width: 50%;
}
#contents .lineup_sec .inner .box04.flex_area .img:nth-child(2) {
	width: 50%;
}
#contents .lineup_sec .inner .box04.flex_area .img:nth-child(1) img {
	max-width: 100%;
	margin-bottom: 10px;
}
#contents .lineup_sec .inner .box04.flex_area .img:nth-child(2) img {
	max-width: inherit;
	width: 100%;
}
}



/* box05 */
#contents .lineup_sec .inner .box05 .img:not(:last-child) {
	margin-right: 5.73%;
}
#contents .lineup_sec .inner .box05 .img:nth-child(1) {
	width: 8.86%;
}
#contents .lineup_sec .inner .box05 .img:nth-child(2) {
	width: 7.87%;
}
#contents .lineup_sec .inner .box05 > p {
	position: absolute;
	top: 50%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	right: 9%;
	text-align: left;
	letter-spacing: 0;
	font-size: calc(16/1380*100vw);
	line-height: 1.6;
}
@media only screen and (min-width: 1380px){
#contents .lineup_sec .inner .box05 > p {
	font-size: 16px;
}
}
@media only screen and (max-width: 768px){
#contents .lineup_sec .inner .box05.flex_area {
	justify-content: center!important;
	padding-bottom: 14vw;
	gap: 0 5%;
}
#contents .lineup_sec .inner .box05 .img:not(:last-child) {
	margin-right: 0;
}
#contents .lineup_sec .inner .box05 .img:nth-child(1) {
	width: 30%;
}
#contents .lineup_sec .inner .box05 .img:nth-child(2) {
	width: 25%;
}
#contents .lineup_sec .inner .box05 > p {
	/* position: static; */
	-webkit-transform: translateY(0);
	transform: translateY(0);
	font-size: 14.4px;
	top: auto;
	bottom: 1vw;
	right: auto;
	line-height: 1.6;
}
}
@media only screen and (max-width: 400px){
#contents .lineup_sec .inner .box05 > p {
	font-size: calc(11/375*100vw);
}
}




/*tableスクロール*/
@media only screen and (max-width: 768px){
.wrap_scroll_table {
    width: 100%;
    overflow-x: scroll;
}
.wrap_scroll_table table {
    min-width: 855px;
    margin: 0 auto;
}
}



/* table */
#contents .lineup_sec .table_hd {
	text-align: center;
	font-size: 18px;
	margin-bottom: 12px;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
}
#contents .lineup_sec table {
	width: 100%;
	margin-bottom: 10px;
}
#contents .lineup_sec table th,
#contents .lineup_sec table td {
	text-align: center;
	font-size: 16px;
	vertical-align: middle;
	border-bottom: 1px solid #262626;
	font-feature-settings: "palt";
}
#contents .lineup_sec table tr:first-child th {
	background: #FAFAFA;
	border-top: 1px solid #262626;
	height: 50px;
	line-height: 1.125;
}
#contents .lineup_sec table tr:not(:first-child) th,
#contents .lineup_sec table tr td:not(:last-of-type),
#contents .lineup_sec table tr td.border_R {
	border-right: 1px solid #262626;
}
#contents .lineup_sec table tr:not(:first-child) th {
	line-height: 1.375;
}
#contents .lineup_sec table tr td:first-of-type {
	height: 40px;
}
@media only screen and (max-width: 768px){
#contents .lineup_sec .table_hd {
	font-size: 16.2px;
}
#contents .lineup_sec table {
	width: 100%;
	margin-bottom: 10px;
}
#contents .lineup_sec table th,
#contents .lineup_sec table td {
	font-size: 14.4px;
}
#contents .lineup_sec table tr:first-child th {
	height: 45px;
}
#contents .lineup_sec table tr:not(:first-child) th,
#contents .lineup_sec table tr td:not(:last-of-type),
#contents .lineup_sec table tr td.border_R {
	border-right: 1px solid #262626;
}
#contents .lineup_sec table tr:not(:first-child) th {
	line-height: 1.375;
}
#contents .lineup_sec table tr td:first-of-type {
	height: 31px;
}
}



/* table01 */
#contents .lineup_sec .table01 tr:first-child th:nth-child(1) {
	width: 11.68%;
}
#contents .lineup_sec .table01 tr:first-child th:nth-child(2) {
	width: 22%;
}
#contents .lineup_sec .table01 tr:first-child th:nth-child(3) {
	width: 23.69%;
}
#contents .lineup_sec .table01 tr:first-child th:nth-child(4),
#contents .lineup_sec .table01 tr:first-child th:nth-child(5),
#contents .lineup_sec .table01 tr:first-child th:nth-child(6) {
	width: 14.21%;
}
@media only screen and (max-width: 768px){
#contents .lineup_sec .table01 tr:first-child th:nth-child(1) {
	width: 11.68%;
}
#contents .lineup_sec .table01 tr:first-child th:nth-child(2) {
	width: 22%;
}
#contents .lineup_sec .table01 tr:first-child th:nth-child(3) {
	width: 23.69%;
}
#contents .lineup_sec .table01 tr:first-child th:nth-child(4),
#contents .lineup_sec .table01 tr:first-child th:nth-child(5),
#contents .lineup_sec .table01 tr:first-child th:nth-child(6) {
	width: 14.21%;
}
}



/* table02 */
#contents .lineup_sec .table02 tr:first-child th:nth-child(1) {
	width: 11.78%;
}
#contents .lineup_sec .table02 tr:first-child th:nth-child(2) {
	width: 14.7%;
}
#contents .lineup_sec .table02 tr:first-child th:nth-child(3) {
	width: 23.84%;
}
#contents .lineup_sec .table02 tr:first-child th:nth-child(4),
#contents .lineup_sec .table02 tr:first-child th:nth-child(5),
#contents .lineup_sec .table02 tr:first-child th:nth-child(6),
#contents .lineup_sec .table02 tr:first-child th:nth-child(7) {
	width: 12.42%;
}
@media only screen and (max-width: 768px){
#contents .lineup_sec .table02 tr:first-child th:nth-child(1) {
	width: 11.78%;
}
#contents .lineup_sec .table02 tr:first-child th:nth-child(2) {
	width: 14.7%;
}
#contents .lineup_sec .table02 tr:first-child th:nth-child(3) {
	width: 23.84%;
}
#contents .lineup_sec .table02 tr:first-child th:nth-child(4),
#contents .lineup_sec .table02 tr:first-child th:nth-child(5),
#contents .lineup_sec .table02 tr:first-child th:nth-child(6),
#contents .lineup_sec .table02 tr:first-child th:nth-child(7) {
	width: 12.42%;
}
}



/* table03 */
#contents .lineup_sec .table03 tr:first-child th:nth-child(1) {
	width: 11.68%;
}
#contents .lineup_sec .table03 tr:first-child th:nth-child(2) {
	width: 12.63%;
}
#contents .lineup_sec .table03 tr:first-child th:nth-child(3) {
	width: 21.71%;
}
#contents .lineup_sec .table03 tr:first-child th:nth-child(4) {
	width: 17.68%;
}
#contents .lineup_sec .table03 tr:first-child th:nth-child(5),
#contents .lineup_sec .table03 tr:first-child th:nth-child(6),
#contents .lineup_sec .table03 tr:first-child th:nth-child(7) {
	width: 12.1%;
}
@media only screen and (max-width: 768px){
#contents .lineup_sec .table03 tr:first-child th:nth-child(1) {
	width: 11.68%;
}
#contents .lineup_sec .table03 tr:first-child th:nth-child(2) {
	width: 12.63%;
}
#contents .lineup_sec .table03 tr:first-child th:nth-child(3) {
	width: 21.71%;
}
#contents .lineup_sec .table03 tr:first-child th:nth-child(4) {
	width: 17.68%;
}
#contents .lineup_sec .table03 tr:first-child th:nth-child(5),
#contents .lineup_sec .table03 tr:first-child th:nth-child(6),
#contents .lineup_sec .table03 tr:first-child th:nth-child(7) {
	width: 12.1%;
}
}



/* table04 */
#contents .lineup_sec .table04 tr:first-child th:nth-child(1) {
	width: 11.57%;
}
#contents .lineup_sec .table04 tr:first-child th:nth-child(2) {
	width: 14.91%;
}
#contents .lineup_sec .table04 tr:first-child th:nth-child(3) {
	width: 23.04%;
}
#contents .lineup_sec .table04 tr:first-child th:nth-child(5) {
	width: 21.86%;
}
#contents .lineup_sec .table04 tr:first-child th:nth-child(4),
#contents .lineup_sec .table04 tr:first-child th:nth-child(6) {
	width: 14.31%;
}
@media only screen and (max-width: 768px){
#contents .lineup_sec .table04 tr:first-child th:nth-child(1) {
	width: 11.57%;
}
#contents .lineup_sec .table04 tr:first-child th:nth-child(2) {
	width: 14.91%;
}
#contents .lineup_sec .table04 tr:first-child th:nth-child(3) {
	width: 23.04%;
}
#contents .lineup_sec .table04 tr:first-child th:nth-child(5) {
	width: 21.86%;
}
#contents .lineup_sec .table04 tr:first-child th:nth-child(4),
#contents .lineup_sec .table04 tr:first-child th:nth-child(6) {
	width: 14.31%;
}
}



/* notes */
#contents .lineup_sec .inner .notes {
	font-feature-settings: "palt";
	line-height: 1.6;
}
#contents .lineup_sec .inner .notes01 {
	margin-bottom: 70px;
}
#contents .lineup_sec .inner .notes02 {
	margin-bottom: 110px;
}
@media only screen and (max-width: 768px){
#contents .lineup_sec .inner .notes {
	font-size: 14.4px;
}
#contents .lineup_sec .inner .notes01 {
}
#contents .lineup_sec .inner .notes02 {
	margin-bottom: 55px;
}
}



/* A,B*/
@media only screen and (max-width: 768px){
#contents .lineup_sec.item_a .inner .box01.flex_area,
#contents .lineup_sec.item_b .inner .box01.flex_area,
#contents .lineup_sec.item_c .inner .box01.flex_area {
    display: flex!important;
    flex-flow: wrap;
    margin-bottom: 30px;
    justify-content: center!important;
    align-items: flex-end;
    gap: 5%;
}
}




/* B罫（中横罫）*/
/* box02 */
#contents .lineup_sec.item_b .inner .box02 .img:not(:last-child) {
	margin-right: 2%;
}
#contents .lineup_sec.item_b .inner .box02 .img:nth-child(1) {
	width: 13.23%;
}
#contents .lineup_sec.item_b .inner .box02 .img:nth-child(2) {
	width: 22.51%;
}
#contents .lineup_sec.item_b .inner .box02 .img:nth-child(3) {
	width: 22.61%;
}
#contents .lineup_sec.item_b .inner .box02 .img:nth-child(4) {
	width: 26.15%;
}
@media only screen and (max-width: 768px){
#contents .lineup_sec.item_b .inner .box02 .img:not(:last-child) {
	margin-right: 0;
}
#contents .lineup_sec.item_b .inner .box02 .img {
	width: 50%!important;
}
#contents .lineup_sec.item_b .inner .box04.flex_area {
	justify-content: center!important;
}
}



/* C罫（細横罫） */
/* box01 */
#contents .lineup_sec.item_c .inner .box01 .img:nth-child(6) {
	width: 5.68%;
}
@media only screen and (max-width: 768px){
#contents .lineup_sec.item_c .inner .box01 .img:nth-child(6) {
	width: 5.68%;
}
}



/* U罫（太横罫） */
#contents .lineup_sec.item_u .inner .box01 .img:not(:last-child) {
	margin-right: 7.78%;
}
@media only screen and (min-width: 769px){
#contents .lineup_sec.item_u .inner .box01 .img:not(:last-child) {
	margin-right: 7.78%;
}
}


/* UL罫（極太横罫） */
/* box01 */
#contents .lineup_sec.item_ul .inner .box01.flex_area .img:nth-child(1) {
	margin-right: 4.5%;
}
#contents .lineup_sec.item_ul .inner .box01.flex_area .img:nth-child(1) {
	width: 23%;
}



/* etc */
#contents .lineup_sec.item_etc .inner .box01 .img_ab{
	position: absolute;
	width: 21.05%;
	left: 0;
	top: 50%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}
#contents .lineup_sec.item_etc .inner .box01 .img small {
	display: block;
	font-size: calc(14/1380*100vw);
	white-space: nowrap;
	line-height: 1.625;
	font-feature-settings: "palt";
}
@media only screen and (min-width: 1380px){
#contents .lineup_sec.item_etc .inner .box01 .img small {
	font-size: 14px;
}
}
@media only screen and (max-width: 768px){
#contents .lineup_sec.item_etc .inner .box01 .img_ab{
	position: absolute;
	width: 53.33%;
	top: 0;
	/* margin: 0 auto; */
	-webkit-transform: translateY(0);
	transform: translateY(0);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform : translateX(-50%);
}
#contents .lineup_sec.item_etc .inner .box01 .img small {
	display: block;
	font-size: calc(14/1380*100vw);
	white-space: nowrap;
	line-height: 1.625;
	font-feature-settings: "palt";
}
#contents .lineup_sec.item_etc .inner .box01.flex_area .img {
	width: 39%!important;
}
}



/* grid */
#contents .lineup_sec.item_grid .inner .box01.flex_area {
	justify-content: flex-end;
	/* max-width: 720px; */
}
#contents .lineup_sec.item_grid .inner .box01 .img:nth-child(1) {
	margin-right: 6.5%!important;
	width: calc(34.46% + 0%)!important;
}
#contents .lineup_sec.item_grid .inner .box01 .img:nth-child(2) {
	margin-right: 0!important;
	width: calc(31.52% + 0%)!important;
}
#contents .lineup_sec.item_grid .inner .box01.flex_area .img img {
    max-width: inherit;
}
#contents .lineup_sec.item_grid .inner .box01 .img:nth-child(1) .img_inn {
	width: 48.52%;
}
#contents .lineup_sec.item_grid .inner .box01 .img:nth-child(2) .img_inn {
	/* width: 47.35%; */
}
#contents .lineup_sec.item_grid .inner .box01 .img:nth-child(1) .img_inn img {
	max-width: 150.0062px;
	/*width: 43.83%;*/
}
#contents .lineup_sec.item_grid .inner .box01 .img:nth-child(2) .img_inn img {
	max-width: 127.3462px;
}
#contents .lineup_sec.item_grid .inner .box01 .img:nth-child(1) .img_inn:not(:last-child) {
	margin-right: 40px;
}
#contents .lineup_sec.item_grid .inner .box01 .img:nth-child(2) .img_inn:not(:last-child) {
	margin-right: 20px;
}
@media only screen and (max-width: 768px){
#contents .lineup_sec.item_grid .inner .box01.flex_area {
	justify-content: flex-end;
	/* max-width: 720px; */
	display: block!important;
	padding-top: 57vw;
}
#contents .lineup_sec.item_grid .inner .box01 .img {
	display: flex!important;
}
#contents .lineup_sec.item_grid .inner .box01 .img:nth-child(1), 
#contents .lineup_sec.item_grid .inner .box01 .img:nth-child(2) {
	width: 100%!important;
	max-width: inherit;
	justify-content: center;
	gap: 10%;
	margin-right: inherit!important;
}
#contents .lineup_sec.item_grid .inner .box01.flex_area .img img {
    max-width: inherit;
}
#contents .lineup_sec.item_grid .inner .box01 .img:nth-child(1) .img_inn,
#contents .lineup_sec.item_grid .inner .box01 .img:nth-child(2) .img_inn {
	width: fit-content;
}
#contents .lineup_sec.item_grid .inner .box01 .img:nth-child(1) .img_inn img {
	max-width: inherit;
	/*width: 43.83%;*/
}
#contents .lineup_sec.item_grid .inner .box01 .img:nth-child(2) .img_inn img {
	max-width: 127.3462px;
}
#contents .lineup_sec.item_grid .inner .box01 .img:nth-child(1) .img_inn:not(:last-child) {
	margin-right: 0;
}
#contents .lineup_sec.item_grid .inner .box01 .img:nth-child(2) .img_inn:not(:last-child) {
	margin-right: 0;
}
}

	

/* eng,tate */
#contents .lineup_sec.item_eng .inner .box01.flex_area .img,
#contents .lineup_sec.item_tate .inner .box01.flex_area .img {
	width:13.41%;
}
#contents .lineup_sec.item_eng .inner .box01.flex_area .img:not(:last-child),
#contents .lineup_sec.item_tate .inner .box01.flex_area .img:not(:last-child) {
	margin-right: 3.12%;
}
#contents .lineup_sec.item_eng .inner .box.flex_area,
#contents .lineup_sec.item_tate .inner .box.flex_area {
    align-items: flex-start;
}
@media only screen and (max-width: 768px){
#contents .lineup_sec.item_eng .inner .box01.flex_area,
#contents .lineup_sec.item_tate .inner .box01.flex_area {
	padding-top: 57vw;
}
#contents .lineup_sec.item_eng .inner .box01.flex_area .img,
#contents .lineup_sec.item_tate .inner .box01.flex_area .img {
	width:13.41%;
}
#contents .lineup_sec.item_eng .inner .box01.flex_area .img:not(:last-child),
#contents .lineup_sec.item_tate .inner .box01.flex_area .img:not(:last-child) {
	margin-right: 3.12%;
}
#contents .lineup_sec.item_u .inner .box.flex_area,
#contents .lineup_sec.item_ul .inner .box.flex_area,
#contents .lineup_sec.item_eng .inner .box.flex_area,
#contents .lineup_sec.item_tate .inner .box.flex_area,
#contents .lineup_sec.item_muji .inner .box.flex_area {
    align-items: flex-start;
    justify-content: center!important;
}
#contents .lineup_sec.item_u .inner .box.flex_area,
#contents .lineup_sec.item_ul .inner .box.flex_area {
    gap: 0 5%;
}
#contents .lineup_sec.item_eng .inner .box.flex_area,
#contents .lineup_sec.item_tate .inner .box.flex_area,
#contents .lineup_sec.item_muji .inner .box.flex_area {
    gap: 0 10%;
}
#contents .lineup_sec.item_u .inner .box.flex_area,
#contents .lineup_sec.item_ul .inner .box.flex_area,
#contents .lineup_sec.item_muji .inner .box.flex_area {
    align-items: flex-end;
    flex-flow: nowrap;
}
}



/* muji */
@media only screen and (max-width: 768px){
#contents .lineup_sec.item_muji .inner .box.flex_area {
	justify-content: center!important;
}
}



/* box06 */
@media only screen and (max-width: 768px){
#contents .lineup_sec.item_a .inner .box06.flex_area,
#contents .lineup_sec.item_b .inner .box06.flex_area {
	justify-content: flex-start!important;
}
}



/*=======================================
	other_sec
=======================================*/
#other_sec {
	margin-bottom: 130px;
}
#other_sec .sttl01 {
	margin-bottom: 60px;
}
#other_sec > p {
	text-align: center;
	font-size: 18px;
	margin-bottom: 90px;
}
#other_sec .inner {
	max-width: 1100px;
}
#other_sec .flex_area {
	flex-flow: wrap;
	gap: 0 2.27%;
}
#other_sec ul li {
	width: 18.18%;
	margin-bottom: 30px;
	font-feature-settings: "palt";	
}
#other_sec ul li .img {
	margin-bottom: 10px;
}
#other_sec ul li .name {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.333;
	margin-bottom: 5px;
}
#other_sec ul li .txt {
	line-height: 1.5;
}
@media only screen and (max-width: 768px){
#other_sec {
	margin-bottom: 65px;
}
#other_sec .sttl01 {
	margin-bottom: 30px;
}
#other_sec > p {
	font-size: 16px;
	width: 90%;
	margin: 0 auto 20px;
}
#other_sec .inner {

}
#other_sec .flex_area {
	display: flex;
	justify-content: space-between;
}
#other_sec ul li {
	width: 47.05%;
	margin-bottom: 20px;
}
#other_sec ul li .img {
	margin-bottom: 10px;
}
#other_sec ul li .name {
	font-size: 14.4px;
}
#other_sec ul li .txt {
	font-size: 12.8px;
}
}



/**/
/**/
/* ==================================================
ank_Bnr
================================================== */
#ank_Bnr {
	margin-top: 100px!important;
}
#ank_Bnr .inner {
	max-width: 808px;
	justify-content: space-between;
}
#ank_Bnr .bnr {
	width: 28.46%;
}
@media only screen and (max-width: 768px){
#ank_Bnr {
	margin: 40px 0 60px!important;
}
#ank_Bnr .bnr {
	width: 68.14%;
	margin: 0 auto;
}
#ank_Bnr .bnr:not(:last-child) {
	margin-bottom: 20px;
}
}



/**/
/**/
/* ==================================================
サイズごとの幅
================================================== */
@media only screen and (max-width: 768px){
#contents .lineup_sec .inner .box .img.semi_b5 img {
	width: 75%!important;
}
#contents .lineup_sec .inner .box .img.a4 img  {
	width: 100%!important;
}
#contents .lineup_sec .inner .box .img.a6 img  {
	width: 60%!important;
}
}



@media only screen and (max-width: 768px){
#contents .lineup_sec.item_a .inner .box02.flex_area,
#contents .lineup_sec.item_b .inner .box02.flex_area {
    justify-content: center!important;
}
}