@charset "UTF-8";
/* CSS Document */
@media screen and (max-width: 1025px) {
  /* CONTENTS ------------*/
  /* h3 */
  /* single_head */
  /* header tag */
  /* single_main_image */
  /* ttl */
  /* sns */
  /* single_tab */
  /* intro */
  /* auth_box */
  /* post_navi */
  /* back_btn */
  /* 人気のタグ */
  /* 記事アクセスランキング */
  /* cta */
  /* authInfo */
  .wrap {
    margin: 0 auto;
    padding: 0 4%;
    width: 100%;
    max-width: 100%;
  }
  .sp_wrap {
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
    max-width: 100%;
  }
  .mainwrap {
    margin: 0 auto;
    padding: 0 4%;
    width: 100%;
    min-width: 100%;
    display: block;
    overflow-x: hidden;
  }
  .main {
    width: 100%;
    margin-right: 0;
    padding-bottom: 2em;
  }
  .mainwrap.list {
    margin-top: 40px;
  }
  .list .ttl1 {
    background-color: #a8855f;
    font-size: 20px;
    color: #fff;
    padding: 1em 0;
    text-align: center;
    font-weight: bold;
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  ul.archive li {
    display: block;
    position: relative;
    padding-bottom: 2em;
    margin-bottom: 2.5em;
  }
  ul.archive li::after {
    content: "";
    position: absolute;
    display: block;
    width: calc(100% + 20px);
    height: 1px;
    bottom: 0;
    left: -10px;
    background-color: #e2e2e2;
  }
  ul.archive li a img {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .list_head {
    display: flex;
    justify-content: flex-start;
    font-size: 14px;
    margin-bottom: 1em;
    margin-top: 1em;
    align-items: center;
  }
  ul.archive li .ttl2 {
    text-align: left;
  }
  .blog_navi {
    margin-top: 20px;
    padding-bottom: 50px;
  }
  .blog_navi ul li {
    margin: 1em 0.25em;
  }
  .side {
    width: 100%;
  }
  .side .movie, .side .chart, .side .tag {
    display: none;
  }
  .side .fb, .side .twitter {
    margin: 40px auto 0 auto;
    height: auto;
    text-align: center;
    overflow: hidden;
  }
  .mainwrap.single {
    margin-top: 0;
  }
  .single_head {
    flex-wrap: wrap;
    font-size: 16px;
  }
  .single_head .cat {
    margin-top: 0.5em;
  }
  .single .ttl1 {
    font-size: 28px;
    font-weight: bold;
    margin-top: 0.5em;
  }
  .single .post {
    padding-bottom: 20px;
    margin-top: 20px;
  }
  .single .post h2:first-of-type {
    margin-top: 20px;
  }
  .single .post h2 {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .single .post p {
    font-size: 17px;
  }
  .single .post p + p {
    margin-top: 1.5em;
  }
  .single .single_tab a {
    font-size: 16px;
  }
  .single .auth_box img {
    width: 100%;
    max-width: 180px;
    height: auto;
    display: block;
    margin: 0 auto 20px auto;
  }
  .single .contact_box .btn a {
    width: 100%;
    max-width: 380px;
    font-size: 14px;
  }
  .single .post_navi {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .single .post_navi li a .post_navi_head {
    flex-wrap: wrap;
  }
  .single .post_navi li a .post_navi_head time {
    width: 100%;
  }
  .single .post_navi li a .post_navi_head .cat {
    margin-left: 0;
  }
  .single .ttl2 {
    background-color: #a8855f;
    font-size: 18px;
    color: #fff;
    padding: 1em 0;
    text-align: center;
    font-weight: bold;
  }
  .side_column {
    width: 100%;
  }
  .side_column .fb {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .single .side_column .ttl2 {
    font-size: 18px;
    width: 100%;
  }
  .side_column .movie li {
    text-align: center;
  }
  .side_column .movie li img {
    width: 100%;
    max-width: 480px;
    height: 54vw;
    object-fit: cover;
    object-position: center 52%;
  }
  .main.top {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  .main.top .top_list1 {
    order: 2;
    width: 100%;
  }
  .main.top .top_list2 {
    order: 1;
    width: 100%;
  }
  .main.top .top_list2 .ttl1 {
    background-color: #a8855f;
    font-size: 20px;
    color: #fff;
    padding: 1em 0;
    text-align: center;
    font-weight: bold;
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .top_list1::after, .main.top .top_list2::after {
    display: none;
  }
  .main.top .top_list2 ul.archive li .txt {
    order: 1;
    width: 100%;
    margin-right: 0;
  }
  .main.top .top_list1 ul.archive li, .main.top .top_list2 ul.archive li {
    border-bottom: none;
  }
  .main.top .top_list1 ul.archive li {
    display: block;
    padding-bottom: 2em;
    margin-bottom: 2.5em;
  }
  .main.top .top_list1 .ttl1 {
    background-color: #a8855f;
    font-size: 20px;
    color: #fff;
    padding: 1em 0;
    text-align: center;
    font-weight: bold;
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  ul.archive li:last-of-type::after {
    display: none;
  }
  .main.top .top_list1 ul.archive li:last-of-type::after {
    display: block;
  }
  .top_banner {
    border-top: 1px solid #e2e2e2;
    padding-top: 40px;
    padding-bottom: 0;
    margin-top: 40px;
    width: 100%;
  }
  .top_banner ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .top_banner ul li a img {
    width: 100%;
  }
  .mv {
    padding: 0;
    background-color: transparent;
    margin-bottom: 0;
    overflow: hidden;
    height: 380px;
    background-image: none;
  }
  .mv .inner {
    width: 100%;
    margin: 0;
    display: block;
    height: 300px;
  }
  .mv .inner .splide {
    width: 100%;
    height: 350px;
  }
  .mv .inner .splide__track {
    width: 100%;
  }
  .mv .inner .splide__arrows {
    width: 100%;
    height: 300px;
    object-fit: none;
  }
  .mv .inner .splide__slide a {
    width: 100%;
    height: auto;
    display: block;
    padding-bottom: 35px;
  }
  .mv .inner .splide__slide a img {
    width: 100%;
    height: 280px;
  }
  .mv .inner .splide__slide a p {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    background-color: #000;
    padding: 0.25em 10px;
    width: 100%;
  }
  .mv .inner .splide__pagination {
    bottom: -0.5em;
    gap: 0 20px;
  }
  .mv .inner .splide__pagination__page {
    width: 20px;
    height: 20px;
  }
  .mv .inner .splide__pagination__page.is-active {
    background-color: #a8855f;
  }
  .mv .inner .movie {
    display: none;
  }
  .mainwrap.single {
    width: 100%;
    overflow-x: hidden;
  }
  .single .ttl1 {
    font-weight: normal;
  }
  .single .post h3 {
    font-size: 20px;
    line-height: 1.68;
    font-weight: normal;
    background-color: #F3F3F3;
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 6px 12px;
  }
  .single .main .single_head {
    align-items: center;
    justify-content: space-between;
  }
  .single .main .single_head .single_head_left {
    display: block;
  }
  .single .main .single_head a {
    background-color: transparent;
  }
  .single .main .single_head .cat a {
    background-color: #9e9e9f;
    line-height: 23px;
    padding: 0 10px;
    display: inline-block;
  }
  .single .main .single_head .sns {
    width: 100%;
    margin-top: 20px;
  }
  .single .main .single_head .sns ul {
    margin-top: 0;
    width: 100%;
  }
  .single .main .single_head .sns ul li {
    margin-right: 0;
    width: 100%;
    max-width: 180px;
  }
  .single .main .single_head .sns ul li a {
    padding: 0;
  }
  .single .main .single_tab.single_tab_header a {
    margin: 0 10px 10px 0;
    font-size: 12px;
  }
  .single_main_image {
    max-width: 568px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .single .ttl2.single_post_list_ttl {
    margin-top: 20px;
  }
  .single .ttl2.single_post_list_ttl_rank {
    margin-top: 34px;
  }
  .single .main .sns .ttl {
    font-size: 15px;
    font-weight: normal;
  }
  .single .main .sns ul li {
    margin-right: 0;
    width: 100%;
    max-width: 180px;
  }
  .single .main .sns ul li:nth-child(n+2) {
    margin-left: 10px;
  }
  .single .main .single_tab {
    font-size: 15px;
    font-weight: normal;
    margin-top: 20px;
  }
  .single .main .single_tab a {
    padding: 0 9px;
    margin: 0 10px 10px 4px;
    line-height: 22px;
    display: inline-block;
  }
  .single .main .single_tab a + a {
    margin: 0 10px 10px 0;
  }
  .intro {
    margin: 0;
  }
  .single .main .auth_box {
    margin-top: 20px;
  }
  .single .main .auth_box .ttl, .single .main .auth_box .name {
    font-weight: normal;
  }
  .single .main .auth_box .name {
    padding-bottom: 13px;
  }
  .single .main .post_navi::before {
    content: none;
  }
  .single .main .post_navi li a span, .single .post_navi li.next a span {
    font-weight: normal;
    font-size: 15px;
    font-weight: normal;
    text-align: left;
  }
  .single .main .post_navi li a span::before, .single .main .post_navi li.next a span::after {
    content: none;
  }
  .single .main .back_btn a {
    background-color: #000;
    border-radius: 5px;
    width: 200px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: normal;
  }
  .single .main .back_btn a::before {
    content: none;
  }
  .tag_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    margin-bottom: 2px;
  }
  .tag_list li {
    margin-right: 12px;
    margin-bottom: 12px;
  }
  .tag_list li a {
    width: auto;
    height: auto;
    line-height: 32px;
    background-color: #F2F2F2;
    padding: 0 14px;
    font-size: 15px;
    color: #212529;
    display: inline-block;
  }
  .tag_list + .list_link {
    text-align: right;
    margin-top: 1em;
  }
  .tag_list + .list_link a {
    margin-top: 1em;
    font-size: 16px;
    line-height: 1.508;
    color: #264D77;
  }
  .single_post_list, ul.archive.single_post_list {
    display: block;
    margin-top: 25px;
  }
  .single_post_list li, ul.archive.single_post_list li {
    display: block;
    width: 100%;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
  }
  .single_post_list li:last-child, ul.archive.single_post_list li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .single_post_list li::after, ul.archive.single_post_list li::after {
    content: "";
    position: absolute;
    display: block;
    width: calc(100% + 20px);
    height: 1px;
    bottom: 0;
    left: -10px;
    background-color: #e2e2e2;
  }
  .single_post_list li:last-child::after, ul.archive.single_post_list li:last-child::after {
    content: none;
  }
  .single_post_list li:nth-child(n+2), ul.archive.single_post_list li:nth-child(n+2) {
    margin-top: 25px;
  }
  .single_post_list_image {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-top: 60%;
    display: block;
    margin-bottom: 8px;
  }
  .single_post_list li .single_post_list_info, .single_post_list li .list_head {
    display: flex;
    align-items: center;
  }
  .single_post_list li .single_post_list_date {
    font-size: 16px;
    line-height: 1.4;
    color: #212529;
  }
  .side_column .single_post_list li .single_post_list_info .single_post_list_date {
    font-size: 16px;
  }
  .single_post_list li .single_post_list_taxonomy a {
    background-color: #9E9E9F;
    line-height: 25px;
    padding: 0 10px;
    color: #fff;
    display: inline-block;
    margin-left: 14px;
  }
  .side_column .single_post_list li .single_post_list_info .single_post_list_taxonomy a {
    font-size: 16px;
  }
  .side_column .single_post_list li .single_post_list_text {
    font-size: 18px;
  }
  .side_column .single_post_list {
    padding-bottom: 4em;
  }
  ul.archive.single_post_list .list_head {
    margin-bottom: 0;
    font-size: 16px;
  }
  .single_post_list li .single_post_list_text, .single ul.archive.single_post_list li .ttl2_single {
    font-size: 18px;
    line-height: 1.4;
    color: #212529;
    margin-top: 8px;
  }
  .single .main .post .cta {
    background-color: #F7F7F7;
    padding: 28px;
    margin-top: 20px;
  }
  .single .main .post p.cta_lead {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 0;
  }
  .single .main .post .cta_link {
    width: 100%;
    height: 61px;
    border-radius: 7px;
    background-color: #264D77;
    color: #fff;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 28px auto 0;
  }
  .authInfo {
    border: 1px solid #E2E2E2;
    padding: 20px;
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .authInfo__left {
    margin-right: 28px;
  }
  .authInfo__catch {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    width: 92px;
    height: 22px;
    color: #fff;
    background: url("../img/bg_auth_info_catch.svg") no-repeat top left/contain;
  }
  .authInfo__image {
    width: 80px;
    height: 80px;
    margin: 7px auto 0;
  }
  .authInfo__image img {
    width: 80px;
    height: 80px;
    object-fit: contain;
  }
  .authInfo__name {
    font-size: 16px;
    line-height: 1.375;
  }
  .authInfo__text {
    font-size: 14px;
    line-height: 1.571;
    margin-top: 13px;
    position: relative;
  }
  .authInfo__text .more {
    font-size: 14px;
    line-height: 1.571;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #fff;
    cursor: pointer;
    text-align: right;
    width: 6.5em;
  }
  .authInfo__text .more::after {
    content: "";
    position: absolute;
    border-style: none;
    left: -100%;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), white);
  }
  .counter-decimal + p {
    margin-top: 20px;
  }
  .main .top_list2 .list_link {
    text-align: right;
    margin-top: -1em;
    margin-bottom: 40px;
  }
  .main .top_list2 .list_link a {
    font-size: 14px;
    color: #264d77;
    text-decoration: underline;
  }
  .main .top_list2 .list_link a::before {
    content: ">>";
  }


  /*240510追加*/
  .single .main .single_head .single_head_left {
    display: flex;
    time{
      padding-top: 0.5em;
    }
  }
  .single .main .post a.buzz_list_btn {
    width: 250px;
    font-size: 16px;
    margin: 1.5em auto 3em;
  }
  ul.archive.single_post_list li a {
    margin-right: auto;
    margin-left: auto;
  }

  /*240528追記*/
  .breadcrumbs{
    padding-bottom: 1em;
  }
  #buzz.single .ttl1 {
    font-size: 18px;
  }

  /*250313追記*/
  .single .side_column .ttl2 {
    padding: 1em .75em;
}
  /*250314追記*/
  .main .top_list2 .list_link.left {
    margin-top: 1em;
    margin-bottom: 0;
}

}
@media screen and (max-width: 1025px) and (min-width: 480px) {
  .side_column .movie li {
    text-align: center;
  }
  .side_column .movie li img {
    width: 480px;
    height: 280px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22http%3A%2F%2Flocalhost%3A8888%2Fjms2311%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fjms2021%2Fscss%2Fbuzz_sp.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAACC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */