@charset "utf-8";

/*---------------------------------------------

kajistu style

---------------------------------------------*/

/*---------------------------------------------
 indmainv
---------------------------------------------*/

.un-indmainv {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: linear-gradient(180deg,rgba(255, 253, 222, 1) 0%, rgba(255, 239, 201, 1) 100%);
}

.un-indmainv__inner {
	padding: calc((100 / 375) * 100vw) 20px calc((40 / 375) * 100vw);
}

.un-inmainv__upper {
	position: relative;
}

.un-indmainv__text {
	display: block;
}

.un-indmainv__text img {
	width: 100%;
}

.un-indmainv__pic {
	width: 100%;
	margin-top: calc((15 / 375) * 100vw);
}

.un-indmainv__icon {
	position: absolute;
	top: 0;
}

@media screen and (max-width: 767px) {
	.un-indmainv__text {
		width: 100%;
		margin-inline: auto;
	}

	.un-indmainv__inner {
		padding: calc((100 / 375) * 100vw) 20px calc((76 / 375) * 100vw);
	}

	.un-indmainv__icon {
		left: calc( 50% + 23.47vw );
		max-width: 100px;
	}
}

@media screen and (min-width: 768px) {
	.un-indmainv {
		width: 100%;
		height: 100%;
		min-height: 100%;
		overflow: hidden;
	}

	.un-indmainv__inner {
		padding: 110px 0 54px;
		display: flex;
		align-items: center;
		justify-content: center;
		max-width: 1440px;
		min-height: 500px;
		margin-inline: auto;
	}

	.un-inmainv__upper {
		position: relative;
		flex: 0 calc((560 / 1440) * 100vw);
		max-width: 560px;
		min-width: 400px;
		margin-right: 35px;
	}

	.un-indmainv__text img {
		width: 100%;
	}

	.un-indmainv__pic {
		flex: 0 calc((600 / 1440) * 100vw);
		min-width: 400px;
		margin-top: 0;
	}

	.un-indmainv__icon {
		left: auto;
		right: calc((30 / 1440) * 100vw);
		width: calc((120 / 1440) * 100vw);
		max-width: 120px;
		min-width: 90px;
	}
}

/*---------------------------------------------
 indfeature
---------------------------------------------*/

.un-indfeature {
	position: relative;
	background-color: #fff;
	padding-bottom: 30px;
}

.un-indfeature__heading {
	position: relative;
	margin-bottom: 50px;
}

.un-indfeature__heading::before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: -50px;
	width: 120vw;
	height: 100%;
	background: linear-gradient(180deg,rgba(226, 63, 51, 1) 0%, rgba(226, 63, 51, 1) 70%, rgba(226, 63, 51, .69) 100%);
	border-radius: 47%;
	transform: translateX(-50%);
}

.un-indfeature__title {
	position: relative;
	background: linear-gradient(180deg,rgba(211, 41, 28, 1) 0%, rgba(226, 63, 51, 1) 70%, rgba(226, 63, 51, 1) 100%);
	padding: 50px 10px 0;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	z-index: 2;
}

.un-indfeature__title span {
	display: block;
	margin-top: 8px;
	font-size: 1.9rem;
}

.un-indfeature__box {
	background: #fff;
	border-radius: 20px;
	padding: 50px 20px 60px 20px;
	position: relative;
	z-index: 1;
}

.un-indfeature__num {
	position: absolute;
	top: -34px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 54px;
	height: 54px;
	overflow: hidden;
	content: "";
	background-color: #FFDF76;
	border-radius: 100%;
	color: #E23F33;
	font-family: "Roboto";
	font-size: 3.1rem;
	line-height: 54px;
	font-weight: 700;
	text-align: center;
	z-index: 3;
}

.un-indfeature__lead {
	margin-inline: -10px;
	font-size: 1.6rem;
	line-height: 1.8;
	font-weight: 700;
	text-align: center;
}

.un-indfeature__pbox {
	margin-top: 60px;
}

