@charset "utf-8";

:root {
  --black: #000000;
  --light-blue: #E6F8FF;
  --light-grey: #F2F2F2;
  --pink: #ea6584;
  --primary-blue: #1061a3;
  --red: #dd4b4b;
  --white: #fff;
  --yellow: #fdf403;
}

/* ------------------------------------------------------ */
/* common */
/* ------------------------------------------------------ */
body {
  margin: 0;
  letter-spacing: normal;
}
#container{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  width: 100% !important;
}
#contents{
  padding: 45px 0 60px 0 !important;
}
#container main.obon-airplane #wrap {
  background-color: var(--white);
}

.txt_s {font-size: 0.8em;}
.hidden{
  visibility: hidden;
  display: none;
}

main.obon-airplane a:hover {
  opacity: 0.5;
  transition: all linear 0.1s;
}

.topicPath {
    width: 96%;
    margin: 0 auto;
}

/* section共通 */
.innerBlock {
  width: 100%;
  margin: 0 auto;
  & h2 {
    text-align: center;
    width: 96%;
    max-width: 600px;
    margin: 0 auto 16px;
    font-size: 2.6rem;
    font-weight: 700;
  }
}

/* btn */
.rsvBtn {
  width: 96%;
  margin: 0 auto;
}

  a.yellow {
    background: var(--yellow) !important;
  }

.rsvBtn a.pagelinkBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 auto;
  padding: 0.8em;
  background: var(--white);
  border: solid 1px var(--primary-blue);
  border-radius: 4px;
  color: var(--primary-blue);
  font-weight: bold;
  font-size: 1.1em;
  line-height: 2;
  letter-spacing: 0.03em;
  font-family: var(--font-family-sans-serif);
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
  box-shadow: 3px 3px var(--primary-blue);
}
.rsvBtn a.pagelinkBtn.dwn::after,
.rsvBtn a.pagelinkBtn.up::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--primary-blue);
  border-right: 2px solid var(--primary-blue);
}
.rsvBtn a.pagelinkBtn.dwn::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.rsvBtn a.pagelinkBtn.up::after {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.dots {
  background-image: radial-gradient(circle at center, var(--red) 22%, transparent 22%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: .3em; /* 縦方向の位置調整 */
}

/* ------------------------------------------------------ */
/* KV */
/* ------------------------------------------------------ */
#kv {
  background: var(--white) url("/ja/campaign/latesummer/img/kv.png") no-repeat 50% 0 / cover;
  width: 100%;
  height: 52.5vw;

  * {
  width: 1px;
  height: 1px;
  display: inline-block;
  text-align: left;
  text-indent: -100vw;
  overflow: hidden;
  }
}

/* ------------------------------------------------------ */
/* Pagelink */
/* ------------------------------------------------------ */
.pagelink {

  ul {
    gap: 80px;
    justify-content: center;

    li {
      background-color: var(--white);
      border: 3px solid var(--pink);
      border-radius: 50vh;
      box-shadow: 5px 5px 0px var(--pink);
      font-family: "M PLUS Rounded 1c";
      font-size: 15px;
      font-weight: bold;
      margin: 10px auto;
      padding: 10px 0 10px 35px;
      position: relative;
      text-align: left;
      transition: .3s;
      width: 90vw;

      &::after {
        background-color: var(--pink);
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        content: "";
        height: 15px;
        position: absolute;
        right: 20px;
        top: 40%;
        width: 20px;
      }

      a {
        color: var(--pink);
        display: block;
        text-decoration: none;
      }

      &:hover {
        box-shadow: unset;
        transform: translate(4px, 4px);
      }
    }
  }
}

/* ------------------------------------------------------ */
/* Section - 共通 */
/* ------------------------------------------------------ */
.read_area h2,
.read_area .readTxt,
#late-summer .balloon-title-wrap,
#late-summer .card-container .card-num,
#late-summer .card-container .card-title,
#present .balloon-title-wrap,
#present .prize-card .prize-title,
#present .present-btn a,
#present .present-note,
#present .divider-text,
#present .step-container .step-num {
  font-family: ab-kokoro-no2, "M PLUS Rounded 1c", sans-serif;
  text-align: center;
}

