@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&family=Noto+Serif+JP:wght@400;700&display=swap");

/* 簡易リセットCSS */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Kaisei Opti', serif !important;
  font-weight: 700;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border: none;
}

.particle-network-animation {
  display: none;
}

input:focus {
  outline: none;
}

html {
  font-size: 16px;
}

html::-webkit-scrollbar {
  display: none;
  /* 针对Webkit浏览器 */
}

li,
ul {
  margin: 0;
  padding: 0;
  list-style: none inside;
}


body {
  position: relative;
  width: 100%;
  color: var(--color_text);
  font-size: .15rem;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: var(--color_bg);
  -webkit-text-size-adjust: 100%;
  z-index: -10;
  background-size: cover;
  background-attachment: fixed;
}

.section_title {
  display: block;
  width: 90% !important;
  margin: 0 auto .2rem auto;
}

.vertical-slider__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  align-content: center;
  align-items: center;
  overflow: hidden;
  flex-direction: column;
  flex-wrap: nowrap;
}

.hide4 {
  display: none;
}

.hide {
  opacity: 0;
  pointer-events: none;
  transform: scale(1.2);
}

.hide2 {
  display: none;
}

.hide3 {
  opacity: 0;
}

footer {
  bottom: 0;
  width: 100%;
  z-index: 101;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0 0 0rem 0;
  background: #fff;
  margin-top: 0rem;
}

footer .company_info {
  padding: 1rem;
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
}

footer .company_info img {
  width: 40%;
}

footer .company_info div {
  margin: 0;
}

footer .company_info ul {
  margin-bottom: 0;
  font-size: .75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: .625rem 0;
}

footer .company_info ul li {
  color: #0099cb;
  margin: 0 1rem 0 0;
}

footer .company_info ul li a {
  text-decoration: none;
}

footer .company_info ul li:first-child {
  border: none;
  padding-left: 0;
  margin: 0 1rem 0 0;
}

footer p {
  width: 100%;
  text-align: center;
  font-size: .75rem;
  color: #000;
  margin-bottom: 0;
}

header {
  width: 100%;
  height: 3.125rem;
}

.no_scroll {
  overflow: hidden;
}

#header {
  width: 100%;
  height: 3.75rem;
  background: linear-gradient(90deg, #302a2a, #544a49, #302a2a);
  background: #000;
  position: fixed;
  top: 38px;
  z-index: 100;
}

#header .menu_pc {
  display: none;
}

header #header #menu_wrap {
  visibility: hidden;
  -webkit-transition: all .2s;
  transition: all .2s;
  /* サブリンク */
}

header #header #menu_wrap .menu {
    width: 100%;
    position: fixed;
    top: 6.5rem;
    height: calc(100% - .05rem);
    background: rgb(26 0 0 / 96%);
  }

header #header #menu_wrap .menu li {
  text-align: center;
  font-size: 1.5rem;
  line-height: 4rem;
  border-bottom: .0625rem solid #ffffffa6;
}

header #header #menu_wrap .menu li a {
  color: #FFF;
  display: block;
  width: 100%;
  height: auto;
  text-decoration: none;
  margin: .9375rem 0;
  font-weight: 400;
}

header #header #menu_wrap .menu .menu_title {
    color: #fff;
    background-color: #420000b8;
    font-weight: 600;
  }

header #header #menu_wrap .menu .menu_top a {
  height: 4rem;
}

header #header #menu_wrap .menu .menu_rewards a {
  height: 4rem;
}

header #header #menu_wrap .menu .menu_chara a {
  height: 4rem;
}

header #header #menu_wrap .menu .menu_feature a {
  height: 4rem;
}

header #header #menu_wrap .menu .menu_world a {
  height: 4rem;
}

header #header #menu_wrap .menu .menu_spec a {
  height: 4rem;
}


header #header #menu_wrap .sublink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header #header #menu_wrap .sublink li {
  width: .4rem;
  margin: .08rem;
}

header #header #menu_wrap .sublink li a img {
  display: block;
  width: 100%;
}

header #header #menu_wrap .sublink li a img:hover {
  opacity: 0.6;
}

header #header .open {
  visibility: visible !important;
}

header #header .menu_open {
  /*.menu_lineMiddle {}*/
  /* 特に指定は無いので書かなくてもOK */
}

