@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	color: #333333;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	background-color: #ffffff;
	padding: 0;
	overflow: hidden;
}
#contents * {
	box-sizing: border-box;
}
#contents a {
	color: #0099cc;
	text-decoration: underline;
}
#contents a:hover {
	opacity: 0.7;
}
figure {
	margin: 0;
}
.display-sp {
	display: none;
}
.end_txt {
	color: #f50028;
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	margin: 20px auto;
	line-height: 1;
}
/*角丸ブロック*/
.ly-round {
	border-radius: 8px;
}
/*マーカー*/
.line-txt {
	display: inline;
	background: linear-gradient(transparent 70%, #9edbc9 0%);/* 任意 */
	padding: 0 5px;
}
/*強調カラーテキスト*/
.em-txt {
	color: #d70c18;/* 任意 */
}
/*吹き出しタイトル*/
.fukidashi-ttl {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
}
.fukidashi-ttl::before,
.fukidashi-ttl::after {
	content:"";
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	flex: 0 0 24px;
	height: 28px;
}
.fukidashi-ttl::before {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/sanyodo_grampus_2311/img/fukidashi_left.png);
	margin-right: 16px;
}
.fukidashi-ttl::after {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/sanyodo_grampus_2311/img/fukidashi_right.png);
	margin-left: 16px;
}
/* ============== btn =================== */
.btn_wrap {
	margin: 60px auto;
}
#contents .btn {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.btn {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ff9123;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/sanyodo_grampus_2311/img/btnarrow_right.png);
	background-size: 20px;
	background-position: center right 15px;
	background-repeat: no-repeat;
	border-radius: 5px;
	width: 100%;
	max-width:400px;
	height: 50px;
	margin: 0 auto;
	position: relative;
}
.btn_att {
	color: #999999;
	font-size: 12px;
	margin-top: 20px;
}
/*終了対応*/
#contents .btn_close {
	position: relative;
	pointer-events: none;
}
#contents .btn_close::after {
	content:"※本キャンペーンは終了しました";
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 2.2rem;
	font-weight: bold;
	background-color: rgba(0,0,0,0.7); /* 固定 */
	width: 104%;
	height: 120%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 10;
}
/* ============== top =================== */
.top {
	background-color: #d3ebe4;/* 任意 */	
	font-size: 0;
}
.top_date {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #00422b;/* 任意 */
	height: 45px;
	padding: 0 28px;
}
.top_date img {
	max-height: 23px;
}
/* ============== sec共通 =================== */
.sec {
	width:calc(100% - 60px);
	max-width: 970px;
	margin: 60px auto;
}
.sec_item_text {
	margin-top: 10px;
}
.sec.novelty,
.sec.join,
.sec.tokuten {
	background-color: #edf5f2;/* 任意 */
	margin-top: 110px;
	position: relative;
	z-index:1;
}
.sec.novelty::before,
.sec.join::before,
.sec.tokuten::before {
	content:"";
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 450px;
	height: 58px;
	margin: auto;
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	z-index: 2;
}
.sec_inner {
	width: calc(100% - 140px);
	max-width: 830px;
}
.sec_inner:not(.att_list) {
	margin: 0 auto;
	overflow: hidden;
}
.sec_item_pic-2column {
	margin: 20px 0;
	background-color: #ffffff;
	border-radius: 8px;
	padding: 10px 0;
}

.sec_fukidashi {
	display: inline-block;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}
