﻿@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
}

html {
	width:100%;
}

body {
	width:100%;
	background-color: #ffffff;
	font-family: "MS UI Gothic", sans-serif;
    -webkit-user-select: none;
	-ms-touch-action: none;
	overflow-x: hidden;	
}

canvas {
	display: block;
}

.hideScrollbar::-webkit-scrollbar {
	display: none;
}

#compass_contents {
	width: 750px;
	line-break: normal;
}


/*******************************************************************************
共通
*******************************************************************************/
#btnBack {
	position: absolute;
	left: 45px;
	top: 31px;
}

#logoS {
	position: absolute;
	left: 214px;
	top: 27px;
	width: 321px;
	height: 59px;
}

#forWebFontLoad {
	display: none;
	font-family: "MaruminYoshino StdN R";
}


/*******************************************************************************
背景（空）
*******************************************************************************/
#skyBg {
	position: fixed;
	left: 0;
	top: 0;
	width: 750px;
	height: 100vh;
	z-index: -10;
}

#skyBg #bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 750px;
	height: 100%;
	background-image: url("./img/skybg_back.jpg");
	background-size: cover;
}

#skyBg #cloudLayer {
	position: absolute;
	left: 0;
	top: 0;
	width: 750px;
	height: 100%;
	overflow: hidden;
}

#skyBg #fg {
	position: absolute;
	left: 0;
	top: -140px;
}

/*******************************************************************************
コンパス
*******************************************************************************/
#compass #base {
	position: relative;
}

#compass #hand {
	filter: drop-shadow(0px 6px 2px #999999);
	position: absolute;
	left: 288px;
	top: 374px;
}

#compass #hand #handImg {
	position: relative;
	left: -60px;
	top: -228px;
}

#compass #core {
	position: absolute;
	left: 276px;
	top: 364px;
}

#compass #eyeImg {
	position: absolute;
	left: 163px;
	top: 245px;
}

#compass #eyeImg #eyeImgArea {
	position: absolute;
	left: 0;
	top: 0;
	width: 254px;
	height: 255px;
	mask-image: url("./img/eye_mask.png");
	-webkit-mask-image: url("./img/eye_mask.png");
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;	
	overflow: hidden;
}

#compass #eyeImg #cover {
	position: absolute;
	left: 0;
	top: 0;
	mix-blend-mode: soft-light;
	pointer-events: none;
}

#compass #eyeImg #eyeImgArea .eyeImg {
	width: 254px;
	height: 255px;
}

#compass #eyeTxt {
	position: absolute;
	left: 83px;
	top: 633px;
}

#compass #eyeTxt #txtArea {
	position: absolute;
	left: 0px;
	top: 10px;
	width: 396px;
	height: 47px;
	overflow: hidden;
}

#compass #eyeTxt #txtArea .txtImg {
	width: 396px;
	height: 47px;
	display: flex;
	justify-content: center;
	align-items: center;
}


.forAnalyzing {
	animation-duration: 5s;
	animation-name: forAnalyzing;
}

@keyframes forAnalyzing {
	5% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(720deg);
	}
}

/*******************************************************************************
セレクタ
*******************************************************************************/
.selectorCtrl #wrap {
	position: relative;
	width: 750px;
	height: 660px;
	padding-top: 100px;
	overflow-x: hidden;
}


/*******************************************************************************
スタート画面
*******************************************************************************/
#startPage #logo {
	position: relative;
	padding-left: 102px;
	padding-top: 42px;
	padding-bottom: 22px;
}

#startPage #icon {
	position: absolute;
	left: 508px;
	top: 180px;
}

#startPage #compass {
	position: relative;
	margin-left: 94px;	
}

#startPage #txt {
	position: relative;
	padding-left: 14px;	
	padding-top: 72px;
	padding-bottom: 28px;
}

#startPage #btn {
	position: relative;
	padding-left: 122px;	
	padding-bottom: 40px;
}

#startPage #commentRed {
	width: 540px;
	font-size: 26px;
	line-height: 38px;
	text-align: left;
	margin: auto;
	word-break: break-all;

	color: #f00;
	font-weight: bold;
	margin-bottom: 30px;
}

#startPage #bannerArea {
	position: relative;
	width: 750px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 40px;
}

