@charset "utf-8";

/* CSS Document */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

/*---------------------------------------------------------------
 common
-------------------------------------------------------------- */
html {
  font-size: 62.5%;
  /* 16px x 0.625 = 10px(=1rem) */
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #333;
  font-family: 'Noto Sans Japanese', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  font-size: 1.6rem;
  /* 16px */
  font-weight: 400;
  line-height: 1.8;
}

#container {
  width: 100%;
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

img {
  width: 100%;
  -webkit-backface-visibility: hidden;
}

.fade-in {
  transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}

a {
  -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all  0.5s ease;
}

a:hover {
  opacity:0.6;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block;
}

.sp {
  display: none !important;
}

a span.buy {
    display: inline-block;
    border: 1px solid #505050;
    letter-spacing: 1px;
    box-sizing: border-box;
    padding: 0px 5px;
    line-height: 1.4;
    color: #fff;
    background-color: #505050;
    font-size: 12px;
    margin-left:10px;
  }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

/*-----------------------
 mainImg
 -------------------------*/
.mainImg {
  background-image: url(../images/main_sp.jpg);
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 80px;
}

.mainImg__title {
  width: 55%;
  height: 15%;
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.mainImg__titleSub {
  width: 50%;
  height: 10%;
  position: absolute;
  top: 12%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.mainImg__titleSub2 {
  width: 50%;
  height: 10%;
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (min-width:769px) {
  .mainImg {
    /*min-height: 870px;*/
    background-image: url(../images/main.jpg);
    position: relative;
    background-position: 65% 50%;
    margin-bottom: 120px;
  }

  .mainImg__title {
    width: 250px;
    height: 100px;
    position: absolute;
    left: -45%;
    top: -20%;
  }

  .mainImg__titleSub {
    width: 230px;
    height: 10%;
    position: absolute;
    left: -45%;
    right: 0;
    bottom: 0;
    top: -15%;
    margin: auto;
  }

  .mainImg__titleSub2 {
    width: 200px;
    height: 10%;
    position: absolute;
    left: -45%;
    right: 0;
    bottom: 0;
    top: 0px;
    margin: auto;
  }

}

/*---------------------------------------------------------------
 header
-------------------------------------------------------------- */
header {
  width: 100%;
  margin: 0;
  padding: 10px 0;
  border-bottom: solid 1px #e6e6e6;
}

header a {
  width: 50%;
  max-width: 200px;
  margin: 0 auto;
  padding: 0;
  display: block;
}

header img {
  width: 50%;
  max-width: 280px;
  margin: 0 auto;
  padding: 0;
  display: block;
}

/*---------------------------------------------------------------
 main
-------------------------------------------------------------- */
#main {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

#main #image_box {
  width: 100%;
  height: auto;
  margin: 0 0 40px 0;
  position: relative;
}

#main #image_box::before {
  content: '';
  display: block;
  padding-top: 125%;
}

#main #image {
  width: 100%;
  /*	background:url("../images/main_sp_01.jpg") no-repeat;*/
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

#main #image h1 {
  width: 100%;
  height: 100%;
  position: relative;
}

#main #image h1 img {
  width: 70%;
  max-width: 300px;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#main #read {
  width: 80%;
  margin: 0 auto 100px auto;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 500;
}

#main #read br {
  display: none;
}

/*-----------------------------
lead
 -----------------------------*/
 .lead {
 }

 .lead p {
   text-align:center;
   font-size:1.4rem;
   font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
   font-weight: 500; }

.code__title {
  text-align:center;
  font-family:'Times New Roman';
  font-size:2.0rem;
  width:60%;
  padding-top:10px;
  border-top:solid 1px #ccc;
  margin:0 auto 30px;
  margin-top:100px;
}

.code__title--small {
  font-size:1.8rem;
}

@media (min-width:769px) {
  .code__title {
    max-width:300px;
    margin-top:150px;
    font-size:2.6rem;
  }
}

/*-----------------------------
square
 -----------------------------*/
.stylebox__square {
  width:80%;
  margin:40px auto 70px;
  font-size:1.4rem;
}

.stylebox__square img {
  margin-bottom:20px;
}

.stylebox__square--color {
  text-align:center;
  margin-bottom:20px;
}

@media (min-width:769px) {
  .stylebox__square {
    max-width:600px;
    margin:120px auto;
  }
}

/*-----------------------------
style01
 -----------------------------*/
.style01 {
  width: 90%;
  display: block;
  margin: 0 auto 40px;
}

@media (min-width:769px) {
  .style01 {
    max-width: 640px;
    margin: 0 auto 70px;
    display: block;
  }
}

