@charset "utf-8";

/* --------------------
    common
-------------------- */

/* clearfix */
.cf:after {
    content: ".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
   font-size:0;
}
* html .clearfix {height:1%;}


body{
	width: 100%;
	margin: 0 auto;
  font-family: "Noto Sans Japanese", "Noto Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 18px;
  /*font-weight: 500;*/
	color: #333;
	line-height: 2.0;
  -webkit-text-size-adjust: 100%;
  /*overflow-x: hidden;*/
	background-color: #F8ECF4;
    background-repeat: repeat;
	font-size: 18px;
}

@media screen and (max-width: 750px){
  .forpc {
    display: none;
  }
}

@media screen and (min-width: 751px){
  .forsp {
    display: none;
  }
}

*{zoom:1;}

/* change display */
.pcon{
	display:block;
}

.tabon{
	display:block;
}

.spon{
	display:none;
}


/* end */


a:link{
    color:#0075BD;
	text-decoration: underline;
}
a:visited{
    color:#0075BD;
}
a:hover{
    color:#C9A8CB;
}
a.link-normal {
    color:#C9A8CB;
}

.disnone{
	display: none;
}

.strong{font-weight: bold;}


.inner{
  box-sizing: border-box;
}

img{
  max-width: 100%;
}
canvas{
  overflow-y: hidden;
}

div, dt, dd, li{
  box-sizing: border-box;
}

ul.col{
  font-size: 0;
}
li{
  font-size: 16px;
}

span.notes {
   vertical-align: super;
   font-size: 70%;
 }

.itemArea_innner,.post_date,.links{
	width: 1200px;
	margin: 0 auto;
}


/*--------------Page top*/

#page-top {
    position: fixed;
    bottom: 30px;
    right: 10px;
    z-index: 100;
}
#page-top a {
    background: #999;
    text-decoration: none;
    color: #000;
/*    width: 30px;*/
    padding: 24px;
    text-align: center;
    display: block;
    border-radius: 30px;
	position: relative;
}
#page-top a:hover {
    text-decoration: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";

}
#page-top .top-arrow {
    position: absolute;
    width: 17px;
    height: 17px;
    border: 1px solid #999;
    border-left-color: #FFF;
    border-top-color: #FFF;
    top: 21px;
    left: 15px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}
.page-top-warp p{
  position: fixed;
  width: 60px;
  bottom: 10px;
  right: 4px;
  font-size: 10px;
  text-align: center;
}

/*--------------Common wrap*/

.page-wrap{
	min-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-right:  constant(safe-area-inset-right);
  padding-left:  constant(safe-area-inset-left);
  padding-right:  env(safe-area-inset-right);
  padding-left:  env(safe-area-inset-left);
}


/*--------------------------------head---------------------------------------------*/
#head{
  width: 100%;
  min-width: 1200px;
  height: 60px;
  background: #FDD000;
}
#head .loft-logo{
  width: auto;
  height: 26px;
  margin: 17px;
}

/*--------------------------------キービジュアル---------------------------------------------*/
div.main_visual{
  width:100%;
  min-width: 1200px;
  margin: 0 auto;
}

div.main_visual h1.pcon{
  margin: 0 auto;
  text-align: center;
	font-size: 0;
}

div.main_visual h1.pcon img{
  width:100%;
  min-width: 1200px;
  /*max-width: 1500px;*/
  margin: 0 auto;
}


/*--------------------------------リード文---------------------------------------------*/
.main_content .lead{
	padding: 40px 0;
	background-color: #FEF6DC;
}

.lead p{
	width:1200px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 2.0;
	color: #22B6BB;
	font-weight: bold;
	text-align: center;
}

.lead_left p{
	text-align: left !important;
}

/*--------------------------------ナビ---------------------------------------------*/
.naviArea{display: none;}
/*--------------------------------ナビ---------------------------------------------*/


