@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%;
	-webkit-text-size-adjust: 100%;
}
.wrapper {
	overflow: hidden;
}

@media only screen and (max-width: 768px) {
	body {
		height: 100%;
	}
}
a {
	text-decoration: none;
	color: inherit;
}


/*表示
----------------------------------------*/
/* PCだけ表示 */
.visible_pc {
	display: block !important;
}
/* SPだけ表示 */
.visible_sp {
	display: none !important;
}

/* PCだけ表示 */
.visible_pc_inline {
	display: inline !important;
}
/* SPだけ表示 */
.visible_sp_inline {
	display: none !important;
}

@media only screen and (max-width: 768px) {
	/* PCだけ表示 */
	.visible_pc {
		display: none !important;
	}
	/* SPだけ表示 */
	.visible_sp {
		display: block !important;
	}

	/* PCだけ表示 */
	.visible_pc_inline {
		display: none !important;
	}
	/* SPだけ表示 */
	.visible_sp_inline {
		display: inline !important;
	}
	/* SPだけ改行 */
	.sp_br {
		display: block;
	}

}

/* 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 {
	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;
}
.header_nav a {
	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(../../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(../../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 {
	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;
}
.header.fixed .header_inner {
	padding: 0 0 0 20px;
}
.header.fixed .header_logo {
	margin: -2px 0 -7px;
	height: auto;
}
.header.fixed .header_logo a {
	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 {
	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(../../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 {
		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 {
		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;
	}
}

@media only screen and (max-width: 768px) {
	.header_logo,
	.header.fixed .header_logo {
		margin: -3px 0 -4px;
		height: auto;
	}
	.header_logo img,
	.header.fixed .header_logo img {
		width: 57px;
		vertical-align: -25px;
		margin-right: 2px;
	}
	.header_logo a,
	.header.fixed .header_logo a {
		font-size: 1.5rem;
	}
	.header_logo a:hover {
		opacity: 1;
	}
	.header_inner,
	.header.fixed .header_inner {
		padding: 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.header_nav {
		position: static;
		width: 100%;
	}
	.header_nav ul {
		width: 100%;
		position: static;
		border-left: 0;
	}
	.header_nav a,
	.header.fixed .header_nav a {
		height: 50px;
		font-size: 1.2rem;
	}
	.header_nav_gift,
	.header.fixed .header_nav_gift {
		background: #40b3ff;
		width: calc(100% - 171px);
		padding: 6px 10px;
	}
	.header_nav_gift a,
	.header.fixed .header_nav_gift a {
		height: 38px;
		padding: 3px 0;
		border: 1px solid #fff;
	}
	.header_nav_gift a:hover {
		background: none;
	}
	.header_nav_gift a::before,
	.header.fixed .header_nav_gift a::before {
		width: 12px;
		height: 11px;
		margin: 0 5px 2px 0;
		background-size: 12px 11px;
		background-image: url(../../sgift/images/common/icon_list.svg);
	}
	.header_nav_cart,
	.header.fixed .header_nav_cart {
		width: 108px;
	}
	.header_nav_cart a,
	.header.fixed .header_nav_cart a {
		padding: 4px 0 0 0;
		letter-spacing: 0;
	}
	.header_nav_cart a:hover {
		background: #ffe562;
	}
	.header_nav_cart a::before,
	.header.fixed .header_nav_cart a::before {
		width: 31px;
		height: 26px;
		background-image: url(../../sgift/images/common/icon_cart-sp.png);
		margin-right: 11px;
		background-size: 31px 26px;
	}
	.header_nav_cart_amount,
	.header.fixed .header_nav_cart_amount {
		width: 18px;
		height: 18px;
		font-size: 1rem;
		line-height: 19px;
		top: 4px;
		left: 37px;
	}
	.header_nav_unicef,
	.header.fixed .header_nav_unicef {
		position: absolute;
		top: 0;
		right: 16px;
		width: 90px;
	}
	.header_nav_unicef a {
		padding-left: 0;
		height: 45px;
	}
	.header_nav_unicef a:hover,
	.header_nav_gift a:hover {
		background: none;
	}
	.header_nav_unicef img,
	.header.fixed .header_nav_unicef img {
		width: 90px;
	}
	.header_nav_menu {
		display: block;
		height: 50px;
	}
	.header_btn {
		-webkit-appearance: none;
		appearance: none;
		border: 0;
		background: #40b3ff;
		width: 63px;
		height: 50px;
	}
	.header_btn:focus {
		outline: none;
	}
	.header_btn::before,
	.header_btn::after {
		content: '';
		display: block;
		width: 24px;
		height: 2px;
		background: #ecf7ff;
		position: absolute;
		top: 14px;
		left: 20px;
	}
	.header_btn::after {
		top: 33px;
	}
	.header_btn span {
		display: block;
		width: 24px;
		height: 2px;
		background: #ecf7ff;
		position: absolute;
		top: 24px;
		left: 20px;
	}
	.header_description,
	.header.fixed .header_description {
		width: 100%;
		padding: 10px 0 7px;
		text-align: center;
		font-size: .9rem;
	}
	.header.fixed {
		border-bottom: 0;
	}

	.header.fixed .header_nav_unicef,
	.header.fixed .header_description,
	.header.fixed .header_logo {
		display: none;
	}
}

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

@media only screen and (max-width: 768px) {
	.gnav {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height: 100%;
		overflow: auto;
		background: #09f;
		color: #fff;
	}
	.gnav ul {
		border-top: 1px solid #fff;
		display: block;
		padding: 0;
	}
	.gnav ul li {
		margin-right: 0;
		border-bottom: 1px solid #fff;
	}
	.gnav ul a {
		padding: 17px 20px 16.5px;
		letter-spacing: .1em;
	}
	.gnav ul a::before {
		width: 17px;
		height: 17px;
		border-radius: 50%;
		background: #fff;
		border: 0;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		left: auto;
		right: 16px;
		top: 0;
		bottom: 0;
		margin: auto 0;
	}
	.gnav ul a::after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4px 0 4px 5px;
		border-color: transparent transparent transparent #09f;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 21px;
		margin: auto 0;
	}
	.gnav ul a:hover {
		color: #fff;
	}
	.gnav ul a:hover::before {
		border-color: mone;
	}
	.header.fixed .gnav ul {
		font-size: 1.4rem;
		padding: 0;
	}
	.header.fixed .gnav ul a::before {
		top: 0;
		left: auto;
	}
	.gnav_ttl,
	.gnav_close {
		display: block;
	}
	.gnav_ttl {
		font-size: 1.9rem;
		font-weight: bold;
		padding: 38px 18px 34px;
		letter-spacing: .05em;
	}
	.gnav_close {
		-webkit-appearance: none;
		appearance: none;
		border: 1px solid #fff;
		color: #fff;
		width: 104px;
		height: 45px;
		background: none;
		border-radius: 0;
		font-family: inherit;
		position: absolute;
		top: 25px;
		right: 15px;
		font-size: 1.3rem;
		letter-spacing: .06em;
		padding-left: 31px;
	}
	.gnav_close:focus {
		outline: none;
	}
	.gnav_close::before {
		content: '';
		width: 19px;
		height: 19px;
		display: block;
		background: url(../../sgift/images/common/icon_close.png) no-repeat left top / 19px auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 15px;
		margin: auto 0;
	}
}

/* contents
----------------------------------------*/
main {
	padding-top: 141px;
	background: #f0f9ff;
}

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

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