/*-----------------------------
style02 and 03
 -----------------------------*/
.style0203 {
  width: 100%;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}

.style0203__01 {
  width: 80%;
  margin: 0 auto 70px;
}

.style0203__02 {
  width: 100%;
  margin: 0 auto 70px;
}

@media (min-width:769px) {
  .style0203 {
    max-width: 1000px;
    margin: 0 auto 120px;
    padding: 0;
    display: flex;
    justify-content: space-between;
  }

  .style0203__01 {
    width: 48%;
    margin: 0 auto;
  }

  .style0203__02 {
    width: 48%;
    margin: 200px auto 0;
  }
}

/*-----------------------------
 styling04
 -----------------------------*/
.style04 {
  width: 100%;
  margin: 0 auto 70px;
  display: block;
  overflow: hidden;
}

.style04__left {
  width: 80%;
  display: block;
  margin: 0 auto 20px;
}

.style04__right {
  width: 90%;
  margin: 0 auto;
}

@media (min-width:769px) {
  .style04 {
    max-width: 1000px;
    margin: 0 auto 120px;
    padding: 0;
  }

  .style04__left {
    width: 48%;
    float: left;
    display: inline-block;
    margin: 120px auto 0;
  }

  .style04__right {
    width: 48%;
    display: inline-block;
    margin: 0 auto;
    float: right;
  }

  .style04-credit {
    display: block;
    width: 48%;
    float: left;
  }
}

/*-----------------------------
  style05
  -----------------------------*/
.style05 {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto 70px;
}

.style05__box1 {
  width: 100%;
  margin: 0 auto 20px;
}

.style05__box2 {
  width: 90%;
  margin: 0 auto;
}

@media (min-width:769px) {
  .style05 {
    max-width: 1000px;
    margin: 0 auto 120px;
    padding: 0;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .style05__box1 {
    width: 48%;
    margin: 0;
  }

  .style05__box2 {
    width: 48%;
  }
}


/*----------------------------
 archive
 ----------------------------*/
.archive {
     margin: 30px auto 0;
     width:90%;
 }

.archive_title {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1px;
  margin-bottom:15px;
}

.archive__list {
  width:90%;
  margin:0 auto;
  display: flex;
  flex-direction: column;
}

.archive__list li {
  width:100%;
  margin-bottom:10px;
}

@media (min-width:769px) {
  .archive__list {
    max-width:600px;
    flex-direction: row;
    justify-content: space-between;
  }

  .archive__list li {
    width:48%;
    margin-bottom:10px;
  }

  .archive {
      margin: 30px auto 0;
   }
}
/*----------------------------
 recommend
 ----------------------------*/
.recommend {
  margin: 0 5%;
}

.recommend__01,
.recommend__02 {
  margin-bottom: 20%;
}

.recommend__midashiTit {
  width: 33%;
  margin: 0 auto 30px;
}

.recommend__tit {
  display: flex;
  align-items: center;
  justify-content: center;
}

.recommend__tit>img {
  width: 10%;
  margin-right: 15px;
}

.recommend a {
  font-size: 1.2rem;
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.recommend a:hover {
  opacity: 0.6;
}

@media (min-width:769px) {
  .recommend {
    width: 690px;
    margin: 0 auto;
  }

  .recommend__midashiTit {
    width: 190px;
    margin: 0 auto 30px;
  }
}

/*---------------------------------------------------------------
 styling
-------------------------------------------------------------- */
.credit li,
.credit li a {
  font-size: 1.3rem;
  color: rgb(51, 51, 51);
  display: block;
  line-height: 130%;
  margin: 8px 0px 0px;
  text-align: center;
  text-decoration: none;
}

#styling .coordinate .credit li {
  width: 100%;
  margin: 0;
  padding: 10px 0;
  border-top: solid 1px #ccc;
}

#styling .coordinate .credit li:last-child {
  border-bottom: solid 1px #ccc;
}

#styling .coordinate .credit li a {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #333;
  text-decoration: none;
}

#styling .coordinate .credit li .left {
  width: 80%;
}

#styling .coordinate .credit li .right {
  width: 20%;
  text-align: right;
}

.credit__tax {
  font-size:1.0rem;
}

/*---------------------------------------------------------------
 allitem
-------------------------------------------------------------- */
#allitem {
  width:60%;
  max-width:360px;
  margin: 120px auto 100px;
}

#allitem a {
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

#allitem a:hover {
  opacity: 0.7;
}

