@charset "UTF-8";
/* CSS Document */
#top {
    background: #F9F9F9;
}

h2 {
    margin-bottom: 48px;
}
h2 .jp {
    font-family: "Noto Sans JP", serif;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1.6px;
}
h2 .en {
    font-family: "Inter", sans-serif;
    font-size: 4.6rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.5px;
}
@media (max-width: 768px) {
    h2 {
        margin-bottom: 30px;
    }
    h2 .jp {
        font-size: 1.1rem;
        letter-spacing: 1.6px;
    }
    h2 .en {
        font-size: 3.6rem;
        letter-spacing: 0.5px;
    }
}


/*=================
FV
===================*/
#fv .sp480 {
    display: none;
}
@media (min-width: 481px) {
    #fv .pc {
        display: block;
    }
}
@media (max-width: 480px) {
    #fv .sp480 {
        display: block;
    }
}

#fv {
    height: 100vh;
    overflow: hidden;
}
#fv .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}
#fv_swiper {
    position: relative;
    height: 100%;
}
#fv_swiper .swiper-wrapper .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    vertical-align: middle;
}
#fv_swiper .swiper-wrapper .swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*fv catch img01*/
#fv_swiper .swiper-wrapper .img01 {
    position: relative;
}
#fv_swiper .swiper-wrapper .img01 .catch_text {
    position: absolute;
    top: 80px;
    left: 5%;
}
#fv_swiper .swiper-wrapper .img01 .catch_main {
    position: absolute;
    top: 30%;
    left: 48%;
    transform: translateX(-50%);
    max-width: 300px;
}
#fv_swiper .swiper-wrapper .img01 .catch_logo {
    position: absolute;
    bottom: 40px;
    right: 120px;
}
/*fv catch img02*/
#fv_swiper .swiper-wrapper .swiper-slide .img02 {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#fv_swiper .swiper-wrapper .swiper-slide .img02 .img02-catch {
    position: absolute;
    top: 40%;
    left: 48%;
    right: 6%;
    transform: translateY(-50%);
}
#fv_swiper .swiper-wrapper .swiper-slide .img02 .img02-catch p:nth-of-type(1) {
    color: #E9E5DF;
    font-weight: 600;
    font-size: 8rem;
    line-height: 1.3;
    letter-spacing: 0.03em;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 30px;
}
#fv_swiper .swiper-wrapper .swiper-slide .img02 .img02-catch p:nth-of-type(2) {
    color: #E9E5DF;
    font-weight: 500;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.09em;
}

/* @media (min-width: 1441px) {
    #fv_swiper .swiper-wrapper .img01 .catch_main {
        left: 49%;
    }
} */
@media (max-width: 1260px) {
    #fv_swiper .swiper-wrapper .swiper-slide .img02 .img02-catch {
        left: 38%;
    }
    #fv_swiper .swiper-wrapper .swiper-slide .img02 .img02-catch p:nth-of-type(1) {
        font-size: 6rem;
    }
}
@media (max-width: 900px) {
    #fv_swiper .swiper-wrapper .img01 .catch_text {
        top: 50px;
        left: 3%;
        max-width: 200px;
    }
    #fv_swiper .swiper-wrapper .img01 .catch_main {
        max-width: 280px;
        left: 46.7%;
    }
    #fv_swiper .swiper-wrapper .img01 .catch_logo {
        bottom: 40px;
        right: 100px;
        max-width: 60px;
    }

    #fv_swiper .swiper-wrapper .swiper-slide .img02 .img02-catch {
        left: 38%;
    }
    #fv_swiper .swiper-wrapper .swiper-slide .img02 .img02-catch p:nth-of-type(1) {
        font-size: 5rem;
    }
}
@media (max-width: 768px) {
    /*共通*/
    #fv {
        height: calc(100vh - 60px);
    }

    /*img01*/
    #fv_swiper .swiper-wrapper .swiper-slide video {
        object-position: 47.5%;
    }
    #fv_swiper .swiper-wrapper .img01 .catch_text {
        top: 22px;
        left: 5%;
        max-width: 170px;
    }
    #fv_swiper .swiper-wrapper .img01 .catch_main {
        top: 31%;
        left: 50%;
        max-width: 300px;
        min-width: 280px;
    }
    #fv_swiper .swiper-wrapper .img01 .catch_logo {
        bottom: 20px;
        right: 20px;
        max-width: 60px;
    }

    /*img02*/
    #fv_swiper .swiper-wrapper .swiper-slide .img02 .img02-catch {
        top: 17%;
        left: 8%;
        right: 4%;
    }
    #fv_swiper .swiper-wrapper .swiper-slide .img02 .img02-catch p:nth-of-type(1) {
        margin-bottom: 12px;
        letter-spacing: 0.6px;
        font-size: 4.6rem;
        text-align: right;
    }
    #fv_swiper .swiper-wrapper .swiper-slide .img02 .img02-catch p:nth-of-type(2) {
        text-align: right;
        font-size: 1.5rem;
        letter-spacing: 0.8px;
    } 
}
@media (max-width: 480px) {
    #fv_swiper .swiper-wrapper .img01 .catch_text {
        top: 30px;
        max-width: 180px;
    }
    #fv_swiper .swiper-wrapper .img01 .catch_main {
        top: 51%;
        left: 50%;
        max-width: 160px;
        min-width: 100px;
        transform: translate(-50%);
    }
}


