.lp_wrap {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.s .lp_wrap {
	width: 100%;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.w980 {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-height: 785px) {
	.w980 {
		width: 850px;
		margin-left: auto;
		margin-right: auto;
	}
}

.s .w980 {
	width: 100%;
}

.s .w900 {
	width: 100%;
}



/* 20211206 */
.s .slick-initialized .slick-slide.s-none {
	opacity: 0;
}


#page {
	overflow: hidden;
	font-family: "モトヤLシーダ3等幅", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, sans-serif;
}

.select-page select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.select-page {
	margin: 80px auto;
	/* z-index: 1;
	position: relative;
	border: 1px solid #363433;
	border-radius: 6px;
	background: #f8c8d1;
	width: 120px;
	height: 100%; */
}

/* .select-page::before {
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid #363433;
	pointer-events: none;
}
.s .select-page::before{
	top: 50%;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #363433;

} */

.s .select-page select {
	top: 3%;
	padding-left: 2vw;
}

.s .select-page {
	margin-top: 22px;
	height: 100%;
	width: 30%;
	font-size: calc(12px + ((1vw - 2.2px) * 1.2));
}

select::-ms-expand {
	display: none;
}

/* slick  */

.slick-slider {
	-ms-touch-action: auto;
	touch-action: auto;
}

.slick-dots li button:before {
	content: "";
	background: #000;
	border-radius: 50%;
	width: 18px;
	height: 18px;
}

.arrow-left,
.arrow-right {
	position: absolute;
	bottom: -50px;
	width: 36px;
	height: 36px;
	border-radius: 36px;
	content: '';
	background-color: #c8161d;
	background-repeat: no-repeat;
	background-size: 32%;
	box-shadow: rgba(255, 0, 140, 0.3) 0px 1px 0 1px;
	cursor: pointer;
}

.arrow-left:hover,
.arrow-right:hover {
	transform: translateY(1px);
	box-shadow: none;
}

.arrow-left img,
.arrow-right img {
	display: none;
}

.arrow-left {
	z-index: 1;
	text-align: left;
	left: 10px;
	background-image: url(../img/arrow_l.png);
	background-position: 44% center;
}

.arrow-right {
	z-index: 1;
	text-align: right;
	right: 10px;
	background-image: url(../img/arrow_r.png);
	background-position: 56% center;
}

.s .arrow-left {
	bottom: -56px;
}

.s .arrow-right {
	bottom: -56px;
}

.slick-dots {
	bottom: -45px;
}

/*
.s .arrow-left img {
	width: 60px;
}
.s .arrow-right img {
	width: 60px;

}*/

.shadow_none {
	box-shadow: none;
}

.lp-carousel li p img {
	max-width: 100%;
	max-height: 86vh;
	display: inline-block;
}

.s .lp-carousel li p img {
	max-height: none;
}

.lp-carousel li p {
	display: inline;
}

a:hover {
	text-decoration: none;
}

/* header footer*/
.header {
	background-color: #fff;
	box-shadow: 0px 0px 5px #3c3c3c;
	width: 100%;
	padding: 10px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo {
	width: 13%;
	max-width: 200px;
}

@media screen and (max-height: 785px) {
	.header {
		padding: 8px 22px;
	}

	.logo {
		width: 10%;
	}
}

.s .header {
	padding: 10px;
}

.s .logo {
	width: 28%;
}

.btn {
	display: block;
	/* border: solid 2px #c8161d; */
	/* background-color: #fff; */
	/* border-radius: 10px; */
	/* padding: 10px; */
	/* color: #c8161d; */
	/* font-weight: bold; */
	/* font-size: 16px; */
	margin-left: 20px;
}

.btn_wrapper {
	display: flex;
}

.btn:hover {
	/* text-decoration: none; */
	/* border: solid 2px #fff; */
	/* background-color: #c8161d; */
	/* color: #fff; */
}
.btn img{
	width: 100%;
}

.sp-break {
	display: none !;
}

@media only screen and (max-width: 500px) {
	.sp-break{
		width: 48px;
		display: block;
	}
	.btn_wrapper {
		width: 60%;
	}
}

@media screen and (max-height: 785px) {
	.btn {
		/* padding: 10px; */
	}
}

.s .btn {
	/* padding: 2%; */
	font-size: 2.6vw;
	margin-left: 5px;
}