@charset "utf-8";
/* main
-----------------*/
body.hidden {
	overflow: hidden;
}
main {
	font-family: "UD新ゴ R", "UD Shin Go Regular";
}
.inner {
	max-width: 73rem;
	margin: 0 auto;
}
.mv {
	text-align: center;
}
h2 {
	margin-bottom: 5rem;
	font-size: 2.6rem;
	/* font-family: "UD新ゴ DB", "UD Shin Go Regular"; */
	text-align: center;
	line-height: 1.5;
}
h2 span {
	font-size: 4.6rem;
	color: red;
}
.subTtl {
	text-align: center;
	font-size: 2.4rem;
	margin-top: 1.5rem;
	line-height: 1.5;
}
.ttl {
	text-align: center;
}
h3 {
	display: inline-block;
	font-size: 3.6rem;
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold";
	color: #ff001e;
	background: linear-gradient(transparent 60%, #ffff3c 0%);
}
h4 {
	margin-top: 5.5rem;
	font-size: 2.4rem;
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold";
	text-align: center;
	background: #467993;
	color: #fff;
	border-radius: 2rem;
	padding: 1rem;
}
h5 {
	font-size: 2.4rem;
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold";
	text-align: center;
}
h5 span {
	color: #EA3723;
}
.endNote {
	margin-top: 1rem;
	font-size: 1.8rem;
	text-align: center;
}
.box {
	margin-top: 3.5rem;
	font-size: 2rem;
	line-height: 1.5;
}
.lead {
	margin-top: 3.5rem;
	font-size: 2rem;
	line-height: 1.5;
}
.day {
	font-size: 2.8rem;
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold";
	text-align: center;
}
.campainNote {
	margin-top: 3rem;
	background: #F8EDED;
	padding: 2rem;
	font-size: 1.3rem;
	line-height: 1.3;
}
.marker {
	margin-top: 1rem;
	background: #ddf1f7;
	line-height: 1.3;
}
.red {
	color: #d51725;
}
.red2 {
	color: #EA3723;
}
.bold {
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold";
}
.big {
	font-size: 2.8rem;
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold";
}
.border {
	border-bottom: solid 3px #000;
}
a.link {
	color: #0033cc;
	text-decoration: underline;
}
.center {
	text-align: center;
}
.df {
	margin-top: 3rem;
	display: flex;
	justify-content: space-between;
}
.df > p {
	width: 49%;
}
.link {
	margin-top: 3rem;
}
.end {
	color: #f00;
	font-size: 90%;
}
.icons {
	display: inline-flex;
	justify-content: center;
	gap: 0 2%;
}
.iconChance {
	display: inline-block;
	background: #00c2e6;
	padding: 0 1.75rem;
	border-radius: 5rem;
	font-size: 2rem;
	line-height: 1.5;
	color: #fff;
}
.blue {
	color: #467993;
}
button {
	border-style: none;
	color: inherit;
	padding: 0;
	background: none;
	cursor: pointer;
	transition: opacity 0.3s ease-out;
}
button:hover {
	opacity: 0.7;
}
@media (max-width: 768px) {
	.inner {
		max-width: 100%;
		padding: 0 3rem;
	}
	h2 {
		font-size: 3.2rem;
	}
	.subTtl {
		font-size: 3.2rem;
	}
	.ttl {
		margin-top: 3rem;
	}
	h3 {
		font-size: 4.5rem;
	}
	h4 {
		margin-top: 8.5rem;
		font-size: 3.8rem;
		padding: 1.5rem;
	}
	h5 {
		font-size: 4rem;
		line-height: 1.3;
	}
	.endNote {
		font-size: 2.5rem;
	}
	.day {
		font-size: 3.3rem;
	}
	.campainNote {
		font-size: 2.5rem;
	}
	.lead {
		font-size: 3rem;
	}
	.red {
		color: #ff001e;
	}
	.marker {
		margin-top: 2rem;
	}
	.big {
		font-size: 3.8rem;
	}
	.df {
		margin-top: 3.5rem;
		display: block;
	}
	.df > p {
		width: 100%;
		text-align: center;
	}
	.df > p + p {
		margin-top: 3rem;
	}
	.link {
		margin-top: 5rem;
		font-size: 3rem;
		line-height: 1.3;
	}
	.iconChance {
		padding: 0 3.2rem;
		font-size: 3rem;
	}
}

/* campaign */
.campaign {
	padding-bottom: 10rem;
}
.campaign .campaignBox01 {
	margin-top: 2rem;
	display: flex;
	align-items: center;
	gap: 0 2%;
}
.campaign .campaignBox01 .campaignTtl {
	width: 22%;
	text-align: center;
}
.campaign .campaignBox01 .campaignTxt {
	width: 75%;
	font-size: 2rem;
	line-height: 1.8;
}
.campaign .campaignBox02 {
	margin-top: 2rem;
}
.campaign .campaignList {
	margin-top: 2rem;
}
.campaign .campaignList li {
	font-size: 2rem;
	line-height: 1.8;
}
.campaign .cardBoxTtl {
	margin-top: 4rem;
}
.campaign .cardBoxTtl span {
	color: #467993;
	position: relative;
}
.campaign .cardBoxTtl span::before,
.campaign .cardBoxTtl span::after {
	display: block;
	content: '';
	width: 7rem;
	height: 0.2rem;
	background-color: #467993;
	position: absolute;
	top: 50%;
}
.campaign .cardBoxTtl span::before {
	left: -10rem;
}
.campaign .cardBoxTtl span::after {
	right: -10rem;
}
.campaign .cardBox {
	margin-top: 4rem;
	padding: 0 2rem;
	display: flex;
	justify-content: space-between;
}
.campaign .cardBox .card {
	width: 28%;
}
.campaign .cardBox .card .cardTxt {
	font-size: 1.8rem;
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold";
	text-align: center;
	line-height: 1.3;
}
.campaign .cardBox .card .cardTxt + .cardTxt {
	margin-top: 1rem;
}
.campaign .cardNote {
	font-size: 1.5rem;
	padding-left: 1em;
	text-indent: -1em;
}
.campaign .tableBox .txtZoom {
	margin-top: 1rem;
	font-size: 2rem;
	padding: 0.5rem 1rem;
	border: solid 1px;
	background: #fff;
	position: absolute;
	right: 3rem;
}
.campaign .present {
	margin-top: 2rem;
	display: flex;
	gap: 0 10rem;
}
.campaign .present p + p {
	margin-top: 1rem;
}
.campaign .notes {
	margin-top: 2rem;
	font-size: 1.6rem;
}
@media (max-width: 768px) {
	.campaign .campaignBox01 {
		display: block;
	}
	.campaign .campaignBox01 .campaignTtl {
		width: 100%;
	}
	.campaign .campaignBox01 .campaignTxt {
		margin-top: 2rem;
		width: 100%;
		font-size: 3rem;
	}
	.campaign .campaignList {
		margin-top: 3rem;
	}
	.campaign .campaignList li {
		font-size: 3rem;
		line-height: 1.8;
	}
	.campaign .cardBoxTtl span::before,
	.campaign .cardBoxTtl span::after {
		top: 100%;
	}
	.campaign .cardBox {
		margin-top: 6rem;
		display: block;
	}
	.campaign .cardBox .card {
		width: 100%;
		text-align: center;
	}
	.campaign .cardBox .card .pic {
		width: 70%;
		margin: 0 auto;
	}
	.campaign .cardBox .card + .card {
		margin-top: 3rem;
	}
	.campaign .cardBox .card .cardTxt {
		font-size: 3rem;
	}
	.campaign .cardNote {
		font-size: 2.5rem;
	}
	.campaign .notes {
		margin-top: 5rem;
		font-size: 2.5rem;
		line-height: 1.3;
	}
	.campaign .present {
		justify-content: center;
		gap: 0 5rem;
		text-align: center;
	}
	.campaign .present p + p {
		font-size: 3rem;
	}
}

/* app */
.app {
	padding: 8.5rem 0 6.5rem;
	background-color: #DDF0FB;
}
.app h3 {
	display: block;
	font-size: 3.6rem;
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold";
	color: #000;
	background: none;
	margin-bottom: 4rem;
}
.app h3 span.txt {
	padding: 0 5rem;
	position: relative;
}
.app h3 span.txt:before,
.app h3 span.txt:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 5rem;
	height: 0.3rem;
	background-color: #000;
}
.app h3 span.txt:before {
	left: -1rem;
}
.app h3 span.txt:after {
	right: 0;
}
.app .accordionHeader {
	display: flex;
	justify-content: center;
	width: 100%;
	position: relative;
}
.app .accordionHeader span.icon {
	display: block;
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	background: #467993;
	position: absolute;
	right: 2rem;
}
.app .accordionHeader span.icon::after,
.app .accordionHeader span.icon::before {
	content: "";
	position: absolute;
	right: 2.3rem;
	top: calc(50% - 1rem);
	width: 0.2rem;
	height: 2rem;
	background: #fff;
	transition: all 0.3s;
}
.app .accordionHeader span.icon::after {
	transform: rotate(90deg);
}
.app .accordionHeader[aria-expanded="true"] span.icon::before {
	transform: rotate(90deg);
}
.app .accordionPanel {
	display: block;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out;
	visibility: hidden;
}
.app .accordionItem.open .accordionPanel {
	max-height: 100rem;/* 大きめに設定。実際の高さはjsで取得 */
	visibility: visible;
}
.app .accordionPanel:focus {
	outline: none;
}
.app .box {
	margin-top: 2rem;
	font-size: 2.4rem;
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold";
	background-color: #fff;
	text-align: center;
	border-radius: 2rem;
	padding: 3.5rem;
	line-height: 1.5;
}
.app .box.icn {
	padding: 0;
}
.app .box.icn a {
	display: block;
	padding: 3.5rem;
}
.app .box.icn a span {
	display: block;
	padding-left: 7.5rem;
	position: relative;
}
.app .box.icn a span::before {
	content: '';
	width: 8.7rem;
	height: 8.7rem;
	background-image: url("/base/neobank/campaign/20251022/img/icn.png");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - 4.3rem);
	left: 14rem;
}
.app .arrow {
	max-width: 10rem;
	margin: 2rem auto 0;
}
.app .box.df {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2rem;
}
.app .box.df .ttl02 {
	max-width: 17.15rem;
}
.app .box.df .txt {
	max-width: 30.5rem;
	margin-top: 1rem;
	margin-left: 0.5rem;
}
.app .box .bg {
	display: inline-block;
	background: #fff11d;
	padding: 0 0.5rem;
}
.app .sub {
	margin-top: 4rem;
	font-size: 2rem;
	text-align: center;
}
.app .sub a {
	color: #0E2DF5;
	text-decoration: underline;
}
.app .kochira {
	font-family: "UD新ゴ DB", "UD Shin Go DemiBold";
	margin-top: 8rem;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}