/*--------------------------------アイテムエリア---------------------------------------------*/
.itemArea_innner{
	padding: 40px 0;
	overflow: auto;
}
dl.itemArea{
	clear: both;
  position: relative;
	margin: 0px auto;
  height:fit-content;
}


dl.itemArea dt.itemHead{
  position: relative;
	width: calc(50%);
	margin-bottom: 0px;
	float: right;
	font-size:34px;
	color: #22B6BB;
	font-weight: bold;
	text-align: center;
  line-height: 1.3;
  letter-spacing: -0.02em;
	background-size: contain;
	background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

dl.itemArea dt.itemHeadLine01{
	background-image: url("../images/title/ttl_line1.png");
	height: 200px;
	width: 540px;
}

dl.itemArea dt.itemHeadLine02{
	background-image: url("../images/title/ttl_line2.png");
	width: 540px;
	height: 250px;
}

dl.itemArea dt.itemHeadLine03{
	background-image: url("../images/title/ttl_line3.png");
	height: 263px;
	width: 570px;
}



dl.itemArea dd.itemImg{
	width: 570px;
	margin-right: 60px ;
	float: left;
}


dl.itemArea dd.itemText{
	float: right;
	width: 570px;
	line-height: 2.0;
	color: #333333;
}

dl.itemArea dd.itemText span.itemText--small {
  display: inline-block;
  font-size: 12px;
}
/*--------------------------------アイテム（画像右）---------------------------------------------*/

dl.itemArea.right dt.itemHead{
	float: left;
}


dl.itemArea.right dd.itemImg{
	float: right;
	margin-right: 0;
    margin-left: 60px;
}

dl.itemArea.right dt.itemText{
	float: left;
}

dl.itemArea.right dd.itemlist{
	float: left;
}
/*--------------------------------アイテム（画像なし）---------------------------------------------*/

dl.itemArea.center{
	width: 900px;
  clear: both;
	margin: 45px auto;
  padding: 90px 0 0 0;
  height:fit-content;
}


dl.itemArea.center dt.itemHead{
	width: 650px;
	margin: 0 auto;
}

dl.itemArea dd.itemMovie{
  margin: 0 auto;
}


/*--------------------------------商品一覧---------------------------------------------*/

.itemlist{
	width: 570px;
	float: right;
}
.itemlist ul{
	display:flex;
	margin: 0;
	margin-top: 30px;
}
.itemlist li{
	width: calc(25% - 16px);
	display: inline-flex;
	margin-right: 10px;
	line-height: 1.5;
  vertical-align: top;
}

.itemlist li a{
	text-decoration: none;
	font-size: 14px;
	color: #333;
}
.itemlist li a:hover{
	text-decoration: underline;
}
.itemlist_productPrice:before{
	content: "税込";
    margin-right: 0.1em;
	}

.itemlist_name{
	margin-top: 14px;
}
.itemlist_image img{
	border-radius: 10px;
}
.itemlist_image{
	padding: 16px;
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 0;
}

.itemlist li:nth-child(n+5){
	margin-top: 20px;
}

.link_none{
  pointer-events: none !important;
}

/*--------------------------------商品一覧---------------------------------------------*/




/*--------------------------------記事掲載日---------------------------------------------*/
.post_date{
  width: 900px;
  margin: 88px auto 0;
  padding: 0;
  text-align: right;
  clear: both;
}



/*--------------------------------リンクボタン---------------------------------------------*/

.links{
	margin: 0 auto;
  padding: 80px 0 0;
}
a img:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


div.links a{
  display: flex;
  text-align: center;
  padding: 0 25px;
  height: fit-content;
	width: 500px;
	height: 84px;
	background-color: #22B6BB;
	border-radius: 100px;
	justify-content: center;
    align-items: center;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}

div.links a:hover{
	text-decoration: none;
}

.links_icon{
    width: 70px;
    height: 54px;
}
div.links a span{
	margin-left: 10px;
}

div.links ul li img{
  padding: 0;
  margin: 0;
}



/*--------------------------------追従ボタン---------------------------------------------*/


.iconArea_wrap{
	display: flex;
	position: fixed;
    bottom: 30px;
    left: 10px;
    z-index: 100;
}

.icon_buttun{
    width: 90px;
    height: 90px;
    background-color: #22B6BB;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}


.icon_buttun span {
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
	display: block;
}

.ec_icon span {
    background-image: url("../images/ec_icon.png");
	width: 40px;
    height: 62px;
}
.store_icon span {
    background-image: url("../images/store_icon.png");
	width: 60px;
    height: 47px;
}


/*--------------------------------追従ボタン---------------------------------------------*/


/*--------------------------------シェアボタン---------------------------------------------*/

.footer_wrap{
  width: 100%;
  min-width: 1200px;
  background-color: #FDD000;
}

/*--------------------------------シェアボタン---------------------------------------------*/

div.share-wrap{
  width: 100%;
  min-width: 1200px;
}

div.share-wrap p{
	text-align: center;
	padding: 45px 0 0 0;
}

.share-wrap ul{
  vertical-align: middle;
	text-align: center;
}
.share-wrap li{
  display: inline-block;
  text-align: center;
  font-weight: bold;
  vertical-align: top;
  padding-top: 1em;
}
.share-wrap li img{
  width: 65px;
  margin: 10px 20px;
}


/*--------------------------------フッター---------------------------------------------*/

#footer{
  width: 100%;
  min-width: 1200px;
  color: #707070;
	background-color: #FDD000;
	text-align: center;
	font-size: 16px;
	padding: 30px 0;
}



/*--------------------------------
        Smart phone styles
--------------------------------*/

@media screen and (min-width: 750px){/*SPのみの改行*/
	.br-sp {display: none;
	}
}


@media screen and (max-width: 750px){

body{
	width:100%;
	font-size: 14px;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	background-color: #F8ECF4;
    background-repeat: repeat;
}

img{max-width: 100%;}

/* change display */
.pcon{ display:none; }
.tabon{ display:none; }
.spon{ display:block; }

/* change display
.tablet .pcon{ display:block; }
.tablet .spon{ display:none; }*/



/* end */


.page-wrap{
min-width: inherit;
  width: 100%;
}
/*_________________________ head __*/

#head{
  height: 65px;
  width: 100%;
  min-width: 0;
  position: relative;
}
#head .loft-logo{
  width: auto;
  height: 32px;
  margin: 17px;
}


