@charset "UTF-8";

/* リセット
---------------------------------------------------------- */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, table, th, td, button, a, span {
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

ol ,
ul {
	list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

address {
	font-style: normal;
}


/* レイアウト
----------------------------------------*/
html,
body {
	height: 100%;
}

/* display
----------------------------------------*/
.hidden {
	display: none;
}

/* img
----------------------------------------*/
img {
	max-width: 100%;
	height: auto;
	_width: 100%;
}

/* リセットここまで
----------------------------------------*/

/* オリジナルのレイアウト
----------------------------------------*/
html {
	font-size: 1rem;
	font-size: 10px;
}

body {
	color: #333;
	font-family: 'メイリオ', 'Meiryo','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	background: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
	height: 100%;
	min-width: 1000px;
	-webkit-text-size-adjust: 100%;
}
.wrapper {
	width: auto;
}
a {
	text-decoration: none;
	color: inherit;
}
p, dl, dt, dd, ul, ol, li, th, td {
	color: inherit;
}

.sgift_layout_tbl {
	width: auto;
	margin: 0 auto;
}
.sgift_layout_tbl > tbody > tr > td {
	border: 0;
}

/* header
----------------------------------------*/
.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #ecf7ff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	z-index: 2000;
}
.header_logo {
	margin: -3px 0 -6px;
}
.header_logo img {
	vertical-align: middle;
	margin-right: 3px;
}
.header_logo a,
.header_logo span {
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	display: block;
	white-space: nowrap;
	letter-spacing: .09em;
	transition: opacity .3s;
}
.header_logo a:hover {
	opacity: .8;
}
.header_inner {
	width: 100%;
	padding: 0 0 0 16px;
	background: #09f;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.header_nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	border-left: 1px solid #fff;
}
.sub_page .header_nav ul {
	border-left: 0;
}
.header_nav a,
.header_nav_unicef span {
	height: 96px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.6rem;
	letter-spacing: .05em;
	transition: background .3s;
}
.header_nav_gift {
	width: 230px;
}
.header_nav_gift a {
	padding-top: 9px;
	color: #fff;
}
.header_nav_gift a:hover {
	background: #4db8ff;
}
.header_nav_gift a::before {
	content: '';
	width: 24px;
	height: 22px;
	display: block;
	margin: 0 16px 4px 0;
	background: url(../../../card/sgift/images/common/icon_list.svg) no-repeat;
}
.header_nav_cart {
	width: 222px;
}
.header_nav_cart a {
	padding: 8px 3px 0 0;
	background: #ffe562;
}
.header_nav_cart a:hover {
	background: #ffdb35;
}
.header_nav_cart a::before {
	content: '';
	width: 41px;
	height: 35px;
	margin-right: 17px;
	display: inline-block;
	background: url(../../../card/sgift/images/common/icon_cart-pc.png) no-repeat left top / 41px auto;
}
.header_nav_cart_amount {
	width: 25px;
	height: 25px;
	font-size: 1.3rem;
	line-height: 26px;
	position: absolute;
	top: 22px;
	left: 59px;
	background: #e9546b;
	color: #fff;
	text-align: center;
	border-radius: 50%;
}
.header_nav_unicef {
	width: 208px;
}
.header_nav_unicef a,
.header_nav_unicef span {
	padding-left: 8px;
}
.header_nav_unicef a:hover,
.header_nav_gift a:hover {
	background: #4db8ff;
}
.header_nav_unicef img {
	display: block;
	width: 150px;
}
.header_nav_menu {
	display: none;
}
.header_description {
	padding: 13px 0 11px 44px;
	letter-spacing: .05em;
}
.header.fixed {
	position: fixed;
	animation-fill-mode: forwards;
	animation-duration: 500ms;
	border-bottom: 1px solid #c4dbeb;
	animation-name: header_fixed;
}
.sub_page .header.fixed {
	position: absolute;
	animation: none;
	top: 0;
}
.header.fixed .header_inner {
	padding: 0 0 0 20px;
}
.header.fixed .header_logo {
	margin: -2px 0 -7px;
	height: auto;
}
.header.fixed .header_logo a,
.header.fixed .header_logo span {
	font-size: 1.8rem;
}
.header.fixed .header_logo img {
	width: 91px;
	margin-right: 1px;
}
.header.fixed .header_description {
	padding: 10px 0 11px 44px;
	font-size: 1.3rem;
}
.header.fixed .header_nav a,
.header.fixed .header_nav_unicef span {
	height: 76px;
	font-size: 1.3rem;
}
.header.fixed .header_nav_gift {
	width: 182px;
}
.header.fixed .header_nav_gift a {
	padding-left: 2px;
}
.header.fixed .header_nav_gift a::before {
	width: 22px;
	height: 22px;
	background: url(../../../card/sgift/images/common/icon_list_s.svg) no-repeat;
	margin: 0 8px 2px 0;
}
.header.fixed .header_nav_cart {
	width: 176px;
}
.header.fixed .header_nav_cart a {
	padding: 8px 1px 0 0;
}
.header.fixed .header_nav_cart a::before {
	width: 33px;
	height: 28px;
	margin-right: 12px;
	background-size: 33px auto;
}
.header.fixed .header_nav_cart_amount {
	width: 20px;
	height: 20px;
	font-size: 1rem;
	line-height: 21px;
	top: 17px;
	left: 48px;
}
.header.fixed .header_nav_unicef {
	width: 165px;
}
.header.fixed .header_nav_unicef img {
	width: 120px;
}

@keyframes header_fixed {
	0% {
		top: -111px;
	}
	100% {
		top: 0;
	}
}

@media only screen and (max-width: 1279px) {
	.header_nav_unicef {
		width: 189px;
	}
	.header_nav_cart,
	.header_nav_gift {
		width: 198px;
	}
	.header_nav_cart_amount {
		left: 48px;
	}
}

@media only screen and (max-width: 1024px) {
	.header_logo {
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 96px;
	}
	.header_logo img {
		width: 10.937vw;
	}
	.header_logo a,
	.header_logo span {
		font-size: 2.343vw;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.header_nav a,
	.header_nav_unicef span {
		font-size: 1.562vw;
	}
	.header_nav_unicef {
		width: 18.457vw;
		font-size: 1.562vw;
	}
	.header_nav_cart,
	.header_nav_gift {
		width: 19.335vw;
	}
	.header_nav_cart_amount {
		left: 4.687vw;
	}
}

/* gnav
----------------------------------------*/
.gnav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 13px 12px 11px 44px;
	letter-spacing: .05em;
}
.gnav ul li {
	margin-right: 28px;
}
.gnav ul a {
	display: block;
	padding-left: 18px;
	transition: color .3s;
}
.gnav ul a::before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 0;
	top: 7px;
	transition: border-color .3s;
}
.gnav ul a:hover {
	color: #09f;
}
.gnav ul a:hover::before {
	border-color: #09f;
}
.header.fixed .gnav ul {
	font-size: 1.3rem;
	padding: 10px 12px 11px 44px;
}
.header.fixed .gnav ul a::before {
	top: 4px;
	left: -1px;
}
.gnav_ttl,
.gnav_close {
	display: none;
}

