@charset "utf-8";
/* reset */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	padding: 0;
	border: 0;
	margin: 0;
	outline: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display: block;
}
nav ul,ul,ol {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a {
	/* font-size: 100%; */
	/* font-size: 1rem; */
	vertical-align: baseline;
	background: transparent;
	padding: 0;
	margin: 0;
}
/* change colours to suit your needs */
ins {
	color: #000;
	text-decoration: none;
	background-color: #ff9;
}
/* change colours to suit your needs */
mark {
	color: #000;
	font-weight: bold;
	font-style: italic;
	background-color: #ff9;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
}
input, select {
	vertical-align: middle;
}

/*-------------
	common rem=IE9+ 
-------------*/
img {
	vertical-align: bottom;
}
html {
	font-size: 3.2vw;
}
body {
	-webkit-text-size-adjust: 100%;
	color: #4a4a4a;
	font-size: 10px;/*IE7-8*/
	font-size: 1em;/*10px:chromeのバグ回避のためem指定*/
	line-height: 1;
	letter-spacing: 0.06em;
}
a {
	color: #4a4a4a;
	text-decoration: none;
}
.main_wrap {
	display: block;
	padding-top: 45px;/*header height*/
}
.sp_only {
	display: block;
}
.pc_only {
	display: none;
}
div.campaign_inner_slider_list.sp_only {
	display: block;
}
div.campaign_inner_slider_list.pc_only {
	display: none;
}
.btn {
	display: inline-block;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	padding: 4.6875vw 4.6875vw 4.6875vw 2.5vw;
	border: 0.625vw solid #4a4a4a;
	border-radius: 7.1875vw;
	/* box-shadow: 3px 3px 10px 0px rgba(95, 95, 95, 0.5); */
	box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
.btn_full {
	width: 100%;
}
.btn_txt {
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	padding: 0 4.6875vw;
}
.btn:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5.625vw;
	width: 1.875vw;
	height: 1.875vw;
	border-top: 0.625vw solid #4a4a4a;
	border-right: 0.625vw solid #4a4a4a;
	margin: auto;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.fw400 {
	font-weight: 400;
}
.fw700 {
	font-weight: 700;
}

.notes_txt {
	color: #595959;
}
.left_txt{
	display: block;
	text-align: left;
}

@media screen and (min-width: 769px) {
	html {
		font-size: 100%;/*16 基本を16pxにする*/
	}
	#wrapper {
		min-width: 1160px;
	}
	.main_wrap {
		min-width: 1160px;
		padding-top: 87px;
	}
	.sp_only {
		display: none;
	}
	.pc_only {
		display: block;
	}
	div.campaign_inner_slider_list.sp_only {
		display: none;
	}
	div.campaign_inner_slider_list.pc_only {
		display: block;
	}
	.btn {
		padding: 20px 15px 20px 8px;
		border-radius: 34px;
		border-width: 2px;
	}
	.btn:hover {
		color: #fff !important;
		background: #4a4a4a;
	}
	.btn:hover:after {
		border-color: #fff;
	}
	.btn_txt {
		font-size: 1.125rem;
		padding: 0 15px;
	}
	.btn:after {
		right: 30px;
		width: 10px;
		height: 10px;
		border-top-width: 2px;
		border-right-width: 2px;
	}
	.link_opacity {
		transition: opacity .3s;
	}
	.link_opacity:hover {
		opacity: 0.7;
	}
}

/* header */
.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 45px;
	background-color: #fff;
	box-sizing: border-box;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
	z-index: 2;
}
.sp_hd_btn {
	display: block;
    position: fixed;
    top: 0;
    right: 0;
	width: 50px;
	height: 45px;
	z-index: 1;
}
.sp_hd_btn_line {
	display: inline-block;
	position: absolute;
	left: 15px;
	width: 20px;
	height: 2px;
	background: #d82662;
	-webkit-transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s;
}
.sp_hd_btn_line:nth-of-type(1) {
	top: 15px;
}
.sp_hd_btn_line:nth-of-type(2) {
	top: 22px;
}
.sp_hd_btn_line:nth-of-type(3) {
	top: 29px;
}
.menu_open .sp_hd_btn_line:nth-of-type(1) {
	-webkit-transform: translateY(7px) rotate(-45deg);
	transform: translateY(7px) rotate(-45deg);
}
.menu_open .sp_hd_btn_line:nth-of-type(2) {
	opacity: 0;
}
.menu_open .sp_hd_btn_line:nth-of-type(3) {
	-webkit-transform: translateY(-7px) rotate(45deg);
	transform: translateY(-7px) rotate(45deg);
}
.hd_logo {
    display: flex;
    align-items: center;
	position: relative;
    width: 100%;
	height: 100%;
    background-color: #fff;
	padding-left: 15px;
	margin-right: auto;
	z-index: 1;
}
.hd_logo img {
	height: 21px;
}
.hd_nav_wrap {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.hd_nav_wrap_inner {
	display: flex;
	flex-direction: column;
}
.hd_nav_scroll {
	height: 100%;
	box-sizing: border-box;
	padding-top: 52px;
	padding-bottom:52px;
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}
.hd_nav_list {
	width: 100%;
	box-sizing: border-box;
	padding: 0 4.6875vw;
}
.hd_nav_link {
	display: block;
	font-size: 1.6rem;
	padding: 4.6875vw 4.6875vw 4.6875vw 5.625vw;
}
.hd_nav_link_personal {
	background: url(../images/common/ico_personal.svg) no-repeat center left;
	background-size: 3.75vw auto;
}
.hd_nav_link_info {
	background: url(../images/common/ico_about.svg) no-repeat center left;
	background-size: 3.75vw auto;
	margin-top: 4.6875vw;
}
.hd_nav_link_child {
	display: block;
	position: relative;
	font-size: 1.3rem;
	padding: 5.625vw 4.6875vw;
}
.hd_nav_link_child_txt {
	position: relative;
	display: inline-block;
}
.hd_nav_link_child_txt:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 10px;
    height: 10px;
    background: url(../images/common/icon_link_hd.png) no-repeat center;
    background-size: 100% auto;
    margin: auto;
    margin-left: 0px;
}
.hd_nav_link_child:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2.5vw;
	width: 1.875vw;
	height: 1.875vw;
	border-top: 2px solid #d82662;
	border-right: 2px solid #d82662;
	margin: auto;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.hd_nav_list_child {
	display: block;
}
.hd_nav_list_child > li {
	border-bottom: 1px solid #d5d5d5;
}
.sp_only_menu {
	margin-top: 6.25vw;
    padding: 0 0 0 3.8vw;
	box-sizing: border-box;
}
.sp_only_menu > li {
	display: inline-block;
	margin-top: 9.375vw;
	margin-right: 9.375vw;
}
.sp_only_menu > li:first-child {
	margin-right: 0;
	width: 88%;
}
.sp_only_menu_link {
	position: relative;
	font-size: 1.1rem;
	display: block;
}
.sp_only_menu_link:before {
	content: '';
	display: inline-block;
	width: 1.875vw;
	height: 1.875vw;
	margin-right: 1.5625vw;
	border-top: 1px solid red;
	border-right: 1px solid red;
	transform: rotate(45deg);
}
.sp_only_menu_link.ico_tab:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	width: 10px;
	height: 10px;
	background: url(../images/common/icon_link_hd.png) no-repeat center;
	background-size: 100% auto;
	margin: auto;
	margin-left: 0px;
}
.sp_only_menu_small {
	font-size: 0.8rem;
}
.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 130%;
	background-color: #fff;
	opacity: 1;
	z-index:1;
}
.menu_open .header {
	box-shadow: none;
	z-index: 4;
}
.menu_open .overlay {
	display: block;
}
.menu_open .hd_nav_wrap {
	display: block;
	background: #fff;
}
.menu_open .hd_nav {
	display: flex;
	order: 2;
}


