@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Crimson+Text:600|Roboto');
.wrap {
	width:974px;
	margin:0 auto;
}
.inner-wrap {
	width:760px;
	margin:0 auto;
}

.btn{
	display: block;
	margin: 0 auto;
}

img {
	max-width:100%;
}
a { outline: none; }

/* head */
#utility{
	padding-top:10px;
	padding-bottom:10px;
}
#utility h1{
	float:left;
}
#utility ul{
	float:right;
}
#utility ul li{
	padding-left:10px;
	float:left;
}
#utility ul li.sns_fb{
	width:82px;
	overflow:hidden;
}
/* cont */
#breadcrumb {
	font-size:14px;
/*	margin-bottom:714px;*/
}
#breadcrumb a {
	color:#000;
}
#main-visual {
	width:100%;
	height:auto;
/*	background:#f2f2f2;*/
	text-align:center;
/*	position:fixed;
	top:220px;
	left:0;*/
	z-index:1;
}
#contents .ttl{
text-align:center;
}
#contents .ttl h3{
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 1.6px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 50px;
    display: inline-block;
    max-width: 94%;
    color: #000;
    line-height: 2;
}
#contents {
	width:100%;
	background:#fff;
	padding:32px 0 0;
	position:relative;
	z-index:2;
}

/* ボタンカラー -------------------*/
/* CHECKボタン */
#article-main section .item-list dd .btn-check {
	background-color:#6b6b6b;
	background-image: url(../img/btn_check.png);
}
/* CHECKボタン(hover) */
#article-main section .item-list dd .btn-check:hover {
	background-color:#000000;
}
/* 「ブランドサイトはこちら」ボタン */
#brand-info a.brandBtn {
	background-color:#6b6b6b;
	color:#fff;
}
/* 「ブランドサイトはこちら」ボタン(hover) */
#brand-info a.brandBtn:hover {
	background-color:#000000;
}
.name-adj{
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
}
.name-adj span{
	letter-spacing: 0;
}
.pic-border{
	outline: solid 1px #cccccc;
}
.small{
	font-size: 17px;
}

#article-main section.lead-bloc  {
	display: block;
  padding: 0 3%;
}
#article-main section {
	margin-bottom:115px;
	display: -webkit-flex;
  display: flex;
	-webkit-justify-content: space-between;
  justify-content: space-between;
	width: 1260px;
}
/* #article-main section:nth-of-type(2n) {
	-webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
} */

#article-main section .pic-bloc {
	width: 48%;
}
#article-main section .txt-bloc {
	width: 48%;
  margin-left: 2%;
}
#article-main section.cf:nth-of-type(2n) .txt-bloc{
	margin-left: 0;
	margin-right: 2%;
}
#article-main section .txt-bloc .name{
	font-weight: normal;
	line-height: 1.6em;
	vertical-align: middle;
}
#article-main section .txt-bloc .num{
	font-size: 36px;
	position: relative;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
  padding: 5px;
	/*display: inline-block;*/
	margin-right: 20px;
	font-family: 'Roboto', sans-serif;
}
#article-main section .txt-bloc .num.coordinate{
	font-size: 23px;
	position: relative;
	color: #000;
	text-decoration: none;
	display: block;
	margin-right: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
}
#article-main section .txt-bloc .num.coordinate + .name{
	margin-top: 20px;
}
#article-main section .txt-bloc .caption{
	font-size: 17px;
	line-height: 1.8;
  margin-bottom: 30px;
}
#article-main section .txt-bloc .btn{
  margin-top: 15px;
}
#article-main section .txt-bloc .btn a{
  font-size: 12px;
  padding: 8px 0;
  width: 184px;
}
#article-main section .itemBox {
	margin: 0;
  padding: 6px 10px;
}
#article-main section .itemBox .itemInner .itemName {
	font-size:17px;
	text-align:left;
	width: 25%;
	float: left;
}
#article-main section .itemBox .itemInner .itemPrice {
	width: 45%;
	text-align: right;
	float: right;
}
#article-main section .itemBox .itemInner .itemPrice p{
	text-align: left;
	font-size:17px;
	white-space:nowrap;
	display: block;
}
#article-main section .itemBox .itemBtn {
	width: 26%;
	float: right;
}
#article-main section .itemBox .itemBtn a{
	display:block;
	margin-top: -2px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
	white-space: nowrap;
  margin-left: auto;
	overflow:hidden;
  color: #fff;
  background-color: #000;
  text-decoration: none;
}
#article-main section .itemBox .itemBtn span{
	text-align: right;
	color: #999999;
	display: block;
	margin-top: 2px;
	font-size: 10px;
}
#article-main section .itemBox .itemBtn a:hover {
	background-color:#000;
}
#article-main section .itemBox .note{
	margin-top: 5px;
}
#article-main .bx-wrapper .bx-pager{
  display: none;
}
#brand-info {
	background:#eee;
	padding:25px 0;
}
#brand-info .inner-wrap {
	display:table;
	background:#fff;
	width:760px;
}
#brand-info .logo {
	display:table-cell;
	vertical-align:middle;
	width:280px;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}
