@charset "utf-8";

/*
 * page.css
 *
 *  version --- 1.0
 *  updated --- 2017/11/30
 */
.contourWrap {
	background: url('../img/top/bg_01.png')no-repeat right 0;
	min-height: 484px;
	background-size: cover;
	position: relative;
}

.contourBox {
	position: absolute;
	left: 60px;
	right: 60px;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(255, 255, 255, 0.74);
	padding: 27px 38px;
	box-sizing: border-box;
	max-width: 680px;
}

.contourBox p {
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 2;
}

.contourBox h2 {
	margin-top: 15px;
}

.contourBox h2 a {
	display: block;
	text-align: center;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	background-color: #C9C9C9;
	padding: 4px 0;
}

.contourBox h2 a:hover {
	text-decoration: none;
	opacity: .7;
}

.serchItem input::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	font-family: 'Optima';
	font-size: 2rem;
	color: #989898;
}

.serchItem input:-moz-placeholder {
	font-family: 'Optima';
	font-size: 2rem;
	color: #989898;
}

.serchItem input::-moz-placeholder {
	font-family: 'Optima';
	font-size: 2rem;
	color: #989898;
}

.serchItem input:-ms-input-placeholder {
	font-family: 'Optima';
	font-size: 2rem;
	color: #989898;
}

.serchWrap {
	margin: 0 0 50px;
}

.serchItem #form1 {
	display: flex;
	align-items: center;
}

.serchItem #form1 span {
	display: block;
	box-sizing: border-box;
}

.serchItem #form1 span.formlist01 {
	width: 30%;
}

.serchItem #form1 span.formlist02 {
	width: 30%;
}

.serchItem #form1 span.formlist03 {
	width: 40%;
}

.serchItem #form1 span.formlist01,
.serchItem #form1 span.formlist02 {
  border: 1px solid #C4C4C4;
	height: 45px;
	box-sizing: border-box;
	position: relative;
}

.serchItem #form1 span.formlist01:before,
.serchItem #form1 span.formlist02:before {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	background: url('../img/top/select.png')no-repeat right center;
	width: 16px;
	height: 11px;
  z-index: -1;
}

.serchItem #form1 span.formlist01 select,
.serchItem #form1 span.formlist02 select {
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0 30px;
	box-sizing: border-box;
	font-size: 14px;
  background: transparent;
}

.serchItem #form1 span.formlist02 {
	margin: 0 28px 0 24px;
}

.serchItem #form1 span.formlist03 {
  border: 1px solid #C4C4C4;
	height: 45px;
	box-sizing: border-box;
	position: relative;
	font-size: 14px;
}

.serchItem #form1 span.formlist03 input::placeholder {
	font-size: 14px;
}

.serchItem #form1 span.formlist03 em {
	position: absolute;
	right: 23px;
	top: 50%;
	transform: translateY(-50%);
	background: url('../img/top/serch.png')no-repeat right center;
	background-size: 17px 17px;
	width: 25px;
	height: 25px;
	border: 0;
}

.serchItem #form1 span.formlist03 input[type=text] {
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0 30px;
	box-sizing: border-box;
}

.serchItem #form1 span.formlist03 input[type=submit] {
	width: 100%;
	height: 100%;
	border: 0;
	box-sizing: border-box;
	background-color: transparent;
	font-size: 0;
}

.voiceItem {
	margin-top: 15px;
}

.voiceItem>ul {
	margin-left: -70px;
}

.voiceItem>ul>li {
	float: left;
	width: 25%;
	padding-left: 70px;
	box-sizing: border-box;
}

.voiceListWrap>li {
	display: none;
	margin-bottom: 20px;
}

.voiceSub {
	font-size: 1.4rem;
	line-height: 1.78;
	margin: 20px 0 28px;
}

.voiceInfo {
	font-size: 1.4rem;
	line-height: 1.78;
	display: flex;
	align-items: center;
}

.voiceInfo .time {
	background: url('../img/top/icon_time.png')no-repeat left center;
	margin-right: 5px;
	padding-left: 17px;
	box-sizing: border-box;
}

.voiceInfo .voices {
	/*background: url('../img/top/icon_smeil.png')no-repeat left center;*/
	padding-left: 17px;
	box-sizing: border-box;
}

.voiceTxt {
	font-size: 1rem;
	margin-top: 15px;
}

.moreBtn {
	text-align: center;
	margin-top: 70px;
}

.moreBtn a {
	display: block;
  line-height: 2;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
  background-color: #EEEEEE;
}

.moreBtn a:hover {
	opacity: 0.8;
	transition: all 0.5s;
	text-decoration: none;
}

.listBox ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 72px;
}

.listBox ul li {
	flex: 0 0 48.06%;
}

