@media screen and (min-width: 769px), print {
  .about {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 38vw;
    max-height: 600px;
    min-height: 450px;
    min-width: 600px;
  }
  .about .insta_list {
    position: relative;
  }
  .about .insta_list li {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    transition: opacity 1s;
  }
  .about .insta_list li.active {
    opacity: 1;
    z-index: 1;
  }
  .about .left {
    width: 50%;
  }
  .about .left a {
    display: block;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .about .left a:hover {
    opacity: 0.7;
  }
  .about .left figure {
    height: 38vw;
    max-height: 600px;
    min-height: 450px;
    min-width: 600px;
    overflow: hidden;
    position: relative;
    width: 50vw;
  }
  .about .left figure img {
    display: block;
    height: auto;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
  }
  .about .right {
    width: 50%;
    background: #f9f8f3 url(../images/about_bg_pc.png) 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    text-align: center;
  }
  .about .right_inner {
    width: 510px;
    margin: 0 auto;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about .right_inner .ct {
    padding-bottom: 16px;
    padding-top: 16px;
  }
  .about .right h2 {
    margin-bottom: 9.14894%;
  }
  .about .right p {
    font-size: 1.4rem;
    line-height: 30px;
    text-align: center;
  }
  .about .right .mb31 {
    margin-bottom: 6.59574%;
  }
  .information {
    padding-top: 47px;
    padding-bottom: 85px;
    overflow: hidden;
    position: relative;
  }
  .information_inner {
    width: 1000px;
    margin: 0 auto;
  }
  .information h2 {
    text-align: center;
  }
  .information h2 small {
    display: block;
    color: #5f5f5f;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 10px;
  }
  .information .list {
    margin-top: 45px;
    margin-bottom: 49px;
  }
  .information .list li {
    border-bottom: 1px solid #ccc;
  }
  .information .list li a {
    text-decoration: none;
    padding-top: 23px;
    padding-bottom: 13px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .information .list li a:hover {
    opacity: 0.7;
  }
  .information .list li a time {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 1.6rem;
    width: 166px;
    padding-left: 21px;
    letter-spacing: 1.7px;
  }
  .information .list li a p {
    width: -webkit-calc(100% - 166px);
    width: -moz-calc(100% - 166px);
    width: calc(100% - 166px);
    font-size: 1.4rem;
    color: #000;
  }
  .information .list li:nth-of-type(1) {
    border-top: 1px solid #ccc;
  }
  .information .list li:nth-of-type(1) a {
    padding-top: 14px;
  }
  .information::before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 349px;
    height: 131px;
    background: url(../images/information_bg01_pc.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: block;
    z-index: -1;
  }
  .information::after {
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    width: 351px;
    height: 131px;
    background: url(../images/information_bg02_pc.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: block;
    z-index: -1;
  }
  .topics {
    padding-bottom: 70px;
  }
  .topics h2 {
    text-align: center;
    position: relative;
  }
  .topics h2::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 455px;
    height: 11px;
    background: url(../images/topics_line01_pc.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: block;
  }
  .topics h2::after {
    content: "";
    position: absolute;
    top: 13px;
    right: 0;
    width: 455px;
    height: 11px;
    background: url(../images/topics_line02_pc.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: block;
  }
  .topics h2 small {
    display: block;
    color: #5f5f5f;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 3px;
    margin-top: 13px;
  }
  .topics .top {
    padding: 27px 0 24px;
  }
  .topics .top ul.category {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 25px;
    margin: 0 auto 10px;
    width: 700px;
  }
  .topics .top ul.category li {
    position: relative;
    -webkit-perspective: 1px;
       -moz-perspective: 1px;
            perspective: 1px;
    margin-right: 23px;
    margin-bottom: 25px;
    cursor: pointer;
  }
  .topics .top ul.category li.items_01 span {
    padding-left: 0;
  }
  .topics .top ul.category li.items_01 span::before {
    content: none;
  }
  .topics .top ul.category li.items_02 span::before {
    background-image: url("../images/ic_events.png");
  }
  .topics .top ul.category li.items_03 span::before {
    background-image: url("../images/ic_people.png");
  }
  .topics .top ul.category li.items_04 {
    margin-right: 0;
  }
  .topics .top ul.category li.items_04 span::before {
    background-image: url("../images/ic_where.png");
  }
  .topics .top ul.category li.items_04 span::after {
    content: none;
  }
  .topics .top ul.category li.items_05 span::before {
    background-image: url("../images/ic_chat.png");
  }
  .topics .top ul.category li.items_06 span::before {
    background-image: url("../images/ic_information.png");
  }
  .topics .top ul.category li.items_07 span::before {
    background-image: url("../images/ic_eat.png");
  }
  .topics .top ul.category li.items_08 span::before {
    background-image: url("../images/ic_foodstall.png");
  }
  .topics .top ul.category li:last-of-type span::after {
    content: none;
  }
  .topics .top ul.category li::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: -9px;
    background: #e36d3a;
    height: 2px;
    -webkit-transition-property: right;
    -moz-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
       -moz-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
       -moz-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  .topics .top ul.category li.active::after, .topics .top ul.category li:hover::after {
    right: 0;
  }
  .topics .top ul.category li span {
    display: block;
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: 3px;
    position: relative;
    padding-left: 30px;
    height: 22px;
  }
  .topics .top ul.category li span::before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    -moz-background-size: contain;
         background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .topics .top ul.category li span::after {
    content: "";
    display: block;
    width: 2px;
    height: 16px;
    background: #b1b1b1;
    position: absolute;
    right: -13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .topics ul.list_topics {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px 30px;
  }
  .topics ul.list_topics li {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .topics ul.list_topics li.events a:hover {
    border-color: #ad9600;
  }
  .topics ul.list_topics li.events a span.icon {
    background-image: url("../images/ic_events.png");
  }
  .topics ul.list_topics li.events a small {
    color: #ad9600;
  }
  .topics ul.list_topics li.people a:hover {
    border-color: #775c35;
  }
  .topics ul.list_topics li.people a span.icon {
    background-image: url("../images/ic_people.png");
  }
  .topics ul.list_topics li.people a small {
    color: #775c35;
  }
  .topics ul.list_topics li.where a:hover {
    border-color: #4da9aa;
  }
  .topics ul.list_topics li.where a span.icon {
    background-image: url("../images/ic_where.png");
  }
  .topics ul.list_topics li.where a small {
    color: #4da9aa;
  }
  .topics ul.list_topics li.chat a:hover {
    border-color: #d68686;
  }
  .topics ul.list_topics li.chat a span.icon {
    background-image: url("../images/ic_chat.png");
  }
  .topics ul.list_topics li.chat a small {
    color: #d68686;
  }
  .topics ul.list_topics li.info a:hover {
    border-color: #275177;
  }
  .topics ul.list_topics li.info a span.icon {
    background-image: url("../images/ic_information.png");
  }
  .topics ul.list_topics li.info a small {
    color: #275177;
  }
  .topics ul.list_topics li.eat a:hover {
    border-color: #d66fae;
  }
  .topics ul.list_topics li.eat a span.icon {
    background-image: url("../images/ic_eat.png");
  }
  .topics ul.list_topics li.eat a small {
    color: #d66fae;
  }
  .topics ul.list_topics li.foodstall a:hover {
    border-color: #7b6fd6;
  }
  .topics ul.list_topics li.foodstall a span.icon {
    background-image: url("../images/ic_foodstall.png");
  }
  .topics ul.list_topics li.foodstall a small {
    color: #7b6fd6;
  }
  .topics ul.list_topics li a {
    display: block;
    width: 285px;
    height: 100%;
    padding: 17px 18px 22px;
    border: 1px solid #b9b9b9;
    text-decoration: none;
    position: relative;
    -webkit-transition: border .3s;
    -moz-transition: border .3s;
    transition: border .3s;
  }
  .topics ul.list_topics li a:hover figure {
    opacity: 0.8;
  }
  .topics ul.list_topics li a:hover span.more::after {
    right: -2px;
  }
  .topics ul.list_topics li a figure {
    width: 100%;
    height: 233px;
    overflow: hidden;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  .topics ul.list_topics li a figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .topics ul.list_topics li a time {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 20px;
    color: #5f5f5f;
    letter-spacing: 2.3px;
    margin: 17px 0 10px;
  }
  .topics ul.list_topics li a small {
    display: block;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 24px;
    letter-spacing: 1px;
  }
  .topics ul.list_topics li a p {
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 24px;
    letter-spacing: -1px;
    text-align: justify;
    margin: 12px 0 11px;
  }
  .topics ul.list_topics li a span {
    display: block;
  }
  .topics ul.list_topics li a span.icon {
    width: 42px;
    height: 42px;
    text-indent: -9999px;
    position: absolute;
    top: 7px;
    left: 8px;
    z-index: 1;
  }
  .topics ul.list_topics li a span.more {
    text-align: right;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 20px;
    color: #5f5f5f;
    letter-spacing: 2.3px;
    position: relative;
    padding-right: 20px;
  }
  .topics ul.list_topics li a span.more::after {
    content: "";
    display: block;
    width: 5px;
    height: 8px;
    background: url("../images/ic_more.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 8px;
    right: 3px;
    -webkit-transition: right .3s;
    -moz-transition: right .3s;
    transition: right .3s;
  }
}

@media screen and (max-width: 768px) {
  .about .left {
    height: 60vw;
  }
  .about .left .insta_list {
    position: relative;
  }
  .about .left .insta_list li {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    transition: opacity 1s;
  }
  .about .left .insta_list li.active {
    opacity: 1;
    z-index: 1;
  }
  .about .left a {
    display: block;
  }
  .about .left figure {
    height: 60vw;
    overflow: hidden;
    position: relative;
    width: 100vw;
  }
  .about .left figure img {
    display: block;
    height: auto;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
  }
  .about .right {
    padding-bottom: 15.10417vw;
    padding-top: 16.79688vw;
    background: #f9f8f3 url(../images/about_bg_sp.png) 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    text-align: center;
  }
  .about .right_inner {
    width: 68.48958vw;
    margin: 0 auto;
  }
  .about .right h2 {
    width: 50.91146vw;
    margin: 0 auto 4.55729vw;
  }
  .about .right h2 img {
    display: block;
  }
  .about .right p {
    font-size: 3.64583vw;
    line-height: 6.25vw;
    text-align: center;
  }
  .about .right .mb31 {
    margin-bottom: 6.38021vw;
  }
  .information {
    padding-top: 9.76562vw;
    padding-bottom: 19.14062vw;
    overflow: hidden;
    position: relative;
  }
  .information_inner {
    margin: 0 auto;
  }
  .information h2 {
    text-align: center;
    width: 48.56771vw;
    margin: 0 auto;
  }
  .information h2 small {
    display: block;
    color: #5f5f5f;
    font-size: 3.38542vw;
    font-weight: 600;
    letter-spacing: 0.91146vw;
    margin-top: 2.47396vw;
  }
  .information h2 img {
    display: block;
  }
  .information .list {
    margin-top: 8.85417vw;
    margin-bottom: 10.15625vw;
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
  .information .list li {
    border-bottom: 1px solid #ccc;
    padding-top: 2.86458vw;
    padding-bottom: 2.34375vw;
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
  .information .list li a {
    text-decoration: none;
    display: block;
  }
  .information .list li a time {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 3.64583vw;
    margin-bottom: 0.91146vw;
    display: block;
  }
  .information .list li a p {
    font-size: 3.64583vw;
    line-height: 6.25vw;
    color: #000;
  }
  .information .list li:nth-of-type(1) {
    border-top: 1px solid #ccc;
  }
  .information::before {
    content: "";
    position: absolute;
    top: -0.91146vw;
    left: 0;
    width: 30.20833vw;
    height: 11.45833vw;
    background: url(../images/information_bg01_sp.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: block;
    z-index: -1;
  }
  .information::after {
    content: "";
    position: absolute;
    top: -0.91146vw;
    right: 0;
    width: 30.59896vw;
    height: 11.45833vw;
    background: url(../images/information_bg02_sp.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: block;
    z-index: -1;
  }
  .topics {
    padding-bottom: 13.15104vw;
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
  .topics h2 {
    text-align: center;
    position: relative;
    padding-left: 31.44531vw;
    padding-right: 31.44531vw;
    line-height: 0;
  }
  .topics h2::before {
    content: "";
    position: absolute;
    top: 0;
    margin-top: 1.43229vw;
    left: 0;
    width: 27.99479vw;
    height: 2.86458vw;
    background: url(../images/topics_line01_sp.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: block;
  }
  .topics h2::after {
    content: "";
    position: absolute;
    top: 1.43229vw;
    right: 0;
    width: 27.99479vw;
    height: 2.86458vw;
    background: url(../images/topics_line02_sp.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: block;
  }
  .topics h2 small {
    display: block;
    color: #5f5f5f;
    font-size: 3.38542vw;
    font-weight: 600;
    letter-spacing: 0.91146vw;
    margin-top: 2.47396vw;
    line-height: 1.5;
  }
  .topics h2 img {
    display: block;
  }
  .topics .top {
    padding-bottom: 3.125vw;
    padding-top: 6.51042vw;
  }
  .topics .top ul.category {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -1.30208vw;
    padding-bottom: 2.60417vw;
  }
  .topics .top ul.category li {
    position: relative;
    -webkit-perspective: 1px;
       -moz-perspective: 1px;
            perspective: 1px;
    margin-right: 5.20833vw;
    margin-bottom: 3.125vw;
  }
  .topics .top ul.category li.items_01 span {
    padding-left: 0;
  }
  .topics .top ul.category li.items_01 span::before {
    content: none;
  }
  .topics .top ul.category li.items_02 span::before {
    background-image: url("../images/ic_events.png");
  }
  .topics .top ul.category li.items_03 span::before {
    background-image: url("../images/ic_people.png");
  }
  .topics .top ul.category li.items_03 span::after {
    content: none;
  }
  .topics .top ul.category li.items_04 span::before {
    background-image: url("../images/ic_where.png");
  }
  .topics .top ul.category li.items_05 span::before {
    background-image: url("../images/ic_chat.png");
  }
  .topics .top ul.category li.items_05 span::after {
    content: none;
  }
  .topics .top ul.category li.items_06 span::before {
    background-image: url("../images/ic_information.png");
  }
  .topics .top ul.category li.items_07 span::before {
    background-image: url("../images/ic_eat.png");
  }
  .topics .top ul.category li.items_08 span::before {
    background-image: url("../images/ic_foodstall.png");
  }
  .topics .top ul.category li.items_08 span::after {
    content: none;
  }
  .topics .top ul.category li:last-of-type span::after {
    content: none;
  }
  .topics .top ul.category li::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: -0.26042vw;
    background: #e36d3a;
    height: 1px;
    -webkit-transition-property: right;
    -moz-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
       -moz-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
       -moz-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  .topics .top ul.category li.active::after, .topics .top ul.category li:hover::after {
    right: 0;
  }
  .topics .top ul.category li span {
    display: block;
    font-weight: 400;
    font-size: 3.38542vw;
    letter-spacing: 0.52083vw;
    position: relative;
    padding-left: 7.16146vw;
  }
  .topics .top ul.category li span::before {
    content: "";
    display: block;
    width: 4.81771vw;
    height: 4.81771vw;
    -moz-background-size: contain;
         background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .topics .top ul.category li span::after {
    content: "";
    display: block;
    width: 0.39062vw;
    height: 3.64583vw;
    background: #b1b1b1;
    position: absolute;
    right: -1.95312vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .topics ul.list_topics {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 6.51042vw;
  }
  .topics ul.list_topics li {
    margin-bottom: 3.90625vw;
  }
  .topics ul.list_topics li.events a span.icon {
    background-image: url("../images/ic_events.png");
  }
  .topics ul.list_topics li.events a small {
    color: #ad9600;
  }
  .topics ul.list_topics li.people a span.icon {
    background-image: url("../images/ic_people.png");
  }
  .topics ul.list_topics li.people a small {
    color: #775c35;
  }
  .topics ul.list_topics li.where a span.icon {
    background-image: url("../images/ic_where.png");
  }
  .topics ul.list_topics li.where a small {
    color: #4da9aa;
  }
  .topics ul.list_topics li.chat a span.icon {
    background-image: url("../images/ic_chat.png");
  }
  .topics ul.list_topics li.chat a small {
    color: #d68686;
  }
  .topics ul.list_topics li.info a span.icon {
    background-image: url("../images/ic_information.png");
  }
  .topics ul.list_topics li.info a small {
    color: #275177;
  }
  .topics ul.list_topics li.eat a span.icon {
    background-image: url("../images/ic_eat.png");
  }
  .topics ul.list_topics li.eat a small {
    color: #d66fae;
  }
  .topics ul.list_topics li.foodstall a span.icon {
    background-image: url("../images/ic_foodstall.png");
  }
  .topics ul.list_topics li.foodstall a small {
    color: #7b6fd6;
  }
  .topics ul.list_topics li a {
    display: block;
    width: 44.01042vw;
    height: 100%;
    padding: 2.60417vw 2.60417vw 3.25521vw 2.86458vw;
    border: 1px solid #b9b9b9;
    text-decoration: none;
    position: relative;
  }
  .topics ul.list_topics li a figure {
    width: 100%;
    height: 36.19792vw;
    overflow: hidden;
  }
  .topics ul.list_topics li a figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .topics ul.list_topics li a time {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 3.64583vw;
    line-height: 1;
    color: #5f5f5f;
    letter-spacing: 0.52083vw;
    margin: 3.25521vw 0 3.125vw;
  }
  .topics ul.list_topics li a small {
    display: block;
    font-weight: 500;
    font-size: 3.125vw;
    line-height: 3.72266vw;
    letter-spacing: 0.13021vw;
  }
  .topics ul.list_topics li a p {
    font-weight: 500;
    font-size: 3.125vw;
    line-height: 4.94792vw;
    letter-spacing: -0.26042vw;
    text-align: justify;
    margin: 1.30208vw 0 1.69271vw;
  }
  .topics ul.list_topics li a span {
    display: block;
  }
  .topics ul.list_topics li a span.icon {
    width: 6.51042vw;
    height: 6.51042vw;
    text-indent: -9999px;
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 1.17188vw;
    left: 1.30208vw;
    z-index: 1;
  }
  .topics ul.list_topics li a span.more {
    text-align: right;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 3.16797vw;
    line-height: 1;
    color: #5f5f5f;
    letter-spacing: 0.13021vw;
    position: relative;
    padding-right: 3.64583vw;
  }
  .topics ul.list_topics li a span.more::after {
    content: "";
    display: block;
    width: 0.91146vw;
    height: 1.69271vw;
    background: url("../images/ic_more.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 0.91146vw;
    right: 0;
  }
}
