﻿/* パンくず 追加スタイル PC */
@media only screen and (min-width: 768px){
  .breadcrumb__list{
    padding-bottom: 1.6rem;
  }
}

/* LPコンテンツ */

/* ===============================================### 
初期設定
###=============================================== */
.lp_sheer{
  --font-ja: var(--hirakaku);
  --font-en: "Figtree", sans-serif;
  --fw-thin: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semi-bold: 600;
  --fw-bold: 700;
  --color-black: #231815;
  --color-white: #fff;
  color: #231815;
  overflow: clip;
}

.lp_sheer img,
.lp_sheer svg{
  width: 100%;
  height: auto;
}

@font-face {
  font-family: "Figtree";
  src:
    url("../fonts/Figtree-VariableFont_wght.ttf") format("wght");
}

.main-area * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


/* ===============================================### 
アニメーション設定
###=============================================== */
/*** fade-up ***/
.lp_sheer .js-anime-trigger .js-fade-up {
  opacity: 0;
  will-change: opacity;
  transition: ease-in, opacity 1000ms, transform 1000ms;
  transform: translateY(100px);
}

.lp_sheer .js-anime-trigger.show .js-fade-up{
  opacity: 1;
  transform: translate(0, 0);
}

/*** slide-in ***/
.lp_sheer .js-anime-trigger .js-slide-in.ltr {
  opacity: 0;
  will-change: opacity;
  transition: ease-in, opacity 1000ms, transform 1000ms;
  transform: translateX(-100px);
}

.lp_sheer .js-anime-trigger .js-slide-in.rtl {
  opacity: 0;
  will-change: opacity;
  transition: ease-in, opacity 1000ms, transform 1000ms;
  transform: translateX(100px);
}

.lp_sheer .js-anime-trigger.show .js-slide-in.ltr,
.lp_sheer .js-anime-trigger.show .js-slide-in.rtl {
  opacity: 1;
  transform: translate(0, 0);
}

.lp_sheer .js-anime-trigger.show .js-slide-in.js-anime-delay{
  transition-delay: 0.5s;
}

/*** info_detail ***/
.lp_sheer .info_detail {
  display: none;
  /* margin-top: calc(8 * (100vw / 375));
  padding-right: calc(10 * (100vw / 375));
  border-right: 1px solid #000;
  text-align: right; */
}

.lp_sheer .info_detail.is-open {
  display: block;
}


/* ===============================================### 
コンテンツ共通設定
###=============================================== */
.lp_sheer .content__inner{
  width: 100rem;
  margin-inline: auto;
}

.lp_sheer .flex-wrap{
  display: flex;
}

.lp_sheer .grid-wrap{
  display: grid;
}

/************** text **************/
.lp_sheer .content .content__title{
  font-family: var(--font-ja);
  font-size: 1.4rem;
  font-weight: var(--fw-regular);
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: center;
}

