@charset "utf-8";

html {
	height: 100%;
	width: 100%;
	font-size: 13px;
}

body {
	height: 100%;
	width: 100%;
}

.pc {
	display: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#wrapper {
	margin-top: 35px;
}

#correctWrap {
	margin-top: 35px;
}

.disnon {
	display: none;
}

.main {
	padding: 0 10px;
}

img {
	width: 100%;
}

.mainVisual {
	padding-bottom: 20px;
}

#extension {
	padding: 0 0 50px;
}

#catch {
	text-align: center;
}

.socialBtn {
	padding-bottom: 50px;
	display: inline-block;
}

.tw {
	line-height: 1;
	float: left;
	padding-right: 10px;
}

.fb {
	line-height: 1;
	float: left;
}

.readTxt {
	padding-bottom: 50px;
}

/* グロナビ */
#spHeader {
	width: 100%;
	height: 35px;
	position: fixed;
	top: 0;
	left: 0;
	background: #30291a;
	z-index: 9998;
}

#spLogo {
	float: left;
	padding: 3px 0 0 3%;
}

#spLogo img {
	width: 58px;
}

#spMenuBtn {
	float: right;
	padding: 6px 3% 0 0;
}

#spMenuBtn img {
	width: 32px;
}

#subFv {
	padding: 20px;
}

#pageTop {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 9990;
}

#pageTop img {
	width: 42px;
	height: 42px;
}

.topTit {
	text-align: center;
	padding-bottom: 20px;
}

.topTit img {
	max-height: 90px;
	width: auto;
	max-width: 100%;
}

#menu {
	width: 100%;
	position: absolute;
	top: 35px;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9999;
}

#menu li {
	border-bottom: 1px #FFFFFF dotted;
}

#menu li a {
	width: 100%;
	display: block;
	color: #FFFFFF;
	font-size: 115%;
	padding: 10px 0 10px 30px;
}

#twSearch {
	padding: 0 10px 50px;
}

/* 旅の極意 */
#faWrap {
	width: 100%;
	margin-bottom: 80px;
	min-height: 252px;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../images/sp_gokui_close.png) center 30px no-repeat;
	-webkit-background-size:  322px 180px;
	background-size: 322px 180px;
	border: 4px #fe2448 solid;
	position: relative;
}

#faInput{
	padding-top: 110px;
	text-align: center;
}

#faInput input{
	font-size: 130%;
	-webkit-appearance: none;
	-webkit-border-radius : 0;
	background: #FFFFFF;
	border: 2px #CCCCCC solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#faBtn {
	width: 80%;
	margin: 30px auto 0;
}

#credit {
	padding-bottom: 50px;
}

.creditList {
	text-align: center;
}

.creditList li {
	padding-bottom: 30px;
}

.creditTit {
	font-weight: bold;
	color: #999999;
}

.snsCorrect {
	text-align: center;
	padding-bottom: 50px;
}

/* 練習問題 */
#praWrap {
	padding-bottom: 80px;
}

#practiceTxt {
	padding-bottom: 30px;
}

#praInput span {
	display: inline-block;
	padding-right: 10px;
}

#praInput span img {
	height: 20px;
	width: auto;
	padding-bottom: 5px;
}

#praInput {
	display: inline-block;
	width: 75%;
	vertical-align: bottom;
}

#praInput input {
	width: 100%;
	font-size: 130%;
	padding: 5px;
	-webkit-appearance: none;
	-webkit-border-radius : 0;
	background: #FFFFFF;
	border: 2px #CCCCCC solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#praBtn {
	display: inline-block;
	width: 18%;
	vertical-align: bottom;
}

#praBtn img {
	width: auto;
	height: 35px;
}

#hintLink {
	padding: 15px 10px;
	margin: 0 0 40px 0;
	text-align: center;
	display: inline-block;
	border-top: 1px #60d0fa solid;
	border-bottom: 1px #60d0fa solid;
}

#hintLink a {
	color: #60d0fa;
	font-size: 125%;
	font-weight: bold;
}

/* トップヒント */
#hintWrap {
	width: 100%;
	margin-bottom: 80px;
	min-height: 252px;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../images/sp_hint_tit.png) center 30px no-repeat;
	-webkit-background-size:  148px 54px;
	background-size: 148px 54px;
	border: 4px #00a0e9 solid;
	position: relative;
}

