body{
	color: #262626;
	font-size: 16px;
	letter-spacing: .05em;
	padding-top: 66px; }

.title_wrapper{
	margin-bottom: 60px; }

.content{
	max-width: 1600px;
	margin: 0 auto; }

.pc_only{
	display: block !important; }
.sp_only{
	display: none !important; }

.inner{
	width: 1040px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 20px; }

a {
	color: #262626; }

/*----------------------------
			header
----------------------------*/
#headerwrap{
	position: fixed;
	top: 0;
	width: 100%;
	background: #ffffff;
	z-index: 100; }
#header{
	position: relative; }
#header h1{
	position: absolute;
	top: 16px;
	left: 20px; }
#header #menu{
	width: 100%; }
#header #menu ul{
	float: right; }
#header #menu ul li{
	position: relative;
	float: left; }
#header #menu ul #nav01,
#header #menu ul #nav02{
	margin-right: 15px; }
#header #menu ul li a{
	display: block;
	color: #0074bf;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 66px;
	box-sizing: border-box;
	padding: 0 45px; }
#header #menu ul #nav01 a:before,
#header #menu ul #nav02 a:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -2px;
	width: 30px;
	height: 30px;
	margin: auto; }
#header #menu ul #nav01 a:before{
	background: url("/images/default/gift/ico_gift.png") no-repeat left center;
	background-size: 30px; }
#header #menu ul #nav02 a:before{
	background: url("/images/default/gift/ico_store.png") no-repeat left center;
	background-size: 30px; }
#header #menu .link_external{
	border-right: 1px solid #328ec9;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	width: 160px;
	background: #0074bf;
	padding: 0; }
#header #menu .link_external:after{
	content: url("/images/default/gift/ico_external_link_white.png");
	margin-left: 10px; }
#header #menu #nav05 .link_external{
	border-right: 0; }
/* google_search */
#header #menu .gs_component,
#header #menu .google_search{
	position: relative;
	width: 210px;
	height: 66px;
	background: #dddddd;
	box-sizing: border-box;
	padding: 15px 15px 0 15px; }
#header td.gsc-input{
	height: 36px;
	border-radius: 18px;
	margin-top: 10px;
	overflow: hidden; }
#header input.gsc-input{
	font-size: 14px !important;
	line-height: 36px !important;
	height: 36px !important;
	box-sizing: border-box !important;
	padding: 0 45px 0 10px !important;
	border: 0 !important; 
	background-image:none !important;}
#header input.gsc-input::-webkit-input-placeholder {
   color: #ffffff;}
#header input.gsc-input:-ms-input-placeholder {
   color: #ffffff;}
#header input.gsc-input::-moz-placeholder {
   color: #ffffff;}
#header table.gsc-search-box{
	border-radius: 18px;
	overflow: hidden; }
#header table.gsc-search-box td.gsc-input{
	padding-right: 0 !important; }
#header table.gsc-search-box td.gsc-input #gsc-iw-id1{
	line-height: 36px;
	height: 36px;
	border: 0; }
#header table.gsc-search-box td.gsc-input #gs_tti50{
	padding: 0; }
#header table.gsc-search-box td.gsc-search-button{
	content: '';
	position: absolute;
	top: 15px;
	right: 15px;
	width: 40px;
	height: 36px;
	background: #bbbbbb url(/images/default/gift/icn_google_search.png) no-repeat center;
	background-size: 16px;
	border: 0;
	border-radius: 0 18px 18px 0; }
#header table.gsc-search-box td.gsc-search-button input{
	opacity: 0;
	width: 40px !important;
	min-width: 40px;
	height: 36px !important;
	padding: 0 !important;
	margin: 0 !important;
	cursor: pointer }
#header table.gsc-search-box td.gsc-clear-button,
#header table.gsc-search-box td.gsib_b{
	display: none; }

#header .gsib_a {
 padding: initial;
 padding: 0px;
}
#header .gsc-search-button,
#header .gsc-search-button-v2 {
 border-radius: 0 18px 18px 0;
 margin-left: initial;
 margin-left: -10px;
 height: 37px;
 width: 37px;
 border: initial;
 border: none;
 background-image: initial;
 background-image: none;
 background-color: initial;
 background-color: #bbbbbb;
}
#header .gsc-search-button-v2 svg {
 height: 18px;
 width: 18px;
 margin-left: -10px;
}