#startPage #banner {
	padding-bottom: 20px;
}


/*******************************************************************************
Howto画面
*******************************************************************************/
#howtoPage #title {
	position: absolute;
	left: 156px;	
	top: 117px;
}

#howtoPage #selector {
	position: absolute;
	left: 0;
	top: 190px;
}

#howtoPage #indicator {
	position: absolute;
	width: 120px;
	left: 375px;
	top: 876px;
	transform: translateX(-50%);
}

#howtoPage #btnStart {
	position: absolute;
	left: 122px;	
	top: 947px;
}

/*----------------
利用規約
----------------*/
#howtoPage #kiyakuLayer {
	position: relative;
	left: 30px;
	top: 130px;
	width: 690px;
	margin-bottom: 100px;
	background-color: #ffffff;
	border: solid 2px #000000;
	text-align: center;
	padding-bottom: 85px;
}

#howtoPage #kiyakuLayer #dlgTitle {
	position: relative;
	top: 0;
	padding-top: 60px;
}

#howtoPage #kiyakuLayer #label1 {
	padding-top: 65px;
	padding-bottom: 30px;
}

#howtoPage #kiyakuLayer #caution {
	color: #000000;
	font-size: 28px;
	line-height: 46px;
	padding-left: 50px;
	padding-right: 50px;
	text-align: left;
}

#howtoPage #kiyakuLayer #label2 {
	padding-top: 65px;
	padding-bottom: 30px;
}

#howtoPage #kiyakuLayer #kiyaku {
	margin-left: 40px;
	margin-right: 40px;
	height: 380px;
	border: solid 1px #999999;
	overflow-y: auto;
	padding: 30px 20px 30px 20px;
	color: #000000;
	font-size: 26px;
	line-height: 46px;
	text-align: left;
	-webkit-overflow-scrolling: touch;
}

#kiyaku .title {
	color: #be8a3a;
	font-size: 28px;
	font-weight: bold;
}

#kiyaku .head {
	font-weight: bold;
	padding-bottom: 0;
}

#howtoPage #kiyakuLayer #agree {
	position: relative;
	margin-top: 50px;
	margin-left: 185px;
	text-align: left;
}

#howtoPage #kiyakuLayer #chk {
	position: absolute;
	top: 10px;
	left: 9px;
}


/*******************************************************************************
撮影画面
*******************************************************************************/
#snapPage #titleArea {
	position: absolute;
	left: 0;
	top: 118px;
	width: 750px;
	text-align: center;
	z-index: 10;
}

#snapPage #infoAreaU {
	position: absolute;
	left: 0;
	top: 241px;
	width: 750px;
	text-align: center;
}

#snapPage #infoAreaD {
	position: absolute;
	left: 0;
	top: 730px;
	width: 750px;
	text-align: center;
}

#snapPage #canvas {
	position: absolute;
	left: 95px;
	top: 340px;
	width: 560px;
	height: 560px;
	background: #ffffff
}

#snapPage #previewArea {
	position: absolute;
	left: 95px;
	top: 340px;
	width: 560px;
	height: 560px;
	border: solid 2px #000000;
}

#snapPage #previewArea #guide {
	position: absolute;
	left: 89px;
	top: 41px;
}

#snapPage #resultArea {
	position: absolute;
	left: 150px;
	top: 243px;
	width: 450px;
	height: 450px;
	border: solid 2px #000000;
}

#snapPage #resultImg {
	width: 100%;
	height: 100%;
}

#snapPage #btnSnap {
	position: absolute;
	left: 122px;
	top: 946px;
}

#snapPage #btnNext {
	position: absolute;
	left: 122px;
	top: 830px;
}

#snapPage #btnRetry {
	position: absolute;
	left: 122px;
	top: 946px;
}

/*----------------
エラー表示関連
----------------*/
#snapPage #errBg {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
}

#snapPage #errImg {
	position: absolute;
	left: 257px;
	top: 235px;
	mix-blend-mode: multiply;	
}

#snapPage #errTxtArea {
	position: absolute;
	left: 0;
	top: 580px;
	width: 750px;
	height: 170px;
	font-size: 28px;
	line-height: 46px;
	color: #000000;	
	text-align: center;
}