/* ------------------------------------------------------ */
/* Section - read_area */
/* ------------------------------------------------------ */
.read_area {
  background: var(--yellow);
  padding: 50px 0 30px;

  h2 {
    align-items: center;
    color: var(--primary-blue);
    display: flex;
    font-size: 26px;
    font-style: italic;
    font-weight: 400;
    justify-content: center;

    &::before,
    &::after {
      background-color: var(--primary-blue);
      border-radius: 5px;
      content: "";
      height: 3px;
      width: 30px;
    }

    &::before {
      margin-right: 10px;
      transform: rotate(60deg);
    }

    &::after {
      margin-left: 10px;
      transform: rotate(-60deg);
    }
  }

  .readTxt {
    background-image: url(/ja/campaign/latesummer/img/bg_h2_01.svg), url(/ja/campaign/latesummer/img/bg_h2_02.svg);
    background-position: left top, right top;
    background-repeat: no-repeat;
    background-size: 179px;
    font-size: 30px;
    font-weight: 400;
    margin: 30px 0 30px;
    padding: 120px 0 0;
    overflow: hidden;

    span:first-child {
      color: var(--primary-blue);
    }

    span:last-child {
      color: var(--pink);
    }
  }
}

/* ------------------------------------------------------ */
/* Section - late-summer */
/* ------------------------------------------------------ */
#late-summer {
  background: #d4f3f4;
  padding: 60px 0 40px;
  
  .balloon-title-wrap {
    margin-bottom: 20px;
    position: relative;
    text-align: center;

    img {
      height: auto;
      right: 10px;
      left: auto;
      transform: none;
      position: absolute;
      top: -22px;
      transform: none;
      width: 48px;
      z-index: 10;
    }
  }

  .balloon-title {
    background: var(--white);
    border-radius: 50px;
    color: var(--red);
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 auto;
    padding: 12px 35px;
    width: fit-content;
  }

  .main-title {
    color: var(--primary-blue);
    font-size: 25px;
    font-weight: bold;
    justify-content: center;
    margin-top: 25px;

    .large {
      color: var(--pink);
      font-size: 40px;
      font-weight: bold;
      line-height: 1;
      margin: 0 8px;
    }
  }


  .benefit-card {
    background: var(--white);
    border-radius: 28px;
    box-shadow: 6px 6px 0 var(--primary-blue);
    margin: 20px auto;
    padding: 20px 40px 30px;
    position: relative;
    width: 90vw;
    
    

    .card-num {
      align-items: center;
      background: var(--pink);
      border-radius: 50%;
      color: var(--white);
      display: flex;
      font-size: 24px;
      font-weight: bold;
      height: 40px;
      justify-content: center;
      left: 20px;
      line-height: 1;
      position: absolute;
      top: 20px;
      width: 40px;
    }

    .card-img {
      align-items: center;
      display: flex;
      height: 100px;
      justify-content: center;
      margin: 15px auto 20px;

      img {
        height: auto;
        margin: 0 auto;
        max-height: 100%;
        width: auto;
      }
    }

    .card-title {
      align-items: center;
      border-bottom: 3px solid var(--primary-blue);
      color: var(--primary-blue);
      display: flex;
      font-size: 23px;
      font-weight: bold;
      justify-content: center;
      line-height: 1.3;
      margin-bottom: 15px;
      min-height: 55px;
      text-align: center;
    }

    .card-text {
      color: var(--black);
      font-family: "M PLUS Rounded 1c";
      font-weight: bold;
      line-height: 1.6;
      margin: 0;
      text-align: left;
    }
  }
}

