@charset "shift_jis";
/*------------------------------------------------

Copyright TSUTSUMI JEWELRY Co., Ltd.

------------------------------------------------*/

/*------------------------------------------------
common
------------------------------------------------*/
.article__title {
  background: rgba(0,0,0,0.1);
  border-bottom: 1px solid rgba(224,224,224,0.2);
}
.article__title:hover {
  background: rgba(0,0,0,0.4);
}
.article__title-wrap a,
.article__title-wrap h2 a:hover {
  color: #fff;
}

/* onlineshop button */
.goOnlineshop {
  width: 100%;
}
.goOnlineshop p {
  margin: 0 auto;
  width: 96%;
  max-width: 1020px;
}
.goOnlineshop p a {
  padding: 20px 0;
  width: 400px;
  font-size: 1.2em;
  color: #fff;
  line-height: 1.0em;
  text-align: center;
  text-decoration: none;
  background: #ae984d;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: block;
  margin: 40px auto 0;
}
.goOnlineshop p a:hover {
  opacity: .8;
}

/*------------------------------------------------
index
------------------------------------------------*/
@media screen and (max-width: 800px) {
  .article__wrap ul.hb li, .article__wrap ul.hb3 li, .article__wrap ul.main li {
      width: 100% !important;
      max-width: 100% !important;
  }
}

/*------------------------------------------------
title
------------------------------------------------*/
.article__title {
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	position: absolute;
	/*top: 0;*/
	left: 0;
	width: 100%;
	height: 60px;
	font-family: "Ÿà–¾’©", YuMincho, "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", "‚l‚r ‚o–¾’©", serif;
	z-index: 10;
}
.article__title-wrap {
	margin: 0 auto;
	width: 96%;
	max-width: 1020px;
}
.article__title-wrap h2 {
	font-weight: normal;
	font-size: 1.2em;
	line-height: 60px;
	float: left;
}
.article__title-wrap h2 a {
	text-decoration: none;
}
.article__title-wrap h2 a:hover {
	color: #333;
}
.article__title-wrap ul {
	padding: 22px 0 0 0;
	float: right;
}
.article__title-wrap ul li {
	display: inline-block;
}
.article__title-wrap ul li.separator {
	margin: 0 0 0 10px;
	padding: 0 0 0 15px;
	border-left: 1px solid #808080;
}
.article__title-wrap ul li a {
	padding: 10px;
	font-size: 0.9em;
	text-decoration: none;
}
.article__title-wrap ul li a:hover,
.article__title-wrap ul li.on a {
	color: #aaa;
}

/*------------------------------------------------
pages_common
------------------------------------------------*/
#hb #mainImg {
  width: 100%;
  height: 800px;
}
/*#hb #mainImg .mainImg__wrap {
  position: relative;
  margin: 0 auto;
  padding: 140px 0 0 0;
  width: 96%;
  max-width: 1020px;
}*/
#hb #mainImg .mainImg__wrap h1 {
  margin: 0 0 30px 6%;
  width: 538px;
  height: 100px;
  font-size: 0;
  line-height: 0;
}
#hb .article__wrap section {
  margin: 0 auto;
  padding: 80px 0 50px 0;
  width: 96%;
  max-width: 1020px;
}
#hb .article__wrap section.bnr {
  padding: 50px 0 0;
  text-align: center;
  border-top: 1px solid #808080;
}
#hb .article__wrap section .inner {
  margin: 0 0 50px 0;
  width: 100%;
}
#hb .article__wrap section .fL,
#hb .article__wrap section .fR {
  width: 48%;
  max-width: 480px;
}
#hb .article__wrap section img {
  width: 100%;
  height: auto;
}
#hb .article__wrap section.last .fL img,
#hb .article__wrap section.last .fR img {
  margin: 0 0 50px 0;
}
#hb .article__wrap section p {
  font-family: "Ÿà–¾’©", YuMincho, "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", "‚l‚r ‚o–¾’©", serif;
  font-size: 0.9em;
  line-height: 1.5em;
  text-align: center;
}
#hb .article__wrap section p a {
  margin: 0 0 10px 0;
  display: inline-block;
}
#hb .article__wrap section p img {
  width: 520px;
}

