@charset "utf-8";

/**********************************************************

reset

**********************************************************/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
ul,ol {
    list-style-type: none;
}

input,
select {
    vertical-align: middle;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    border: 0;
    outline: none;
    padding: 12px;
    background: transparent;
}
a {
    text-decoration: none;
}

/**********************************************************

Common

**********************************************************/
html {
    color: #333;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Arial ", sans-serif;
    font-size: 62.5%;
    position: relative;
    letter-spacing: 1px;
}

body {
	background-color: #FFF3C1;
    font-size: 1.8rem;
    line-height: 1.8;
	
}

img {
    max-width: 100%;
    height: auto;
	vertical-align: bottom;
}
sup {
	font-size: 1.3rem;
}

.notice {
	font-size: 1.2rem;
	color: #666;
	margin-top: 5px;
}
.notice-area {
	margin-top: 20px;
}


@media screen and (max-width: 750px) {
    body {
        font-size: 1.4rem;
    }
	sup {
		font-size: 1.1rem;
	}
	.notice-area {
		margin-top: 15px;
	}
	.notice {
		font-size: 1rem;
		margin-top: 0;
	}
}


/**********************************************************

Layout

**********************************************************/

.wrapper {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
	background-color: #fff;
}

.section {
	max-width: 750px;
    position: relative;
	/*background-color: #fff;*/
    margin: 0 auto;
    z-index: 100;
}

.section-inner {
    padding: 30px 30px;
}

@media screen and (max-width: 750px) {
	.section {
		
	}
    .section-inner {
        padding: 20px 15px 60px 15px;
    }
}