@media screen and (min-width: 769px) {
	.header {
		min-width: 100%;
		height: 87px;
		box-sizing: border-box;
		padding: 0 30px;
		box-shadow: none;
	}
	.sp_hd_btn {
		display: none;
	}
	.hd_logo {
		width: 110px;
		padding-left: 0;
	}
	.hd_logo img {
		width: 100%;
		height: 39px;
	}
	.hd_nav_wrap {
		display: block;
		position: relative;
		width: auto;
		height: auto;
	}
	.hd_nav_wrap_inner {
		flex-direction: row;
		align-items: center;
	}
	.hd_nav_scroll {
		overflow: inherit;
		padding-top: 0;
		padding-bottom: 0;
	}
	.hd_nav_list {
		display: flex;
		/*overflow: hidden;*/
		padding: 0 15px;
	}
	.hd_nav_list .is_select {
		background: #d82662;
	}
	.hd_nav_list .is_select .hd_nav_link {
		color: #fff;
	}
	.hd_nav_link {
		display: block;
		font-size: 1rem;
		padding: 35px 20px 36px 58px;
		margin-top: 0;
	}
	.hd_nav_link_personal,
	.hd_nav_link_info {
		background-size: 20px auto;
		background-position: 24px center; 
	}
	.is_select .hd_nav_link_personal {
		background-image: url(../images/common/ico_personal_on.svg);
	}
	.is_select .hd_nav_link_info {
		background-image: url(../images/common/ico_about_on.svg);
	}
	.js_megamenu {
		position: relative;
		cursor: pointer;
	}
	.hd_nav_list_child {
		display: none;
		position: absolute;
		background: #fff;
		border-left: 6px solid #d82662;
		box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
		top: 87px;
		left: 0;
		width: 100%;
		box-sizing: border-box;
		z-index: 999;
	}
	.hd_nav_list_child.is_show {
		display: block;
	}
	.hd_nav_list_child > li{
		border-bottom: none;
	}
	.hd_nav_link_child {
		font-size: 1rem;
		padding: 22px 33px 22px 23px;
	}
	.hd_nav_link_child:hover {
		color: #fff;
		background: #d82662;
	}
	.hd_nav_link_child:after {
		display: none;
	}
	.sp_only_menu {
		display: none;
	}
	.menu_open .overlay {
		display: none;
	}
}