/* top page
----------------------------------------*/
/* mainv */
.mainv_block img {
	display: block;
}
.mainv_block figure picture,
.mainv_block figure img {
	width: 100%;
}
/* 20230703様に作成 (小さくしてる)*/
.mainv_block h2 {
	width: 54%;
	max-width: 1200px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}
/* 元データなので、適宜戻す
.mainv_block h2 {
	width: 45.773%;
	max-width: 769px;
	position: absolute;
	bottom: 18px;
	left: 4.583%;
	z-index: 10;
}
 */
.mainv_block h2 img {
	width: 100%;
}
.mainv_card {
	width: 27.261%;
	max-width: 458px;
	position: absolute;
	/* bottom: 4px;
	right: .595%; */
	bottom: 38px;
    right: 7.2%;
}
.mainv_gift {
	width: 15.357%;
	max-width: 258px;
	position: absolute;
	left: 2.559%;
	top: 31px;
}

@media only screen and (max-width: 1024px) {
	.mainv_gift {
		width: 34.4%;
		left: 3.866%;
		top: 0;
		margin-top: 2.8%;
	}
	.mainv_card {
		/*width: 62.533%; */
		width: 50%;
		max-width: 300px;
		bottom: 0;
		/* right: 2.4%; */
		left: 50%;
		transform: translateX(-50%); /* 2504追記 */
		margin-bottom: 1.466%;
	}
	.mainv_block h2 {
		width: 100%;
		max-width: 100%;
		top: 0;
		bottom: initial;
		left: 0;
		/* margin-top: 26.666%; */
	}
}

