@charset "UTF-8";
/* transition
------------------------------------------ */
@-webkit-keyframes toggleOpenTop {
	0% {
		-webkit-transform: translateY(-3px);
		transform: translateY(-3px);
	}
	50% {
		-webkit-transform: translateY(0) rotate(0deg);
		transform: translateY(0) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}
}
@keyframes toggleOpenTop {
	0% {
		-webkit-transform: translateY(-3px);
		transform: translateY(-3px);
	}
	50% {
		-webkit-transform: translateY(0) rotate(0deg);
		transform: translateY(0) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}
}

@-webkit-keyframes toggleOpenBottom {
	0% {
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
	}
	50% {
		-webkit-transform: translateY(0) rotate(0deg);
		transform: translateY(0) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(0) rotate(-45deg);
		transform: translateY(0) rotate(-45deg);
	}
}

@keyframes toggleOpenBottom {
	0% {
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
	}
	50% {
		-webkit-transform: translateY(0) rotate(0deg);
		transform: translateY(0) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(0) rotate(-45deg);
		transform: translateY(0) rotate(-45deg);
	}
}

@-webkit-keyframes toggleCloseTop {
	0% {
		-webkit-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}
	50% {
		-webkit-transform: translateY(0) rotate(0deg);
		transform: translateY(0) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(-3px);
		transform: translateY(-3px);
	}
}

@keyframes toggleCloseTop {
	0% {
		-webkit-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}
	50% {
		-webkit-transform: translateY(0) rotate(0deg);
		transform: translateY(0) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(-3px);
		transform: translateY(-3px);
	}
}

@-webkit-keyframes toggleCloseBottom {
	0% {
		-webkit-transform: translateY(0) rotate(-45deg);
		transform: translateY(0) rotate(-45deg);
	}
	50% {
		-webkit-transform: translateY(0) rotate(0deg);
		transform: translateY(0) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
	}
}

@keyframes toggleCloseBottom {
	0% {
		-webkit-transform: translateY(0) rotate(-45deg);
		transform: translateY(0) rotate(-45deg);
	}
	50% {
		-webkit-transform: translateY(0) rotate(0deg);
		transform: translateY(0) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
	}
}

@-webkit-keyframes walkWrapperSP {
	0% {
		left: -603px;
	}
	100% {
		left: 0;
	}
}

@keyframes walkWrapperSP {
	0% {
		left: -603px;
	}
	100% {
		left: 0;
	}
}

@-webkit-keyframes walkWrapperPC {
	0% {
		left: -1203px;
	}
	100% {
		left: 0;
	}
}

@keyframes walkWrapperPC {
	0% {
		left: -1203px;
	}
	100% {
		left: 0;
	}
}

@-webkit-keyframes walkInner {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 0 100%;
	}
}

@keyframes walkInner {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 0 100%;
	}
}

@-webkit-keyframes strokeDraw {
	0% {
		opacity: 0;
	}
	80% {
		opacity: 1;
	}
	100% {
		stroke-dashoffset: 0;
	}
}

@keyframes strokeDraw {
	0% {
		opacity: 0;
	}
	80% {
		opacity: 1;
	}
	100% {
		stroke-dashoffset: 0;
	}
}

@-webkit-keyframes linetoggle {
	0% {
		background-position: 100% 100%;
		background-size: 100% 1px;
	}
	50% {
		background-position: 100% 100%;
		background-size: 0 1px;
	}
	51% {
		background-position: 0 100%;
	}
	100% {
		background-position: 0 100%;
		background-size: 100% 1px;
	}
}

@keyframes linetoggle {
	0% {
		background-position: 100% 100%;
		background-size: 100% 1px;
	}
	50% {
		background-position: 100% 100%;
		background-size: 0 1px;
	}
	51% {
		background-position: 0 100%;
	}
	100% {
		background-position: 0 100%;
		background-size: 100% 1px;
	}
}

@-webkit-keyframes sliderIndicator {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}

