@charset "UTF-8";
/* 変数の定義 */
:root {
  --gold: #efcf95;
  --midgold: #deb37b;
  --darkgold: #cd9b6d;
  --lightgold: #f9f4ea;
  --darknavy: #183049;
  --navy: #264469;
  --darkgray: #585858;
  --gray: #d6d6d6;
  --white: #fcfcfc;
  --white2: #f8f8fd;
  /* --bg-gradation: linear-gradient(135deg, var(--main-color) 0%, var(--sub-color) 100%) fixed; */
  --btn-gradation: linear-gradient(135deg, var(--gold) 0%, var(--midgold) 60%, var(--darkgold) 100%);
}
.shippori {
  font-family: "Shippori Mincho B1", serif;
}
.roboto {
  font-family: "Roboto", sans-serif;
}
body {
  /* min-width: 1200px; */
  width: 100%;
  line-height: 2;
  letter-spacing: 0.08em;
  /* font-family: "Noto Sans JP", sans-serif; */
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  /* color: #484848; */
}
.slick-initialized .slick-slide {
  display: block;
  margin: 0 6px;
}
.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}
/*↓↓ ブロック色分け ↓↓*/
header {
  height: 80px;
  position: fixed;
  z-index: 1;
}
.nav_line > a,
.nav_tel > a {
  display: block;
  background: #000000;
  color: var(--white);
  text-align: center;
  padding: 10px;
  margin-top: 5px;
}
.mv {
  background: var(--white);
  background-image: url(/img/top/mv_bg.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main_wrap > section {
  padding: 100px 0;
}

#assessment {
  background: url(/img/top/bg_contact.png) no-repeat right 8px bottom 14px, url(/img/top/assessment/gold_bg.jpg) no-repeat center center / cover, #000;
  padding: 70px 0;
}
.assessment_inner {
  margin-inline: auto;
  text-align: center;
}

h2.sec_ttl {
  margin-bottom: 50px;
  font-size: 30px;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
}
h2.sec_ttl > div {
  margin-bottom: 10px;
}
h2.sec_ttl .frame_01 {
  max-width: 70px;
}
h2.sec_ttl .frame_02 {
  max-width: 128px;
}
h2.sec_ttl .frame_03 {
  max-width: 70px;
}

a:hover {
  opacity: 0.4;
  transition: 0.3s;
}
/* 表示設定 */
@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* ---------
ヘッダー
-----------*/
.header_logo {
  margin: 20px;
  max-width: 120px;
}

/* ---------
メインビジュアル
-----------*/
.mv_inr {
  position: relative;
  padding-bottom: 40px;
}
.mv_inner {
  margin-inline: auto;
  padding: 6% 0 40px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  text-align: center;
  width: 80%;
  gap: 20px;
}
.mv_slider .slick-slide {
  margin: 0;
}
.mv_slider .slide_target {
  pointer-events: none;
}
.mv_slider img {
  margin-inline: auto;
  min-height: 100%;
  display: block;
  width: 100%;
}

.mv_item {
  width: 44%;
}
.mv_content {
  width: 44%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10%;
}
.mv_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 44%;
  left: 18.958vw;
  width: 27vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10%;
}
.mv_txt img {
  max-width: 330px;
}
.mv_content > * + * {
  margin-top: 20px;
}
.mv_assessment {
  width: 100%;
}
.mv_assessment > .assessment_btns {
  flex-direction: column;
  gap: 20px;
}
.mv_assessment > .assessment_btns > a {
  width: 90%;
  max-width: 360px;
  line-height: 1.6;
  background: linear-gradient(156deg, rgba(239, 239, 239, 1) 0%, rgba(190, 190, 190, 1) 7%, rgba(69, 69, 69, 1) 36%, rgba(69, 69, 69, 1) 86%, rgba(134, 133, 133, 1) 95%, rgba(239, 239, 239, 1) 100%);
  border-radius: 2px;
}
.mv_assessment > .assessment_btns > a > div {
  height: 64px;
}
.mv_assessment > .assessment_btns img {
  max-width: 34px;
}
.mv_assessment .assbtn_txt p:nth-child(1) {
  font-size: 18px;
}
.mv_assessment .assbtn_txt p:nth-child(2) {
  font-size: 14px;
  text-align: center;
}