.app .btn {
	margin: 6rem auto 0;
	width: 54rem;
	box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.6);
	border-radius: 2rem;
}
.app .btn + .btn {
	margin-top: 4rem;
}
.app .btn a {
	display: block;
	padding: 1.5rem 2rem;
	border-radius: 2rem;
	font-size: 2.6rem;
	color: #fff;
	line-height: 1.4;
	text-align: center;
}
.app .btn.btnNeobank a {
	background-color: #467993;
}
.app .btn.btnTfp a {
	background-color: #a13840;
}
.app .appList {
	margin-top: 4rem;
	font-size: 2rem;
	line-height: 1.8;
}
.app .appList a {
	color: #0033cc;
	text-decoration: underline;
}
@media (max-width: 768px) {
	.app {
		padding: 8rem 0 7rem;
	}
	.app h3 {
		margin-bottom: 5rem;
		font-size: 3.8rem;
	}
	.app .accordionHeader span.icon {
		right: 0;
	}
	.app .accordionHeader span.icon::after,
	.app .accordionHeader span.icon::before {
		right: 2.4rem;
	}
	.app .box {
		margin-top: 3rem;
		font-size: 3.2rem;
		line-height: 1.5;
	}
	.app .box.icn a span {
		text-align: left;
		padding-left: 29.5rem;
	}
	.app .box.icn a span::before {
		width: 14.6rem;
		height: 14.6rem;
		top: calc(50% - 7.3rem);
		left: 12rem;
	}
	.app .arrow {
		max-width: 12.1rem;
		margin: 3rem auto 0;
	}
	.app .box.df {
		padding: 3rem;
	}
	.app .box.df .ttl02 {
		max-width: 21.3rem;
	}
	.app .box.df .txt {
		max-width: 40.5rem;
		margin-top: 1rem;
		margin-left: 0.5rem;
	}
	.app .box.df .txt.bg {
		max-width: 19rem;
		padding: 0 1rem;
	}
	.app .btn {
		width: 60rem;
		font-size: 3.8rem;
	}
	.app .btn a {
		padding: 3.5rem;
		font-size: 3rem;
	}
	.app .btn a::after {
		width: 6.3rem;
		height: 6.2rem;
		top: 20%;
		right: 2rem;
	}
	.app .sub {
		margin-top: 8rem;
		font-size: 3rem;
	}
	.app .kochira {
		font-size: 3rem;
	}
	.app .appList {
		margin-top: 6rem;
		font-size: 3rem;
	}
}

