@import url('font/font.css');

/* -----------------------------------
   リセット 必要ない場合削除 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, a:hover,abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    list-style:  none;
}
h1,h2,h3,h4,h5,h6,td,th,p,ul,li,dt,dd {
    font-size: 1em;
}

body {
	-webkit-text-size-adjust: 100%;
	font-size: 14px;
	font-family: "KOZGOPR6N-REGULAR","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	width: 100%;
	min-width: 1280px;
	margin: 0;
	padding: 0;
	background:#fff;
	color: #444;
}

#container{
	width: 100%;
	height: auto;
}

/* ------------ header ---------------- */

#header{
	position:fixed;
	top: 0px; 
	left: 0;
	width: 100%;
	z-index: 2;
	background: rgba(255,255,255,0.9);
}

.gnavi{
/*	margin-top: 30px;
	margin-right: 20px;
        margin-bottom: 35px;*/
	/*float: right;*/
        margin: 30px auto 35px;
        overflow: hidden;
}
@media (min-width: 768px){
    .gnavi{
        width: auto;
    }
}
@media (min-width: 1200px){
    .gnavi{
        width: 1170px;
        padding: 0 15px;
    }
}

.gnavi ul{
	width: 870px;
	height: 40px;
	margin-top: 15px;
	text-align: center;
        float: right;
}

.gnavi ul li{
	position: relative;
	width: 120px;
	height: 40px;
	float: left;
	list-style: none;
}

.gnavi ul li:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	height: 14px;
	margin-top: auto;
	margin-bottom: auto;
	background-color: #231815;
	content: ""
}


.gnavi li a{
	line-height: 40px;
	text-decoration: none;
	color: #444;
	display: block;
}

.gnavi li a:hover{
	opacity: 0.6;
}

.gnavi ul li.last{
	height: 40px;
	float: left;
	list-style: none;
}

#panel-btn, #panel-btn-icon, #panel{display: none;}

h1.h_logo{
	margin-top: 15px;
  margin-bottom: 15px;
	margin-left: 20px;
	float: left;
        position: absolute;
        left: 20px;
        top: 15px;
}

h1.h_logo a{
	display: block;
	width: 262px;
	height: 89px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/common/blooming_header_logo.png) no-repeat;
	background-size: cover;
}

#top{
	width: 100%;
	height: 100%;
	position: relative;
}


strong{
	font-size:  140%;
	font-weight: bold;
}

/* ------------ containts ---------------- */

#containts{
	width: 100%;
	margin: 120px auto 100px;
}

#wall{
	width: 1080px;
	position: relative;
	overflow: hidden;
	margin:0 auto 100px;
}

section.wall{
	width: 600px;
	float:right;
}

section.wall h1{
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 15px;
	font-family: "KOZGOPR6N-REGULAR","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

section.wall h1 span{
	font-size: 20px;
	font-weight: bold;
	background: #333;
	color: #fff;
	padding: 2px 10px;
	margin-bottom: 20px;
	margin-right: 10px;
}

section.wall h2{
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 2.0;
	margin-left: 5px;
}

section.wall h2 span{
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #444;
	padding: 2px 7px;
	margin-bottom: 20px;
	margin-right: 10px;
}

section.wall ul{
	margin-left:45px;
}

section.wall li{
	line-height: 2.0;
	font-size: 15px;
}

#works{
	width: 100%;
	height: auto;
	position: relative;
	padding-top: 100px;
	overflow: hidden;
}

#works h2{
	width: 120px;
	height: 45px;
	margin: 0 auto 15px;
	text-indent: -9999px;
	display: block;
	text-align: center;
	background: url(../img/top/midasi_works.jpg) no-repeat;
}

section.works{
	width: 100%;
	position: relative;
	border-top: 1px solid #444;
}

#works ul{
	width: 975px;
	margin: 15px auto 0;
}

#works li{
	width: 165px;
	height: 160px;
	float: left;
	margin: 15px;
}

#works li a:hover{
	opacity: 0.8;
}

#works li img{
	width: 165px;
	height: 160px;
}

.off{
	opacity: 0.4;
}

#news{
	width: 100%;
	height: auto;
	position: relative;
	padding-top: 42px;
	overflow: hidden;
}