#snapPage #errBtnBack {
	position: absolute;
	left: 122px;
	top: 830px;
}


/*******************************************************************************
質問画面
*******************************************************************************/
#enquetePage #questionArea {
	position: absolute;
	left: 0;	
	top: 122px;
	width: 750px;
	text-align: center;
}

#enquetePage #btnFix {
	position: absolute;
	left: 122px;	
	top: 947px;
}

#enquetePage #selector {
	position: absolute;
	left: 0;
	top: 130px;
}

#enquetePage #selector .label {
	position: absolute;
	left: 64px;
	top: -35px;
	width: 372px;
	height: 70px;
	background-image: url("./img/enquete_labelBase.png");
	color: #ffffff;
	font-family: "MaruminYoshino StdN R";
	font-size: 33px;
	letter-spacing: 0.025em;
	line-height: 70px;
	text-align: center;
}

#enquetePage #indicator {
	position: absolute;
	left: 375px;
	top: 780px;
}

#enquetePage #indicator #img {
	width: 114px;
	height: 114px;
	border-radius: 57px;
	border: solid 2px #000000;
	margin-right: 2px;	/* iOS Retinaで表示が欠ける点の対応 */	
}

#enquetePage #indicator #nonActive {
	position: absolute;
	left: 0;
	top: 0;
	width: 114px;
	height: 114px;
	border-radius: 57px;
	background-color: rgba(0, 0, 0, 0.4);
	pointer-events: none;
}

#enquetePage #indicator #active {
	position: absolute;
	left: -10px;
	top: -10px;
	width: 132px;
	height: 132px;
	background-image: url("./img/enquete_indicator_active.png");
	pointer-events: none;
}


/*******************************************************************************
分析中画面
*******************************************************************************/
#analyzingPage #title {
	position: absolute;
	left: 126px;	
	top: 117px;
}

#analyzingPage #txt {
	position: absolute;
	left: 89px;	
	top: 243px;
}

#analyzingPage #compass {
	position: absolute;
	left: 94px;	
	top: 312px;
}


/*******************************************************************************
結果画面
*******************************************************************************/
#resultPage {
	background-color: #faf8e9;
	width: 750px;
	overflow-x: hidden;
}

#resultPage .line {
	height: 8px;
	background-image: url("./img/result_line.png");
	background-repeat: repeat-x;
	background-position-y: 50%;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

#resultPage #resultLayer #compass {
	position: relative;
	margin-left: 94px;
}

#resultPage #resultLayer #title {
	position: absolute;
	left: 126px;
	top: 116px;
}

#resultPage #resultLayer #resultArea {
	position: relative;
	margin-top: 140px;
	margin-left: 30px;
	width: 690px;
	background-color: #ffffff;
	border: solid 2px #000000;
}

#resultArea #label {
	position: absolute;
	left: 102px;
	top: -44px;
}

#resultArea #resultItemTitle {
	padding-left: 99px;
	padding-top: 40px;
}


/*----------------
背景
----------------*/
#resultBg {
	width: 750px;
	height: 100%;
	padding-top: 146px;
	background-repeat: repeat;
	background-position-y: -140px;
	background-color: #f3f0e8;
}

#resultBg #fg {
	position: absolute;
	left: 0;
	top: -140px;
}

/*----------------
分析結果／グラフ
----------------*/
#resultGraph {
	position: relative;
	margin-top: 120px;
	width: 690px;
	height: 240px;
}

#resultGraph #graphLabel1 {
	position: absolute;
	left: 56px;
	top: 0;
}

#resultGraph #graphMemori1 {
	position: absolute;
	left: 234px;
	top: 8px;
}

#resultGraph #graphTxt1 {
	position: absolute;
	top: 64px;
	width: 100px;
	font-size: 36px;
	letter-spacing: -0.04em;
	text-align: center;
	transform: translateX(-50%);
}

#resultGraph #graphLabel2 {
	position: absolute;
	left: 68px;
	top: 165px;
}

#resultGraph #graphMemori2 {
	position: absolute;
	left: 234px;
	top: 155px;
}

