.h_bar {
	display: none;
}
.mb_0 { margin-bottom: 0px !important;}
.mb_10 { margin-bottom: 10px !important;}
.mb_20 { margin-bottom: 20px !important;}
.mb_30 {
	margin-bottom: 30px !important;
 }
.mb_40 { margin-bottom: 40px !important;}
.mb_60 { margin-bottom: 60px !important;}
.f-12 {font-size: 1.2rem !important;}
.f-13 {font-size: 1.3rem !important;}
.f-y {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
#mainArea  {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-size: 1.0rem;
	line-height: 2.0;
}
.lead_ {
	font-size: 1.4rem;
    text-align: center;
    margin: 6% auto 11%;
    display: block;
	
}
section {
	width: 760px;
	margin: 0 auto;
	margin-bottom: 6%;
	line-height: 2.0 !important;
}
.in-blc {
    display: inline-block;
	vertical-align: middle;
}

.about-text_ {
	width: 46%;
	margin: 0 auto;
	display: inline-block;
	vertical-align: middle;
}
.about-img_ {
	width: 42%;
	margin: 0 auto;
	display: inline-block;
	vertical-align: middle;
}
.m-right {
	margin-right: 11%;
}
.m-left {
	margin-left: 11%;
}
h3 {
	writing-mode: vertical-rl;
    font-size: 2.4rem;
    line-height: 1.8;
    letter-spacing: 1px;
	color: #fff;
	font-family: "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif !important; 
}
h4 {
	font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    display: block;
    margin-bottom: 15px;
}
.pink {
    background: #fabcca !important;
}
.under-line {
	background:linear-gradient(transparent 60%, #ffacac 0%) 
}
.po-r {
	position: relative;
}
.po-a {
	position: absolute;
}
.about {
	width: 700px;
	margin: 0 auto;
}
.img-c {
	-webkit-backface-visibility: hidden;
}
.main-img_ {
	position: relative;
}
.buyer {
	width: 66px;
	margin: 0 auto;
	margin-bottom: 15px;
}
.buyer img {
	width: 100px;
	-webkit-backface-visibility: hidden;
}
.line__ {
	width: 760px;
	margin: 0 auto;
	margin-bottom: 6%;
}

.sub_text {
	position: absolute;
    bottom: 0px;
	z-index: 2;
}

.price {
	font-size: 1.2rem;
    font-weight: 400;
    width: 68%;
    display: inline-block;
    line-height: 1.7;
    vertical-align: middle;
}
.price2 {
	font-size: 1.1rem;
    font-weight: 400;
    width: 60%;
    display: inline-block;
    line-height: 1.6;
    vertical-align: middle;
}
.button_ {
  margin: 2% 0px;
  width: 60px;
  height: 30px;
  border: solid 1px #222;
  background: #fff;
  text-align: center;
  transition : 1s;
}
.eff {
  text-decoration: none;
	line-height: 30px;
	color: #222 !important;
	font-size: 12px;
}
.button_:hover{
    background: #222;
	border: solid 1px #222;
	color: #fff !important; 
	transition : .3s;
}
.eff:hover {
  color: #fff !important; 
}
.button2_ {
  margin: 2% 0px;
  width: 60px;
  height: 28px;
  border: solid 1px #222;
  background: #fff;
  text-align: center;
  transition : 1s;
}
.eff2 {
  text-decoration: none;
	line-height: 28px;
	color: #222 !important;
	font-size: 11px;
}
.button2_:hover{
    background: #222;
	border: solid 1px #222;
	color: #fff !important; 
	transition : .3s;
}
.eff2:hover {
  color: #fff !important; 
}

.button_all {
	font-size: 1.5rem;
	margin: 8% auto;
    width: 380px;
    height: 60px;
    border: solid 1px #222;
    background: #222;
    text-align: center;
    transition: 1s;
  }
  .eff3 {
	text-decoration: none;
	  line-height: 59px;
	  color: #fff !important;
  }
  
  .button_all:hover{
	  background: #fff;
	  border: solid 1px #222;
	  color: #222 !important; 
	  transition : .3s;
  }
  .eff3:hover {
	color: #222 !important; 
  }
.buyer_area {
	width: 535px;
	margin: 0 auto;
}
.balloon-top {
  position: relative;
  display: inline-block;
  margin-top: 5%;
  padding: 8%;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 12px;
  background: #FFF;
  border: solid 1px #555;
  box-sizing: border-box;
}

.balloon-top:before {
        content: "";
    position: absolute;
    top: -27px;
    left: 50%;
    margin-left: -16px;
    border: 13px solid transparent;
    ransparent: ;
    border-bottom: 14px solid #FFF;
    z-index: 2;
}

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

.balloon-top p {
  margin: 0;
  padding: 0;
}