#hintInput{
	padding-top: 95px;
	text-align: center;
}

#hintTxt {
	line-height: 1.2;
	padding-bottom: 10px;
}

#hintInput input{
	font-size: 130%;
	-webkit-appearance: none;
	-webkit-border-radius : 0;
	background: #FFFFFF;
	border: 2px #CCCCCC solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#hintBtn {
	width: 80%;
	margin: 10px auto 0;
}

.comingsoon {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.comingsoon img {
	width: 100%;
}

#news {
	padding: 0 10px 80px;
}

.twitter {
	padding-bottom: 50px;
}

.twTit {
	text-align: center;
	padding: 0 10px 10px 10px;
}

.twTit img {
	width: auto;
	height: 60px;
}

#desc {
	padding-bottom: 50px;
}

.aboutTit {
	padding-bottom: 10px;
}

#aboutLeft {
	padding-bottom: 10px;
}

#aboutRight {
	padding-bottom: 50px;
	text-align: center;
}

#aboutRight img {
	width: 100%;
}

.contactTxt {
	padding-bottom: 30px;
	text-align: center;
	font-size: 1.077rem;
	line-height: 1.5;
}

.contactTxt a {
	color: #FFFFFF;
}

footer {
	padding: 0 0 40px 0;
	text-align: center;
}

footer h3 {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 10px;
}

.logoArea {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 20px;
}

.logoArea img {
	width: auto;
}

.logo {
	margin-bottom: 20px;
	display: inline-block;
	width: 47%;
	text-align: center;
	vertical-align: middle;
}

#loveFmLogo {
	width: 100%;
}

#piaLogo {
	max-height: 45px;
}

#scrapLogo {
	max-height: 20px;
}

#nishitetsuLogo {
	max-height: 45px;
}

.copyright {
	padding-bottom: 10px;
	line-height: 1.2;
	font-size: 0.769rem;
}

#icon {
	width: 40%;
	margin: 50px auto ;
}

#incorrect {
	width: 70%;
	margin: 50px auto ;
	padding-bottom: 30px;
}

#correct {
	padding-bottom: 100px;
}

a#backbtn {
	margin-bottom: 100px;
	display: inline-block;
	text-align: center;
}

a#backbtn img {
	width: 80%;
}

/*遊び方*/
#play {
	padding-bottom: 80px;
}

.arrow {
	padding-bottom: 40px;
	margin-bottom: 20px;
	background: url(../images/arrow.png) center bottom no-repeat;
	-webkit-background-size: 46px 25px;
	background-size: 46px 25px;
}

.stepLeft {
	text-align: center;
}

.stepRight h4 {
	font-size: 150%;
	font-weight: bold;
}

.stepRight p {
	line-height: 130%;
	font-size: 115%;
}

.stepImg1 {
	width: auto;
	height: 84px;
}

.stepImg2 {
	width: auto;
	height: 84px;
}

.stepImg3 {
	width: auto;
	height: 83px;
}

.stepImg4 {
	width: auto;
	height: 87px;
}

.stepImg5 {
	width: auto;
	height: 74px;
}

/*購入方法*/
#buyList {
	margin-bottom: 50px;
}

#buyList dt {
	padding-bottom: 5px;
}


#buyList dd {
	font-size: 115%;
	padding-bottom: 30px;
	line-height: 130%;
}

#buyList dt img {
	height: 20px;
	width: auto;
}

#buyPrice {
	padding: 20px 0;
	font-size: 130%;
	font-weight: bold;
}

#buyPrice span {
	font-size: 130%;
}

/*ヒント*/
#qaa {
	padding-bottom: 80px;
}

.qaaBox {
	padding-bottom: 30px;
}

.qaaBox h4 {
	font-size: 130%;
	line-height: 120%;
	font-weight: bold;
	padding-bottom: 5px;
}

.qaaBox p {
	font-size: 115%;
	line-height: 130%;
	color: #d2d2d2;
}

.qaaBox a {
	color: #d2d2d2;
	text-decoration: underline;
}

/*注意事項*/
#cautions {
	padding-bottom: 80px;
}

