@charset "EUC-JP";

:root {
	--btnCl1: #b09d60;
	--btnCl2: #1e5461;
	--btnCl3: #802645;
	--txtCl1: #ba0909;
}


html {
	scroll-behavior: smooth;
}

#lp-wrap {
	color: #333;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.05em;
	font-weight: 500;
	font-family: 'Noto Sans JP', 'Þâ¥´¥·¥Ã¥¯', YuGothic, '¥Ò¥é¥®¥Î³Ñ¥´ Pro', 'Hiragino Kaku Gothic Pro', '¥á¥¤¥ê¥ª', 'Meiryo', Osaka, '£Í£Ó £Ð¥´¥·¥Ã¥¯', 'MS PGothic', sans-serif;
	font-feature-settings: "palt";
	background-color: #f8f5f5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#lp-wrap a {
	text-decoration: none;
}

#lp-wrap a:hover {
	opacity: .8;
}

#lp-wrap {
	width: 910px;
	margin: 0 auto;
}

#lp-wrap img {
	max-width: 100%;
}


br.pc {
	display: block;
}

br.sp {
	display: none;
}





/*********************************************
 PC
*********************************************/
/* common */
.isegoLp_btn {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 280px;
	height: 48px;
	font-size: 16px;
	font-weight: bold;
	color: #fff !important;
	text-align: center;
	line-height: 1;
	/* letter-spacing: .12em; */
	border-radius: 5px;
	transition: .3s
}

.isegoLp_btn:hover {
	opacity: .8;
}

.isegoLp_btn-cl01 {
	background-color: var(--btnCl1);
}

.isegoLp_btn-cl02 {
	background-color: var(--btnCl2);
}

.isegoLp_btn-cl03 {
	background-color: var(--btnCl3);
}


/* mv */
.isegoLp_mv {
	margin-bottom: 80px;
}


/* categpry */
.isegoLp_btn_list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 80px;
}

.isegoLp_btn_col {
	display: block;
	width: 100%;
	max-width: 410px;
	height: 80px;
	margin: 0 10px;
}

@media screen and (min-width: 751px) {
	.isegoLp_btn_col:nth-child(n + 3) {
		margin-top: 25px;
	}
}

.isegoLp_btn_col a {
	display: block;
	width: 100%;
	height: 100%;
	transition: .3s;
}

.isegoLp_btn_col a:hover {
	opacity: 1 !important;
}

