@charset "utf-8";

/* ========================================================
	template.css => テンプレート用CSS
======================================================== */

html {
	font-size: 62.5%;
}
body {
	background-color: #f7f7f7;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.8;
	color: #333;
	-webkit-text-size-adjust: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.8;
}
img {
	-ms-interpolation-mode: bicubic;
}
a {
	color: #333;
	text-decoration: underline;
	-webkit-transition: color 0.15s;
	-o-transition: color 0.15s;
	transition: color 0.15s;
}
a:hover {
	text-decoration: none;
}
label {
	cursor: pointer;
}
code {
	font-size: 100%;
	font-family: inherit;
}
input, select, textarea, button {
	margin: 0;
	vertical-align: middle;
	font-family: inherit;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
button {
	cursor: pointer;
}
iframe {
	vertical-align: middle;
	background-color: transparent;
}
.en {
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
}

img {
	max-width: 100%;
	//min-width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
iframe {
	max-width: 100%;
}
.body iframe {
	padding-top: 10px;
}

ruby {
  position: relative;
}

ruby rt {
  position: relative;
    margin-top: -6px;
   top: 1.2ex;
  // top: 0.8ex;
}

.ruby_title {
  margin-top: -120px;
  font-size: 10px;
  letter-spacing: 2px;
  float: left;
}

.dLink {
  pointer-events:none;
}

@media screen and (max-width: 680px) {
	body {
		font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	}
	table {
		width: auto;
	}	
	ruby rt {
	position: relative;
	margin-top: 0;
	top: 0;
	// top: 0.8ex;
}

	.ruby_title {
		display: none;
	}
}




/* コンテナ
============================================================================================================ */
#container {
	position: relative;
	/*min-width: 960px;*/
	min-width: 1020px;
	font-size: 15px;
	font-size: 1.5rem;
}

@media screen and (max-width: 680px) {
	#container {
		min-width: 0;
		padding: 0;
		font-size: 1.4rem;
	}
}


/* w
============================================================================================================ */
.w {
	position: relative;
	/*max-width: 1020px;*/
	width: 1020px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.w:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}

@media screen and (max-width: 680px) {
	.w {
		width: auto;
	}
}




/* ヘッダー
============================================================================================================ */
#headContainer {
	padding: 0 0 30px;
	background-color: #fff;
}

#header {
}
#headContainer > * + #header {
	// margin-top: 30px;
}
#header h1 {
	padding-bottom: 20px;
	font-size: 18px;
	font-size: 1.4rem;
	font-weight: normal;
	color: #221815;
}
#header .logo {
	float: left;
}
#header .nav {
	float: right;
	width: 46%;
}

#header .nav .head {
}
#header .nav .head .social {
	float: right;
}
#header .nav .head .social li {
	float: left;
	margin-left: 5px;
}
#header .nav .head .search_sp_btn {
	display: none;
}
#header .nav .head form {
	position: relative;
	margin-right: 100px;
	// margin-right: 0px;
	padding-right: 44px;
}
#header .nav .head form input[type=text] {
	width: 100%;
	margin-right: 10px;
	padding: 0.3em 0.8em;
	background-color: #fff;
	border: 1px solid #e6e6e6;
}
#header .nav .head form button,
#header .nav .head .social a,
#header .nav .head .search_sp_btn a {
	padding: 6px;
	background-color: #808080;
	border: none;
	border-radius: 40px;
	-webkit-transition: background 0.2s;
	-o-transition: background 0.2s;
	transition: background 0.2s;
	line-height: 1;
}
#header .nav .head form button {
	position: absolute;
	right: 0;
	top: 0;
}
#header .nav .head .social a,
#header .nav .head .search_sp_btn a {
	display: block;
}
#header .nav .head form button:hover,
#header .nav .head .social a:hover,
#header .nav .head .search_sp_btn a:hover {
	background-color: #000;
}

#header .nav .head .social .tw a:hover {
	background-color: #31c6f7;
}
#header .nav .head .social .fb a:hover {
	background-color: #31c6f7;
}