#news h2{
	width: 120px;
	height: 45px;
	margin: 0 auto 15px;
	text-indent: -9999px;
	display: block;
	text-align: center;
	background: url(../img/top/midasi_news.jpg) no-repeat;
}

#news h3{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
}

section.news{
	width: 100%;
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #444;
}


section.news iframe{
	width: 500px;
	margin: 15px auto 0;
	display: block;
}

#about{
	width: 800px;
	margin: 0 auto;
	padding-top: 30px;
}

section.co h2{
	width: 50px;
	height: 50px;
	color: #fff;
	background:#444;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	float: left;
	margin-right: 100px;
}

section.co h3{
	width: 800px;
	height: 50px;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
}

section.co ul{
	width: 900px;
	margin-left: 145px;
	margin-bottom: 100px;
	line-height: 3.0;
}

section.po h2{
	width: 50px;
	height: 40px;
	color: #fff;
	background:#444;
	border-radius: 50%;
	text-align: center;
	padding-top: 10px;
	line-height: 1.2;
	float: left;
	margin-right: 100px;
}

section.po h3{
	width: 800px;
	height: 50px;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
}

section.po ul{
	width: 900px;
	margin-left: 145px;
	line-height: 3.0;
	margin-bottom: 100px;
}

section.about h2{
	width: 50px;
	height: 40px;
	color: #fff;
	background:#444;
	border-radius: 50%;
	text-align: center;
	padding-top: 10px;
	line-height: 1.2;
	float: left;
	margin-right: 100px;
}

section.about dl{
	width: 900px;
	margin-left: 145px;
	line-height: 3.0;
	margin-bottom: 30px;
}

section.about dt{
	width: 100px;
	float: left;
}

section.about dd{
	width: 800px;
}

#page{
	width: 100%;
	margin: 0 auto;
}

#page h2{
	width: 100%;
	height: 45px;
	text-align: center;
	display: block;
	margin: 150px auto 50px;
	border-bottom: 1px solid #aaa;
	padding-bottom: 20px;
}

section.ad{
	width: 1080px;
	margin: 0 auto 50px;
	overflow: hidden;
}

section.ad img{
	width: 500px;
	height: 263px;
}

section.ad h3{
	width: 500px;
	font-size: 23px;
	font-weight: bold;
	padding-top: 30px;
}

section.ad ul{
	width: 500px;
	margin: 20px auto;
}

section.ad li{
	width: 500px;
	margin: 15px 5px;
	font-size: 17px;
}

#page h4{
	padding-top: 50px;
	margin-bottom: 80px;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	color: #d1201b;
}

section.btn{
	width: 620px;
	margin: 0 auto 100px;
	overflow: hidden;
}

section.btn h5{
	width: 350px;
	height: 25px;
	margin: 0 auto;
	font-size: 18px;
	text-indent: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 26px;
	background: url(../img/cont/mark.jpg) 0 50% no-repeat;
}

section.btn a{
	width: 250px;
	height: 60px;
	display: block;
	margin: 30px;
	text-align: center;
	font-size: 21px;
	color: #fff;
	text-decoration: none;
	line-height: 60px;
	float: left;
	background: linear-gradient(to bottom right, #888, #333);
}

section.btn a:hover{
	opacity:0.7;
}

.left{float: left;}

.right{float: right;}

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

.naka{
	width: 100%;
	margin: 0 auto 50px;
	text-align: center;
}

.mt30{
	margin-top: 30px;
}

/* ------------ footer ---------------- */

#footer{
	background: #d1d3d4;
	padding: 21px 0 18px;
}

#footer p.cr{
	width: 100%;
	color: #444;
	font-size: 13px;
	margin: 15px auto 0;
	text-align: center;
}

#footer ul{
	font-size: 15px;
}

#footer li{
	width: 123px;
	float: left;
	line-height: 1.1;
	list-style: none;
	text-align: center;
	border-left: 1px solid #444;
}

#footer li.last{
	border-left: 1px solid #444;
	border-right: 1px solid #444;
}

#footer li:hover{
	opacity: .7;
}

#footer a {
	text-decoration: none;
	color: #444;
}


/* ------------ googleリマーケティングタグ隙間対策 ---------------- */
iframe[name="google_conversion_frame"] { position: absolute; top: 0; }