/* ページネーション */
#fv_swiper .swiper-pagination {
    position: absolute;
    bottom: 72px;
    left: auto;
    right: 20%;
    width: auto;
    display: inline-flex;
    align-items: center;
    pointer-events: auto;
    gap: 12px;
}

#fv_swiper .swiper-pagination-bullet {
    background-color: #E8E8E8 !important;
    height: 8px !important;
    width: 8px !important;
    border: 1px solid #E8E8E8 !important;
    border-radius: 50% !important;
    background: transparent !important;
    opacity: 1 !important;
    transition: all 0.3s !important;
}
/* アクティブのドット */
#fv_swiper .swiper-pagination-bullet-active {
    width: 10px !important;
    height: 10px !important;
    background: #E8E8E8 !important; 
    border: none !important;
}
@media (max-width: 768px) {
    #fv_swiper .swiper-pagination {
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        right: inherit;
    }
}


/*=================
ブランド一覧
===================*/
#brands {
    margin-top: 120px;
}
#brands .-w-wrapper {
    display: flex;
    gap: 120px;
    align-items: center;
    /* max-height: 500px; */
}
#brands .image_wrap {
    display: flex;
    gap: 16px;
}

#brands .image_wrap .image {
    width: calc(50% - 8px);
    position: relative;
    border-radius: 6px;
    aspect-ratio: 1 / 1.15;
    margin-right: 0 !important;
}

#brands .image_wrap a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 6px;
    transition: 0.3s;
    position: relative;
}
#brands .image_wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
    border-radius: 6px;
    transition: 0.3s;
}
#brands .image_wrap h3 {
    position: absolute;
    color: #FFFFFF;
    top: 55px;
    left: 20px;
}
#brands .image_wrap h3 .en {
    font-family: "Oswald", sans-serif;
    font-size: 4.6rem;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.5;
}
#brands .image_wrap h3 .en span {
    display: block;
    font-size: 3.4rem;
    letter-spacing: 1.6px;
    margin-bottom: 36px;
}
#brands .image_wrap h3 .jp {
    font-family: "Noto Sans JP", serif;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 1.6px;
}
#brands .image_wrap .btn {
    position: absolute;
    bottom: 32px;
    right: 20px;
    font-family: "Inter", sans-serif;
    color: #FFFFFF;
    font-size: 1.75rem;
    font-weight: 500;
    letter-spacing: 2.6px;
    padding-right: 30px;
}
#brands .image_wrap .btn span {
    position: relative;
}
#brands .image_wrap .btn::after {
    content: '';
    display: inline-block;
    background: url("/outfield/img/top/arrow_right_wh.svg") no-repeat;
    background-size: contain;
    width: 14px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-45%);
    transition: 0.3s;
}

/*ホバー*/
#brands .image_wrap .image:hover img {
    transform: scale(1.05);
}
#brands .image_wrap .image:hover .btn::after {
    right: 0;
}