/* more */
#hb .article__wrap section.more {
  padding: 40px 0 90px 0;
  text-align: center;
}
#hb .article__wrap section.more p a {
  padding: 20px 0;
  width: 400px;
  font-family: Verdana, "ŸàƒSƒVƒbƒN", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.2em;
  color: #fff;
  line-height: 1.0em;
  text-decoration: none;
  background: #435661;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
}
#hb .article__wrap section.more .more a:hover {
  background: #8e9aa0;
}



/* responsive ------------------------------------------------*/

@media screen and (max-width: 800px) {

/*------------------------------------------------
common
------------------------------------------------*/
  div.wrapper_ {
    overflow: hidden;
  }
  .article__title-wrap h2.toggle {
    background: url(../../../images/collection/toggle_open.png) 98% center no-repeat;
    background-size: 20px 20px;
  }
  .article__title-wrap h2.toggle.close {
    background: url(https://www.tsutsumi.co.jp/cms/img/toggle_close_w.png) 98% center no-repeat;
    background-size: 20px 20px;
  }
  .article__title,
  .article__title:hover {
    background: rgba(0,0,0,0.2);
  }
  .article__title.bg {
    background: #000;
  }

/* onlineshop button */
  .goOnlineshop {
    position: inherit;
    top: 0;
    left: 0;
  }
  .goOnlineshop p {
    width: 90%;
  }
  .goOnlineshop p a {
    padding: 15px 0;
    width: auto;
    font-size: 14px;
    text-align: center;
    float: none;
    margin: auto;
  }
  .goOnlineshop p a:hover {
    background: #b1983f;
  }

/*------------------------------------------------
title
------------------------------------------------*/
	.article__title {
		height: auto;
	}
	.article__title-wrap {
		padding: 0 5%;
		width: 90%;
	}
	.article__title-wrap h2 {
		font-size: 14px;
		line-height: 50px;
		cursor: pointer;
		float: none;
	}
	.article__title-wrap ul {
		padding: 0 0 20px 0;
		float: none;
		display: none;
	}
	.article__title-wrap ul li {
		display: inherit;
	}
	.article__title-wrap ul li.separator {
		margin: 15px 0 0 0;
		padding: 15px 0 0 0;
		border-left: none;
		border-top: 1px solid #808080;
	}
	.article__title-wrap ul li a {
		padding: 15px 0;
		font-size: 13px;
		text-align: center;
		display: block;
	}

/*------------------------------------------------
pages_common
------------------------------------------------*/
  #hb #mainImg {
    height: auto;
  }
  #hb #mainImg .mainImg__wrap {
    position: relative;
    margin: 0 auto;
    padding: 25% 0 0;
    width: 90%;
    max-width: 1020px;
  }

/* edit 180418 */
  #hb #pageMain #mainImg .mainImg__wrap {
    padding: 21% 0 4%;
    width: 90%;
  }
  #hb .article__wrap section {
    margin: 0 auto;
    padding: 40px 0 10px 0;
    width: 90%;
  }
  #hb .article__wrap section.bnr {
    padding: 30px 0 0;
  }
  #hb .article__wrap section .inner {
    margin: 0 0 20px 0;
  }
  #hb .article__wrap section .fL,
  #hb .article__wrap section .fR {
    margin: 10px 0;
    width: 100%;
    max-width: 100%;
    float: none;
  }
  #hb .article__wrap section.last .fL {
    margin: 0 0 70px 0;
  }
  #hb .article__wrap section.last .fL img,
  #hb .article__wrap section.last .fR img {
    margin: 0 0 30px 0;
  }
  #hb .article__wrap section p {
    margin: 0 0 20px 0;
    font-size: 13px;
    line-height: 1.5em;
  }
  #hb .article__wrap section p a {
    display: block;
  }
  #hb .article__wrap section p img {
    width: 100%;
  }

