* {
	margin: 0;
	padding: 0
}

html {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-size: 12px;
	line-height: 1.6;
	;
	color: #2c3e50
}


#wrap {
	max-width: 525px;
	margin: auto;
	background-image: url(../img/questionnaire/site_bg_sp.png);
	background-position-y: top;
	background-position-x: center;
	background-repeat: repeat;
	background-size: contain;
}

.body_loading {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#container {
	min-height: 92vh;
}


#app {
	z-index: 1000;
}

@media (max-width:499px) {
	#app {
		height: 100%;
	}
}

.content {
	box-sizing: content-box;
}

.content img {
	width: 100%;
	display: block;
}

.btn,
.btn.company {
	width: 92%;
	padding: 0 4% 24px;
	margin: auto;
}

.top .btn {
	width: 90%;
	padding: 0 5% 12px;
	margin: auto;
	position: fixed;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
}

.btn.return {
	width: 60%;
	padding: 0 5% 5%;
	margin: auto;
}

.btn.company a,
.btn.return a,
.btn a {
	position: relative;
	background-image: -webkit-gradient(linear, left top, right top, from(#e68fe7), color-stop(50%, #dd729b), color-stop(73%, #dd657a), to(#dc5858));
	background-image: linear-gradient(90deg, #e68fe7, #dd729b 50%, #dd657a 73%, #dc5858);
	display: block;
	text-align: center;
	color: #fff;
	border-radius: 6px;
	text-decoration: none;
	font-size: 4.8vw;
	line-height: 2.4rem;
	font-weight: bold;
	outline: none;
	padding: 6.2% 2%;
}

.top .btn a {
	position: relative;
	background-image: -webkit-gradient(linear, left top, right top, from(#e68fe7), color-stop(50%, #dd729b), color-stop(73%, #dd657a), to(#dc5858));
	background-image: linear-gradient(90deg, #e68fe7, #dd729b 50%, #dd657a 73%, #dc5858);
	display: block;
	text-align: center;
	color: #fff;
	border-radius: 6px;
	text-decoration: none;
	font-size: 20px;
	line-height: 2.4rem;
	font-weight: bold;
	outline: none;
	padding: 24px 2%;
	width: 100%;
	max-width: 460px;
}

.top .btn a:before {
	left: auto;
	right: 18px;
	border-top: solid #fff;
	border-right: solid #fff;
	border-bottom: none;
	border-left: none;
	border-width: .1em;
	height: 10px;
	width: 10px;
}


@media (min-width:768px) {

	.btn.company a,
	.btn.return a,
	.btn a {
		font-size: 32px;
	}
}

.btn.company a:before,
.btn.return a:before,
.btn a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 4%;
	width: 2.2%;
	height: 11.2%;
	border-top: solid #fff;
	border-right: solid #fff;
	border-width: .1em;
	-webkit-transform: rotate(45deg);
	transform: translateY(-50%) rotate(45deg)
}

.return.btn a {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#cfd9df), to(#e2ebf0));
	background-image: linear-gradient(0deg, #9da6ac 0, #b9c5ca);
	line-height: 3;
	font-size: 1.4rem;
}

.return.btn a:before {
	left: 8%;
	right: auto;
	border-top: none;
	border-right: none;
	border-bottom: solid #fff;
	border-left: solid #fff;
	border-width: .1em;
	height: 19%
}

.company.btn a {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#cfd9df), to(#e2ebf0));
	background-image: linear-gradient(0deg, #aab3b9 0, #cbd4d9);
	line-height: 2;
	font-size: 1.6rem;
}

.company.btn a:before {
	content: none
}

.progress {
	position: fixed;
	top: 0;
	background: #ccc;
	width: 100%;
	height: 12px;
	z-index: 10000;
	max-width: 767px;
	margin: auto;
}

.progress span {
	position: absolute;
	left: 0;
	background: #E6B811;
	height: 100%;
	-webkit-transition: all .3s;
	transition: all .3s
}

.progress.is-1 span {
	width: 17%
}

.progress.is-2 span {
	width: 34%
}

.progress.is-3 span {
	width: 51%
}

.progress.is-4 span {
	width: 68%
}

.progress.is-5 span {
	width: 85%
}

.progress.is-6 span {
	width: 100%
}

.progress.is-result span {
	width: 100%
}

.top {
	display: -ms-flexbox;
	-ms-flex-direction: column;
	background-image: url(../img/questionnaire/kv_photo.png);
	background-position-y: top;
	background-position-x: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.top-content {
	padding: 32px 3.2%;
	background: rgb(69 20 0 / 32%);
	width: 84%;
	border-radius: 12px;
	margin: 24px auto;
}

.top-content .content__description {
	color: #ffffff;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: bold;
	text-shadow: 0px 0px 12px #2d001c;
}

.question {
	display: -ms-flexbox;
	-ms-flex-direction: column;
}

.question .content p {
	text-align: center;
	color: #2b2b2b;
	padding: 36px 4% 12px;
}

.question .content p strong {
	font-weight: normal;
	background: linear-gradient(transparent 60%, #fff1a3 60%);
}

.question .content p.question__label {
	color: #E6B811;
	padding-bottom: 6%;
	font-size: 2.6rem;
}

.question .content p span {
	font-size: 2rem;
	text-align: left;
	display: inline-block;
}

@media (max-width:500px) {
	.question .content p span {
		font-size: 3.90625vw
	}
}

.question .content img {
	display: block;
	width: 100%;
	margin: auto;
}

.question__button {
	padding: 0 4%;
}

.question__button .select__button {
	width: 100%;
	font-size: 1.6rem;
	line-height: 5rem;
	font-weight: 600;
	text-align: center;
	padding: 12px 0;
	display: block;
}

@media (max-width:500px) {
	.question__button .select__button {
		font-size: 1.6rem;
	}
}

.question__button .select__button label {
	display: flex;
	background: rgb(23 22 45 / 60%);
	color: #e5e5e5;
	border-radius: 6px;
	cursor: pointer;
	justify-content: start;
	align-items: center;
	line-height: 1.6;
	min-height: 48px;
	border-style: solid;
	border-width: 2px;
	border-color: rgba(124, 88, 12, 0.12);
	padding: 2% 3.2%;
	box-shadow: #7c580c;
}

.question__button .select__button label .check_icon {
	width: 3.2%;
	padding: 3.2%;
	display: flex;
	align-items: center;
	height: auto;
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
	background-image: url(../img/icon_check_gray.png);
}

.question__button .select__button input:checked+label .check_icon {
	background-image: url(../img/icon_check_purple.png);
}

.question__button .select__button label .check_icon img {
	width: 1.8rem;
	height: 1.8rem;
	margin-right: 2%;
	display: none;
}

.question__button .select__button label .text {
	width: auto;
	padding-left: 1%;
	text-align: center;
}

.question__button .select__button label .text .text__small {
	font-size: 1.2rem;
}

.question__button .select__button label .text_index {
	width: auto;
	text-align: center;
}

.question__button .select__button label .text_01 {
	width: auto;
	text-align: center;
}

.question__button .select__button label .text_02 {
	width: auto;
	text-align: center;
}

.question__button .select__button label .text_03 {
	width: auto;
	text-align: center;
}

.question__button .select__button label .text_04 {
	width: auto;
	text-align: center;
}

.question__button .select__button label .text_05 {
	width: auto;
	text-align: center;
}

.question__button .select__button label .text_06 {
	width: auto;
	text-align: center;
}

.question__button .select__button label .text span {
	text-align: left;
	display: inline-block;
	line-height: 1.32;
}

.question__button .select__button input {
	display: none;
	outline: none;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.question__button .select__button input:checked+label {
	color: #ffffff;
	background: rgb(23 22 45 / 92%);
	border-color: rgba(124, 88, 12, 0.0);
	/* background-color: #fff; */
}

.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: none;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 40vh auto 0;
	width: 100%;
	max-width: 500px;
	height: 10vh;
	position: absolute;
	top: 0;
	z-index: 1;
}

.nav a {
	width: 14px;
	height: 14px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	border-width: 2px;
}

.loading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}

.loading .content {
	width: 70%;
	margin: 0 auto 0;
	max-width: 300px;
}


.loading .content .loadingBar {
	width: 100%;
	max-height: 20px;
	height: 1.2vh;
	background: #ccc;
	margin: auto;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

@keyframes progress {
	0% {
		width: 0
	}

	100% {
		width: 100%
	}
}

.loading .content .loadingBar .bar {
	background: #a5006b;
	width: 0;
	height: 100%;
	position: absolute;
	animation: progress 2s normal;
	animation-fill-mode: forwards;
}

.loading .content .loading__text {
	color: #E6B811;
	padding: 20px 0;
	text-align: center;
	font-size: 2.6rem
}

@media (max-width:500px) {

	.loading .content .loading__text {
		font-size: 5.20833vw
	}
}

.loading .content .loading__text {
	color: #ffffff;
	text-shadow: 0px 0px 12px #2d001c;
}

.result {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 20px 0;
	/* background: rgb(69 20 0 / 32%); */
	background: rgb(255 255 255 / 60%);
	width: 92%;
	border-radius: 12px;
	margin: 4px auto;
	overflow: hidden;
}

.result .content h2 {
	text-align: center;
	width: 36%;
	margin: 0 auto 5%
}

.result .content h2 img {
	width: 100%
}

.result .content p {
	/* color: #ffffff; */
	font-size: 18px;
	font-weight: bold;
	padding: 12px 4.0%;
	text-shadow: 0px 0px 12px #2d001c;
	color: #29283d;
	/* line-height: 1.32; */
	/* font-weight: bold; */
	text-shadow: 0px 0px 12px #ffffff;
}




.result .content .recommended h3 {
	color: #fff;
	text-align: center;
	font-weight: bold;
	line-height: 1.32;
	font-size: 2.08rem;
	padding: 12px 2%;
}

@media (max-width:500px) {
	.result .content .recommended h3 {
		font-size: 4.16667vw
	}
}

.result .content .recommended h3 span {
	font-size: 36px;
}

.result .content .recommended h3 p {
	/* color: #fff; */
	padding-top: 8px;
	line-height: 1.2;
	font-size: 20px;
}

.result .content .recommended {
	text-align: left;
}

.result .content .recommended img{ 
	width:92%;
	margin:auto;
}


.result .content .recommended p.recommended__name {
	color: #757575;
	font-weight: 700;
	font-size: 2rem;
	display: inline-block;
	text-align: left;
}


.result .content .recommended__text {
	line-height: 1.4;
	background-image: url(../img/questionnaire/result_list_bg.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 96%;
	height: 72vw;
	max-height: 320px;
	margin: 12px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.result .content .recommended__price {
	color: #5a5a5a;
	padding-bottom: 30px;
	letter-spacing: -.02em;
	text-align: left;
	display: inline-block;
	font-size: 1.57rem;
	font-size: 2.0rem;
	color: #E6B811;
	padding-right: 0.3em;
}

.result .content .recommended__text span {
	color: #67cecb;
	font-weight: bold;
}

.result .content .recommended__text .price {
	font-size: 2.0rem;
}


.result .btn {
	max-width: 500px;
}

.result .btn a:after {
	position: absolute;
	top: 50%;
	left: 50px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 2.8rem;
	height: 2.8rem;
	background: url(../img/icon_cart.png) no-repeat;
	background-size: 100%
}

.result .return.btn a:after {
	content: none
}

.fade-enter-active,
.fade-leave-active {
	-webkit-transition: opacity .5s;
	transition: opacity .5s
}

.fade-enter,
.fade-leave {
	opacity: 0
}

.next-enter {
	-webkit-transform: translate(300px);
	transform: translate(300px);
	opacity: 0
}

.next-enter-to {
	opacity: 1
}

.next-enter-active {
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.next-leave {
	opacity: 1
}

.next-leave,
.next-leave-to {
	-webkit-transform: translate(-300px);
	transform: translate(-300px)
}

.next-leave-to {
	opacity: 0
}

.next-leave-active {
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.prev-enter {
	-webkit-transform: translate(-300px);
	transform: translate(-300px);
	opacity: 0
}

.prev-enter-to {
	opacity: 1
}

.prev-enter-active {
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.prev-leave {
	opacity: 1
}

.prev-leave,
.prev-leave-to {
	-webkit-transform: translate(300px);
	transform: translate(300px)
}

.prev-leave-to {
	opacity: 0
}

.prev-leave-active {
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}




div {
	text-align: center;
	animation-name: fade;
	animation-duration: 0.4s;
	animation-iteration-count: 1;
}

@keyframes fade {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.company {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.company .content {
	width: 90%;
	margin: 6vh auto;
}

.company .content h2 {
	text-align: center;
	width: 36%;
	margin: 0 auto 5%;
	font-size: 1.95rem;
}

.company .content div {
	text-align: center;
	margin: 0 auto 5%;
	font-size: 1.95rem;
}

.next-submit {
	padding: 24px 2%;
}


.display_checkbox {
	display: block;
}

.display_radio {
	display: block;
}

.display_submit {
	display: none;
}

.question .content p .question__script {
	font-size: 1.8rem;
	color: #29283d;
	line-height: 1.32;
	font-weight: bold;
	text-shadow: 0px 0px 12px #ffffff;
}

.question .content p .question__postscript {
	font-size: 1.4rem;
}


.top-content .content__title {
	padding-top: 36px;
	padding-bottom: 24px;
	padding-left: 4%;
	padding-right: 4%;
	width: 92%;
}

.top-content .content__image {
	display: block;
}

#navi_next {
	pointer-events: none;
	border-top-style: solid;
	border-right-style: solid;
	right: 2%;
	border-color: rgb(44, 62, 80);
}

#submit_button {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48%;
	height: 52px;
	font-size: 2.0rem;
	font-weight: normal;
	color: #ffffff;
	background: rgb(0 0 0 / 32%);
	border-style: none;
	border-radius: 4px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.submit_button_thru {
	background-image: linear-gradient(90deg, #e68fe7, #dd729b 50%, #dd657a 73%, #dc5858);
}

#navi_prev {
	border-color: #E6B811;
	border-bottom-style: solid;
	border-left-style: solid;
	left: 2%;
}

.question__button .select__button--submit input+label:hover {
	background: #E6B811;
	color: #fff;
}

.logo {
	justify-content: center;
	display: flex;
	width: 100%;
	padding-top: 3.6vh;
	padding-bottom: 1.2vh;
	height: 4.0vh;
	min-height: 32px;
	background-color: #fff;
	overflow: hidden;
}


.logo img {
	height: 80%;
}

.footer {
	font-size: 1.2rem;
}



.footer a {
	color: #29283d;
}

.footer p {
	padding: 12px 2%;
	color: #29283d;
	/* text-shadow: 0px 0px 12px #2d001c; */
}

.question__button .icon_title {
	width: 100%;
	padding-bottom: 2%;
	padding-top: 4%;
}

.question .content p strong {
	font-weight: bold;
	background: linear-gradient(transparent 60%, #dac75d 60%);
}

.q_none {
	display: none;
}

.q_none_imp {
	display: none !important;
}

.mail-form {
	padding: 24px 0;
	width: 100%;
}

.mail-form input {
	width: 90%;
	height: 36px;
	margin: auto;
}

.mail-form input {
	width: 86%;
	height: 36px;
	margin: auto;
	padding: 4px 4%;
	font-size: 15px;
}



.p-address-form__item {
	font-size: 1.6rem;
	padding: 1.2%;
	display: flex;
	flex-wrap: wrap;
	text-align: left;
}

.p-address-form__label {
	padding: 1.2%;
	width: 100%;
}

.p-address-form__input {
	padding: 1.2%;
	font-size: 15px;
	width: 100%;
}

.alert {
	font-size: 1.6rem;
	color: #ff3e00;
	padding-bottom: 24px;
}

.cta {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	position: fixed;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
}

.cta img {
	width: 90%;
	max-width: 575px;
}


.p-pagination {
	position: relative;
	max-width: 575px;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
	padding: 24px 0;
	color: #4b4a66;
	font-weight: bold;
	font-size: 1.6rem;
	max-width: 400px;
}

@media only screen and (max-width: 575px) {
	.p-pagination {
		font-size: 3.6vw;
		max-width: 300px;
	}
}

.p-pagination::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	border-top: 1px dashed #454545;
	z-index: 1;
}

.p-pagination__items {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 2;
}

.p-pagination__number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	background-color: #ffffff;
	box-shadow: 0 4px 4px 0 #49476496;
}

@media only screen and (max-width: 575px) {
	.p-pagination__number {
		width: 2.4rem;
		height: 2.4rem;
	}
}

.p-pagination__number.is-active {
	background-color: #393755;
	color: #ffffff;
}

.p-pagination__number img {
	width: auto;
	height: 2.4rem;
}

@media only screen and (max-width: 749px) {
	.p-pagination__number img {
		height: 1.6rem;
	}
}

.content_line {
	position: relative;
}

.content_line a {
	position: absolute;
	bottom: 7.2%;
	width: 100%;
	left: 0;
	display: flex;
	justify-content: center;
}

@media screen and (min-width: 768px) {
	.content_line a {
		bottom: 172px;
	}
}

.content_line a img {
	max-width: 500px;
	width: 80%;
}


.kv_img {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.d-md-none {
		display: none;
	}
}

@media screen and (min-width: 525px) {
.whole_bg {
	background-image: url(../img/questionnaire/site_bg_pc.png);
	background-position-y: center;
	background-position-x: center;
	background-repeat: repeat;
	background-size: contain;
}
}


#app {
	background: rgb(255 255 255 / 60%);
	width: 92%;
	border-radius: 12px;
	margin: 4px auto;
	overflow: hidden;
	box-shadow: 0 8px 16px 0 #3c000f2e;
}


.result .content .recommended__text ul {
	text-align: left;
	font-size: 5.2vw;
	margin: auto;
	padding: 0 9.2% 0 13.2%;
	display: inline-block;/
	color: #29283d;
	line-height: 1.32;
	font-weight: bold;
	text-shadow: 0px 0px 12px #ffffff;
}

.result .content .recommended__text ul li {
	padding: 8px;
}

@media screen and (min-width: 525px) {
	.result .content .recommended__text ul {
		font-size: 20px;
	}
}

.title-result {
	width: 60%;
	max-width: 240px;
	/* filter: drop-shadow(0px 0px 12px #BC8779); */
	padding: 24px 4% 12px;
}