@charset "utf-8";

/*===============================
 Base
===============================*/
html {
	height: 100%;
}
body {
	color: #484f62;
	height: 100%;
}
a {
	color: #484f62;
	text-decoration: none;
	transition: .5s;
}
a:hover {
	color: #484f62;
	text-decoration: none;
}
img {
	width: 100%;
	height: auto;
}

/*===============================
 Clear
===============================*/
img {
	border: 0;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}
ol, ul {
	list-style: none!important;
}
* {
	margin: 0;
	padding: 0;
}

/*===============================
 Font
===============================*/
html {
	font-size: 10px;
}
body {
	font-family: 'Noto Serif JP', 'Noto Sans JP', sans-serif;
	line-height: 1;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.125em;
	background-color: #fafafa;
}
.serif {
	font-family: 'Noto Serif JP', serif;
}
h1, h2, h3, h4, h5 {
	line-height: 1.5;
	font-weight: 400;
}
p, li, dt, dd, th, td {
	line-height: 1.5;
}

/*===============================
 Wrapper
===============================*/
.wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}
@media screen and (min-width: 769px) {
	.wrapper {
		min-width: 1100px;
	}
}

/*===============================
 Template parts
===============================*/
.inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1.25%;
}
@media screen and (max-width: 768px) {
	.inner {
		padding: 0 5%;
	}
}

/*===============================
 Header
===============================*/
.header {
	width: 100%;
	height: 60px;
	background: #ffffff;
	overflow: hidden;
}
.header_inner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.header_lg {
	width: 243px;
	margin-top: 18px;
}
.header_lg a {
	display: block;
	width: 200px;
	height: 24px;
	background: url("../img/logo_black.svg") 0 0 / 100% auto no-repeat;
	text-indent: -9999px;
}
.header_share {
	margin-top: 20px;
	height: 20px;
	display: -webkit-flex;
	display: flex;
}
.header_share li {
	margin: 0 8px;
}
.fb_iframe_widget > span {
	vertical-align: baseline !important;
}
@media screen and (max-width: 768px) {
	.header {
		height: 45px;
	}
	.header_lg {
		width: 125px;
		margin-top: 14px;
	}
	.header_lg a {
		width: 160px;
		height: 18px;
		background: url("../img/logo_black.svg") 0 0 / 100% auto no-repeat;
	}
	.header_share {
		margin-top: 12px;
	}
	.header_share li {
		margin: 0 0 0 5px;
	}
}

/*===============================
 Contents body
===============================*/
/*===============================
top-kv
===============================*/
	.kv {
	position: relative;
}
	.kv_red{
		position: absolute;
	}
	.kv_txt img{
		width: 100%;
		height: auto;
	}
.kv_catch img{
	width: 100%;
	height: auto;
}
.kv_date img{
	width: 100%;
	height: auto;
	}
.kv_loan{
		position: absolute;
	}
.kv_loan img{
		width: 100%;
		height: auto;
	}