.un-indfeature__ptitle {
	background: url(/fund/factor-strategy/images/dot_kajitsu.svg) repeat-x left center;
	background-size: auto 4px;
	margin-bottom: 24px;
}

.un-indfeature__ptitleinner {
	width: fit-content;
	margin-inline: auto;
	background-color: #fff;
	padding: 0 6px;
	color: #E23F33;
	font-size: 2.2rem;
	font-weight: 700;
}

.un-indfeature__pimages {
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: 10px;
	margin-right: -20px;
}

.un-indfeature__process {
	display: flex;
	gap: 0 43px;
	min-width: 855px;
}

.un-indfeature__processtext {
	position: relative;
	height: 128px;
	display: grid;
	place-content: center;
	margin: 10px 15px 0;
	background-color: #F5F5F0;
	border-radius: 20px;
	text-align: center;
}

.un-indfeature__processtext::before {
	content: '';
	display: block;
	position: absolute;
	top: -10px;
	left: 50%;
	width: 20px;
	height: 19px;
	background-color: #F5F5F0;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	transform: translateX(-50%);
}

.un-indfeature__processtext--color,
.un-indfeature__processtext--color::before {
	background-color: #FFDF76;
}

.un-indfeature__process li:not(:last-child) .un-indfeature__processtext::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: -50px;
	width: 21px;
	height: 69px;
	clip-path: polygon(0 0,100% 50%,0 100%);
	background-color: #F59165;
	transform: translateY(-50%);
}

.un-indfeature__remakes {
	margin-top: 10px;
	color: #666;
	font-size: .9rem;
	font-weight: 400;
}

.un-indfeature__processtext {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
}

.un-indfeature__processtext span {
	display: block;
}

.un-indfeature__note {
	margin-top: 24px;
}

@media screen and (min-width: 768px) {
	.un-indfeature {
		padding-bottom: 60px;
	}

	.un-indfeature__title {
		padding: 65px 10px 0;
		font-size: 3.4rem;
	}

	.un-indfeature__title span {
		display: inline;
		font-size: 2.4rem;
	}

	.un-indfeature__heading {
		margin-bottom: 70px;
	}

	.un-indfeature__heading::before {
		min-width: 1280px;
		left: 50%;
		bottom: -70px;
	}

	.un-indfeature--03 .un-indfeature__heading::before {
		bottom: -50px;
	}

	.un-indfeature__box {
		width: 100%;
		max-width: 1280px;
		padding: 90px 40px 20px;
		margin-inline: auto;
	}

	.un-indfeature__num {
		top: -39px;
		width: 78px;
		height: 78px;
		font-size: 4.5rem;
		line-height: 78px;
	}

	.un-indfeature__lead {
		font-size: 2.6rem;
	}

	.un-indfeature__pbox {
		margin-top: 90px;
		margin-right: 0;
	}

	.un-indfeature__ptitle {
		margin-bottom: 30px;
	}

	.un-indfeature__ptitleinner {
		padding: 0 25px;
		font-size: 2.8rem;
	}

	.un-indfeature__pimages {
		overflow-x: hidden;
		padding-bottom: 6px;
	}

	.un-indfeature__process {
		gap: 0 60px;
	}

	.un-indfeature__processtext {
		height: 180px;
		margin: 20px 20px 0;
		font-size: 2.2rem;
	}

	.un-indfeature__processtext::before {
		top: -15px;
		width: 28px;
		height: 28px;
	}

	.un-indfeature__processtext--yellow,
	.un-indfeature__processtext--yellow::before {
		background-color: #FFDF76;
	}

	.un-indfeature__process li:not(:last-child) .un-indfeature__processtext::after {
		right: -70px;
		width: 29px;
		height: 97px;
	}

	.un-indfeature__remakes {
		margin-top: 12px;
		font-size: 1.1rem;
	}

	.un-indfeature__processtext span {
		display: block;
	}

	.un-indfeature__note {
		margin-top: 24px;
	}
}

/*---------------------------------------------
 un-info
---------------------------------------------*/
.un-info__inner {
	padding: 60px 20px;
}