div.main_visual{
  margin: 0 auto;
  width:100%;
  min-width: 0px;
}



/*_________________________SP  common parts __*/
.section{
  width: 100%;
  padding: 8% 0;
}
.itemArea_innner,.post_date,.links{
	width: 100%;
	}


dl.itemArea{
	clear: both;

}

dl.itemArea_other{
	clear: both;
  width: 90%;
	margin: 30px auto;
  padding: 30px 0 0 0;
}

dl.itemArea_other01{
	clear: both;
  width: 90%;
	margin: 30px auto;
  padding: 0 0 30px 0;
}
.indentArea{width: auto;float: initial;
}

.indent{
  padding-left: 0px;
}

.brpcon{
  display: none;
}
.lead,.itemArea,.post_date,.links{
	width: 100%;;
}
.itemArea_innner, .post_date, .links{
	width: 100%;
}


/*--------------------------------キービジュアル---------------------------------------------*/
.spon{
	font-size: 0;
	background-image: url("../images/h1_sp.jpg");
    background-size: cover; /*文字被りなしの場合 */
    /*background-size: contain; 文字被りありの場合 */
    background-repeat: no-repeat !important;
    position: relative;
    /* background-color: #92cef2; 文字被りありの場合 */
    background-position: center;
}

.mainvisual_scroll-img{
	position: absolute;
    bottom: 5px;
    width: 54px;
    height: 37px;
    left: 0;
    right: 0;
    margin: auto;
}