#header .nav dl {
	position: absolute;
	right: 0;
	padding-left: 20px;
	bottom: 10px;
	font-size: 13px;
	font-size: 1.3rem;
	z-index: 3;
}
#header .nav dl dd {
	position: absolute;
	right: 0;
	width: 75px;
	padding: 3px 0 0 10px;
	margin-right: -4px;
	line-height: 1;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
#header .nav dl:hover dd {
	opacity: 1;
	filter: alpha(opacity=100);
}
#header .nav dl dd li {
	float: left;
	padding-left: 5px;
}
#header .nav dl dd li a {
	display: block;
}
#header .nav dl dd li a img {
	width: 19px;
	border: 1px solid #808080;
}
#header .nav dl dd li a[href] {
	opacity: .4;
	filter: alpha(opacity=40);
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
#header .nav dl dd li a[href]:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}


#header nav {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
}
#header nav > ul {
	margin-right: 100px;
}
#header nav > ul li {
	float: left;
}
#header nav > ul a {
	position: relative;
	display: block;
	padding: 15px;
	text-decoration: none;
	color: #808080;
	line-height: 1;
}
#header nav > ul a:after {
	content: "";
	position: absolute;
	bottom: 3px;
	left: 10px;
	right: 10px;
	height: 2px;
	background-color: #333;
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-o-transition: -o-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
}
#header nav > ul a:hover,
#header nav > ul a.current {
	color: #221815;
}
#header nav > ul a:hover:after,
#header nav > ul a.current:after {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}


@media screen and (max-width: 680px) {
	#headContainer {
		padding: 0;
	}
	#header {
		margin-bottom: 0;
		padding-top: 10px;
		overflow: hidden;
	}
	#headContainer > * + #header {
		margin-top: 0;
	}
	#header .logo {
		float: none;
		padding: 0 10px 2px;
	}
	#header h1 {
		padding-bottom: 8px;
		font-size: 1rem;
		line-height: 1.2;
	}
	#header .logo p {
		float: left;
	}
	#header .logo img {
		height: 50px;
		width: auto;
	}
	#header .nav {
		float: none;
		width: auto;
	}

	#header .nav .head {
		position: relative;
	}
	#header .nav .head .social {
		float: none;
		position: absolute;
		right: 55px;
		}
	#header .nav .head .social li {
		display: none;
	}
	#header .nav .head .search_sp_btn {
		position: absolute;
		display: none;
		// right: 134px;
		right: 60px;
	}
	#header .nav .head .close {
		position: absolute;
		width: 32px;
		height: 32px;
		left: -32px;
		top: 50%;
		margin-top: -16px;
		background-color: #808080;
		box-shadow: 0 0 10px rgba(0,0,0,0.2);
		z-index: -1;
	}
	#header .nav .head .close:before,
	#header .nav .head .close:after {
		content: "";
		position: absolute;
		left: 8px;
		right: 8px;
		top: 50%;
		margin-top: -1px;
		height: 2px;
		background-color: #fff;
	}
	#header .nav .head .close:before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#header .nav .head .close:after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	#header .nav .head form {
		position: absolute;
		top: -9px;
		right: -100%;
		width: 85%;
		margin-right: 0;
		padding: 10px 54px 10px 10px;
		background-color: #fff;
		// box-shadow: 0 0 10px rgba(0,0,0,0.2);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: right 0.3s;
		-o-transition: right 0.3s;
		transition: right 0.3s;
		z-index: 22;
	}
	#header .nav .head form.open {
		right: 0;
	}
	#header .nav .head form button {
		right: 10px;
		top: 10px;
	}

	#header .nav dl {
		position: static;
		padding-left: 0;
		padding-top: 5px;
		font-size: 1rem;
		float: right;
		border: none;
	}
	#header .nav dl dt {
		position: relative;
		width: 38px;
		height: 28px;
		background-color: #fff;
		color: #fff;
		text-align: center;
		line-height: 14px;
		font-size: 16px;
		z-index: 20;
		border: solid 1px #e5e5e5;
		margin-top: -4px;
		margin-right: 7px;
	}
	#header .nav dl dt a {
		color: #fff;
		text-decoration: none;

		line-height: 22px;
	}
	#header .nav dl dd {
		position: absolute;
		right: -260px;
		top: -9px;
		height: 30px;
		width: 205px;
		padding: 10px;
		background-color: #fff;
		box-shadow: 0 0 10px rgba(0,0,0,0.2);
		line-height: 1;
		opacity: 1;
		-webkit-transition: right 0.2s;
		-o-transition: right 0.2s;
		transition: right 0.2s;
		z-index: 3;
	}
	#header .nav dl dd.open {
		right: 0;
	}
	#header .nav dl dd li {
		float: none;
		padding: 0 5px 0 0;
		display: inline-block;
	}
	#header .nav dl dd li a img {
		width: 40px;
	}
	#header .nav dl dd li a[href] {
		opacity: .4;
		filter: alpha(opacity=40);
		-webkit-transition: opacity 0.2s;
		-o-transition: opacity 0.2s;
		transition: opacity 0.2s;
	}
	#header .nav dl dd li a[href]:hover {
		opacity: 1;
		filter: alpha(opacity=100);
	}

	#header nav {
		clear: both;
		position: static;
		padding: 0 3px;
		font-size: 1.2rem;
	}
	#header nav > ul {
		display: table;
		width: 100%;
		margin-right: 0;
	}
	#header nav > ul li {
		display: table-cell;
		float: none;
	}
	#header nav > ul a {
		padding: 14px 2px;
		text-decoration: none;
		text-align: center;
	}
	#header nav > ul a:after {
		bottom: 0px;
		left: 2px;
		right: 2px;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}

}