.listBox ul li:nth-child(2) {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.listBox ul li a {
	display: block;
	position: relative;
}

.listBox ul li a:hover {
	opacity: 0.8;
	transition: all 0.5s;
	text-decoration: none;
}

.listBg01 {
	background: url('../img/top/rota_01.png')no-repeat center center;
	background-size: 100% 100%;
	padding-top: 65.74%;
}

.listBg02 {
	background: url('../img/top/rota_02.png')no-repeat center center;
	background-size: 100% 100%;
	padding-top: 29.54%;
}

.listBg03 {
	background: url('../img/top/rota_03.png')no-repeat center center;
	background-size: 100% 100%;
	padding-top: 29.54%;
}

.listList {
	position: absolute;
	left: 30px;
	bottom: 30px;
	color: #fff;
	letter-spacing: 0.1em;
}

.listSub {
	font-size: 1.82vw;
}

.listTxt {
	font-size: 0.88vw;
}

.listBg03 .listList {
	left: unset;
	right: 30px;
	bottom: 30px;
	top: 50%;
	transform: translateY(-50%);
	color: #D72116;
	text-align: right;
}

.brandWrap {
	padding: 70px 0 0;
}

.brandTxt {
	text-align: center;
	font-size: 1.4rem;
	padding: 70px 0 30px;
}

.brandWrap ul {
	max-width: 952px;
	margin: 0 auto;
}

.brandWrap ul li {
	padding: 0 25px;
	width: 188px;
	box-sizing: content-box;
}

.brandWrap .brandItem {
	font-size: 3rem;
	box-sizing: border-box;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.brandWrap .brandItem img {
	display: inline-block;
	width: auto;
}

.popularWrap {
	margin-top: 50px;
}

.popularWrap ul {
	margin-top: 40px;
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	gap: 3rem;
}

.popularWrap ul li {
	font-size: 1.4rem;
	line-height: 1.78;
}

.popularWrap ul li p img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	height: auto;
	display: block;
	margin-bottom: 1em;
}

/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 959px) {
	.serchWrap {
		margin: 30px 0;
		box-sizing: border-box;
	}

	.serchItem #form1 {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
	}

	.serchItem #form1 span.formlist01 {
		width: calc(50% - 5px);
		height: 33px;
	}

	.serchItem #form1 span.formlist02 {
		width: calc(50% - 5px);
		height: 33px;
	}

	.serchItem #form1 span.formlist03 {
		width: 100%;
		height: 33px;
	}

	.serchItem #form1 span.formlist01:before,
	.serchItem #form1 span.formlist02:before {
		right: 12px;
	}

	.serchItem #form1 span.formlist01 select,
	.serchItem #form1 span.formlist02 select {
		padding: 0 16px;
		font-size: 14px;
	}

	.serchItem #form1 span.formlist02 {
		margin: 0 0;
	}

	.serchItem #form1 span.formlist03 input[type=text] {
    padding: 0 16px;
		font-size: 14px;
	}

	.serchItem #form1 span.formlist03 input[type=text]::placeholder {
		font-size: 14px;
	}

	.voiceItem>ul>li {
		width: 50%;
	}

	.popularWrap ul {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media screen and (max-width: 768px) {
	.contourWrap {
		background: none;
		min-height: auto;
	}

	.contourWrap img {
		width: 100%;
	}

	.contourBox {
		position: unset;
		left: 0;
		top: 0;
		transform: translateY(0);
		padding: 32px 24px 0 24px;
	}

	.contourBox p {
		font-size: 0.9rem;
		line-height: 1.88;
	}

	.contourBox h2 a {
		font-size: 2rem;
		padding: 3px 0;
		margin: 30px -24px 0;
		width: 100vw;
	}

	.serchWrap {
		margin: 30px 0 !important;
		box-sizing: border-box;
	}

	.voiceWrap {
		box-sizing: border-box;
	}

	.voiceItem {
		margin-top: 15px;
	}

	.voiceItem>ul {
		display: block;
		margin: 0;
	}

	.voiceItem>ul>li {
		padding: 0;
		width: auto;
	}

	.voiceItem>ul>li img {
		width: 100%;
	}

	.voiceSub {
		margin: 15px 0 17px;
	}

	.voiceTxt {
		margin-top: 12px;
	}

	.moreBtn {
		margin: 30px 0 0;
	}
	
	.moreBtn a {
		font-size: 1.4rem;
		line-height: 3.6;
	}

	.moreBtn a:hover {
		opacity: 1;
	}

	.voiceWrap .slick-arrow {
		width: 16px;
		height: 16px;
		margin-top: -100px;
	}

	.voiceWrap .slick-prev {
		background: url(../img/common/ico_prev01.png) center center no-repeat;
		/* background-size: 90%; */
		left: -27px;
	}

	.voiceWrap .slick-next {
		background: url(../img/common/ico_next01.png) center center no-repeat;
		/* background-size: 90%; */
		right: -27px;
	}


	.listBox {
		box-sizing: border-box;
	}

	.listBox ul {
		display: block;
		margin-top: 31px;
	}

	.listBox ul li a:hover {
		opacity: 1;
	}

	.listBg01 {
		background: url('../img/top/rota_01_sp.png')no-repeat center center;
		background-size: 100% 100%;
		padding-top: 65.73%;
	}

	.listBg02 {
		background: url('../img/top/rota_02_sp.png')no-repeat center center;
		background-size: 100% 100%;
		padding-top: 29.41%;
		margin-top: 25px;
	}

	.listBg03 {
		background: url('../img/top/rota_03_sp.png')no-repeat center center;
		background-size: 100% 100%;
		padding-top: 29.41%;
		margin-top: 25px;
	}

	.listList {
		left: 4.48%;
		bottom: 12px;
	}

	.listSub {
		font-size: 4.2vw;
	}

	.listTxt {
		font-size: 2.33vw;
	}

	.listBg03 .listList {
		left: unset;
		right: 15px;
		bottom: 15px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.listBg03 .listSub {
		font-size: 3.38vw;
	}

	.listBg03 .listTxt {
		font-size: 1.63vw;
	}

	.brandWrap {
		padding: 58px 0 0;
		margin: 0 -20px;
	}
	
	.brandWrap .hdL {
		margin: 0 20px;
	}

	.brandTxt {
		padding: 43px 0 24px;
	}

	.brandWrap ul li {
		padding: 0 25px;
	}

	.popularWrap {
		box-sizing: border-box;
	}

	.popularWrap ul {
		margin-top: 30px;
		grid-template-columns: repeat(2, 1fr);
		gap: 3rem 1.5rem;
	}
}