#resultGraph #graphTxt2 {
	position: absolute;
	top: 64px;
	width: 200px;
	font-size: 28px;
	font-family: "MaruminYoshino StdN R";
	letter-spacing: -0.04em;
	text-align: center;
	transform: translateX(-50%);
}

#resultGraph .mark {
	position: absolute;
	top: -3px;
	transform: translateX(-50%);
}

/*----------------
分析結果／スタイル
----------------*/
#resultStyle {
	position: relative;
	margin-top: 36px;
	width: 690px;
	height: 300px;
}

#resultStyle #styleLabel {
	position: absolute;
	left: 90px;
	top: 54px;
}

#resultStyle #styleNameArea {
	position: absolute;
	left: 55px;
	top: 140px;
	width: 266px;
	height: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#resultStyle #styleNameArea #styleName {
	width: 180px;
	height: 100%;
	font-family: "MaruminYoshino StdN R";
	font-size: 28px;
	letter-spacing: 0.025em;
	word-wrap: break-word;
	word-break: keep-all;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

#resultStyle #styleImgArea {
	position: absolute;
	left: 362px;
	top: 0;
	width: 260px;
	height: 260px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#resultStyle #styleImgArea #styleImg {
	width: 250px;
	height: 250px;
	border-radius: 125px;
}

#resultStyle #styleImgArea #circleImg {
	position: absolute;
	left: 0;
	top: 0;
	width: 260px;
	height: 260px;
}

/*----------------
おすすめアイテム
----------------*/
#resultItem {
	position: relative;
	width: 690px;
	text-align: center;
	margin-top: 70px;
}

#resultItem #biruiArea {
	width: 320px;
	height: 45px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
	padding-bottom: 54px;
}

#resultItem #biruiArea #biruiTxt {
	font-family: "MaruminYoshino StdN R";
	font-size: 28px;
	letter-spacing: 0.025em;
	text-align: center;
	line-height: 45px;
}

#resultItem #itemImgArea {
	position: relative;
}

#resultItem #itemImgArea #itemImg {
	width: 500px;
	height: 500px;
	border: solid 2px #be8a3a;
}

#resultItem #itemImgArea #btnLeft {
	position: absolute;
	left: 30px;
	top: 200px;
}

#resultItem #itemImgArea #btnRight {
	position: absolute;
	left: 570px;
	top: 200px;
}

#resultItem #itemImgArea #indicator {
	margin-top: 30px;
}

#resultItem #itemNameArea {
	width: 500px;
	font-size: 28px;
	letter-spacing: 0.03em;
	text-align: center;
	word-wrap: break-word;
	word-break: keep-all;
	padding-top: 25px;
	padding-bottom: 15px;
	margin: auto;
	line-height: 34px;
}

#resultItem #itemPriceArea {
	font-size: 26px;
	letter-spacing: 0.03em;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: baseline;
	margin: auto;
	padding-bottom: 50px;
}

#resultItem #itemPriceArea #withoutTax {
	font-size: 24px;
	padding-left: 0.5em;
}

#resultItem #techArea #techImg{
	margin: auto;
}

#resultItem #techArea #techTxtArea{
	width: 560px;
	font-size: 28px;
	line-height: 46px;
	text-align: left;
	margin: auto;
	padding-bottom: 50px;
}

#resultItem #storeArea {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: auto;
	padding: 0 50px 60px 50px;
}


#resultItem .toggleBtn {
	width: 631px;
	height: 98px;
	font-family: "MaruminYoshino StdN R";
	font-size: 32px;
	letter-spacing: 0.05em;
	color: #ffffff;
	line-height: 98px;
	margin: 10px auto 50px auto;
}

#resultItem .toggleBtn.opened {
	background-image: url("./img/resultItem_btn_opened.png");
}

#resultItem .toggleBtn.closed {
	background-image: url("./img/resultItem_btn_closed.png");
}

/*----------------
シェア
----------------*/
#resultShare  {
	width: 100%;
	text-align: center;
}

#resultShare #resultShareTitle {
	padding-top: 70px;
}

#resultShare #iconArea {
	display: flex;
	justify-content: center;
	align-items: center;
}

#resultShare #iconArea img {
	margin: 50px 40px 50px 40px;
}

#resultShare #imgArea {
	display: flex;
	justify-content: center;
	align-items: center;
}

