@charset "UTF-8";
/* CSS Document */
/*-----------------------------------------------------
	行間・文字間隔
-------------------------------------------------------*/
.lh120	{	line-height:120%;	}
.lh130	{	line-height:130%;	}
.lh150	{	line-height:150%;	}
.lh160	{	line-height:160%;	}
.lh180	{	line-height:180%;	}
.lh190	{	line-height:190%;	}
.lh200	{	line-height:200%;	}
.lh220	{	line-height:220%;	}


.ls005	{	letter-spacing:0.05em;	}
.ls010	{	letter-spacing:0.1em;	}


/*-----------------------------------------------------
	margin ／ padding
-------------------------------------------------------*/
.mg20	{	margin:20px;	}
.mg40	{	margin:40px;	}

.mgb00	{	margin-bottom:0px;	}
.mgb03	{	margin-bottom:3px;	}
.mgb05	{	margin-bottom:5px;	}
.mgb10	{	margin-bottom:10px;	}
.mgb15	{	margin-bottom:15px;	}
.mgb20	{	margin-bottom:20px;	}
.mgb25	{	margin-bottom:25px;	}
.mgb30	{	margin-bottom:30px;	}
.mgb35	{	margin-bottom:35px;	}
.mgb40	{	margin-bottom:40px;	}
.mgb45	{	margin-bottom:45px;	}
.mgb50	{	margin-bottom:50px;	}
.mgb55	{	margin-bottom:55px;	}
.mgb60	{	margin-bottom:60px;	}
.mgb65	{	margin-bottom:65px;	}
.mgb70	{	margin-bottom:70px;	}
.mgb75	{	margin-bottom:75px;	}
.mgb80	{	margin-bottom:80px;	}
.mgb90	{	margin-bottom:90px;	}
.mgb100	{	margin-bottom:100px;	}
.mgb120	{	margin-bottom:120px;	}
.mgb_5em	{	margin-bottom:5em;	}
.mgb_2em	{	margin-bottom:2em;	}

.mgt-30	{	margin-top:-30px;	}
.mgt03	{	margin-top:3px;	}
.mgt05	{	margin-top:5px;	}
.mgt10	{	margin-top:10px;	}
.mgt15	{	margin-top:15px;	}
.mgt20	{	margin-top:20px;	}
.mgt30	{	margin-top:30px;	}
.mgt35	{	margin-top:35px;	}
.mgt40	{	margin-top:40px;	}
.mgt50	{	margin-top:50px;	}
.mgt80	{	margin-top:80px;	}
.mgt86	{	margin-top:86px;	}
.mgt96	{	margin-top:96px;	}
.mgt100	{	margin-top:100px;	}


.mgr03	{	margin-right:3px;	}
.mgr04	{	margin-right:4px;	}
.mgr10	{	margin-right:10px;	}
.mgr13	{	margin-right:13px;	}
.mgr15	{	margin-right:15px;	}
.mgr20	{	margin-right:20px;	}
.mgr30	{	margin-right:30px;	}
.mgr40	{	margin-right:40px;	}
.mgr50	{	margin-right:50px;	}

.mgl5	{	margin-left:5px;	}
.mgl10	{	margin-left:10px;	}
.mgl15	{	margin-left:15px;	}
.mgl20	{	margin-left:20px;	}
.mgl40	{	margin-left:40px;	}
.mgl75	{	margin-left:75px;	}
.mgl130	{	margin-left:130px;	}

.mgh05	{	margin-left:5px; margin-right:5px;	}
.mgh10	{	margin-left:10px; margin-right:10px;	}

.mgv5	{	margin-top:5px; margin-bottom:5px;	}
.mgv10	{	margin-top:10px; margin-bottom:10px;	}
.mgv15	{	margin-top:15px; margin-bottom:15px;	}
.mgv20	{	margin-top:20px; margin-bottom:20px;	}
.mgv30	{	margin-top:30px; margin-bottom:30px;}
.mgv40	{	margin-top:40px; margin-bottom:40px;	}

.mg40_20	{	margin:40px 20px;	}

.imgMgn	{	margin-left:5px; margin-right:5px; vertical-align:middle;	}

.pd10_20	{	padding:10px 20px;	}

.pd05	{	padding:5px;	}
.pd10	{	padding:10px;	}
.pd20	{	padding:20px;	}
.pd30	{	padding:30px;	}
.pd35	{	padding:35px;	}
.pdh05	{	padding-top:5px; padding-bottom:5px}

.pdt04	{	padding-top:4px;	}
.pdt10	{	padding-top:10px;	}
.pdt20	{	padding-top:20px;	}
.pdt50	{	padding-top:50px;	}
.pdr25	{	padding-right:25px;	}

.pdb10	{	padding-bottom:10px;	}
.pdb20	{	padding-bottom:20px;	}
.pdb50	{	padding-bottom:50px;	}

.pdh15	{	padding:15px 0	}
.pdh30	{	padding:30px 0px	}
.pd_recipe	{	padding:0 11px 0 13px;	}