.sec_fukidashi::before {
	content: "";
	display: inline-block;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/sanyodo_grampus_2311/img/fukidashi_left.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 24px;
	height: 28px;
	margin-right: 35px;
	vertical-align: bottom;
}
.sec_fukidashi::after {
	content: "";
	display: inline-block;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/sanyodo_grampus_2311/img/fukidashi_right.png);
	background-size: contain;
	width: 24px;
	height: 28px;
	margin-left: 35px;
	vertical-align: bottom;
}
.sec_prize {
	font-size: 18px;
}
@media screen and (max-width: 970px) {
	.sec_inner {
		width: calc(100% - 60px);
	}
}
.sec_inner:not(.att_list) > *:last-child {
	margin-bottom: 50px;
}
.sec_ttl {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin: 50px auto 40px;
}
.sec_lead_main,
.sec_lead_main .em-txt {
	font-size: 22px;
	font-weight: bold;
}
.sec_lead p + .sec_lead_main {
	margin-top: 10px;
}
.sec_block-1column + .note-txt,
.sec_list + .note-txt {
	margin-top: 20px;
}
.sec_block-1column .ly-round,
.sec_list .ly-round {
	background-color: #ffffff;
	padding: 30px 0;
}
.sec .note-txt {
	text-align: left;
}
.sec_item_txt {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
	margin: 0 0 20px;
	word-wrap: break-word;
}
.sec_item_txt p {
	max-width: 100%;
}
/*アイコン*/
.sec_icon {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-weight: bold;
	background-color: #00422b;
	border-radius: 15px;
	width: 160px;
	height: 30px;
}
/* .sec_icon {
	display: inline-block;
	justify-content: center;
	align-items: center;
	font-weight: bold;
} */
/*リスト*/
.sec_ttl + .sec_list,
.sec_ttl + .sec_block-1column {
	margin-top: 50px;
}
/*2~3カラム*/
.sec_list-2column,
.sec_list-3column {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.sec_list-2column .sec_item,
.sec_list-3column .sec_item {
	display: flex;
	flex-direction: column;
}
/*2カラム*/
.sec_list-2column .sec_item {
	width: calc((100% - 30px)/2);
	max-width: 400px;
}
/*3カラム*/
.sec_list-3column .sec_item {
	width: calc((100% - 50px)/3);
	max-width: 260px;
}
.sec_list-3column .fukidashi-ttl {
	justify-content: space-between;
}
.sec_list-3column .fukidashi-ttl::before {
	margin-right: 8px;
}
.sec_list-3column .fukidashi-ttl::after {
	margin-left: 8px;
}
/* ============== novelty =================== */
.novelty::before {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/sanyodo_grampus_2311/img/novelty_top_pc.png);
}
.novelty .sec_block-1column .sec_item_pic {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/sanyodo_grampus_2311/img/novelty_bg.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
}
.novelty .sec_item_pic {
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
	margin-top: 15px;
	padding: 0 10px;
}
.novelty .sec_item_txt {
	font-weight: bold;
}
.novelty .sec_item_pic img {
	width: 150px;
	margin: 30px auto 0;
}
/* ============== tokuten =================== */
.sec.tokuten::before {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/sanyodo_grampus_2311/img/tokuten_top_pc.png);
}
.tokuten .sec_block-1column {
	margin-top: 40px;
}
.tokuten .sec_item_pic {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/sanyodo_grampus_2311/img/tokuten_bg.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
}
.tokuten .sec_item_pic img {
	width: 370px;
	margin: 50px auto;
}
.em_txt_goods {
	font-size: 18px;
	font-weight: bold;
}
.tokuten_goods_text {
	font-weight: bold;
	margin-top: 10px;
}
.sec_item_img-2column {
	width: 220px;
	height: 220px;
}
@media screen and (max-width: 970px) {
	.tokuten .sec_item_pic {
		background-image: none;
	}
}
/* ============== join =================== */
.sec.join::before {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/sanyodo_grampus_2311/img/join_top_pc.png);
}
.join {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/sanyodo_grampus_2311/img/join_bg_pc.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.join .sec_list {
	margin-top: 60px;
	margin-bottom: 0 !important;
}
.join .sec_inner > *:last-child {
	margin-bottom: 0 !important;
}
.join .sec_item {
	position: relative;
}
.join .sec_icon {
	margin: auto;
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	z-index: 2;
}
.join .sec_item_pic {
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
}
.join .sec_list-2column .sec_item_pic {
	padding-top: 8px;
}
.join .sec_list-3column .sec_item_pic {
	padding-top: 15px;
}
.sec_join_step {
	padding: 15px 0 0 0;
	border-radius: 8px;
	background-color: #ffffff;
}
.sec_join_step_txt {
	height: 90px;
}
.join_goal_pic {
	font-size: 0;
	line-height: 0;
	vertical-align: bottom;
	display: block;
	border-radius: 0 0 8px 8px;
	overflow: hidden;
}
.join_goal_pic img {
	display: block;
}
.join .sec_item_txt {
	width: calc(100% - 30px);
	margin: 25px auto;
}
.join_goal::before {
	content:"";
	display: block;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/sanyodo_grampus_2311/img/join_arrow.png);
	width: 21px;
	height: 43px;
	margin: 40px auto 15px;
}
.join_goal_txt {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 25px;
	line-height: 1.5;
}
.join_goal_txt .em-txt {
	font-size: 32px;
}
.normal-txt {
	font-size: 18px;
}
/* ============== att =================== */
.att {
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	overflow: hidden;
}
.att_list {
	margin: 40px auto;
}
.att_item + .att_item {
	margin-top: 30px;
}
.att_item_ttl{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 15px;
	padding-left: 1.5em;
	position: relative;
}
.att_item_ttl::before {
	content: "";
	display: block;
	background-color: #00422b;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 2px;
	left: 0;
}
.att_item_inner p {
	margin-top: 10px;
}
.att_item_inner .note-txt {
	margin-top: 0;
}
.att_item_inner p + p {
	margin-top: 0;
}
.att_item_img {
	text-align: center;
	margin: 20px auto;
}
.att_list-style {
	text-indent: -1em;
	margin-top: 10px;
	padding-left: 1em;
}
.att_num-style {
	text-indent: -1.4em;
	margin-top: 10px;
	padding-left: 1.5em;
	counter-reset: number 0;
}
.att_num-style > li::before {
	counter-increment: number 1;
	content: "(" counter(number) ")";
}
.att_small-unit {
	margin: 10px auto;
}
.att_list-style .att_small-unit {
	text-indent: 0;
}
.att_list-style li > .att_list-style,
.att_list-style li > .att_num-style,
.att_num-style li > .att_list-style,
.att_num-style li > .att_num-style,
.att_small-unit .att_list-style,
.att_small-unit .att_num-style {
	margin-top: 0;
	margin-bottom: 10px;
}
.att_list-style li > .att_num-style,
.att_num-style li > .att_num-style {
	transform: translateX(-0.2em);
}
.att_small-unit .att_list-style,
.att_small-unit .att_num-style {
	margin-left: 0.5em;
}
.att_item_fwb {
	font-weight: bold;
}
.att_item_ftem {
	color: #f50028;
	font-weight: bold;
}
/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 767px) {
	/* ============== 共通 =================== */
	.display-pc {
		display: none;
	}
	.display-sp {
		display: block;
	}
	.end_txt {
		font-size: 150%;
	}
	/*吹き出しタイトル*/
	.fukidashi-ttl {
		min-height: 25px;
	}
	.fukidashi-ttl::before,
	.fukidashi-ttl::after {
		flex: 0 0 30px;
		height: 45px;
	}
	.fukidashi-ttl::before {
		margin-right: 16px;
	}
	.fukidashi-ttl::after {
		margin-left: 16px;
	}
	.em_txt_goods {
		font-size: 15px;
		font-weight: bold;
	}
	/* ============== btn =================== */
	.btn_wrap {
		width: calc(100% - 90px);
		margin: 50px auto;
	}
	.btn {
		max-width: 100%;
	}
	.btn_att {
		text-align: left;
		margin-top: 15px;
		text-indent: -1em;
		padding-left: 1em;
	}
	/*終了対応*/
	#contents .btn_close::after {
		font-size: 1.8rem;
	}
	/* ============== top =================== */
	.top_date {
		height: 36px;
	}
	/* ============== sec共通 =================== */
	.sec:not(.att) {
		border-top: 1px solid #000000;
		border-bottom: 1px solid #000000;
		border-radius: 0;
		width: 100%;
		margin-bottom: 50px;
	}
	.sec.novelty,
	.sec.join,
	.sec.tokuten {
		margin-top: 95px;
	}
	.sec.novelty::before,
	.sec.join::before,
	.sec.tokuten::before {
		width: 339px;
		height: 56px;
	}
	.sec_inner {
		width: calc(100% - 30px);
	}
	.sec_inner:not(.att_list) > *:last-child {
		margin-bottom: 34px;
	}
	.sec_ttl {
		margin: 36px auto 30px;
	}
	.sec_lead_main {
		font-size: 22px;
		line-height: 1.5;
	}
	.sec_block-1column + .note-txt,
	.sec_list + .note-txt {
		margin-top: 28px;
	}
	/*アイコン*/
	.sec_icon {
		width: 120px;
		height: 25px;
	}
	/*リスト*/
	.sec_ttl + .sec_list,
	.sec_ttl + .sec_block-1column {
		margin-top: 30px;
	}
	/*2~3カラム*/
	.sec_list-2column,
	.sec_list-3column {
		flex-direction: column;
		margin-top: 30px;
	}
	.sec_list-2column .sec_item,
	.sec_list-3column .sec_item {
		width: 100%;
		max-width: 100%;
	}
	.sec_list-2column .sec_item + .sec_item,
	.sec_list-3column .sec_item + .sec_item {
		margin-top: 15px;
	}
	/*3カラム*/
	.sec_list-3column .fukidashi-ttl {
		justify-content: center;
	}
	.sec_list-3column .fukidashi-ttl::before {
		margin-right: 16px;
	}
	.sec_list-3column .fukidashi-ttl::after {
		margin-left: 16px;
	}
	/* ============== novelty =================== */
	.novelty::before {
		background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/sanyodo_grampus_2311/img/novelty_top_sp.png);
	}
	.novelty .sec_block-1column .sec_item_pic {
		background-image: none;
	}
	.novelty .sec_item_pic {
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		padding: 15px;
	}
	.novelty .sec_item_pic img {
		flex: 0 0 33%;
		margin: 0 15px 0 0;
		min-width: 120px;
	}
	.novelty .sec_item_txt {
		flex: 0 1 auto;
		justify-content: flex-start;
		text-align: left;
		min-width: 0;
		margin: 0;
	}
	/* ============== tokuten =================== */
	.sec.tokuten::before {
		background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/sanyodo_grampus_2311/img/tokuten_top_sp.png);
	}
	.tokuten .sec_block-1column {
		margin-top: 35px;
	}
	.tokuten .sec_item_pic {
		background-image: none;
		padding: 0;
	}
	.tokuten .sec_item_pic img {
		width: calc(100% - 60px);
		margin: 30px auto;
	}
	.sec_item_pic-2column {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 15px;
		padding: 15px;
	}
	.sec_item_img-2column {
		flex: 0 0 33%;
		margin: 0 15px 0 0;
		min-width: 120px;
		height: auto;
	}
	.tokuten_goods_text {
		text-align: left;
		margin-top: 0;
	}
	.sec_item_text {
		text-align: left;
		margin-top: 0;
	}
	.sec_item_txt {
		justify-content: left;
		margin: 0;
	}
	/* ============== join =================== */
	.sec.join::before {
		background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/sanyodo_grampus_2311/img/join_top_sp.png);
	}
	.join {
		background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/sanyodo_grampus_2311/img/join_bg_sp.png);
	}
	.join .sec_list {
		margin-top: 50px;
	}
	.join .sec_list-2column .sec_item + .sec_item,
	.join .sec_list-3column .sec_item + .sec_item {
		margin-top: 40px;
	}
	.join .sec_icon {
		top: -12px;
	}
	.join .sec_list-2column .sec_item_pic,
	.join .sec_list-3column .sec_item_pic {
		padding-top: 0;
	}
	.join_goal {
		margin-top: 30px;
	}
	.join_goal_pic {
		border-radius: 0;
	}
	.join .sec_item_txt {
		justify-content: flex-start;
		text-align: left;
		width: calc(100% - 60px);
		margin-top: 10px;
	}
	.join_goal::before {
		content: none;
	}
	.join_goal_txt {
		font-size: 22px;
		margin-bottom: 25px;
	}
	.join_goal_txt .em-txt {
		font-size: 22px;
	}
	.sec_join_step {
		padding: 0;
		border-radius: 8px;
		background-color: #ffffff;
	}
	.sec_join_step_txt {
		height: auto;
	}
	/* ============== att =================== */
	.sec.att {
		width: calc(100% - 30px);
		margin: 50px auto;
	}
	.att .sec_ttl {
		margin: 30px auto;
	}
	.sec_inner.att_list {
		width: calc(100% - 60px);
		margin: 30px auto;
	}
	.att_item + .att_item {
		margin-top: 40px;
	}
	.att_item_ttl{
		margin-bottom: 10px;
		padding-left: 1.5em;
	}
	.att_item_inner p, .att_list-style {
		margin-top: 5px;
	}
}