#resultShare #imgArea img {
	width: 560px;
	border: solid 2px #be8a3a;
}

#resultShare #btnSave {
	margin: 60px auto 70px auto;
}

/*----------------
会員向け
----------------*/
#resultMember {
	width: 100%;
	text-align: center;
	background-color: #fffded;
}

#resultMember #resultMemberTitle {
	padding-top: 70px;
	padding-bottom: 50px;
}

#resultMember #textArea {
	width: 560px;
	font-family: "MaruminYoshino StdN R";
	font-size: 32px;
	line-height: 50px;
	margin: auto;
	text-align: center;
}

#resultMember #info100mile {
	position: relative;
	font-family: "MaruminYoshino StdN R";
	font-size: 32px;
	line-height: 50px;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 10px;
}
#resultMember #info100mile > img {
	margin-bottom: 10px;
}	
#resultMember #info100mile > #label {
	position: absolute;
	top: 3px;
	left: 150px;
	width: 365px;
	font-size: 36px;
	letter-spacing: -0.05em;
	line-height: 50px;
	color: #fff;
}	
#resultMember #info100mile > .get100mile {
	color: #de006e;
}
#resultMember #info100mile > .onlyOnce {
	font-family: "MS UI Gothic", sans-serif;
	font-size: 24px;
}

#resultMember #btnSave {
	margin: 50px auto 50px auto;
}

#resultMember #btnMypage {
	margin: 0 auto 60px auto;
}

#resultMember #commentArea {
	width: 560px;
	font-size: 26px;
	line-height: 46px;
	text-align: left;
	margin: auto;
	padding-bottom: 80px;
	word-break: break-all;
}
#resultMember #commentArea a {
	color: #de006e;
}
#resultMember #commentArea > #commentRed {
	color: #f00;
	font-weight: bold;
	margin-bottom: 15px;
}

/*----------------
TIPS（アイライナ）
----------------*/
#resultPage #resultLayer #tipsArea {
	position: relative;
	margin-top: 60px;
	margin-left: 30px;
	width: 690px;
	background-color: #ffffff;
	border: solid 2px #000000;
	text-align: center;
	padding-bottom: 30px;
}

#tipsArea #tipsTitle {
	padding-top: 100px;
	padding-bottom: 50px;
}

#tipsArea #textArea {
	width: 560px;
	font-family: "MaruminYoshino StdN R";
	font-size: 28px;
	line-height: 46px;
	margin: auto;
	word-break: keep-all;
}

/*----------------
もう１度分析する
----------------*/
#resultPage #retryLayer {
	position: relative;
	width: 100%;
	background-color: #faf8e9;
	text-align: center;
	margin-top: 80px;
}

#retryLayer #retryTitle {
	padding-top: 80px;
	padding-bottom: 50px;
}

#retryLayer #retryTxt1 {
	padding-bottom: 35px;
}

#retryLayer #imgArea {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 20px;
}

#retryLayer #imgArea #item {
	position: relative;
	width: 140px;
	height: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#retryLayer #imgArea #item #img {
	width: 136px;
	height: 136px;
	border-radius: 88px;
}

#retryLayer #imgArea #item #frm {
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
	height: 140px;
}

#retryLayer #btnOther {
	padding-top: 40px;
}

#retryLayer #retryTxt2 {
	padding-top: 80px;
}

#retryLayer #btnRestart {
	padding-top: 40px;
	padding-bottom: 80px;
}

/*----------------
MAJOLIPIA
----------------*/
#resultPage #majolipiaLayer {
	position: relative;
	width: 100%;
	background-color: #faf8e9;
	text-align: center;
	padding-bottom: 65px;
}

#majolipiaLayer #eyelashTxt {
	padding-top: 80px;
	padding-bottom: 55px;
	margin: auto;
}


#majolipiaLayer #eyelashImg {
	margin: auto;
}

#majolipiaLayer #majolipiaBase {
	padding-top: 70px;
	margin: auto;
}

#majolipiaLayer #btnDetail {
	position: absolute;
	top: 1600px;
	left: 120px;
}

/*----------------
履歴表示用
----------------*/
#rirekiHeader {
	position: relative;
	top: -146px;
}