/* pankuzu */
.pankuzu{
	box-sizing: border-box;
	padding: 4.6875vw 4.6875vw 0;
}
.pankuzu_list > li{
	display: inline;
	line-height: 2;
	letter-spacing: 0.06em;
}
.pankuzu_list > li + li{
	position: relative;
	padding-left: 4.6875vw;
	margin-left: 3.125vw;
}
.pankuzu_list > li + li:before{
	content: ">";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.pankuzu_list a{
	text-decoration: underline;
}
@media screen and (min-width: 769px) {
	.pankuzu{
		width: 1160px;
		padding: 0;
		margin: auto;
	}
	.pankuzu_list > li,
	.pankuzu_list a {
		font-size: 0.875rem;
	}
	.pankuzu_list > li + li{
		padding-left: 23px;
		margin-left: 10px;
	}
}

/* footer */
.footer {
	font-feature-settings: "palt";
	background: #4a4a4a;
	overflow: hidden;
}
.footer,
.footer a {
	color: #fff;
	font-size: 0.9rem;
}
.footer .ico_tab {
	position: relative;
}
.footer .ico_tab:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	width: 9px;
	height: 9px;
	background: url(../images/common/icon_link.png) no-repeat center;
	background-size: 100% auto;
	margin: auto;
	margin-left: 5px;
}
.ft_inner {
	box-sizing: border-box;
	padding: 7.5vw 4.6875vw 6.25vw;
}
.ft_top {
	padding: 0 3vw;
}
.ft_link_ttl {
	margin-top: 5vw;
}
.ft_link_ttl a {
	font-size: 1.1rem;
	font-weight: 700;
}
.ft_link_info .ft_link_ttl{
	margin-top: 16vw;
}
.ft_link_list > li {
	width: 50%;
	margin-top: 4.6875vw;
	letter-spacing: 0;
}
.ft_link_list {
	display: flex;
	flex-direction: flex-start;
	flex-wrap: wrap;
	margin-top: 0.625vw;
}
.ft_link_list_personal {
	height: 6.4em;
}
.ft_link_list_info {
	/*height: 13.5em;*/
}
.ft_link_list_info > li {
	width: 100%;
}
.ft_link_list_info_en{
	display: block;
	height: auto;
}
.ft_link_list_info_en li{
	margin-top: 7.03125vw;
}	
.ft_sns_list {
	text-align: center;
	margin-top: 9.375vw;
}
.ft_sns_list > li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 6.25vw;
}
.ft_bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-top: 7.5vw;
	border-top: 1px solid #707070;
	margin-top: 12.5vw;
	position: relative;
}
.ft_bottom_list > li {
	display: inline-block;
	margin-right: 4.6875vw;
}
.ft_bottom_list > li + li {
	margin-top: 4.6875vw;
}
.btn_pagetop {
	width: 10vw;
	height: 10vw;
	background: #fff;
	border-radius: 0.9375vw;
	position: absolute;
    top: 3.125vw;
    right: 0;
}
.btn_pagetop:after {
	content: '';
	display: block;
	position: absolute;
	top: 4.375vw;
	left: 0;
	right: 0;
	width: 2.5vw;
	height: 2.5vw;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	margin: auto;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.ft_copy {
	display: block;
	font-size: 0.8rem;
	text-align: center;
	letter-spacing: 0.05em;
	margin-top: 7.5vw;
    width: 105%;
    margin-left: -2.5%;
}
@media screen and (min-width: 769px) {
	.footer {
		min-width: 1160px;
	}
	.footer,
	.footer a {
		font-size: 0.875rem;
	}
	.footer a[href]:hover {
		text-decoration: underline;
	}
	.ft_inner {
		width: 1160px;
		padding: 0 40px 30px;
		margin: auto;
	}
	.ft_link_personal {
		width: 50%;
	}
	.ft_link_info {
		width: 50%;
	}
	.ft_link_info .ft_link_list > li{
		width: 50%;
	}
	.ft_top {
		display: flex;
		justify-content: space-between;
		padding: 0;
	}
	.ft_link_ttl ,
	.ft_link_info .ft_link_ttl{
		margin-top: 60px;
	}
	.ft_link_ttl a {
		font-size: 1rem;
	}
	.ft_link_list {
		margin-top: 5px;
	}
	.ft_link_list > li {
		margin-top: 18px;
	}
	.ft_link_list_info_en li{
		margin-top: 25px;
	}	
	.ft_link_list_personal,
	.ft_link_list_info {
		height: auto;
	}
	.ft_sns_list {
		text-align: right;
		margin-top: 64px;
		margin-left: auto;
	}
	.ft_sns_list > li {
		width: 40px;
		margin: 0;
	}
	.ft_sns_list > li + li {
		margin-left: 30px;
	}
	.ft_sns_list > li img {
		width: 100%;
	}
	.ft_bottom {
		position: relative;
		margin-top: 90px;
		padding-top: 20px;
	}
	.ft_bottom_list > li{
		margin-right: 34px;
	}
	.ft_bottom_list > li + li {
		margin-right: 34px;
		margin-top: 0;
	}
	.btn_pagetop {
		top: -74px;
		width: 50px;
		height: 50px;
		border-radius: 6px;
	}
	.btn_pagetop:after {
		top: 24px;
		width: 12px;
		height: 12px;
		border-top-width: 2px;
		border-right-width: 2px;
	}
	.ft_copy {
		font-size: 0.75rem;
		width: auto;
		margin-top: 0;
		position: absolute;
		bottom: 0;
		right: 0;
		margin-left: 0;
	}
	.ft_sns_list a,
	.btn_pagetop {
		-webkit-transition: .3s opacity;
		transition: .3s opacity;
	}
	.ft_sns_list a:hover,
	.btn_pagetop:hover {
		opacity: 0.7;
	}
}
/* step number style */
.step_num {
	display: block;
	color: #d82662;
	font-size: 1.6rem;
	text-align: center;
}
.step_num .large {
	font-size: 3.2rem;
}
@media screen and (min-width: 769px) {
	.step_num {
		font-size: 1.5rem;
	}
	.step_num .large {
		font-size: 3.5rem;
	}
}

/* tab style */
.tab_wrap {
	display: flex;
	justify-content: space-between;
}
.tab_btn {
	position: relative;
	bottom: -1px;
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.42;
	width: 47.95%;
	background: #ececec;
	padding: 12px 0 14px;
	border-radius: 10px 10px 0 0;
}
.tab_btn .large {
	font-size: 1.4rem;
}
.is_tab_active {
	color: #fff !important;
	background: #4a4a4a;
}
.is_tab_active:after {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	border-top: 12px solid #4a4a4a;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	margin-left: -12px;
}
.tab_content {
	display: none;
	padding: 30px 15px 0;
	border: 1px solid #ececec;
}
.is_tab_show {
	display: block;
}
@media screen and (min-width: 769px) {
	.tab_btn {
		font-size: 1.125rem;
		width: 528px;
		padding: 18px 0 20px;
		border-radius: 20px 20px 0 0;
	}
	.tab_btn .large {
		font-size: 1.375rem;
	}
	.is_tab_active:after {
		border-top-width: 24px;
		border-left-width: 24px;
		border-right-width: 24px;
		margin-left: -24px;
	}
	.tab_content {
		padding: 80px 40px 0;
		border-width: 2px;
	} 
}

/* btn_floating */
.btn_floating {
	display: none;
	position: fixed;
	top: 75px;
	right: 8px;
	color: #fff !important;
	text-align: center;
	width: 28.125vw;
	height: 28.125vw;
	background: #d82662;
	border-radius: 50%;
	box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.3);
	z-index: 3;
}
.btn_floating_ico {
	display: none;
	box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.3);
	margin: 10px auto 0;
}
.btn_floating_txt {
	display: block;
	font-size: 1.05rem;
	line-height: 1.333;
	margin-top: 8.75vw;
}
@media screen and (min-width: 769px) {
	.btn_floating {
		top: auto;
		bottom: 40px;
		right: 40px;
		width: 160px;
		height: 160px;
		box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.3);
	}
	.btn_floating_ico {
		width: 72px;
		display: block;
		box-shadow: none;
		margin-top: 20px;
	}
	.btn_floating_txt {
		font-size: 1rem;
		margin-top: 9px;
		line-height: 1.125;
	}
}