#cautionsIn li {
	padding: 0 0 20px 24px;
	font-size: 115%;
	line-height: 130%;
}

#num1 {
	background: url(../images/num1.png) left top no-repeat;
	-webkit-background-size: 19px;
	background-size: 19px;
}

#num2 {
	background: url(../images/num2.png) left top no-repeat;
	-webkit-background-size: 19px;
	background-size: 19px;
}

#num3 {
	background: url(../images/num3.png) left top no-repeat;
	-webkit-background-size: 19px;
	background-size: 19px;
}

#num4 {
	background: url(../images/num4.png) left top no-repeat;
	-webkit-background-size: 19px;
	background-size: 19px;
}

#num5 {
	background: url(../images/num5.png) left top no-repeat;
	-webkit-background-size: 19px;
	background-size: 19px;
}

#num6 {
	background: url(../images/num6.png) left top no-repeat;
	-webkit-background-size: 19px;
	background-size: 19px;
}

#num7 {
	background: url(../images/num7.png) left top no-repeat;
	-webkit-background-size: 19px;
	background-size: 19px;
}

#num8 {
	background: url(../images/num8.png) left top no-repeat;
	-webkit-background-size: 19px;
	background-size: 19px;
}

#num9 {
	background: url(../images/num9.png) left top no-repeat;
	-webkit-background-size: 19px;
	background-size: 19px;
}

#num10 {
	background: url(../images/num10.png) left top no-repeat;
	-webkit-background-size: 19px;
	background-size: 19px;
}

#num11 {
	background: url(../images/num11.png) left top no-repeat;
	-webkit-background-size: 19px;
	background-size: 19px;
}


/* ヒント */
/* -------------------------------------------------- */
#hintOuter{
	margin: 100px 0 100px 0;
	position: relative;
}

#hintOuter:after {
	content: "";
	width: 8px;
	height: 100%;
	background: #FFFFFF;
	position: absolute;
	top: 0;
	left: 9%;
	margin-left: -5px;
	z-index: 1;
}

#hintWrapper {
	height: 100%;
	width: 100%;
	position: relative;
}

#hintWrapper:after {
	height: 100%;
	width: 100%;
	position: relative;
}

#hintWrapper:before{
	content: ".";
	width: 18px;
	height: 81px;
	margin-left: -18px;
	background: url(../images/hint/start_sp.png) 0 0 no-repeat;
	position: absolute;
	top: -70px;
	left: 11.5%;
	text-indent: -100%;
	z-index: 20;
	-webkit-background-size: 18px 81px;
	background-size: 18px 81px;
}

#hintWrapper:after{
	content: ".";
	width: 18px;
	height: 75px;
	margin-left: -18px;
	background: url(../images/hint/goal_sp.png) 0 0 no-repeat;
	position: absolute;
	bottom: -65px;
	left: 11.5%;
	text-indent: -100%;
	z-index: 20;
	-webkit-background-size: 18px 75px;
	background-size: 18px 75px;
}


.hintBoxLeft,
.hintBoxRight {
	padding: 0 20px 10px 14%;
}

.leftHintPage,
.rightHintPage {
	display: block;
	text-align: left;
	padding-bottom: 10px;
}

.leftHintPage img,
.rightHintPage img {
	width: auto;
	height: 20px;
}

.leftHintTit,
.rightHintTit {
	display: block;
	padding-bottom: 20px;
}

.leftHintTit img,
.rightHintTit img {
	width: auto;
	height: 18px;
}

.hintBtn li,
.rightHintBtn li {
	padding-bottom: 10px;
}

.hintBtn img,
.rightHintBtn img {
	width: auto;
	height: 35px;
}

.hint1 {
	padding: 50px 0 50px;
	position: relative;
	overflow: hidden;
	clear: both;
}

.hint1:after {
	content: ".";
	width: 18px;
	height: 18px;
	margin-left: -18px;
	background: url(../images/hint/circle_sp.png) 0 0 no-repeat;
	position: absolute;
	top: 55px;
	left: 11.5%;
	text-indent: -100%;
	z-index: 10;
	-webkit-background-size: 18px;
	background-size: 18px;
}

.hint2 {
	padding: 0 0 50px;
	position: relative;
	clear: both;
	overflow: hidden;
}