/* ------------ mail ---------------- */
form {
  /* フォームをページの中央に置く */
  margin: 0 auto;
  width: 600px;
  /* フォームの範囲がわかるようにする */
  padding: 2.5em 0;
  border: 1px solid #CCC;
  border-radius: 1em;
  margin-bottom: 150px;
}

#contact h3{
	width: 800px;
	height: 50px;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	margin-left: 100px;
	margin-bottom: 15px;
	padding-top: 100px;
}


form div + div {
  margin-top: 1em;
}

label {
  /* すべてのラベルを同じサイズにして、きちんと揃える */
  display: inline-block;
  width: 250px;
  text-align: right;
  font-size: 18px;
}

input, textarea {
  /* すべてのテキストフィールドのフォント設定を一致させる
     デフォルトで、textarea は等幅フォントが設定されている */
  font: 1em sans-serif;

  /* すべてのテキストフィールドを同じサイズにする */
  width: 250px;
  box-sizing: border-box;

  /* テキストフィールドのボーダーの外見を同一にする */
  border: 1px solid #999;
}

input:focus, textarea:focus {
  /* アクティブな要素を少し強調する */
  border-color: #000;
}

textarea {
  /* 複数行のテキストフィールドをラベルにきちんと揃える */
  vertical-align: top;

  /* テキスト入力に十分な領域を与える */
  height: 5em;
}

.button {
  /* ボタンを他のテキストフィールドと同じ場所に置く */
  padding-left: 350px; /* label 要素と同じサイズ */
}

button {
  /* このマージンは、ラベルとテキストフィールドの間のスペースと
     おおよそ同じスペースを表す */
  margin-left: .5em;
}


@media screen and (max-width : 640px) {
body {
	-webkit-text-size-adjust: 100%;
	font-size: 15px;
	font-family: "KOZGOPR6N-REGULAR","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	width: 640px;
	min-width: 640px;
	margin: 0;
	padding: 0;
	background:#fff;
	color: #444;
}

#container{
	width: 100%;
	height: auto;
}

/* ------------ header ---------------- */

#header{
	position:fixed;
	top: 0px; 
	left: 0;
	width: 100%;
	height:  90px;
	background: rgba(255,255,255,0.85);
	border-bottom: solid 1px #444;
}

#panel{display: none;}
.gnavi{display: none;}
.navi, #panel-btn, #panel-btn-icon{display: block;}

#panel{
	position:absolute;
	width: 100%;
	height: 60px;
	margin-right: 0;
	float: right;
}

#panel ul{
	width: 100%;
	height: auto;
	margin-top: 0px;
	background: rgba(50,50,50,0.9);
	z-index: 9999;
	position: absolute;
	top: 91px;
	left: 0;
}

#panel li{
	width: 90%;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	text-align: left;
	clear: left;
	color: #fff;
}

#panel li a{
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	padding: 30px 5% 25px;
	margin: 0;
	text-align: left;
	clear: left;
	color: #fff;
	text-decoration: none;
	display: block;
	background: rgba(50,50,50,0.5);	z-index: 9999;
}

#panel li a:hover{
	opacity: 0.9;
}

#header li.bk a{
	background: rgba(0,0,0,0.4);
}

#panel-btn{
  display: inline-block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 5px 0 10px;
  top: 15px;
  right: 4%;
  z-index: 9999;
}

#panel-btn-icon{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35px;
  height: 5px;
  margin: -3px 0 0 -17px;
  background: #444;
  transition: .2s;
}

#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 35px;
  height: 5px;
  background: #444;
  transition: .3s;
}

#panel-btn-icon:before{margin-top: -18px;}
#panel-btn-icon:after{margin-top: 12px;}
#panel-btn .close{background: transparent;}
#panel-btn .close:before, #panel-btn .close:after{margin-top: 0;}
#panel-btn .close:before{transform: rotate(-45deg); -webkit-transform: rotate(-45deg);}
#panel-btn .close:after{transform: rotate(-135deg); -webkit-transform: rotate(-135deg);}


h1.h_logo{
	width: 175px;
	height: 50px;
	margin-top: 25px;
	margin-left: 20px;
	float: left;
}

h1.h_logo a{
	display: block;
	width: 175px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/common/blooming_header_logo.png) no-repeat;
	background-size: 175px 50px;
}

strong{
	font-size:  140%;
	font-weight: bold;
}

/* ------------ containts ---------------- */

#containts{
	width: 100%;
	margin: 120px auto 100px;
}