@media screen and (min-width: 769px) {
.kv {
	padding-top: 49%;
	background: url("../img/kv.jpg") center top / 100% auto no-repeat;
}

	.kv_red:before{
		background: #8f0011;
		opacity: .77;
		width: 100%;
    height: 100%;
    display: block;
    content: "";
    position: absolute;
}
	.kv_red{
    width: 39.375%;
    left: 11.875%;
    top: 50.8%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.kv_txtbox{
		position: relative;
		margin: 0 auto;
   	padding: 12.69% 16.4%;
	}
	.kv_txt{
		width: 100%;
	}
	.kv_catch {
		width: 100%;
		padding: 45px 0 35px;
}
.kv_date {
	width: 100%;
}
	.kv_loan{
		width: 19.125%;
		right: 14.6875%;
		bottom: 11.51%;
	}
}

@media screen and (max-width: 768px) {
.kv {
	padding-top: 132%;
	background:  url("../img/kv_sp.jpg") center top / auto 100% no-repeat;
}
	.kv_red{
    width: 100%;
    right: 0;
		padding-top: 78.67%;
    top: 0;
		background: #8f0011;
	}
	.kv_txt{
		width: 67.1875%;
		position: absolute;
		left: 50%;
		top: 8.05%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		font-weight: bold;
	}
	.kv_catch {
	width: 67.1875%;
	position: absolute;
	left: 50%;
	top: 20.82%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.kv_date {
	width: 67.1875%;
	position: absolute;
	left: 50%;
	top: 78.13%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
	.kv_loan{
		width: 53.5625%;
		right: 9.625%;
		bottom: 2.85%;
	}
}
.gold {
	width: 100%;
	padding: 30px 0;
	background: #7196a9;
	color: white;
}
.gold_inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.gold_ttl {
	width: 50%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.gold_ttl span {
	display: inline-block;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.25em;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding: 5px 50px;
}
.gold_txt {
	width: 80%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.gold_txt span {
	display: inline-block;
	font-size: 1.8rem;
	letter-spacing: 0.25em;
}
.gold_thank {
	font-size: 2.4rem;
	letter-spacing: 0.25em;
	text-align: center;
	line-height: 2;
	width: 100%;
}
.gold_thank span {
	font-size: 3.6rem;
	font-weight: 700;
}
.tosen {
	padding-top: 150px;
}
.tosen_sec {
	    border-bottom: 4px dotted #ccc;
    padding-bottom: 60px;
    margin-bottom: 120px;
}
.tosen_ttl-grp {
	padding-bottom: 23px;
	margin-bottom: 48px;
	text-align: center;
}
.tosen_rk {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin-bottom: 23px;
}
.tosen_rk-1 {
	text-align: center;
}
.tosen_rk-1-1 {
	width: 81px;
	height: 81px;
	background: #7196a9;
	color: white;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	border-radius: 50%;
	font-size: 3.5rem;
	font-style: italic;
	margin-bottom: 10px;
}
.tosen_rk-1-1 span {
	display: inline-block;
	margin-top: 10px;
	font-size: 2.1rem;
}
.tosen_rk-1-2 {
	font-size: 1.8rem;
	font-weight: 600;
}
.tosen_rk-2 {
	position: relative;
	display: -webkit-flex;
	display: flex;
}
.tosen_rk-2-1 {
	font-size: 15rem;
	color: #d2ab49;
	letter-spacing: 0;
	line-height: 1;
	margin-top: -28px;
}
.tosen_rk-2-1 span:not(:last-of-type) {
	display: inline-block;
	margin-right: -5px;
}
.tosen_sec-1 .tosen_rk-2-1 span:nth-of-type(1) {
	display: inline-block;
	margin-right: -14px;
}
.tosen_sec-1 .tosen_rk-2-1 span:nth-of-type(2) {
	display: inline-block;
	margin-right: -20px;
}
.tosen_rk-2-1 small {
	font-size: 7.2rem;
	font-weight: 600;
}
.tosen_rk-2-2 {
	font-size: 1.8rem;
	font-weight: 600;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin-top: 45px;
	margin-left: 5px;
	line-height: 1;
	height: 85px;
}
@media all and (-ms-high-contrast: none) {
	.tosen_rk-2-2 {
		width: 18px;
	}
}
.tosen_rk-2-3 {
	position: absolute;
	right: 0;
	top: 5px;
	text-align: center;
	border: 1px solid #484f62;
	border-radius: 3px;
	width: 165px;
}
.tosen_txt {
	font-size: 1.4rem;
}
.tosen1 {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
}
.tosen-row_ttl {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 25px;
}
.tosen-row_list {
	width: 100%;
	max-width: 790px;
	padding: 0 1.25%;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.tosen-row_list-oc {
	display: block;
}
.tosen-row_item {
	width: 43%;
	font-size: 1.8rem;
	line-height: 2;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.tosen-row_list-oc .tosen-row_item {
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.kv {
		position: relative;
		width: 100%;
		height: auto;
	}
	.kv_wh {
		padding: 50px 30px;
	}
	.kv_lg {
		width: 106px;
		margin: 0 auto 15px;
	}
	.kv_bd {
		font-size: 1.2rem;
		padding: 2px 0;
	}
	.kv_ts {
		margin-top: -13px;
	}
	.kv_ts-1 {
		font-size: 6.65rem;
	}
	.kv_ts-1 span:nth-of-type(1) {
		margin-right: -7px;
	}
	.kv_ts-1 span:nth-of-type(2) {
		margin-right: -10px;
	}
	.kv_ts-1 span:nth-of-type(3),
	.kv_ts-1 span:nth-of-type(4) {
		margin-right: -3px;
	}
	.kv_ts-1 small {
		font-size: 3.2rem;
	}
	.kv_ts-2 {
		right: 10px;
		top: 33px;
		font-size: 1rem;
	}
	.kv_tt {
		margin-top: -9px;
	}
	.kv_tt-1 {
		font-size: 1.15rem;
		margin-top: 2px;
		margin-right: 4px;
	}
	.kv_tt-2 {
		margin-right: 4px;
	}
	.kv_tt-2 span:first-of-type {
		font-size: 3.4rem;
		margin-top: -4px;
	}
	.kv_tt-2 span:last-of-type {
		font-size: 2.75rem;
	}
	.kv_tt-3 {
		font-size: 1.3rem;
	}
	.kv_pd {
		margin-top: 15px;
	}
	.kv_pd-1 {
		width: 34px;
		height: 34px;
		font-size: 1rem;
		margin-right: 8px;
	}
	.kv_pd-1 span {
		transform: scale(.7);
	}
	.kv_pd-2 {
		font-size: 2.1rem;
	}
	.kv_pd-2 small {
		font-size: 1.3rem;
	}
	.gold {
		padding: 25px 0;
	}
	.gold_inner {
		padding: 0 7.5%;
		display: block;
	}
	.gold_ttl {
		width: 100%;
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}
	.gold_ttl span {
		font-size: 2.4rem;
		padding: 4px 38px;
	}
	.gold_txt {
		width: 100%;
		display: block;
	}
	.gold_txt span {
		font-size: 1.4rem;
	}
	.gold_thank {
		font-size: 1.4rem;
	}
	.gold_thank span {
		font-size: 2rem;
	}
	.tosen {
		padding-top: 75px;
	}
	.tosen_sec {
		padding-bottom: 75px;
	}
	.tosen_ttl-grp {
		padding-bottom: 12px;
		margin-bottom: 24px;
	}
	.tosen_rk {
		margin-bottom: 8px;
	}
	.tosen_rk-1-1 {
		width: 33px;
		height: 33px;
		font-size: 1.4rem;
		margin: 0 auto 4px;
	}
	.tosen_rk-1-1 span {
		margin-top: 4px;
		font-size: 0.84rem;
	}
	.tosen_rk-1-2 {
		font-size: 0.72rem;
	}
	.tosen_rk-2-1 {
		font-size: 6rem;
		margin-top: -11px;
	}
	.tosen_rk-2-1 span:not(:last-of-type) {
		margin-right: -4px;
	}
	.tosen_sec-1 .tosen_rk-2-1 span:nth-of-type(1) {
		margin-right: -6px;
	}
	.tosen_sec-1 .tosen_rk-2-1 span:nth-of-type(2) {
		margin-right: -8px;
	}
	.tosen_rk-2-1 small {
		font-size: 2.88rem;
	}
	.tosen_rk-2-2 {
		font-size: 0.8rem;
		margin-top: 10px;
		margin-left: 2px;
		height: 50px;
	}
	.tosen_rk-2-3 {
		top: -3px;
		border-radius: 2px;
		width: 66px;
		font-size: 0.64rem;
		letter-spacing: 0;
	}
	.tosen_txt {
		font-size: 1.12rem;
	}
	.tosen1 {
		font-size: 1.4rem;
	}
	.tosen-row_ttl {
		font-size: 1.4rem;
		margin-bottom: 13px;
	}
	.tosen-row_list {
		width: 220px;
		margin: 0 auto;
		padding: 0;
		display: block;
	}
	.tosen-row_item {
		width: 100%;
		font-size: 1.3rem;
	}
}

/*===============================
 Footer
===============================*/
.footer {
	width: 100%;
	background: #13151a;
	color: white;
	text-align: center;
	padding: 55px 0 45px;
}
.footer a {
	color: white;
	text-decoration: underline;
}
.footer_lg {
	width: 187px;
	margin: 0 auto 50px;
}
.footer_nav {
	font-size: 1.4rem;
	margin-bottom: 35px;
}
.footer_nav li {
	line-height: 2;
}
.footer_sns {
	margin-bottom: 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.footer_sns li {
	width: 35px;
	margin: 0 8px;
}
.footer_copy {
	font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
	.footer {
		padding: 41px 0 34px;
	}
	.footer_lg {
		width: 140px;
		margin: 0 auto 25px;
	}
	.footer_nav {
		font-size: 1rem;
		margin-bottom: 20px;
	}
	.footer_sns {
		margin-bottom: 20px;
	}
	.footer_sns li {
		width: 26px;
		margin: 0 6px;
	}
	.footer_copy {
		font-size: 1rem;
		padding: 0 10%;
	}
}