#brand-info .logo em {
	display:block;
	text-align:center;
	margin-bottom:35px;
}
#brand-info a.brandBtn {
	display:block;
	width:233px;
	margin-left:auto;
	margin-right:auto;
	line-height:40px;
	text-align:center;
	background-color:#6b6b6b;
	color:#fff;
	font-size:13px;
	text-decoration:none;
}
#brand-info a.brandBtn:hover {
	background-color:#000000;
}
#brand-info .brand_right {
	display:table-cell;
	width:480px;
	vertical-align:middle;
	padding-top:20px;
	padding-bottom:20px;
}
#brand-info .brand_right p.title_txt {
    display: block;
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
}
#brand-info .brand_right h4.title {
    display: block;
    font-size: 13px;
    font-weight: normal;
    padding-bottom: 20px;
}
#brand-info .brand_right p{
	line-height:2;
  font-size: 12px;
}
/*ページトップ*/
#pagetop {
	text-align: right;
	padding-right:90px;
	margin-bottom:10px;
}
#pagetop a {
	display:inline-block;
	text-align:center;
	color:#939393;
	text-decoration:none;
	padding-top:55px;
	background:url(../img/pagetop.png) no-repeat center top;
}
#pagetop a span {
	font-size:10px;
}
#pagetop a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
.btnArea .btn02{
	width: 50%;
	max-width: 300px;
}
.btnArea .btn02 + .btn02{
	margin-left: 10px;
}
.btnArea .btn02 a{
	display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
	padding: 20px 0;
    text-align: center;
    background-color: #6b6b6b;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
	position: relative;
}
.btnArea .btn02 a:hover{
	opacity: 0.6;
}
.btnArea .btn02 a:after{
    content: "";
    position: absolute;
	right: 10px;
    top: 50%;
    margin: -4px 0 0 0;
    width: 6px;
    height: 6px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);	
}
/*ボタン*/
.btnArea {
  margin-bottom: 60px;
	display: -webkit-flex;
  display: flex;
	-webkit-justify-content: space-between;
  justify-content: space-between;
}
.btnArea .btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	margin: 0 auto;
  padding: 20px 0;
	text-align: center;
	background-color: #000000;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	position: relative;
}
.btnArea .btn.longTxt a {
    line-height: 1.3;
    padding: 6px 0 7px;
}
.btnArea .btn a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btnArea .btn a:hover {
  background-color: #6b6b6b;
}
.btnArea02 {
	margin-bottom: 120px;
}
/*追加*/
.bxslider_auto .img02{
    display: none;
}
.bx-viewport .bxslider_auto .img02{
    display: block;
}
#special-cont a:hover{opacity: .75}
.btn a{
  display: block;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
  background-color: #000000;
  color: #fff;
  text-decoration: none;
}
#main-visual .logo{
  margin: 70px auto 35px;
}
#article-main section.cf{
  width: 974px;
  margin-left: auto;
  margin-right: auto;
}
#article-main section.cf:last-of-type{
  margin-bottom: 15px;
}
.lead-area{
  padding: 0 104px;
  margin-bottom: 70px;
	text-align: center;
}
.lead-area img {
	margin: 0 auto 30px;
}
.lead-bloc {
	margin-bottom:20px;
}
.lead-bloc h2{
  margin: 25px 0 30px;
  text-align: center;
  font-size: 21px;
  color: #707070;
}
.lead-bloc p {
	font-size: 16px;
	line-height: 1.8em;
  color: #707070;
  text-align: center;
	word-break: break-all;
}
.lead-bloc p + p{
  margin-top: 1rem;
}
.img-box + .img-box{
  margin-top: 45px;
}
.img-box .btn{
  margin-top: 40px;
}
.thanks + .btn a,
.img-box .btn a{
  width: 580px;
  font-size: 22px;
}
.img-box .colum02{
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin: 45px 0;
}
.img-box .colum02 img{
  width: 450px;
}
.img-box .slider{
  margin-top: 45PX;
}
.thanks{
	margin: 0 auto 58px;
	font-size: 16px;
	text-align: center;
}
.announce{
  padding: 0 107px 40px;
}
.announce p,
.announce td{
  line-height: 1.6;
}
.announce .txt,
.announce .outline,
.announce .notice{
  font-size: 21px;
}
.announce tr{
  display: block;
}
.announce th,
.announce td{
  vertical-align: top;
}
.announce th{
  width: 7.5rem;
}
.announce .btn a{
  font-size: 13px;
}
.store01{
  padding-bottom: 60px;
}
.store::before {
	content: "";
	display: block;
  /* border-top: solid 1px #707070; */
  border-top: 2px dashed #000000;
  height: 2px;
  width: 100%;
  
}
/* .store:after{
  content: "";
  display: block;
  border-bottom: solid 1px #707070;
  height: 2px;
  width: 100%;
} */
.store .ttl{
  font-size: 21px;
  padding-top: 53px;
	/* color: #707070; */
}
.store .ttl span.pc{
  display: inline-block;
}
.store01{
  margin-top: 110px;
}
.store01 .ttl{
  margin-bottom: 60px;
}
.store02 .ttl{
  margin-bottom: 30px;
}