/* bottomLink
============================================================================================================ */
#bottomLink {
	margin: 0;
	// margin-top: 30px;
	padding: 0 10px 0 10px;
	background-color: #FFF;
	// border-bottom: 1px solid #e6e6e6;
	// margin-bottom: 10px;
	z-index: 20;
}
#bottomLink dl {
	position: relative;
	width: 50%;
	float: left;
	margin-top: 30px;
	padding-bottom: 15px;
	text-align: center;
}
#bottomLink dl + dl:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	// background-color: #ededed;
}
#bottomLink dl dt {
	margin-bottom: 24px;
	font-size: 40px;
	font-size: 4rem;
	line-height: 1;
	font-weight: 300;
}
#bottomLink dl li {
	display: inline-block;
	margin: 0 2px;
}
#bottomLink dl li a {
	display: inline-block;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
#bottomLink dl li a:hover {
	// opacity: 0.5;
}
#bottomLink dl li .sky {
	// margin-left: 5px;
	// margin-right: -90px;
}
#bottomLink dl li .sky IMG {
	width: 70%;
	// width: 90px;
	height: auto;
}
#bottomLink dl li .Glam {
	// margin-left: -10px;
	margin-right: -20px;
	// width: 185px;
	width: 230px;
	height: auto;
	text-align:center;
	// overflow:hidden;
	// vertical-align:middle;
	// layout-grid-line:60px;
}
#bottomLink dl li .Glam img {
	margin-bottom:-2px;
	// margin-bottom:-20px;
	width: 225px;
	height: 32px;
}
#bottomLink dl li.dotmov {
	margin-top:-5px;
	// margin-top:20px;
}
#bottomLink dl li.teeparty {
	margin-top:-20px;
	// margin-left:-20px;
}
#bottomLink dl li.moma {
	margin-top:-20px;
	margin-right:-18px;
	outline: 12px solid white;
	outline-offset: -10px;
}