@media only screen and (max-width: 768px) {
}

/* gift */
.gift_block {
	background: #f0f9ff;
	padding: 62px 40px 85px;
}
.gift_block img {
	display: block;
}
.gift_block h2 {
	text-align: center;
	font-size: 3.8rem;
	font-weight: normal;
	color: #09f;
	padding-top: 57px;
	letter-spacing: .015em;
	margin-bottom: 5px;
	background: url(../../sgift/images/sgifttop/icon_gift.svg) no-repeat center top / 42px auto;
}
.gift_block h2::before,
.gift_block h2::after {
	content: '';
	width: 115px;
	height: 121px;
	display: block;
	background: url(../../sgift/images/sgifttop/icon_pigeon_01.png) no-repeat;
	position: absolute;
	top: 17px;
	left: 50%;
	margin-left: -369px;
}
.gift_block h2::after {
	transform: scale(-1, 1);
	margin-left: 254px;
}
.gift_catch {
	margin-bottom: 45px;
}
.gift_catch img {
	width: 388px;
	margin: 0 auto;
}
.gift_link {
	text-align: center;
	font-size: 1.6rem;
}
.gift_link a {
	display: inline-block;
	padding: 0 16px 0 33px;
	letter-spacing: .1em;
	transition: color .3s;
}
.gift_link a span {
	border-bottom: 1px solid #09f;
	padding-bottom: 1px;
}
.gift_link a::before,
.gift_btn_list a::before {
	content: '';
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 1px;
}
.gift_link a::after,
.gift_btn_list 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 #09f;
	position: absolute;
	top: 8px;
	left: 9px;
}
.gift_link a:hover {
	color: #09f;
}
.gift_list {
	max-width: 1200px;
	margin: 52px auto 0;
	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;
}
.gift_list_item {
	width: 30%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.gift_list_item a {
	display: block;
	background: #fff;
	padding-bottom: 110px;
}
.gift_list_ph img {
	width: 100%;
}
.gift_list_img {
	margin: -49px auto 0;
}
.gift_list_img img {
	margin: 0 auto;
}
.gift_list h3 {
	margin: -43px 0 5px;
	text-align: center;
	font-size: 2.1rem;
	letter-spacing: .05em;
	font-weight: bold;
}
.gift_list h3 span {
	line-height: 1.1;
	display: inline-block;
	background: -moz-linear-gradient(top, rgba(255,243,63,0) 0%, rgba(255,243,63,0) 60%, #fff33f 60%);
	background: -webkit-linear-gradient(top, rgba(255,243,63,0) 0%,rgba(255,243,63,0) 60%,#fff33f 60%);
	background: linear-gradient(to bottom, rgba(255,243,63,0) 0%,rgba(255,243,63,0) 60%,#fff33f 60%);
}
.gift_price {
	text-align: center;
	color: #09f;
	letter-spacing: .05em;
	margin-bottom: 14px;
}
.gift_price span {
	font-size: 1.8rem;
	font-weight: bold;
}
.gift_txt {
	font-size: 1.6rem;
	line-height: 1.9;
	letter-spacing: .05em;
	padding: 0 7.777%;
}
.gift_btn {
	position: absolute;
	bottom: 35px;
	left: 8.333%;
	right: 8.333%;
	background: #f5a702;
	box-shadow: 0 5px 0 #ce8c00;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: .045em;
	padding: 18px 10px 16px;
	white-space: nowrap;
	transition: box-shadow .3s, transform .3s;
}
.gift_list_item a:hover .gift_btn {
	box-shadow: 0 2px 0 #ce8c00;
	transform: translateY(3px);
}
.gift_btn span {
	display: inline-block;
	padding-left: 33px;
}
.gift_btn span::before {
	content: '';
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: 0;
}
.gift_btn span::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 0 4.5px 7px;
	border-color: transparent transparent transparent #ce8c00;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: 9px;
}
.gift_list_s {
	max-width: 1200px;
	margin: 60px auto 0;
	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;
}
.gift_list_s li {
	width: 17.916%;
}
.gift_list_s h3 {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 18px 0 4px;
	letter-spacing: .05em;
}
.gift_list_s .gift_price {
	text-align: left;
}
.gift_list_s .gift_price span {
	display: block;
	font-size: 1.4rem;
	margin-top: 3px;
}
.gift_list_s a figure::before {
	content: '詳細を見る';
	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;
	text-decoration: underline;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	background: rgba(0, 107, 179, .8);
	transition: opacity .3s;
}
.gift_list_s a:hover figure::before {
	opacity: 1;
}
.gift_btn_list {
	text-align: center;
	margin-top: 27px;
}
.gift_btn_list a::before,
.gift_btn_list a::after {
	top: 0;
	bottom: 0;
	left: 66px;
	margin: auto 0;
	transition: background-color .3s, border-color .3s;
}
.gift_btn_list a::after {
	left: 75px;
}
.gift_btn_list a {
	display: inline-block;
	width: 300px;
	background: #09f;
	color: #fff;
	font-size: 1.6rem;
	box-shadow: 0 5px 0 #b5e1fe;
	padding: 17px 10px 15px 40px;
	letter-spacing: .05em;
	transition: box-shadow .3s, transform .3s, color .3s;
}
.gift_btn_list a:hover {
	color: #fff;
	background: #09f;
	box-shadow: 0 2px 0 #b5e1fe;
	transform: translateY(3px);
}
.gift_btn_list a:hover::before {
	background-color: #fff;
}
.gift_btn_list a:hover::after {
	border-color: transparent transparent transparent #09f;
}
.gift_block .swiper-button-next,
.gift_block .swiper-button-prev,
.gift_block .swiper-pagination {
	display: none;
}

@media only screen and (max-width: 1279px) {
	.gift_list_item {
		width: 31.355%;
	}
}

@media only screen and (max-width: 1100px) {
	.gift_btn {
		font-size: 1.454vw;
		padding: 18px .909vw 16px;
	}
	.gift_btn span {
		padding-left: 3vw;
	}
	.gift_btn span::before {
		width: 2vw;
		height: 2vw;
	}
	.gift_btn span::after {
		border-width: .409vw 0 .409vw .636vw;
		left: .818vw;
	}
}

@media only screen and (max-width: 768px) {
	.gift_block {
		padding: 52px 0 55px;
	}
	.gift_block h2 {
		font-size: 2.2rem;
		padding-top: 44px;
		margin-bottom: 7px;
		background-size: 29px auto;
	}
	.gift_block h2::before,
	.gift_block h2::after {
		width: 57px;
		height: 60px;
		background-size: 57px auto;
		top: 5px;
		margin-left: -162px;
	}
	.gift_block h2::after {
		margin-left: 104px;
	}
	.gift_catch {
		margin-bottom: 40px;
	}
	.gift_catch img {
		width: 318px;
	}
	.gift_link {
		display: none;
	}
	.gift_link a::before,
	.gift_btn_list a::before {
		width: 17px;
		height: 17px;
	}
	.gift_link a::after,
	.gift_btn_list a::after {
		border-width: 3.5px 0 3.5px 5px;
	}
	.gift_list {
		margin: 0 auto;
	}
	.gift_block .swiper-button-prev,
	.gift_block .swiper-button-next {
		display: block;
		-webkit-appearance: none;
		appearance: none;
		width: 35px;
		height: 35px;
		border-radius: 50%;
		border: 0;
		background: #09f;
		overflow: hidden;
		text-indent: -999px;
		position: absolute;
		top: 49.5vw;
		left: 2.4%;
		z-index: 1100;
		margin-top: 0;
	}
	.gift_block .swiper-button-prev::before,
	.gift_block .swiper-button-next::before {
		content: '';
		display: block;
		width: 12px;
		height: 12px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		left: 8px;
		margin-top: -7px;
	}
	.gift_block .swiper-button-prev::before {
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
		left: 13px;
	}
	.gift_block .swiper-button-next {
		left: auto;
		right: 2.4%;
	}
	.gift_block .swiper-pagination {
		display: block;
		position: relative;
		bottom: auto;
		left: auto;
		text-align: center;
		margin-top: 12px;
	}
	.gift_block .swiper-pagination span {
		margin: 0 5px;
		width: 10px;
		height: 10px;
		display: inline-block;
		vertical-align: middle;
		border-radius: 50%;
		border: 0;
		background: #c9c9c9;
		opacity: 1;
	}
	.gift_block .swiper-pagination .swiper-pagination-bullet-active {
		background: #09f;
	}
	.gift_list_item {
		float: left;
		width: 86.666vw;
		margin: 0 1.333vw;
	}
	.gift_list_item a {
		width: 100%;
		padding-bottom: 25px;
	}
	.gift_list_item a::before {
		content: '';
		display: block;
		background: rgba(0,0,0,.6);
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 10;
		transition: opacity .3s;
	}
	.gift_list_item.swiper-slide-active a::before {
		opacity: 0;
	}
	.gift_list_img {
		margin: -55px auto 0;
	}
	.gift_list_img img {
		width: auto;
		height: 135px;
	}
	.gift_list h3 {
		margin: -28px 0 7px;
		font-size: 1.4rem;
	}
	.gift_price {
		font-size: 1.131rem;
		margin-bottom: 10px;
	}
	.gift_price span {
		font-size: 1.392rem;
	}
	.gift_txt {
		font-size: 1.2rem;
		padding: 0 5%;
	}
	.gift_btn {
		display: none;
	}
	.gift_list_s {
		display: none;
	}
	.gift_btn_list {
		margin-top: 21px;
	}
	.gift_btn_list a::before,
	.gift_btn_list a::after {
		left: 47px;
	}
	.gift_btn_list a::after {
		left: 54px;
	}
	.gift_btn_list a {
		width: 230px;
		font-size: 1.4rem;
		padding: 15px 10px 13px 40px;
	}
	.gift_btn_list a:hover {
		background: #09f;
		color: #fff;
		box-shadow: 0 5px 0 #b5e1fe;
		transform: translateY(3px);
	}
	.gift_btn_list a:hover::before {
		background-color: #fff;
	}
	.gift_btn_list a:hover::after {
		border-color: transparent transparent transparent #09f;
	}
}

/* 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(../../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(../../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;
	margin-top: 45px;
}
.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(../../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(../../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;
	margin: 0 auto 24px;
}
.info_flow_movie p {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.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;
}


	.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_report .info_report_tit span {
		padding-right: 1em;
	}
	.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(../../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;
	}
}

@media only screen and (max-width: 768px) {
	.info_block {
		padding: 70px 10px 56px;
	}
	.info_inner::after {
		display: none;
	}
	.info_report {
		padding: 33px 7.042% 36px;
	}
	.info_report::before {
		width: 79px;
		height: 79px;
		background-size: 79px auto;
		top: -36px;
	}
	.info_report::after {
		display: block;
		width: 41px;
		height: 61px;
		background-size: 41px auto;
		top: -21px;
		left: 37px;
	}
	.info_report h2 {
		font-size: 2rem;
		line-height: 1.5;
		margin-bottom: 13px;
	}
	.info_report h2 br {
		display: block;
	}
	.info_report .info_report_tit span {
		padding-right: 0;
	}
	.info_report_txt {
		margin: 0 0 11px;
		font-size: 1.3rem;
	}
	.info_report_list {
		display: block;
	}
	.info_report_list li {
		width: 100%;
		margin: 0;
		padding: 7px;
	}
	.info_report_list li + li {
		margin-top: 10px;
	}
	.info_report_list li figure {
		width: 72px;
	}
	.info_report_list_txt {
		width: calc(100% - 72px);
		font-size: 1.3rem;
		padding: 3px 0 0 15px;
	}
	.info_report_list_amount {
		font-size: 1.8rem;
	}
	.info_report_note {
		margin: 16px 0 27px;
	}
	.info_report_link {
		font-size: 1.4rem;
	}
	.info_report_link a {
		padding: 0 20px 0 25px;
	}
	.info_report_link a span {
		padding-bottom: 0;
	}
	.info_report_link a::before {
		width: 19px;
		height: 19px;
		top: 2px;
	}
	.info_report_link a::after {
		border-width: 3.5px 0 3.5px 5px;
		top: 8px;
		left: 8px;
	}
	.info_flow {
		padding: 37px 7.042% 50px;
	}
	.info_flow::before {
		width: 79px;
		height: 79px;
		background-size: 79px auto;
		top: -37px;
	}
	.info_flow::after {
		width: 63px;
		height: 66px;
		background-size: 63px auto;
		background-image: url(../../sgift/images/sgifttop/icon_pigeon_02-sp.png);
		top: auto;
		right: 68px;
		bottom: 168px;
	}
	.info_flow h2 {
		font-size: 2rem;
	}
	.info_flow_txt {
		text-align: left;
		font-size: 1.4rem;
		line-height: 1.85;
		margin-bottom: 25px;
	}
	.info_flow_movie {
		width: 100%;
	}
	.info_flow_list {
		width: auto;
		display: block;
		margin: 0;
	}
	.info_flow_list li {
		width: 100% !important;
		margin: 0 !important;
		height: 60px;
		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;
		background: #f0f9ff;
		font-size: 1.2rem;
	}
	.info_flow_list li br {
		display: none;
	}
	.info_flow_list li + li {
		margin-top: 30px !important;
	}
	.info_flow_list li + li::before {
		border-width: 10px 7px 0;
		border-color: #f19397 transparent transparent;
		left: 50%;
		margin-left: -7px;
		top: -20px;
	}
	.info_flow_list li + li:nth-child(4)::before,
	.info_flow_list li + li:nth-child(5)::before {
		left: 50%;
	}
	.info_flow_list li span {
		line-height: 1.2;
	}
	.info_flow_list li:nth-child(1) figure {
		position: absolute;
		width: 91px;
		top: -12px;
		left: 1px;
	}
	.info_flow_list li:nth-child(1) span {
		margin: 0;
	}
	.info_flow_list li:nth-child(2) span {
		letter-spacing: 0;
		padding-right: 7px;
		background: none;
		width: auto;
		height: auto;
		display: block;
		margin-top: 0;
		padding-top: 0;
	}
	.info_flow_list li:nth-child(2) figure {
		width: 120px;
		bottom: 20px;
		left: auto;
		right: 0;
	}
	.info_flow_list li:nth-child(3) figure {
		position: absolute;
		left: 8px;
		top: -1px;
		width: 65px;
		margin: 0;
	}
	.info_flow_list li:nth-child(3) span {
		margin: 0;
		left: 5px;
	}
	.info_flow_list li:nth-child(4) figure {
		width: 90px;
		position: absolute;
		top: 3px;
		left: 4px;
		margin: 0;
	}
	.info_flow_list li:nth-child(4) span {
		margin: 0;
	}
	.info_flow_list li:nth-child(5) figure {
		width: 87px;
		margin: 0;
		position: absolute;
		top: -8px;
		left: 5px;
	}
	.info_flow_list li:nth-child(5) span {
		margin: 0;
	}
	.info_flow_note {
		width: auto;
		font-size: 1rem;
		padding-left: 0;
		line-height: 1.7;
		margin: 20px 0 0;
	}
}

@media only screen and (max-width: 374px) {
	.info_flow_list li:nth-child(2) figure {
		width: 110px;
		bottom: 25px;
		left: auto;
		right: -8px;
	}

	.info_flow_list li:nth-child(3) figure {
		left: -8px;
		top: -1px;
		width: 60px;
	}

	.info_flow_list li:nth-child(4) figure {
		width: 85px;
		top: 3px;
		left: 4px;
	}

	.info_flow_list li:nth-child(5) figure {
		width: 82px;
		top: -8px;
		left: -8px;
	}

}

/* about */
.about_block {
	padding: 80px 40px 101px;
	background: #fff;
}
.about_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;
}
.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(../../sgift/images/sgifttop/icon_deduction.png) no-repeat;
}
.about_item:nth-child(2) h2::before {
	width: 38px;
	height: 36px;
	top: -48px;
	background: url(../../sgift/images/sgifttop/icon_card.png) no-repeat;
}
.about_item:nth-child(3) h2::before {
	width: 42px;
	height: 32px;
	top: -45px;
	background: url(../../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 {
	/*color: #e9546b;*/
	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;
}

@media only screen and (max-width: 768px) {
	.about_block {
		padding: 50px 15px;
	}
	.about_inner {
		display: block;
	}
	.about_item {
		width: 100%;
		background: none;
		border: 1px solid #e8e8e8;
		padding: 0;
	}
	.about_item.open {
		background: #f8f8f8;
	}
	.about_item + .about_item {
		border-top: 0;
	}
	.about_item_inner {
		display: none;
		padding: 0 18px 22px;
	}
	.about_item h2 {
		text-align: left;
		font-size: 1.6rem;
		padding-left: 40px;
		margin-bottom: 0;
		padding: 17px 14px 17px 54px;
	}
	.about_item h2::after {
		content: '';
		width: 22px;
		height: 22px;
		display: block;
		background: url(../../sgift/images/sgifttop/icon_plus.png) no-repeat left top / 22px auto;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 11px;
		margin: auto 0;
	}
	.about_item.open h2::after {
		background-image: url(../../sgift/images/sgifttop/icon_minus.png);
	}
	.about_item h2::before {
		top: 0;
		bottom: 0;
		left: 14px;
		margin: auto 0;
	}
	.about_item:nth-child(1) h2::before {
		width: 26px;
		height: 26px;
		background-size: 26px auto;
	}
	.about_item:nth-child(2) h2::before {
		width: 25px;
		height: 24px;
		top: 0;
		background-size: 25px auto;
	}
	.about_item:nth-child(3) h2::before {
		width: 26px;
		height: 20px;
		top: 0;
		background-size: 26px auto;
	}
	.about_item p {
		font-size: 1.3rem;
		line-height: 1.9;
	}
	.about_item p:not(.about_link) a:hover {
		opacity: 1;
	}
	.about_item ul {
		font-size: 1.2rem;
	}
	.about_item ul li + li {
		margin-top: 6px;
	}
	.about_link {
		margin-bottom: 21px;
	}
	.about_link:last-child {
		margin-bottom: 0;
	}
	.about_link a {
		padding-left: 12px;
		margin-top: 8px;
	}
	.about_link a:hover {
		color: inherit;
	}
	.about_link a::before {
		left: 0;
	}
	.about_link span {
		line-height: 1.3;
	}
	.about_item figure {
		width: 303px;
		margin: 0 auto 14px;
	}
}

/* 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(../../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;
}
.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_tel_text {
	font-size: 1.2rem;
	letter-spacing: .05em;
	margin-top: 5px;
	margin-left: 1.8em;
	text-align: left;
}
.footer_tel_text:before {
    display: inline-block;
    content: "※";
    text-indent: -1.8em;
}​​​​​​​
.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%;
}

@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: 240px;
	}
	.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: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 li {
		margin: 0 3.6% 20px 0;
	}
	.footer_nav > ul > li + li {
		margin-top: 0;
	}
	.footer_logo {
		margin-right: 0;
	}
}

@media only screen and (max-width: 768px) {
	.footer {
		padding: 60px 6.666% 59px;
	}
	.footer_inner {
		display: block;
	}
	.footer_link {
		font-size: 1.4rem;
		margin-bottom: 38px;
	}
	.footer_nav {
		display: block;
		margin-bottom: 60px;
	line-height: 1.3;
	}
	.footer_nav ul:first-child {
		width: auto;
	}
	.footer_nav > ul:last-child {
		width: auto;
		display: block;
		margin-top: 36px;
	}
	.footer_nav > ul:last-child li {
		margin: 0 0 18.5px 0;
	}
	.footer_nav > ul > li > a {
		padding-left: 20px;
	}
	.footer_nav a:hover {
		opacity: 1;
	}
	.footer_nav > ul:first-child > li:first-child > a {
		padding-left: 20px;
	}
	.footer_nav > ul > li > a::before {
		width: 14px;
		height: 14px;
		top: 0;
	}
	.footer_nav > ul > li > a::after {
		border-width: 3px 0 3px 5px;
		left: 5px;
		top: 0;
	}
	.footer_nav > ul > li > a span {
		font-size: 1.3rem;
		border-bottom: 1px solid #fff;
	}
	.footer_nav ul ul {
		margin-top: 7px;
		padding-left: 0;
	}
	.footer_nav ul ul li {
		width: 54% !important;
		line-height: 1.7;
		margin-top: 15px !important;
	}
	.footer_nav ul ul li:nth-child(2n) {
		width: 46% !important;
	}
	.footer_nav ul ul li:nth-child(n+5) {
		margin-top: 0;
	}
	.footer_nav ul ul li a::before {
		position: absolute;
		left: 0;
		top: 0;
	}
	.footer_nav ul ul li a {
		padding-left: 1em;
		font-size: 1.2rem;
		display: block;
	}
	.footer_nav ul ul li a span {
		text-decoration: underline;
		border-bottom: 0;
	}
	.footer_tel {
		width: 244px;
		margin: -11px auto 51px;
	}
	.footer_tel_ttl {
		font-size: 1.3rem;
	}
	.footer_tel_number {
		font-size: 2.3rem;
	}
	.footer_tel_time {
		margin-top: 0;
	}
	.footer_tel a {
		pointer-events: auto;
		line-height: 1.3;
		padding: 14px 10px 15px;
	}
	.footer_copy {
		display: block;
		text-align: center;
		padding: 47px 0 0;
	}
	.footer_logo {
		text-align: center;
		margin-right: 0;
	}
	.footer_logo img {
		width: 135px;
		left: auto;
		margin: 0 auto 19px;
	}
	.footer_logo span {
		border-bottom-color: 1px solid #fff;
	}
}