/*----------------------------
		scroll_top
----------------------------*/
#scroll_top{
	position: fixed;
	bottom: 0;
	right: 0;
	text-align: center;
	width: 140px;
	height: 40px;
	background: #ffffff;
	display: none; }
#scroll_top p{
	color: #0074bf;
	font-size: 12px;
	line-height: 40px; }
#scroll_top p:before{
	content: url("/images/default/gift/ico_pagetop.gif");
	margin-right: 8px;
	margin-left: -4px; }


/*----------------------------
		footerwrap
----------------------------*/
#footerwrap{
	max-width: 100%;
	border-top: 1px solid #dddddd;
	margin-top: 90px; }
#footerwrap .inner{
	width: 552px;
	margin: 0 auto;
	padding: 0; }
#footerwrap ul{
	padding: 22px 0 24px; }
#footerwrap ul li{
	float: left;
	margin-left: 29px; }
#footerwrap ul li:first-child{
	margin-left: 0; }
#footerwrap ul li a {
	font-size: 14px;
	line-height: 28px; }
#footerwrap ul li a:before{
	content: url("/images/default/gift/ico_link_blue.png");
	margin-right: 8px; }
#footerwrap #copy{
	background: #0074bf; }
#footerwrap #copy p{
	color: #ffffff;
	font-size: 13px;
	text-align: center;
	line-height: 40px; }


/*----------------------------
			pc
----------------------------*/
@media screen and (min-width: 641px) {
body{
	min-width: 1240px; }
.hover_opacity{
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s; }
.hover_opacity:hover{
	opacity: 0.7; }
.add_line:hover{
	text-decoration: underline;}

.content,
#headerwrap{
	min-width: 1240px; }

#header #menu{
	display: block !important; }
#header #menu .hover_line{
	position: relative; }
#header #menu .hover_line:after{
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 50%;
	height: 1px;
	transform: scaleX(0);
	background-color: #0074bf;
	transition: all .3s ease; }
#header #menu .hover_line:hover:after{
	transform: scaleX(1); } 

#nav00 {
 display: none;
}
#nav04 {
 display: block;
}
}

/*----------------------------
			sp
----------------------------*/
@media screen and (max-width: 640px) {

#nav00 {
 display: block;
}
#nav04 {
 display: none;
}

body.no-scroll {
	overflow: hidden; }

.inner{
	width: 100%;
	padding: 0 10px;
	margin: 0; }

.pc_only{
	display: none !important; }
.sp_only{
	display: block !important; }

body{
	font-size: 12px;
	padding-top: 48px; }

a{
	font-size: 12px; }

.content{
	width: 100%;
	max-width: 100%;
	min-width: 100%; }

.link_external{
	position: relative; }
.link_external:after{
	content: '';
	position: absolute;
	top: 4px;
	right: 0;
	width: 8px;
	height: 8px;
	background: url("/images/default/gift/ico_external_link_sp.png") no-repeat left center;
	background-size: 8px; }

.title_wrapper{
	margin-bottom: 40px; }


/*----------------------------
			header
----------------------------*/
#header h1{
	top: 9px;
	left: 10px; }
#header #navi{
	float: right; }
#header #navi li{
	float: left; }
#header #navi li a{
	display: block;
	position: relative;
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	line-height: 15px;
	width: 48px;
	height: 48px;
	background: #262626;
	box-sizing: border-box;
	padding: 10px 0; }
#header #navi .menu_btn a p{
	position: absolute;
	bottom: 5px;
	right: 0;
	left: 0;
	font-size: 8px;
	line-height: 12px;
	margin: 0 auto; }
#header #navi .menu_btn .open,
#header #navi .menu_btn .close{
	display: none; }
#header #navi .menu_btn .open.select,
#header #navi .menu_btn .close.select{
	display: block; }
#header #navi .menu_btn .open{
	background: #0074bf url("/images/default/gift/ico_menu_open_sp.gif") no-repeat center 9px ;
	background-size: 20px 16px; }