#rirekiHeader #rirekiTitleArea {
	position: relative;
	background-color: #fefdee;
	width: 750px;
	height: 180px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: -2px;	
}

#rirekiHeader #infoArea {
	position: relative;
	font-size: 24px;
	font-weight: bold; 
	color: #e4007f;
	background-image: url(./img/result_rireki_infoBase.png);
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: -2px;	
}

#rirekiHeader #infoArea #date {
	font-size: 36px;
	letter-spacing: 0.025em;
	padding-right: 25px;
}

#rirekiHeader #infoArea #styleName {
	font-family: "MaruminYoshino StdN R";
	font-size: 32px;
}

#retryLayer #forRireki {
	text-align: center;
}

#retryLayer #forRireki #part1 {
	background-color: #dbe7eb;
	padding-top: 90px;
	padding-bottom: 90px;
}

#retryLayer #forRireki #part1 #btn {
	padding-top: 35px;
}

#retryLayer #forRireki #part2 {
	position: relative;
	padding-top: 90px;
	padding-bottom: 90px;
}

#retryLayer #forRireki #part2 #btn1 {
	padding-bottom: 55px;
}



/*******************************************************************************
AW用の追加分
*******************************************************************************/
/*----------------
スタート画面：ポップアップ関連
----------------*/
#startPage #updatePupup {
	position: fixed;
	left: 0;
	top: 0;
}

#startPage #updatePupup #shield {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.7);
}

#startPage #updatePupup #popupContents {
	position: absolute;
	top: 120px;
	left: 30px;
}
#startPage #updatePupup #labelFor100mile {
	position: absolute;
	top: 255px;
	left: 193px;
	width: 365px;
	font-family: "MaruminYoshino StdN R";
	font-size: 36px;
	letter-spacing: -0.05em;
	line-height: 50px;
	text-align: center;
	color: #fff;


}
/*----------------
問診画面：ブルべイエベ関連
----------------*/
#enquetePage #skinEnquete {
	position: absolute;
	left: 30px;
	top: 130px;
	width: 690px;
	height: 744px;
	background-color: #ffffff;
	border: solid 2px #181919;
	text-align: center;
	padding-top: 45px;

}

#skinEnqueteItem {
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 45px;
}

#skinEnqueteItem #skinQuestionArea {
	display: inline-block;
	margin-bottom: 40px;
	vertical-align: baseline;
	font-family: "MaruminYoshino StdN R";
}

#skinEnqueteItem #skinQuestionArea #q {
	display: inline-block;
	color: #be8a3a;
	font-size: 43px;
}

#skinEnqueteItem #skinQuestionArea #txt {
	display: inline-block;
	color: #000000;
	font-size: 28px;
}

#skinEnqueteItem #btnArea {
	margin-left: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 630px;	
}

#skinEnqueteItem .skinEnqueteBtn {
	position: relative;
	width: 300px;
	height: 88px;
	text-align: center;
	line-height: 88px;
}

#skinEnqueteItem .skinEnqueteBtn #bg {
	position: absolute;
	left: 0;
	top: 0;
}

#skinEnqueteItem .skinEnqueteBtn #fg {
	position: relative;
	font-family: "MaruminYoshino StdN R";
	color: #ffffff;
	font-size: 32px;
	letter-spacing: 0.05em;
}

/*----------------
分析結果画面：コンパス関連（ブルベイエベ）
----------------*/
#compass #eyeTxt2 {
	position: absolute;
	top: 633px;
	left: -52px;
}

#compass #eyeTxt2 #txtArea {
	position: absolute;
	left: 0px;
	top: 10px;
	width: 661px;
	height: 47px;
	overflow: hidden;
}

#compass #eyeTxt2 #txtArea .txtImg {
	width: 661px;
	height: 47px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#personalColorLayer {
	position: absolute;
	top: 0;
	left: 0;
}

#personalColorLayer #labelArea {
	position: absolute;
	top: 633px;
	left: -52px;
}

#personalColorLayer #labelArea #labelBase {
	position: absolute;
	top: 0;
	left: 0;
}

#personalColorLayer #labelArea #labelTxt {
	position: absolute;
	top: 2px;
	left: 0;
	font-family: "MaruminYoshino StdN R";
	font-size: 30px;
	letter-spacing: -0.05em;
	width: 661px;
	height: 67px;
	text-align: center;
	line-height: 67px;
}