/*--------------------------------キービジュアル---------------------------------------------*/


/*--------------------------------リード文---------------------------------------------*/
.main_content .lead{
		width: 100%;
		padding: 60px 20px;
		box-sizing: border-box;
}
.lead p{
	width: inherit;
}

/*--------------------------------リード文---------------------------------------------*/


/*--------------------------------ナビ---------------------------------------------*/
.naviArea{
	background-color: #fff;
	display: block;
}
.naviAreaNavi{
	text-align: center;
}
.naviAreaNavi ul{
	margin: 0 ;
	padding: 0 ;
	padding-top: 20px;
	display: flex;
}


.naviAreaNavi ul:nth-child(2){
	padding-top: 0;
	}
.naviAreaNavi li{
	list-style: none;
	width: 100%;
    height: 39px;
    margin: 0 0 40px 0px;
    position: relative;
    line-height: 1.5;
    box-sizing: border-box;
    justify-content: center;
    vertical-align: top;
    display: flex;
    align-items: center;

}
.naviAreaNavi li:not(:last-child){
border-right:1px solid #DBA615;
}

.naviAreaNavi li:nth-child(3){
border-right:none;
}
.naviAreaNavi li:after{
    content: "";
    position: absolute;
    top: 52px;
    left: 0;
    right: 0;
    width: 16px;
    margin: auto;
    height: 8px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


.naviAreaNavi a{
	text-decoration: none !important;
	color: #DBA615;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.5;

}
.naviAreaNavi a.current{
	color: #00B0F0;
	border-bottom:2px solid #00B0F0;
}
.naviAreaNavi a:hover{
	color:#EBD0D1;
	border-bottom:2px solid #EBD0D1;
}

.navi_Twoitem{
	margin: auto !important;
}


/*--------------------------------ナビ---------------------------------------------*/



/*--------------------------------アイテム---------------------------------------------*/
.itemArea_innner{
	padding: 40px 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.itemArea_innner--last {
  padding: 40px 0 80px;
}

.itemArea_innner--overview {
  padding: 20px 0;
}

dl.itemArea.right{
  min-height: 0;
}

dl.itemArea dd.itemImg{
	clear: both;
	width: 100%;
	margin: 0 auto !important;
}

dl.itemArea dt.itemHead{
	width: 100%;
	margin-bottom: 10px;
}

.itemHead span{
	font-size: 6vw;

}

dl.itemArea dt.itemHead{
    background-size: cover;
    height: auto;
	}


dl.itemArea dt.itemHeadLine01{
    padding: 14.5vw 0;
}

dl.itemArea dt.itemHeadLine02{
    padding: 15vw 0;
}

dl.itemArea dt.itemHeadLine03{
    padding: 11.8vw 0;
}

dl.itemArea dd.itemText{
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	margin-top: 24px;
}

.kerning_none span{
	letter-spacing: -0.08em;
	}

/*はみ出した時用*/
.left dd.itemlist{margin-left:0;}
.right dd.itemlist{margin-right:0;}
	
/*_________________________SP 画像なしアイテム__*/
dl.itemArea.center{
	clear: both;
	width: 90%;
  margin: 30px auto;
  padding: 30px 0;
}

dl.itemArea.center dt.itemHead{
	width: 100%;
  margin: 0 auto;
  padding: 0;
}

dl.itemArea.center dt.itemHeadCam img{
	clear: both;
	width: 100%;
  padding: 0;
}

dl.itemArea dd.itemMovie{
  position: relative;
  max-width: 100%;
  height:auto;
  margin: 0 auto;
  text-align: center;
  padding: 0;
}



dl.itemArea dd.itemMovie div {
  position:relative;
  width:100%;
  padding-top:56.25%;
}



dl.itemArea dd.itemMovie iframe {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

/*_________________________SP タイトルなしアイテム__*/

dl.notitle {
    clear: both;
    width: 90%;
    margin: 30px auto;
    padding: 0px 0px 30px 0px;
}

dl.itemArea.notitle dd.itemImg img {
  clear: both;
  width: 100%;
  margin: 0px auto 30px auto;
}


/*--------------------------------商品一覧---------------------------------------------*/

.itemlist{
	width: 100%;
	}

.itemlist ul{
	overflow-x: auto;
    overflow-y: hidden;
	flex-wrap: nowrap;
	display: flex;
	margin-left: 20px;
}

.itemlist li{
	width: 42%;
	flex-shrink: 0;
	margin-right: 15px;
}

.itemlist li:nth-child(n+5){
	margin-top: 0px;
}







/*--------------------------------商品一覧---------------------------------------------*/


/*--------------------------------SP記事掲載日---------------------------------------------*/
.post_date{
  width: 90%;
  padding: 0;
  margin: 30px auto 0;
  text-align: right;
}


/*--------------------------------SPリンクボタン---------------------------------------------*/

.links{
	margin: 0;
  padding: 60px 0 40px;
}

div.links a{
	width: 70%;
	margin: auto;
	height: 65px;
	font-size: 16px;
}

.links_icon{
	width: 50px;
	height: 38px;
	}
/*--------------------------------SPシェアボタン---------------------------------------------*/

div.share-wrap{
  width: 100%;
  min-width: 0;
	background-color: #FDD000;
}

div.share-wrap p{
	width: 90%;
	margin: 0 auto;
	padding: 45px 0 0 0;
}

.share-wrap ul{
  vertical-align: middle;
	text-align: center;
}
.share-wrap li{
  display: inline-block;
  text-align: center;
  font-weight: bold;
  vertical-align: top;
  padding-top: 1em;
}
.share-wrap li img{
  width: 60%;
  margin: 0.5em 0.5em;
}

/*--------------------------------追従ボタン---------------------------------------------*/
.icon_buttun{
    width: 60px;
    height: 60px;
}

.ec_icon span {
	width: 30px;
    height: 42px;
}
.store_icon span {
	width: 42px;
    height: 35px;
}

/*--------------------------------追従ボタン---------------------------------------------*/



/*--------------------------------SPフッター---------------------------------------------*/

.footer_wrap{
  width: 100%;
  min-width: 0;
}

#footer{
  width: 100%;
  min-width: 0;
	background-color: #FDD000;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	padding: 15px 5% 30px 5%;
}


}


/*_________________________fadein __*/
.fadein {
	opacity : 0;
	transform : translate(0, 60px);
	transition : all 700ms;
}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

@media screen and (max-width: 750px) {
.fadein {
	opacity : 0;
	transform : translate(0, 40px);
	transition : all 600ms;
}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
}


.main_content {
  position: relative;
  overflow: hidden;
  /* background: url(../images/bg.png) repeat center / contain; */
}
@media screen and (max-width: 750px) {
  .main_content {
  /* background: url(../images/bg-sp.png) repeat center / contain; */
  }
}

.foot-content {
  width: 100%;
  background-color: #F8ECF4; 
 /* background: url(../images/bg.png) repeat center / cover #F8ECF4; */
}
@media screen and (max-width: 750px) {
  .foot-content {
   /* background: url(../images/bg-sp.png) repeat center / contain #F8ECF4; */
  }
}

.copyright {
  padding: 56px 0 0px;
  color: #FEF4D6;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .copyright {
    padding: 0 20px 0px;
    font-size: 10px;
  }
}

