/* =================================
	chart CSS
================================= */

/*	reset
============================== */
@media all and (min-width: 768px) {
.cmn main div.brd > div.inner {
	padding:0 5px 30px;
}
.p_chart .contents{
	padding: 0 0 12px;
}
}
@media all and (max-width: 767px) {
.p_chart .contents{
	padding: 0 0 8px;
	margin: 0;
}
}

/*	chart
============================== */
.chart {
	position:relative;
	background-image:url(../img/chart/chart20190514.png);
	background-repeat:no-repeat;
	background-position:left top;
	margin: 0 auto;

}
.chart ul {
	position: absolute;
	list-style-type:none;
	}
.chart ul li {
	position:absolute;
	}
.chart ul li#chara1 { left:377px; top:166px;}
.chart ul li#chara2 { left:76px; top:185px;}
.chart ul li#chara3 { left:678px; top:331px;}
.chart ul li#chara4 { left:406px; top:875px;}
.chart ul li#chara5 { left:204px; top:891px;}
.chart ul li#chara6 { left:629px; top:891px;}
.chart ul li#chara7 { left:229px; top:1172px;}
.chart ul li#chara8 { left:419px; top:1172px;}
.chart ul li#chara9 { left:659px; top:1172px;}
.chart ul li#chara10 { left:406px; top:636px;}
.chart ul li#chara11 { left:93px; top:564px;}

.chart ul li a {
	display:block;
	/*background-color:#fc0;
	opacity:0.5;*/
	text-decoration:none;
	}
.chart ul li a img {
	display:block;
	}
.chart ul li.sz-l1 a img {
	width:200px;
	height:280px;
	}
.chart ul li.sz-l2 a img {
	width:176px;
	height:245px;
	}
.chart ul li.sz-l3 a img {
	width:165px;
	height:231px;
	}
.chart ul li.sz-m a img {
	width:150px;
	height:210px;
	}
.chart ul li.sz-s a img {
	width:130px;
	height:182px;
	}
/*
p.clicktodetail {
	font-size:75%;
	text-align:center;
	line-height:1.25;
}
*/

@media print {
.chart ul li#mikuri a img {
	background-color:#fff;
}
}
@media all and (min-width: 768px) {
.chart {
	width:936px;
	height:1446px;
}
.chart ul li a:hover {
	background-color:#fff;
	opacity:0.3;
}
}
@media all and (max-width: 767px) {
.chart {
	overflow:hidden;
	background-size:cover;
	height:0;
	padding-top:154.4871%;
}
.chart ul {
	left:0;
	top:0;
	width:100%;
	height:100%;
}
}

/*	button
============================== */
.button{
  display: block;
  text-align: center;
}
.button a {
  display: block;
  cursor: pointer;
  margin: 0 auto;
  padding: 30px;
  color: #4e3f1b;
  font-size: 130%;
  text-align: center;
  text-decoration: none;
  font-weight: 800;
  border-radius: 50px;
  background-color: #fff500;
  box-shadow: 0 6px 0 #d4d4d4, 0 12px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
	position: relative;
}

.button a:hover {
  background-color: #fff500;
  box-shadow: 0 3px 0 #d4d4d4, 0 6px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

.button a:active {
  color: #1e1e1e;
  background-color: #fff500;
  box-shadow: 0 0 0 #d4d4d4, 0 0 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  transition-duration: 0.1s;
}
.button a::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #a38b4f;
  border-right: solid 2px #a38b4f;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
	transition: all 0.2s;
}

@media all and (min-width: 768px) {
  .button a {
    width: 380px;
    padding: 20px 0;
    font-size: 130%;
    line-height: 100%;
    margin: 0px auto 70px;
  }
}

@media all and (max-width: 767px) {
  .button a {
    width: 70%;
    padding: 1em 0;
    font-size: 100%;
    line-height: 100%;
    margin: 0 auto 40px;
  }
}

/*	footer
============================== */
.p_chart footer {
	width: 100%;
	text-align: center;
	color: #fff;
	background-color:#000;
}
.p_chart footer .copyright a{
	color: #fff500;
}
@media all and (min-width: 768px) {
.p_chart footer {
	font-size: 75%;
	min-height: 300px;
}
.p_chart footer .copyright{
	padding-top: 240px;
}
}
@media all and (max-width: 767px) {
.p_chart footer {
	font-size: 62.5%;
	padding:20px 0px 20px;
	line-height: 1.5;
}
.p_chart footer .copyright{
	font-size: 75%;
	line-height: 1.3;
	padding: 20px 10px 20px;
}
}
