@charset "utf-8";
@import "/sp/sp_css/style.css";

.index {
	border: 5px solid #208ED0;
	padding-top: 10px;
	padding-bottom: 10px;
}


.w800 {
	width: 800px ;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}


.w800 .txt{
	width:640px;
	color:#333;
	/*color:#976F51;*/
	line-height:1.6;
	font-size:18px;
	margin: 0 auto 40px;
	text-align: left;
}
.w800 .txt strong{
	color:#F55CC2;
}

.w800 .txt-anniv{
	width:640px;
	color:#B57655;
	/*color:#976F51;*/
	line-height:1.6;
	font-size:18px;
	margin: 0 auto 40px;
	padding: 20px;
	text-align: center;
	background: url(../../sale/img/16th-anniv/read-bg.png) no-repeat center center;
}
.w800 .txt-anniv strong{
	color:#F55CC2;
}


.block01{
    text-align: center;
    margin: 10px auto ;
}

.lineDotBox {
	border-top:1px dashed #A1A1A1;
	border-bottom:1px dashed #A1A1A1;
	padding: 20px 0 0;
	margin-bottom: 40px;
}
#rankBoxWrap {
	margin-top: 40px;
	border-top:1px dashed #A1A1A1;
}

.stRnk {	
	margin: 40px auto 20px;
    width: 620px;
}
#rankBox1, #rankBox2, #rankBox3 {
    display: none;
	width: 640px;
	margin: 0 auto;
}
#rankingSlide {
    font-size: 12px;
}
#rankingSlide a img {
	width: 100%;
	margin-bottom: 10px;
}
#rankingSlide img {
	width: 60%;
	margin: 0 auto 5px;
}


#categoryTab {
    margin: 20px auto 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    box-sizing: border-box;
}
#categoryTab li {
    width: 200px;
    text-align: center;
    font-size: 14px;
    padding: 1.3em 0;	
    border: 2px solid #ffffff;
    line-height: 1.2;
    background-color: #E8E8EB;
    border-radius: 8px;
    cursor: pointer;
    box-sizing: border-box;
}
#categoryTab li:nth-child(7),
#categoryTab li:nth-child(8){		
	padding: 0.7em 0.5em ;
}


#categoryTab li:after{
	content: "▼";
    display: block;
    font-family: "MiuraGotic Propo";
    line-height: 0;
    margin-top: 0.5em;
	font-size: 1.2em;
}

.disnon {
  display: none;
}
.content_wrap {
  margin:0 auto;
	clear: both;
	width: 100%;
	margin:0 auto;
  text-align: center;
	position: relative;
	z-index: 20;
}

#categoryTab li.select {
}
#categoryTab li.select {
	background-color: #7A7A7A;
	color: #FFF;
	font-weight: bold;
}
#categoryTab li.select a:hover img{
		opacity: 1.0;
		filter: alpha(opacity=100);
}

#label3 #categoryTab li.select {
	background-color: #7A7A7A;
	color: #FFF;
}

.mida{
	width: 60%;
	margin: 0 auto;
}
.mida img{
	width: 100%;
}

.aBox  {
    margin: 0 auto 50px;
}
.aBox ul.topBnr {
    width: 795px;
    margin: 0 auto ;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: center;
}
.aBox ul.topBnr li {
    width: 390px;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.aBox ul.topBnr li:nth-child(odd){
	margin-right: 15px;
}
.aBox ul.topBnr li img{
	width: 100%;
	vertical-align: bottom;
}

.moreBtn {
	text-align: center;
	font-size: 16px;
}
.moreBtn a{
	display: inline-block;
	margin: 0.5em auto 1em;
	padding: 0.8em 1.5em;
	/*width: 64%;*/
	color: #fff;
	background: #208ED0;
	border-radius: 10px;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: bold;	
	color: #fff !important;
	text-decoration: none !important;
}
.moreBtn img{
	width: 16px;
	vertical-align: middle;
	margin-left: 0.5em;
}

.pTop a{
	display:block;
	text-align: center;
	color:#595757 !important;
	text-decoration: none !important;
	margin-top: -40px;
}

/*--------------------------------------------------------
　吹き出し見だし
--------------------------------------------------------*/
.balloon h2{	
	font-family: "MiuraGotic Propo";
	font-size: 55px;
	line-height: 0.9;
	margin-bottom: 0 !important;	
	letter-spacing: -0.05em;
	text-align: center;
	font-weight: 900 ;
	color:#208ED0;
}
_:lang(x)::-internal-media-controls-overlay-cast-button, body .balloon h2{/*Chromeのみハック*/
  font-weight: 500 ;
}
.balloon h2 span {
    font-family: "MiuraGotic Propo";
    font-size: 80%;
}

.balloon h3{	
	font-family: initial;  
	font-size: 14px;
	font-weight:normal;
	line-height:1.4;
	color: #595757;
	display: block;
	margin: 10px 0 0 ;
	text-align: center;
}

.balloon {
  width: 640px;
  position: relative;
  display: block;
  margin: 20px auto 20px;
  padding: 15px ;
  min-width: 320px;
  max-width: 100%;  
  background: #FFF;
  border: solid 4px #208ED0;
  box-sizing: border-box;
}
#petit .balloon {
	width: 640px;
}
.balloon:before{
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.balloon:after{
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -14px;
  border: 14px solid transparent;
  border-top: 14px solid #208ED0;
  z-index: 1;
}

.balloon img{
	margin-bottom:0.5em;
}

/*--------------------------------------------------------
　サムネイルBOX -お名前シールについて
--------------------------------------------------------*/
#thumBox{
    margin: 80px auto ;   	
	padding: 0 0.5em;
	color: #595757;
}
#thumBox h2{
	text-align: center;    
    font-size: 156%;
    margin: 20px 0 10px !important;
}
#thumBox p{
	font-size: 14px;
    text-align: left;
    width: 610px;
    margin: 0 auto;
}
#thumBox img{
	width: 100%;
	vertical-align: bottom;
}

.thumTop,
.thumBtm{
	padding: 0;
    margin: 10px 0;
    display: flex;
    /* flex-wrap: wrap; */
    /* align-items: stretch; */
    justify-content: center;
}
.thumTop div{
	width: 25%;
    margin: 0 5px;
}
.thumBtm div{
	width: 25%;
}
.thumBtm div:nth-child(1),
.thumBtm div:nth-child(2){
	margin-right: 10px;
}