@media only screen and (max-width: 1375px) {
	.gnav {
		width: 100%;
	}
	.gnav ul {
		padding: 6px 12px 22px 44px;
	}
	.header.fixed .gnav {
		width: auto;
	}
}

/* topic_path
----------------------------------------*/
.topic_path {
	padding: 13px 20px;
        background-color: rgb(255 255 255 / 0.8);
}
.topic_path ul {
	max-width: 1200px;
	margin: 0 auto;
	font-size: 1.2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 1.1;
	letter-spacing: .05em;
}
.topic_path ul li {
	padding-left: 36px;
}
.topic_path ul li::before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
	position: absolute;
	left: 14px;
	top: 4px;
}
.topic_path ul li:first-child {
	padding-left: 0;
}
.topic_path ul li:first-child::before {
	display: none;
}
.topic_path ul a {
	border-bottom: 1px solid #a3a9ad;
	transition: opacity .3s;
}
.topic_path ul a:hover {
	opacity: .6;
}

/* contents
----------------------------------------*/
main {
	padding-top: 141px;
	background: #f0f9ff;
}
.sub_page main {
	padding-top: 77px;
	padding-bottom: 50px;
	background: #fff;
}
#cart {
	width: 980px;
	margin: 0 auto;
}

table td,
table th {
	position: static;
}

