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

/*------------------------------------------------------------
	2023/3　作成
------------------------------------------------------------*/

/*-----common------*/

div:after{
	content: " ";  
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0.1px; 
	font-size: 0.1em;
	line-height: 0; 
}

body{
	-webkit-text-size-adjust: 1em;
	color: black;
	background: white;
	font-family: "ヒラギノ角ゴ Pro W3","メイリオ",Osaka,"ＭＳ Ｐゴシック",sans-serif,Arial,Helvetica,verdana;
}

#wrapper{
	margin: 0 auto;
	width: 100%;
	height: auto;
}

#content{
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	position:relative;
}

.in_contents{
	width: 100%;
	height: auto;
	max-width: 1520px;
	margin: 0 auto;
	position:relative;
}

.in_contents_in{
	width: 84.21%;
	height: auto;
	max-width: 1280px;
	margin: 0 auto;
	position:relative;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

header, nav, section, article, hgroup {
    display: block;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

a {
	outline: none;
	font-size: 0;
}

.in_contents a:hover{
	filter:brightness(120%);
	opacity:0.8;
}

a {
    display: block;
}

a :hover{
	opacity:0.8;
	filter:brightness(120%);
}

img {
	vertical-align:bottom;
	border: 0;
	font-size: 0;/*-inline-block隙間対応-*/
	width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;/* chrome画像ボケ防止 */
}

*:focus {/*-chrome画像フォーカス時の線を消す-*/
  outline: none;
}

/* パソコン画像表示 */
.pc { display: inline !important; }
.sp { display: none !important; }

/*-----common------*/

/* 背景色 */

.main-bk{
	background-color: #abcd41;
}

/*-----トップ------*/

#top_img{
	width: 100%;
	height: auto;
	text-align: center;
	position: relative;
}

#top_img h1{
    max-width: 2800px;
    margin: 0 auto;
    padding: 0;
}

/*----- LineUp ------*/

#lineup .img{
	width: 100%;
	padding: 4% 0 2%;
}

#lineup .box{
	width: 97.45%;
	margin: -25px auto 0;
	z-index: 0;
	background-color: #fff6f4;
	border:solid 10px #e30012;
	border-right:solid 20px #e30012;/*影*/
	border-bottom:solid 20px #e30012;/*影*/
	position: relative;
}

#lineup .box::before,
#lineup .box2::before{
	content: "";
	position: absolute;
	bottom: -25px;
	left: -11px;
	border-style: solid;
	border-color: transparent transparent #abcd41 transparent;
	border-width: 0 20px 20px 0;
}

#lineup .box2{
	width: 97.45%;
	margin: -25px auto 0;
	z-index: 0;
	background-color: #f5fafd;
	border:solid 10px #187fc1;
	border-right:solid 20px #187fc1;/*影*/
	border-bottom:solid 20px #187fc1;/*影*/
	position: relative;
}

#lineup .btn{
	padding: 5% 0 5%;
	width: 51%;
	margin: 0 auto;
}

#lineup .last-btn{
	padding-bottom: 3%;
}

#lineup .note{
	width: 97%;
	margin: -0.5% auto 0;
	padding-bottom: 8%;
}

#hijet img{
	margin-top: 8%;
	margin-bottom: 8%;
}

/*----- footerボタン ------*/

.hp-btn{
	width: 51.02%;
	margin: 2% auto 10%;
}

.hp-btn li{
	margin: 0 auto 4.5%;
}