#wall{
	width: 100%;
	position: relative;
	overflow: hidden;
	margin:0 auto 50px;
}

#wall img{
	width: 110%;
	margin-bottom: 40px;
	margin-left: -5%;
}

section.wall{
	width: 90%;
	padding: 0 5%;
}

section.wall h1{
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 20px;
	font-family: "KOZGOPR6N-REGULAR","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

section.wall h1 span{
	font-size: 19px;
	font-weight: bold;
	background: #444;
	color: #fff;
	padding: 2px 12px;
	margin-bottom: 15px;
	margin-right: 10px;
}

section.wall h2{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 2.0;
	margin-left: 5px;
}

section.wall h2 span{
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #444;
	padding: 2px 6px;
	margin-bottom: 20px;
	margin-right: 10px;
}

section.wall ul{
	margin-left: 8px;
}


section.wall li{
	font-size: 16px;
}

#works{
	width: 90%;
	height: auto;
	padding: 0 5%;
	position: relative;
	padding-top: 100px;
	overflow: hidden;
}

section.works{
	width: 100%;
	position: relative;
	border-top: 1px solid #444;
}

#works ul{
	width: 100%;
	margin: 20px auto 0;
}

#works li{
	width: 165px;
	height: 160px;
	float: left;
	margin: 13px;
}

#works li a:hover{
	opacity: 0.8;
}

#works li img{
	width: 165px;
	height: 160px;
}

.off{
	opacity: 0.4;
}

#news{
	width: 90%;
	height: auto;
	padding: 0 5%;
	position: relative;
	padding-top: 100px;
	overflow: hidden;
}

section.news{
	width: 100%;
	position: relative;
	border-top: 1px solid #aaa;
}

#about{
	width: 90%;
	padding: 0 5%;
	margin: 0 auto;
	padding-top: 30px;
}

section.co h2{
	width: 50px;
	height: 50px;
	color: #fff;
	background:#444;
	border-radius: 50%;
	text-align: center;
	line-height: 52px;
	float: left;
	margin-right: 15px;
}

section.co h3{
	width: 90%;
	height: 50px;
	font-size: 24px;
	font-weight: bold;
	line-height: 52px;
}

section.co ul{
	width: 100%;
	margin-left: 0px;
	margin-top: 15px;
	margin-bottom: 100px;
	line-height: 3.0;
}

section.po h2{
	width: 50px;
	height: 42px;
	color: #fff;
	background:#444;
	border-radius: 50%;
	text-align: center;
	padding-top: 8px;
	line-height: 1.2;
	float: left;
	margin-right: 15px;
}

section.po h3{
	width: 90%;
	height: 50px;
	font-size: 24px;
	font-weight: bold;
	line-height: 50px;
}

section.po ul{
	width: 100%;
	margin-top: 15px;
	margin-left: 0px;
	line-height: 3.0;
	margin-bottom: 100px;
}

section.about h2{
	width: 50px;
	height: 42px;
	color: #fff;
	background:#444;
	border-radius: 50%;
	text-align: center;
	padding-top: 8px;
	line-height: 1.2;
	float: left;
	margin-right: 15px;
}

section.about dl{
	width: 540px;
	margin-left: 70px;
	line-height: 3.0;
	margin-bottom: 30px;
}

section.about dt{
	width: 80px;
	float: left;
}

section.about dd{
	width: 85%;
}

section.about iframe{
	width: 85%;
}

#page{
	width: 100%;
	margin: 0 auto;
}

#page img{
	width: 100%;
	height: auto;
}

#page h2{
	width: 90%;
	height: 45px;
	text-align: center;
	display: block;
	margin: 150px auto 50px;
	border-bottom: 1px solid #444;
	padding-bottom: 15px;
}

#page h2 img{
	width: 310px;
	height: 45px;
}

section.ad{
	width: 90%;
	padding: 0 5%;
	margin: 0 auto;
	overflow: hidden;
}

section.ad img{
	margin-bottom: 30px;
}

section.ad h3{
	width: 100%;
	font-size: 24px;
	font-weight: bold;
}

section.ad ul{
	width: 100%;
	margin: 15px auto;
}

section.ad li{
	width: 100%;
	margin: 15px 10px;
	font-size: 17px;
}

#page h4{
	padding-top: 60px;
	margin-bottom: 70px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #D0121B;
}

