@charset "UTF-8";
/*---------------------*/
/*max-width: 1200px ←画面全体が縮小する幅*/
/*max-width: 979px ←タブレット版*/
/*max-width: 767px ←スマホ版*/
/*max-width: 425px ←スマホ版さらに小さい幅に対応*/
/*構成*/
/*
FONT
COMMON
MAIN
HEADER
ARTICLE
ELEMENT
COTENTS
L
UTILITY
*/
/*---------------------*/

/* ========== FONT ========== */



/* ========== COMMON ========== */

body{
	overflow-x: hidden;
}

/*可変幅表示にて使用*/
#page-body {
	overflow: hidden;
	width: 100%;
}

/* SMP表示での左右の余白を削除 */
@media (max-width: 979px) {
	#page-body {
		width: 100vw;
		margin: 0 -10px;
	}
}
@media (max-width: 767px) {
	#page-body {
		width: 100vw;
		margin: 0 -5px;
	}
}

/* ========== MAIN ========== */

#lp_main_wrap {
	width: 100%;
	margin: 0 auto;
	font-feature-settings: "palt";
	word-wrap: break-word;
	color: #333;
	font-family: "Noto Sans CJK JP","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic ProN","Hiragino Sans","Noto Sans JP","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
	font-size: 14px;
	line-height: 1.25;
	letter-spacing: 0em;
}
#lp_main_wrap * {
	box-sizing: border-box;
}
#lp_main_wrap li,
#lp_main_wrap dt,
#lp_main_wrap dd,
#lp_main_wrap img {
	line-height: 1;
}
#lp_main_wrap p {
	margin-bottom: 0;
}
#lp_main_wrap a,
#lp_main_wrap a::before,
#lp_main_wrap a::after {
	transition: all 0.5s ease 0s;
	color: inherit;
	opacity: 1;
	text-decoration: none;
}
#lp_main_wrap a:hover,
#lp_main_wrap a:active {
	color: inherit;
	opacity: 0.6;
	text-decoration: none;
}




/* ========== HEADER ========== */

/* lp_mv */
#lp_main_wrap .lp_mv {
	width: 100%;
	margin: 0;
}

/* lp_mv */
#lp_main_wrap .lp_mv-pc img {
	width: 100%;
	max-width: 100%;
}
#lp_main_wrap .lp_mv-1440,
#lp_main_wrap .lp_mv-smp {
	display: none;
}
@media (max-width: 1440px) {
	#lp_main_wrap .lp_mv_1920 {
		display: none;
	}
	#lp_main_wrap .lp_mv-1440 {
		display: block;
	}
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_mv-1440 {
		display: none;
	}
	#lp_main_wrap .lp_mv-smp {
		display: block;
	}
}



/* ========== ARTICLE ========== */

/* lp_main */
#lp_main_wrap .lp_main {
	width: 85%;
	margin: 0 auto;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_main {
		width: 100%;
}
}

/* ========== ELEMENT ========== */

/* slider_mainimg */
#lp_main_wrap .slider_mainimg.slick-dotted.slick-slider {
	margin-bottom: 0;
}
#lp_main_wrap .slider_mainimg .slick-list {
  z-index: 1;
}
#lp_main_wrap .slider_mainimg .slick-dots {
  z-index: 5;
	bottom: 12px;
	padding: 0 15px;
	text-align: right;
	font-size: 1px;
	line-height: 1;
}
#lp_main_wrap .slider_mainimg .slick-dots li {
	width: 14px;
	height: 14px;
	margin: 0;
}
#lp_main_wrap .slider_mainimg .slick-dots li button {
	width: 14px;
	height: 14px;
	padding: 0px;
}
#lp_main_wrap .slider_mainimg .slick-dots li button:before {
	width: 7px;
	height: 7px;
	font-size: 7px;
	line-height: 1;
}
#lp_main_wrap .slider_mainimg .slick-dots li.slick-active button:before {
	color: #fff;
}