/* more */
  #hb .article__wrap section.more {
    padding: 30px 0;
  }
  #hb .article__wrap section.more p a {
    padding: 15px 0;
    width: 100%;
    font-size: 16px;
  }
  #hb .article__wrap section.more .more a:hover {
    background: #435661;
  }

}

/* general */
.freepage-general img {
  vertical-align: bottom;
}

.freepage-general {
  line-height: 1.3;
}

.freepage-general .freepage-row a {
  text-decoration: none;
}

.freepage-general .freepage-row a:hover {
  color: initial;
  opacity: .4;
}

.freepage-general .freepage-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
}

.freepage-general .freepage-container.in {
  max-width: 1100px;
}

.freepage-item {
  display: flex;
}

.freepage-item .goods-info {
  margin-bottom: 5px;
}

.freepage-general .btn-wrap,
.freepage-general .bnr-wrap {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
}

.freepage-general .bnr-wrap {
  border-top: 1px solid #808080;
}

a.btn-more {
  display: inline-block;
  padding: 20px 0;
  width: 400px;
  font-family: Verdana, "ŸàƒSƒVƒbƒN", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.2em;
  color: #fff;
  line-height: 1.0em;
  text-decoration: none;
  text-align: center;
  background: #ae984d;
  border-radius: 30px;
}

@media screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
  .freepage-row.blessedrain-01,.freepage-row.pureplanets-01 {
    margin-top: 100px;
  }
  .freepage-row {
    margin-bottom: 180px;
  }

  .freepage-item:not(.col-2) {
    flex-direction: column;
  }

  .freepage-item:not(:last-child) {
    margin-bottom: 40px;
  }

  .freepage-item.center {
    align-items: center;
  }

  .freepage-item.right {
    align-items: flex-end;
  }

  .freepage-item.col-2 .col-item:first-child {
    margin-right: 30px;
  }

  picture + .goods-info {
    margin-top: 20px;
  }

  .freepage-general .btn-wrap {
    padding-bottom: 160px;
  }
  
  .freepage-general .bnr-wrap {
    padding-top: 50px;
  }

  a.btn-more:hover {
    /*color: #fff;
    background: #8e9aa0;*/
    opacity: .8;
  }
}

@media screen and (max-width: 767px) {
  .pc-none {
    display: block;
  }
  .freepage-general img,#hb .freepage-row source {
    width: 100%;
    height: auto;
  }

  .freepage-row.blessedrain-01,.freepage-row.pureplanets-01 {
    margin-top: 13.3333333333vw;
  }

  .freepage-row {
    margin-bottom: calc(80 * (100vw / 375));
  }

  .freepage-item {
    flex-direction: column;
  }

  .freepage-item {
    margin-bottom: calc(80 * (100vw / 375));
  }

  .freepage-item .goods-info {
    font-size: 14px;
  }

  .freepage-item.sp-padding {
    padding: 0 calc(20 * (100vw / 375));
  }

  .freepage-item:not(.sp-padding) .goods-info {
    padding: 0 5.33333333333vw;
  }

  picture + .goods-info,
  .goods-info:first-child {
    margin-top: calc(20 * (100vw / 375));
  }

  .freepage-general .btn-wrap {
    padding-bottom: 13.3333333333vw;
    width: 90%;
  }
  
  .freepage-general .bnr-wrap {
    padding-top: 30px;
    width: 90%;
  }

  a.btn-more {
    padding: 15px 0;
    width: 100%;
    font-size: 16px;
  }
}