@media screen and (max-width: 680px) {
	#bottomLink {
		// margin: 0 0 -30px 0;
		margin: 0;
		text-align: center;
		padding: 30px 10px 10px 10px;
		border-bottom: none;
	}
	#bottomLink dl {
		width: 300px;
		margin: 0 auto;
		float: none;
		padding-bottom: 0;
	}
	#bottomLink dl + dl {
		margin-top: 20px;
	}
	#bottomLink dl + dl:after {
		content: none;
	}
	#bottomLink dl dt {
		position: relative;
		margin-bottom: 10px;
		font-size: 2rem;
		z-index: 2;
	}
	#bottomLink dl + dl dt {
		margin-bottom: -5px;
	}
	#bottomLink dl li img {
		width: auto;
		height: 75px;
	}
	#bottomLink dl li .sky {
		// margin-top: -70px;
		// margin: -10px 0px -80px 5px;
		// margin: -10px 0px 20px 5px;
		margin: -10px 0px -10px 5px;
	}
	#bottomLink dl li .sky IMG {
		// width: 70%;
		width: 75px;
		height: auto;
	}
	#bottomLink dl li .Glam {
		// margin-top: 30px;
		width: 190px;
		margin-left: -30px;
		margin-right: -30px;
		// height: 30px;
		// overflow:hidden;
		height: auto;
	}
	#bottomLink dl li .Glam img {
		// width: auto !important;
		height: auto;
	}
	#bottomLink dl li.dotmov {
		margin-top:10px;
	}
	#bottomLink dl li.teeparty {
		margin-top: 0;
		// margin-left:0px;
	}
	#bottomLink dl li.unknownasia {
		margin:-50px 0;
	}
	#bottomLink dl li.bascule {
		margin:-110px 0;
	}
	#bottomLink dl li.moma{
		margin-top: 0;
	}
	#bottomLink dl li.moma img{
		height: 114px;
	}
}




/* bottom-autad
============================================================================================================ */
#bottom-autad {
	padding: 40px 0;
	margin-left:auto;
	margin-right:auto;
	width: 970px;
	text-align: center;
	z-index: 1;
}
@media screen and (max-width: 680px) {
	#bottom-autad {
	padding: 0;
	width: 100%;
	}
}


/* footer
============================================================================================================ */


/* mailmagazine
============================================================================================================ */
.mailmagazine {
	padding-top: 20px;
	text-align: center;
	background-color: #fff;
}
@media screen and (max-width: 680px) {
	.mailmagazine {
	}
}

/* footer
============================================================================================================ */
#footer {
	text-align: center;
}
@media screen and (max-width: 680px) {
	#footer {
	}
}

/* nav / credit
------------------------------------------------------------- */
#footer nav {
	padding: 25px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
}
#footer nav li {
	display: inline-block;
	margin: 0 12px;
}
#footer nav a {
	color: #999;
	text-decoration: none;
}
#footer nav a:hover {
	text-decoration: underline;
	color: #221815;
}

#footer .credit {
	position: relative;
	display: inline-block;
	text-align: center;
	width: 1020px;

}

@media screen and (max-width: 680px) {
	#footer nav {
		padding: 20px 0;
		font-size: 1.3rem;
	}
	#footer nav li {
		display: inline-block;
		margin: 0 5px;
	}
	#footer .credit {
		width: auto;
	}
}

/* Site design and development by
------------------------------------------------------------- */
#footer .siteby {
	margin-top: 25px;
	color: #999999;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 300;
	float:right;

}
#footer .siteby a {
	color: #999;
	text-decoration: none;
}
#footer .siteby a:hover {
	color: #221815;
}
#footer .siteby a img {
	margin-left: 5px;
	vertical-align: top;
}
@media screen and (max-width: 680px) {
	#footer .siteby {
		margin: 15px 0 5px;
		font-size: 1.2rem;
		float:none;
	}
	#footer .siteby a img {
		width: 90px;
	}
}

/* copyright
------------------------------------------------------------- */
#copyright {
	padding: 25px 0;
	color: #999999;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 300;
	float:left;
}
#copyright small {
	font-size: 100%;
}

@media screen and (max-width: 680px) {
	#copyright {
		padding: 5px 0 20px;
		font-size: 1.2rem;
		float:none;
	}
}


/* pagetop
============================================================================================================ */
#pagetop {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 99;
	opacity: 0.8;
}
#pagetop a {
	display: block;
	background-color: #808080;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	-webkit-transition: -webkit-transform 0.2s, background 0.2s;
	-o-transition: -o-transform 0.2s, background 0.2s;
	transition: transform 0.2s, background 0.2s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