/*----------------
分析結果画面：おすすめアイテム一覧関連
----------------*/
#ankerArea {
	position: relative;
	width: 100%;
	background: #fffded;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

#ankerArea #lineT {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
}

#ankerArea #lineB {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0;
}

#ankerArea #ankerTitle {
	margin-top: 45px;
	margin-bottom: 40px;
}

#ankerArea #ankerItems {
	padding-bottom: 35px;
}

.ankerItems {
	position: relative;
	display: flex;
	justify-content:center;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-right: 7px;
	padding-left: 7px;
}

.ankerItems .itemBlock {
	position: relative;
	width: 180px;
	height: 225px;
	text-align: center;
	margin-bottom: 28px;
	margin-right: 22px;
	margin-left: 22px;
}

.ankerItems #itemLabel {
	color: #be8a3a;
	font-family: "MaruminYoshino StdN R";
	font-size: 28px;
	letter-spacing: -0.035em;
	display: inline-block;
}

.ankerItems .itemBlock #itemImgArea {
	position: absolute;
	top: 45px;
	width: 180px;
	height: 180px;
}

.ankerItems .itemBlock #itemImgArea img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

/* 221121 */
.ankerItems #eyeshadows {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.ankerItems #eyeshadows > .itemLabel {
}
.ankerItems #eyeshadows > #esItems {
	display: flex;
	width: 100%;
	justify-content: center;
}
.ankerItems #eyeshadows > #esItems .itemBlock {
	display: inline-block;
	height: 190px;
}
.ankerItems #eyeshadows > #esItems #itemImgArea  {
	top: 0;
}


#ankerBar {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fffded;
}

#ankerBar #btn {
	position: absolute;
	top: 26px;
	right: 30px;
}

#ankerBar #items {
	width: 690px;
	margin-left: 30px;
	margin-top: 45px;
	margin-bottom: 45px;
}

#ankerBar #line {
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 100%;
	padding: 0;
}

/*----------------
分析結果画面：アイテム情報関連
----------------*/
#resultItem #biruiArea2 {
	position: relative;
	text-align: center;
	width: 504px;
	height: 67px;
	background-image: url("./img/resultItem_biruiLabelBase.png");
	color: #ffffff;
	font-size: 32px;
	letter-spacing: 0.05em;
	font-family: "MaruminYoshino StdN R";
	line-height: 67px;
	margin: -30px auto 50px auto;
}

#resultItem #techLabel {
	margin-bottom: 40px;
}

/*----------------
分析結果画面：Share画像関連
----------------*/
#resultShare #imgArea2 {
	display: flex;
	justify-content: center;
	align-items: center;
}

#resultShare #imgArea2 img {
	width: 340px;
	border: solid 2px #be8a3a;
}

/*----------------
分析結果画面：限定情報関連
----------------*/
#resultPage #resultLayer #limitedArea {
	position: relative;
	margin-top: 60px;
	margin-left: 30px;
	width: 690px;
	background-color: #ffffff;
	border: solid 2px #000000;
	text-align: center;
	padding-bottom: 30px;
}

#limitedArea #limitedInfo {
	color: #be8a3a;
	font-family: "MaruminYoshino StdN R";
	font-size: 32px;
	margin-top: 80px;
}

#limitedArea #limitedTitle {
	width: 488px;
	height: 99px;
	background-image: url("./img/result_limited_titleBase.png");
	color: #ffffff;
	font-family: "MaruminYoshino StdN R";
	font-size: 28px;
	letter-spacing: -0.035em;
	line-height: 70px;
	display: inline-block;
	margin-bottom: 20px;
	margin-top: 30px;
}

#limitedArea #amazonLabel {
	width: 560px;
	font-family: "MaruminYoshino StdN R";
	font-size: 28px;
	line-height: 46px;
	margin: auto;
	word-break: keep-all;
}

/*----------------
分析結果画面：MAJOLIPIA関連
----------------*/
#majolipiaLayer #btnDetail2 {
	position: absolute;
	top: 1250px;	/* 230210 変更 */
	left: 120px;
}