header #header .menu_open .menu_button {
  position: absolute;
  right: .625rem;
  top: .625rem;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #000000;
  border-radius: .625rem;
  border: none;
}

header #header .menu_open .menu_button:focus {
  outline: none;
}

header #header .menu_open span {
  display: block;
  width: 80%;
  margin: auto;
  height: .3125rem;
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  left: 0;
  right: 0;
  top: calc((100% - .3125rem)/2);
  -webkit-transition: .2s;
  transition: .2s;
}

header #header .menu_open .menu_lineTop {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

header #header .menu_open .menu_lineBottom {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

header #header .menu--isOpen .menu_lineTop {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

header #header .menu--isOpen .menu_lineMiddle {
  opacity: 0;
}

header #header .menu--isOpen .menu_lineBottom {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.top_icon {
  display: flex;
  position: absolute;
  top: 50%;
  transform: translate(4%, -50%);
  align-items: center;
}

.top_icon img {
  width: 2.5rem;
  height: 2.5rem;
}

.top_icon p {
  margin: 0;
  font-size: .875rem;
  color: #ffffff;
  line-height: 1.5;
  margin-left: .5rem;
}

.swiper-pagination {
  display: none;
}

header .sp_header {
  width: 100%;
  display: block;
  padding-top: .3rem;
}

#top {
  width: 100%;
  height: 41rem;
  clear: both;
  position: relative;
  margin-top: 38px;
}

.sp_header {
  width: 100%
}

.start_pc{
  width: 90%;
  height: 12.4375rem;
  background:url(../img/pc/btn_bg.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 50%;
  /* top: 50%; */
  /* transform: translate(-50%,-50%); */
  transform: translateX(-50%);
  /* margin-top: 13%; */
  bottom: 5%;
  display: flex;
  flex-direction: row;
  padding: 4.5rem 1.5rem 0 1.5rem;
  justify-content: space-between;
  display:none;
}
.left_area,.right_area{
  width:100%;
}

.right_area{
  display:none;
}
.start_pc .left_area p,.start_pc .right_area p{
  width:100%;
  display:flex;
  align-items: center;
  justify-content: center;
  margin: 0.5rem 0;
  display: none;
}
.start_pc .left_area p img{
  width: 25.9375rem;
  /* height:1.1875rem; */
}
.start_pc .right_area p img{
  width: 7.0625rem;
  /* height:1.1875rem; */
}
.pc_btn{
  display:flex;
  justify-content: space-around;
}
.pc_btn button{
  background:none;
  border:0;
  outline:none;
  cursor: pointer;
}

.pc_btn button .start_btn1{
  width: 85%;
}

.pc_btn button .start_btn2{
  width: 85%;
}

.pc_btn button img{
  width:100%;
}
.head_lule_box span {
  padding: .3125rem;
}

.head_lule_box input {
  vertical-align: middle;
  margin-right: 0.5rem;
}


.head_lule_box .title_policy a{
  color:#ff0000;
}
.start_sp{
  width: 95%;
  height: 10.4375rem;
  background: #ffffffc9;
  border: 1px solid #f30000;
  border-radius: 1rem;
  background-size: 100%;
  position: absolute;
  left: 50%;
  /* top: 50%; */
  /* transform: translate(-50%,-50%); */
  transform: translateX(-50%);
  /* margin-top: 13%; */
  bottom: 2%;
  display: flex;
  flex-direction: column;
  padding: 2rem 1rem 1rem;
  justify-content: center;
}
.sp_title{
  width: 80%;
  position:absolute;
  top:-2rem;
  left: 50%;
  transform: translateX(-50%);
}
.sp_btn{
  display:flex;
  width: 100%;
  height: 4rem;
  justify-content: space-around;
  margin-bottom: 0.2rem;
}

.start_sp button{
  border:0;
  outline:0;
  background:none;
  width: 11.25rem;
}
.start_sp button img{
  /* width: 100%; */
}
.start_sp .start_btn3{
  height: 4rem;
}
.start_sp .start_btn4{
  height: 4rem;
}

.start_sp p{
  font-size:0.75rem;
  text-align:center;
  line-height:1;
  font-weight:600;
  margin-top:0.5rem;
} 

.noScllor {
  height: 100vh;
  overflow: hidden;
}

.noScllor .vertical-slider,
.noScllor header {
  filter: blur(20px);
}

.modal {
  position: fixed;
  display: none;
  z-index: 9999;
  top: 40%;
  left: 50%;
  width: 25rem;
  height: 12.5rem;
  margin: -7.5rem 0 0 -13.75rem;
  padding: 1.25rem;
  text-align: center;
}

.modal p {
  margin-bottom: 1em;
  max-width: 90vw;
}

.modal .modal_inner {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  height: 100vh;
  width: 100%;
  opacity: 1;
  top: 0;
  left: 0;
  z-index: 1000;
}

.notice_logo {
  margin: 0 0 1rem 0;
  width: 100%;
}

.notice_logo img {
  width: 100%;
}


.modal .modal_inner span {
  position: relative;
  display: inline-block;
  background-color: #1f1f1f;
  padding: .625rem .625rem 0rem .625rem;
  border-radius: .625rem;
  color: #fff;
  border: .0625rem solid #f3f3f3;
}

.modal .check .check-button {
  outline: none;
  border: none;
  color: #000;
  font-weight: bold;
  background: url(../img/check_btn.png) no-repeat;
  background-size: contain;
  width: 15rem;
  height: 3.75rem;
  margin: 1.5rem;
}

#terms {
  background-color: #000;
  color: #fff;
  padding: 5%;
  margin: 10vh auto;
  width: 100%;
  height: 80vh;
  overflow: auto;
}