.un-info--round .un-info__inner {
	background-color: #F5F5F0;
	border-radius: 30px;
}

.un-info__title {
	width: fit-content;
	padding-bottom: 11px;
	margin: 0 auto 50px;
	background: url(/fund/factor-strategy/images/dot_kajitsu.svg) repeat-x bottom center;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.un-info__stitle {
	margin: 50px 0 30px;
	color: #E23F33;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.5;
}

.un-info__text {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.8;
}

.un-info__note {
	margin-top: 20px;
}

.un-info__extrabox {
	padding: 20px;
	margin-top: 30px;
	background-color: #EA7412;
	color: #fff;
	font-size: 1.6rem;
	border-radius: 20px;
}

.un-info__point + .un-info__point {
	margin-top: 30px;
}

@media screen and (min-width: 768px) {
	.un-info {
		max-width: 1280px;
		padding: 0 40px;
		margin: 70px auto 0;
	}

	.un-info__inner {
		padding: 70px 0;
	}

	.un-info.un-info02 .un-info__inner {
		padding-top: 0;
	}

	.un-info.un-info03 .un-info__inner,
	.un-info.un-info04 .un-info__inner {
		padding-top: 30px;
	}

	.un-info--round .un-info__inner {
		padding: 70px 60px;
	}

	.un-info__title {
		margin-bottom: 80px;
		font-size: 3.4rem;
	}

	.un-info__stitle {
		margin: 50px 0 30px;
		color: #E23F33;
		font-size: 2.8rem;
		font-weight: 700;
		line-height: 1.5;
	}

	.un-info__text {
		font-size: 1.6rem;
	}

	.un-info__note {
		margin-top: 25px;
	}

	.un-info__extrabox {
		padding: 28px 20px;
		margin-top: 60px;
		font-size: 2.4rem;
		font-weight: 700;
		text-align: center;
		line-height: 1.6;
		background-color: #EA7412;
		border-radius: 20px;
	}

	.un-graph-gird {
		display: flex;
		gap: 0 66px;
	}

	.un-graph-gird li:nth-child(1) {
		flex: 0 0 570px;
	}

	.un-graph-gird li:nth-child(2) {
		flex: 0 0 440px;
	}

	.un-info__point + .un-info__point {
		margin-top: 40px;
	}
}

/*---------------------------------------------
 recommend
---------------------------------------------*/
.un-recommend {
	background-color: #F5F5F0;
	border-top: 6px solid #E23F33;
}

.un-recommend__inner {
	padding: 42px 20px 60px;
}

.un-recommend__title {
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
}

.un-recommend__stitle {
	color: #fff;
	padding: 8px 10px;
	margin: 40px 0 30px;
	background-color: #E23F33;
	border-radius: 10px;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
}

.un-recommend__stitle span {
	display: block;
	font-size: 1.3rem;
}

.un-recommend__text {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.8;
}

.un-recommend__note {
	margin-top: 20px;
}

@media screen and (min-width: 768px) {
	.un-recommend {
		border-top: 8px solid #E23F33;
	}

	.un-recommend__inner {
		max-width: 1280px;
		padding: 78px 40px 100px;
		margin-inline: auto;
	}

	.un-recommend__title {
		font-size: 3.8rem;
	}

	.un-recommend__stitle {
		padding: 10px;
		margin: 60px 0 30px;
		border-radius: 20px;
		font-size: 2.1rem;
		line-height: 1.4;
	}

	.un-recommend__stitle span {
		font-size: 1.5rem;
	}

	.un-recommend__text {
		font-size: 1.6rem;
	}

	.un-recommend__note {
		margin-top: 25px;
	}

	.un-recommend__grid {
		display: grid;
		gap: 0 60px;
		grid-template-columns: repeat(2, 1fr);
	}

	.un-recommend__griditem {
		display: grid;
		grid-template-rows: subgrid;
		grid-row: span 3;
	}
}

/*---------------------------------------------
 graphset
---------------------------------------------*/

.un-graphset__title {
	position: relative;
	padding-left: 11px;
	margin: 30px 0;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.5;
}

.un-graphset__title::before {
	content: '';
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
	width: 4px;
	height: 17px;
	background-color: #E23F33;
	border-radius: 2px;
}

.un-graphset__title span {
	display: block;
	margin-top: 5px;
	font-size: 1.2rem;
	font-weight: 500;
}

@media screen and (min-width: 768px) {
	.un-graphset__title {
		padding-left: 16px;
		margin:  50px 0 40px;
		font-size: 2.2rem;
	}

	.un-graphset__title::before {
		top: 6px;
		width: 5px;
		height: 25px;
		border-radius: 5px;
	}

	.un-graphset__title span {
		font-size: 1.4rem;
	}

	.un-graphset__title span.nobr {
		display: inline;
	}

	.un-graphset__title .un-graphset__title-inline {
		display: inline-block;
	}

	.un-graphset--small {
		max-width: 760px;
		margin-inline: auto;
	}

	.un-info03 .un-graphset {
		max-width: 1080px;
		margin-inline: auto;
	}
}

/*---------------------------------------------
 scrollarea
---------------------------------------------*/
.un-scrollarea {
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: 10px;
	margin-right: -20px;
}

.un-scrollarea__inner {
	display: block;
	min-width: 550px;
}

/*---------------------------------------------
 noteitem
---------------------------------------------*/
.un-noteitem {
	position: relative;
	padding: 0 0 0 15px;
	margin-top: 5px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", sans-serif;
	font-size: 1.1rem;
	line-height: 1.5;
	color: #333;
}

.un-noteitem::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 16px;
	content: "※";
}

