@charset "utf-8";

/* header */
#header {
	margin: 20px 40px;
}
#header .header_logo img {
	max-width: 360px;
}


/* top-sec */
#main .top-sec h1 {
	text-align: center;
	position: relative;
	isolation: isolate;
}
#main .top-sec h1 picture {
	background: linear-gradient(#C40031 0%, #CC0033 100%);
	overflow: hidden;
	padding-top: 35px;
}
#main .top-sec h1:before {
	background-image: url(../img/bg_pc_top_right.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top right;
    z-index: 1;
	top: 0;
    right: 0;
    width: 100%;
	height: 100%;
    content: "";
    position: absolute;
	mix-blend-mode: screen;
	pointer-events: none;
}
#main .top-sec h1:after {
	background-image: url(../img/bg_pc_top_left.png);
    background-position: top left;
    background-repeat: no-repeat;
	background-size: auto 100%;
    z-index: 1;
	top: 0;
    left: 0;
    width: 100%;
	height: 100%;
    content: "";
    position: absolute;
	mix-blend-mode: screen;
	pointer-events: none;
}
#main .top-sec h1 img {
	max-width: 100%;
	position: relative;
	z-index: 2;
}
#main .top-sec-main {
	background: linear-gradient(#CC0033 100%);
	overflow: hidden;
	position: relative;
	isolation: isolate;
	padding: 40px 0 64px 0;
}
#main .top-sec-main:before {
	background-image: url(../img/bg_pc_bottom_right.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: bottom right;
	z-index: 0;
	bottom: 0;
    right: 0;
    width: 100%;
	height: 100%;
    content: "";
    position: absolute;
	mix-blend-mode: screen;
	pointer-events: none;
}
#main .top-sec-main:after {
	background-image: url(../img/bg_pc_bottom_left.png);
    background-position: bottom left;
    background-repeat: no-repeat;
	background-size: auto 100%;
	z-index: 0;
	bottom: 0;
    left: 0;
    width: 100%;
	height: 100%;
    content: "";
    position: absolute;
	mix-blend-mode: screen;
	pointer-events: none;
}
#main .top-sec-main > * {
	position: relative;
	z-index: 1;
}
#main .top-sec-main h2 {
	text-align: center;
	margin-bottom: 16px;
}
#main .top-sec-main > p {
	line-height: 1.7;
	letter-spacing: 0.05em;
	margin-bottom: 1.7em;
	text-align: center;
}
#main .top-sec-main > p:last-of-type {
	margin-bottom: 0;
}
#main .top-sec-img {
	max-width: 720px;
	display: block;
	margin: 0 auto;
} 
#main .top-sec-main {
	text-align: center;
}
#main .top-sec-main > a {
	display: inline-block;
}
#main .top-sec-main > a picture {
	display: block;
}
#main .top-sec-main > a picture img {
	display: block;
}
#main .top-sec ul {
	text-align: center;
}
#main .top-sec .entry-button {
	border-radius: 4px;
    border: 1px solid #C9A240;
    background: var(--_, linear-gradient(89deg, #E4BC56 10%, #FFF7E1 50%, #E4BC56 90%));
    box-shadow: 0 4px 0 0 #7D1416;
	padding: 13px 0;
    color: #41403C;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
	margin: 24px 0 16px;
	max-width: 358px;
	width: 100%;
	transition: 0.3s ease;
}
#main .top-sec .entry-button:hover {
	opacity: 0.9;
	translate: 0 -3px;
}
#main .top-sec .campaign-link {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
    line-height: 150%;
	text-decoration-line: underline;
    text-decoration-style: solid;
}
#main .top-sec .campaign-link:after {
	background-image: url(../img/link_blank.svg);
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	content: "";
	height: 24px;
	width: 24px;
	margin-left: 4px;
}
#main .top-sec .campaign-link:before {
	background-image: url(../img/arrow_right.svg);
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	content: "";
	height: 24px;
	width: 24px;
	margin-right: 4px;
}