#terms p {
  margin-bottom: 1em;
}

#terms h1 {
  border-bottom: .0625rem solid #fff;
  margin-bottom: 1em;
  font-size: 1rem;
}

#term_body h2 {
  margin: 5% 0%;
  padding: .625rem;
  line-height: 1.6;
  border: .0625rem solid #fff;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .lity-container {
    max-width: 90vw !important;
  }
}


.head_lule_box {
  /* position: absolute; */
  /* background: rgba(0, 0, 0, 0.75); */
  width: 99%;
  /* right: 5%; */
  /* bottom: 10%; */
  /* padding: 0rem.5rem; */
  line-height: 1.3 !important;
  color: #000000 !important;
  text-align: left !important;
  text-decoration: none !important;
  font-size: 0.875rem !important;
  /* font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important; */
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
}

.head_lule_box span {
  padding: .3125rem;
  line-height: 1;
}

.head_lule_box input {
  vertical-align: middle;
}

#rewards {
  width: 100%;
  height: 100%;
  padding: 4.5rem 0;
  background: url(../img/sp/rewards/rewards_bg.jpg) no-repeat;
  background-size: cover;
}

#rewards h1,#feature h1,#chara h1 {
  width: 70%;
  display: block;
  margin: 0rem auto 2.25rem;
  z-index: 10;
  position: sticky;
}

#world h1,
#spec h1 {
  width: 50%;
  display: block;
  margin: 0rem auto 2.25rem;
  z-index: 10;
  position: sticky;
}

#rewards h1 img,
#chara h1 img,
#feature h1 img,
#world h1 img,
#spec h1 img {
  width: 100%;
}

#rewards .rewards_wrapper {
  display: flex;
  width: 90%;
  align-items: center;
  margin: 0 auto;
  line-height: 0;
  position: relative;
  overflow: hidden;
}

#rewards .rewards_banner {
  display: none;
}

#rewards .rewards_wrapper .sp_rewards_banner {
  width: 100%;
}

#chara {
  width: 100%;
  height: 100%;
  padding: 4.5rem 0;
  background: url(../img/sp/chara/chara_bg.jpg) no-repeat;
  background-size: cover;
}
#chara   .swiper-container {
  position: relative;
  width: 90%;
  height: 100%;
  z-index: 1;
  transition-property: transform;
  box-sizing: content-box;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}

#chara .chara_text {
  margin: 0 auto;
  width: 100%;
  display: block;
  border: 5px solid #fff;
}

#chara .chara_title {
  display: none;
}

#chara .chara_pagination {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1rem auto 0;
  z-index: 10;
  /* position: sticky; */
  /* left: 50%; */
  /* transform: translate(-50%, 1rem); */
  align-items: center;
}

