@charset "EUC-JP";

:root {
	--btnCl1: #b09d60;
	--btnCl2: #1e5461;
	--btnCl3: #802645;
	--txtCl1: #ba0909;
	--px: min(1px, (1 / 910) * 100vw);
	--sp: calc((1 / 750) * 100vw);
}


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;
}




/*********************************************
¥¢¥Ë¥á¡¼¥·¥ç¥ó
*********************************************/
.fadein {
	opacity: 0;
	transform: translateY(24px);
	transition: 1s;
}





/*********************************************
 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: 30px; */
}

.isegoLp_linkBtn {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.isegoLp_linkBtn_col {
	width: 100%;
	max-width: 440px;
}


/* info */
.isegoLp_info {
	padding: 90px 15px 0;
	background-color: #eff5fa;
}


/* categpry */
.isegoLp_cont_ttl {
	width: 100%;
	margin-bottom: 50px;
	text-align: center;
}

.isegoLp_btn_list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 15px;
	width: 100%;
	max-width: 845px;
	margin: 0 auto 80px;
}

.isegoLp_btn_list--01 {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.isegoLp_btn_list--02 {
	display: flex;
	justify-content: center;
}

.isegoLp_btn_col {
	display: block;
	width: 100%;
	max-width: 200px;
	height: 70px;
}

.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/sgift2024/btn_set01.png) no-repeat;
	background-size: contain;
}

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

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

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

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

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

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

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

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

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


/* isegoLp_secWrap */
.isegoLp_secWrap {
	padding: 100px 0;
	background-color: #eff5fa;
}

#itemlist02.isegoLp_secWrap {
	background-color: #fcf5f5;
}


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

.isegoLp_sec:last-of-type {
	margin-bottom: 0;
}

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


/* ÈÎÇä¾¦ÉÊ */
.isegoLp_item_list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding: 0 15px;
	column-gap: 16px;
	row-gap: 40px;
}

.isegoLp_item_col {
	width: 100%;
}

.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: bold;
	text-align: center;
	line-height: 1.6;
}

.isegoLp_item_col_price {
	margin-top: auto;
	/* 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;
	margin-top: 1.5em;
	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%);
}

.isegoLp_item_col.nolink a {
	pointer-events: none;
}

.isegoLp_item_col.nolink .isegoLp_item_col_btn {
	background-color: #606060;
}

.isegoLp_item_col.nolink .isegoLp_item_col_btn::after {
	content: none;
}


/* blog */
.isegoLp_blog {
	width: 100%;
	max-width: 910px;
	margin: 50px auto 0;
	border: 1px solid #d5d5d5;
}

.isegoLp_blog a {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 30px;
	color: #191919;
	text-decoration: none;
	transition: .3s;
}

.isegoLp_blog a:hover {
	opacity: .7;
}

.isegoLp_blog_img {
	width: 45%;
}

.isegoLp_blog_img img {
	max-width: 100%;
}

.isegoLp_blog_detail {
	width: 53%;
}

.isegoLp_blog_detail_ttl {
	margin-bottom: 1em;
	font-size: 20px;
	font-weight: bold;
}

.isegoLp_blog_detail_txt {
	font-size: 14px;
	font-weight: 500;
}

.isegoLp_blog_detail_link {
	display: table;
	margin-left: auto;
	padding: .4em .7em;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	background-color: #802645;
	border-radius: 2px;
	border-collapse: separate;
}



/*********************************************
 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((50/750)*100vw); */
	}


	/* info */
	.isegoLp_info {
		padding: calc((80 / 750) * 100vw) 0 0;
	}


	.isegoLp_linkBtn {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		margin-bottom: calc((60 / 750) * 100vw);
	}
	
	.isegoLp_linkBtn_col {
		width: 100%;
		max-width: calc((600 / 750) * 100vw);
	}

	.isegoLp_linkBtn_col:nth-of-type(n + 2) {
		margin-top: calc((30 / 750) * 100vw);
	}
	
	
	/* categpry */
	.isegoLp_cont_ttl {
		margin-bottom: calc((60 / 750) * 100vw);
	}

	.isegoLp_btn_list {
		grid-template-columns: 1fr 1fr;
		column-gap: calc((30 / 750) * 100vw);
		row-gap: calc((30 / 750) * 100vw);
		max-width: calc((670 / 750) * 100vw);
		margin-bottom: calc((130/750)*100vw);
	}

	.isegoLp_btn_list--01 {
		display: grid;
		margin-bottom: calc((30 / 750) * 100vw);
	}

	.isegoLp_btn_list--02 {
		display: grid;
	}
	
	.isegoLp_btn_col {
		display: block;
		width: 100%;
		height: calc((100/750)*100vw);
		margin: 0;
	}

	.isegoLp_btn_list-second .isegoLp_btn_col {
		display: block;
		width: 100%;
		max-width: calc((322 / 750) * 100vw);
		height: calc((99 / 750) * 100vw);
		margin: 0 calc((15 / 750) * 100vw);
	}

	.isegoLp_btn_col--01 a,
	.isegoLp_btn_col--01 a:hover {
		background: url(https://gigaplus.makeshop.jp/isego/feature/images/sgift2024/btn_set01_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/sgift2024/btn_set02_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/sgift2024/btn_set04_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/sgift2024/btn_set03_sp.png) no-repeat;
		background-size: contain;
	}

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


	/* isegoLp_secWrap */
	.isegoLp_secWrap {
		padding: calc((120 / 750) * 100vw) 0;
	}

	/* sec */
	.isegoLp_sec {
		margin-bottom: calc((130/750)*100vw);
		padding: 0 calc((20/750)*100vw);
	}

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


	/* ÈÎÇä¾¦ÉÊ */
	.isegoLp_item_list {
		grid-template-columns: repeat(2, 1fr);
		column-gap: calc((30 / 750) * 100vw);
		row-gap: calc((60 / 750) * 100vw);
		padding: 0;
	}
	
	.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);
		font-weight: 500;
	}
	
	.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);
	}

	/* blog */
	.isegoLp_blog {
		width: 100%;
		max-width: 90%;
		margin: calc((70 / 750) * 100vw) auto 0;
	}

	.isegoLp_blog a {
		flex-direction: column;
		width: 100%;
		padding: calc((30 / 750) * 100vw);
	}

	.isegoLp_blog_img {
		width: 100%;
		margin-bottom: calc((50 / 750) * 100vw);
	}

	.isegoLp_blog_detail {
		width: 100%;
	}

	.isegoLp_blog_detail_ttl {
		margin-bottom: .5em;
		font-size: calc((36 / 750) * 100vw);
	}

	.isegoLp_blog_detail_txt {
		font-size: calc((24 / 750) * 100vw);
		line-height: 1.7;
	}

	.isegoLp_blog_detail_link {
		font-size: calc((24 / 750) * 100vw);
	}
}