/* bannerArea */
.bannerArea {
	padding: 5rem 0 0;
}
.bannerArea .bnr {
	margin: 0 auto;
	text-align: center;
}

/* snsBox */
.snsBox {
	margin: 5rem 0 0;
}
.snsBox .sns-list {
	display: flex;
	justify-content: space-between;
	width: 68rem;
	margin: 0 auto;
}
.snsBox .sns-list li {
	width: 22rem;
}
.snsBox .sns-list li a {
	display: block;
}
@media (max-width: 768px) {
	.snsBox {
		padding: 0 2rem;
	}
	.snsBox .sns-list {
		width: 100%;
}
	.snsBox .sns-list li {
		width: calc((100% - 10px)/3);
	}
	.snsBox .sns-list li a img {
		min-height: 32px;
		object-fit: cover;
	}
}

/* summary */
.summary {
	margin-top: 9.5rem;
	background: #ededed;
	padding: 2rem;
	font-family: sans-serif;
	line-height: 1.5;
}
.summary dt {
	font-size: 16px;
	font-weight: bold;
}
.summary dd {
	margin-top: 1rem;
	font-size: 12px;
}
.summary dd a {
	color: #0033cc;
	text-decoration: underline;
	margin-right: 1rem;
}
@media (max-width: 768px) {
	.summary {
		max-width: 100%;
		padding: 2rem;
	}
	.summary dt {
		font-size: 13px;
	}
	.summary dd {
		margin-top: 1rem;
		font-size: 11px;
	}
	.summary.inner {
		padding: 0;
	}
}