/**********************************************************

Layout Question

**********************************************************/
.q-area {
    background-color: #fff;
    padding: 30px 80px 60px 80px;
    position: relative;
}
.q-area .q-step {
	width: 80px;
    margin: 0 auto;
}
.q-area .q-step > p {
    display: block;
    width: 80px;
    height: 80px;
    font-weight: 600;
    font-size: 3rem;
    line-height: 1;
    color: #fff;
	background-color: #FE6820;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    position: relative;
    margin-top: 0;
}
.q-area .step {
	position: absolute;
	left: 5%;
	top: 5%;
}
.q-area .step img {
    max-width: 150px;
}
.q-area .q-txt {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.8;
    margin-top: 30px;
}
.q-area .q-txt .marker {
    display: inline;
	background: -moz-linear-gradient(transparent 60%, #F2FC3A 0%); 
	background: -webkit-linear-gradient(transparent 60%, #F2FC3A 0%); 
	background: linear-gradient(transparent 60%, #F2FC3A 0%);
}
.q-area figure.q-fig {
	margin-top: 20px;
}
.q-area .q-txt .q-txt-notice {
    font-size: 2rem;
}

@media screen and (max-width: 750px) {
    .q-area {
        padding: 0 5px;
    }
	.q-area .q-step {
		width: 46px;
	}
    .q-area .q-step > p {
        width: 46px;
        height: 46px;
        font-size: 1.8rem;
        line-height: 50px;
    }
	.q-area .step {
		position: absolute;
		left: 0;
		top: 0;
	}
	.q-area .step img {
		max-width: 110px;
	}
    .q-area .q-txt {
        font-size: 1.8rem;
        line-height: 1.6;
        margin-top: 10px;
    }
	.q-area figure.q-fig {
		margin-top: 15px;
	}
    .q-area .q-txt .q-txt-notice {
        font-size: 1rem;
    }
	
}


/**********************************************************

Ans Button

**********************************************************/
input[type=radio], input[type=checkbox] {
  display: none;
}
ul.answer-list {
    margin-top: 25px;
}
ul.answer-list li {
    margin-top: 15px;
	line-height: 1.5;
}
ul.answer-list li label.ans-checkbox {
    width: 100%;
    position: relative;
    display: inline-block;
    background: #fff;
	color: #62290B;
	border: 2px solid #62290B;
	box-shadow: 0px 5px 0px 0px #62290B;
    font-weight: bold;
	font-size: 20px;
    padding: 24px 18px 24px 50px;
    border-radius: 6px;
    vertical-align: middle;
    box-sizing: border-box;
    cursor: pointer;
    transition: .3s;
}

input[type=checkbox]:checked + label.ans-checkbox {
	background: #683A09;
	box-shadow: none;
	position: relative;
	top: 5px;
}

ul.answer-list li label.ans-checkbox::before {
  position: absolute;
    content: "";
    top: 50%;
    left: 15px;
    display: block;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-color: #fff;
	border: 1px solid #62290B;
    transition: .3s;
}

ul.answer-list li label.ans-checkbox::after {
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  content: '';
  opacity: 0;
    transition: .3s;
	border-right: 3px solid #62290B;
	border-bottom: 3px solid #62290B;
    -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + label.ans-checkbox {
	color: #fff;
}
input[type=checkbox]:checked + label.ans-checkbox:before {
	background-color: #F2FC3A;
}
input[type=checkbox]:checked + label.ans-checkbox:after {
  opacity: 1;
}


@media screen and (max-width: 750px) {
    ul.answer-list li {
        margin-top: 10px;
    }
    ul.answer-list {
        margin-top: 0;
    }
    ul.answer-list li label.ans-checkbox {
		font-size: 1.6rem;
		box-shadow: 0px 3px 0px 0px #62290B;
        padding: 15px 15px 15px 43px;
    }
    
    ul.answer-list li label.ans-checkbox::before {
        width: 20px;
        height: 20px;
        margin-top: -10px;
    }
    ul.answer-list li label.ans-checkbox::after {
        width: 6px;
        height: 14px;
        margin-top: -11px;
        left: 22px;
    }
}


/**********************************************************

動画

**********************************************************/
.q-area .q-txt.q-txt-movie {
	margin-top: 70px;
}
video {
	width: 100%;
}

@media screen and (max-width: 750px) {
	.q-area .q-txt.q-txt-movie {
		margin-top: 0;
		padding-top: 50px;
	}
}

/**********************************************************

CV

**********************************************************/
.cv-area {
	background: rgb(254,126,32);
	background: linear-gradient(180deg, rgba(254,126,32,1) 0%, rgba(255,224,51,1) 50%, rgba(255,246,208,1) 100%);
    position: relative;
	padding: 0 60px 50px;
	margin-top: 0;
}
.cv-area::after {
	content: "";
	background-image: url(../img/thanks-top.png);
	background-repeat:no-repeat;
	background-size: cover;
	height: 320px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.cv-area .campaign-bnr {
	position: relative;
	padding-top: 170px;
}
.cv-area a.btn-cv {
	display: block;
	height: auto;
	background-color: #FE3219;
	border: 1px solid #62290B;
	border-radius: 20px;
	padding: 20px 0 23px 0;
	box-shadow: 0 8px 0 0 rgba(98,41,11,1),
		0px 6px 0px 0px rgba(92,50,18,0.4);
	overflow: hidden;
	position: relative;
	transition: .3s;
}
.cv-area a.btn-cv .btn-txt {
	position: relative;
	font-size: 2.6rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	z-index: 999;
}
.cv-area a.btn-cv .btn-txt > span {
	display: block;
	color: #FFE65D;
	font-size: 2rem;
}
.cv-area a.btn-cv::before {
	content: "";
	position: absolute;
	background-color: rgba(255,136,160,.6);
	width: 100%;
	height: 50px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	border: none;
	top: 1px;
	right: 0;
	left: 1px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 50% 60%;
	border-bottom-right-radius: 50% 60%;
	margin-top: 0;
}
.cv-area a.btn-cv .arw {
	position: absolute;
	top: 50%;
	right: 40px;
	margin-top: -5px;
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


@media screen and (max-width: 750px) {
	.cv-section {
		margin-top: 0;
	}
    .cv-area {
        padding: 0 15px 30px;
		margin-top: 0;
		height: 100vh;
    }
	.cv-area::after {
		height: 160px;
		height: 42.667vw;
	}
	.cv-area .campaign-bnr {
		padding-top: 85px;
		padding-top: 22.933vw;
	}
	.cv-area a.btn-cv {
		border-radius: 15px;
	}
	.cv-area a.btn-cv::before {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	.cv-area a.btn-cv .btn-txt {
		font-size: 2.1rem;
		letter-spacing: 0;
		line-height: 1.3;
	}
	.cv-area a.btn-cv .btn-txt > span {
		font-size: 1.7rem;
	}
	.cv-area a.btn-cv .arw {
		right: 15px;
		width: 10px;
		height: 10px;
	}
}


/**********************************************************

Animation

**********************************************************/
.section-animate::after {
	display: block;
	content: "";
	position:fixed;
	z-index: 999;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	transform: scaleX(0);
	background-color: #FE6820;
	animation-name:page-switch-anim;
	animation-duration:1s;
	animation-timing-function:ease-in-out;
	animation-fill-mode:forwards;
}

@keyframes page-switch-anim {
	0% {
		transform-origin:right;
		transform:scaleX(0);
		background-color: #FEC220;
	}
	50% {
		transform-origin:right;
		transform:scaleX(1);
		background-color: #FEC220;
	}
	50.001% {
		transform-origin:left;
	}
	100% {
		transform-origin:left;
		transform:scaleX(0);
	}
}


.hide {
  display: none;
}