.isegoLp_btn_col--01 a {
	background: url(https://gigaplus.makeshop.jp/isego/feature/images/hikkoshi/btn_01.png) no-repeat;
	background-size: contain;
}

.isegoLp_btn_col--01 a:hover {
	background: url(https://gigaplus.makeshop.jp/isego/feature/images/hikkoshi/btn_01_h.png) no-repeat;
	background-size: contain;
}

.isegoLp_btn_col--02 a {
	background: url(https://gigaplus.makeshop.jp/isego/feature/images/hikkoshi/btn_02.png) no-repeat;
	background-size: contain;
}

.isegoLp_btn_col--02 a:hover {
	background: url(https://gigaplus.makeshop.jp/isego/feature/images/hikkoshi/btn_02_h.png) no-repeat;
	background-size: contain;
}

.isegoLp_btn_col--03 a {
	background: url(https://gigaplus.makeshop.jp/isego/feature/images/hikkoshi/btn_03.png) no-repeat;
	background-size: contain;
}

.isegoLp_btn_col--03 a:hover {
	background: url(https://gigaplus.makeshop.jp/isego/feature/images/hikkoshi/btn_03_h.png) no-repeat;
	background-size: contain;
}

.isegoLp_btn_col--04 a {
	background: url(https://gigaplus.makeshop.jp/isego/feature/images/hikkoshi/btn_04.png) no-repeat;
	background-size: contain;
}

.isegoLp_btn_col--04 a:hover {
	background: url(https://gigaplus.makeshop.jp/isego/feature/images/hikkoshi/btn_04_h.png) no-repeat;
	background-size: contain;
}


/* sec */
.isegoLp_sec {
	margin-bottom: 70px;
}

.isegoLp_sec_ttl {
	position: relative;
	line-height: 1;
	margin-bottom: 40px;
}


/* ÈÎÇä¾¦ÉÊ */
.isegoLp_item_list {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	padding: 0 15px;
}

.isegoLp_item_col {
	width: 100%;
	max-width: 208px;
	margin-right: 16px;
}

@media screen and (min-width: 751px) {
	.isegoLp_item_col:nth-child(4n) {
		margin-right: 0;
	}

	.isegoLp_item_col:nth-child(n + 5) {
		margin-top: 30px;
	}
}

.isegoLp_item_col a {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: #191819;
}

.isegoLp_item_col_name {
	margin: 1em 0;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	line-height: 1.6;
}

.isegoLp_item_col_price {
	margin-bottom: 1em;
	font-size: 14px;
	font-weight: 500;
	color: var(--txtCl1);
	text-align: center;
	line-height: 1;
}

.isegoLp_item_col_btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	margin-top: auto;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.14em;
	background-color: #802645;
	border-radius: 5px;
}

.isegoLp_item_col_btn::after {
	content: '>';
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
}





/*********************************************
 smartphone
*********************************************/
@media screen and (max-width: 750px) {
	#lp-wrap {
		width: 100%;
		font-size: calc((24/750)*100vw);
	}

	br.pc {
		display: none;
	}

	br.sp {
		display: block;
	}

	/* common */
	.isegoLp_btn {
		max-width: calc((380/750)*100vw);
		height: calc((68/750)*100vw);
		font-size: calc((24/750)*100vw);
	}


	/* mv */
	.isegoLp_mv {
		margin-bottom: calc((100/750)*100vw);
	}


	/* categpry */
	.isegoLp_btn_list {
		margin-bottom: calc((90/750)*100vw);
	}

	.isegoLp_btn_col {
		display: block;
		width: 100%;
		max-width: calc((640/750)*100vw);
		height: calc((90/750)*100vw);
		margin: 0;
	}

	.isegoLp_btn_col:not(:first-child) {
		margin-top: calc((40/750)*100vw);
	}

	.isegoLp_btn_col--01 a,
	.isegoLp_btn_col--01 a:hover {
		background: url(https://gigaplus.makeshop.jp/isego/feature/images/hikkoshi/btn_01_sp.png) no-repeat;
		background-size: contain;
	}

	.isegoLp_btn_col--02 a,
	.isegoLp_btn_col--02 a:hover {
		background: url(https://gigaplus.makeshop.jp/isego/feature/images/hikkoshi/btn_02_sp.png) no-repeat;
		background-size: contain;
	}

	.isegoLp_btn_col--03 a,
	.isegoLp_btn_col--03 a:hover {
		background: url(https://gigaplus.makeshop.jp/isego/feature/images/hikkoshi/btn_03_sp.png) no-repeat;
		background-size: contain;
	}

	.isegoLp_btn_col--04 a,
	.isegoLp_btn_col--04 a:hover {
		background: url(https://gigaplus.makeshop.jp/isego/feature/images/hikkoshi/btn_04_sp.png) no-repeat;
		background-size: contain;
	}


	/* sec */
	.isegoLp_sec {
		margin-bottom: calc((120/750)*100vw);
	}

	.isegoLp_sec_ttl {
		margin-bottom: calc((60/750)*100vw);
	}


	/* ÈÎÇä¾¦ÉÊ */
	.isegoLp_item_list {
		justify-content: center;
		padding: 0 calc((20/750)*100vw);
	}
	
	.isegoLp_item_col {
		width: 100%;
		max-width: calc((340/750)*100vw);
		margin-right: calc((30/750)*100vw);
	}
	
	.isegoLp_item_col:nth-child(2n) {
		margin-right: 0;
	}
	
	.isegoLp_item_col:nth-child(n + 3) {
		margin-top: calc((60/750)*100vw);
	}
	
	.isegoLp_item_col_name {
		font-size: calc((24/750)*100vw);
	}
	
	.isegoLp_item_col_price {
		font-size: calc((24/750)*100vw);
	}
	
	.isegoLp_item_col_btn {
		height: calc((70/750)*100vw);
		font-size: calc((22/750)*100vw);
	}
}