.lp_sheer .credit{
  font-family: var(--font-en);
  font-size: 1.4rem;
  font-weight: var(--fw-regular);
  line-height: 2.1428571429;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.lp_sheer .credit .flex-wrap{
  justify-content: end;
  align-items: center;
  gap: 1.9rem;
}

.lp_sheer .credit li:not(:first-child){
  margin-top: 0.5rem;
}

.lp_sheer .credit .credit__icon{
  display: block;
  width: 4.8rem;
  /* display: grid;
  place-content: center;
  padding: 3px 0 0;
  width: 4rem;
  height: 2rem;
  font-family: var(--font-en);
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  font-weight: var(--fw-medium);
  color: var(--color-white);
  background-color: var(--color-black); */
}

.lp_sheer .credit .info_detail {
  font-family: var(--font-en);
  margin-top: 1rem;
  padding-right: 1.9rem;
  border-right: 1px solid var(--color-black);
  text-align: right;
}

/************** image **************/
.lp_sheer .content .content__title{
}

.lp_sheer .content .content__title span{
  display: block;
  width: fit-content;
  margin-inline: auto;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .lp_sheer .content__inner{
    width: calc(375 * (100vw / 375));
  }

  /************** text **************/
  .lp_sheer .content .content__title{
    font-size: calc(14 * (100vw / 375));
  }

  .lp_sheer .credit{
    font-size: calc(13 * (100vw / 375));
  }

  .lp_sheer .credit .flex-wrap{
    gap: calc(19 * (100vw / 375));
  }

  .lp_sheer .credit li:not(:first-child){
    margin-top: calc(5 * (100vw / 375));
  }

  .lp_sheer .credit .credit__icon{
    display: block;
    width: calc(45 * (100vw / 375));
  }

  .lp_sheer .credit .info_detail {
    margin-top: calc(5 * (100vw / 375));
    padding-right: calc(12 * (100vw / 375));
  }

  /************** image **************/
  .lp_sheer .content .content__title{
  }

  .lp_sheer .content .content__title span{
  }
}


/* ===============================================### 
MV
###=============================================== */
.lp_sheer .mv{
}

.lp_sheer .mv__inner{
  width: fit-content;
  margin-inline: auto;
}

/************** function-icon-list **************/
.lp_sheer .function-icon-list{
  justify-content: center;
  margin-top: 5.3rem;
}

.lp_sheer .function-icon-list.flex-wrap{
}

/************** text **************/
.lp_sheer .mv__text{
  margin-top: 5.3rem;
  font-family: var(--font-ja);
  font-size: 1.4rem;
  font-weight: var(--fw-regular);
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: center;
}

/************** image **************/
.lp_sheer .mv__image{
  width: 120rem;
}

.lp_sheer .function-icon__image{
  width: 12rem;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .lp_sheer .mv{
  }

  .lp_sheer .mv__inner{
  }

  /************** function-icon-list **************/
  .lp_sheer .function-icon-list{
    margin-top: calc(32 * (100vw / 375));
  }

  .lp_sheer .function-icon-list.flex-wrap{
  }

  /************** text **************/
  .lp_sheer .mv__text{
    margin-top: calc(34 * (100vw / 375));
    font-size: calc(13 * (100vw / 375));
  }

  /************** image **************/
  .lp_sheer .mv__image{
    width: calc(375 * (100vw / 375));
  }

  .lp_sheer .function-icon__image{
    width: calc(100 * (100vw / 375));
  }
}


/* ===============================================### 
anchor-link
###=============================================== */
.lp_sheer .link-area{
  margin-top: 6.9rem;
}

.lp_sheer .link-area .content__inner{
  width: 100rem;
  margin-inline: auto;
}

.lp_sheer .link-area .link-items{
  margin-top: 4.3rem;
}

.lp_sheer .link-area .link-items.grid-wrap{
  grid-template-columns: repeat(5, 1fr);
  column-gap: 2rem;
}

.lp_sheer .link-area .link-item a{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: var(--color-black);
  /* padding: 0.6rem 4.5rem 2rem 4.5rem; */
  height: 100%;
  /* box-sizing: border-box; */
}

.lp_sheer .link-arrow {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-right: 1.5px solid var(--color-black);
  border-bottom: 1.5px solid var(--color-black);
  transform: translateY(0) rotate(45deg);
  /* margin-top: auto; */
  margin-top: 0.5rem;
  transition: transform 0.3s ease;
}

/************** text **************/
.lp_sheer .link-area .content__title{
  font-family: var(--font-en);
  font-size: 3.2rem;
  font-weight: var(--fw-semi-bold);
  letter-spacing: 0.1em;
  text-align: center;
}

.lp_sheer .link-area .content__title span{
  margin-top: -0.8rem;
  font-family: var(--font-ja);
  font-size: 1.4rem;
  font-weight: var(--fw-regular);
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: center;
}

.lp_sheer .link-area .link-name{
  margin-top: 1.1rem;
  font-family: var(--font-en);
  font-size: 1.8rem;
  font-weight: var(--fw-semi-bold);
  letter-spacing: 0.1em;
  text-align: center;
}

/************** image **************/
.lp_sheer .link-area .link-image{
  width: 18.4rem;
}

/* ===========### responsive ###=========== */
@media screen and (min-width: 768px) {
  .lp_sheer .link-items li a:hover .link-arrow {
    /* translateY を 5px に変更。rotate(45deg) は維持する */
    transform: translateY(5px) rotate(45deg);
  }
}

@media screen and (max-width: 767px) {
  .lp_sheer .link-area{
    margin-top: calc(52 * (100vw / 375));
  }

  .lp_sheer .link-area .content__inner{
    width: calc(360 * (100vw / 375));
  }

  .lp_sheer .link-area .link-items{
    margin-top: calc(24 * (100vw / 375));
  }

  .lp_sheer .link-area .link-items.grid-wrap{
    /* grid-template-columns: repeat(3, 1fr); */
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    column-gap: calc(5 * (100vw / 375));
    row-gap: calc(31 * (100vw / 375));  
  }

  .lp_sheer .link-area .link-item a{
  }

  .lp_sheer .link-arrow {
    width: calc(10 * (100vw / 375));
    height: calc(10 * (100vw / 375));
    border-right: 1.5px solid var(--color-black);
    border-bottom: 1.5px solid var(--color-black);
    /* transform: translateY(0) rotate(45deg); */
    margin-top: calc(8 * (100vw / 375));
    /* transition: transform 0.3s ease; */
  }

  /************** text **************/
  .lp_sheer .link-area .content__title{
    font-size: calc(26 * (100vw / 375));
  }

  .lp_sheer .link-area .content__title span{
    margin-top: calc(-4 * (100vw / 375));
    font-size: calc(14 * (100vw / 375));
  }

  .lp_sheer .link-area .link-name{
    margin-top: calc(9 * (100vw / 375));
    font-size: calc(15 * (100vw / 375));
  }

  /************** image **************/
  .lp_sheer .link-area .link-image{
    width: calc(112 * (100vw / 375));
  }

  /*** 画像サイズ調整 ***/
  .lp_sheer .link-area .link-item:nth-of-type(3) .link-image,
  .lp_sheer .link-area .link-item:nth-of-type(5) .link-image{
    width: calc(116 * (100vw / 375));
  }
}


/* ===============================================### 
コンテンツ01
###=============================================== */
.lp_sheer .content01{
  margin-top: 10.2rem;
}

.lp_sheer .content01 .content__inner{
}

.lp_sheer .content01 .content__item01{
  width: fit-content;
  margin-top: 4.4rem;
  margin-inline: auto;
}

.lp_sheer .content01 .content__item02{
  margin-top: 4rem;
  margin-left: 60rem;
}

.lp_sheer .content01 .content__item03{
  margin-top: 4rem;
}

/************** flex **************/
.lp_sheer .content01 .content__item03.flex-wrap{
  justify-content: space-between;
}

.lp_sheer .content01 .image-wrap.flex-wrap{
  gap: 2rem;
}

/************** text **************/
.lp_sheer .content01 .credit{
  margin-top: 29.9rem;
}

/************** image **************/
.lp_sheer .content01 .content__title span{
  width: 43.3rem;
  margin-bottom: -0.5rem;
}

.lp_sheer .content01 .content__item01 .content__image{
  width: 47rem;
}

.lp_sheer .content01 .content__item02 .content__image{
  width: 40rem;
}

.lp_sheer .content01 .content__item03 .content__image{
  width: 30rem;
}

.lp_sheer .content01 .content__item03 .content__image.image01{
}

.lp_sheer .content01 .content__item03 .content__image.image02{
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .lp_sheer .content01{
    margin-top: calc(63 * (100vw / 375));
  }

  .lp_sheer .content01 .content__inner{
  }

  .lp_sheer .content01 .content__item01{
    margin-top: calc(23 * (100vw / 375));
  }

  .lp_sheer .content01 .content__item02{
    margin-top: calc(20 * (100vw / 375));
    margin-left: calc(130 * (100vw / 375));
  }

  .lp_sheer .content01 .content__item03{
    margin-top: calc(20 * (100vw / 375));
  }

  /************** flex **************/
  .lp_sheer .content01 .content__item03.flex-wrap{
    flex-direction: column;
  }

  .lp_sheer .content01 .image-wrap.flex-wrap{
    gap: calc(10 * (100vw / 375));
  }

  /************** text **************/
  .lp_sheer .content01 .credit{
    margin-top: calc(16 * (100vw / 375));
    margin-right: calc(16 * (100vw / 375));
  }

  /************** image **************/
  .lp_sheer .content01 .content__title span{
    width: calc(334 * (100vw / 375));
    margin-bottom: calc(-11 * (100vw / 375));
  }

  .lp_sheer .content01 .content__item01 .content__image{
    width: calc(375 * (100vw / 375));
  }

  .lp_sheer .content01 .content__item02 .content__image{
    width: calc(245 * (100vw / 375));
  }

  .lp_sheer .content01 .content__item03 .content__image{
    width: calc(155 * (100vw / 375));
  }

  .lp_sheer .content01 .content__item03 .content__image.image01{
  }

  .lp_sheer .content01 .content__item03 .content__image.image02{
  }
}


/* ===============================================### 
コンテンツ02
###=============================================== */
.lp_sheer .content02{
  margin-top: 9.6rem;
}

.lp_sheer .content02 .content__inner{
}

.lp_sheer .content02 .content__item01{
  width: fit-content;
  margin-top: 4.4rem;
  margin-inline: auto;
}

.lp_sheer .content02 .content__item02{
  width: fit-content;
  margin-top: 2rem;
  margin-inline: auto;
}

.lp_sheer .content02 .slide-wrap{
  width: 47rem;
}

/************** text **************/
.lp_sheer .content02 .credit{
  margin-top: 1.5rem;
}

/************** image **************/
.lp_sheer .content02 .content__title span{
  width: 43rem;
  margin-bottom: -0.4rem;
}

.lp_sheer .content02 .content__item01 .content__image{
}

.lp_sheer .content02 .content__item02 .content__image{
  width: 47rem;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .lp_sheer .content02{
    margin-top: calc(82 * (100vw / 375));
  }

  .lp_sheer .content02 .content__inner{
  }

  .lp_sheer .content02 .content__item01{
    margin-top: calc(23 * (100vw / 375));
  }

  .lp_sheer .content02 .content__item02{
    margin-top: calc(20 * (100vw / 375));
  }

  .lp_sheer .content02 .slide-wrap{
    width: calc(375 * (100vw / 375));
  }

  /************** text **************/
  .lp_sheer .content02 .credit{
    margin-top: calc(17 * (100vw / 375));
  }

  /************** image **************/
  .lp_sheer .content02 .content__title span{
    width: calc(332 * (100vw / 375));
    margin-bottom: calc(-13 * (100vw / 375));
  }

  .lp_sheer .content02 .content__item01 .content__image{
  }

  .lp_sheer .content02 .content__item02 .content__image{
    width: calc(300 * (100vw / 375));
  }
}


/* ===============================================### 
コンテンツ03
###=============================================== */
.lp_sheer .content03{
  margin-top: 9.6rem;
}

.lp_sheer .content03 .content__inner{
}

.lp_sheer .content03 .content__item01{
  width: fit-content;
  margin-top: 4.4rem;
  margin-inline: auto;
}

.lp_sheer .content03 .grid-wrap{
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

/************** text **************/
.lp_sheer .content03 .credit{
  margin-top: 1.5rem;
}

/************** image **************/
.lp_sheer .content03 .content__title span{
  width: 44.4rem;
  margin-bottom: -0.5rem;
}

.lp_sheer .content03 .content__item01 .content__image{
  width: 30rem;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .lp_sheer .content03{
    margin-top: calc(79 * (100vw / 375));
  }

  .lp_sheer .content03 .content__inner{
  }

  .lp_sheer .content03 .content__item01{
    margin-top: calc(23 * (100vw / 375));
  }

  .lp_sheer .content03 .grid-wrap{
    gap: calc(12 * (100vw / 375));
  }

  /************** text **************/
  .lp_sheer .content03 .credit{
    margin-top: calc(17 * (100vw / 375));
    margin-right: calc(17 * (100vw / 375));
  }

  /************** image **************/
  .lp_sheer .content03 .content__title span{
    width: calc(338 * (100vw / 375));
    margin-bottom: calc(-12 * (100vw / 375));
  }

  .lp_sheer .content03 .content__item01 .content__image{
    width: calc(182 * (100vw / 375));
  }
}


/* ===============================================### 
コンテンツ04
###=============================================== */
.lp_sheer .content04{
  margin-top: 9.6rem;
}

.lp_sheer .content04 .content__inner{
  width: 73rem;
}

.lp_sheer .content04 .content__item01{
  width: fit-content;
  margin-top: 4.4rem;
  margin-inline: auto;
}

.lp_sheer .content04 .content__item02{
  margin-top: 4rem;
  margin-left: 4rem;
}

.lp_sheer .content04 .content__item03{
  width: 66.8rem;
  margin-top: -35.4rem;
  margin-left: 10.3rem;
}

.lp_sheer .content04 .slide-wrap{
  width: 47rem;
}

/************** flex **************/
.lp_sheer .content04 .content__item03.flex-wrap{
  flex-direction: row-reverse;
  justify-content: space-between;
}

/************** text **************/
.lp_sheer .content04 .credit{
  margin-top: 36.9rem;
}

/************** image **************/
.lp_sheer .content04 .content__title span{
  width: 43.6rem;
  margin-bottom: -0.5rem;
}

.lp_sheer .content04 .content__item01 .content__image{
}

.lp_sheer .content04 .content__item02 .content__image{
  width: 30rem;
}

.lp_sheer .content04 .content__item03 .content__image{
  width: 40rem;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .lp_sheer .content04{
    margin-top: calc(80 * (100vw / 375));
  }

  .lp_sheer .content04 .content__inner{
    width: calc(375 * (100vw / 375));
  }

  .lp_sheer .content04 .content__item01{
    margin-top: calc(23 * (100vw / 375));
  }

  .lp_sheer .content04 .content__item02{
    margin-top: calc(20 * (100vw / 375));
    margin-left: 0;
  }

  .lp_sheer .content04 .content__item03{
    width: fit-content;
    margin-top: calc(-178 * (100vw / 375));
    margin-left: calc(176 * (100vw / 375));
  }

  .lp_sheer .content04 .slide-wrap{
    width: calc(375 * (100vw / 375));
  }

  /************** flex **************/
  .lp_sheer .content04 .content__item03.flex-wrap{
    flex-direction: column;
    /* flex-direction: row-reverse; */
    /* justify-content: space-between; */
  }

  /************** text **************/
  .lp_sheer .content04 .credit{
    position: relative;
    right: calc(40 * (100vw / 375));
    margin-top: calc(16 * (100vw / 375));
  }

  _::-webkit-full-page-media, _:future, :root .lp_sheer .content04 .credit {
    right: calc(50 * (100vw / 375));
  }

  /************** image **************/
  .lp_sheer .content04 .content__title span{
    width: calc(334 * (100vw / 375));
    margin-bottom: calc(-12 * (100vw / 375));
  }

  .lp_sheer .content04 .content__item01 .content__image{
  }

  .lp_sheer .content04 .content__item02 .content__image{
    width: calc(164 * (100vw / 375));
  }

  .lp_sheer .content04 .content__item03 .content__image{
    width: calc(200 * (100vw / 375));
  }
}


/* ===============================================### 
コンテンツ05
###=============================================== */
.lp_sheer .content05{
  margin-top: 9.6rem;
}

.lp_sheer .content05 .content__inner{
  width: 63rem;
}

.lp_sheer .content05 .content__item01{
  width: fit-content;
  margin-top: 3.4rem;
  margin-inline: auto;
}

.lp_sheer .content05 .content__item02{
  width: fit-content;
  margin-inline: auto;
}

.lp_sheer .content05 .content__item03{
  margin-top: 4rem;
}

.lp_sheer .content05 .content__item04{
  width: 57.8rem;
  margin-top: -25.7rem;
  margin-left: 5.2rem;
}

/************** flex **************/
.lp_sheer .content05 .content__item04.flex-wrap{
  flex-direction: row-reverse;
  justify-content: space-between;
}

/************** text **************/
.lp_sheer .content05 .credit{
  margin-top: 27.2rem;
}

/************** image **************/
.lp_sheer .content05 .content__title span{
  width: 43rem;
  margin-bottom: -0.5rem;
}

.lp_sheer .content05 .content__item01 .content__image{
  width: 47rem;
}

.lp_sheer .content05 .content__item02 .content__image{
  width: 47rem;
}

.lp_sheer .content05 .content__item03 .content__image{
  width: 30rem;
}

.lp_sheer .content05 .content__item04 .content__image{
  width: 30rem;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .lp_sheer .content05{
    margin-top: calc(84 * (100vw / 375));
  }

  .lp_sheer .content05 .content__inner{
    width: calc(375 * (100vw / 375));
  }

  .lp_sheer .content05 .content__item01{
    margin-top: calc(22 * (100vw / 375));
  }

  .lp_sheer .content05 .content__item02{
  }

  .lp_sheer .content05 .content__item03{
    margin-top: calc(23 * (100vw / 375));
  }

  .lp_sheer .content05 .content__item04{
    width: fit-content;
    margin-top: calc(-196 * (100vw / 375));
    margin-left: calc(194 * (100vw / 375));
  }

  /************** flex **************/
  .lp_sheer .content05 .content__item04.flex-wrap{
    flex-direction: column;
    /* flex-direction: row-reverse; */
    /* justify-content: space-between; */
  }

  /************** text **************/
  .lp_sheer .content05 .credit{
    position: relative;
    right: calc(67 * (100vw / 375));
    margin-top: calc(18 * (100vw / 375));
  }

  _::-webkit-full-page-media, _:future, :root .lp_sheer .content05 .credit {
    right: calc(77 * (100vw / 375));
  }

  /************** image **************/
  .lp_sheer .content05 .content__title span{
    width: calc(329 * (100vw / 375));
    margin-bottom: calc(-12 * (100vw / 375));
  }

  .lp_sheer .content05 .content__item01 .content__image{
    width: calc(375 * (100vw / 375));
  }

  .lp_sheer .content05 .content__item02 .content__image{
    width: calc(375 * (100vw / 375));
  }

  .lp_sheer .content05 .content__item03 .content__image{
    width: calc(182 * (100vw / 375));
  }

  .lp_sheer .content05 .content__item04 .content__image{
    width: calc(182 * (100vw / 375));
  }
}


/* ===============================================### 
button-area
###=============================================== */
.lp_sheer .button-area{
  margin-top: 9.5rem;
  margin-bottom: 10.2rem;
}

.lp_sheer .link-button{
  display: block;
  width: 30rem;
  margin-inline: auto;
  padding: 1rem 8rem;
  font-family: var(--font-en);
  font-size: 1.4rem;
  font-weight: var(--fw-medium);
  line-height: 2;
  letter-spacing: 0.075em;
  text-align: center;
  border: 1px solid var(--color-black);
}

.lp_sheer .link-button.item{
  background-color: var(--color-black);
  color: var(--color-white);
}

.lp_sheer .link-button.top{
  margin-top: 2rem;
  background-color: var(--color-white);
  color: var(--color-black);
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .lp_sheer .button-area{
    margin-top: calc(78 * (100vw / 375));
    margin-bottom: calc(143 * (100vw / 375));
  }

  .lp_sheer .link-button{
    width: calc(335 * (100vw / 375));
    padding: calc(10 * (100vw / 375)) calc(80 * (100vw / 375));
    font-size: calc(14 * (100vw / 375));
  }

  .lp_sheer .link-button.item{
  }

  .lp_sheer .link-button.top{
    margin-top: calc(11 * (100vw / 375));
  }
}