/*
	全体
*/

* {
	// テキスト編集メニューの抑止、画面タップによる拡大を行います
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}

/* Webフォント(Noto Serif JP) */
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 400;
  src: url('/smartphone/sweets/chocolate/the-chocolate/otonajita/shindan/fonts/NotoSerifCJKjp-Regular.otf') format('opentype');
}

body, html
{
	font-family: 'Noto Serif JP', sans-serif;
	font-size: 6vw;
	line-height: 1em;
}

.header
{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
	background-color: #502415;
	background-image: url("/smartphone/sweets/chocolate/the-chocolate/otonajita/shindan/images/bg_header.gif");
	color: black;
	font-weight: 900;
	width: 100%;
	text-align: center;
	line-height: 1.5em;
	min-height: 1.5em;
	/* 垂直中央寄せ */
	display: flex;
	justify-content: center;
	align-items: center;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.4));
}
.header .return
{
	position: absolute;
	left: 0px;
	top: 0.2em;
	color: blue;
	font-size: 80%;
	font-weight: 900;
	line-height: 1.5em;
	min-height: 1.5em;
	font-family: sans-serif;
	/* 垂直中央寄せ */
	display: flex;
	justify-content: center;
	align-items: center;
}
.header img
{
	width: 10vw;
	margin: 0px 18px;
}

/*
	タイトルページ
*/
#page_title
{
	min-height: 100vh;
	min-width: 100vw;
	background: url("/smartphone/sweets/chocolate/the-chocolate/otonajita/shindan/images/thelogo.png") no-repeat,
				#502415 url("/smartphone/sweets/chocolate/the-chocolate/otonajita/shindan/images/bg_package.png") no-repeat;
	background-size: 50vw, cover;
//	position: absolute;
	background-position: center 20%, left top;
	/* 垂直中央寄せ */
	display: flex;
	align-items: center;
}

#page_title div
{
	font-size: 160%;
	background-color: black;
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
	color: white;
	line-height: 1.6em;
	width: 100%;
	/* 水平中央寄せ */
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 45%;
}


/*
	チョコレート選択ページ
*/
#page_select
{
	min-height: 100vh;
	max-width: 100vw;
	background: #502415 url("/smartphone/sweets/chocolate/the-chocolate/otonajita/shindan/images/bg_select.gif") repeat;
	background-size: auto;
	background-position: left top;
	/* 上下並べ */
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
   	flex-wrap: wrap;
   	align-items: flex-start;
	justify-content: center;
	align-content: flex-start;
}

#page_select img.logo
{
	height: 20vh;
	margin: 1vh;
}

#page_select div.guidance
{
	margin-bottom: 4vh;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.4));
}

.chocolate_allstar
{
	display: block;
	order: 1;
	margin: 2vh 5vw;
	height: auto;					/* チョコの高さ	*/
	width: 15vw;					/* チョコの幅		*/
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.4));
}



/*
	ゆらゆらアニメーション
*/
@keyframes vertical {
    0% { transform:translateY(-6px); }
  100% { transform:translateY( 0px); }
}
#page_select .yurayura {
  animation: vertical 1s ease-in-out infinite alternate;
}
#page_select .yurayura:nth-child(2n+1)  {
	animation-duration: 1.2s;
}




/*
	スライダ
*/
.swiper-container
{
	display: none;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: -123% auto;
	padding: 13% 0 20%;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
}
.swiper-wrapper
{
	position: relative;
	top: 25%;
	text-align: center;
}
.slide-item
{
	height: auto;
	width: 40vw;
	box-shadow: 0 0 30px white;
}




/*
	テイスティング結果の入力ページ
*/
#page_input .input_productinfo
{
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.4));
	margin-top: 1.8em;
}
#page_input .input_productinfo img
{
	margin: 0 18px;
	width: 16vw;
}
#page_input .input_productinfo .right
{
	padding: 1vw;
	align-items: center;
}
#page_input .input_productinfo .label_japanese
{
	font-size: 100%;
	padding: 2vw;
}
#page_input .input_productinfo .label_english
{
	font-size: 100%;
	padding: 2vw;
}
#page_input .input_productinfo .label_cacao
{
	font-size: 70%;
	padding: 2vw;
}
#page_input .guidance
{
	display: flex;
	justify-content: center;
	margin-top: 1.5vh;
	line-height: 1.2em;
	font-size: 5vw;
}
div.check-group {
	margin-top: 0vh;
	margin-bottom: 2em;
	text-align: center;
}
div.check-group div {
	display: inline-block;
    line-height: 1em;
    margin-top: 3vh;
}
div.check-group div > div {
	display: inline-block;
	margin: 0;
    padding: 5px 10px;
    float: left;
    border: solid 0;
    background: none;
    width: 32vw;
}
div.check-group input {
    display: none;
}
div.check-group label {
    cursor: pointer;
    float: left;
	color: darkorange;
    border: solid 1px darkorange;
    padding: 4px 0;
    margin-left: -1px;
    text-align: center;
    width: 8vw;
}
div.check-group input:checked+label {
    color: black;
    background: darkorange;
}

.blocker
{
	z-index: 1000;
	color: white;
}
#tasteguidance
{
	padding: 10px;
	background-image: url("/smartphone/sweets/chocolate/the-chocolate/otonajita/shindan/images/bg_package.png");
	background-size: cover;
	box-shadow: 0 0 30px white;
	border: 3px solid white;
	max-width: 80vw;
}
#tasteguidance div
{
	font-size: 80%;
	font-weight: bold;
	text-shadow: 0 0 20px black, 0 0 40px black, 0 0 40px white;
	line-height: 1.5em;
}
#tasteguidance div:nth-child(2n)
{
	font-size: 60%;
	font-weight: bold;
	text-shadow: 0 0 20px black, 0 0 40px black, 0 0 40px white;
	margin-bottom: 1em;
}

.button {
	position: relative;
	display: inline-block;
	padding: 0.25em 0.5em;
	text-decoration: none;
	color: #FFF;
	background: #fd9535;/*背景色*/
	border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
	border-radius: 4px;/*角の丸み*/
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	font-family: sans-serif;
	width: 6em;
}

#page_input .button:active {
	border-bottom: solid 2px #fd9535;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}


/*
	判定ページ
*/
#page_judge .judgearea
{
	margin-top: 1.8em;
	width: 100vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 100%;
}

#page_judge .judgearea .title
{
	margin-top: 6px;
	line-height: 1.2em;
	color: black;
	font-size: 8vw;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.4));
}

#page_judge .judgearea #score
{
	line-height: 1.2em;
	font-size: 18vw;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.4));
}
#page_judge .judgearea #comment
{
	line-height: 1.2em;
	font-size: 7vw;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.4));
}
#page_judge .judgearea #chart
{
	width: 86vw;
}
#page_judge .judgearea .chart #otonajita_chart
{
	width: 86vw;
}

#kamifubuki
{
	pointer-events: none;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
