@charset "utf-8";

:root {
	--geisei-navy: rgb(32, 60, 94);
	--geisei-blue: rgb(138, 189, 221);
	--geisei-gray: rgb(86, 99, 105);
	--onestop-green: rgb(157, 177, 0);
	--onestop-orange: rgb(255, 99, 2);
}

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');

a,
a > * {
	-webkit-transition: initial;
	transition: initial;
}

dl dd {
	line-height: 200%;
}

.button {
	position: relative;
	padding: 0;
	border: 2px solid var(--geisei-navy);
	border-radius: 8px;
	border-radius: 0.5em;
	background-color: var(--geisei-navy);
	color: white;
	font-size: 100%;
	line-height: 100%;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.button:last-child,
.button:only-child {
	margin-bottom: 0;
}

.button:hover,
.button:focus {
	border-color: var(--geisei-blue);
	background-color: white;
	color: var(--geisei-blue);
}

.button.rounded {
	border-radius: 3rem;
}

.button.extended {
	width: 100%;
}

.button.large {
	font-size: 125%;
}

.button.small {
	font-size: 90%;
}

.button.wide {
	min-width: 300px;
	min-width: 18.75em;
	max-width: 50%;
	width: 50%;
}

@media print,
screen and (max-width: 63.9375em),
screen and (min-width: 64em) and (orientation:portrait) {

	.button.wide {
		width: 100%;
		max-width: 75vw;
	}
}

@media print,
screen and (max-width: 39.9375em) {

	.button.wide {
		max-width: inherit;
	}
}

.button > * {
	-webkit-transition: none;
	transition: none;
}

.button > span {
	position: relative;
	width: 100%;
	padding: 0.85em 1em;
	padding-right: 2em;
}

.button > span {
	content: none;
}

.button > span::before {
	display: block;
	position: absolute;
	top: calc(50% - 0.5em/4);
	right: 1em;
	z-index: 2;
	width: 0.5em;
	height: 0.5em;
	border: 2px solid white;
	border-top: none;
	border-right: none;
	content: '';
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.button[href^="http"] > span::before {
	border-right: 2px solid white;
	border-left: none;
}

.button:hover > span::before {
	border-color: var(--geisei-blue);
}

.notes {
	font-size: 14px;
	font-size: 87.5%;
}

.accordion-check {
	display: none;
}

.accordion-label {
	display: block;
}

.accordion-content {
	display: block;
	position: relative;
	height: 0;
	padding: 0 10px;
	border: 1px solid #333;
	opacity: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	visibility: hidden;
}

.accordion-check:checked + .accordion-label + .accordion-content {
	height: auto;
	width: 100%;
	opacity: 1;
	visibility: visible;
}

.details.crowd-funding h2,
.details.crowd-funding h3,
.details.crowd-funding h4,
.details.crowd-funding h5,
.details.crowd-funding h6 {
	font-size: inherit;
	line-height: 125%;
}

.details.crowd-funding h3 > span {
	letter-spacing: -0.025em !important;
}

@media print,
screen and (max-width: 39.9375em) {
	.details.crowd-funding h3 > span span {
		display: inline;
	}
}

.details.crowd-funding .underline {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	font-weight: 700;
}

.details.crowd-funding .row .inner {
	padding: 80px;
	padding: 5em;
	background-color: white;
}

#page.page.bespoke.crowd-funding .details.crowd-funding .row .inner {
	padding-top: 0;
}

@media print,
screen and (max-width: 39.9375em) {
	.details.crowd-funding .row .inner {
		padding: calc(100vw/12);
	}
}

.details.crowd-funding .row ~ .row .inner {
	padding-top: 0 !important;
}

.details.crowd-funding .row.project .grid-x {
	gap: 40px;
	gap: 2.5em;
}

@media print,
screen and (max-width: 39.9375em) {
	.details.crowd-funding .row.project .grid-x {
		gap: 20px;
		gap: 1.25em;
	}
}

.details.crowd-funding .row .cell {
	padding-bottom: 0 !important;
}

@media print,
screen and (min-width: 40em) {
	.details.crowd-funding .row .cell.large-6.medium-6 {
		width: calc((100% - 40px)/2);
		width: calc((100% - 2.5em)/2);
	}
}

@media print,
screen and (min-width: 40em) {
	.details.crowd-funding .row .cell.large-6.medium-6.small-12 {
		margin-top: -40px;
		margin-top: -2.5em;
	}
}

@media print,
screen and (max-width: 39.9375em) {
	.details.crowd-funding .row .cell.large-12.medium-12.small-12 + .cell.large-6.medium-6.small-12 {
		margin-top: -20px;
		margin-top: -1.25em;
	}
}

#page.page.bespoke.crowd-funding .details.crowd-funding .row:first-child .block {
	border-radius: 0;
	background: none;
}