/* sec layout */
#main .sec-outer {
	padding: 64px 0;
    background: #AC002B;
}
#main .sec-outer._blue {
	background-color: #0A3E86;
	color: #fff;
}
#main .sec-outer._lb {
	background-color: #EBF8FF;
}
#main .sec-inner {
	margin: 0 auto;
	width: 98%;
	max-width: 1200px;
}
#main .sec-outer .title {
	text-align: center;
}
#main .sec-outer .title .-label {
	border: 1px solid #8196A2;
	border-radius: 16px;
	color: #8196A2;
	display: table;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 auto 8px;
	padding: 3px 12px;
}
#main .sec-outer._blue .title .-label {
	border: 1px solid #99B9CC;
	color: #99B9CC;
}
#main .sec-outer .-lead {
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}
#main .sec-outer .main-nav {
	width: 98%;
    max-width: 1200px;
	margin: 40px auto 72px;
}
#main .sec-outer .main-nav li a {
    align-items: center;
    background-color: #fff;
    color: #41403C;
    display: flex;
    position: relative;
    min-height: 82px;
    height: 100%;
    border-radius: 4px;
	padding: 14px 16px;
    transition: 0.3s;
}

#main .sec-outer .main-nav li a p {
	color: #41403C;
	font-size: 18px;
	font-weight: 600;
    line-height: 150%; 
	padding-right: 32px;
	letter-spacing: normal;
}
#main .sec-outer .main-nav li.-appendix a {
	color: #5E3131;
	font-size: 15px;
	font-weight: 700;
    line-height: 150%; 
	align-items: center;
    background: #F2DBDB;
    display: flex;
    position: relative;
    min-height: 82px;
    height: 100%;
    border-radius: 4px;
    padding: 14px 16px;
    transition: 0.3s;
}
#main .sec-outer .main-nav li.-appendix a p {
	color: #5E3131;
	font-size: 15px;
}
#main .sec-outer .main-nav li.-appendix a p span{
	color: #5E3131;
	font-size: 14px;
	font-weight: 300;
}
#main .sec-outer .main-nav li a p span {
	color: #41403C;
	font-size: 16px;
	font-weight: 600;
	display: block;
}
#main .sec-outer .main-nav li a span.icon {
	background-image: url(../img/icon_arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	display: block ;
	visibility: visible ;
	opacity: 1 ;
	position: absolute;
	right: 16px;
	top: 50%;
	translate: 0 -50%;
	height: 24px;
	width: 24px;
	z-index: 1;
	font-size: 0;
	line-height: 0;
}
#main .sec-outer .main-nav li p span {
	color: #5E3131;
	font-size: 14px;
	font-weight: 400;
	display: block;
}
#main .sec-outer .main-nav ul {
    display: flex;
    gap: 16px 12px;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 600;
    font-style: normal;
}
#main .sec-outer .main-nav li {
    width: calc(33.3333% - 5.33333px);
    max-width: 392px;
}
#main .sec-outer .main-nav li a::after {
	display: none;
}
#main .sec-outer .main-nav li.-appendix a::after {
	display: none;
}
#main .top-sec .main-nav li a  {
    font-family: "A P-OTF Shin Go Pr6N";
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}
#main .campaign-sec {
	background-color: #F5F5F5;
	border-radius: 8px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 16px auto 0;
	padding: 32px;
	width: 98%;
	max-width: 1200px;
}
#main .campaign-sec:first-of-type {
	margin-top: 0;
}
#main .campaign-sec._multiple {
	flex-direction: column;
}
#main .campaign-sec._multiple hr {
	background-color: #fff;
	border-style: none;
	margin: 16px 0;
	height: 2px;
	width: 100%;
}
#main .campaign-sec.soon {
	background: #F2DBDB;
}
#main .campaign-sec.soon .campaign-explan {
	color: #5E3131;
}
#main .campaign-sec.soon .campaign-explan p {
	font-size: 14px;
}
#main .campaign-subsec {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#main .campaign-explan {
	width: 59.2%;
}