section.btn{
	width: 620px;
	margin: 0 auto 100px;
	overflow: hidden;
}

section.btn h5{
	width: 350px;
	height: 25px;
	margin: 0 auto 20px;
	font-size: 18px;
	text-indent: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 26px;
	background: url(../img/cont/mark.jpg) 0 50% no-repeat;
}

section.btn a{
	width: 250px;
	height: 60px;
	display: block;
	margin: 30px;
	text-align: center;
	font-size: 21px;
	color: #fff;
	text-decoration: none;
	line-height: 60px;
	float: left;
	background: linear-gradient(to bottom right, #888, #333);
}

section.btn a:hover{
	opacity:0.7;
}

.left{float: left;}

.right{float: right;}

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

.naka{
	width: 100%;
	margin: 0 auto 50px;
	text-align: center;
}

.pb30{
	padding-bottom: 30px;
}

/* ------------ footer ---------------- */
#footer {
	padding-top: 18px;
	padding-bottom: 15px;
}

#footer p.cr{
	width: 100%;
	color: #444;
	font-size: 13px;
	margin: 15px auto 0;
	text-align: center;
}

#footer ul{
	font-size: 13px;
}

#footer li{
	width: 100px;
	list-style: none;
	text-align: center;
	border-left: 1px solid #444;
}

#footer li.last{
	list-style: none;
	text-align: center;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
}

#footer a {
	text-decoration: none;
	color: #444;
}


/* ------------ mail ---------------- */
form {
  /* フォームをページの中央に置く */
  margin: 0 auto;
  width: 550px;
  /* フォームの範囲がわかるようにする */
  padding: 2.5em 0;
  border: 1px solid #CCC;
  border-radius: 1em;
  margin-bottom: 150px;
}

#contact h3{
	width: 550px;
	height: 50px;
	font-size: 22px;
	font-weight: bold;
	line-height: 50px;
	margin-left: 20px;
	margin-bottom: 15px;
	padding-top: 100px;
}


form div + div {
  margin-top: 1em;
}

label {
  /* すべてのラベルを同じサイズにして、きちんと揃える */
  display: inline-block;
  width: 250px;
  text-align: right;
  font-size: 19px;
}

input, textarea {
  /* すべてのテキストフィールドのフォント設定を一致させる
     デフォルトで、textarea は等幅フォントが設定されている */
  font: 1.2em sans-serif;

  /* すべてのテキストフィールドを同じサイズにする */
  width: 250px;
  box-sizing: border-box;

  /* テキストフィールドのボーダーの外見を同一にする */
  border: 1px solid #999;
}

input:focus, textarea:focus {
  /* アクティブな要素を少し強調する */
  border-color: #000;
}

textarea {
  /* 複数行のテキストフィールドをラベルにきちんと揃える */
  vertical-align: top;

  /* テキスト入力に十分な領域を与える */
  height: 5em;
}

.button {
  /* ボタンを他のテキストフィールドと同じ場所に置く */
  padding-left: 350px; /* label 要素と同じサイズ */
}

button {
  /* このマージンは、ラベルとテキストフィールドの間のスペースと
     おおよそ同じスペースを表す */
  margin-left: 0em;
  font-size: 19px;
  padding: 5px 15px 3px 20px;
  letter-spacing: 5px;
  line-height: 30px;
  text-align: center;
}


}
.container_wrap{max-width: 1170px;margin: 0 auto;}
h1 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin: 40px 0;
}
.works_layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1170px;
  margin: 0 auto 0;
  max-width:100%;
}
.works_layout article {
  width: calc(33.3333% - 30px);
  margin: 20px 15px;
  color: #808080;
}
.works_layout figure {
  width: 100%;
  height: 222px;
  margin-bottom: 24px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #E7E7E7;
}
.works_layout article a {
  display: block;
  color: #808080;
  text-decoration: none;
}
.works_layout article a:hover {
  opacity: 0.7;
}
.works_layout article figure img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
}

.works_layout article .title {
  letter-spacing: 0.06em;font-weight:700;margin-bottom: 15px;font-size: 18px;
}
p.note{text-align:right;padding:0 30px;}
@media (max-width: 767px){
    .works_layout article {width: calc(50% - 30px);margin: 0 15px 20px;}
	.works_layout figure {width: 100%;height: auto;}
}