/* ---------
問題提起
-----------*/
#checkpart {
  padding: 0;
  margin-top: -5%;
  background: #f8f8f8;
}
.section_tilt_r {
  padding: 100px 20px 70px;
  clip-path: polygon(0 50px, 100% 0, 100% 100%, 0 100%);
  position: relative;
  top: -50px;
}
#checkpart section.section_bg {
  background-color: #eee;
  background: linear-gradient(156deg, rgba(239, 239, 239, 1) 0%, rgba(190, 190, 190, 1) 7%, rgb(126 126 126) 36%);
}
#checkpart h2 {
  color: #fff;
  font-style: italic;
}
ul.issue_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 26px;
  max-width: 1000px;
  margin-inline: auto;
}
.issue_rad {
  padding: 1.2em 0;
  width: calc(960px / 2);
  max-height: 120px;
  background-color: #fff;
  font-size: 16px;
  text-align: center;
  box-shadow: 2px 2px 40px #939393, -2px -2px 40px #525252;
}
.issue_item > img {
  max-width: 34px;
  padding-right: 10px;
}
.big_arr {
  background: rgb(126 126 126);
  width: 100%;
  height: 100px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  margin-top: -51px;
}
h2.sec_ttl.solve {
  background: linear-gradient(156deg, rgba(122, 97, 68, 1) 0%, rgba(173, 154, 131, 1) 31%, rgba(122, 97, 68, 1) 76%, rgba(173, 154, 131, 1) 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 40px;
}
/* ---------
高額買取の理由
-----------*/
.reason_slider .slick-slide {
  background: #efefef;
}
.reason_slider .slick-dots {
  bottom: -5px;
  right: 0;
  left: 0;
}
.reason_item {
  display: flex;
  justify-content: space-between;
  padding: 120px 57px 50px 72px;
  background: #efefef;
}
.reason_left > p:nth-child(1) {
  margin-bottom: 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  position: relative;
  white-space: nowrap;
}
.reason_left > p:nth-child(2) {
  font-size: 30px;
  line-height: 1.4;
}
.reason_center {
  width: 247px;
  font-size: 14px;
  line-height: 24px;
}

/* ---------
査定
-----------*/
.assessment_inner {
  padding: 0 70px;
}
.assessment_inner > p {
  font-size: 30px;
  margin-bottom: 28px;
  color: var(--white);
}
.assessment_btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.assessment_btns > a {
  display: block;
  width: 48%;
  max-width: 430px;
  background: linear-gradient(156deg, rgba(239, 239, 239, 1) 0%, rgba(190, 190, 190, 1) 7%, rgba(69, 69, 69, 1) 36%, rgba(69, 69, 69, 1) 86%, rgba(134, 133, 133, 1) 95%, rgba(239, 239, 239, 1) 100%);
  background: #000000;
  box-shadow: 0px 4px 4.3px 0px rgba(0, 0, 0, 0.25);
  color: var(--white);
}
.assessment_btns > a > div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  gap: 10px;
}
.assessment_btns img {
  max-width: 40px;
}
.assbtn_txt p:nth-child(1) {
  font-size: 30px;
  text-align: center;
}
.assbtn_txt p:nth-child(2) {
  font-size: 16px;
  text-align: center;
}
/* sp floatmenu */
.float_assessment {
  position: fixed;
  z-index: 1;
  bottom: 0;
  width: 100%;
}
.float_assessment > .assessment_btns {
  flex-direction: row;
  justify-content: center;
  background: var(--gray);
  padding: 10px 0;
}
.float_assessment .assessment_btns > a {
  width: 44%;
}
.float_assessment > .assessment_btns > a > div {
  color: var(--white);
}
.float_assessment .assbtn_txt p:nth-child(1) {
  font-size: 13px;
}
.float_assessment .assessment_btns img {
  max-width: 20px;
}
/* ---------
ダイアモンド査定
-----------*/
#diamond {
  background: url(/img/top/diamond/diamond_bg.jpg) center bottom no-repeat;
}
.diamond_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.diamond_img {
  width: 48%;
}
.diamond_content {
  width: 48%;
}
/* ---------
買取保証
-----------*/
.guarantee_inner {
  overflow: hidden;
  max-width: 1100px;
  margin-inline: auto;
}
.guarantee_box {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.guarantee_box a:hover {
  opacity: inherit;
}
.gurantee_item {
  height: 300px;
  background: var(--white2);
}
.guarantee_slider {
  display: flex;
  gap: 20px;
}
.guarantee_slider .slick-dots {
  bottom: 0px;
}
/* ---------
買取事例
-----------*/
/* #buying {
  color: #fff;
} */
.buying_slider.slick-dotted.slick-slider {
  padding-bottom: 4%;
}
.buying_slider .slick-slide {
  margin: 0 20px;
}
.buying_slider .slick-dots {
  bottom: 0px;
}
.buying_inner {
  overflow: hidden;
  padding: 0 20px;
  margin-inline: auto;
}
.buying_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px 80px;
}
.buying_img {
  margin-bottom: 30px;
}
.buying_img > img {
  margin-inline: auto;
}
.buying_item {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.buying_item .s_ttl {
  margin-top: 16px;
  font-size: 12px;
  background-color: #ededed;
  font-weight: 600;
}
.buying_item .price {
  color: #9e7b1b;
  font-size: 30px;
  font-weight: 600;
}
.buying_item .price span {
  font-size: 16px;
  margin-top: -4px;
}
.buying_details {
  display: flex;
  flex-direction: column;
  height: auto;
  flex-grow: 1;
}

/* ---------
買取事例- タブ切り替え 
-----------*/
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tab-label {
  margin-bottom: 70px;
  width: calc((100% - 20px) / 3);
  margin-right: 5px;
  padding: 3px 12px;
  order: -1;
  text-align: center;
  opacity: 0.6;
  line-height: 88px;
  font-size: 18px;
  border-bottom: 1px solid var(--darkgray);
}
.tab-content {
  width: 100%;
  display: none;
}
.tab-switch:checked + .tab-label {
  opacity: 1;
}
.tab-switch:checked + .tab-label + .tab-content {
  display: block;
}
.tab-switch {
  display: none;
}

/* ---------
お客様の声
-----------*/
#voice {
  background-color: #ededed;
  background-image: url(/img/top/bg_voice.png);
  background-repeat: no-repeat;
  background-position: right 8px top 190px;
}
.voice_slider .slick-dots {
  position: initial !important;
  margin: 0 auto 20px;
}
.voice_slider {
  max-width: 800px;
  max-width: 1200px;
  margin-inline: auto;
}
.voice_slider .slick-slide {
  background: #efefef;
  box-shadow: 2px 2px 10px #d4d4d4;
}
.voice_inner {
  overflow: hidden;
}
.voice_item {
  padding: 20px 20px 40px;
  display: flex;
}
.voice_item > * {
  margin-top: 20px;
}
.voice_left {
  width: 32%;
  text-align: center;
}
.voice_right {
  width: 64%;
}
.voice_img > img {
  margin-inline: auto;
}
.voice_catch {
  margin-bottom: 40px;
  font-size: 20px;
}
.voice_txt {
  /* padding: 0 20px; */
  font-size: 14px;
  line-height: 2;
}
.voice_txt > span {
  display: block;
}
.voice_txt > span + span {
  margin-top: 1em;
}
.voice_itemname {
  color: #806450;
}