/* ------------------------------------------------------ */
/* Section - present */
/* ------------------------------------------------------ */
#present {
  background-image: repeating-linear-gradient(90deg, #ffebf0, #ffebf0 20px, #fff8fa 20px, #fff8fa 40px);
  padding: 50px 0;
  margin-bottom: 50px;

  .balloon-title {
    background: var(--pink);
    border-radius: 100px;
    color: var(--white);
    font-size: 17px;
    margin: 0 auto;
    padding: 10px 20px;
    position: relative;
    width: fit-content;

    &::before {
      -webkit-text-stroke: 6px var(--pink);
      color: var(--white);
      content: "さらに";
      font-size: 25px;
      font-weight: bold;
      left: -7px;
      letter-spacing: -0.1em;
      paint-order: stroke fill;
      position: absolute;
      top: -22px;
      transform: rotate(-10deg);
      white-space: nowrap;
    }
  }

  .main-title {
    align-items: center;
    color: var(--primary-blue);
    display: flex;
    font-size: 22px;
    justify-content: center;
    
    
    
    
    

    .large {
      color: var(--pink);
      font-size: 35px;
    }
  }

  .present-board {
    background-color: var(--white);
    background-image: url(/ja/campaign/latesummer/img/bg_present-board01.svg), url(/ja/campaign/latesummer/img/bg_present-board02.svg);
    background-position: left top, right top;
    background-repeat: no-repeat;
    background-size: 150px;
    border-radius: 20px;
    box-shadow: 6px 6px var(--primary-blue);
    margin: 0 auto;
    padding: 80px 10px 30px;
    width: 90vw;

    .present-board-title {
      color: var(--primary-blue);
      font-family: "M PLUS Rounded 1c", sans-serif;
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 30px;
      text-align: center;

      .balloon {
        background: var(--primary-blue);
        border-radius: 50vh;
        color: var(--white);
        display: inline-block;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
        padding: 6px 35px;
      }

      .gift-count {
        display: inline-block;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 12px;

        .large {
          color: var(--pink);
          font-size: 30px;
          font-weight: bold;
          line-height: 1;
          margin: 0 4px;
        }
      }

      .gift-present {
        align-items: center;
        color: var(--primary-blue);
        display: flex;
        font-weight: bold;
        justify-content: center;

        &::before,
        &::after {
          background-color: var(--primary-blue);
          border-radius: 5px;
          content: "";
          height: 3px;
          width: 30px;
        }

        &::before {
          margin-right: 10px;
          transform: rotate(60deg);
        }

        &::after {
          margin-left: 10px;
          transform: rotate(-60deg);
        }
      }
    }
  }

  .prize-container {
    display: flex;
    gap: 10px;
    justify-content: center;
  }

  .prize-card {
    background: var(--white);
    border: 2px solid var(--pink);
    border-radius: 10px;
    margin: 20px auto;
    padding: 5px;
    width: 50%;

    .prize-badge {
      background: var(--pink);
      border-radius: 5px;
      box-shadow: 2px 2px #ccc;
      color: var(--white);
      display: inline-block;
      font-size: 16px;
      margin: 0 0 20px -10px;
      padding: 5px 10px;
      position: relative;
    }

    .prize-title {
      color: var(--pink);
      font-size: 12px;
      line-height: 1.6em;

      .highlight {
        border-bottom: 2px dashed var(--primary-blue);
        font-size: 15px;
        padding-bottom: 3px;
      }
    }
	
	.digico-btn {
		background-color: var(--primary-blue);
		border-radius: 8px;
		font-family: "M PLUS Rounded 1c";
		font-size: 10px;
		margin: 20px auto;
		position: relative;
		transition: .3s;
		width: 90%;

    &::after {
      border-right: 2px solid var(--white);
      border-top: 2px solid var(--white);
      bottom: 0;
      content: "";
      height: 6px;
      margin: auto;
      position: absolute;
      right: 7px;
      top: 0;
      transform: rotate(45deg);
      width: 6px;
    }

    a {
      color: var(--white);
      display: block;
      font-weight: bold;
      padding: 8px 8px 8px 3px;
      text-align: center;
      text-decoration: none;
    }

    &:hover {
      opacity: .6;
    }
  }

    .prize-img {
      margin: 20px auto;
      width: 100px;
    }
  }

  .divider-text {
    align-items: center;
    color: var(--primary-blue);
    display: flex;
    font-size: 25px;
    font-weight: bold;
    justify-content: center;
    letter-spacing: 0.2em;
    margin: 60px 0 40px;

    &::before,
    &::after {
      border-bottom: 5px dotted var(--primary-blue);
      content: "";
      flex: 1;
      height: 0;
      margin: 0 20px;
    }
  }

  .step-container {
    align-items: stretch;
    margin-top: 60px;
	  
    .step-card {
      background: var(--white);
      border: 2px solid var(--primary-blue);
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      margin: 55px auto 0;
      padding-bottom: 15px;
      position: relative;
      width: 70vw;
    }

    .step-num {
      align-items: center;
      color: var(--pink);
      display: flex;
      flex-direction: column;
      font-size: 15px;
      font-weight: bold;
      left: 50%;
      position: absolute;
      top: -50px;
      transform: translateX(-50%);
      
      span {
        align-items: center;
        background-color: var(--primary-blue);
        border-radius: 50%;
        color: var(--white);
        display: flex;
        font-size: 30px;
        font-weight: bold;
        height: 60px;
        justify-content: center;
        width: 60px;
      }
    }

    .step-title {
      align-items: center;
      background-color: var(--primary-blue);
      box-sizing: border-box;
      color: var(--white);
      display: flex;
      font-family: "M PLUS Rounded 1c", sans-serif;
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      justify-content: center;
      line-height: 1.4;
      margin: 0;
      min-height: 85px;
      padding: 30px 10px 15px;
    }

    .step-img {
        align-items: center;
        box-sizing: border-box;
        display: flex;
        height: 130px;
        justify-content: center;
        margin: 0 auto;
        padding: 25px 0 15px;
        width: 100%;

      img {
        height: auto;
        max-height: 100%;
        max-width: 80%;
        width: auto;
      }
    }

    .step-desc {
      color: var(--black);
      font-family: "M PLUS Rounded 1c", sans-serif;
      font-size: 15px;
      font-weight: bold;
      line-height: 1.6;
      margin: 0 auto;
      padding: 15px 15px 5px;
      text-align: left;
      
      a {
        color: var(--primary-blue);
        display: inline-block;
        font-weight: bold;
        margin-bottom: 4px;
        text-decoration: underline;
      }
    }
	  .mypage-btn {
		color: var(--primary-blue);
		font-size: 15px;
		font-weight: bold;
		margin: 20px auto 0;
		position: relative;
		text-align: center;
		width: 90%;

		&::after {
		  border-right: 2px solid var(--primary-blue);
		  border-top: 2px solid var(--primary-blue);
		  bottom: 0;
		  content: "";
		  height: 7px;
		  margin: auto;
		  position: absolute;
		  right: 25px;
		  top: 0;
		  transform: rotate(45deg);
		  width: 7px;
		}
	  }
  }

  .present-note {
    align-items: center;
    color: var(--primary-blue);
    display: flex;
    font-size: 16px;
    justify-content: center;
    
    
    
    
    
    &::before,
    &::after {
      background-color: var(--primary-blue);
      border-radius: 5px;
      content: "";
      height: 3px;
      width: 30px;
    }

    &::before {
      margin-right: 10px;
      transform: rotate(60deg);
    }

    &::after {
      margin-left: 10px;
      transform: rotate(-60deg);
    }

    span {
      color: var(--pink);
    }
  }

  .present-btn-wrap {
    background-image: url(/ja/campaign/latesummer/img/bg_present-btn01.svg), url(/ja/campaign/latesummer/img/bg_present-btn02.svg);
    background-position: left top, right top;
    background-repeat: no-repeat;
    background-size: 70px;
    margin: 50px auto;
    padding: 100px 0 0;
  }

  .present-btn {
    background-color: var(--yellow);
    border-radius: 50vh;
    box-shadow: 5px 5px 0px var(--primary-blue);
    display: flex;
    font-family: "M PLUS Rounded 1c";
    font-size: 25px;
    margin: 15px auto 50px;
    position: relative;
    text-align: center;
    transition: .3s;
    width: 80vw;
    
    &::after {
      border-right: 2px solid var(--primary-blue);
      border-top: 2px solid var(--primary-blue);
      bottom: 0;
      content: "";
      height: 10px;
      margin: auto;
      position: absolute;
      right: 30px;
      top: 0;
      transform: rotate(45deg);
      width: 10px;
    }

    a {
      color: var(--primary-blue);
      display: block;
      font-weight: bold;
      padding: 10px;
      text-decoration: none;
      width: 100%;
    }

    &:hover {
      box-shadow: unset;
      transform: translate(4px, 4px);
    }
  }
}