.naviAreaNavi .navi-summary {
  padding-top: 0;
}
.naviAreaNavi .navi-summary li {
  margin-bottom: 16px;
}
.naviAreaNavi .navi-summary li:after {
  top: 36px;
}

@media screen and (max-width: 750px) {
  .HeadLine01 {
    height: 55px;
    line-height: 55px;
  }
}

.wideHead {
  letter-spacing: -0.08em;
}

dl.itemArea dt.itemHeadLine-overview {
  font-size: 34px;
  background-image: url(../images/title/ttl_line1.png);
}

@media screen and (max-width: 750px) {
  dl.itemArea dt.itemHeadLine-overview span {
    font-size: 5.5vw;
  }
}

/* カルーセル用 */

.slider1 .slick-slide,
.slider2 .slick-slide,
.slider3 .slick-slide,
.slider4 .slick-slide,
.slider5 .slick-slide,
.slider6 .slick-slide,
.slider7 .slick-slide,
.slider8 .slick-slide{
  width: 570px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .slider1 .slick-slide,
  .slider2 .slick-slide,
  .slider3 .slick-slide,
  .slider4 .slick-slide,
  .slider5 .slick-slide,
  .slider6 .slick-slide,
  .slider7 .slick-slide,
  .slider8 .slick-slide{
    width: 100vw;
  }
}