.un-noteitem.un-noteitem--type01::before {
	content: "＊";
}

.un-noteitem.un-noteitem--red,
.un-noteitem.un-noteitem--red::before {
	color: #F00000;
}

@media screen and (min-width: 768px) {
	.un-noteitem {
		padding: 0 0 0 17px;
	}

	.un-noteitem::before {
		width: 12px;
		height: 19px;
	}
}


/*---------------------------------------------
 txt-support
---------------------------------------------*/
.un-txt-support {
	position: relative;
	width: fit-content;
	height: 28px;
	padding-inline: 15px;
	line-height: 28px;
	font-size: 10px;
	border: 1px solid #C8D1D5;
	border-radius: 14px;
}

.un-txt-support::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	transform: translateY(2px);
}

.un-txt-support--flick {
	margin: 10px auto 0;
}

.un-txt-support--pinchout {
	margin: 20px auto 0;
}

.un-txt-support--flick::before {
	background-image: url(/fund/factor-strategy/images/icon_flick.svg);
}

.un-txt-support--pinchout::before {
	background-image: url(/fund/factor-strategy/images/icon_pinchout.svg);
}

@media screen and (min-width: 768px) {
	.un-txt-support {
		display: none;
	}
}

/*---------------------------------------------
 indinfo
---------------------------------------------*/

.un-indinfo {
	padding: 30px 10px 64px;
	background-color: #FEFDDE;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", sans-serif;
}

.un-indinfo_inner {
	padding: 0 10px;
}

.un-indinfo__box {
	background: #fff;
	border-radius: 20px;
	padding: 94px 20px 32px 20px;
	position: relative;
}

.un-indinfo__title {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	width: 100%;
	height: 70px;
	background:url(/fund/factor-strategy/images/kajitsu/bg_info_title_sp.png) no-repeat center center / cover;
	border-radius: 20px 20px 0 0;
}

.un-indinfo__titleinner {
	width: 100%;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: 700;
	color: #fff;
}

.un-indinfo__cts + .un-indinfo__cts {
	margin: 30px 0 0 0;
	padding: 34px 0 0 0;
	background:url(/fund/factor-strategy/images/dott.svg) repeat-x;
	background-size: 330px 4px;
}

.un-indinfo__ctstitle {
	font-size: 2.0rem;
	line-height: 1.5;
	font-weight: 700;
	text-align: center;
	margin-bottom: 16px;
}