.sgift_confirm_tbl a {
	text-decoration: underline;
}

.sgift_layout_tbl input {
	padding: 5px;
}

.sgift_input_area h2 {
	font-size: 1.5em;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
	margin-top: 30px;
}
#cart img {
	vertical-align: middle;
}

@media only screen and (max-width: 1375px) {
	main {
		padding-top: 190px;
	}
}

/* info */
.info_block {
	background: #d5edfd;
	padding: 125px 40px 79px;
}
.info_inner {
	max-width: 1200px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.info_report {
	width: calc(100% - 830px);
	background: #fff5f6;
	padding: 38px 19px 0;
	order: 0;
}
.info_report::before {
	content: '';
	width: 121px;
	height: 121px;
	display: block;
	background: url(../../../card/sgift/images/sgifttop/icon_report_ttl.png) no-repeat;
	position: absolute;
	top: -56px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.info_report::after {
	content: '';
	width: 82px;
	height: 122px;
	display: block;
	background: url(../../../card/sgift/images/sgifttop/icon_pigeon_03.png) no-repeat;
	position: absolute;
	top: -82px;
	left: -20px;
}
.info_report h2 {
	font-size: 2.6rem;
	color: #e9546b;
	line-height: 1.45;
	margin-bottom: 15px;
	letter-spacing: .05em;
	font-weight: normal;
	text-align: center;
}
.info_report_txt {
	margin: 0 10px 13px;
	line-height: 1.85;
	letter-spacing: .05em;
}
.info_report_list li {
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 6px;
}
.info_report_list img {
	display: block;
}
.info_report_list li + li {
	margin-top: 10px;
}
.info_report_list .info_report_last {
	display: block;
	margin-top: 0;
	padding: 0;
	background: none;
}
.info_report_list li figure {
	width: 82px;
}
.info_report_list_txt {
	width: calc(100% - 82px);
	font-size: 1.6rem;
	padding: 3px 0 0 19px;
	letter-spacing: .05em;
}
.info_report_list_amount {
	font-size: 2.2rem;
	font-weight: bold;
	color: #e9546b;
}
.info_report_note {
	font-size: 1.2rem;
	margin: 16px 1px 30px;
	letter-spacing: .05em;
	line-height: 1.75;
}
.info_report_link {
	text-align: center;
	font-size: 1.6rem;
}
.info_report_link a {
	display: inline-block;
	padding: 0 16px 0 30px;
	letter-spacing: .05em;
	transition: color .3s;
}
.info_report_link a span {
	border-bottom: 1px solid #09f;
	padding-bottom: 1px;
}
.info_report_link a::before {
	content: '';
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #09f;
	position: absolute;
	left: 0;
	top: 0;
}
.info_report_link a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 0 4.5px 7px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 7px;
	left: 9px;
}
.info_report_link a:hover {
	color: #09f;
}
.info_flow {
	width: 830px;
	padding: 37px 0 36px;
	background: #fff;
	order: 1;
}
.info_flow::before {
	content: '';
	width: 121px;
	height: 121px;
	display: block;
	background: url(../../../card/sgift/images/sgifttop/icon_flow_ttl.png) no-repeat;
	position: absolute;
	top: -56px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.info_flow::after {
	content: '';
	width: 125px;
	height: 135px;
	display: block;
	background: url(../../../card/sgift/images/sgifttop/icon_pigeon_02.png) no-repeat;
	position: absolute;
	top: 368px;
	right: -28px;
}
.info_flow h2 {
	font-size: 2.6rem;
	letter-spacing: .051em;
	padding-left: 8px;
	margin-bottom: 19px;
	font-weight: normal;
	color: #09f;
	text-align: center;
}
.info_flow_txt {
	text-align: center;
	font-size: 1.6rem;
	letter-spacing: .05em;
	line-height: 1.95;
	margin-bottom: 19px;
}
.info_flow_txt span {
	background: -moz-linear-gradient(top, rgba(255,229,98,0) 0%, rgba(255,229,98,0) 55%, #ffe562 55%, #ffe562 85%, rgba(255,229,98,0) 85%);
	background: -webkit-linear-gradient(top, rgba(255,229,98,0) 0%,rgba(255,229,98,0) 55%,#ffe562 55%, #ffe562 85%, rgba(255,229,98,0) 85%);
	background: linear-gradient(to bottom, rgba(255,229,98,0) 0%,rgba(255,229,98,0) 55%,#ffe562 55%, #ffe562 85%, rgba(255,229,98,0) 85%);
}
.info_flow_movie {
	width: 490px;
	height: 285px;
	margin: 0 auto 24px;
}
.info_flow_movie iframe {
	border: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.info_flow_list {
	width: 732px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 57px 0 41px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	font-weight: bold;
	line-height: 1.25;
}
.info_flow_list li {
	text-align: center;
}
.info_flow_list li + li::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8.5px 0 8.5px 13px;
	border-color: transparent transparent transparent #f19397;
	position: absolute;
	left: -28px;
	top: 56px;
}
.info_flow_list li + li:nth-child(4)::before,
.info_flow_list li + li:nth-child(5)::before {
	left: -18px;
}
.info_flow_list li span {
	display: block;
}
.info_flow_list li:nth-child(1) figure {
	width: 128px;
}
.info_flow_list li:nth-child(1) span {
	margin: -3px 0 0;
}
.info_flow_list li:nth-child(2) {
	width: 100px;
	margin-left: 35px;
}
.info_flow_list li:nth-child(2) span {
	display: block;
	letter-spacing: -.03em;
	background: #f0f9ff;
	width: 100px;
	height: 116px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.2;
	margin-top: 3px;
	padding-top: 10px;
}
.info_flow_list li:nth-child(2) figure {
	position: absolute;
	width: 161px;
	bottom: -68px;
	left: -98px;
	z-index: 10;
}
.info_flow_list li:nth-child(3) {
	margin-left: 42px;
}
.info_flow_list li:nth-child(3) figure {
	width: 103px;
	margin: 10px 0 0;
}
.info_flow_list li:nth-child(3) span {
	margin: 5px 0 0;
	left: -5px;
}
.info_flow_list li:nth-child(4) {
	margin-left: 26px;
}
.info_flow_list li:nth-child(4) figure {
	width: 122px;
	margin: 18px 0 0;
}
.info_flow_list li:nth-child(4) span {
	margin: 11px 0 0;
}
.info_flow_list li:nth-child(5) {
	margin-left: 26px;
}
.info_flow_list li:nth-child(5) figure {
	width: 138px;
	margin: -10px 0 0;
}
.info_flow_list li:nth-child(5) span {
	margin: 1px 0 0;
}
.info_flow_note {
	width: 732px;
	font-size: 1.2rem;
	padding-left: 274px;
	margin: 22px 40px 0 58px;
	letter-spacing: .05em;
}

@media only screen and (max-width: 1279px) {
	.info_block {
		padding: 116px 40px 90px;
	}
	.info_inner {
		display: block;
	}
	.info_report {
		width: 100%;
		padding: 38px 40px 22px;
	}
	.info_report h2 br {
		display: none;
	}
	.info_flow {
		width: 100%;
		padding: 37px 40px 66px;
	}
	.info_flow_txt span {
		background: -moz-linear-gradient(top, rgba(255,229,98,0) 0%, rgba(255,229,98,0) 65%, #ffe562 65%, #ffe562 100%, rgba(255,229,98,0) 100%);
		background: -webkit-linear-gradient(top, rgba(255,229,98,0) 0%,rgba(255,229,98,0) 65%,#ffe562 65%, #ffe562 100%, rgba(255,229,98,0) 100%);
		background: linear-gradient(to bottom, rgba(255,229,98,0) 0%,rgba(255,229,98,0) 65%,#ffe562 65%, #ffe562 100%, rgba(255,229,98,0) 100%);
	}
	.info_flow::after {
		top: auto;
		bottom: -94px;
		right: -32px;
		z-index: 10;
	}
	.info_flow_list {
		margin: 0 auto;
	}
	.info_flow_note {
		margin: 22px auto;
	}
	.info_inner::after {
		content: '';
		width: 82px;
		height: 122px;
		display: block;
		background: url(../../../card/sgift/images/sgifttop/icon_pigeon_03.png) no-repeat;
		position: absolute;
		top: -73px;
		left: -20px;
	}
	.info_report::after {
		display: none;
	}
	.info_report_list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.info_report_list li {
		width: 48.958%;
		padding: 10px;
		margin-bottom: 20px;
	}
	.info_report_list li + li {
		margin-top: 0;
	}
	.info_report_list li figure {
		width: 98px;
	}
	.info_report_note {
		margin: 10px 1px;
	}
}

@media only screen and (max-width: 1000px) {
	.info_flow_list {
		width: 73.2vw;
	}
	.info_flow_list li {
		font-size: 1.4vw;
	}
	.info_flow_list li:nth-child(1) figure {
		width: 12.8vw;
	}
	.info_flow_list li:nth-child(1) span {
		margin: -.3vw 0 0;
	}
	.info_flow_list li:nth-child(2) {
		width: 1vw;
		margin-left: 3.5vw;
	}
	.info_flow_list li + li::before {
		border-width: .85vw 0 .85vw 1.3vw;
		left: -2.8vw;
		top: 5.6vw;
	}
	.info_flow_list li:nth-child(2) figure {
		width: 16.1vw;
		bottom: -6.8vw;
		left: -9.8vw;
	}
	.info_flow_list li:nth-child(2) span {
		width: 10vw;
		height: 11.6vw;
		margin-top: .3vw;
		padding-top: 1vw;
	}
	.info_flow_list li:nth-child(2) {
		width: 10vw;
		margin-left: 3.5vw;
	}
	.info_flow_list li:nth-child(3) {
		margin-left: 4.2vw;
	}
	.info_flow_list li:nth-child(3) figure {
		width: 10.3vw;
		margin: 1vw 0 0;
	}
	.info_flow_list li:nth-child(3) span {
		margin: .5vw 0 0;
		left: -.5vw;
	}
	.info_flow_list li:nth-child(4) {
		margin-left: 2.6vw;
	}
	.info_flow_list li + li:nth-child(4)::before,
	.info_flow_list li + li:nth-child(5)::before {
		left: -1.8vw;
	}
	.info_flow_list li:nth-child(4) figure {
		width: 12.2vw;
		margin: 1.8vw 0 0;
	}
	.info_flow_list li:nth-child(4) span {
		margin: 1.1vw 0 0;
	}
	.info_flow_list li:nth-child(5) {
		margin-left: 2.6vw;
	}
	.info_flow_list li:nth-child(5) figure {
		width: 13.8vw;
		margin: -1vw 0 0;
	}
	.info_flow_list li:nth-child(5) span {
		margin: .1vw 0 0;
	}
	.info_flow_note {
		width: 73.2vw;
		padding-left: 27.4vw;
		margin: 2.2vw auto;
	}
}

/* about */
.about_block {
	padding: 80px 40px 101px;
	background: #fff;
}
.about_inner_sgift {
	max-width: 1200px;
	margin: 0 auto 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.about_item {
	width: 31.166%;
	background: #f8f8f8;
	padding: 68px 24px 33px;
}
.about_item h2 {
	text-align: center;
	font-size: 2.6rem;
	letter-spacing: .05em;
	font-weight: normal;
	margin-bottom: 25px;
}
.about_item h2::before {
	content: '';
	display: block;
	width: 41px;
	height: 41px;
	position: absolute;
	left: 0;
	right: 0;
	top: -51px;
	margin: 0 auto;
}
.about_item:nth-child(1) h2::before {
	width: 41px;
	height: 41px;
	background: url(../../../card/sgift/images/sgifttop/icon_deduction.png) no-repeat;
}
.about_item:nth-child(2) h2::before {
	width: 38px;
	height: 36px;
	top: -48px;
	background: url(../../../card/sgift/images/sgifttop/icon_card.png) no-repeat;
}
.about_item:nth-child(3) h2::before {
	width: 42px;
	height: 32px;
	top: -45px;
	background: url(../../../card/sgift/images/sgifttop/icon_payment.png) no-repeat;
}
.about_item p {
	line-height: 1.8;
	letter-spacing: .05em;
}
.about_item p:not(.about_link) span {
	background: -moz-linear-gradient(top, rgba(255,229,98,0) 0%, rgba(255,229,98,0) 55%, #ffe562 55%, #ffe562 90%, rgba(255,229,98,0) 90%);
	background: -webkit-linear-gradient(top, rgba(255,229,98,0) 0%,rgba(255,229,98,0) 55%,#ffe562 55%, #ffe562 90%, rgba(255,229,98,0) 90%);
	background: linear-gradient(to bottom, rgba(255,229,98,0) 0%,rgba(255,229,98,0) 55%,#ffe562 55%, #ffe562 90%, rgba(255,229,98,0) 90%);
}
.about_item p:not(.about_link) a {
	color: #09f;
	text-decoration: underline;
	transition: opacity .3s;
}
.about_item p:not(.about_link) a:hover {
	opacity: .8;
}
.about_item ul {
	font-weight: bold;
	letter-spacing: .05em;
	padding-top: 3px;
	margin-bottom: 8px;
}
.about_item ul li {
	margin-left: 1em;
	text-indent: -1em;
}
.about_item ul li + li {
	margin-top: 9px;
}
.about_item ul li::before {
	content: '・';
}
.about_link {
	margin-bottom: 15px;
}
.about_link a {
	display: inline-block;
	padding-left: 17px;
	margin-top: 12px;
	transition: color .3s;
}
.about_link a:hover {
	color: #09f;
}
.about_link a::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 0 4.5px 7px;
	border-color: transparent transparent transparent #09f;
	position: absolute;
	left: 3px;
	top: 8px;
}
.about_link span {
	display: inline-block;
	border-bottom: 1px solid #09f;
}
.about_item figure {
	max-width: 100%;
	width: 276px;
	padding: 6px 0 0;
	margin: 0 auto 29px;
}

/* pagetop
----------------------------------------*/
.pagetop {
	width: 41px;
	height: 41px;
	position: fixed;
	right: 1.733%;
	bottom: 44px;
	display: none;
	z-index: 9999;
}
.pagetop a {
	width: 41px;
	height: 41px;
	overflow: hidden;
	border-radius: 50%;
	display: block;
	text-indent: -999px;
	background: url(../../../card/sgift/images/common/btn_pagetop.png) no-repeat left top / 41px auto;
}

/* footer
----------------------------------------*/
.footer {
	background: #09f;
	color: #fff;
	padding: 101px 40px 99px;
}
.footer_inner {
	max-width: 1200px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer_link {
	width: 100%;
	font-size: 2rem;
	line-height: 1.2;
	letter-spacing: .05em;
	margin-bottom: 61px;
	order: 0;
}
.footer_nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 105px;
	line-height: 1.3;
	order: 1;
}
.footer_nav ul:first-child {
	width: 895px;
}
.footer_nav > ul > li + li {
	margin-top: 38px;
}
.footer_nav > ul > li > a {
	padding-left: 32px;
	letter-spacing: .05em;
}
.footer_nav a {
	transition: opacity .3s;
}
.footer_nav a:hover {
	opacity: .8;
}
.footer_nav > ul:first-child > li:first-child > a {
	padding-left: 30px;
}
.sub_page .footer_nav > ul:last-child {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.sub_page .footer_nav > ul:last-child:first-child {
	margin-top: 0;
}
.sub_page .footer_nav > ul:last-child li {
	margin: 0 3.6% 20px 0;
}
.sub_page .footer_nav > ul > li + li {
	margin-top: 0;
}
.footer_nav > ul > li > a::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: -5px;
	bottom: 0;
	margin: auto 0;
	left: 0;
}
.footer_nav > ul > li > a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #09f;
	position: absolute;
	top: -5px;
	bottom: 0;
	margin: auto 0;
	left: 8px;
}
.footer_nav > ul > li > a span {
	display: inline-block;
	font-size: 1.6rem;
	border-bottom: 1px solid #66c2ff;
}
.footer_nav ul ul {
	margin-top: 35px;
	padding-left: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer_nav ul ul li {
	width: 240px;
	letter-spacing: .05em;
}
.footer_nav ul ul li:nth-child(4n+2) {
	width: 220px;
}
.footer_nav ul ul li:nth-child(4n+3) {
	width: 160px;
}
.footer_nav ul ul li:nth-child(n+5) {
	margin-top: 21px;
}
.footer_nav ul ul li a::before {
	content: '・';
}
.footer_nav ul ul li a span {
	display: inline-block;
	border-bottom: 1px solid #66c2ff;
}
.footer_tel {
	width: 262px;
	margin: -14px 51px 0 auto;
	text-align: center;
	order: 3;
}
.footer_tel_ttl {
	letter-spacing: .05em;
	margin-bottom: 3px;
}
.footer_tel_number {
	font-size: 2.4rem;
	letter-spacing: .05em;
}
.footer_tel_time {
	font-size: 1.2rem;
	letter-spacing: .05em;
	margin-top: -1px;
}
.footer_tel a {
	pointer-events: none;
	border: 1px solid #fff;
	display: block;
	line-height: 1.4;
	padding: 13px 10px 12px;
}
.footer_copy {
	padding: 30px 0 0;
	font-size: 1rem;
	letter-spacing: .05em;
	order: 2;
}
.footer_logo {
	order: 4;
	margin-right: 78px;
	line-height: 1.2;
	letter-spacing: .04em;
}
.footer_logo img {
	width: 150px;
	display: block;
	left: 2px;
	position: relative;
	margin: 0 auto 17px;
}
.footer_logo span {
	display: inline-block;
	font-size: 1.2rem;
	border-bottom: 2px solid #66c2ff;
}
.footer_link a {
	display: inline-block;
	color: #ccebff;
	border-bottom: 2px solid #66c2ff;
}
.footer_nav {
	width: 100%;
}
.sub_page .footer_nav {
	margin-bottom: -100px;
}
.sub_page .footer_nav + .footer_logo + .footer_copy {
	margin-top: 30px;
}

@media only screen and (max-width: 1279px) {
	.footer_nav {
		margin-bottom: 38px;
	}
	.footer_nav ul:first-child {
		width: 100%;
	}
	.footer_nav ul ul li {
		width: 22.656%;
	}
	.footer_nav ul ul li:nth-child(4n+2) {
		width: 30.894%;
	}
	.footer_nav ul ul li:nth-child(4n+3) {
		width: 20.021%;
	}
	.footer_nav > ul:last-child {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 65px;
	}
	.footer_nav > ul:last-child:first-child {
		margin-top: 0;
	}
	.footer_nav > ul:last-child li {
		margin: 0 3.6% 20px 0;
	}
	.footer_nav > ul > li + li {
		margin-top: 0;
	}
	.footer_logo {
		margin-right: 0;
	}
}

.wrapper.sub_page {
    overflow: hidden;
}

.sub_page .sgift_main_add {
    margin: 20px 0;
    padding-top: 77px;
    padding-bottom: 50px;
    background: #fff;
    float: unset;
}

.sgift_main_add .confirm_info {
    margin: 0 auto;
}