@media (max-width: 1300px) {
    #brands .-w-wrapper {
        gap: 40px;
    }
}
@media (max-width: 1200px) {
    #brands .image_wrap h3 {
        top: 24px;
    }
    #brands .image_wrap h3 .en {
        font-size: 4rem;
    }
    #brands .image_wrap h3 .en span {
        font-size: 3.2rem;
        margin-bottom: 20px;
    }
}
@media (max-width: 980px) {
    #brands {
        margin-top: 80px;
    }
    #brands .-w-wrapper {
        flex-direction: column;
        gap: 0;
        overflow: hidden;
    }
    #brands h2 {
        text-align: center;
    }
    /* #brands .st {
        position: sticky;
        top: 60px;
        overflow: hidden;
    }
    #brands .-w-wrapper h2 {
        margin-bottom: 0;
    }
    #brands .sticky-heading {
        padding-top: 20px;
    }
    #brands .scroll-wrapper {
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    } */

    #brands .image_wrap .image  {
        border-radius: 6px;
        aspect-ratio: 1 / 1.15;
    }
    #brands .image_wrap .image img {
        width: 100%;
        display: block;
    }

    #brands .image_wrap h3 {
        top: 24px;
        left: 16px;
    }
    #brands .image_wrap h3 .en {
        font-family: "Oswald", sans-serif;
        font-size: 3.6rem;
        letter-spacing: 1.6px;
    }
    #brands .image_wrap h3 .en span {
        display: block;
        font-size: 2.65rem;
        letter-spacing: 1.4px;
        margin-bottom: 20px;
    }
    #brands .image_wrap h3 .jp {
        font-size: 1.2rem;
    }

    #brands .brandsSwiper {
        width: 100%;
    }
    #brands .brandsSwiper .swiper-slide {
        width: 80%;
        flex-shrink: 0;
    }
    #brands .image_wrap .image {
        width: 80%;
    }

    /*スクロールバー*/
    #brands .scrollbar {
        position: relative;
        width: 100%;
        height: 6px; /* 全体の高さ */
        margin-top: 12px;
    }
    #brands .scrollbar_track {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 1px;
        background: #9C9C9C;
        transform: translateY(-50%);
        border-radius: 1px;
    }
    #brands .scrollbar_thumb {
        position: absolute;
        top: 50%;
        left: 0;
        height: 5px;
        width: calc(50% + 16px);
        background: #333;
        transform: translateY(-50%);
        border-radius: 3px;
        transition: width 1.3s linear;
    }
}


/*=================
製品一覧
===================*/
#products {
    margin-top: 160px;
}
#products .wrapper {
    max-width: 740px;
    margin: 0 auto;
}
#products h2 {
    text-align: center;
}

/* 切り替えボタン */
.tab_group {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-bottom: 70px;
}
.tab {
    padding: 8px 0 9px;
    width: 160px;
    text-align: center;
    cursor: pointer;
    font-size:  1.5rem;
    font-weight: 500;
    background: #FFFFFF;
    border-radius: 38px;
    box-shadow: 2px 2px 4px rgba(0,0,0,.1);
    transition: 0.3s;
}
.tab.is-active {
    background: #EFEFEF;
    box-shadow: inset 1px 2px 4px rgba(0,0,0,.15);
}
.tab:hover {
    background: #EFEFEF;
    box-shadow: inset 1px 2px 4px rgba(0,0,0,.15);
}

@media (max-width: 768px) {
    #products {
        margin-top: 90px;
    }
    #products .wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    .tab_group {
        gap: 4px;
        margin-bottom: 20px;
    }
    .tab {
        font-size: 1.35rem;
        letter-spacing: 0;
        width: calc((100% - 8px) / 3);
        padding: 6px 0 7px;
    }
}

/*製品 表示*/
.panel{
    display: none;
}
.panel.is-show{
    display: block;
}

.panel_wrap {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 28px 15px;
}
.panel_wrap > li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.panel_wrap > li .product_name_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.panel .product_name_wrap .product_name {
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 1.3;
    text-align: center;
}
.panel .product_name_wrap .product_number {
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.6px;
}

.panel_wrap > li a {
    display: flex;
    align-items: flex-end;
    min-height: 170px;
    max-height: 170px;
    max-width: fit-content;
    transition: 0.3s;
}
.panel_wrap > li a img {
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
.panel_wrap > li a:hover {
    opacity: 0.7;
    cursor: pointer;
}

.panel_wrap > li a img.products_sz {
    max-width: 108px;
    margin-bottom: -2px;
}
.panel_wrap > li a img.products_cpf25 {
    max-width: 100px;
}
.panel_wrap > li a img.products_cpf33 {
    max-width: 120px;
}
.panel_wrap > li a img.products_sl {
    max-width: 140px;
    transform: translateY(2px);
}
/*バッグ*/
.panel_wrap > li a img.products_sz_bag {
    max-width: 102px;
}
.panel_wrap > li a img.products_cpf25_bag {
    max-width: 128px;
}
.panel_wrap > li a img.products_cpf33_bag {
    max-width: 130px;
}
.panel_wrap > li a img.products_sl_bag {
    max-width: 128px;
}
/*五徳*/
.panel_wrap > li a img.products_gotoku {
    max-width: 142px;
}
.panel_wrap > li a img.products_ref  {
    max-width: 100px;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .panel_wrap {
        gap: 10px 10px;
    }
}


/*=================
ギャラリー
===================*/
#gallery {
    margin-top: 200px;
}
#gallery .-w-wrapper {
    border-radius: 6px;
    overflow: hidden;
}
#gallery h2 {
    text-align: center;
}