.hint2:after {
	content: ".";
	width: 18px;
	height: 18px;
	margin-left: -18px;
	background: url(../images/hint/circle_sp.png) 0 0 no-repeat;
	position: absolute;
	top: 5px;
	left: 11.5%;
	text-indent: -100%;
	z-index: 10;
	-webkit-background-size: 18px;
	background-size: 18px;
}

.hint3 {
	padding: 0 0 50px;
	position: relative;
	clear: both;
	overflow: hidden;
}

.hint3:after {
	content: ".";
	width: 18px;
	height: 18px;
	margin-left: -18px;
	background: url(../images/hint/circle_sp.png) 0 0 no-repeat;
	position: absolute;
	top: 5px;
	left: 11.5%;
	text-indent: -100%;
	z-index: 10;
	-webkit-background-size: 18px;
	background-size: 18px;
}

.hint4 {
	padding: 0 0 50px;
	position: relative;
	clear: both;
	overflow: hidden;
}

.hint4:after {
	content: ".";
	width: 18px;
	height: 18px;
	margin-left: -18px;
	background: url(../images/hint/circle_sp.png) 0 0 no-repeat;
	position: absolute;
	top: 5px;
	left: 11.5%;
	text-indent: -100%;
	z-index: 10;
	-webkit-background-size: 18px;
	background-size: 18px;
}

.hint5 {
	padding: 0 0 50px;
	position: relative;
	clear: both;
	overflow: hidden;
}

.hint5:after {
	content: ".";
	width: 18px;
	height: 18px;
	margin-left: -18px;
	background: url(../images/hint/circle_sp.png) 0 0 no-repeat;
	position: absolute;
	top: 5px;
	left: 11.5%;
	text-indent: -100%;
	z-index: 10;
	-webkit-background-size: 18px;
	background-size: 18px;
}

.rightHintPage.star {
	margin-left: -4px;
}

.rightHintPage.star img {
	width: 24px;
	height: 23px;
}

/* アンケート */
/* -------------------------------------------------- */
.queBtn {
	width: 80%;
	margin: 0 auto 80px;
}

#queWrap {
	margin: 0 auto 50px;
	padding: 0 20px;
	font-size: 110%;
}

#requiredDesc {
	color: #FD1F46;
	font-size: 90%;
}

.required {
	color: #FD1F46;
}

.queSection {
	padding: 0 0 30px 0;
	color: #CCCCCC;
}

.queSection h5 {
	font-weight: bold;
	color: #FFFFFF;
}

#queWrap input[type=text],#queWrap input[type=email] {
	font-size: 110%;
	-webkit-border-radius : 0;
	-webkit-appearance : none;
	background: #FFFFFF;
	border: 2px #CCCCCC solid;
}

#queWrap input[type=image] {
	-webkit-border-radius : 0;
	-webkit-appearance : none;
}

#queWrap select {
	font-size: 110%;
	padding-right: 10px;
	-webkit-border-radius : 0;
	-webkit-appearance : none;
	border: 2px #CCCCCC solid;
	background: url(../images/select_arrow.png) 99% center no-repeat #FFFFFF;
	-webkit-background-size: 7px 6px;
	background-size: 7px 6px;
}

#queWrap textarea {
	font-size: 110%;
	-webkit-border-radius : 0;
	-webkit-appearance : none;
	background: #FFFFFF;
	border: 2px #CCCCCC solid;
}

.ageInput {
	width: 3em;
	text-align: right;
}

.formTitle {
	font-size: 90%;
}

.maxInput {
	width: 100%;
}

.midInput {
}

.textArea {
	width: 100%;
	height: 15em;
}

#submitBtn {
	text-align: center;
}

#queEndTxt {
	font-size: 110%;
	padding: 0 20px;
	margin-bottom: 50px;
	line-height: 1.4;
}

#topBackBtn {
	width: 80%;
	text-align: center;
	margin: 0 auto 50px;
}

#buykit {
	width: 100%;
}

.radioWrap li {
	padding-bottom: 10px;
}

#queTxt {
	width: 70%;
	margin: 0 auto 20px;
}

#special {
	padding-bottom: 50px;
}

#specialBnr li {
	background: #FFFFFF;
	margin-bottom: 10px;
}

/* Y氏対談 */
/* -------------------------------------------------- */
html {
}