#terms-acc {
  font-family: "M PLUS Rounded 1c";

  h5 {
    text-align: center;
  }

  .terms-acc-wrap {
    border: 2px solid var(--primary-blue);
    color: var(--primary-blue);
    display: none;
    padding: 0 20px;
    
    

    div {
      margin: 20px 0;

      h6 {
        font-size: 16px;
        font-weight: 900;
      }
    }

    p {
      padding-left: 1em;
    }

    .listA01.disc > li:before {
      background: var(--primary-blue);
    }
  }

  .nav-open {
    background: var(--primary-blue);
    color: #fff;
    font-size: 20px;
    padding: 15px;
    position: relative;

    &::before {
      content: "＋";
      position: absolute;
      right: 20px;
    }

    &.active::before {
      content: "－";
    }
  }
}

.rsvBtn.rsv-anchor {
  position: relative;
  margin: 75px auto 100px;
  width: 80%;
}

.rsvBtn.rsv-anchor::before {
  background: url('/ja/campaign/latesummer/img/bg_rsvBtn.svg') no-repeat center / contain;
  content: "";
  position: absolute;
  inset: -60px 0 0 0;
  margin: 0 auto;
  height: 50px;
  width: 50px;
}

/* ------------------------------------------------------ */
/* inquiryBlock */
/* ------------------------------------------------------ */
.rsvBlock {
  background-color: #F2F2F2;
  border-radius: 8px;
  box-shadow: 6px 6px #65656569;
  margin-top: 0px;
  position: relative;

  h3 {
    padding: 20px 0 0;
    position: relative;

    &:before {
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="rgb(0, 24, 113)" viewBox="0 0 498 498"><path class="cls-1" d="M249,0C111.48,0,0,111.48,0,249s111.48,249,249,249,249-111.48,249-249S386.52,0,249,0ZM135.24,138.41l16.83-4.72,27.52-7.85c1.98-.6,4.04-.81,6.1-.6,1.97.2,3.86.76,5.62,1.67l124,49.55-.18.06.14.05-39.35,11.86-50.39,15.3-90.36-65.23.15-.04-.08-.06ZM397.75,239.98l-63.72,18.05-68.32,104.51c-.92,1.75-2.14,3.31-3.64,4.6-1.57,1.36-3.37,2.37-5.34,3.02l-43.64,15.13,35.74-103.04-29.16,8.2-51.37,14.55-1.24-.19c-3.07-.48-87.19-9.67-93.61-11.16-6.14-1.43-12.9-6.65-13.1-12.61-.12-3.53,2.12-6.51,5.7-7.6l36.73-9.53-9.47-9.91-19.55-20.28.12-.05-.04-.04,9.86-3.68,25-9.47,49.66,26.56,218.79-69.98c31.83-7.83,66.71,9.44,65.83,22.16-.77,11.1-13.45,31.11-45.24,40.77Z"></path></svg>');
      height: 25px;
      margin-right: 8px;
      top: 22px;
      width: 25px;
    }

    span {
      color: var(--sky-blue);
      font-size: 2rem;
      padding: 0 0 0 32px;
    }
  }
}