/* slider_item */
#lp_main_wrap .slider_item {
	width: 95%;
	margin: 0 auto;
	padding: 0 4%;
}
#lp_main_wrap .slider_item .slick-track {
	margin: 0;
}
#lp_main_wrap .slider_item .slick-list {
	margin: 0 -8px;
}
#lp_main_wrap .slider_item .slick-slide {
	margin: 0 8px;
}
#lp_main_wrap .slider_item .slick-prev,
#lp_main_wrap .slider_item .slick-next {
	position: absolute;
	width: 26px;
	height: 40px;
	top: 50%;
	z-index: 9999;
}
#lp_main_wrap .slider_item .slick-prev:before,
#lp_main_wrap .slider_item .slick-next:before {
	content: "";
	width: 11px;
	height: 11px;
	display: block;
	opacity: 1;
	margin: 0 auto;
}
#lp_main_wrap .slider_item .slick-prev:before {
	border-top: solid 2px #999999;
	border-left: solid 2px #999999;
	rotate: -45deg;
	translate: 6px;
}
#lp_main_wrap .slider_item .slick-next:before {
	border-top: solid 2px #999999;
	border-right: solid 2px #999999;
	rotate: 45deg;
	translate: -6px;
}
@media screen and (max-width: 767px) {
	#lp_main_wrap .slider_item {
		padding: 0;
		width: 100%;
	}
	#lp_main_wrap .slider_item .slick-list {
		margin: 0 -5px;
	}
	#lp_main_wrap .slider_item .slick-slide {
		margin: 0 5px;
	}
}






/* ========== LEAD ========== */

/* lp_lead */
#lp_main_wrap .lp_lead {
	width: 80%;
	max-width: 1052px;
	margin: 120px auto 120px;
	padding: 0;
	text-align: center;
}
#lp_main_wrap .lp_lead h3 {
	font-family: "Lato","Noto Sans CJK JP","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic ProN","Hiragino Sans","Noto Sans JP","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
	font-weight: 700;
	font-weight: Bold;
	font-size: 20px;
	line-height: 34px;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 1%;
}
#lp_main_wrap .lp_lead p {
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 1%;
	letter-spacing: 0.06em;
}
#lp_main_wrap p.attention_text {
	font-weight: 500;
	font-size: 12px;
	line-height: 20px;
	color: #999999;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_lead {
		width: 85%;
		margin: 15% auto 22%;
	}
	#lp_main_wrap .lp_lead h3 {
		margin-bottom: 10px;
		font-size: 20px;
	}
	#lp_main_wrap .lp_lead p {
		text-align: left;
	}
}



/* ========== SEC ========== */

#lp_main_wrap .lp_sec_wrap {
	display: flex;
	gap: 0%;
	justify-content :center;
	margin: 0 auto 140px;
}
#lp_main_wrap .lp_contents_wrap .lp_contents_wrap:last-child {
	margin-bottom: 100px;
}

/* lp_sec */
#lp_main_wrap .lp_sec {
	width: 48%;
	margin: 0 auto;
	padding: 0;
}
#lp_main_wrap .lp_sec_wrap {
	display: flex;
	gap: 4%;
	justify-content :center;
	margin-bottom: 140px;
}
#lp_main_wrap .lp_sec_wrap:last-child {
	margin-bottom: 100px;
}
#lp_main_wrap .lp_sec_inner {
	width: 100%;
	max-width: 1052px;
	margin: 0 auto;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec {
		width: 100%;
		margin: 0 auto 17%;
	}
	#lp_main_wrap .lp_sec_wrap {
		display: block;
		margin-bottom: 0px;
	}
	#lp_main_wrap .lp_sec_inner {
		width: 100%;
	}
	#lp_main_wrap .lp_sec_wrap:last-child {
		margin-bottom: 0;
	}
}

/* lp_sec_content */
#lp_main_wrap .lp_sec_content {
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 4.5%;
}
#lp_main_wrap .lp_sec_img {
	width: 48%;
}
#lp_main_wrap .lp_sec_txt {
	width: 41%;
}
@media (max-width: 979px) {
	#lp_main_wrap .lp_sec_content {
		width: 80%;
		display: block;
		margin: 0 auto;
	}
	#lp_main_wrap .lp_sec_img {
		width: 100%;
		margin-bottom: 40px;
	}
	#lp_main_wrap .lp_sec_txt {
		width: 100%;
	}
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec_content {
		width: 100%;
		display: block;
	}
	#lp_main_wrap .lp_sec_txt {
		width: 85%;
		margin: 0 auto;
	}
}

/* lp_sec_txt */
#lp_main_wrap .lp_sec_txt h3 {
	font-family: "Lato","Noto Sans CJK JP","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic ProN","Hiragino Sans","Noto Sans JP","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
	margin-bottom: 24px;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 0.08em;
	line-height: 1;
}
#lp_main_wrap .lp_sec_txt h3 span {
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
}
#lp_main_wrap .lp_sec_txt p {
	font-size: 13px;
	line-height: 1.8;
	letter-spacing: 0.03em;
	margin-bottom: 8%;
}
#lp_main_wrap .lp_sec_txt p.attention_text{
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 1.7em;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec_txt p {
		line-height: 1.8;
	}
}