/*******************************************************************************
3.21更新の追加分
*******************************************************************************/
/*----------------
問診画面：肌悩み
----------------*/
#enquetePage #skinTroubleEnquete {
	position: absolute;
	left: 30px;
	top: 130px;
	width: 690px;
	height: 744px;
	background-color: #ffffff;
	border: solid 2px #181919;
	text-align: center;
}

#skinTroubleEnquete #enqTitle {
	display: inline-block;
	margin-top: 55px;
	margin-bottom: 5px;
	vertical-align: baseline;
	font-family: "MaruminYoshino StdN R";
}

#skinTroubleEnquete #enqTitle #q {
	display: inline-block;
	color: #be8a3a;
	font-size: 43px;
}

#skinTroubleEnquete #enqTitle #txt {
	display: inline-block;
	color: #000000;
	font-size: 28px;
}

#skinTroubleEnquete #enqInfo {
	display: inline-block;
	margin-bottom: 35px;
	vertical-align: baseline;
	color: #de006e;
	font-family: "MaruminYoshino StdN R";
	font-size: 28px;
}

#skinTroubleEnquete .skinTroubleEnqueteBtn {
	position: relative;
	width: 505px;
	height: 88px;
	text-align: center;
	line-height: 88px;
	display: inline-block;
	margin-bottom: 50px;
}

#skinTroubleEnquete .skinTroubleEnqueteBtn #bg {
	position: absolute;
	left: 0;
	top: 0;
}

#skinTroubleEnquete .skinTroubleEnqueteBtn #fg {
	position: relative;
	font-family: "MaruminYoshino StdN R";
	color: #ffffff;
	font-size: 32px;
	letter-spacing: 0.05em;
}

/*----------------
分析結果画面：おすすめアイテム一覧関連
----------------*/
/* 横に縮める */
.ankerItems .itemBlock #itemLabel.narrow1 {
	letter-spacing: -0.10em;
}
/* 横に縮める（悩み対応アイテムだけはさらに縮める） */
.ankerItems .itemBlock #itemLabel.narrow2 {
	letter-spacing: -0.20em;
}

/*----------------
分析結果画面：ストアボタンのカートアイコン
----------------*/
#resultItem .toggleBtn #cartIcon {
	padding-left: 15px;
	padding-bottom: 5px;
	vertical-align: middle;
}

#resultTrouble {
	position: relative;
	margin-left: 29px;
	margin-bottom: 50px;
}


/*******************************************************************************
5.21更新の追加分
*******************************************************************************/
/*----------------
質問画面：スタイル選択
デザイン変更（カルーセル、インジケータ）
----------------*/
#enquetePage #selector.forStyle {
	top: 85px;
	height: 700px;
}

#enquetePage #selector.forStyle .label {
	display: none;
}

#enquetePage #selector.forStyle #styleLabel {
	position: absolute;
	left: 195px;
	top: 630px;
	width: 360px;
	height: 40px;
	color: #000000;
	font-family: "MaruminYoshino StdN R";
	font-size: 28px;
	line-height: 40px;
	text-align: center;
	letter-spacing: 0.02em;
}
#enquetePage #selector.forStyle #styleLabel.long {
	letter-spacing: -0.1em;
}
#enquetePage #selector.forStyle #styleLabel::before {
	position: absolute;
	left: 0;
	content: "";
	display: inline-block;
	width: 42px;
	height: 40px;
	background: url(./img/result_style_deco_l.png) no-repeat;
	background-size: contain;
}
#enquetePage #selector.forStyle #styleLabel::after {
	position: absolute;
	right: 0;
	content: "";
	display: inline-block;
	width: 42px;
	height: 40px;
	background: url(./img/result_style_deco_R.png) no-repeat;
	background-size: contain;
}

#enquetePage #indicator.forStyle {
	top: 790px;
}

/*----------------
結果画面：スタイル名
飾り（img）を消して、文字を大きく
----------------*/
#resultStyle #styleNameArea.noDeco img {
	display: none;
}

#resultStyle #styleNameArea.noDeco #styleName {
	width: 100%;
	font-size: 34px;
	letter-spacing: -0.015em;
}
#resultStyle #styleNameArea.noDeco #styleName.long {
	letter-spacing: -0.1em;
}
