/* _setting CSS */
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon {
  /* Use !important to prevent extensions from overriding this font. */
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Smartphones (portrait and landscape) */
@media screen and (max-width: 750px) {
  .top_inner {
    width: 100%;
    padding: 5.1282051282vw;
  }
  #new_posts {
    width: 100%;
    padding: 5.1282051282vw 0;
  }
  #new_posts .new-posts-swiper {
    padding-bottom: 12.8205128205vw;
  }
  #new_posts .swiper-slide {
    width: auto;
    position: relative;
  }
  #new_posts .swiper-pagination .swiper-pagination-bullet {
    width: 3.0769230769vw;
    height: 3.0769230769vw;
    background-color: #505050;
    opacity: 1;
  }
  #new_posts .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
  }
  #new_posts .post_card {
    display: block;
    text-decoration: none;
    width: 77.9487179487vw;
    max-width: 100%;
    margin: 0 auto;
    border: 1.0256410256vw solid #2B2B2B;
    background-color: #fff;
    border-radius: 2.5641025641vw;
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.33, 0.73, 0.34, 1.04);
  }
  #new_posts .post_card .post_img {
    width: 76.9230769231vw;
    max-width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.33, 0.73, 0.34, 1.04);
  }
  #new_posts .post_card .post_img img {
    width: 100%;
    height: auto;
  }
  #new_posts .post_card:hover {
    opacity: 1;
  }
  #new_posts .post_card:hover .post_img {
    transform: scale(1.05);
  }
  #new_posts .post_cat {
    position: absolute;
    top: 2.5641025641vw;
    right: 2.5641025641vw;
    background-color: #2B2B2B;
    color: #fff;
    padding: 1.0256410256vw 3.8461538462vw 1.5384615385vw;
    font-size: 3.0769230769vw;
    font-weight: bold;
    border-radius: 999px;
    z-index: 2;
  }
  #new_posts .catchphrase {
    width: 100%;
    background-color: #2B2B2B;
    height: 92.3076923077vw;
    margin: -58.9743589744vw auto 0;
    padding-bottom: 10.2564102564vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    border-radius: 0 0 5.1282051282vw 5.1282051282vw;
  }
  #new_posts .catchphrase p {
    font-size: 4.6153846154vw;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    color: #fff;
  }
  #new_posts .catchphrase .icon {
    font-size: 2.4rem;
    color: #fff;
  }
  #top_archive {
    margin-top: -17.9487179487vw;
  }
  #top_archive .tabs {
    width: 100%;
    position: relative;
    margin-top: 12.8205128205vw;
  }
  #top_archive .tabs .tab_list {
    display: flex;
    z-index: 1;
    width: fit-content;
    height: 12.8205128205vw;
    position: absolute;
    top: -12.8205128205vw;
    left: 50%;
    transform: translateX(-50%);
    gap: 1.2820512821vw;
    border-bottom: 0.7692307692vw solid #2B2B2B;
  }
  #top_archive .tabs .tab_list input[name=tab_item] {
    display: none;
  }
  #top_archive .tabs .tab_list .tab_item {
    cursor: pointer;
    width: 28.2051282051vw;
    height: 12.8205128205vw;
    padding: 0 2.5641025641vw;
    background-color: #fff;
    border: 0.7692307692vw solid #2B2B2B;
    border-radius: 2.5641025641vw 2.5641025641vw 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s cubic-bezier(0.33, 0.73, 0.34, 1.04);
  }
  #top_archive .tabs .tab_list .tab_item h2 {
    font-size: 3.5897435897vw;
    font-weight: 700;
    color: #2B2B2B;
  }
  #top_archive .tabs .tab_list .tab_item:hover {
    background-color: #9CC9B5;
  }
  #top_archive .tabs .tab_list input:checked + .tab_item {
    background-color: #FD3260;
    height: 13.5897435897vw;
    margin-top: -0.7692307692vw;
    z-index: 10;
  }
  #top_archive .tabs .tab_list input:checked + .tab_item h2 {
    color: #fff;
  }
  #top_archive .tabs .tab_content {
    width: 100%;
    display: none;
  }
  #top_archive .tabs .tab_content.is-active {
    display: block;
  }
  #top_archive .tabs #tab_new_content .post_list,
  #top_archive .tabs #tab_popular_content .post_list,
  #top_archive .tabs #tab_pickup_content .post_list {
    display: flex;
    flex-wrap: wrap;
    gap: 5.1282051282vw 2.5641025641vw;
    padding: 5.1282051282vw 0;
  }
  #top_archive .tabs #tab_new_content .post_list .post_item,
  #top_archive .tabs #tab_popular_content .post_list .post_item,
  #top_archive .tabs #tab_pickup_content .post_list .post_item {
    width: 43.5897435897vw;
  }
  #top_archive .tabs #tab_new_content .post_list .post_item:last-child,
  #top_archive .tabs #tab_popular_content .post_list .post_item:last-child,
  #top_archive .tabs #tab_pickup_content .post_list .post_item:last-child {
    border-bottom: none;
  }
  #top_archive .tabs #tab_new_content .post_list .post_item a,
  #top_archive .tabs #tab_popular_content .post_list .post_item a,
  #top_archive .tabs #tab_pickup_content .post_list .post_item a {
    width: 100%;
    display: flex;
    flex-direction: column;
    color: #2B2B2B;
    position: relative;
  }
  #top_archive .tabs #tab_new_content .post_list .post_item a:hover,
  #top_archive .tabs #tab_popular_content .post_list .post_item a:hover,
  #top_archive .tabs #tab_pickup_content .post_list .post_item a:hover {
    opacity: 1;
  }
  #top_archive .tabs #tab_new_content .post_list .post_item a:hover .post_img img,
  #top_archive .tabs #tab_popular_content .post_list .post_item a:hover .post_img img,
  #top_archive .tabs #tab_pickup_content .post_list .post_item a:hover .post_img img {
    transform: scale(1.1);
    opacity: 1;
  }
  #top_archive .tabs #tab_new_content .post_list .post_item .post_img,
  #top_archive .tabs #tab_popular_content .post_list .post_item .post_img,
  #top_archive .tabs #tab_pickup_content .post_list .post_item .post_img {
    position: relative;
    width: 100%;
    flex-shrink: 0;
    border-radius: 2.5641025641vw;
    border: 0.5128205128vw solid #2B2B2B;
    overflow: hidden;
  }
  #top_archive .tabs #tab_new_content .post_list .post_item .post_img img,
  #top_archive .tabs #tab_popular_content .post_list .post_item .post_img img,
  #top_archive .tabs #tab_pickup_content .post_list .post_item .post_img img {
    width: 100%;
    height: auto;
    transition: transform 0.4s cubic-bezier(0.33, 0.73, 0.34, 1.04);
  }
  #top_archive .tabs #tab_new_content .post_list .post_item .post_info,
  #top_archive .tabs #tab_popular_content .post_list .post_item .post_info,
  #top_archive .tabs #tab_pickup_content .post_list .post_item .post_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #top_archive .tabs #tab_new_content .post_list .post_item .post_info .post_title,
  #top_archive .tabs #tab_popular_content .post_list .post_item .post_info .post_title,
  #top_archive .tabs #tab_pickup_content .post_list .post_item .post_info .post_title {
    font-size: 4.1025641026vw;
    font-weight: bold;
    margin-top: 1.2820512821vw;
    margin-bottom: 1.2820512821vw;
  }
  #top_archive .tabs #tab_new_content .post_list .post_item .post_info .post_cat,
  #top_archive .tabs #tab_popular_content .post_list .post_item .post_info .post_cat,
  #top_archive .tabs #tab_pickup_content .post_list .post_item .post_info .post_cat {
    position: absolute;
    width: max-content;
    font-size: 3.0769230769vw;
    color: #fff;
    background: #2B2B2B;
    padding: 0.5128205128vw 2.0512820513vw 1.0256410256vw;
    border-radius: 999px;
    top: 2.5641025641vw;
    right: 2.5641025641vw;
  }
  #top_archive .tabs #tab_new_content .post_list .post_item .post_info .post_date,
  #top_archive .tabs #tab_popular_content .post_list .post_item .post_info .post_date,
  #top_archive .tabs #tab_pickup_content .post_list .post_item .post_info .post_date {
    font-size: 3.0769230769vw;
    color: #2B2B2B;
  }
  #top_archive .tabs #tab_new_content .post_list .post_item .post_info .post_date .icon,
  #top_archive .tabs #tab_popular_content .post_list .post_item .post_info .post_date .icon,
  #top_archive .tabs #tab_pickup_content .post_list .post_item .post_info .post_date .icon {
    margin-right: 0.5128205128vw;
  }
}
/* Desktops and laptops */
@media print, screen and (min-width: 751px) {
  .top_inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  #new_posts {
    width: 100%;
    padding: 30px 0;
  }
  #new_posts .new-posts-swiper {
    padding-bottom: 50px;
  }
  #new_posts .swiper-slide {
    width: auto;
    position: relative;
  }
  #new_posts .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #505050;
    opacity: 1;
  }
  #new_posts .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
  }
  #new_posts .post_card {
    display: block;
    text-decoration: none;
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    border: 4px solid #2B2B2B;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.33, 0.73, 0.34, 1.04);
  }
  #new_posts .post_card .post_img {
    width: 500px;
    max-width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  #new_posts .post_card .post_img img {
    width: 100%;
    height: auto;
    transition: transform 0.3s cubic-bezier(0.33, 0.73, 0.34, 1.04);
  }
  #new_posts .post_card:hover {
    opacity: 1;
  }
  #new_posts .post_card:hover .post_img img {
    opacity: 1;
    transform: scale(1.05);
  }
  #new_posts .post_cat {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #2B2B2B;
    color: #fff;
    padding: 4px 15px 6px;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 999px;
    z-index: 2;
  }
  #new_posts .catchphrase {
    width: 80%;
    background-color: #2B2B2B;
    height: 600px;
    margin: -380px auto 0;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    border-radius: 40px;
  }
  #new_posts .catchphrase p {
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    color: #fff;
  }
  #new_posts .catchphrase .icon {
    font-size: 2.4rem;
    color: #fff;
  }
  #top_archive {
    margin-top: -65px;
  }
  #top_archive .tabs {
    width: 100%;
    position: relative;
    margin-top: 60px;
  }
  #top_archive .tabs .tab_list {
    display: flex;
    z-index: 1;
    width: fit-content;
    height: 60px;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    gap: 6px;
    border-bottom: 3px solid #2B2B2B;
  }
  #top_archive .tabs .tab_list input[name=tab_item] {
    display: none;
  }
  #top_archive .tabs .tab_list .tab_item {
    cursor: pointer;
    width: 200px;
    height: 60px;
    padding: 0 30px;
    background-color: #fff;
    border: 3px solid #2B2B2B;
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s cubic-bezier(0.33, 0.73, 0.34, 1.04);
  }
  #top_archive .tabs .tab_list .tab_item h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #2B2B2B;
  }
  #top_archive .tabs .tab_list .tab_item:hover {
    background-color: #9CC9B5;
  }
  #top_archive .tabs .tab_list input:checked + .tab_item {
    background-color: #FD3260;
    height: 63px;
    margin-top: -3px;
    z-index: 10;
  }
  #top_archive .tabs .tab_list input:checked + .tab_item h2 {
    color: #fff;
  }
  #top_archive .tabs .tab_content {
    width: 100%;
    display: none;
  }
  #top_archive .tabs .tab_content.is-active {
    display: block;
  }
  #top_archive .tabs #tab_new_content .post_list,
  #top_archive .tabs #tab_popular_content .post_list,
  #top_archive .tabs #tab_pickup_content .post_list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 15px;
    padding: 40px 0;
  }
  #top_archive .tabs #tab_new_content .post_list .post_item,
  #top_archive .tabs #tab_popular_content .post_list .post_item,
  #top_archive .tabs #tab_pickup_content .post_list .post_item {
    width: 320px;
  }
  #top_archive .tabs #tab_new_content .post_list .post_item:last-child,
  #top_archive .tabs #tab_popular_content .post_list .post_item:last-child,
  #top_archive .tabs #tab_pickup_content .post_list .post_item:last-child {
    border-bottom: none;
  }
  #top_archive .tabs #tab_new_content .post_list .post_item a,
  #top_archive .tabs #tab_popular_content .post_list .post_item a,
  #top_archive .tabs #tab_pickup_content .post_list .post_item a {
    width: 100%;
    display: flex;
    flex-direction: column;
    color: #2B2B2B;
    position: relative;
  }
  #top_archive .tabs #tab_new_content .post_list .post_item a:hover,
  #top_archive .tabs #tab_popular_content .post_list .post_item a:hover,
  #top_archive .tabs #tab_pickup_content .post_list .post_item a:hover {
    opacity: 1;
  }
  #top_archive .tabs #tab_new_content .post_list .post_item a:hover .post_img img,
  #top_archive .tabs #tab_popular_content .post_list .post_item a:hover .post_img img,
  #top_archive .tabs #tab_pickup_content .post_list .post_item a:hover .post_img img {
    transform: scale(1.1);
    opacity: 1;
  }
  #top_archive .tabs #tab_new_content .post_list .post_item .post_img,
  #top_archive .tabs #tab_popular_content .post_list .post_item .post_img,
  #top_archive .tabs #tab_pickup_content .post_list .post_item .post_img {
    position: relative;
    width: 100%;
    flex-shrink: 0;
    border-radius: 10px;
    border: 3px solid #2B2B2B;
    overflow: hidden;
  }
  #top_archive .tabs #tab_new_content .post_list .post_item .post_img img,
  #top_archive .tabs #tab_popular_content .post_list .post_item .post_img img,
  #top_archive .tabs #tab_pickup_content .post_list .post_item .post_img img {
    width: 100%;
    height: auto;
    transition: transform 0.4s cubic-bezier(0.33, 0.73, 0.34, 1.04);
  }
  #top_archive .tabs #tab_new_content .post_list .post_item .post_info,
  #top_archive .tabs #tab_popular_content .post_list .post_item .post_info,
  #top_archive .tabs #tab_pickup_content .post_list .post_item .post_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
  }
  #top_archive .tabs #tab_new_content .post_list .post_item .post_info .post_title,
  #top_archive .tabs #tab_popular_content .post_list .post_item .post_info .post_title,
  #top_archive .tabs #tab_pickup_content .post_list .post_item .post_info .post_title {
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  #top_archive .tabs #tab_new_content .post_list .post_item .post_info .post_cat,
  #top_archive .tabs #tab_popular_content .post_list .post_item .post_info .post_cat,
  #top_archive .tabs #tab_pickup_content .post_list .post_item .post_info .post_cat {
    position: absolute;
    width: max-content;
    font-size: 1.2rem;
    color: #fff;
    background: #2B2B2B;
    padding: 2px 8px 4px;
    border-radius: 999px;
    top: 10px;
    right: 10px;
  }
  #top_archive .tabs #tab_new_content .post_list .post_item .post_info .post_date,
  #top_archive .tabs #tab_popular_content .post_list .post_item .post_info .post_date,
  #top_archive .tabs #tab_pickup_content .post_list .post_item .post_info .post_date {
    font-size: 1.2rem;
    color: #2B2B2B;
  }
  #top_archive .tabs #tab_new_content .post_list .post_item .post_info .post_date .icon,
  #top_archive .tabs #tab_popular_content .post_list .post_item .post_info .post_date .icon,
  #top_archive .tabs #tab_pickup_content .post_list .post_item .post_info .post_date .icon {
    margin-right: 2px;
  }
}/*# sourceMappingURL=top.css.map */