#pagetop.show a {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
#pagetop.show a:hover {
	background-color: #221815;
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}
#pagetop a:before,
#pagetop a:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 4px;
	height: 18px;
	margin-top: -8px;
	background: #fff;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	transform-origin: 50% 0;
}
#pagetop a:before {
	margin-left: -1px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#pagetop a:after {
	margin-left: -3px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#pagetop a:hover span:after {
	margin-top: -11px;
}
@media screen and (max-width: 640px) {
	#pagetop {
		right: 10px;
		bottom: 10px;
	}
	#pagetop a {
		width: 40px;
		height: 40px;
	}
	body.move  a {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
	#pagetop a:hover {
		-webkit-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	#pagetop a:before,
	#pagetop a:after {
		width: 2px;
		height: 12px;
		margin-top: -5px;
		margin-left: -1px;
	}
}

#first  {
  position: fixed !important;
  // height: 180px;
  // z-index:100;
}
#second {
  margin-top:0;
  background:#FFFFFF;
}

@media screen and (max-width: 640px) {
.content-fix {
  // position: relative;
}
#first  {
  position: fixed !important;
  z-index:100;
}
#second {
margin-top:0;
  // margin-top:15%;
}
#first .img {
  position: fixed;
}
#second {
  // position: absolute;
}
}


/* slide-menu
============================================================================================================ */

.hamberger_line {
  opacity: 0;
  animation-name: fadein-hamberger;
  animation-duration: 2s;
  animation-fill-mode: forwards;
// animation-delay: 15s;
    display: inline-block;
    width: 36px;
    height: 28px;
    vertical-align: middle;
    cursor: pointer;
    position: fixed;
    top: 35px;
    right: 10px;
    z-index: 200;
    transform: translateX(0);
    transition: transform .5s;
}

@keyframes fadein-hamberger {
  0% {
    opacity: 0;
  }
  95%{
    opacity:  50%;
  }
  100% {
    opacity: 1;
  }
}

.hamberger_line span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #4C4C4C;
    transition: all .5s;
}

.hamberger_line span:nth-of-type(1) {
    top: 0;
}

.hamberger_line.open span:nth-of-type(1) {
    transform: translateY(12px) rotate(-45deg);
    background-color: #FFF;
}

.hamberger_line span:nth-of-type(2) {
    top: 12px;
}

.hamberger_line.open span:nth-of-type(2) {
    opacity: 0;
}

.hamberger_line span:nth-of-type(3) {
    bottom: 0;
}

.hamberger_line.open span:nth-of-type(3) {
    transform: translateY(-12px) rotate(45deg);
    background-color: #FFF;
}

.hamberger_list {
    width: 200px;
    height: 100%;
    padding-top: 80px;
    padding-left: 20px;
    // background-color: black !important;
    background-color: rgba( 128, 128, 128, 0.75 );
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    transform: translateX(250px);
    transition: all .5s;
    // opacity: 0.6; 
}

.hamberger_list.open {
    transform: translateX(0);
}

.hamberger_list li {
    font-family: Helvetica, 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    font-weight: bold;
    text-align: left;
    padding-bottom: 10px;
    list-style: none;
}

.hamberger_list li.f-normal {
    font-weight: normal;
}

.hamberger_list a {
    color: #fff;
    text-decoration: none;
}

.hamberger_list form input[type=text] {
    width: 90%;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 1px;
    outline: 0;
    font-size: 10pt;
    background-color: #fff;
    // border: 1px solid #FFF;
    border: none;
    cursor:text;
}
	
#hideMe {
    display:none;
    -moz-animation: cssAnimation 0s ease-in-out 15s forwards, cssFadeout 1s ease-in 14s;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in-out 15s forwards, cssFadeout 1s ease-in 14s;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in-out 15s forwards, cssFadeout 1s ease-in 14s;
    /* Opera */
    animation: cssAnimation 0s ease-in-out 15s forwards, cssFadeout 1s ease-in 14s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@keyframes cssFadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cssAnimation {
    to {
        width:0;
        height:0;
       overflow:hidden;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        width:0;
        height:0;
       visibility:hidden;
    }
}
