@charset "UTF-8";
.is-color-primary {
  color: #6A90B2 !important;
}

.is-color-secondary {
  color: #707070 !important;
}

@media screen and (min-width: 769px) {
  .view--pc {
    display: block !important;
  }
  .view--sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .view--pc {
    display: none !important;
  }
  .view--sp {
    display: block !important;
  }
}
.list_account {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
}
.list_account .link_space {
  display: block;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .list_account .link_space {
    padding: 4.2vw;
  }
}
@media screen and (max-width: 768px) {
  .list_account .online_store .pc-br, .list_account .sns_account .pc-br, .list_account .shitate_account .pc-br, .list_account .harekari_account .pc-br, .list_account .shukatsu_account .pc-br, .list_account .aoyama_group .pc-br {
    display: none;
  }
}
.list_account .online_store .sp-br, .list_account .sns_account .sp-br, .list_account .shitate_account .sp-br, .list_account .harekari_account .sp-br, .list_account .shukatsu_account .sp-br, .list_account .aoyama_group .sp-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .list_account .online_store .sp-br, .list_account .sns_account .sp-br, .list_account .shitate_account .sp-br, .list_account .harekari_account .sp-br, .list_account .shukatsu_account .sp-br, .list_account .aoyama_group .sp-br {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .list_account .online_store span, .list_account .sns_account span, .list_account .shitate_account span, .list_account .harekari_account span, .list_account .shukatsu_account span, .list_account .aoyama_group span {
    display: none;
  }
}
.list_account .online_store .title, .list_account .sns_account .title, .list_account .shitate_account .title, .list_account .harekari_account .title, .list_account .shukatsu_account .title, .list_account .aoyama_group .title {
  text-align: center;
}
.list_account .online_store .title h1, .list_account .sns_account .title h1, .list_account .shitate_account .title h1, .list_account .harekari_account .title h1, .list_account .shukatsu_account .title h1, .list_account .aoyama_group .title h1 {
  background-color: #004990;
  font-size: 40px;
  color: #fff;
  padding: 32px 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .list_account .online_store .title h1, .list_account .sns_account .title h1, .list_account .shitate_account .title h1, .list_account .harekari_account .title h1, .list_account .shukatsu_account .title h1, .list_account .aoyama_group .title h1 {
    font-size: 6.3vw;
    padding: 5.2vw 0;
  }
}
.list_account .online_store .title h2, .list_account .sns_account .title h2, .list_account .shitate_account .title h2, .list_account .harekari_account .title h2, .list_account .shukatsu_account .title h2, .list_account .aoyama_group .title h2 {
  font-size: 32px;
  margin-top: 80px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .list_account .online_store .title h2, .list_account .sns_account .title h2, .list_account .shitate_account .title h2, .list_account .harekari_account .title h2, .list_account .shukatsu_account .title h2, .list_account .aoyama_group .title h2 {
    font-size: 5.7vw;
    margin-top: 13vw;
  }
}
.list_account .online_store .check_btn, .list_account .sns_account .check_btn, .list_account .shitate_account .check_btn, .list_account .harekari_account .check_btn, .list_account .shukatsu_account .check_btn, .list_account .aoyama_group .check_btn {
  position: relative;
  display: block;
  font-size: 13px;
  border: solid 1px #000;
  margin: 10px auto 0;
  padding: 10px 16px;
}
@media screen and (max-width: 768px) {
  .list_account .online_store .check_btn, .list_account .sns_account .check_btn, .list_account .shitate_account .check_btn, .list_account .harekari_account .check_btn, .list_account .shukatsu_account .check_btn, .list_account .aoyama_group .check_btn {
    font-size: 3.1vw;
    margin: 2.6vw auto 0;
    padding: 2.6vw 2.1vw;
  }
}
.list_account .online_store .check_btn::after, .list_account .sns_account .check_btn::after, .list_account .shitate_account .check_btn::after, .list_account .harekari_account .check_btn::after, .list_account .shukatsu_account .check_btn::after, .list_account .aoyama_group .check_btn::after {
  content: "";
  background-image: url(img/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 39%;
  right: 8%;
  width: 6px;
  height: 12px;
}
@media screen and (max-width: 768px) {
  .list_account .online_store .check_btn::after, .list_account .sns_account .check_btn::after, .list_account .shitate_account .check_btn::after, .list_account .harekari_account .check_btn::after, .list_account .shukatsu_account .check_btn::after, .list_account .aoyama_group .check_btn::after {
    width: 1.3vw;
    height: 2.6vw;
    top: 40%;
  }
}
.list_account .online_store .link_area_store, .list_account .sns_account .link_area_store, .list_account .shitate_account .link_area_store, .list_account .harekari_account .link_area_store, .list_account .shukatsu_account .link_area_store, .list_account .aoyama_group .link_area_store {
  text-align: center;
}
.list_account .online_store .link_area_store .item, .list_account .sns_account .link_area_store .item, .list_account .shitate_account .link_area_store .item, .list_account .harekari_account .link_area_store .item, .list_account .shukatsu_account .link_area_store .item, .list_account .aoyama_group .link_area_store .item {
  position: relative;
  -webkit-box-shadow: -1px 1px 5px #cfcfcf, 1px -1px 5px #cfcfcf;
          box-shadow: -1px 1px 5px #cfcfcf, 1px -1px 5px #cfcfcf;
  max-width: 233px;
  width: 100%;
  margin: 40px auto 100px;
  border-radius: 15px;
}
.list_account .online_store .link_area_store .item::before, .list_account .sns_account .link_area_store .item::before, .list_account .shitate_account .link_area_store .item::before, .list_account .harekari_account .link_area_store .item::before, .list_account .shukatsu_account .link_area_store .item::before, .list_account .aoyama_group .link_area_store .item::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .list_account .online_store .link_area_store .item, .list_account .sns_account .link_area_store .item, .list_account .shitate_account .link_area_store .item, .list_account .harekari_account .link_area_store .item, .list_account .shukatsu_account .link_area_store .item, .list_account .aoyama_group .link_area_store .item {
    max-width: none;
    width: 43.2vw;
    margin: 7.3vw auto 15.6vw;
  }
}
.list_account .online_store .link_area_store .item img, .list_account .sns_account .link_area_store .item img, .list_account .shitate_account .link_area_store .item img, .list_account .harekari_account .link_area_store .item img, .list_account .shukatsu_account .link_area_store .item img, .list_account .aoyama_group .link_area_store .item img {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .list_account .online_store .link_area_store .item img, .list_account .sns_account .link_area_store .item img, .list_account .shitate_account .link_area_store .item img, .list_account .harekari_account .link_area_store .item img, .list_account .shukatsu_account .link_area_store .item img, .list_account .aoyama_group .link_area_store .item img {
    max-width: 200px;
    width: 26vw;
  }
}
.list_account .online_store .link_area_store .item .check_btn, .list_account .sns_account .link_area_store .item .check_btn, .list_account .shitate_account .link_area_store .item .check_btn, .list_account .harekari_account .link_area_store .item .check_btn, .list_account .shukatsu_account .link_area_store .item .check_btn, .list_account .aoyama_group .link_area_store .item .check_btn {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .list_account .online_store .link_area_store .item .check_btn, .list_account .sns_account .link_area_store .item .check_btn, .list_account .shitate_account .link_area_store .item .check_btn, .list_account .harekari_account .link_area_store .item .check_btn, .list_account .shukatsu_account .link_area_store .item .check_btn, .list_account .aoyama_group .link_area_store .item .check_btn {
    margin-top: 2.6vw;
  }
}
.list_account .online_store .link_area_sns .sns_list, .list_account .sns_account .link_area_sns .sns_list, .list_account .shitate_account .link_area_sns .sns_list, .list_account .harekari_account .link_area_sns .sns_list, .list_account .shukatsu_account .link_area_sns .sns_list, .list_account .aoyama_group .link_area_sns .sns_list {
  text-align: center;
  max-width: 980px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .list_account .online_store .link_area_sns .sns_list, .list_account .sns_account .link_area_sns .sns_list, .list_account .shitate_account .link_area_sns .sns_list, .list_account .harekari_account .link_area_sns .sns_list, .list_account .shukatsu_account .link_area_sns .sns_list, .list_account .aoyama_group .link_area_sns .sns_list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 3.6vw;
  }
}
@media screen and (max-width: 768px) {
  .list_account .online_store .link_area_sns .sns_list .item:nth-of-type(n+3), .list_account .sns_account .link_area_sns .sns_list .item:nth-of-type(n+3), .list_account .shitate_account .link_area_sns .sns_list .item:nth-of-type(n+3), .list_account .harekari_account .link_area_sns .sns_list .item:nth-of-type(n+3), .list_account .shukatsu_account .link_area_sns .sns_list .item:nth-of-type(n+3), .list_account .aoyama_group .link_area_sns .sns_list .item:nth-of-type(n+3) {
    margin-top: 3.1vw;
  }
}
.list_account .online_store .icon-x::before, .list_account .sns_account .icon-x::before, .list_account .shitate_account .icon-x::before, .list_account .harekari_account .icon-x::before, .list_account .shukatsu_account .icon-x::before, .list_account .aoyama_group .icon-x::before {
  background-image: url(img/x_icon.png) !important;
  width: 30px !important;
  height: 30px !important;
  left: 7% !important;
  top: 6% !important;
}
@media screen and (max-width: 768px) {
  .list_account .online_store .icon-x::before, .list_account .sns_account .icon-x::before, .list_account .shitate_account .icon-x::before, .list_account .harekari_account .icon-x::before, .list_account .shukatsu_account .icon-x::before, .list_account .aoyama_group .icon-x::before {
    width: 5.9vw !important;
    height: 5.9vw !important;
    top: 5% !important;
  }
}
.list_account .online_store .item, .list_account .sns_account .item, .list_account .shitate_account .item, .list_account .harekari_account .item, .list_account .shukatsu_account .item, .list_account .aoyama_group .item {
  position: relative;
  -webkit-box-shadow: -1px 1px 5px #cfcfcf, 1px -1px 5px #cfcfcf;
          box-shadow: -1px 1px 5px #cfcfcf, 1px -1px 5px #cfcfcf;
  max-width: 233px;
  width: 100%;
  margin: 40px 6px 0;
  border-radius: 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .list_account .online_store .item, .list_account .sns_account .item, .list_account .shitate_account .item, .list_account .harekari_account .item, .list_account .shukatsu_account .item, .list_account .aoyama_group .item {
    max-width: none;
    width: 43.2vw;
    margin: 7.3vw 1.6vw 0;
  }
}
.list_account .online_store .item::before, .list_account .sns_account .item::before, .list_account .shitate_account .item::before, .list_account .harekari_account .item::before, .list_account .shukatsu_account .item::before, .list_account .aoyama_group .item::before {
  content: "";
  position: absolute;
  background-image: url(img/instagram_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 5%;
  left: 6%;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .list_account .online_store .item::before, .list_account .sns_account .item::before, .list_account .shitate_account .item::before, .list_account .harekari_account .item::before, .list_account .shukatsu_account .item::before, .list_account .aoyama_group .item::before {
    width: 7.8vw;
    height: 7.8vw;
    top: 4%;
  }
}
.list_account .online_store .item:nth-of-type(7)::before, .list_account .sns_account .item:nth-of-type(7)::before, .list_account .shitate_account .item:nth-of-type(7)::before, .list_account .harekari_account .item:nth-of-type(7)::before, .list_account .shukatsu_account .item:nth-of-type(7)::before, .list_account .aoyama_group .item:nth-of-type(7)::before {
  background-image: url(img/facebook_icon.png);
}
.list_account .online_store .item:nth-of-type(8)::before, .list_account .sns_account .item:nth-of-type(8)::before, .list_account .shitate_account .item:nth-of-type(8)::before, .list_account .harekari_account .item:nth-of-type(8)::before, .list_account .shukatsu_account .item:nth-of-type(8)::before, .list_account .aoyama_group .item:nth-of-type(8)::before {
  background-image: url(img/line_icon.png);
}
.list_account .online_store .item:nth-of-type(9)::before, .list_account .sns_account .item:nth-of-type(9)::before, .list_account .shitate_account .item:nth-of-type(9)::before, .list_account .harekari_account .item:nth-of-type(9)::before, .list_account .shukatsu_account .item:nth-of-type(9)::before, .list_account .aoyama_group .item:nth-of-type(9)::before {
  background-image: url(img/tiktok_icon.png);
}
.list_account .online_store .item:nth-of-type(10)::before, .list_account .sns_account .item:nth-of-type(10)::before, .list_account .shitate_account .item:nth-of-type(10)::before, .list_account .harekari_account .item:nth-of-type(10)::before, .list_account .shukatsu_account .item:nth-of-type(10)::before, .list_account .aoyama_group .item:nth-of-type(10)::before {
  background-image: url(img/youtube_icon.png);
}
.list_account .online_store .item:nth-of-type(11)::before, .list_account .sns_account .item:nth-of-type(11)::before, .list_account .shitate_account .item:nth-of-type(11)::before, .list_account .harekari_account .item:nth-of-type(11)::before, .list_account .shukatsu_account .item:nth-of-type(11)::before, .list_account .aoyama_group .item:nth-of-type(11)::before {
  background-image: url(img/note_icon.png);
}
.list_account .online_store .item img, .list_account .sns_account .item img, .list_account .shitate_account .item img, .list_account .harekari_account .item img, .list_account .shukatsu_account .item img, .list_account .aoyama_group .item img {
  max-width: 120px;
  width: 100%;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .list_account .online_store .item img, .list_account .sns_account .item img, .list_account .shitate_account .item img, .list_account .harekari_account .item img, .list_account .shukatsu_account .item img, .list_account .aoyama_group .item img {
    max-width: 200px;
    margin-bottom: 2.6vw;
    width: 26vw;
  }
}
.list_account .online_store .item .name, .list_account .sns_account .item .name, .list_account .shitate_account .item .name, .list_account .harekari_account .item .name, .list_account .shukatsu_account .item .name, .list_account .aoyama_group .item .name {
  font-size: 13px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .list_account .online_store .item .name, .list_account .sns_account .item .name, .list_account .shitate_account .item .name, .list_account .harekari_account .item .name, .list_account .shukatsu_account .item .name, .list_account .aoyama_group .item .name {
    font-size: 3.1vw;
    letter-spacing: -0.07em;
  }
}
.list_account .online_store .item .sns_name, .list_account .sns_account .item .sns_name, .list_account .shitate_account .item .sns_name, .list_account .harekari_account .item .sns_name, .list_account .shukatsu_account .item .sns_name, .list_account .aoyama_group .item .sns_name {
  font-size: 20px;
  margin-bottom: 10px;
  margin-left: 10px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .list_account .online_store .item .sns_name, .list_account .sns_account .item .sns_name, .list_account .shitate_account .item .sns_name, .list_account .harekari_account .item .sns_name, .list_account .shukatsu_account .item .sns_name, .list_account .aoyama_group .item .sns_name {
    font-size: 3.9vw;
    margin-bottom: 4vw;
    margin-left: 2.6vw;
  }
}
.list_account .online_store .shukatsu_list, .list_account .sns_account .shukatsu_list, .list_account .shitate_account .shukatsu_list, .list_account .harekari_account .shukatsu_list, .list_account .shukatsu_account .shukatsu_list, .list_account .aoyama_group .shukatsu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 482px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .list_account .online_store .shukatsu_list, .list_account .sns_account .shukatsu_list, .list_account .shitate_account .shukatsu_list, .list_account .harekari_account .shukatsu_list, .list_account .shukatsu_account .shukatsu_list, .list_account .aoyama_group .shukatsu_list {
    max-width: none;
    margin: 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 0 2.6vw;
  }
}
@media screen and (max-width: 768px) {
  .list_account .online_store .shukatsu_list .item, .list_account .sns_account .shukatsu_list .item, .list_account .shitate_account .shukatsu_list .item, .list_account .harekari_account .shukatsu_list .item, .list_account .shukatsu_account .shukatsu_list .item, .list_account .aoyama_group .shukatsu_list .item {
    max-width: none;
    width: 43.2vw;
    margin: 7.3vw 1.6vw 0;
  }
}
.list_account .shitate_account .item {
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .list_account .shitate_account .item {
    margin: 7.3vw auto 0;
  }
}
.list_account .harekari_account .item {
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .list_account .harekari_account .item {
    margin: 7.3vw auto 0;
  }
}
.list_account .shukatsu_account .item:nth-of-type(1)::before {
  background-image: url(img/x_icon.png);
}
.list_account .shukatsu_account .item:nth-of-type(2)::before {
  background-image: url(img/note_icon.png);
}
.list_account .aoyama_group .item {
  margin: 40px auto 80px;
}
@media screen and (max-width: 768px) {
  .list_account .aoyama_group .item {
    margin: 7.3vw auto 15.6vw;
  }
}
.list_account .aoyama_group .item::before {
  background-image: url(img/x_icon.png);
}
/*# sourceMappingURL=style.css.map */