/*------------------------------------------------
new design_layout
------------------------------------------------*/
.blessedrain .goOnlineshop p a,.blessedrain a.btn-more {
    background: #425367;
}
.pureplanets .goOnlineshop p a,.pureplanets a.btn-more {
    background: #6D5B37;
}
@media screen and (min-width: 768px) {
  /* bg */
  [class*="bg_square_"] {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  [class*="bg_square_"]::before {
    content: '';
    position: absolute;
    display: inline-block;
    z-index: -1;
  }
  .bg_square_color01_left01, .bg_square_color02_left01 {
    padding-top: 110px;
  }
  .bg_square_color01_left01::before, .bg_square_color02_left01::before {
    top: 0;
    left: calc(50% - 602px);
    transform: translateX(-50%);
    width: 1000px;
    height: 1048px;
    background: #D8E0E8;
  }
  .bg_square_color02_left01::before {
    background: #EAE2CA;
  }
  .bg_square_color01_left02, .bg_square_color02_left02 {}
  .bg_square_color01_left02::before, .bg_square_color02_left02::before {
    top: 133px;
    left: calc(50% - 460px);
    transform: translateX(-50%);
    width: 1000px;
    height: 988px;
    background: #D8E0E8;
  }
  .bg_square_color02_left02::before {
    background: #EAE2CA;
  }
  .bg_square_color01_right01, .bg_square_color02_right01 {}
  .bg_square_color01_right01::before, .bg_square_color02_right01::before {
    top: 250px;
    right: calc(50% - 380px);
    transform: translateX(50%);
    width: 1000px;
    height: 892px;
    background: #D8E0E8;
  }
  .bg_square_color02_right01::before {
    background: #EAE2CA;
  }
  /* position */
  .flex_row-reverse {
    display: flex;
    flex-direction: row-reverse;
  }
  .flex_row-reverse picture + .goods-info {
    margin-top: 0;
  }
  .z-before {
    position: relative;
    z-index: 2;
  }
  /* margin */
  .flex_row-reverse .goods-info {
    margin-right: 30px;
  }
  .adjust_mt70 {
    margin-top: 70px;
  }
  .adjust_mt80 {
    margin-top: 80px;
  }
  .adjust_mr50 {
    margin-right: 50px;
  }
  .adjust_mr70 {
    margin-right: 70px;
  }
  /* visumo */
  .visumo_movie {
    display: flex;
    align-items: flex-end;
  }
  .visumo_movie .logo_txt {
    width: 520px;
  }
  .visumo_movie .logo_txt img {
    width: 460px;
    height: auto;
    flex-shrink: 0;
  }
  .pureplanets .visumo_movie .logo_txt img {
    width: 330px;
    margin: 0 0 30px 60px;
  }
  .visumo_movie .logo_txt h2 {
    font-size: 18px;
    color: #898989;
    margin: 0 0 50px 30px;
  }
  .pureplanets .visumo_movie .logo_txt h2 {
    margin-left: 75px;
  }
  .visumo_movie .hacobune-gallery {
    width: 600px;
    flex-shrink: 0;
  }
  .freepage-row:has(> .freepage-container > .visumo_movie) {
    margin-bottom: 140px;
  }
}

@media screen and (max-width: 800px) {
  /* bg */
  [class*="bg_square_"], .sp_bg_square {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .sp_bg_square {
    width: auto;
  }
  [class*="bg_square_"]::before, .sp_bg_square::before {
    content: '';
    position: absolute;
    display: inline-block;
    z-index: -1;
  }
  .bg_square_color01_left01, .bg_square_color02_left01 {
    padding-top: calc(34 * (100vw / 375));
  }
  .bg_square_color01_left01::before, .bg_square_color02_left01::before {
    top: 0;
    left: 0;
    width: calc(323 * (100vw / 375));
    height: calc(457 * (100vw / 375));
    background: #D8E0E8;
  }
  .bg_square_color02_left01::before {
    background: #EAE2CA;
  }
  .sp_bg_square {
    padding-top: calc(34 * (100vw / 375)) !important;
  }
  .sp_bg_square::before, .sp_bg_square::before {
    top: 0;
    left: 0;
    width: calc(318 * (100vw / 375));
    height: calc(467 * (100vw / 375));
    background: #D8E0E8;
  }
  .bg_square_color02_left02::before,.bg_square_color02_left02 .sp_bg_square::before {
    background: #EAE2CA;
  }
  .bg_square_color01_right01, .bg_square_color02_right01 {
    padding-top: calc(34 * (100vw / 375));
  }
  .bg_square_color01_right01::before, .bg_square_color02_right01::before {
    top: 0;
    right: 0;
    width: calc(317 * (100vw / 375));
    height: calc(463 * (100vw / 375));
    background: #D8E0E8;
  }
  .bg_square_color02_right01::before {
    background: #EAE2CA;
  }
  /* adjust */
  img[style="padding-top: 50px;"] {
    padding-top: 0 !important;
  }
  span[style="text-align: right;"] {
    text-align: left !important;
  }
  .freepage-item.blessedrain-02_02, .freepage-item.pureplanets-02_02 {
    margin-bottom: 0;
  }
  .freepage-row.bg_square_color01_left02, .freepage-row.bg_square_color02_left02 {
    margin-bottom: 0;
  }
  /* visumo */
  .visumo_movie {}
  .visumo_movie .logo_txt {}
  .visumo_movie .logo_txt img {
    width: calc(240 * (100vw / 375));
    margin-left: calc(20 * (100vw / 375));
  }
  .pureplanets .visumo_movie .logo_txt img {
    width: calc(170 * (100vw / 375));
    margin-left: calc(30 * (100vw / 375));
    margin-top: calc(13 * (100vw / 375));
    margin-bottom: calc(15 * (100vw / 375));
  }
  .visumo_movie .logo_txt h2 {
    font-size: 14px;
    color: #898989;
    margin: 0 0 calc(40 * (100vw / 375)) calc(38 * (100vw / 375));
  }
  .pureplanets .visumo_movie .logo_txt h2 {
    margin-left: calc(38 * (100vw / 375));
  }
  .visumo_movie .hacobune-gallery {
    width: 100%;
  }
  .freepage-row:has(> .freepage-container > .visumo_movie) {
    margin-top: calc(30 * (100vw / 375));
    margin-bottom: calc(40 * (100vw / 375));
  }
}

 /* --------------------visumo “®‰æ resaet-------------------- */
 .hacobune-mix-search, .hacobune-mix-list-item-title, .hacobune-mix-list-item-description, .hacobune-layout-base-bottom-html + .hacobune-logo, .hacobune-video-icon {
   display: none !important;
 }
.visumo_movie .hacobune-video-js .hacobune-vjs-control-bar {
   display: none !important;
}
 .hacobune-app-container[data-v-0267470e] {
   padding: 0 !important;
   text-align: center;
   text-rendering: optimizeLegibility;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
   overflow-y: visible;
   -webkit-text-size-adjust: 100%;
   word-break: normal;
   tab-size: 4;
   height: 100%;
   max-width: 1200px;
   overflow: hidden;
 }
 .hacobune-mix-list-item, .hacobune-video-frame.is-auto-play-list {
   padding: 0 !important;
 }
 @media screen and (min-width: 768px) {
   .hacobune-grid-col {
     flex: 0 0 600px !important;
     max-width: 600px !important;
   }
 }
 @media screen and (max-width: 767px) {
   .hacobune-app-container {
     width: 100% !important;
     padding: 0 !important;
     ;
   }
   .hacobune-grid-col {
     flex: 0 0 100% !important;
     max-width: 100% !important;
   }
 }
 /* --------------------visumo ƒ‚[ƒ_ƒ‹ resaet-------------------- */
 .hacobune-dialog-rounded .hacobune-dialog-wrapper {
   padding: 48px 0 80px !important;
   height: 100% !important;
 }
 .hacobune-video-item-main {
   padding: 0 !important;
   height: 0 !important;
   border-radius: 0 !important;
 }
 .hacobune-dialog-rounded .hacobune-dialog-wrapper .hacobune-dialog-content {
   border-radius: 0 !important;
 }
 .hacobune-video-item-content {
   height: 100% !important;
 }
 .hacobune-video-item-side {
   padding: 0 !important;
 }
 .hacobune-dialog-rounded .hacobune-readmore {
   display: none;
 }
 .hacobune-video-item-footer {
   padding-bottom: 27px !important;
   padding-right: 10px !important;
 }
 .hacobune-dialog-rounded .hacobune-dialog-wrapper .hacobune-dialog-content .hacobune-dialog-close-button-container {
   right: 10px !important;
   top: 7px !important;
 }
 .hacobune-icon-button .hacobune-icon {
   height: 27px !important;
   width: 27px !important;
 }
 /* ŠÖ˜AƒAƒCƒeƒ€ */
 .hacobune-video-related-product .hacobune-video-item-title, .hacobune-video-item-current-content.is-visible /*, .hacobune-video-item-footer*/ {
   display: none !important;
 }
 .hacobune-video-item-tile .hacobune-video-item-contents .hacobune-video-item-time {
   border-radius: 0 !important;
   border: 1px solid #EBEBEB !important;
   background: #EBEBEB !important;
 }
 .hacobune-dialog-rounded .hacobune-video-item-text-caption {
   font-weight: 400 !important;
 }
 @media screen and (min-width: 801px) {
   .hacobune-dialog-mask {
     background-color: transparent !important;
   }
   .hacobune-dialog-overlay {
     background: #464444 !important;
     opacity: .51 !important;
   }
   .hacobune-dialog-rounded .hacobune-dialog-wrapper .hacobune-dialog-content {
     padding: 70px !important;
   }
   /* ƒŒƒCƒAƒEƒg */
   .hacobune-dialog-rounded .hacobune-dialog-wrapper {
     width: 1180px !important;
     max-width: 1180px !important;
   }
   .hacobune-video-item-title {
     display: flex !important;
     justify-content: center !important;
     align-items: center !important;
     flex-shrink: 0 !important;
     font-family: "Ÿà–¾’©", YuMincho, "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", "‚l‚r ‚o–¾’©", serif !important;
     font-size: 20px !important;
     font-weight: 400 !important;
     text-align: center !important;
     width: 98% !important;
     height: 115px !important;
     padding: 0 60px;
     background: #F2F1F1 !important;
   }
   .hacobune-video-item-main {
     width: 470px !important;
   }
   /* •Â‚¶‚éƒ{ƒ^ƒ“ */
   .hacobune-dialog-rounded .hacobune-dialog-wrapper .hacobune-dialog-content .hacobune-dialog-close-button-container {
     right: -60px !important;
     top: 40px !important;
   }
   /* ŠÖ˜AƒAƒCƒeƒ€ */
   .hacobune-dialog-rounded .hacobune-video-item-tile-product {
     width: 33% !important;
     padding: 0 13px !important;
   }
 }
 @media screen and (max-width: 800px) {
   .hacobune-dialog-rounded .hacobune-dialog-wrapper {
     padding: 48px 0 !important;
   }
   .hacobune-dialog-mask {
     z-index: 10000 !important;
   }
   .hacobune-dialog-overlay {
     background: #425668 !important;
     opacity: 1 !important;
   }
   /* ƒŒƒCƒAƒEƒg */
   .hacobune-video-item-is-fixed-video {
     top: 0 !important;
     left: 0 !important;
     width: 100% !important;
     padding: 0 !important;
     border-radius: 0 !important;
   }
   .hacobune-video-item-title {
     display: flex !important;
     justify-content: center !important;
     align-items: center !important;
     flex-shrink: 0 !important;
     font-family: "Ÿà–¾’©", YuMincho, "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", "‚l‚r ‚o–¾’©", serif !important;
     font-size: 17px !important;
     font-weight: 400 !important;
     text-align: center !important;
     width: 100% !important;
     height: calc(88 * (100vw / 375)) !important;
     padding: 0 60px;
     background: #F2F1F1 !important;
   }
   .hacobune-mix-list-item-caption {
     margin-top: 0 !important;
   }
   /* ŠÖ˜AƒAƒCƒeƒ€ */
   .hacobune-video-item-tile {
     margin: 0 !important;
   }
   .hacobune-dialog-rounded .hacobune-video-item-tile-product {
     width: calc(50% - 20px) !important;
     margin: 10px !important;
   }
 }