/* .store .ttl:before {
  content:"";
  display: inline-block;
  border-top: solid 1px #707070;
  width: 100%;
  height: 2px;
  margin-bottom: 3px;
} */
/* .store .ttl:before{
  margin-right: 2px;
}
.store .ttl:after{
  margin-left: 2px;
} */
.store .txt{
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
}
.store .store-list dt,
.store .store-list dd{
  text-align: center;
}
.store .store-list dt{
  font-size: 17px;
  margin-bottom: 5px;
}
.store .store-list dd{
  font-size: 14px;
}
.store .store-list dl + dl{
  margin-top: 30px;
}



.service{
  margin-bottom: 50px;
}
.service .ttl{
  font-size: 21px;
  margin-bottom: 20px;
  line-height: 1.8;
}
.service .outline{
  line-height: 1.8;
  font-size: 17px;
  text-align: center;
}
.service .notice{
  margin-top: 5px;
  font-size: 14px;
  color: #CC1111;
  text-align: center;
}
.service .btn{
  margin-top: 25px;
}
.service .btn a{
  width: 300px;
  padding: 20px 0;
}

/* 220225 追記 */

h1 {
	margin-bottom: 10px;
}

.flex {
	display: flex;
	justify-content: space-between;
}

.flex-small {
	margin: 0 auto;
	width: 820px;
}