.un-indinfo__ctsitem {
	margin-top: 10px;
}

.un-indinfo__ctsitem:nth-of-type(1) {
	margin-top: 0;
}

.un-indinfo__ctslink {
	display: flex;
	align-items: center;
	width: 100%;
	height: 48px;
	border: solid 2px #DE6501;
	background: #fff;
	border-radius: 24px;
}

.un-indinfo__ctslinkinner {
	width: 100%;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 700;
	color: #DE6501;
	text-align: center;
	padding: 0 42px 0 26px;
	position: relative;
}

.un-indinfo__ctslinkinner::before {
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translate(0, -50%);
	width: 16px;
	height: 16px;
	content: "";
	background:url(/fund/factor-strategy/images/icon_arrow_r_kajitsu.svg) no-repeat center center / contain;
}

.un-indinfo__ctslink.un-indinfo__ctslink--01 .un-indinfo__ctslinkinner::before {
	width: 16px;
	height: 20px;
	content: "";
	background:url(/fund/factor-strategy/images/icon_pdf.svg) no-repeat center center / contain;
}

@media screen and (min-width: 768px) {
	.un-indinfo {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.un-indinfo__inner {
		width: 100%;
		max-width: 1280px;
		padding: 0 40px;
		margin-inline: auto;
	}

	.un-indinfo__box {
		background: #fff;
		border-radius: 40px;
		padding: 110px 70px 40px 70px;
		position: relative;
	}

	.un-indinfo__title {
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		align-items: center;
		width: 100%;
		height: 70px;
		background:url(/fund/factor-strategy/images/kajitsu/bg_info_title.png) no-repeat center center / cover;
		border-radius: 40px 40px 0 0;
	}

	.un-indinfo__titleinner {
		width: 100%;
		text-align: center;
		font-size: 2.6rem;
		line-height: 1.4;
		font-weight: 700;
		color: #fff;
	}

	.un-indinfo__cts {
		display: flex;
		justify-content:center;
		padding: 0 68px 0 0;
	}

	.un-indinfo__cts + .un-indinfo__cts {
		margin: 40px 0 0 0;
		padding: 44px 68px 0 0;
		background:url(/fund/factor-strategy/images/dott.svg) repeat-x;
		background-size: 330px 4px;
	}

	.un-indinfo__ctstitle {
		font-size: 2.4rem;
		line-height: 1.5;
		font-weight: 700;
		text-align: right;
		margin-bottom: 0;
		width: 232px;
		position: relative;
	}

	.un-indinfo__ctstitleinner {
		display: block;
		width: calc( 100% - 30px );
		text-align: right;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0,-50%);
	}

	.un-indinfo__ctslist {
		width: 760px;
		display: flex;
	}

	.un-indinfo__ctsitem {
		margin-top: 0;
	}

	.un-indinfo__ctslist  .un-indinfo__ctsitem:nth-of-type(1) {
		margin-top: 0;
		padding: 0 10px 0 0;
		width: 308px;
	}

	.un-indinfo__ctslist .un-indinfo__ctsitem:nth-of-type(2) {
		padding: 0 10px 0 0;
		width: 255px;
	}

	.un-indinfo__ctslist .un-indinfo__ctsitem:nth-of-type(3) {
		width: 197px;
	}

	.un-indinfo__ctslink {
		display: flex;
		align-items: center;
		width: 100%;
		height: 48px;
		border: solid 2px #DE6501;
		background: #fff;
		border-radius: 24px;
	}

	.un-indinfo__ctslinkinner {
		width: 100%;
		font-size: 1.6rem;
		line-height: 1.5;
		font-weight: 700;
		color: #DE6501;
		text-align: center;
		padding: 0 42px 0 26px;
		position: relative;
	}

	.un-indinfo__ctslinkinner::before {
		position: absolute;
		top: 50%;
		right: 16px;
		transform: translate(0, -50%);
		width: 16px;
		height: 16px;
		content: "";
		background:url(/fund/factor-strategy/images/icon_arrow_r_kajitsu.svg) no-repeat center center / contain;
	}

	.un-indinfo__ctslink.un-indinfo__ctslink--01 .un-indinfo__ctslinkinner::before {
		width: 16px;
		height: 20px;
		content: "";
		background:url(/fund/factor-strategy/images/icon_pdf.svg) no-repeat center center / contain;
	}

	.un-indinfo__ctsitem {
		transition: opacity .3s;
	}

	.un-indinfo__ctsitem:hover {
		opacity: .7;
	}
}



