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




/*********************************************
アニメーション
*********************************************/
.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;
}


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

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

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

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

	
	.isegoLp_btn_list-second .isegoLp_btn_col {
		margin-top: 0;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

.isegoLp_secWrap:last-of-type {
	/* background-color: #ebf1f7; */
}


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

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

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

.isegoLp_item_col[data-ct] .isegoLp_item_col_thm::after {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 30px;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.14em;
	color: #b09d60;
	border: 1px solid #b09d60;
}

.isegoLp_item_col[data-ct="日本酒"] .isegoLp_item_col_thm::after {
	content: '日本酒';
}

.isegoLp_item_col[data-ct="焼酎"] .isegoLp_item_col_thm::after {
	content: '焼酎';
}

.isegoLp_item_col[data-ct="ワイン"] .isegoLp_item_col_thm::after {
	content: 'ワイン';
}

.isegoLp_item_col[data-ct="ウイスキー"] .isegoLp_item_col_thm::after {
	content: 'ウイスキー';
}

.isegoLp_item_col[data-ct="ジン"] .isegoLp_item_col_thm::after {
	content: 'ジン';
}

.isegoLp_item_col[data-ct="スピリッツ"] .isegoLp_item_col_thm::after {
	content: 'スピリッツ';
}

.isegoLp_item_col[data-ct="その他"] .isegoLp_item_col_thm::after {
	content: 'その他';
}

.isegoLp_item_col[data-ct="泡盛"] .isegoLp_item_col_thm::after {
	content: '泡盛';
}


@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: 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: 1em;
	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);
	}


	.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 {
		margin-bottom: calc((130/750)*100vw);
	}

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

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

	.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_list-second .isegoLp_btn_col:nth-of-type(n + 3) {
		margin-top: calc((30 / 750) * 100vw);
	}

	.isegoLp_btn_col--01 a,
	.isegoLp_btn_col--01 a:hover {
		background: url(https://gigaplus.makeshop.jp/isego/feature/images/oseibo2023/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/oseibo2023/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/oseibo2023/btn_set03_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/oseibo2023/btn_set04_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/oseibo2023/btn_sake01_sp.png) no-repeat;
		background-size: contain;
	}
	
	.isegoLp_btn_col--06 a,
	.isegoLp_btn_col--06 a:hover {
		background: url(https://gigaplus.makeshop.jp/isego/feature/images/oseibo2023/btn_sake02_sp.png) no-repeat;
		background-size: contain;
	}
	
	.isegoLp_btn_col--07 a,
	.isegoLp_btn_col--07 a:hover {
		background: url(https://gigaplus.makeshop.jp/isego/feature/images/oseibo2023/btn_sake03_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 {
		justify-content: center;
		padding: 0;
	}

	.isegoLp_item_list::after {
		content: '';
		display: inline-block;
		width: 100%;
		max-width: calc((340/750)*100vw);
	}
	
	.isegoLp_item_col {
		width: 100%;
		max-width: calc((340/750)*100vw);
		margin-right: calc((30/750)*100vw);
	}

	.isegoLp_item_col[data-ct] .isegoLp_item_col_thm::after {
		min-height: calc((50 / 750) * 100vw);
		font-size: calc((24 / 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);
	}
}
