@charset "utf-8";
/* CSS Document */
/*----------------
 * よりぞう投票ページ PC
 * ------------------*/
html {
	font-size: calc(100vw / 75);
}
body {
	position: relative;
/*	background-color: #fffae8;*/
	background-color: #fffae8;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", "Meiryo", sans-serif;
	font-size: 1.6rem;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	color: #1a1a1a;
	line-height: 1;
}
img {
	vertical-align: bottom;
}
/* btn_area */
.btn-area {
	width: 100%;
	padding: 5.333333333333334vw 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.btn-area__item {
	width: 100%;
	margin: 0 0 3.2vw;
}
.btn-area__item:last-of-type {
	margin: 0;
}
/* btn_area > btn-area__btn */
.btn-area__btn {
	position: relative;
	width: 100%;
	height: 14.666666666666666vw;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 7.333333333333333vw;
	font-size: 3.2rem;
	font-weight: bold;
	letter-spacing: .025em;
	z-index: 1;
}
.step-area--secondary .btn-area__btn {
	font-size: 2.8rem;
	letter-spacing: normal;
}
/* ボタンバリエーション */
.btn-area__btn--primary {
	border: 0.8vw solid #fff;
	background-color: #ec6c1f;
	color: #fff;
}
.btn-area__btn--secondary {
	border: 0.8vw solid #ec6c1f;
	background-color: #ec6c1f;
	color: #fff;
}
.btn-area__btn--disabled {
	border: 0.8vw solid #ccc;
	background-color: #ccc;
	color: #999;
	cursor: default;
}
/* text */
.txt--green {
	color: #009f6e;
}
.txt--red {
	color: #e8343d;
}

/* header */
.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: transparent;
	z-index: 1;
}
.header__inner {
	padding: 4vw 0 0 5.333333333333334vw;
}
.header__logo img {
    width: 30.133333333333333vw;
    height: auto;
}
/* hero */
.hero {
	position: relative;
	background-color: #f5b7b0;
}
.hero__img img {
	width: 100%;
	height: auto;
}
.hero .btn-area {
/*	position: absolute;*/
	top: 133.86666666666667vw;
	left: 0;
	padding: 4vw 4.933333333333334vw 6.4vw;
}
.hero .btn-area--btn-hide{
    top: 152.53333333333333vw;
}
/* step-area */
.step-area {
	padding: 10.666666666666668vw 0 9.466666666666667vw;
}
.step-area.step-area--secondary {
	background-color: #fff;
}
.step-area__inner {
	padding: 0 5.333333333333334vw;
}
.step-area__ttl {
	position: relative;
	height: 14.266666666666666vw;
	padding: 2.933333333333333vw 0 0;
	background-image: url("../img/step_header_bg_01.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	font-size: 5.0rem;
	font-weight: bold;
	color: #fff;
	letter-spacing: .075em;
	text-align: center;
	z-index: 5;
}
.step-area--secondary .step-area__ttl {
	padding: 3.4666666666666663vw 0 0;
	background-image: url("../img/step_header_bg_02.png");
	font-size: 4.2rem;
}


.kiseki-area__ttl {
	position: relative;
	height: 14.266666666666666vw;
	padding: 2.933333333333333vw 0 0;
	background-image: url("../img/kiseki_header_bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	font-size: 3.4rem;
	font-weight: bold;
	color: #009f6e;
	letter-spacing: .025em;
	text-align: center;
	z-index: 5;
	padding: 6vw 0 0;
	line-height: 1.5;
}

.kiseki-area__ttl span {
	padding: 7px 15px 6px 20px;
	background-color: #009f6e;
	font-size: 3.2rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: top;
	margin-right: 20px;
	border-radius: 30px;
}


.kiseki-area-top {
	margin: 60px auto 30px;
}
.kiseki-area {
	margin: 30px auto 30px;
}

.kiseki-area .step-area__ttl {
	height: 87px;
	padding: 19px 0 0;
	background-image: none;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	font-size: 4.2rem;
	font-weight: bold;
	color: #009f6e;
	letter-spacing: .075em;
	text-align: center;
}


/* step-block */

.title-area {
	margin: 0px 0 0;
	background-color: #009f6e;
	padding: 28px 0;
	text-align: center;
}
.title-area__ttl {
	padding: 16px 0;
	font-size: 4.2rem;
	font-weight: bold;
	color: #fff;
	letter-spacing: .075em;
	text-align: center;
}

.step-block {
	margin: -1px 0 0;
	padding: 8vw 10.666666666666668vw 8vw;
	background-image: url("../img/step_footer_bg_01.png"), url("../img/step_body_bg_01.png");
	background-position: bottom center, center;
	background-repeat: no-repeat, repeat-y;
	background-size: 100% auto, 100% auto;
}
.step-area--secondary .step-block {
	padding: 2.933333333333333vw 10.666666666666668vw 8vw;
	background-image: url("../img/step_footer_bg_02.png"), url("../img/step_body_bg_02.png");
}
.step-block__ttl {
	margin: 0 0 5.066666666666666vw;
	font-size: 3.6rem;
	font-weight: bold;
	letter-spacing: .025em;
	text-align: center;
}
.step-block__figure img {
	width: 100%;
	height: auto;
}
.step-block__figcaption {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.step-block__figure--primary .step-block__figcaption {
	margin: -1.0666666666666667vw 0 2.2666666666666666vw;
	padding: 0 4.8vw 0 2.4vw;
}
.step-block__figure--secondary .step-block__figcaption {
	margin: -1.0666666666666667vw 0 0;
	padding: 0 0.4vw 0 0.8vw;
}
.step-area--secondary .step-block__figcaption {
	margin: -0.9333333333333335vw 0 0;
	padding: 0 0 0 2.4vw;
	align-items: flex-start;
}
.step-block__figcaption__text {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: .025em;
	text-align: center;
}
.step-area--secondary .step-block__figcaption__text--secondary {
	max-width: 31.2vw;
	font-size: 3.6rem;
	color: #e8343d;
}
.step-block__figcaption__text--border {
	display: inline-block;
	margin: 0 0 1.6vw;
	padding: 0 0 0.13333333333333333vw;
	border-bottom: 0.5333333333333333vw solid #e8343d;
	font-size: 3.0rem;
	color: #212121;
}
.step-block__txt {
	margin: 0 0 3.8666666666666667vw;
	font-size: 3.0rem;
	letter-spacing: .025em;
	line-height: 1.58333333;
}

.grid__item__content__text {
	flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .025em;
  text-align: center;
	padding-top:2vw;
}

.step-block__grid img{width: 100%;}
.step-block__grid.arrow img{width: auto;}

.step-block__grid {
	padding: 27px 0 0;
	display: block;
	margin: 0 auto;
	text-align: center;
}
.step-block__grid.grid {
    padding: 27px 0 0;
    display: block;
}
.step-block__grid.arrow {
  padding: 0;
	display: block;
	margin: 0 auto;
	text-align: center;
}
.grid__item--split2 {
	max-width: 1024px;
	padding: 0 0 20px 0px;
}
.grid__item--split1 {
	max-width: 1024px;
	padding: 0;
}
.grid__item--split2 img {
	width: 80%;
}

/* footnote */
.footnote__list {
	margin: -1.0666666666666667vw 0 0;
}
.footnote__list__item {
	margin: 0 0 0.6666666666666667vw;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 2.0rem;
	line-height: 1.625;
	letter-spacing: .025em;
}
.footnote__list__item:last-of-type {
	margin: 0;
}
/* footer */
.footer {
	background-color: #009f6e;
}
.footer__inner {
	padding: 5.333333333333334vw 0;
	text-align: center;
}
.footer__copyright {
	font-size: 2.0rem;
	color: #fff;
	letter-spacing: .025em;
}