/*-----------------------------------------------------
	float / align
-------------------------------------------------------*/
.fLeft	{
	float:left;
	margin-right:5px;
	}

.fRight	{
	float:right;
	margin-left:5px;
	}

.fLeft_0	{
	float:left;
	margin-left:0;
	}

.fRight_0	{
	float:right;
	}

.vMiddle	{
	vertical-align:middle;
	
	}
	
.vtop	{
	vertical-align: top;
	
	}
.vbottom	{
	vertical-align: bottom;
	
	}
	/*-----------------------------------------------------
	カラー
-------------------------------------------------------*/
.white {
	color:#fff;
}
.red	{
	color: #FB0404;
	}
	
.purple{
	color:#7EBA19;
	}
	
.pink{
	color:#f173ab;
	}
	
.blue{
	color: #0000ff;
	
	}
.navy{
	color: #062F85;
}
.green{
	color:#21ac38;
	}
.orenge{
	color:#FF6600;
}
.y{
	color:#999900;}
.brown{
	color:#80744D;
}
.red_brown{
	color:#735029;}
.g{
	color:#50A01D;}
.lightblue{
	color:#009ee5;}
.karaden{
	margin-left:20px;
	font-size:180%;
	line-height:140%;
	float:left;
	}
.orenge{
	color:#ff8500;}	
	
	
	
/*-----------------------------------------------------
	背景
-------------------------------------------------------*/

.back_gray{
	background:rgba(90,90,92,0.76);
}
.back_white_trancepair{
	background:rgba(255,255,255,0.75);
    padding: 5em 3em;
    
}
/* スマートフォンの際の余白を少なくする */
@media only screen and (max-width: 767px) {
    .back_white_trancepair { 
       padding: 4em 1.5em;
    }
}
.back_babypink{
	background:#fcdee3;
}

.back_black{
	background:#000;
}

.back_livehouse{
	background:#08070d;
}
.point_term{
	background:#009ee5;
	padding:4px;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
	color:#fff;
	}
	
.campaign_term, a.campaign_term {
	background:#54bc1d;
	padding:4px;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
	color:#fff;
	
	}
/*-----------------------------------------------------
	装飾
-------------------------------------------------------*/
.r10{
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
}
.top_botoom_line{
    border-top:5px solid #101c3f;
	border-bottom:5px solid #101c3f;
    padding: 0.5em 0.2em;
}
.wide_space{
    letter-spacing: 0.2em;
    }
.shorten_space{
    letter-spacing: -0.05em;
    }
@media only screen and (max-width: 419px) {
    .shorten_space_for_sp{
    letter-spacing: -0.08em;
    }
}

.line_gray{
	border:1px solid #333;
}
.shado_gray{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.bottom_dotted{
	border-bottom:1px dotted #474747;
}
.shadow_lightgray{	
box-shadow:rgba(199, 199, 199, 0.529412) 0px 0px 6px 3px;
-webkit-box-shadow:rgba(199, 199, 199, 0.529412) 0px 0px 6px 3px;
-moz-box-shadow:rgba(199, 199, 199, 0.529412) 0px 0px 6px 3px;
}
.top_dotted{
	border-top:1px dotted #474747;
}

/*-----------------------------------------------------
	フォント
-------------------------------------------------------*/
.f05	{
	font-size:45%;
	}
.f06	{
	font-size:50%;
	}
.f08	{
	font-size:75%;
	}

.f10	{
	font-size:83%;
	}

.f12	{
	font-size:100%;
	}

.f14	{
	font-size:116%;
	}
	
.f14b	{
	font-size:116%;
	font-weight:bold;
	}
	
.f15	{
	font-size:125%;
	
	}
	
	
.f16	{
	font-size:133%;
	}
	
.f18{
	font-size:150%;
	}
	
.bold	{
	font-weight:bold;
	}
	

.exp{
	font-size:10px;
	font-size: 1.0rem;
	line-height:1.25em;
	letter-spacing: normal;
	}
.oriaesu{
	word-wrap : break-word;
	overflow-wrap : break-word;
	
	}


	
	


.exp_box{
	height:auto;
	position:relative;
	padding-bottom:30px;
	padding-left:30px;
	padding-right:30px;
	overflow:hidden;
	border:1px dashed #c4c4c4 ;
	order-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
}

.product_exp{
	background:#efece8;
	color:#717071;
	padding:20px;
	margin:20px;
	
	
}

/*回転*/
.rotate_l3{
    -moz-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}
.rotate_r3{
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
/*注意*/
.warning{
	background:#FB0404;
	color:#fff;
	margin-bottom:8em;
	/*border:1px dotted #FB0404;*/
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
}
.warning p{
	font-weight:bold;
	margin:1em;
	text-align:center;
}
/*to top*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
 
#pageTop a {
  display: block;
  box-sizing: border-box;
  z-index: 999;
  padding: 14px 0 0;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  background-color: #101c3f;
   opacity: 0.6;
  color: #fff;
     border: 1px #fff solid;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height:1;
    

}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 1;
}
	