#main .campaign-explan .-inst {
	border-radius: 15px;
	display: table;
	font-size: 14px;
	font-weight: 600;
	padding: 4px 12px;
	text-align: center;
	background-color: #41403C;
	color: #fff;
}
#main .campaign-explan h3 {
	font-size: 24px;
	font-weight: 600;
}
#main .campaign-explan h3:nth-child(2) {
	margin-top: 8px;
}
#main .campaign-explan h3 span {
	display: block;
	font-size: 18px;
}
#main .campaign-summary {
	font-size: 14px;
	margin-top: 16px;
}
#main .campaign-summary > li {
	border-top: 1px solid #c2b6b7;
	margin-bottom: 8px;
	padding-top: 8px;
}
#main .campaign-summary > li:last-of-type {
	margin-bottom: 0;
}
#main .campaign-summary > li dl {
	display: flex;
	flex-wrap: wrap;
}
#main .campaign-summary > li dt {
	font-size: 14px;
	font-weight: 600;
	width: 120px;
	color: #CC0033;
}
#main .campaign-summary > li dt:before {
	border-radius: 50%;
	display: inline-block;
	content: "";
	margin-right: 4px;
	vertical-align: 0.2em;
	height: 5px;
	width: 5px;
	background-color: #CC0033;
}
#main .campaign-summary > li dd {
	flex: 1;
	font-size: 12px;
	line-height: 1.7;
	padding-top: 1px;
}
#main .campaign-summary .conditions-list > li {
	padding-left: 1em;
	text-indent: -1em;
}
#main .campaign-summary .conditions-list > li:before {
	content: "・";
}
#main .campaign-foot {
	width: 38.74%;
	text-align: center;
}
#main .campaign-foot .-button {
	align-items: center;
	background-color: #CC0133;
	border: 1px solid #B1002C;
	border-radius: 8px;
	box-shadow: 0 4px 0 0 rgba(36, 36, 36, 0.25);
	color: #fff;
	display: flex;
	font-size: 16px;
	font-weight: 600;
	justify-content: center;
	margin: 16px auto 0;
	text-align: center;
	height: 48px;
	width: 164px;
	transition: 0.3s ease;
}
#main .campaign-foot .-button:hover {
	opacity: 0.8;
	translate: 0 -3px;
}
#main .campaign-foot .-note {
	font-size: 12px;
	margin-top: 8px;
	text-align: center;
}

/* introductionc */
.introduction {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 64px 20px;
	margin: 0 auto;
	max-width: 868px;
}
.introduction-inner {
	max-width: 364px;
}
.introduction img {
	max-width: 313px;
}
#main .introduction .-button {
	align-items: center;
	background-color: #CC0133;
	border: 1px solid #B1002C;
	border-radius: 8px;
	box-shadow: 0 4px 0 0 rgba(36, 36, 36, 0.25);
	color: #fff;
	display: flex;
	font-size: 16px;
	font-weight: 600;
	justify-content: center;
	margin: 24px auto 0;
	text-align: center;
	height: 48px;
	width: 164px;
	transition: 0.3s ease;
}
#main

/* footer */
#footer .-logo {
	display: table;
	margin: 0 auto;
	width: 256px;
}
#footer .footer-block {
	background-color: #CC0133;
	color: #fff;
}
#footer .footer-inr {
	margin: 0 auto;
	width: calc(98% - 150px);
	max-width: 900px;
}
#footer .footer-note li {
	font-size: 12px;
	line-height: 1.5;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
#footer .footer-note li:before {
	content: "・";
	margin-right: 0.5em;
}
#footer .footer-btm {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 24px;
	padding-bottom: 40px;
}
#footer .footer-btm .footer-sns {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0 24px;
}
#footer .footer-btm .footer-sns dt {
	border: 1px solid #fff;
	border-radius: 15px;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 600;
	padding: 4px 12px;
}
#footer .footer-btm .footer-sns dd {
	display: flex;
	flex-wrap: wrap;
	gap: 0 24px;
}
#footer .footer-btm .footer-sns dd img {
	height: 32px;
	width: 32px;
}
#footer .footer-btm .footer-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0 24px;
	justify-content: end;
	margin-bottom: 8px;
}
#footer .footer-btm .footer-nav > li a {
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	text-decoration: underline;
}
#footer .footer-btm .footer-nav > li a:hover {
	text-decoration: none;
}
#footer .footer-btm .-copy {
	font-size: 12px;
	line-height: 1.5;
	text-align: right;
}

/* PC */
@media print, screen and (min-width: 820px) {
}