/*
#allitem a {
  width: 60%;
  margin: 0 auto 20px auto;
  padding: 20px;
  color: #333;
  font-size: 1.3rem;
  border: solid 2px #333;
  display: block;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: 'Noto Serif', serif;
}

#allitem a:hover {
  color: #fff;
  background: #333;
}

#allitem a span {
  font-size: 1.8rem;
}
*/
@media (min-width:769px) {
  #allitem {
    margin: 150px auto 100px;
    max-width:250px;
  }

/*
  #allitem a {
    width: 310px;
    margin: 0 auto 20px auto;
    padding: 20px;
    color: #333;
    font-size: 1.3rem;
    border: solid 1px #333;
    display: block;
    text-decoration: none;
    text-align: center;
  }
  */
}

/*---------------------------------------------------------------
 footer
-------------------------------------------------------------- */
footer {
  width: 100%;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  font-size: 1.1rem;
}

.footer__logo {
  width: 50%;
  max-width: 140px;
  margin: 0 auto 30px;
}

.fotter__staff {
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Noto Serif', serif;
}

@media (min-width:769px) {
  .footer__logo {
    width: 190px;
  }
}

/*--------------------
 animation
 ---------------------*/
.invisible {
  transition: opacity 0.2s ease;
  opacity: 0.0;
}

.visible {
  transition: opacity 0.2s ease;
  opacity: 1.0;
}

/*--------------------
ANIMATION
 ---------------------*/
 #menu {
     width: 96%;
     max-width: 960px;
     margin: 0 auto;
 }

 #menu span.line {
     display: block;
     width: 1px;
     height: 50px;
     margin: 0 auto 10px;
     transition: .5s;
     -webkit-transition: .5s;
 }
 .line.bar_repeat::before {
   content: "";
   display: block;
   width: 1px;
   height: 50px;
   background-color: #000;
   animation: bar-scale 1.5s cubic-bezier(0.645, 0.045, 0.355, 1) infinite, bar-transform-origin 1.5s steps(1) infinite; }

@-webkit-keyframes scroll-line {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40% {
    -webkit-transform: translate3d(0, 185px, 0);
    transform: translate3d(0, 185px, 0); }
  75% {
    -webkit-transform: translate3d(0, 175px, 0);
    transform: translate3d(0, 175px, 0); }
  100% {
    -webkit-transform: translate3d(0, 280px, 0);
    transform: translate3d(0, 280px, 0); } }

@-webkit-keyframes triangle-bounce {
  0% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); } }

@-webkit-keyframes triangle-first {
  0%,
  20% {
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0); }
  30%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  100%,
  85% {
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0); } }

@-webkit-keyframes triangle-right {
  0%,
  25% {
    -webkit-transform: rotate(-163deg) translate3d(0, 40px, 0);
    transform: rotate(-163deg) translate3d(0, 40px, 0); }
  40%,
  84% {
    -webkit-transform: rotate(-163deg) translate3d(0, 0, 0);
    transform: rotate(-163deg) translate3d(0, 0, 0); }
  100%,
  90% {
    -webkit-transform: rotate(-163deg) translate3d(0, -37px, 0);
    transform: rotate(-163deg) translate3d(0, -37px, 0); } }

@-webkit-keyframes triangle-left {
  0%,
  33% {
    -webkit-transform: rotate(163deg) translate3d(0, -34px, 0);
    transform: rotate(163deg) translate3d(0, -34px, 0); }
  50%,
  88% {
    -webkit-transform: rotate(163deg) translate3d(0, 0, 0);
    transform: rotate(163deg) translate3d(0, 0, 0); }
  100%,
  95% {
    -webkit-transform: rotate(163deg) translate3d(0, 38px, 0);
    transform: rotate(163deg) translate3d(0, 38px, 0); } }

@-webkit-keyframes triangle-last {
  0%,
  87.5% {
    -webkit-transform: translate3d(-120px, 0, 0);
    transform: translate3d(-120px, 0, 0); }
  91% {
    -webkit-transform: translate3d(-80px, 0, 0);
    transform: translate3d(-80px, 0, 0); }
  100% {
    -webkit-transform: translate3d(45px, 0, 0);
    transform: translate3d(45px, 0, 0); } }

.animation-start .c-scroll-icon {
  opacity: 1;
  -webkit-transition: all 1.5s 1.2s;
  transition: all 1.5s 1.2s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: absolute;
  top: 40%;
  bottom: 0;
  left: -45%;
  right: 0;
  margin: auto;
  transform: translate(-50%, -30%);
 }
  @media screen and (max-width: 768px) {
.animation-start .c-scroll-icon {
  left: 0;
  right: -5%;
      -webkit-transform: scale(0.8);
      transform: translate(-50%, 0%) scale(0.7); } }