/* ---------
サービスの特徴
-----------*/
.feature_box {
  display: flex;
  justify-content: space-between;
}
.feature_box > div {
  width: 32%;
  box-shadow: 0px 3px 8.7px 4px rgba(159, 134, 71, 0.11);
}
.feature_img {
  text-align: center;
}
.feature_ttl {
  padding: 15px 0;
  font-size: 20px;
  color: var(--white);
  background-color: #a38d50;
  text-align: center;
  background-image: url(/img/top/01.png);
  background-repeat: no-repeat;
  background-position: right 8px bottom 14px;
}
.feature_ttl.ttl02 {
  background-image: url(/img/top/02.png);
}
.feature_ttl.ttl03 {
  background-image: url(/img/top/03.png);
}
.feature_content {
  padding: 20px 30px 30px;
}
.feature_list {
  letter-spacing: 0.06em;
}
.feature_img {
  text-align: center;
  margin-bottom: 20px;
}
.supp_txt {
  margin-top: 1em;
}
/* ---------
買取方法
-----------*/
.method_box {
  display: flex;
  justify-content: space-between;
}
.method_box > div {
  width: 32%;
  padding: 40px;
  background: #e9e9e9;
}
.method_img {
  text-align: center;
}
.method_ttl {
  margin-bottom: 10px;
  border-bottom: 1px solid #7a6144;
  font-size: 20px;
  color: var(--navy);
  color: #7a6144;
}

/* ---------
店舗情報  
-----------*/
.store_slider .slick-dots {
  position: initial !important;
  margin: 0 auto 20px;
}
.store_slider .slick-slide {
  background: #efefef;
  box-shadow: 2px 2px 10px #d4d4d4;
}
.store_item {
  padding: 20px 10px;
}
.store_item > p {
  margin-bottom: 40px;
  text-align: center;
  font-size: 28px;
}
.store_box {
  max-width: 785px;
  margin: 0 auto 20px;
}
.store_img {
  background: var(--darkgray);
}
.store_details li {
  display: flex;
  border-bottom: 1px solid #9b835c;
  padding: 23px 0 20px 10px;
}
.store_cate {
  width: 30%;
  color: #9b835c;
  font-size: 15px;
  letter-spacing: 0.12em;
}
.gmap_btn {
  color: #201b17;
  font-size: 13px;
  display: inline-block;
  padding: 6px 13px 6px 13px;
  background: url(../img/common/ico_map.png) #cac1ab 19px center no-repeat;
  margin-top: 28px;
}
.gmap {
  max-width: 785px;
  margin-inline: auto;
}