body.talk {
	position: relative;
	background: #FFFFFF;
}

body.talk:after {
	content: "";
	display: block;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	background: url(../images/talk_bg.png) center bottom no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

#talkWrap {
	width: 100%;
	margin: 0 auto;
	color: #000000;
}


#talkFooter {
	padding: 30px;
}

#talkFooterIn {
	background: rgba(0,0,0,0.6);
	color: #FFFFFF;
}

#talkFooterIn h3 img {
	width: 90%;
	margin: 0 auto;
}

.talk .snsCorrect {
	padding: 0;
}

#talkFooterIn #contactArea {
	margin: 0;
	padding: 30px 0;
}


.talk h1 {
	width: 80%;
	margin: 30px auto 50px;
}

.talk h1 img {
	width: 100%;
}

.talk h2 {
	width: 90%;
	margin: 0 auto 20px;
}

.talk h2 img {
	width: 100%;
}

.talkLead {
	padding: 0 20px;
	margin-bottom: 80px;
	text-align: center;
	font-size: 1.231em;
}

.talkLead p {
	padding-bottom: 1em;
}

.talkSection {
	padding: 0 10px;
	font-size: 1.154em;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.talkSecIn {
	text-align: left;
}

.ym {
	min-height: 96px;
	padding: 0 0 90px 90px;
	background: url(../images/talk_icon_yoshimura.png) left top no-repeat;
	-webkit-background-size: 79px 96px;
	background-size: 79px 96px;
}

.mrY {
	min-height: 96px;
	padding: 0 0 90px 90px;
	background: url(../images/talk_icon_y.png) left top no-repeat;
	-webkit-background-size: 79px 96px;
	background-size: 79px 96px;
}

.numIcon {
	position: relative;
	margin-bottom: 50px;
	line-height: 1.2;
}

.numIcon:after {
	content: "";
	width: 100px;
	height: 5px;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -50px;
}

.talk .que1 {
	display: inline-block;
	width: auto;
	min-height: 50px;
	font-size: 1.231em;
	padding: 0 0 30px 30px;
	background: url(../images/talk_que1_icon.png) left top no-repeat;
	font-weight: bold;
	-webkit-background-size: 22px;
	background-size: 22px;
}

.talk .que2 {
	display: inline-block;
	width: auto;
	min-height: 50px;
	font-size: 1.231em;
	padding: 0 0 30px 30px;
	background: url(../images/talk_que2_icon.png) left top no-repeat;
	font-weight: bold;
	-webkit-background-size: 22px;
	background-size: 22px;
}

.talk .que3 {
	display: inline-block;
	width: auto;
	min-height: 50px;
	font-size: 1.231em;
	padding: 0 0 30px 30px;
	background: url(../images/talk_que3_icon.png) left top no-repeat;
	font-weight: bold;
	-webkit-background-size: 22px;
	background-size: 22px;
}

.talk .que4 {
	display: inline-block;
	width: auto;
	min-height: 50px;
	font-size: 1.231em;
	padding: 0 0 30px 30px;
	background: url(../images/talk_que4_icon.png) left top no-repeat;
	font-weight: bold;
	-webkit-background-size: 22px;
	background-size: 22px;
}

.talk .que5 {
	display: inline-block;
	width: auto;
	min-height: 50px;
	font-size: 1.231em;
	padding: 0 0 30px 30px;
	background: url(../images/talk_que5_icon.png) left top no-repeat;
	font-weight: bold;
	-webkit-background-size: 22px;
	background-size: 22px;
}

#officialLink p {
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 1.385em;
}

#officialLinkBtn {
	margin-bottom: 50px;
	text-align: center;
}

#officialLinkBtn img {
	width: 50%;
}

.talk .contactTxt {
	padding: 0;
}

.talk .copyright {
	padding: 10px;
}

#mrYLinkWrap {
	margin-bottom: 80px;
}

#mrYLink {
	text-align: center;
}

#mrYLink a {
	width: 80%;
	padding: 10px 30px;
	display: inline-block;
	border: 4px #000000 solid;
	color: #FFFFFF;
	background: #000;
}

#blogTit {
	font-weight: bold;
	font-size: 1.385em;
}

#blogLink {
	display: inline-block;
}