#chara .chara_pagination .swiper-pagination-bullet-active {filter: grayscale(0%);}

#chara .chara_pagination span {
  width: 5.5rem;
  height: 5.5rem;
  margin: 0.25rem 0.5rem!important;
  opacity: 1;
  font-size: 0;
  background-size: 100% !important;
  filter: grayscale(100%);
}

#chara .chara_pagination span:nth-child(1) {
  background: url(../img/pc/chara/c1.png) no-repeat center;
}

#chara .chara_pagination span:nth-child(2) {
  background: url(../img/pc/chara/c2.png) no-repeat center;
}

#chara .chara_pagination span:nth-child(3) {
  background: url(../img/pc/chara/c3.png) no-repeat center;
}

#chara .chara_pagination span:nth-child(4) {
  background: url(../img/pc/chara/c4.png) no-repeat center;
}

#chara .chara_pagination span:nth-child(5) {
  background: url(../img/pc/chara/c5.png) no-repeat center;
}

#chara .chara_pagination span:nth-child(6) {
  background: url(../img/pc/chara/c6.png) no-repeat center;
}

#chara .chara_pagination span:nth-child(7) {
  background: url(../img/pc/chara/c7.png) no-repeat center;
}
#chara .chara_pagination span:nth-child(8) {
  background: url(../img/pc/chara/c8.png) no-repeat center;
}

#feature {
  width: 100%;
  height: 100%;
  padding: 4.5rem 0;
  background: url(../img/sp/rewards/rewards_bg.jpg) no-repeat;
  background-size: cover;
}

#feature .feature-slider .swiper-slide {
  width: 100%;
  margin: 0 auto;
  opacity: 1;
  overflow: hidden;
  transition: 0.7s;
  transform: scale(0.9);
  display: flex;
  justify-content: center;
  border: 5px solid #fff;
}

#feature  .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-property: transform;
  box-sizing: content-box;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}


#feature .feature-slider .swiper-slide:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000000b0;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#feature .feature-slider .swiper-slide img {
  width: 100%;
}

#feature .feature-slider .swiper-slide-active {
  opacity: 1;
  z-index: 1;
  transform: scale(1);
}

#feature .feature-slider .swiper-slide-active:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #00000000;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#feature .feature_pagination {
  width: 100%;
  text-align: center;
  line-height: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 1rem;
}

#feature .feature_pagination .swiper-pagination-bullet {
  width: .9375rem;
  height: .9375rem;
  display: inline-block;
  border-radius: 100%;
  opacity: 1;
  background: #ffffff;
}

#feature .feature_pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ff2e2f;
  width: 1.875rem;
  height: .9375rem;
  border-radius: .625rem;
}

#feature .feature_pagination span {
  margin: 0 .5rem;
}

#feature .feature_pagination span:focus {
  outline: -webkit-focus-ring-color auto 0rem;
}

#world {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 4.5rem 0;
  background: url(../img/sp/world/world_bg.jpg) no-repeat center center;
  background-size: cover;
}

#world .world_text {
  width: 85%;
  display: block;
  margin: .2rem auto;
  margin-left: 1rem;
}

#world .world_text img {
  width: 100%;
}

#spec {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #302a2a, #544a49, #302a2a);
  padding: 3.125rem 0 0;
  color: #e3e3e3;
}

#spec .spec_inner {
  width: 100%;
  margin: 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}

#spec .spec_inner img {
  display: block;
  width: 11.25rem;
  margin: 0 0 1.875rem 0;
  border-radius: 1.25rem;
  border: .25rem solid #fff;
}

#spec .spec_inner .spec_table {
  width: 90%;
  font-size: .875rem;
  border-collapse: separate;
  border-spacing: .1875rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  height: 2rem;
}

#spec .spec_inner .spec_table th {
  border: 0;
  padding: 0.5em;
  text-align: center;
  margin-right: 3px;
  vertical-align: middle;
  background-color: rgb(0 0 0 / 45%);
}

#spec .spec_inner .spec_table td {
  vertical-align: middle;
  padding: 0.5em 1em;
  background-color: rgb(0 0 0 / 45%);
  border: 0;
}

#spec .spec_inner .spec_table td span {
  font-size: 70%;
}

