.keyvisual-h1 {
  background-color: #FFFBE0;
}
.top-mv {
  overflow: hidden;
  position: relative;
  background-color: #FFFBE0;
  padding-bottom: 10px;
  width: 100%;
}
.top-mv-slide {
  overflow: hidden;
  position: relative;
  max-width: 1050px;
  padding-bottom: 40px;
  text-align: center;
}
.top-mv-btn {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  background-color: #323232;
  border: 2px solid #323232;
  border-radius: 40px;
  color: #FFFFFF;
  padding: 10px 20px 10px 40px;
  text-align: center;
  z-index: 10;
}
.top-mv-btn > span {
  align-items: center;
  padding-right: 20px;
  height: 100%;
  position: relative;
  overflow: hidden;
  line-height: 1.3;
  background-image: url(/share/img/arrow-link.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 6px;
}
.top-mv-btn:hover {
  background-color: #FFF;
  border: 2px solid #323232;
  color: #323232;
}
.top-mv-btn:hover > span {
  background-image: url(/share/img/arrow-link-gy.svg);
}
.top-mv-slide-dot {
  position: relative;
  width: 100%;
  text-align: center;
}
.swiper-pagination-bullet-active,
.top-mv-slide-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #CDCDCD;
}
.top-mv-slide-dot .swiper-pagination-bullet {
  position: relative;
  background-color: #CDCDCD;
  border-radius: 0%;
  width: 48px;
  height: 4px;
  margin: 0 2px !important;
  opacity: 1;
}
.top-mv-slide-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 4px;
  background: linear-gradient(
    to right,
    #5A5A5A 0%,
    #5A5A5A var(--progress, 0%),
    #CDCDCD var(--progress, 0%),
    #CDCDCD 100%
  );
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
}
.top-mv .swiper-button-next, .top-mv .swiper-button-prev {
    color:#5A5A5A;
    transform: translateY(-50%);
}
.swiper-slide img {
  border:2px solid #FFFFFF;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.14);
}
.card-box-body {
  overflow: hidden;
}
.card-box-body.top-service-home dt,
.card-box-body.top-service-mansion dt {
  background-color: #FFE100;
  font-size: 2.2rem;
  width: 100%;
  height: 82px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px 10px 0 0;
  gap: 0 15px;
}
.card-box-body.top-service-home dd,
.card-box-body.top-service-mansion dd {
  text-align: center;
}
.card-box-body.top-service-mansion .btn {
  max-width: 500px;
}
.top-service-compare-body {
  margin:2em auto;
}
.top-service-title > img {
  margin-top: -5px;
}
/*
.top-service-tab-head > li.on .top-service-tab-head-title > img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
*/
.top-service-tab-head-title {
  position: relative;
  z-index: 10;
  padding: 5px 0;
}
.top-service-tab-head-title > img {
  margin-bottom: 10px;
}
.top-service-tab-head-title > p {
  line-height: 1.3;
  font-size: 1.6rem;
}
.top-service-tab-head-title > p > small {
  display: inline-block;
  font-size: 1.4rem;
}
.top-service-bnr {
  margin: 56px 0 72px;
}
.top-service-bnr .bnr-list {
  padding: 0 !important;
  background-color: transparent;
}
.top-service-bnr .bnr-card {
  border: 1px solid #EBEBEB;
}
.top-service-compare-body {
  max-width: 920px;
  width: 100%;
  margin: 1.4em auto;
}
.top-service-compare-body > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
}
.top-service-compare-body > ul::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #AAAAAA;
}
.top-service-compare-body > ul > li {
  width: 440px;
  text-align: center;
}
.top-service-compare-body > ul > li > *:first-child {
  margin-top: 0;
}
.top-service-compare-body > ul > li > h3 {
  background-color: #0095A1;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 100px;
  margin-bottom: 24px;
}
.top-service-compare-body img {
  margin-top: 20px;
}
.top-service-compare-title {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.card-box-body.top-service-mansion .top-service-compare-title {
    font-size: 3.4rem;
    line-height: 1;
}
.top-service-compare-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 12px;
  flex-wrap: wrap;
}
.top-service-compare-price.free {
  margin-top: 12px;
}
.top-service-compare-price-num {
  line-height: 1;
  font-weight: bold;
  font-size: 7.2rem;
  color: #EE0000;
  top: 4px;
  position: relative;
}
.top-service-compare-price.free .top-service-compare-price-num {
  font-size: 6.2rem;
}
.top-service-compare-price-period {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  flex-basis: 100%;
}
.top-service-compare-price-yen {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
.top-service-compare-price-yen > p > strong {
  font-size: 2.8rem;
  color: #EE0000;
}
.top-service-compare-price-yen > p > sup {
  font-size: 1.4rem;
  top: -0.5em;
}
.top-service-simple {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: auto;
  padding: 0 !important;
  width: 100% !important;
  background-image: none !important;
}
.top-service-simple-ribbon {
  pointer-events: none;
  width: 87px;
  position: absolute;
  top: -7px;
  left: -9px;
  z-index: 10;
}
.top-service-simple-head {
  background-color: #FFE100;
  height: 56px;
  font-size: 1.8rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
}
.top-service-simple-body {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(/share/img/icon-blank-gy.svg);
  background-size: 20px;
  background-position: center right 20px;
  background-repeat: no-repeat;
}
.top-service-simple-title {
  font-weight: bold;
  font-size: 3.2rem;
  text-align: center;
}
.top-service-simple-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}
.top-service-simple-price-label {
  background-color: #0095A1;
  width: 114px;
  height: 80px;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  top: 4px;
  padding: 3px 0 0;
}
.top-service-simple-price-label span {
  font-size: 2rem;
}
.top-service-simple-price-num {
  margin-left: 8px;
  line-height: 1;
  font-weight: bold;
  font-size: 7.2rem;
  color: #EE0000;
  top: 4px;
  position: relative;
}
.top-service-simple-price-yen {
  font-size: 1.6rem;
  font-weight: bold;
}
.top-service-simple-price-yen > p > strong {
  font-size: 2.8rem;
  color: #EE0000;
}
.top-service-simple-price-yen > p > sup {
  font-size: 1.4rem;
  top: -0.5em;
}
.top-service-simple-label {
  background-color: #FFE100;
  width: 396px;
  height: 32px;
  border-radius: 10px;
  font-weight: bold;
  margin-top: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 44px;
  padding: 2px 0 0;
}
.top-service-net {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: auto;
  padding: 0 !important;
  width: 100% !important;
  background-image: none !important;
}
.top-service-net-head {
  background-color: #FFE100;
  height: 56px;
  font-size: 1.8rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
}
.top-service-net-body {
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-image: url(/share/img/arrow-link-gy.svg);
  background-size: 6px;
  background-position: center right 24px;
  background-repeat: no-repeat;
}
.top-service-net-title {
  font-weight: bold;
  font-size: 3.2rem;
  text-align: center;
}
.top-service-net-set {
  width: 396px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 8px;
  background-image: url(/share/img/icon-accordion-open.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.top-service-net-set-label {
  background-color: #0095A1;
  width: 184px;
  height: 80px;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top-service-net-set-label span {
  font-size: 2.4rem;
}
.top-service-net-set-list {
  width: 184px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top-service-net-set-list > li {
  border: 2px solid #0095A1;
  width: 100%;
  height: 36px;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top-service-net-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 396px;
  margin-top: 24px;
}
.top-service-net-label > li {
  border-radius: 10px;
  background-color: #FFE100;
  width: 125px;
  height: 64px;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3px 0 0;
}
.top-service-plan {
  min-height: 90px !important;
}
.top-service-plan-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.top-service-plan-title {
  font-weight: bold;
  font-size: 2rem;
  width: 11em;
}
.top-service-plan-title.compare {
  width: 24em;
}
.top-service-plan-text {
  font-weight: bold;
  color: #0095A1;
}
.top-service-search > p {
  font-size: 2.8rem !important;
}
.top-service-search > p > small {
  font-weight: bold !important;
  display: inline-block;
  margin-bottom: 10px;
}
.top-ma-bnr {
  padding: 40px 0;
  margin: 40px 0;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
}
.top-ma-bnr .reccomend_bg .reccomend_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-ma-bnr .reccomend_bg .reccomend_container .reccomend_item {
  width: calc((100% - 64px) / 3);
  line-height: 1.5;
}
.top-ma-bnr .reccomend_bg .reccomend_container .reccomend_item img {
  width: 100%;
}
.top-ma-bnr .reccomend_bg .reccomend_container .reccomend_item a {
  text-decoration: none;
}
.top-ma-bnr .reccomend_bg .reccomend_container .reccomend_item a p {
  margin-top: 10px;
}
.top-ma-bnr-slide-dot {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.top-ma-bnr-slide-dot .swiper-pagination-bullet {
  opacity: 1;
  width: 6px;
  height: 6px;
  margin: 0 !important;
  background-color: #CDCDCD;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-ma-bnr-slide-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #5A5A5A;
}
.top-bnr-slide > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-bnr-slide > ul > li {
  width: 280px;
}
.top-bnr-slide-dot {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.top-bnr-slide-dot .swiper-pagination-bullet {
  opacity: 1;
  width: 6px;
  height: 6px;
  margin: 0 !important;
  background-color: #CDCDCD;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-bnr-slide-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #5A5A5A;
}
.top-sns-link {
  padding: 24px 0 32px;
}
.top-sns-link > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top-sns-link > ul > li {
  font-size: 1.4rem;
  width: 94px;
  text-align: center;
}
.top-sns-link .text-link {
  margin-top: 24px;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
}
.card-btn.icon.top-bundle-link > a {
  display: block;
  width: 100%;
  text-align: center;
  padding-right: 46px;
}
.card-btn.icon.top-bundle-link > a > img {
  width: 178px;
  margin-right: 0;
}
.card-btn.icon.top-bundle-link p {
  margin-bottom: 20px;
}
.card-btn.icon.top-bundle-link p strong {
  font-size: 2.4rem;
}
.card-btn.icon.top-bundle-link p small {
  margin-bottom: 8px;
}
@media screen and (min-width: 767.99px) and (max-width: 1064px) {
  #home .column-w6-pc {
    width: 100%;
  }
}
@media screen and (min-width: 767.99px), print {
  .top-mv > div::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .top-mv > div > img {
    max-width: none;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50%;
  }
  .top-service-tab-head {
    display: none;
  }
  .top-service-plan > img {
    width: 54px !important;
  }
  .top-service-search > img {
    width: 108px !important;
  }
}
@media screen and (max-width: 767.98px) {
 .top-mv-slide {
  width: 100%;
  padding-bottom: 0;
 }
 .top-mv-btn {
  position: absolute;
  bottom: 10px;
 }
 .swiper-slide img {
  border: none;
  box-shadow: none;
 }
 .top-mv .swiper-button-next:after, .top-mv .swiper-button-prev:after {
  display: none;
 }
 #tab-plan .tab-head.top-service-tab-head {
  gap: 10px;
 }
 #tab-plan .tab-head {
  margin-bottom: 0;
 }
 #tab-plan .tab-head > li {
  background-color: #F0F0F0;
 }
 #tab-plan .tab-head > li:first-of-type {
  border-radius: 10px 10px 0 0;
 }
 #tab-plan .tab-head > li:last-of-type {
  border-radius: 10px 10px 0 0;
 }
 #tab-plan .tab-head > li.on {
  color: #000;
  background-color: #FFE100;
  border-color: #FFE100;
 }
 #tab-plan .tab-head > li::before {
  display: none;
 }
    
 .column .card-btn.icon > span > img,
 .column .card-btn.icon > a > img {
  width: 40px;
 }
    
 .top-service-tab-body {
  border-top: 8px solid #FFE100;
  padding: 0;
 }
 .card-box-body {
  border: none;
 }
 .card-box-body.top-service-home dt,
 .card-box-body.top-service-mansion dt {
  display: none;
 }
 .card-box-body.top-service-home > dd,
 .card-box-body.top-service-mansion > dd {
  font-size: 1.48rem;
  text-align: left;
  background-color: transparent;
  padding: 24px 0;
 }
 .card-box-body.top-service-mansion .btn {
  max-width: 310px;
 }

 .top-service-compare-wrap {
  background-color: #ffffff;
  border-radius: 10px;
  margin: 20px 0 0 0;
  padding: 1px 0 20px;
 }
 .top-service-compare-body > ul > li {
  width: 100%;
  min-width: 150px;
 }
  .top-service-compare-body > ul > li:first-of-type {
  padding-right: 8px;
  }
  .top-service-compare-body > ul > li:last-of-type {
  padding-left: 8px;
  }
  .top-service-compare-body > ul > li > h3 {
  margin-bottom: 16px;
    font-size: 1.4rem;
  }
  .top-service-compare-body img {
    image-rendering: auto;
 }
  .top-service-compare-title {
    font-size: 1.12em;
  }
  .card-box-body.top-service-mansion .top-service-compare-title {
    font-size: 1.4em;
    line-height: .8;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 84px;
  }
  .card-box-body.top-service-mansion .top-service-compare-title .color-sub {
    padding: 10px 0 0 0;
  }
  .card-box-body.top-service-mansion .top-service-compare-title .color-typen {
    line-height: 1.2;
  }
  .top-service-compare-price {
    margin-top: 8px;
  }
  .top-service-compare-price.free {
    margin-top: 6px;
  }
  .top-service-compare-price-num {
    font-size: 3.8rem;
    top: 0;
  }
  .top-service-compare-price.free .top-service-compare-price-num {
    font-size: 2.8rem;
  }
  .top-service-compare-price-period {
    font-size: .9rem;
  }
  .top-service-compare-price-yen {
    font-size: .9rem;
    line-height: 1.3;
  }
  .top-service-compare-price-yen > p > strong {
    font-size: 1.4rem;
    color: #EE0000;
  }
  .top-service-compare-price-yen > p > sup {
    font-size: 1.4rem;
    top: -0.5em;
  }
  .top-service-title {
    display: none;
  }
  .top-service-bnr {
    margin: 30px -20px 0;
  }
  .top-service-simple-head {
    height: 74px;
  }
  .top-service-simple-body {
    background-position: center right 12px;
  }
  .top-service-simple-title {
    font-size: 2.4rem;
  }
  .top-service-simple-price {
    margin-top: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 260px;
  }
  .top-service-simple-price-label {
    font-size: 2rem;
    height: 38px;
    width: 100%;
    margin-bottom: 12px;
    top: 0px;
  }
  .top-service-simple-price-label span {
    font-size: 1.6rem;
  }
  .top-service-simple-label {
    margin-top: 16px;
    width: 260px;
  }
  .top-service-net-head {
    height: 74px;
  }
  .top-service-net-body {
    background-position: center right 12px;
  }
  .top-service-net-title {
    font-size: 2.4rem;
  }
  .top-service-net-set {
    margin-top: 12px;
    width: 260px;
    display: block;
  }
  .top-service-net-set-label {
    font-size: 1.6rem;
    height: 38px;
    width: 100%;
    margin-bottom: 32px;
  }
  .top-service-net-set-label span {
    font-size: 2rem;
  }
  .top-service-net-set-list {
    height: auto;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .top-service-net-set-list > li {
    font-size: 1.6rem;
    width: 125px;
    height: 40px;
  }
  .top-service-net-label {
    width: 260px;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px 0;
  }
  .top-service-net-label > li {
    width: 100%;
    height: 32px;
  }
  .top-service-plan {
    min-height: 100px !important;
  }
  .top-service-plan-inner {
    display: block;
  }
  .top-service-plan-title {
    font-size: 1.6rem;
    width: auto;
    margin-top: 4px;
  }
  .top-service-plan-title.compare {
    width: auto;
  }
  .top-service-plan-text {
    font-size: 1.2rem;
  }
  .top-service-search {
    min-height: 200px !important;
  }
  .top-service-search > p {
    font-size: 2.4rem !important;
  }
  .top-service-search > p > small {
    font-size: 1.6rem !important;
  }
  .top-ma-bnr {
    padding: 32px 0;
    margin: 32px 0;
  }
  .top-ma-bnr .reccomend_bg {
    margin: 0 -20px;
  }
  .top-ma-bnr .reccomend_bg .reccomend_container .reccomend_item {
    font-size: 1.3rem;
    width: 180px;
  }
  .top-bnr-slide-dot {
    margin-top: 32px;
  }
  .top-sns-link {
    padding: 16px 0 16px;
  }
  .top-sns-link > ul > li {
    font-size: 0.9rem;
    width: 64px;
  }
  .card-btn.icon.top-bundle-link > a {
    display: flex;
    text-align: left;
  }
  .card-btn.icon.top-bundle-link > a > img {
    width: 90px;
    margin-right: 14px;
  }
  .card-btn.icon.top-bundle-link p {
    margin-bottom: 0;
  }
  .card-btn.icon.top-bundle-link p strong {
    font-size: 1.8rem;
  }
  .card-btn.icon.home > a,
  .card-btn.icon.mansion > a {
    padding-left: 24px;
  }
  .card-btn.icon.home > a > img,
  .card-btn.icon.mansion > a > img {
    width: 40px;
  }
}
@media (any-hover: hover) {
  .top-service-simple:hover .top-service-simple-body {
    background-image: url(/share/img/icon-blank-gr.svg);
  }
  .top-service-net:hover .top-service-net-body {
    background-image: url(/share/img/arrow-link-gr.svg);
  }
}