/* SP */
@media screen and (max-width: 819px) {
	/* header */
	#header {
		text-align: center;
		margin: 8px 40px;
	}
	/* top-sec */
	#main .top-sec {
		background-position: calc(50% - 32vw) calc(100% - 60px);
		background-size: 110vw;
	}
	#main .top-sec h1 img {
		width: 90%;
	}
	#main .top-sec-img {
		width: 80%;
		margin: 0 auto;
	}
	#main .top-sec-main {
		text-align: center;
	}
	#main .top-sec-main > a {
		display: inline-block;
		margin: 0 auto;
	}
	#main .top-sec-main > a picture {
		display: block;
	}
	#main .top-sec-main > a picture img {
		display: block;
		margin: 0 auto;
	}
	#main .top-sec-main h2 {
		width: 45%;
		margin: 0 auto 16px;
	}
	#main .top-sec h1 picture {
		background-image: url(../img/bg_sp_top.png), linear-gradient(#C40031 0%, #CC0033 100%);
		background-repeat: no-repeat;
		background-size: cover;
		background-blend-mode: screen;
		overflow: hidden;
	}
	#main .top-sec h1:after {
		background-image: url(../img/bg_sp_top.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-blend-mode: screen;
		overflow: hidden;
	}
	#main .top-sec h1:before {
		display: none;
	}
	#main .top-sec h1:after {
		display: none;
	}
	#main .top-sec-main {
		background: linear-gradient(#CC0033 100%);
		overflow: hidden;
		padding: 24px 0 64px 0;
	}
	#main .top-sec-main:before {
		background-image: url(../img/bg_sp_bottom.png);
		background-size: cover;
		background-position: top center;
	}
	#main .top-sec-main:after {
		display: none;
	}
	/* sec layout */
	#main .sec-inner {
		width: 90vw;
	}
	#main .sec-outer {
	padding: 64px 20px;
    background: #AC002B;
    }
	#main .sec-outer .title .-label {
		border-radius: 16px;
		margin: 0 auto 8px;
		padding: 3px 12px;
	}
	#main .sec-outer .main-nav {
		width: 100%;
		margin: 32px 0;
	}
	#main .sec-outer .main-nav ul {
		display: grid;
		gap: 8px;
	}
	#main .sec-outer .main-nav li {
		margin: 0 auto;
        width: 100%;
	}
	#main .sec-outer .main-nav li a p span {
	font-size: 14px;
    }  
	#main .sec-outer .main-nav li a p {
	font-size: 16px;
    }
	#main .chairman-block {
		flex-direction: column;
		gap: 16px 0;
		width: 90vw;
	}
	#main .chairman-block .-image {
		width: 205px;
	}
	#main .chairman-block .-textinr {
		height: calc(1.5em * 9);
	}
	#main .chairman-block .-accdbtn {
		font-size: 16px;
	}
	#main .campaign-sec {
		flex-direction: column;
		justify-content: space-between;
		padding: 16px 16px 32px;
		width: 100%;
	}
	#main .campaign-sec._multiple hr {
		margin: 24px 0;
	}
	#main .campaign-explan {
		margin-top: 16px;
		width: 100%;
	}
	#main .campaign-summary {
		margin-top: 16px;
	}
	#main .campaign-summary > li dl {
		flex-direction: column;
	}
	#main .campaign-summary > li dt {
		width: 100%;
	}
	#main .campaign-summary > li dt:before {
		vertical-align: 0.2em;
	}
	#main .campaign-summary > li dd {
		padding-top: 4px;
	}
	#main .campaign-foot {
		width: 100%;
	}
	#main .campaign-foot .-button {
		margin-top: 24px;
	}
	.introduction {
		display: grid;
		justify-content: center;
		justify-items: center;
		padding: 64px 20px;
		gap:48px;
	}
	#main .introduction .-button {
		margin-top: 48px;
	}
	.introduction img {
		max-width: 270px;
	}
	/* footer */
	#footer {
		margin-top: 0;
	}
	#footer .-logo {
		width: 192px;
	}
	#footer .footer-inr {
		width: 100%;
	}
	#footer .footer-note li {
		padding-left: 1.2em;
		text-indent: -1.2em;
	}
	#footer .footer-note li:before {
		margin-right: 0.2em;
	}
	#footer .footer-note li sup {
		color: #fff;
	}
	#footer .footer-btm {
		flex-direction: column;
		padding: 24px 20px;
	}
	#footer .footer-btm .footer-sns {
		flex-direction: column;
		gap: 16px 0;
	}
	#footer .footer-btm .footer-sns dd {
		justify-content: center;
	}
	#footer .footer-btm .footer-sns dd img {
		height: 40px;
		width: 40px;
	}
	#footer .footer-btm .footer-nav {
		justify-content: center;
		margin-top: 32px;
		margin-bottom: 8px;
	}
	#footer .footer-btm .-copy {
		text-align: center;
	}
}