@keyframes sliderIndicator {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}

.deposit-campaign {
	background-color: #ebecf0;
}

.common-container {
	position: relative;
	overflow: hidden;
	padding-top: 0;
}

.common-container.-shortcut {
	padding-bottom: 0;
}

.common-container::before {
	position: absolute;
	z-index: 10;
	left: 50%;
	width: 100%;
	height: 100%;
	background-image: url(../img/bg_snow_sp.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	content: '';
	pointer-events: none !important;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.common-main {
	font-family: "Noto Serif JP",serif;
}

.page-section {
	padding: 54px 20px;
}

.page-section .inner {
	position: relative;
	z-index: 30;
}

.page-section.-wide {
	padding: 45px 20px 54px;
	margin: 0 auto;
}

.page-section.-gray > .inner {
	max-width: 720px;
}

.page-section.-gray .figure-img {
	margin: 30px 0 20px;
}

.page-section.-gray .heading-section {
	margin: 0 auto 30px;
}

.campaign-kv {
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 0;
	background-color: #0e1530;
}

.campaign-kv h1 {
	margin: 0;
}

.campaign-kv > .copy {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}

.campaign-kv > .copy > picture img {
	width: 100%;
	height: auto;
}

.campaign-kv-logo {
	position: absolute;
	top: 14px;
	left: 2.7778vw;
	width: 140px;
	height: 21px;
}

.campaign-kv-logo > a {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.campaign-kv-logo > a img {
	max-height: 20px;
	vertical-align: top;
}

.heading-band.-cv {
	height: 100px;
	background-color: #1d2851;
}

.cv-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	align-content: stretch;
	align-items: stretch;
	justify-content: center;
	padding: 17px 10px;
	margin: 0 auto;
	-webkit-box-align: stretch;
	-webkit-box-pack: center;
	-ms-flex-align: stretch;
	-ms-flex-line-pack: stretch;
	-ms-flex-pack: center;
	list-style: none;
}

.cv-list > .item {
	z-index: 30;
	width: calc(50% - 14px);
	margin: 0 7px;
}

.cv-list .button-arrow {
	max-width: 428px;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 0;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-shadow: 0px 6px 24.25px 0.75px rgba(14, 19, 36, 0.9);
	box-shadow: 0px 6px 24.25px 0.75px rgba(14, 19, 36, 0.9);
	font-size: 1rem;
	line-height: 1.5;
}

.cv-list .button-arrow:before {
	border-radius: 0;
}

.cv-list .button-arrow:after {
	-webkit-transition-delay: 0.07s;
	transition-delay: 0.07s;
	-webkit-transition-duration: unset;
	transition-duration: unset;
}

.cv-list .button-arrow.-large {
	height: 64px;
}

.cv-list .button-arrow.-gold {
	border-color: #c3911d;
	background-color: #c3911d;
	color: white;
}

.cv-list .button-arrow.-gold:after {
	background-color: white;
	background-image: url(../img/ico_arrow_naked-gold.svg);
}

.cv-list .button-arrow.-gold[target]:after {
	background-color: white;
	background-image: url(../img/ico_arrow_naked-gold.svg);
	background-size: 18px 18px;
	border-radius: 50%;
}

.cv-list .button-arrow.-blue {
	border: #3256cd;
	background-color: #3256cd;
}

.cv-list .button-arrow.-blue[target]:after {
	background-color: white;
	background-image: url(../img/ico_arrow_naked-blue.svg);
	border-radius: 50%;
}

.cv-list .button-arrow > .catch {
	display: block;
	margin-top: 4px;
	margin-bottom: 8px;
	font-size: 0.75rem;
	font-weight: bold;
	line-height: 1;
}

.heading-section {
	margin: 0 auto 25px;
	color: #333;
	font-size: 1.625rem;
	font-weight: 600;
	line-height: 1.2692;
	text-align: center;
}

.heading-section.-blue {
	color: #2b3e8d;
	font-size: 1.625rem;
	line-height: 1.2692;
}

.heading-section .marker {
	position: relative;
	z-index: 1;
	padding: 0 3px;
}

.heading-section .marker:before {
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 9px;
	background-color: #f4e434;
	content: "";
}

.heading-section .-gold {
	color: #c3911d;
}

.heading-section .-en {
	padding-right: 2px;
	font-family: 'Lato',sans-serif;
	font-size: 2.0625rem;
	font-weight: 700;
	font-weight: bold;
	line-height: 1;
	vertical-align: -2px;
}

.heading-section strong {
	font-size: 1.3125rem;
	font-weight: 600;
	letter-spacing: .05em;
	line-height: 1.7143;
}

.heading-section strong .-l {
	color: #daa730;
	font-size: 1.5625rem;
	line-height: 1;
}

.heading-section strong .-l.-num {
	padding-right: 5px;
	font-size: 3.125rem;
	letter-spacing: -0.07em;
	line-height: 1;
}

.heading-section strong .-xl {
	font-size: 1.625rem;
	line-height: 1;
}

.heading-section strong .-xl.-ex {
	font-size: 1.75rem;
	line-height: 1;
}

.heading-section strong .-en {
	padding-right: 3px;
	font-family: 'Lato',sans-serif;
	font-size: 3.25rem;
	font-weight: 700;
	font-weight: bold;
	line-height: 1;
	vertical-align: -3px;
}

.heading-section strong .-en.-l {
	font-size: 2.875rem;
	line-height: 1;
}

.heading-section + .text-plain.-l {
	margin-bottom: 70px;
}

.text-plain.-m {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.6875;
	text-align: center;
}

.page-section.-wide .text-plain.-m {
	padding: 0 10px;
}

.text-plain.-l {
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.5714;
}

.table-campaign {
	width: 100%;
	max-width: 680px;
	border: 1px solid #f4f4f4;
	margin: 0 auto;
	border-collapse: collapse;
}

.table-campaign.-fixed {
	table-layout: fixed;
}

.table-campaign .title {
	position: relative;
	display: inline-block;
	margin: 12px auto 18px;
	color: #1c4388;
	font-size: 1.0625rem;
	font-weight: 600;
	font-weight: normal;
	line-height: 1;
}

.table-campaign .title:before, .table-campaign .title:after {
	position: absolute;
	top: 50%;
	display: block;
	width: 14px;
	height: 2px;
	background-color: #1c4388;
	content: '';
}

.table-campaign .title:before {
	left: -1.5em;
}

.table-campaign .title:after {
	right: -1.5em;
}

.table-campaign th,
.table-campaign td {
	height: 50px;
	padding: 6px 8px;
	border: 1px solid #f4f4f4;
	font-size: 0.75rem;
	line-height: 1.5;
	text-align: center;
}

.table-campaign thead th {
	padding: 10px 20px;
	background-color: #1c4388;
	color: #fff;
	font-size: 0.8125rem;
	font-weight: normal;
	line-height: 1.5385;
	text-align: center;
}

.table-campaign thead th:first-child {
	text-align: left;
}

.table-campaign tbody th {
	background-color: #f8fbff;
}

.table-campaign tbody td {
	background-color: #fff;
}

.table-campaign tbody .color span {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: bold;
	line-height: 1.5;
}

.table-campaign tbody .color .ico {
	width: 40px;
	height: 40px;
	margin-top: 5px;
}

.table-campaign tbody strong {
	color: #333;
	font-size: 0.9375rem;
	font-weight: bold;
	line-height: 1.6;
}

.table-campaign tbody .present {
	text-align: right;
}

.table-campaign tbody .present strong {
	color: #1c4388;
	font-size: 1rem;
	line-height: 1.5;
}

.table-campaign tbody .deposit {
	background-color: #fafafa;
	text-align: left;
}

.table-outline {
	width: 100%;
	max-width: 912px;
	border: none;
	margin: 0 auto 40px;
	background-color: #fff;
	border-collapse: collapse;
}

.table-outline.-fixed {
	table-layout: fixed;
}

.table-outline th,
.table-outline td {
	padding: 20px 15px;
	border: 1px solid #f4f4f4;
	font-size: 0.75rem;
	line-height: 1.5;
}

.table-outline th {
	padding: 23px 10px;
	vertical-align: top;
}

.table-outline tbody .bg {
	width: 22.5vw;
	background-color: #fafafa;
	color: #000;
	text-align: left;
}

.table-outline .table-campaign caption {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 0.75rem;
	line-height: 1;
	text-align: left;
}

.table-outline .table-campaign th,
.table-outline .table-campaign td {
	padding: 7px;
	border: 1px solid #f4f4f4;
	font-size: 0.6875rem;
	line-height: 1.6364;
	vertical-align: middle;
}

.table-outline .table-campaign th {
	padding: 9px 14px;
	font-size: 0.625rem;
	line-height: 1.4;
}

.table-outline .table-campaign strong {
	color: #333;
	font-size: 0.6875rem;
	line-height: 1.6364;
}

.table-outline .table-campaign .present strong {
	color: #333;
	font-size: 0.6875rem;
	line-height: 2.5455;
}

.table-outline .table-campaign .deposit {
	background-color: #fff;
}

.table-outline .list-notes {
	font-size: 0.75rem;
	line-height: 1.5;
}

.table-outline ul.list-notes li + li {
	margin-top: 2px;
}

.table-outline ol.list-notes {
	margin-bottom: 10px;
}

.table-outline ol.list-notes > li {
	padding-left: 1.75em;
	counter-increment: none;
	text-indent: -1.75em;
}

.table-outline ol.list-notes > li:before {
	content: "";
}

.cautions .title {
	font-size: 1rem;
	line-height: 1.375;
}

.cautions > .list-notes {
	font-size: 0.625rem;
	line-height: 1.8;
}

.cautions > .list-notes > li {
	margin-bottom: 6px;
}

.cautions > .list-notes .list-notes {
	font-size: 0.625rem;
	line-height: 1.8;
}

.cautions > .list-notes .list-notes > li {
	padding-left: 0;
}

.cautions > .list-notes .list-notes > li:before {
	content: "・";
	text-indent: -1.2em;
}

.cautions > .list-notes .list-notes > li:first-child {
	margin-top: .5em;
}

.index-section {
	padding: 20px;
}

.index-section > .inner {
	position: relative;
	max-width: 360px;
	padding: 20px 0;
	margin: 0 auto;
	border-radius: 4px;
}

.index-section .row {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	align-content: center;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	margin: 0;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-line-pack: center;
	-ms-flex-pack: center;
	list-style-type: none;
}

.index-section .row .item {
	margin: 0 10px;
}

.index-section .row .item + .item {
	margin-left: 12px;
}

.index-section.-blue {
	background-color: #1c4388;
}

.campaign-sns {
	border-top: 1px solid #eee;
	text-align: center;
}

.campaign-sns .en {
	display: block;
	margin-bottom: 8px;
	color: #c3911d;
	font-family: 'Lato',sans-serif;
	font-size: 0.8125rem;
	font-weight: 900;
	line-height: 1.5385;
}

.campaign-sns .title {
	margin: 0 0 25px;
	color: #fefefe;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5;
	text-align: center;
}

.campaign-sns .title:before {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto 5px;
	background-image: url(/img/common/ico_sns.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.campaign-sns .social .link {
	max-width: 320px;
	margin: 0 auto;
	text-align: center;
}

.campaign-sns .social .plugin {
	max-width: 320px;
	margin: 20px auto 0;
	margin-top: 20px;
}

.campaign-sns .social .plugin iframe {
	max-width: 100%;
	vertical-align: top;
}

.button-sns {
	position: relative;
	z-index: 1;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 100%;
	max-width: 46px;
	height: 46px;
	align-content: center;
	align-items: center;
	justify-content: center;
	padding: 0 21px;
	border-width: 2px;
	border-style: solid;
	margin: 0 auto;
	border-radius: 50%;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-line-pack: center;
	-ms-flex-pack: center;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1.2857;
	text-align: center;
	text-decoration: none;
	vertical-align: bottom;
}

.button-sns:after {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: auto;
	width: 16px;
	height: 16px;
	background-color: #3256cd;
	background-image: url(/img/common/ico_arrow_naked-white.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 0;
	content: "";
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.button-sns[target]:after {
	background-color: transparent;
	background-image: url(/img/common/ico_blank-blue.svg);
	border-radius: 0;
}

.button-sns.-large {
	height: 44px;
	font-size: 1rem;
	line-height: 1.25;
}

.button-sns.-twitter {
	border-color: #1da1f2;
	background-color: #1da1f2;
}

.button-sns.-twitter:before {
	background-image: url(../img/ico_twitter-white.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 24px 19px;
	border-radius: 50%;
}

.button-sns.-twitter:after {
	right: 9px;
	width: 22px;
	height: 18px;
	background-color: transparent;
	background-image: url(../img/ico_twitter-white.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 22px 18px;
}

.button-sns.-facebook {
	border-color: #3b5a9a;
	background-color: #3b5a9a;
}

.button-sns.-facebook:before {
	background-image: url(../img/ico_facebook-white.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 15px 28px;
	border-radius: 50%;
}

.button-sns.-facebook:after {
	right: 14px;
	width: 13.5px;
	height: 25px;
	background-color: transparent;
	background-image: url(../img/ico_facebook-white.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 13.5px 25px;
}

.common-footer {
	border-top: 1px solid #eee;
}

.footer-middle .inner {
	z-index: 30;
}

.footer-lower {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 200px;
	padding-top: 70px;
	background-color: #f4f4f4;
}

.footer-pagetop {
	position: absolute;
	z-index: 30;
	right: 26px;
	bottom: 183px;
	overflow: visible;
	width: 36px;
	height: 35px;
	margin: 0;
	font-size: 0.6875rem;
	line-height: 1.9091;
	text-align: center;
}

.footer-pagetop a {
	display: block;
	color: #666;
	font-family: 'Lato',sans-serif;
	font-weight: 700;
	text-decoration: none;
}

.footer-pagetop a span {
	position: absolute;
	top: 100%;
	left: 50%;
	display: block;
	margin-top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.footer-pagetop a:before {
	position: relative;
	z-index: 1;
	display: block;
	width: 36px;
	height: 35px;
	margin: 0 auto;
	background-color: #1d2851;
	background-image: url(../img/ico_pagetop_naked-white.svg);
	border-radius: 0;
	content: "";
}

@media screen and (min-width: 768px) {
	.common-container::before {
		position: absolute;
		z-index: 10;
		left: 50%;
		width: 100%;
		max-width: 1330px;
		height: 100%;
		background-image: url(../img/bg_snow_pc.png);
		background-position: top center;
		background-repeat: no-repeat;
		background-size: contain;
		content: '';
		pointer-events: none !important;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.page-section {
		padding: 90px 0;
	}
	.page-section.-wide {
		padding: 90px 0;
	}
	.page-section.-gray .figure-img {
		margin: 50px 0 0;
	}
	.page-section.-w726 {
		padding: 90px 0 120px;
	}
	.page-section.-w726 > .inner {
		margin: 0 auto;
	}
	.page-section.-w912 > .inner {
		margin: 0 auto;
	}
	.page-section.-w912 .heading-section {
		margin: 0 auto 50px;
	}
	.campaign-kv {
		height: auto;
	}
	.campaign-kv > .copy {
		overflow: hidden;
		max-width: 1330px;
		height: auto;
		margin: 0 auto;
	}
	.campaign-kv-logo {
		top: 25px;
		left: 1.5038vw;
		width: 200px;
		height: 30px;
	}
	.campaign-kv-logo > a:hover {
		opacity: .7;
	}
	.campaign-kv-logo > a img {
		max-height: 2.2556vw;
	}
	.heading-band.-cv {
		height: 240px;
	}
	.cv-list {
		max-width: none;
		padding: 0 30px;
	}
	.cv-list > .item {
		width: 428px;
		margin: 0 2.782vw;
	}
	.cv-list .button-arrow {
		font-size: 1.5rem;
		line-height: 1;
	}
	.cv-list .button-arrow.-large {
		height: 104px;
		padding-bottom: 10px;
	}
	.cv-list .button-arrow.-gold:hover {
		color: #c3911d;
	}
	.cv-list .button-arrow.-gold:hover:before {
		border-color: #fff;
		background-color: white;
	}
	.cv-list .button-arrow.-gold:hover:after {
		background-color: #c3911d;
		background-image: url(../img/ico_arrow_naked-white.svg);
	}
	.cv-list .button-arrow.-gold[target]:hover:after {
		background-color: #c3911d;
		background-image: url(../img/ico_arrow_naked-white.svg);
		background-size: 18px 18px;
		border-radius: 50%;
	}
	.cv-list .button-arrow.-blue:hover:before {
		border-color: #fff;
	}
	.cv-list .button-arrow.-blue[target]:hover:after {
		background-color: #3256cd;
		background-image: url(../img/ico_arrow_naked-white.svg);
	}
	.cv-list .button-arrow > .catch {
		margin-top: 0;
		margin-bottom: 20px;
		font-size: 0.875rem;
		line-height: 1.2857;
	}
	.heading-section {
		margin: 0 auto 40px;
		font-size: 2.375rem;
		line-height: 1.4211;
	}
	.heading-section.-blue {
		margin-bottom: 30px;
		font-size: 2rem;
		line-height: 2;
	}
	.heading-section .marker:before {
		height: 13px;
	}
	.heading-section .-en {
		font-size: 3.25rem;
		line-height: 1;
	}
	.heading-section strong {
		font-size: 2.125rem;
		line-height: 1;
	}
	.heading-section strong .-l {
		font-size: 2.75rem;
		line-height: 1;
	}
	.heading-section strong .-l.-num {
		padding-right: 10px;
		font-size: 5.625rem;
		line-height: 1;
	}
	.heading-section strong .-xl {
		font-size: 3.375rem;
		line-height: 1;
	}
	.heading-section strong .-xl.-ex {
		font-size: 3.625rem;
		line-height: 1;
	}
	.heading-section strong .-en.-l {
		font-size: 4.5rem;
		line-height: 1;
	}
	.text-plain.-m {
		font-size: 1.125rem;
		line-height: 1.8889;
	}
	.page-section.-wide .text-plain.-m {
		padding: 0;
	}
	.text-plain.-l {
		font-size: 1.25rem;
		line-height: 1.5;
	}
	.table-campaign .title {
		font-size: 1.5rem;
		line-height: 1;
	}
	.table-campaign .title:before {
		left: -1em;
	}
	.table-campaign .title:after {
		right: -1em;
	}
	.table-campaign th,
	.table-campaign td {
		padding: 12px 30px;
		font-size: 0.875rem;
		line-height: 1.4286;
	}
	.table-campaign thead th {
		padding: 18px 30px;
		font-size: 1rem;
		line-height: 1.5;
	}
	.table-campaign thead th:first-child {
		text-align: center;
	}
	.table-campaign tbody .color .ico {
		width: 64px;
		height: 64px;
		margin-top: 7px;
	}
	.table-campaign tbody strong {
		font-size: 1.25rem;
		line-height: 1.2;
	}
	.table-campaign tbody .present strong {
		font-size: 1.25rem;
		line-height: 1;
	}
	.table-outline {
		margin: 0 auto 60px;
	}
	.table-outline th,
	.table-outline td {
		padding: 30px;
	}
	.table-outline td {
		font-size: 0.875rem;
		line-height: 1.5714;
	}
	.table-outline th {
		font-size: 0.9375rem;
		line-height: 1.6;
	}
	.table-outline tbody .bg {
		width: 220px;
	}
	.table-outline .desc > p {
		margin-bottom: 0;
	}
	.table-outline .table-campaign caption {
		margin-top: 0;
		font-size: 0.875rem;
		line-height: 1.4286;
	}
	.table-outline .table-campaign th,
	.table-outline .table-campaign td {
		height: 48px;
		padding: 8px 32px;
		font-size: 0.875rem;
		line-height: 1.4286;
	}
	.table-outline .table-campaign strong {
		font-size: 0.875rem;
		line-height: 1.4286;
	}
	.table-outline .table-campaign .present strong {
		font-size: 0.875rem;
		line-height: 1.4286;
	}
	.table-outline .list-notes {
		font-size: 0.875rem;
		line-height: 1.8571;
	}
	.table-outline ul.list-notes li + li {
		margin-top: 5px;
	}
	.table-outline ol.list-notes {
		margin-bottom: 30px;
	}
	.cautions .title {
		font-size: 1.125rem;
		line-height: 1.6667;
	}
	.cautions > .list-notes {
		font-size: 0.875rem;
		line-height: 1.8571;
	}
	.cautions > .list-notes > li {
		margin-bottom: 16px;
	}
	.cautions > .list-notes .list-notes {
		font-size: 0.875rem;
		line-height: 1.8571;
	}
	.cautions > .list-notes .list-notes > li {
		margin-bottom: .4em;
		font-size: 0.875rem;
		line-height: 1.8571;
	}
	.index-section {
		padding: 40px 0;
	}
	.index-section > .inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		max-width: 360px;
		align-items: center;
		justify-content: center;
		padding: 10px 0;
		margin: 0 auto;
		-webkit-box-align: center;
		-webkit-box-pack: center;
		-ms-flex-align: center;
		-ms-flex-pack: center;
	}
	.index-section .row {
		padding: 0;
		margin: 0;
	}
	.index-section .row .item {
		margin: 0;
	}
	.index-section .row.-rev {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-direction: reverse;
		-webkit-box-orient: horizontal;
	}
	.campaign-sns .en {
		margin-bottom: 0;
		font-size: 1.125rem;
		line-height: 2;
	}
	.campaign-sns .title {
		padding-right: 16px;
		margin: 0;
		font-size: 1.125rem;
		line-height: 1.8889;
	}
	.campaign-sns .title:before {
		width: 42px;
		height: 42px;
		margin-bottom: 10px;
	}
	.campaign-sns .social {
		width: 28.5714%;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		align-self: flex-start;
		margin: 0;
		-webkit-box-flex: 0;
		-ms-flex-item-align: start;
	}
	.campaign-sns .social + .social {
		margin-left: 4.9107%;
	}
	.campaign-sns .social .plugin {
		max-width: none;
		margin-top: 15px;
	}
	.button-sns {
		max-width: 40px;
		height: 40px;
		padding: 0 18px;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-property: border,background,color;
		transition-property: border,background,color;
		-webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
		transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	}
	.button-sns:hover:before {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	.button-sns:before {
		position: absolute;
		z-index: -1;
		top: -2px;
		left: -2px;
		display: block;
		width: calc(100% + 4px);
		height: calc(100% + 4px);
		border-width: 2px;
		border-style: solid;
		border-radius: 50%;
		content: "";
		opacity: 0;
		-webkit-transform: scale3d(0.6, 0.6, 1);
		transform: scale3d(0.6, 0.6, 1);
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-property: all;
		transition-property: all;
		-webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
		transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	}
	.button-sns:after {
		right: 16px;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-property: background;
		transition-property: background;
		-webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
		transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	}
	.button-sns.-large {
		height: 60px;
		font-size: 1.1875rem;
		line-height: 1.2105;
	}
	.button-sns.-large:after {
		width: 18px;
		height: 18px;
	}
	.button-sns.-twitter:after {
		right: 6px;
		width: 24px;
		height: 24px;
		background-size: 24px 19px;
	}
	.button-sns.-twitter:hover {
		color: white;
	}
	.button-sns.-twitter:hover:before {
		border-color: #fff;
		background-color: white;
	}
	.button-sns.-twitter:hover:after {
		background-color: transparent;
		background-image: url(../img/ico_twitter.svg);
	}
	.button-sns.-facebook:after {
		right: 10px;
		width: 15px;
		height: 28px;
		background-size: 15px 28px;
	}
	.button-sns.-facebook:hover {
		color: white;
	}
	.button-sns.-facebook:hover:before {
		border-color: #fff;
		background-color: white;
	}
	.button-sns.-facebook:hover:after {
		background-color: transparent;
		background-image: url(../img/ico_facebook.svg);
	}
	.footer-middle {
		padding: 30px 0;
	}
	.footer-lower {
		height: 240px;
		padding-top: 94px;
		padding-bottom: 0;
	}
	.footer-pagetop {
		z-index: 1;
		right: 32px;
		bottom: 273px;
		bottom: 213px;
		width: 50px;
		height: 50px;
	}
	.footer-pagetop a {
		-webkit-transition: opacity 0.3s ease;
		transition: opacity 0.3s ease;
	}
	.footer-pagetop a:hover {
		opacity: 0.6;
	}
	.footer-pagetop a:hover:after {
		z-index: 2;
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	.footer-pagetop a span {
		margin-top: 5px;
	}
	.footer-pagetop a:before {
		width: 50px;
		height: 50px;
	}
	.footer-pagetop a:after {
		position: absolute;
		z-index: -1;
		top: 0;
		left: 50%;
		width: 48px;
		height: 48px;
		border: 2px solid #0350bf;
		margin-left: -24px;
		background-color: #fff;
		background-image: url(/img/common/ico_pagetop_naked-blue.svg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		border-radius: 50%;
		content: none;
		opacity: 0;
		-webkit-transform: scale3d(0.6, 0.6, 1);
		transform: scale3d(0.6, 0.6, 1);
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-property: all;
		transition-property: all;
		-webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
		transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	}
}

@media screen and (min-width: 768px) and (max-width: 1119px) {
	.page-section.-wide {
		width: 84.2105%;
	}
	.page-section.-w726 > .inner {
		width: 63.6842%;
	}
	.page-section.-w912 > .inner {
		width: 80%;
	}
}

@media screen and (min-width: 1120px) {
	.page-section.-w726 > .inner {
		width: 726px;
	}
	.page-section.-w912 > .inner {
		width: 912px;
	}
}

@media screen and (max-width: 767px) {
	.page-section.-w726 .heading-section {
		margin: 0 auto 32px;
	}
	.page-section.-w912 .heading-section {
		font-size: 1.5rem;
		line-height: 1.375;
	}
	.cv-list .button-arrow {
		padding: 0;
	}
	.cv-list .button-arrow:after {
		display: none;
		content: none;
	}
	.table-outline th {
		font-weight: normal;
	}
	.footer-middle .inner {
		padding: 45px 40px;
	}
	.footer-pagetop a:before {
		background-size: 36px 24px;
	}
}

@media screen and (min-width: 1330px) {
	.campaign-kv-logo {
		left: 20px;
	}
	.campaign-kv-logo > a img {
		max-height: 30px;
	}
	.cv-list > .item {
		margin: 0 37px;
	}
	.cv-list .button-arrow:after {
		width: 18px;
		height: 18px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1329px) {
	.cv-list .button-arrow {
		padding-right: 2.406vw;
		padding-left: 2.406vw;
	}
	.cv-list .button-arrow:after {
		width: 18px;
		height: 18px;
	}
}