/* ギャラリー全体 */
@media (min-width: 769px) {
    #gallery .-w-wrapper {
        padding: 0 20px;
    }
}
.gallery-grid {
    display: grid;
    grid-template-columns: 1.7fr 1.1fr 0.7fr 1.1fr;
    grid-template-rows: repeat(2, 0.7fr);
    gap: 15px;
    border-radius: 6px;
    overflow: hidden;
}

.gallery-grid .tall { grid-area: 1 / 1 / 3 / 2; }
.gallery-grid .item:nth-child(2) { grid-area: 1 / 2 / 2 / 3; }
.gallery-grid .item:nth-child(3) { grid-area: 1 / 3 / 2 / 5; }
.gallery-grid .item:nth-child(4) { grid-area: 2 / 2 / 3 / 4; }
.gallery-grid .item:nth-child(5) { grid-area: 2 / 4 / 3 / 5; }

.gallery-grid .item {
  overflow: hidden;
}
.gallery-grid .item img,.gallery-grid .item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
.gallery-grid .item img:hover,.gallery-grid .item video:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0,0,0,0.3);
}

/* ボタン */
#gallery .btn {
    margin: 40px auto 0;
    text-align: center;
    width: fit-content;
}
#gallery .btn a {
    cursor: pointer;
    font-family: "Inter", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    padding-right: 24px;
    transition: 0.3s;
}
#gallery .btn a span {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    width: 7px;
    height: 10px;
}
#gallery .btn a span::after {
    content: '';
    background: url("../img/top/arrow_right_bl.svg") no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-45%);
    transition: 0.3s;
}

#gallery .btn a:hover {
    opacity: 0.8;
}
#gallery .btn a:hover span::after {
    left: 3px;
}


/* モーダル */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
}
.modal img {
  max-width: 700px;
  max-height: 90vh;
  display: block;
  margin: auto;
  object-fit: contain;

  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}
.modal .youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-width: 1000px;
  min-width: 700px;
}
.modal .youtube iframe {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  overflow: hidden;
}
.modal video {
    max-width: 1000px;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 3px;
}

.modal .close {
  position: absolute;
  top: 20px; right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.modal img {
  animation: zoomIn 0.4s ease;
}
@keyframes zoomIn {
  from { transform: scale(0.5); opacity: 0; }
  to   { transform: scale(1); opacity: 1; }
}

@media (max-width: 768px) {
    #gallery {
        margin-top: 120px;
    }
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        gap: 10px;
    }
    .gallery-grid .tall,
    .gallery-grid .item:nth-child(2),
    .gallery-grid .item:nth-child(3),
    .gallery-grid .item:nth-child(4),
    .gallery-grid .item:nth-child(5) {
        grid-area: auto;
    }
    .gallery-grid .item {
        aspect-ratio: 1 / 1;
    }
    #gallery .btn {
        margin: 24px auto 0;
    }
    .modal img {
        max-width: 84vw;
        max-height: 70vh;
    }
    .modal .youtube {
        min-width: 300px;
        max-width: 92vw;
        max-height: 70vh;
    }
    .modal video {
        min-width: 300px;
        max-width: 92vw;
        max-height: 70vh;
    }
}


/*=================
PICK UP
===================*/
#pickup {
    margin-top: 140px;
    background: #E6E6E6;
    padding: 90px 0;
}
#pickup .inner {
    padding: 0 30px;
    display: flex;
    gap: 110px;
    align-items: center;
}
#pickup .inner h2 {
    width: 10.6em;
}
#pickup .inner h2 br {
    display: none;
}
#pickup .inner > div {
    width: calc(100% - 110px - 10.6em);
}
#pickup .inner .image_wrap {
    width: 100%;
}
#pickup .inner .image_wrap .image {
    width: calc(50% - 18px);
}