#page.page.bespoke.crowd-funding .details.crowd-funding .row:first-child .block::before {
	content: none;
}

.details.crowd-funding .block:not(:last-child) {
	margin-bottom: 60px;
	margin-bottom: 3.75em;
}

.details.crowd-funding .row:first-child .block h3 {
	margin-bottom: 80px !important;
	margin-bottom: 2em !important;
}

#page.page.bespoke.crowd-funding .details.crowd-funding .row:first-child .block p {
	padding: inherit;
	font-size: 100%;
}

.details.crowd-funding .block em {
	color: var(--geisei-navy) !important;
}

.details.crowd-funding .block ul {
	margin-left: 0;
}

#page.page.bespoke.crowd-funding .details.crowd-funding .block ul > li {
	margin-right: 0;
}

#page.page.bespoke.crowd-funding .details.crowd-funding .block ul.notes > li:not(:last-child) {
	margin-bottom: 0.75em;
}

@media print,
screen and (max-width: 39.9375em) {

	.details.crowd-funding .block > h4,
	.details.crowd-funding .block > h5,
	.details.crowd-funding .block > h6 {
		text-justify: inter-ideograph !important;
		text-align: justify !important;
	}
}

.details.crowd-funding .block > h4 {
	position: relative;
	margin-bottom: 1em !important;
	padding-bottom: 0.75em;
	color: var(--geisei-navy) !important;
	font-size: 30px;
	font-size: 187.5%;
}

.details.crowd-funding .block > h4::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto;
	height: 2px;
	background-color: var(--geisei-navy);
	content: '';
}

.rms .details.crowd-funding .intro .block > h3 {
	color: var(--geisei-navy);
	font-size: 36px;
	font-size: 225%;
	font-weight: 700;
	line-height: 100%;
}

@media print,
screen and (min-width: 40em) {
	.rms .details.crowd-funding .intro .block > h3 {
		text-align: center;
	}
}

@media print,
screen and (max-width: 63.9375em),
screen and (min-width: 64em) and (orientation:portrait) {
	.rms .details.crowd-funding .intro .block > h3 {
		line-height: 125%;
	}
}

@media print,
screen and (min-width: 75em) {
	.rms .details.crowd-funding .intro .block > h3 > span span {
		display: inline;
	}
}

@media print,
screen and (max-width: 39.9375em) {
	.details.crowd-funding .block > h4 > span {
		display: inline;
	}
}

.details.crowd-funding .block figure + p {
	margin-top: 40px;
	margin-top: 2.5em;
}

.details.crowd-funding .block p + ul {
	width: 100%;
}

.details.crowd-funding .block p + ul > li {
	padding-left: 0 !important;
}

.details.crowd-funding .block p + ul > li::before {
	content: none !important;
}

/*.details.crowd-funding .block p + ul > li:not(.furusato-choice):not(.furusato-premium) {
	display: none;
}*/

.details.crowd-funding .project .large-6.medium-6.small-12 .block figure + ul,
.details.crowd-funding .project .large-12.medium-12.small-12 .block ul.reports {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	margin: 0;
}

.details.crowd-funding .project .large-6.medium-6.small-12 .block figure + ul,
.details.crowd-funding .project .large-12.medium-12.small-12 .block ul.reports {
	gap: 20px;
	gap: 1.25em;
	margin-top: 20px;
	margin-top: 1.25em;
}

.details.crowd-funding .project .large-12.medium-12.small-12 .block ul.reports {
	gap: 30px;
	gap: 1.875em;
}

.details.crowd-funding .project .large-6.medium-6.small-12 .block figure + ul > li,
.details.crowd-funding .project .large-12.medium-12.small-12 .block ul.reports > li {
	margin: 0 !important;
	padding: 0 !important;
}

.details.crowd-funding .project .large-6.medium-6.small-12 .block figure + ul > li {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	max-width: calc((100% - 20px*2)/3);
	max-width: calc((100% - 1.25em*2)/3);
}

.details.crowd-funding .project .large-12.medium-12.small-12 .block ul.reports > li {
	-webkit-box-flex: 0 !important;
	-ms-flex: 0 0 100% !important;
	flex: 0 0 100% !important;
	max-width: 100% !important;
}

.details.crowd-funding .project .large-6.medium-6.small-12 .block figure + ul > li::before,
.details.crowd-funding .project .large-12.medium-12.small-12 .block ul.reports > li::before {
	content: none !important;
}