.slider1 .slick-slide img,
.slider2 .slick-slide img,
.slider3 .slick-slide img,
.slider4 .slick-slide img,
.slider5 .slick-slide img,
.slider6 .slick-slide img,
.slider7 .slick-slide img,
.slider8 .slick-slide img{
  display: block;
  width: 100%;
}
.slider1-dots .slick-dots,
.slider2-dots .slick-dots,
.slider3-dots .slick-dots,
.slider4-dots .slick-dots,
.slider5-dots .slick-dots,
.slider6-dots .slick-dots,
.slider7-dots .slick-dots,
.slider8-dots .slick-dots{
  text-align: center;
}
.slider1-dots .slick-dots li,
.slider2-dots .slick-dots li,
.slider3-dots .slick-dots li,
.slider4-dots .slick-dots li,
.slider5-dots .slick-dots li,
.slider6-dots .slick-dots li,
.slider7-dots .slick-dots li,
.slider8-dots .slick-dots li{
  display: inline-block;
}
.slider1-dots .slick-dots button,
.slider2-dots .slick-dots button,
.slider3-dots .slick-dots button,
.slider4-dots .slick-dots button,
.slider5-dots .slick-dots button,
.slider6-dots .slick-dots button,
.slider7-dots .slick-dots button,
.slider8-dots .slick-dots button{
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #dcdcdc;
  border-radius: 50%;
}
.slider1-dots .slick-dots .slick-active button,
.slider2-dots .slick-dots .slick-active button,
.slider3-dots .slick-dots .slick-active button,
.slider4-dots .slick-dots .slick-active button,
.slider5-dots .slick-dots .slick-active button,
.slider6-dots .slick-dots .slick-active button,
.slider7-dots .slick-dots .slick-active button,
.slider8-dots .slick-dots .slick-active button{
  background: #FF779D;
}

  .Area07:before {
    position: absolute;
    content:"";
    top: 110px;
    right: calc(50% - 614px);
    transform: translate(100%, -100%);
    width: 320px;
    height: 171px;
    background: url("../images/illust/illust_05.png") no-repeat center / contain;
  }

/*リンク無しアイテム*/
.nolink:hover {
  text-decoration: none !important;
  opacity: 1 !important;
}
.nolink img:hover {
  opacity: 1 !important;
}

.caption {
  margin-top: 8px;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.5;
}

/*--------------------------------文字サイズ指定---------------------------------------------*/
.px {
  font-size: 14px;
}

.px01{
    width: 1200px;
    margin: 0px auto;
    font-size: 14px;
    line-height: 2;
    color: #22B6BB;
    font-weight: bold;
    text-align: center;
  }

  @media screen and (max-width: 750px) {
    .px {
      font-size: 12px;
    }
    
    .px01{
      width: 100%;
		  padding: 5px 0px;
		  box-sizing: border-box;
      font-size: 12px;
    }