.flex-small img {
	width: 390px;
}

.flex-large {
	margin: 0 auto;
	width: 1260px;
}

.flex-right {
	margin-top: 328px;
}

.flex-left__first {
	margin-bottom: 173px;
}

.flex-right__first {
	margin-bottom: 283px;
}

.img-center {
	margin: 0 auto 40px;
	width: 1200px;
}

.mb200 {
	margin-bottom: 200px;
}

.btnArea .btn .content-none::after {
	content: none;
}

.announce {
	margin: 0 auto;
	max-width: 1200px;
}



/* .store02::after {
	content: "";
	display: block;
	border-bottom: solid 1px #707070;
	height: 2px;
	width: 100%;
} */

.img-box {
	margin: 0 auto 136px;
	max-width: 1200px;
}

.mb160 {
	margin-bottom: 160px;
}
.lead-bloc__desc {
	margin: 0 auto;
	width: 800px;
}
.en{
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.lead-bloc .lead-text {
	margin-bottom: 50px;
	font-size: 20px;
}



@media all and (min-width: 640px) and (max-width: 996px) {
	.wrap {
		max-width:100%;
		padding:0 10px;
	}
	#main-visual {
		height:auto;
	}
}

@media only screen and (max-width:748px){
	.pc {
		display:none !important;
	}
	.smp {
		display:block;
	}
	img.smp {
		display:inline;
	}
	.wrap {
		width:auto;
	}
	h1 {
		margin-bottom: 0;
	}
	.inner-wrap,#brand-info .inner-wrap {
		width:auto;
		padding:0 20px;
	}

  #contents .ttl{
  text-align:center;
  }
  #contents .ttl h3{
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.6;
	}
	
	.lead-bloc h2{
		font-size: 28px;
		margin-bottom: 30px;
	}

/* cont */
	#breadcrumb {
		font-size:10px;
		margin-bottom:10px;
		padding:0 20px;
	}
	#main-visual {
		height:auto;
		position: relative;
		top: auto;
	}
	#contents {
		padding: 35px 0 0;
	}

	.lead-bloc {
		padding:0;
		text-align:left;
		margin-bottom:40px;
	}
	#article-main .lead-bloc {
		padding: 0 3%;
	}
	.lead-bloc {
		text-align:center;
	}
	.lead-bloc p {
		text-align:left;
    font-size: 14px;
		line-height: 1.6em;
	}
	#article-main section {
    display: block;
		margin-bottom: 40px;
	}
	#article-main section+section {
		margin-top: 0;
	}
	#article-main section .pic-bloc {
		width:100%;
		margin:0 auto;
		text-align: center;
	}
	#article-main section .pic-bloc img {
		width:94%;
	}
  #article-main section .pic-bloc .bx-wrapper {
    margin-bottom: 30px;
  }
	#article-main section .txt-bloc {
		width:auto;
    padding: 15px 3%;
    margin-left: 0;
	}
	#article-main section:nth-of-type(2n) .txt-bloc {
    margin-right: 0;
	}
	#article-main section .txt-bloc .name {
    display: block;
	}
	#article-main section .txt-bloc .num img{
		width: auto;
	}
	#article-main section .txt-bloc .num.coordinate + .name {
    margin-top: 15px;
	}
	#article-main section .itemBox {
	  padding: 10px 1%;
	}
	/* #article-main section .itemBox .itemInner .itemPrice {
     width: auto;
	} */
	#article-main section .itemBox .itemInner .itemName {
    font-size: 12px;
	}
	#article-main section .itemBox .itemInner .itemPrice p {
    font-size: 12px;
		text-align: left;
	}
	#article-main section .txt-bloc .caption{
    margin: 15px 0 5px;
		padding: 15px 0;
	}
	#brand-info {
		padding: 10px 0;
	}
	#brand-info .inner-wrap {
		display:block;
		padding:20px 20px;
	}
	#brand-info .logo {
		display:block;
		width:auto;
		text-align:center;
		margin-bottom:0;
	}
	#brand-info .logo em {
		display:block;
		width:auto;
		margin-bottom:0;
	}
	#brand-info .logo em img{
		width:40%;
	}
	#brand-info .brand_right {
		display:block;
		width:auto;
		font-size:100%;
	}
	#brand-info .brand_right p.title_txt,#brand-info .brand_right h4.title {
		text-align:center;
	}
	#brand-info .brand_right p {
		line-height:1.8;
		width:auto;
	}
	#brand-info p br {
		display:none;
	}

	#pagetop {
		padding-right:30px;
		position:relative;
		z-index:10;
	}
	#pagetop a {
		padding-top:0;
		width:45px;
		height:45px;
		background-image:url(../img/sp/pagetop.png);
		background-size:contain;
	}
	#pagetop a span {
		display:none;
	}
	.thanks{
		margin-bottom: 40px;
		padding: 0 3%;
	}
  
  .btnArea .btn02 {
    margin-bottom: 10px;
		display: block;
		max-width: 100%;
		width: 100%;
}
	.btnArea .btn02 + .btn02{
	margin-left: 0;
}
.btnArea .btn02 a{
	display: block;
    margin-left: auto;
    margin-right: auto;
	padding: 20px 0;
    text-align: center;
    background-color: #6b6b6b;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
	position: relative;
    max-width: 100%;
}
.btnArea .btn02 a:hover{
	opacity: 0.6;
}
.btnArea .btn02 a:after{
    content: "";
    position: absolute;
	right: 10px;
    top: 50%;
    margin: -4px 0 0 0;
    width: 6px;
    height: 6px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);	
}
	/*ボタン*/
	.btnArea {
	  margin-bottom: 50px;
	  display: block;
	}
	.btnArea .btn{
		width: 80%;
		margin: 0 auto;
	  margin-bottom: 10px;
		display: block;
	}
	.btnArea .btn a{
		min-width: 208px;
		width: auto;
	}
	.btnArea02 {
		margin-bottom: 80px;
	}