.c-scroll-icon {
  width: 21px;
  height: 100px;
  opacity: 0;
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);}

.c-scroll-icon-line-mask {
  position: relative;
  overflow: hidden;
  width: 20px;
  height: 100px;
  margin: 0 auto; }

.c-scroll-icon-line {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 150px;
  border-left: 1px solid #ffffff;
  top: -150px;
  left: 10px;
  -webkit-animation: scroll-line 3s infinite;
  animation: scroll-line 3s infinite;
  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.c-scroll-icon-triangle {
  position: relative;
  width: 20px;
  height: 30px;
  margin: -10px auto 0;
  -webkit-animation: triangle-bounce 3s infinite;
  animation: triangle-bounce 3s infinite; }

.c-scroll-icon-triangle-mask.first {
  width: 40px;
  height: 5px;
  right: 0;
  overflow: hidden; }

.c-scroll-icon-triangle-mask {
  position: absolute; }

.c-scroll-icon-triangle-line.first {
  border-bottom: 1px solid #ffffff;
  width: 30px;
  right: 0;
  -webkit-animation: triangle-first 3s infinite;
  animation: triangle-first 3s infinite;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.c-scroll-icon-triangle-line {
  position: absolute; }

.c-scroll-icon-triangle-mask.right {
  width: 10px;
  height: 30px;
  overflow: hidden;
  right: 0; }

.c-scroll-icon-triangle-line.right {
  border-left: 1px solid #ffffff;
  height: 44px;
  -webkit-transform: rotate(-163deg);
  transform: rotate(-163deg);
  right: 5px;
  top: -6px;
  -webkit-animation: triangle-right 3s infinite;
  animation: triangle-right 3s infinite;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.c-scroll-icon-triangle-mask.left {
  width: 10px;
  height: 30px;
  overflow: hidden;
  left: 1; }

.c-scroll-icon-triangle-line.left {
  border-left: 1px solid #ffffff;
  height: 40px;
  -webkit-transform: rotate(163deg);
  transform: rotate(163deg);
  left: 5px;
  top: -3px;
  -webkit-animation: triangle-left 3s infinite;
  animation: triangle-left 3s infinite;
  -webkit-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.c-scroll-icon-triangle-mask.last {
  width: 40px;
  height: 5px;
  overflow: hidden; }

.c-scroll-icon-triangle-line.last {
  border-bottom: 1px solid #ffffff;
  width: 120px;
  left: 0;
  -webkit-animation: triangle-last 3s infinite;
  animation: triangle-last 3s infinite;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.fuwatAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  -ms-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important; }

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@keyframes curtain {
  0% {
    top: 0;
    opacity: 1; }
  100% {
    top: -100vh;
    opacity: 0; } }

@keyframes opacity {
  0% {
    opacity: 1;
    filter: grayscale(0%); }
  100% {
    opacity: 0.4;
    filter: grayscale(70%); } }

@keyframes bg-size {
  0% {
    opacity: 0.8;
    transform: scale(1.2); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes bar {
  0% {
    transform-origin: top;
    -webkit-transform-origin: top;
    transform: scaleY(1);
    -webkit-transform: scaleY(1); }
  10% {
    transform-origin: top;
    -webkit-transform-origin: top;
    transform: scaleY(0);
    -webkit-transform: scaleY(0); }
  80% {
    transform-origin: top;
    -webkit-transform-origin: top;
    transform: scaleY(1);
    -webkit-transform: scaleY(1); }
  100% {
    transform-origin: top;
    -webkit-transform-origin: top;
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

@keyframes bar-scale {
  0% {
    transform: scaleY(1); }
  30% {
    transform: scaleY(0); }
  100% {
    transform: scaleY(1); } }

@keyframes bar-transform-origin {
  0% {
    transform-origin: center bottom; }
  30% {
    transform-origin: center top; }
  100% {
    transform-origin: center bottom; } }

@keyframes scale {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.2); } }

.inviewfadeIn {
  opacity: 0;
  transition: .6s; }

.fadeIn {
  opacity: 1.0; }

/* loading
--------------------------------------*/
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 1;
  z-index: 99999; }
  #loader-bg #loading {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (min-width: 1000px) {
      #loader-bg #loading {
        width: 100%;
        margin: auto;
        height: 100%; } }
    @media screen and (max-width: 999px) {
      #loader-bg #loading {
        width: 100%;
        margin: auto;
        height: 100%; } }
    @media screen and (min-width: 1000px) {
      #loader-bg #loading div {
        width: 20%;
        margin: auto; } }
    @media screen and (max-width: 999px) {
      #loader-bg #loading div {
        width: 40%;
        margin: auto; } }
