﻿@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;	
}

.hideScrollbar::-webkit-scrollbar {
	display: none;
}

#compass_contents {
	width: 750px;
	line-break: normal;
}


/*******************************************************************************
背景（空）
*******************************************************************************/
#skyBg {
	position: fixed;
	left: 0;
	top: 0;
	width: 750px;
	height: 100vh;
	z-index: -10;
	overflow: hidden;
}

#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: 300px;
	width: 750px;
	height: 100%;
}

#skyBg #fg {
	position: absolute;
	left: 0;
	top: -140px;
}


/*******************************************************************************
コンパス
*******************************************************************************/
#compass #base {
	position: relative;
}

#compass #hand {
	filter: drop-shadow(0px 6px 2px #999999);
	position: absolute;
	left: 382px;
	top: 374px;
}

#compass #hand #handImg {
	position: relative;
	left: -60px;
	top: -228px;
}

#compass #core {
	position: absolute;
	left: 276px;
	top: 364px;
}

#compass #eyeImg {
	position: absolute;
	left: 257px;
	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: 177px;
	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;
}


/*******************************************************************************
共通
*******************************************************************************/
.lineD {
	position: absolute;
	width: 100%;
	height: 8px;
	background-image: url("./img/result_line.png");
	background-repeat: repeat-x;
	background-position-y: 50%;
	bottom: -1px;
	z-index: 10;
}

.lineT {
	position: absolute;
	width: 100%;
	height: 8px;
	background-image: url("./img/result_line.png");
	background-repeat: repeat-x;
	background-position-y: 50%;
	top: -5px;
	z-index: 10;
}


/*******************************************************************************
初期画面
*******************************************************************************/
#initPage {
	text-align: center;
}

#initPage #header {
	position: relative;
}

#initPage #logo {
	padding-top: 75px;
}

#initPage #compass {
	transform: scale(0.75, 0.75); 
	position: relative;
	top: -30px;
}

#initPage #text {
	padding-top: 0;
	font-family: "MaruminYoshino StdN R";
	font-size: 32px;
	line-height: 66px;
	text-align: center;
}

#initPage #btnCompass {
	padding-top: 60px;
	padding-bottom: 100px;
}

#initPage #majolipia {
	position: relative;
	height: 270px;
	background-color: #fefdee;
	display: flex;
	justify-content: center;
	align-items: center;
}


/*******************************************************************************
リスト画面
*******************************************************************************/
#listPage #header {
	position: relative;
	height: 142px;
}

#listPage #title {
	position: relative;
	height: 277px;
}

#listPage #listTitle {
	position: relative;
	background-color: #fefdee;
	height: 216px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#listPage .listItem {
	position: relative;
	background-color: #ffffff;
	height: 200px;
}

#listPage .listItem #date {
	position: absolute;
	left: 60px;
	top: 60px;
	font-size: 40px;
}

#listPage .listItem #styleArea {
	position: absolute;
	left: 60px;
	top: 115px;
	display: flex;
	justify-content: start;
	align-items: baseline;	
}

#listPage .listItem #styleArea #label {
	font-size: 26px;
	font-weight: bold;
	display: inline-block;
}

#listPage .listItem #styleArea #styleName {
	font-family: "MaruminYoshino StdN R";
	font-size: 34px;
	display: inline-block;
	letter-spacing: -0.05em;
}

#listPage .listItem #btn {
	position: absolute;
	left: 447px;
	top: 60px;
}

#listPage #btnMore {
	position: relative;
	width: 750px;
	background-color: #fefdee;
	padding-top: 100px;
	padding-bottom: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#listPage #retry {
	position: relative;
	background-color: #dbe7eb;
	padding-top: 90px;
	padding-bottom: 90px;
	text-align: center;
}

#listPage #retry #label {
	padding-bottom: 35px;
}

#listPage #majolipia {
	position: relative;
	height: 270px;
	background-color: #fefdee;
	display: flex;
	justify-content: center;
	align-items: center;
}