/*=====fixingBannerArea=====ー*/
.fixingBannerArea {
	cursor: pointer;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem 0;
	text-align: center;
	color: #000;
	background: #e6e6e6;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 1.5rem;
}
.fixingBannerArea.off {
	display: none;
}
.fixingBannerArea .close {
	position: absolute;
	top: -1.4rem;
	right: 0.8rem;
	width: 4rem;
	height: 3rem;
	z-index: 2;
}
.fixingBannerArea .close span {
	position: absolute;
	top: 1.4rem;
	left: 0;
	width: 100%;
	height: 2px;
	background: #000;
}
.fixingBannerArea .close span:first-child {
	transform: rotate(45deg);
}
.fixingBannerArea .close span:last-child {
	transform: rotate(-45deg);
}
.fixingBannerArea .text {
	width: 27rem;
	font-size: 1.8rem;
}
.fixingBannerArea .banners {
	width: 62rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 1.5rem;
}
.fixingBannerArea .banners li {
	width: 30rem;
}
.fixingBannerArea .banners li a {
	display: block;
	padding: 1.8rem 0;
	border-radius: 0.8rem;
	color: #fff;
	background: #a13840;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: bold;
}
.fixingBannerArea .banners li.sp {
	display: none;
}
.fixingBannerArea .banners li a:hover {
	opacity: .7;
}
.fixingBannerArea .banners li:last-child a {
	background: #1d8296;
}
@media (max-width: 768px) {
	.fixingBannerArea {
		padding: 2.5rem 0;
		flex-direction: column;
		gap: 1rem 0;
	}
	.fixingBannerArea .close {
		width: 7rem;
		height: 6rem;
		right: 0.3rem;
	}
	.fixingBannerArea .text {
		width: 100%;
		font-size: 2.7rem;
	}
	.fixingBannerArea .banners {
		margin-top: 0.5rem;
		width: 94%;
		display: flex;
		justify-content: space-between;
		gap: 0 1.5rem;
	}
	.fixingBannerArea .banners li {
		width: 34rem;
	}
	.fixingBannerArea .banners li a {
		display: block;
		padding: 1.7rem 0;
		border-radius: 1.5rem;
		font-size: 2.3rem;
		font-family: "UD新ゴ DB", "UD Shin Go DemiBold";
		line-height: 1.3;
	}
	.fixingBannerArea .banners li.sp {
		display: block;
	}
	.fixingBannerArea .banners li.pc {
		display: none;
	}
}
/*=====modal=====*/
.modalArea {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .4);
	z-index: 10000;
}
.modalArea .wrapper {
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #000;
	background: #fff;
	padding: 5rem 5rem 6rem;
	transform: translate(-50%, -50%);
}
.modalArea .wrapper.wrap {
	box-sizing: border-box;
	margin: auto;
	width: 94%;
	max-width: 100rem;
}
.modalArea .wrapper .btnClose {
	cursor: pointer;
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 4rem;
	height: 3rem;
	z-index: 2;
}
.modalArea .wrapper .btnClose span {
	position: absolute;
	top: 1.4rem;
	left: 0;
	width: 100%;
	height: 0.2rem;
	background: #ff0000;
}
.modalArea .wrapper .btnClose span:first-child {
	transform: rotate(45deg);
}
.modalArea .wrapper .btnClose span:last-child {
	transform: rotate(-45deg);
}
.modalArea .wrapper .iconArea {
	position: relative;
	margin-bottom: 50px;
	padding-left: 145px;
}
.modalArea .wrapper .iconArea .icon {
	position: absolute;
	top: 50%;
	left: 0;
	width: 125px;
	transform: translateY(-50%);
}
.modalArea .wrapper .iconArea dt {
	padding-bottom: 0.5rem;
	line-height: 1.4;
	font-size: 2.1rem;
	font-weight: bold;
	color: #e60000;
}
.modalArea .wrapper .iconArea dd {
	line-height: 1.7;
	font-size: 1.4rem;
  }
  .modalArea .wrapper .flows {
	box-sizing: border-box;
	position: relative;
	float: left;
	width: 47%;
}
.modalArea .wrapper .flows .text {
	line-height: 1.7;
	font-size: 1.5rem;
}
.modalArea .wrapper .flows .text + .text {
	padding-top: 0.5rem;
}
.modalArea .wrapper .flows .text .annotation {
	display: block;
	font-size: 80%;
}
.modalArea .wrapper .flows .text.colorRed {
	color: #e60000;
}
.modalArea .wrapper .flows .image {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.modalArea .wrapper .flows .image p:first-child {
	width: 35%;
}
.modalArea .wrapper .flows .image p:last-child {
	margin: 2rem;
	width: 54%;
}
.modalArea .wrapper .flow01:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -7%;
	width: 0.1rem;
	background: #231815;
}
.modalArea .wrapper .flow02 {
	float: right;
}
.modalArea .wrapper .flow02 .banners {
	padding: 3rem 0 1rem;
}
.modalArea .wrapper .flow02 .banners li {
	display: inline-block;
}
.modalArea .wrapper .flow02 .banners li:not(:last-child) {
	padding-right: 1rem;
}
.modalArea .wrapper .flow02 .banners li img {
	width: auto;
	height: 4rem;
}
.modalArea .wrapper .flow02 .text03 {
	padding-bottom: 1.5rem;
}
.modalArea .wrapper .flow02 .text03 .colorRed {
	color: #e60000;
}

/* modal02 */
.modalArea.madal02 .wrapper {
	padding: 5rem 2rem 2rem;
}
.modalArea.madal02 .wrapper .scrollBox {
	overflow-x: auto;
}
.modalArea.madal02 .wrapper .pic {
	width: 1032px;
	margin: 0 auto;
	padding-bottom: 15px;
}