#pickup .scroll_wrapper {
    display: flex;
    gap: 36px;
    align-items: center;
}

#pickup .inner .image_wrap img {
    object-fit: cover;
    vertical-align: middle;
}
#pickup .inner .image_wrap a {
    display: block;
    width: 100%;
    height: 100%;
}


@media (max-width: 1280px) {
    #pickup .inner {
        padding: 0 20px 0 0;
        gap: 40px;
    }
    #pickup .inner > div {
        width: calc(100% - 40px - 10.6em);
    }
    #pickup .scroll_wrapper {   
        gap: 12px;
    }
}
@media (max-width: 1080px) and (min-width: 769px){
    #pickup .inner h2 br {
        display: block;
    }
    #pickup .inner {
        gap: 26px;
    }
    #pickup .inner h2 {
        width: 9em;
    }
    #pickup .inner > div {
        width: calc(100% - 26px - 9em);
    }
}
@media (max-width: 768px) {
    #pickup {
        margin-top: 120px;
        padding: 45px 0;
    }
    #pickup .-w-wrapper {
        overflow: hidden;
    }
    #pickup .inner {
        flex-direction: column;
        gap: 0;
        padding: 0;
    }
    #pickup .inner h2 {
        margin-bottom: 24px;
        text-align: center;
    }
    #pickup .inner > div {
        width: 100%;
    }
     /* 横スクロール用に調整 */
    #pickup .inner .image_wrap {
        position: relative;
        width: 100%;
    }
    #pickup .pickupSwiper {
        width: 100%;
    }
    #pickup .pickupSwiper .swiper-slide {
        width: 80%;
        flex-shrink: 0;
    }
    #pickup .inner .image_wrap .image {
        width: 80%;
    }

    /*スクロールバー*/
    #pickup .scrollbar {
        position: relative;
        width: 100%;
        height: 6px; /* 全体の高さ */
        margin-top: 8px;
    }
    #pickup .scrollbar_track {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 1px;
        background: #9C9C9C;
        transform: translateY(-50%);
        border-radius: 1px;
    }
    #pickup .scrollbar_thumb {
        position: absolute;
        top: 50%;
        left: 0;
        height: 5px;
        width: calc(50% + 16px);
        background: #333;
        transform: translateY(-50%);
        border-radius: 3px;
        transition: width 1.3s linear;
    }
}



#top #cta {
    margin-top: 0;
}



/*追加*/
/* #top .footer {
    background: #0a0a0a;
    border-top: 1px solid #484746;
}
.right_btns #page-top {
    font-family: 'Oswald', sans-serif;
}
#top .right_btns #page-top a {
    color: #fff;
}
#top .right_btns #page-top a::before {
    position: absolute;
    content: '';
    background: url("../img/btn_arrow_wh.svg") no-repeat;
    width: 100%;
    height: 20px;
    top: -20px;
    left: 0;
} */

/*コンテンツ*/
/* #top #contents {
    background: #0a0a0a;
    border-top: 1px solid #484746;
    color: #FFF;
}
#top #contents .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 55px;
    padding-bottom: 100px;
}
#top #contents h2 .kana {
    font-size: 1.3rem;
}
#top #contents h2 .en {
    font-size: 2.8rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 0.08em;
}
#top #contents .swiper_wrapper {
    width: 100%;
    margin:  0 auto;
    position: relative;
    padding-top: 30px;
}
#top #contents .swiper_wrapper .swiper {
    width: 70%;
} */

/* @media only screen and (max-width: 1280px) {
    #top #contents .wrapper {
        padding-left: 6%;
        padding-right: 6%;
    }
}
@media only screen and (max-width: 800px) {
    #top #contents .swiper_wrapper .swiper {
        width: 65%;
        height: 320px;
        overflow: hidden;
    }
} */

/*2025.3追記*/
/* @media only screen and (max-width: 600px) {
    #top #contents .swiper_wrapper .swiper {
        width: 75%;
        height: 280px;
        overflow: hidden;
    }
    #top #contents .wrapper {
        padding-bottom: 70px;
    }
}
@media only screen and (max-width: 460px) {
    #top #contents .swiper_wrapper .swiper {
        width: 85%;
        height: 240px;
        overflow: hidden;
    }
}
@media (min-width: 800px) {
    #top #contents .swiper-button-prev,#top #contents .swiper-button-next {
        display: none;
    }
    #top #contents .swiper-button-prev::after,#top #contents .swiper-button-next::after {
        display: none;
    }
} */