#spec .notice {
  line-height: 2;
  font-size: .875rem;
  display: block;
  margin: 2.5rem auto 12rem;
  width: 90%;
  padding: 1em;
  background-color: rgb(0 0 0 / 45%);
}

#spec .notice span {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
}

#spec .caution {
  width: 90%;
  margin: 0 auto;
  padding: .1rem;
  border: .02rem solid #8b785e;
  border-radius: .15rem;
  background-color: rgba(0, 0, 0, 0.7);
}

#spec .caution p {
  font-size: .16rem;
  margin-bottom: .1rem;
  color: #ffdb8b;
  text-align: center;
}

#spec .caution ul li {
  line-height: .2rem;
  font-size: .14rem;
  font-weight: 100;
  color: #f6e3b9;
}

.down {
  display: none;
}

.go_top {
  position: fixed;
  bottom: 10%;
  right: 1%;
  width: 15%;
  z-index: 100;
}

.go_top img {
  width: 100%;
}

body#finish {
  background-image: none;
  background-color: #fff;
}

body#finish #wrapper {
  background-image: none;
}

body#finish .finish {
  padding: 0;
  background-color: #fff;
}

body#finish .company_info {
  background: #ffffff url(../img/foot_bg.jpg) repeat-x top left;
  padding: 1.25rem;
  position: relative;
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

body#finish .company_info img {
  margin: 0 auto;
  width: 11.5rem;
}

body#finish .company_info div {
  margin: 0px 0px 0px 0px;
}

body#finish .company_info ul {
  margin-bottom: 0px;
  font-size: 10px;
  display: flex;
  justify-content: center;
}

body#finish .company_info ul li {
  margin: 0 5px;
  padding-left: 5px;
  border-left: 1px solid #fff;
}

body#finish .company_info ul li a {
  color: #fff;
}

body#finish .company_info ul li:first-child {
  border: none;
  padding-left: 0px;
  margin: 0 5px 0 0;
}

body#finish .company_info p {
  width: 100%;
  text-align: center;
  margin: .625rem 0 0 0;
  color: #000000;
}

#finish_body {
  padding: 0 0 0 0;
  position: relative;
}

#finish_body img {
  display: block;
  width: 100%;
}

body#finish .finish .return {
  position: absolute;
  width: 60%;
  height: 5.625rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 10rem);
  background: url(../img/return.png) no-repeat center center;
  background-size: 100%;
  display: block;
}

#finish_body div {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

body#finish .finish .go_website {
  width: 45%;
  left: 50%;
  margin-top: -100px;
  background: url(../img/go_website.png) no-repeat center center;
  background-size: 100%;
}

#foot_link {
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  height: 11rem;
  display: flex;
  background: linear-gradient(to top, #f3e5cf 0%, #fdfaf5 100%);
  background: #000000c2;
  padding: 0.8rem .5rem;
  align-items: center;
  flex-direction: column;
}

#foot_link .foot_title{
  width: 80%;
}

#foot_link .foot_btn{
  width: 100%;
  height: 4rem;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  margin-top: 0.5rem;
}

#foot_link .foot_btn button {
  width: auto;
  height: 4rem;
  display: flex;
}

#foot_link .foot_btn button img {
  width: 100%;
  height: 5rem;
}

@media only screen and (min-width:500px) and (max-width:799px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width:385px) and (max-width:415px) {

  html {
    font-size: 13px;
  }
}

@media screen and (min-width:310px) and (max-width:349px) {
  html {
    font-size: 10.5px;
  }
}

@media screen and (min-width:350px) and (max-width:359px) {
  html {
    font-size: 11.5px;
  }
}

@media screen and (min-width:360px) and (max-width:384px) {
  html {
    font-size: 12px;
  }
}

@media screen and (min-width:416px) and (max-width:435px) {
  html {
    font-size: 14px;
  }
}

@media screen and (min-width:436px) and (max-width:450px) {
  html {
    font-size: 14px;
  }
}

@media screen and (width:360px) and (height:640px) {
  html {
    font-size: 12px;
  }
}

@media screen and (width:393px) and (height:786px) {
  html {
    font-size: 13px;
  }
}

@media screen and (width:375px) and (height:812px) {
  html {
    font-size: 12px;
  }
}

@media screen and (width:414px) and (height:736px) {
  html {
    font-size: 13.5px;
  }
}