#header #navi .menu_btn .close{
	background: #0074bf url("/images/default/gift/ico_menu_close_sp.gif") no-repeat center 9px ;
	background-size: 16px 16px; }


/*----------------------------
			menu
----------------------------*/
#header #menu{
	display: none;
	position: fixed;
	top: 48px;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,116,191,0.9);
	overflow: scroll; }
#header #menu ul{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 21px 20px 0; }
#header #menu ul li{
	float: none; }
#header #menu ul li#nav01 a:before,
#header #menu ul li#nav02 a:before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 22px;
	height: 32px;
	width: 32px;
	margin: auto; }
#header #menu ul li#nav01 a:before{
	background: url("/images/default/gift/ico_gift_sp.png") no-repeat left center;
	background-size: 32px; }
#header #menu ul li#nav02 a:before{
	background: url("/images/default/gift/ico_store_sp.png") no-repeat left center;
	background-size: 32px; }
#header #menu ul li#nav03{
	margin-top: 19px; }
#header #menu ul li#nav03 a{
	text-align: center; }
#header #menu ul li a{
	color: #ffffff;
	font-size: 24px;
	font-weight: normal;
	text-align: left;
	line-height: 36px;
	letter-spacing: .1em;
	width: 100%;
	padding: 18px 0 18px 74px; }
#header #menu ul li .link_external{
	font-size: 18px;
	line-height: 56px;
	background: none;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-right: none;
	width: 100%; }
#header #menu ul li .link_external:after{
	top: 24px;
	right: 20px;
	background: url("/images/default/gift/ico_gift_sp.png") no-repeat left center;
	background-size: 32px; }

/* google_search */
#header #menu .gs_component,
#header #menu .google_search{
	width: 100%;
	height: 46px;
	background: none;
	padding: 0;
	/*margin: 40px 0 66px;*/
	margin: 18px 0px 18px 0px;
 }
#header #menu td.gsc-input{
	height: 37px;
	border-radius: 23px; }
#header #menu input.gsc-input{
	font-size: 12px !important;
	line-height: 46px !important;
	height: 46px;
	box-sizing: border-box;
	padding: 0 50px 0 10px !important; }
#header table.gsc-search-box{
	border-radius: 23px; }
#header #menu table.gsc-search-box td.gsc-input{
	padding-right: 0 !important; }
#header #menu table.gsc-search-box td.gsc-input #gs_tti50{
	padding: 0; }
#header #menu table.gsc-search-box td.gsc-search-button{
	top: 0;
	right: 0;
	width: 50px;
	height: 37px;
	background: #bbbbbb url(/images/default/gift/icn_google_search_sp.png) no-repeat center;
	background-size: 18px;
	border-radius: 0 23px 23px 0; }
#header #menu table.gsc-search-box td.gsc-search-button input{
	width: 50px !important;
	height: 46px !important; }


/*----------------------------
		scroll_top
----------------------------*/
#scroll_top {
	width: 36px;
	height: 36px; }
#scroll_top p {
	font-size: 0;
	line-height: 0; }
#scroll_top p:before{
	content: url("/images/default/gift/ico_pagetop.gif");
	margin-right: 0;
	margin-left: 0;
	position: relative;
	top: 10px;}


/*----------------------------
		footerwrap
----------------------------*/
#footerwrap{
	border-top: none;
	margin-top:40px; }
#footerwrap .inner{
	width: 100%; }
#footerwrap ul{
	padding: 0; }
#footerwrap ul li{
	margin-left: 0;
	float: none; }
#footerwrap ul li a{
	display: block;
	position: relative;
	font-size: 12px;
	line-height: 18px;
	width: 100%;
	box-sizing: border-box;
	padding: 17px 0 17px 43px;
	border-top: 1px solid #dddddd; }
#footerwrap ul li a:before{
	content: '';
	position: absolute;
	top: 20px;
	left: 20px;
	width: 12px;
	height: 12px;
	background: url("/images/default/gift/ico_link_blue_sp.png") no-repeat left center;
	background-size: 12px; }
#footerwrap #copy{
	background: #0074bf; }
#footerwrap #copy p{
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	line-height: 36px;
	height: 36px; }
}