/* ---------
査定額アップのポイント
-----------*/
.point_box {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.point_box > div {
  width: 30%;
}
.point_img {
  margin-bottom: 20px;
}
.point_item p:nth-child(1) {
  color: #b2b2b2;
}
.point_item p:nth-child(2) {
  margin-bottom: 20px;
  font-size: 20px;
  color: var(--darkgray);
  font-weight: 600;
}
.point_item p:nth-child(3) {
  font-size: 14px;
  line-height: 26px;
}
.need_box {
  max-width: 500px;
  margin: 0 auto 80px;
  padding: 0 20px;
}
.need_box p:nth-child(1) {
  font-weight: 700;
  font-size: 20px;
  line-height: 34px;
}
.needbox p:nth-child(2) {
  font-size: 18px;
  line-height: 26px;
}
.need_ttl {
  border-top: 1px solid #b1b1a7;
  border-bottom: 1px solid #b1b1a7;
  padding: 15px 0;
  margin-bottom: 30px;
  text-align: center;
}
.need_box ul {
  display: flex;
  flex-wrap: wrap;
}
.need_box li:nth-child(1),
.need_box li:nth-child(3) {
  width: 70%;
}
.assessment_inner.need {
  padding: 50px 70px;
}
.assessment_btns.need > a:nth-of-type(1) {
  background-color: inherit;
}
.assessment_btns.need > a > div {
  height: 90px;
}

/* ---------
フッター
-----------*/
footer {
  background: var(--navy);
  background: var(--white);
}
.footer_wrap {
  padding: 70px 20px;
  display: flex;
  justify-content: flex-start;
  gap: 40px;
  align-items: center;
}
.footer_links ul {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
}
h2.footer_logo {
  max-width: 100px;
}
.copyright {
  max-width: 90%;
  text-align: right;
  font-size: 12px;
}

/* ---------
media query
-----------*/
@media screen and (min-width: 769px) {
  body {
    min-width: 1200px;
  }
  .content_w {
    width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    padding-bottom: 2%;
  }
  .header_logo {
    /* padding: 20px; */
    max-width: 90px;
  }
  h2.sec_ttl {
    margin-bottom: 20px;
    font-size: 20px;
  }
  h2.sec_ttl .frame_02 {
    margin-top: 10px;
    max-width: 20px;
  }
  /* ---------
  メインビジュアル
  -----------*/
  .mv {
    height: auto;
  }
  .mv_inner {
    flex-direction: column;
    width: 90%;
    padding: 90px 0 40px;
    gap: 0;
  }
  .mv_item {
    width: 96%;
  }
  .mv_content {
    width: 86%;
    margin-inline: auto;
    padding-top: 0;
    bottom: 10vh;
    top: 96px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .mv_txt img {
    display: block;
    margin: 0 auto;
  }
  .mv_txt img:first-child {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    max-width: 280px;
  }
  .mv_txt img:last-child {
    width: 20px;
    margin: 10px auto;
  }
  .main_wrap > section {
    padding: 60px 0;
  }
  .mv_slider .slide_02 img {
    transition: 10s linear;
  }
  @keyframes zoomSlide {
    0% {
      transform: translateX(-10%) scale(1.2);
    }
    100% {
      transform: translateX(5%) scale(1.2);
    }
  }
  .anime-slide {
    animation: zoomSlide 8s linear 0s normal both;
  }
  /* ---------
サービスの特徴
-----------*/
  .feature_box {
    flex-direction: column;
    gap: 20px;
  }
  .feature_box > div {
    width: 90%;
    margin-inline: auto;
  }
  .feature_ttl {
    padding: 8px 0;
  }
  .feature_list {
    line-height: 1.8;
  }
  .supp_txt {
    width: 90%;
    margin-inline: auto;
  }

  .assessment_btns.solve {
    flex-direction: column;
    gap: 8px;
  }
  .assessment_btns.solve img {
    max-width: 28px;
  }
  /* ---------
  買取理由
  -----------*/
  .reason_item {
    padding: 30px 30px;
    flex-direction: column;
    gap: 20px;
  }
  .reason_center {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
  }
  .reason_left > p:nth-child(1) {
    margin-bottom: 0;
  }
  .reason_left > p:nth-child(2) {
    font-size: 22px;
  }
  .reason_right > img {
    margin-inline: auto;
  }
  /* ---------
  査定
  -----------*/
  #assessment {
    padding: 40px 0;
  }
  .assessment_inner {
    padding: 25px 70px 40px;
    padding: 10px 22px;
  }
  .assessment_inner > p {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .assessment_btns {
    flex-direction: column;
    gap: 10px;
  }
  .mv_assessment > .assessment_btns {
    flex-direction: row;
    gap: 8px;
  }
  .assessment_btns > a {
    width: 100%;
  }
  .assessment_btns > a > div {
    padding: 20px 0;
    height: auto;
  }
  .assessment_btns img {
    max-width: 30px;
  }
  .mv_assessment > .assessment_btns img {
    max-width: 28px;
  }
  .assbtn_txt p:nth-child(1) {
    font-size: 18px;
  }
  .assbtn_txt p:nth-child(2) {
    font-size: 12px;
  }
  .mv_assessment .assbtn_txt p:nth-child(2) {
    font-size: 12px;
    text-align: center;
  }
  /* ---------
  ダイアモンド　査定
  -----------*/
  .diamond_box {
    flex-direction: column;
    gap: 30px;
  }
  .diamond_content {
    width: 90%;
  }
  /* ---------
  買取事例
  -----------*/
  .buying_slider {
    max-width: 1200px;
    margin-inline: auto;
  }
  .buying_inner {
    overflow: hidden;
  }

  .tab-wrap {
    justify-content: flex-start;
  }
  .tab-label {
    width: calc((100% - 20px) / 3);
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 34px;
  }
  .buying_list {
    justify-content: flex-start;
    gap: 0px 14px;
  }
  .buying_list.bag,
  .buying_list.jewelly {
    gap: 20px 14px;
  }
  .buying_img {
    margin-bottom: 10px;
  }
  .buying_item img {
    width: 60%;
  }
  .buying_details p:nth-child(1) {
    font-size: 16px;
  }
  .buying_details p:nth-child(2) {
    font-size: 12px;
    line-height: 1.4;
  }
  .buying_details p:nth-child(3) {
    transform: scale(0.7);
    transform-origin: center 0;
    margin-bottom: 0;
  }
  .buying_details p:nth-child(4) {
    font-size: 23px;
    line-height: 1.2;
  }
  /* ---------
  お客様の声
  -----------*/
  #voice {
    background-position: right 8px top 100px;
  }
  .voice_item {
    flex-direction: column;
  }
  .voice_left {
    width: 100%;
  }
  .voice_right {
    width: 100%;
  }
  .voice_catch {
    margin-bottom: 30px;
    font-size: 18px;
  }
  .voice_txt {
    font-size: 14px;
    line-height: 1.8;
  }

  /* ---------
  買取方法
  -----------*/
  .method_box {
    flex-direction: column;
    padding: 0 20px;
    gap: 20px;
  }
  .method_box > div {
    width: 100%;
  }
  /* ---------
  店舗情報
  -----------*/
  .store_item {
    padding: 20px;
  }
  .store_item > p {
    font-size: 18px;
  }
  .store_box {
    flex-direction: column;
  }
  .store_img,
  .store_details {
    width: 100%;
  }
  .store_img img {
    margin-inline: auto;
  }
  /* ---------
  査定額ポイント
  -----------*/
  .point_box {
    flex-direction: column;
    padding: 0 30px;
  }
  .point_box > div {
    margin-bottom: 65px;
    width: 100%;
  }
  .point_img {
    margin-bottom: 10px;
    text-align: center;
  }
  .point_item p:nth-child(2) {
    font-size: 17px;
    margin: 0px 0 10px;
  }
  .need_box p:nth-child(1) {
    font-size: 12px;
    line-height: 20px;
  }
  .need_box p:nth-child(2) {
    font-size: 13px;
    line-height: 22px;
  }
  .need_box li:nth-child(1),
  .need_box li:nth-child(3) {
    width: 60%;
  }
  .point_item p:nth-child(3) {
    font-size: 12px;
    line-height: 26px;
  }
  .assessment_inner.need {
    padding: 25px;
  }

  .footer_wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer_links {
    width: 100%;
  }
  .footer_links ul {
    flex-direction: column;
  }
  .footer_links a {
    padding-bottom: 10px;
    display: block;
    border-bottom: 1px solid #aaaaaa71;
  }
}
