@charset "utf-8";
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}
body {
  line-height: 1.5;
  font-size: 1.5rem;
  color: #333333;
}
body, main, section, h1, h2, h3, p, ul, li, dl, dd, figure {
  margin: 0;
  padding: 0;
}
.contentsWrap {
  width: 100%;
}
.oneContents .contentsWrap #main {
  width: 100%;
}
#main {
  padding: 0;
}
.oneContents .contentsWrap #main .mainInner {
  width: 100%;
  padding: 0;
}
#footerLink {
  margin-top: 0;
}
button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
/*=====main=====*/
.pcOnly {
  display: none;
}
main {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
main #top {
  padding: 10% 6% 0;
  background: url("../images/idx_bg01.webp") no-repeat center top;
  background-size: 100%;
}
main #top h1 {
	margin-bottom: 12%;
}
.main-inner {
	color: #231815;
  padding: 10% 3% 6%;
  background: url("../images/idx_bg03.webp") repeat-y center top;
  background-size: 100%;
}
/*=====ラインアップ=====*/
#lineup {
	padding: 6%;
	background-color: rgba(255,255,255,0.80);
}
#lineup ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
#lineup ul li {
	width: 46%;
	margin-bottom: 5%;
}
#lineup ul li a:link {
	color: #231815;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.5rem;
}
#lineup ul li a:visited {
	color: #231815;
}
#lineup ul li figure {
	margin-bottom: 3%;
	border: solid 3px #fcca00;
}
#lineup ul li div {
	line-height: 1.2;
	padding-left: 2%;
	background-image: url("../images/idx_ic01.png");
	background-repeat: no-repeat;
	background-size: 8px;
	background-position: 95% 50%;
}
#lineup .caution {
	font-size: 1.4rem;
}
/*=====mediaQuery=====*/
@media screen and (min-width:751px), print {
	.spOnly {
		display: none;
	}
	.pcOnly {
		display: inline-block;
	}
	main #top {
	  padding: 0;
	  background: url("../images/idx_bg02pc.webp") no-repeat center top;
	  background-size: auto;
	}
	main #top .top-inner {
		width: 1000px;
		margin: 0 auto;
		padding: 90px 0 65px;
	}
	#top .top-inner div h1 {
		text-align: center;
	  margin-bottom: 44px;
	}
	#top .top-inner div p {
		width: 580px;
		margin: 0 auto;
	}
	.main-inner {
	  padding: 0 20px 40px;
	  background: url("../images/idx_bg03pc.webp") repeat-y center top;
	  background-size: auto;
	}
	.main-inner .sec-wrap {
		width: 960px;
	  margin: 0 auto;
	  padding: 55px 40px 60px;
	}
	#lineup {
		padding: 40px 20px 30px;
	}
	#lineup ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 0;
	}
	#lineup ul li {
		width: 155px;
	  margin-bottom: 30px;
	}
}
/*=====clearFix=====*/
#top .top-inner:after {
  display: block;
  clear: both;
  content: ""
}