/*---------------------------------------------
 localnav
---------------------------------------------*/
.un-localnav {
	position: absolute;
	top: 50px;
	width: 100%;
	z-index: 100;
}

.is-fixed .un-localnav {
	position: fixed;
	top: 0;
}

.un-localnav__inner {
	background-color: #FFF1CC;
}

.un-localnav__toggle {
	position: relative;
	height: 60px;
	padding: 0 20px;
	color: #D6002A;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 60px;
	cursor: pointer;
}

.un-localnav__toggle::before {
	content: '';
	display: inline-block;
	width: 11px;
	height: 6px;
	margin-right: 8px;
	background: url(/fund/factor-strategy/images/icon_arrow_b_kajitsu.svg) no-repeat 0 0;
	background-size: cover;
	transform: translateY(-2px);
}

.un-localnav__contents {
	position: relative;
	height: 0;
	opacity: 0;
	pointer-events: none;
	overflow: hidden;
	transition: .4s linear;
}

.is-active .un-localnav__toggle::before {
	transform: translateY(-2px) rotate(180deg);
}

.is-active .un-localnav__contents {
	height: auto;
	opacity: 1;
	pointer-events: all;
}

.is-active {
	z-index: 100;
	width: 100%;
}

.is-active .un-localnav__inner {
	position: relative;
}

.un-localnav__items {
	padding: 0 20px 23px;
}

.un-localnav__item {
	padding: 15px 0;
	border-top: 1px solid #F0A9A3;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.73;
}

.un-localnav__item a {
	display: block;
	color: #D6002A;
}

.un-localnav__item:last-child {
	border-bottom: 1px solid #F0A9A3;
}

.is-visible.overlay {
	content: '';
	display: block;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	transition: background-color 0.3s;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 5;
}

/* scroll */
.is-scrollup .un-localnav {
	position: fixed;
	top: 0;
	animation: scrollupSP 0.4s forwards;
	background-color: var(--color-prim);
	transition: 0.4s background-color;
}

.is-scrolldown .un-localnav {
	position: fixed;
	top: 0;
	animation: scrolldownSP 0.4s forwards;
	background-color: transparent;
	border-bottom: 0;
	transition: 0.4s background-color;
}
@keyframes scrollupSP {
	from {
		transform: translateY(-60px);
	}
	to {
		transform: translateY(0);
	}
}
@keyframes scrolldownSP {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(-60px);
	}
}
@keyframes scrollupPC {
	from {
		transform: translateY(-81px);
	}
	to {
		transform: translateY(0);
	}
}
@keyframes scrolldownPC {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(-81px);
	}
}