/* ------------------------------------------------------ */
/* section_banner */
/* ------------------------------------------------------ */
#section_banner {
  margin-top: 60px;
  position: relative;

  a:hover {
    opacity: 0.5;
    transition: all linear 0.1s;
  }

  ul.banner_block {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;

    .hajimete {
      border: 1px solid #e2e2e2;
    }
  }
}
/* ------------------------------------------------------ */
/* section_banner */
/* ------------------------------------------------------ */
#section_banner {
  margin-top: 50px;
  position: relative;
  & ul.banner_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;

    .hajimete {
      border: 1px solid #e2e2e2;
    }
  }
}

/* ------------------------------------------------------ */
/* inquiryBlock */
/* ------------------------------------------------------ */
.rsvBlock {
  position: relative;
  margin: 0 auto;
  padding: 10px 5px 0;
  background-color: var(--light-grey);
  border-radius: 8px;
  width: 90%;
}
.rsvBlock .rsvTitle {
    padding: 10px 0;
    text-align: center;
    position: relative;
}
.rsvBlock .rsvTitle:before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 8px;
  top: 10px;
  background-size: contain;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="rgb(0, 24, 113)" viewBox="0 0 498 498"><path class="cls-1" d="M249,0C111.48,0,0,111.48,0,249s111.48,249,249,249,249-111.48,249-249S386.52,0,249,0ZM135.24,138.41l16.83-4.72,27.52-7.85c1.98-.6,4.04-.81,6.1-.6,1.97.2,3.86.76,5.62,1.67l124,49.55-.18.06.14.05-39.35,11.86-50.39,15.3-90.36-65.23.15-.04-.08-.06ZM397.75,239.98l-63.72,18.05-68.32,104.51c-.92,1.75-2.14,3.31-3.64,4.6-1.57,1.36-3.37,2.37-5.34,3.02l-43.64,15.13,35.74-103.04-29.16,8.2-51.37,14.55-1.24-.19c-3.07-.48-87.19-9.67-93.61-11.16-6.14-1.43-12.9-6.65-13.1-12.61-.12-3.53,2.12-6.51,5.7-7.6l36.73-9.53-9.47-9.91-19.55-20.28.12-.05-.04-.04,9.86-3.68,25-9.47,49.66,26.56,218.79-69.98c31.83-7.83,66.71,9.44,65.83,22.16-.77,11.1-13.45,31.11-45.24,40.77Z"></path></svg>');
  position: absolute;
}
.rsvBlock .rsvTitle span {
  display: inline-block;
  font-size: 1.4em;
  font-weight: bold;
  padding: 0 0 0 36px;
  color: var(--sky-blue);
}

/* ------------------------------------------------------ */
/* campaign */
/* ------------------------------------------------------ */
.campaign-card {
  background-color: #FFF9D6;
  border: 1px solid #C4BFA2;
  border-radius: 15px;
  position: relative;
  max-width: 96%;
  margin: 60px auto;
  padding: 0 12px 24px;

  & .clip-icon {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
  }

  & .title-wrapper {
    background-color: #FFFFFF;
    border: 1px solid #C4BFA2;
    border-top: none;
    margin: 0 auto 16px;
    width: fit-content;
    padding: 20px 12px 12px;
    text-align: center;
  }
  & .campaign-title {
    color: #0B3395;
    font-size: 1.8rem;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #FFE600 60%);
    display: inline-block;
  }

  & .main-visual {
    width: 100%;
    & a:hover {
      opacity: 0.8;
      transition: all .3s;
    }
    & img {
      width: 100%;
      height: auto;
      display: block;
    }
    & .note {
      margin-top: 4px;
      display: block;
      &.listA01 > li + li {
          margin-top: 0px;
      }
    }
  }

  & .text-content {
    margin-top: 16px;
  }
}

.reservationBtnArea {
  & a {
    max-width: 400px;
  }
}