/* app */
.app {
    background: #ececec;
    margin-top: 17.81vw;
}
.app_inner {
	box-sizing: border-box;
	padding: 10vw 5vw 8.44vw;
}
.app_store_wrap {
	text-align: center;
}
.app_store_ttl {
    font-size: 1.6rem;
}
.start_app_dl_box {
	display: flex;
	justify-content: center;
	margin-top: 3.125vw;
}
.app_store_btn,
.google_play_btn {
	margin: 0 1vw;
}
@media screen and (min-width: 769px) {
	.app {
		margin-top: 75px;
	}
	.app_inner {
		box-sizing: border-box;
		width: 1160px;
		padding: 55px 40px;
		margin: auto;
	}
	.app_store_wrap {
		width: 100%;
	}
	.app_store_ttl {
		font-size: 1.75rem;
	}
	.start_app_dl_box {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 33px;
	}
	.app_store_btn,
	.google_play_btn {
		margin: 0 20px;
	}
	.app_store_btn {
		width: 227px;
	}
	.google_play_btn {
		width: 279px;
	}
	.app_store_btn img,
	.google_play_btn img {
		width: 100%;
	}
}
.miniapp_cashback_wrap{
	padding-top: 25px;
}
.tw_detail_ttl_ev{
	margin-top: -22px;
	padding-top: 0;
	font-size: 1.5rem;
    line-height: 1.5;
    color: #242526;
}
.life_wrap_long_ev {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding-top: 8.67vw;
}
.miniapp_cashback_txt{
    text-align: center;
    font-size: 1.1rem;
    background-color: #d82662;
    border-color: #d82662;
    color: #fff;
    padding: 1rem 0;
    margin: 0 auto;
    border-radius: 50px;
    width: 66%;
}
.miniapp_cashback_wrap::after{
    content: '';
    display: block;
    position: relative;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 12px solid #d82662;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    margin-left: -12px;
    margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
	.life_wrap_long_ev{
		margin-top: 0px;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		padding-top: 24px;
	}
    .miniapp_cashback_txt{
        font-size: 1.25rem;
        width: 60%;
    }
}