/*追加*/
#special-cont a:hover{opacity: 1}
.btn a{
  padding: 12px 0;
  width: 80%!important;
}
.lead-area{
  padding: 0;
}
#article-main section.cf{
  width: 100%;
}
#article-main section.cf:last-of-type{
  margin-bottom: 10px;
}
.lead-bloc {
	margin-bottom:10px;
}
#play,#after{
  margin-top:0;
}
#golf_cp01,#golf_cp02{
  margin-top: -20px;
  padding-top: 20px;
}
  .about{
    padding: 15px;
    margin: 0 3% 50px;
  }
  .about .ttl-box{
    padding: 0 10px;
    justify-content: center;
  }
  .about .ttl-box img{
    width: 56px;
    margin-right: 15px;
  }
   .about .ttl-box p{
    font-size: 12px;
  }
  .about .txt{
    margin: 20px 0 15px;
    font-size: 12px;
  }
  .about .btn a{
    font-size: 13px;
  }
  .page-nav{
    margin: 0 3% 60px;
  }
  .page-nav .nav-box{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
  .page-nav .nav-box a{
    display: block;
    width: 30%;
  }
  .page-nav .nav-box .ttl{
    margin-bottom: 16px;
  }
  .page-nav .nav-box .ttl img{
    height:25px;
  }
  #article-main .sec .lead{
    margin-bottom: 75px;
  }
  #article-main .sec .lead .ttl{
    text-align: center;
    margin-bottom: 21px;
  }
  #article-main .sec .lead .ttl img{
    width: 155px;
  }
  #article-main .sec .lead .txt{
    margin-top: 15px;
    font-size: 16px;
    padding-left: 3%;
    padding-right: 3%;
  }
  #article-main section .txt-bloc .name{
    font-size: 18px;
    margin-bottom: 17px;
  }
	#article-main section {
		flex-direction: column;
		width: 100%;
	}
  #article-main section .txt-bloc .caption{
    font-size: 14px;
  }
  #article-main section .txt-bloc .btn{
    margin-top: 10px;
  }
  #article-main section .itemBox .itemInner .itemName {
    font-size:14px;
  }
  #article-main section .itemBox .itemInner .itemPrice p{
    font-size:14px;
  }
  #article-main section .itemBox .itemBtn a{
    width:70px;
    height:25px;
    font-size: 14px;
  }
  .lead-area{
  padding: 0;
}
.lead-bloc {
	margin-bottom:30px;
}
.lead-bloc h2{
  margin: 13px 0 25px;
  font-size:16px;
}
.lead-bloc p {
	font-size:13px;
}
.img-box + .img-box{
  margin-top: 22px;
}
.img-box .btn{
  margin-top: 20px;
}
.thanks + .btn a,
.img-box .btn a{
  font-size: 16px;
}
.img-box .colum02{
  width: 100%;
  display: block;
  margin: 22px 0;
}
.img-box .colum02 img{
  width: 100%;
}
.img-box .colum02 img + img{
  margin-top: 22px;
}
.img-box .slider{
  margin-top: 22PX;
}
.thanks{
	text-align: center;
	margin-top: 15px;
	margin-bottom: 70px;
}
.announce{
  padding: 0 3% 20px;
}
.store:after{
  margin: 35px auto 0;
  width: 100%;
}
.announce .txt,
.announce .outline,
.announce .notice{
  font-size: 14px;
}
.announce th{
  width: 4.5rem;
}
.store{
  padding-bottom: 30px;
}
.store .ttl{
  font-size: 16px;
  padding-top: 10px;
  position: relative;
}
.store01{
  margin-top: 55px;
}
.store01 .ttl{
  margin-bottom: 30px;
}
.store02 .ttl{
  margin-bottom: 15px;
}
.store .ttl:before,
.store .ttl:after{
  width: 35px;
  margin-bottom: 1px;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
}
.store .ttl:before{
  left: calc(50% - 130px);
}
  .store .ttl:after{
  right: calc(50% - 130px);
}
.store .txt{
  margin-bottom: 20px;
  font-size: 14px;
}
.store .store-list dt{
  font-size: 14px;
  margin-bottom: 3px;
}
.store .store-list dd{
  font-size: 12px;
}
.store .store-list dl + dl{
  margin-top: 20px;
}
.service{
  margin-bottom: 25px;
}
.service .ttl{
  font-size: 14px;
  margin-bottom: 10px;
}
.service .outline{
  font-size: 14px;
}
.service .notice{
  font-size: 12px;
}
.service .btn{
  margin-top: 15px;
  width: 84%;
}

/*220225 追記 */
.flex-small {
	width: 100%;
	padding: 0 3%;
}
.flex-small a{
	width: 50%;
	margin: 0 10px;
}
.flex-small img {
	margin-bottom: 30px;
	width: 100%;
}
.flex-left img {
	width: 100%;
}
.flex-right img {
	width: 100%;
}
.flex-right__first {
	margin-bottom: 30px;
}
.img-center {
	width: 100%;
}
.flex-left__first {
	margin-bottom: 30px;
}
.flex-right {
	margin-top: 0;
}
.large-top {
	margin-bottom: 30px;
}
.lead-bloc__sp {
	padding: 0 3%;
}
.announce {
	width: 100%;
}
.img-box {
	margin-bottom: 40px;
}
.mb160 {
	margin-bottom: 40px;
}
.lead-bloc__desc {
	width: 100%;
}
.lead-bloc .lead-text {
	margin-bottom: 20px;
	font-size: 16px;
}
}


@media only screen and (min-width:641px){
	.smp {
		display:none !important;
	}
	.pc {
		display:block;
	}
	img.pc {
		display:inline;
	}
}