@media screen and (min-width: 768px) {
	.un-localnav {
		top: 78px;
	}

	.un-localnav__inner {
		min-width: 1200px;
	}

	.un-localnav__toggle {
		display: none;
	}

	.un-localnav__contents {
		width: fit-content;
		margin-inline: auto;
		height: 100%;
		opacity: 1;
		pointer-events: all;
	}

	.un-localnav__items {
		display: flex;
		padding: 19px 20px 17px;
	}

	.un-localnav__item {
		display: grid;
		place-content: center;
		padding: 0 25px;
		border-top: 0;
		border-right: 1px solid #F0A9A3;
		font-size: 1.5rem;
		font-weight: 600;
		line-height: 1.5;
		text-align: center;
	}

	.un-localnav__item a {
		display: block;
		color: #D6002A;
	}

	.un-localnav__item:last-child {
		border-bottom: 0;
	}

	.un-localnav__item a {
		transition: opacity .3s;
	}

	.un-localnav__item a:hover {
		opacity: .7;
	}

	.overlay {
		display: none;
	}

	.is-scrollup .un-localnav {
		animation: scrollupPC 0.4s forwards;
	}

	.is-scrolldown .un-localnav {
		animation: scrolldownPC 0.4s forwards;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.un-localnav__item {
		padding: 0 5px;
	}

	.un-localnav__item a {
		font-size: 1.4rem;
	}

	.un-localnav__item a br {
		display: none;
	}
}

/*---------------------------------------------
 topic
---------------------------------------------*/
.l-topic {
	position: fixed;
	border: 2px solid #fff;
	border-bottom: 0;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 20px 20px 0 0;
	overflow: hidden;
	z-index: 999;
}

.l-topic__inner {
	display: flex;
	gap: 0 2px;
}

.l-topic__list {
	flex: 0 0 calc((225 / 375) * 100vw);
	background-color: #E23F33;
}

.l-topic__iteminner {
	border-radius: 6px;
	padding: 10px;
}

.l-topic__itemttl {
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.5;
	font-weight: 700;
	text-align: center;
}

.l-topic__menulist {
	display: flex;
	justify-content: center;
	width: calc((170 / 375) * 100vw);
	margin: 7px auto 0;
}

.l-topic__menuitem {
	width: 50%;
	padding: 0 3px;
}

.l-topic__menulink {
	display: block;
	width: 100%;
	height: 30px;
	border-radius: 50px;
	background-color: #fff;
}

.l-topic__menulinkinner {
	display: block;
	font-size: 1.3rem;
	line-height: 30px;
	font-weight: 700;
	color: #E23F33;
	text-align: center;
}

.l-topic__fund {
	flex: 0 0 calc((150 / 375) * 100vw);
	background: linear-gradient(180deg,rgba(233, 245, 252, 1) 0%, rgba(208, 229, 253, 1) 100%);
}

.l-topic__fund__inner {
	display: flex;
	justify-content: center;
	height: 100%;
}

.l-topic__fundtext {
	flex: 0 0 61px;
	margin-top: 25px;
}

.l-topic__fundimage {
	flex: 0 0 77px;
	margin-top: 11px;
	padding-right: 3px;
}

@media screen and (max-width: 767px) {
	.l-topic {
		bottom: 0;
		left: 0;
		width: 100%;
		transform: translateY(100%);
		transition: transform .5s;
	}

	.l-topic.is-show {
		transform: translateY(0);
	}
}

@media screen and (min-width: 768px) {
	.l-topic {
		top: 50%;
		right: 0;
		width: 110px;
		transform: translate(0, -50%);
		border-radius: 20px 0 0 20px;
	}

	.l-topic__inner {
		display: block;
	}

	.l-topic__iteminner {
		border-radius: 6px;
		padding: 18px 0 23px;
	}

	.l-topic__itemttl {
		font-size: 1.5rem;
	}

	.l-topic__menulist {
		gap: 10px 0;
		flex-direction: column;
		width: 90px;
		margin: 15px auto 0;
	}

	.l-topic__menuitem {
		width: 100%;
		padding: 0;
	}

	.l-topic__menulink {
		height: 40px;
	}

	.l-topic__menulinkinner {
		font-size: 1.5rem;
		line-height: 40px;
		font-weight: 600;
	}

	.l-topic__fund {
		display: block;
	}

	.l-topic__fund__inner {
		align-items: center;
		flex-direction: column;
		padding: 19px 0 0;
		transition: opacity .3s;
	}

	.l-topic__fundtext,
	.l-topic__fundimage {
		flex: 0 0 auto;
	}

	.l-topic__fundtext {
		width: 74px;
		margin: 0 0 10px 0;
	}

	.l-topic__fundimage {
		width: 70px;
		margin-top: 0;
	}

	.l-topic__menulinkinner,
	.l-topic__fund__inner {
		transition: opacity .3s;
	}

	.l-topic__menulinkinner:hover,
	.l-topic__fund__inner:hover {
		opacity: .5;
	}
}