/* lp_sec_item */
#lp_main_wrap .lp_sec_item {
	width: 95%;
	margin: 4% auto 0;
	padding: 0 5%;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec_item {
		width: 90%;
		margin: 0 auto;
	}
}

/* lp_sec_itemlist */
#lp_main_wrap .lp_sec_itemlist_credit {
	margin-top: 6px;
}
#lp_main_wrap .lp_sec_itemlist_credit p {
	font-family: "Lato","Noto Sans CJK JP","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic ProN","Hiragino Sans","Noto Sans JP","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.7;
	letter-spacing: 0;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_sec_itemlist_credit {
		margin-top: 6px;
	}
	#lp_main_wrap .lp_sec_itemlist_credit p {
		line-height: 1.5;
	}
}

/* ========== BRAND ========== */

/* lp_brand */
#lp_main_wrap .lp_brand {
	width: 100%;
	margin: 0 auto 60px;
	padding: 0;
}
#lp_main_wrap .lp_brand_inner {
	width: 90%;
	max-width: 1052px;
	margin: 0 auto;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_brand {
		margin: 0 auto 10%;
	}
	#lp_main_wrap .lp_brand_inner {
		width: 100%;
	}
}

/* lp_brand_mv */
#lp_main_wrap .lp_brand_mv {
	width: 100%;
}
#lp_main_wrap .lp_brand_mv img {
	width: 100%;
	max-width: 100%;
}
@media (max-width: 767px) {
}



/* ========== BTN ========== */

/* lp_btn */
#lp_main_wrap .lp_btn {
	width: 100%;
	margin: 0 auto 80px;
	padding: 0;
	text-align: center;
}
#lp_main_wrap .lp_btn .lp_btn_inner {
	width: 90%;
	max-width: 1170px;
	margin: 0 auto;
}
#lp_main_wrap .lp_btn a {
	font-family: "Lato","Noto Sans CJK JP","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic ProN","Hiragino Sans","Noto Sans JP","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
	display: block;
	width: 100%;
	max-width: 600px;
	background: #999999;
	margin: 0 auto 20px;
	padding: 1.4% 1%;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	line-height: 2.5em;
	color: #fff;
	border: solid 2px #999999;
	letter-spacing: 0.1em;
}
#lp_main_wrap .lp_btn a::before {
	content: '';
	display: inline-block;
	position: relative;
	width: 0;
	top: -2px;
	left: 0;
	padding: 0 5px;
	font-size: 0;
	line-height: 1px;
	color: #fff;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #fff;
}
#lp_main_wrap .lp_btn a:hover {
	color:#a6a6a6;
	border: solid #a6a6a6 2px;
	background-color: #fff;
}
#lp_main_wrap .lp_btn a:hover::before {
	border-color: transparent transparent transparent #a6a6a6;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_btn .lp_btn_inner {
		width: 85%;
	}
	#lp_main_wrap .lp_btn a {
		margin: 0 auto 20px;
		padding: 1% 1%;
		font-size: 18px;
		letter-spacing: 0.1em;
	}
}





/* ========== UTILITY ========== */

#lp_main_wrap .lp_viewpc_block {
	display: block;
}
#lp_main_wrap .lp_viewpc_inline {
	display: inline;
}
#lp_main_wrap .lp_viewpc_inline-block {
	display: inline-block;
}
#lp_main_wrap .lp_viewpc_none {
	display: none;
}
#lp_main_wrap .lp_viewsmp_block,
#lp_main_wrap .lp_viewsmp_inline,
#lp_main_wrap .lp_viewsmp_inline-block {
	display: none;
}
#lp_main_wrap .lp_viewxs_block,
#lp_main_wrap .lp_viewxs_inline,
#lp_main_wrap .lp_viewxs_inline-block {
	display: none;
}
@media (max-width: 767px) {
	#lp_main_wrap .lp_viewpc_block,
	#lp_main_wrap .lp_viewpc_inline,
	#lp_main_wrap .lp_viewpc_inline-block {
		display: none;
	}
	#lp_main_wrap .lp_viewsmp_block {
		display: block;
	}
	#lp_main_wrap .lp_viewsmp_inline {
		display: inline;
	}
	#lp_main_wrap .lp_viewsmp_inline-block {
		display: inline-block;
	}
	#lp_main_wrap .lp_viewsmp_none {
		display: none;
	}
}
@media (max-width: 425px) {
	#lp_main_wrap .lp_viewxs_block {
		display: block;
	}
	#lp_main_wrap .lp_viewxs_inline {
		display: inline;
	}
	#lp_main_wrap .lp_viewxs_inline-block {
		display: inline-block;
	}
	#lp_main_wrap .lp_viewxs_none {
		display: none;
	}
}
