@charset "UTF-8";
/*======================



style.css




======================*/

/*================================================================*/
@media screen and (min-width: 769px) {

    /* スクロールアニメーション
    ======================== */
    .js-fadein {
        opacity: 0;
        transform: translate(0, 0);
        transition : all 1500ms;
    }
    .js-slidein {
        opacity: 0;
        transform : translate(0, 50px);
        transition : all 1500ms;
    }
    .fade_active {
        opacity: 1;
        transform: translate(0, 0);
    }
}
/* ローディング
======================== */
/* ローディング全体 */
#loading {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    background: #fff;
    z-index: 9999;
}
/* ロード後 */
.loaded {
    opacity: 0;
    visibility: hidden;
}

    
/* header
======================== */

/* menubtn */
#menuBtn {
    position: fixed;
    top: 2vw;
    right: 2vw;
    background: #fff;
    border: 2px solid #595757;
    border-radius: 50%;
    width: 12vw;
    height: 12vw;
    z-index: 13;
}
#menuBtn .menuBtn-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56.25%;
    height: calc(12vw* 0.5625* 0.5625);
}
#menuBtn span {
  display: block;
  position: absolute;
  background: #595757;
  width: 100%;
  height: 2px;
  transition: .4s ease-in-out;
}
header #menuBtn span:nth-of-type(1) {
  top: 0;
}
header #menuBtn span:nth-of-type(2) {
  top: 50%;
}
header #menuBtn span:nth-of-type(3) {
  top: 100%;
}
header.menu-open #menuBtn span:nth-of-type(1) {
  top: 50%;
  transform: rotate(-45deg);
}
header.menu-open #menuBtn span:nth-of-type(2) {
  opacity: 0;
}
header.menu-open #menuBtn span:nth-of-type(3) {
  top: 50%;
  transform: rotate(45deg);
}

header {
    position: sticky;
    top: 0;
    z-index: 12;
}
#headLogo {
    width: 10vw;
}
.navBox1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 1vw 2vw 1vw 3vw;
}
.menuWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4vw;
}
nav ul.hnav-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4vw;
}
nav ul.hnav-list li a {
    display: inline-block;
    color: #231815;
    font-size: 24px;
    font-weight: 900;
}
search form#form1 {
    position: relative;
    border: 3px solid #c2c2c2;
    border-radius: 50px;
}
search button#sbtn {
    background: none;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    padding: 0;
}
search input#sbox {
    border: none;
    border-radius: 50px;
    margin-left: 40px;
    padding: 10px;
}

/* mv */
#rowtashii-noise #mv .top-slider .swiper-button-next{
    border: 4px solid #595757;
    border-radius: 9999px;
    width: 60px;
    height: 60px;
}
#rowtashii-noise #mv .top-slider .swiper-button-next:after{
    display: none;
}
#rowtashii-noise #mv .top-slider .swiper-button-next:before {
    content: '';
    position: absolute;
    left: 17px;
    top: 47%;
    width: 20px;
    height: 20px;
    border-right: 4px solid #595757;
    border-bottom: 4px solid #595757;
    transform: rotate(-45deg) translateY(-50%);
    transform-origin: center;
}
#rowtashii-noise #mv .top-slider .swiper-button-prev{
    border: 4px solid #595757;
    border-radius: 9999px;
    width: 60px;
    height: 60px;
}
#rowtashii-noise #mv .top-slider .swiper-button-prev:after{
    display: none;
}
#rowtashii-noise #mv .top-slider .swiper-button-prev:before {
    content: '';
    position: absolute;
    left: 13px;
    top: 47%;
    width: 20px;
    height: 20px;
    border-left: 4px solid #595757;
    border-bottom: 4px solid #595757;
    transform: rotate(45deg) translateY(-50%);
    transform-origin: center;
}
#rowtashii-noise #mv .top-slider .swiper-pagination {
    bottom: -50px;
}
#rowtashii-noise #mv .top-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #595757;
    border-radius: 50%;
    opacity: 1;
    margin: 0 6px;
    border: none;
    transition: all 0.3s ease;
    vertical-align: middle;
}
#rowtashii-noise #mv .top-slider .swiper-pagination-bullet-active {
    background: transparent;
    border: 2px solid #595757;
    width: 20px;
    height: 20px;
}

/* siteIntro */
#rowtashii-noise #siteIntro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
    width: 94%;
    max-width: 1000px;
    margin: 100px auto 80px;
}

#rowtashii-noise #siteIntro ._siteLogo {
    width: 70%;
    max-width: 300px;
}
#rowtashii-noise #siteIntro ._siteLogo h1 {
    text-align: center;
}

#rowtashii-noise #siteIntro ._siteCatch {
    text-align: center;
}
#rowtashii-noise #siteIntro ._siteCatch ._txt {
    color: #595757;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.8;
}

/* contentsbox */
#rowtashii-noise .contentsbox {
    margin: -300px auto 160px;
    border-top-right-radius: 160px;
    background: #fff;
    padding: 90px 20px 200px;
}
#rowtashii-noise #about.contentsbox{
    margin-top: 0;
}
#rowtashii-noise .contentsbox:nth-of-type(even){
    background: #ebebeb;
}
#rowtashii-noise ._contentsinner {
    width: 1000px;
    margin: 0 auto;
}
#rowtashii-noise .contentsbox h2._contentsttl {
    color: #231815;
    text-align: left;
    width: 94%;
    max-width: 1000px;
    margin: 30px auto 0;
    padding: 0.3em;
}

/* ABOUT */
#rowtashii-noise #about ._mainWrap {
    position: relative;
    width: 1000px;
    margin: auto;
}

#rowtashii-noise #about ._mainWrap ._yt {
    margin-top: 60px;
    border: 2px solid #fff;
}

#rowtashii-noise #about ._mainWrap ._yt iframe {
    width: 992px;
    height: 558px;
}

#rowtashii-noise #about ._mainWrap ._txt {
    position: absolute;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
    width: max-content;
}
#rowtashii-noise #about ._mainWrap ._txt._txt1 {
    top: 225px;
    left: -10px;
}
#rowtashii-noise #about ._mainWrap ._txt._txt2 {
    left: 10px;
    bottom: 70px;
}
#rowtashii-noise #about ._mainWrap ._txt._txt3 {
    top: 220px;
    left: 1110px;;
}

#rowtashii-noise .about-slider {
    position: relative;
    margin: 120px auto 90px;
    width: 800px;
    color: #595757;
}
#rowtashii-noise .about-slider .swiper-button-next{
    border: 4px solid #595757;
    border-radius: 9999px;
    width: 60px;
    height: 60px;
    right: -90px;
}
#rowtashii-noise .about-slider .swiper-button-next:after{
    display: none;
}
#rowtashii-noise .about-slider .swiper-button-next:before {
    content: '';
    position: absolute;
    left: 17px;
    top: 47%;
    width: 20px;
    height: 20px;
    border-right: 4px solid #595757;
    border-bottom: 4px solid #595757;
    transform: rotate(-45deg) translateY(-50%);
    transform-origin: center;
}
#rowtashii-noise .about-slider .swiper-button-prev{
    border: 4px solid #595757;
    border-radius: 9999px;
    width: 60px;
    height: 60px;
    left: -90px;
}
#rowtashii-noise .about-slider .swiper-button-prev:after{
    display: none;
}
#rowtashii-noise .about-slider .swiper-button-prev:before {
    content: '';
    position: absolute;
    left: 13px;
    top: 47%;
    width: 20px;
    height: 20px;
    border-left: 4px solid #595757;
    border-bottom: 4px solid #595757;
    transform: rotate(45deg) translateY(-50%);
    transform-origin: center;
}

._aboutbox { 
    background: #fff;
    border-radius: 30px;
    padding: 30px 45px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px 20px;
    height: 100%;
}
._about-logo {
    width: 100%;
    text-align: center;
}
._about-left { 
    width: 60%;
}
._about-txt { 
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 1.8;
}
._about-txt + ._about-txt {
    margin-top: 1em;
}
._about-desc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px 5px;
    margin-top: 15px;
}
._about-desc p {
    text-align: center;
    font-size: 14px;
}
._about-desc p._note {
    font-size: .9em;
    text-align: center;
}
._about-desc ._desc-box {
    text-align: center;
}
#adoke ._desc-box:nth-of-type(1) {
    width: 33%;
    margin-left: auto;
}
#adoke ._desc-box:nth-of-type(2) {
    width: 32%;
    margin-right: auto;
}
#mofa ._about-desc ._desc-box {
    width: calc(100% / 3 - 5px);
}
._about-desc ._desc-box div {
    display: flex;
    align-items: center;
    justify-content: center;
}
._about-desc ._desc-box p {
    font-size: 11px;
    margin-bottom: 5px;
}

._about-right { 
    width: calc(40% - 20px);
    text-align: center;
}

#about ._btn {
    margin: 60px auto;
    text-align: center;
}
#about ._btn a {
    position: relative;
    display: inline-block;
    border-radius: 60px;
    background: #595757;
    padding: 15px 50px 15px 45px;
    text-align: center;
}
#about ._btn a:hover {
    box-shadow: 0 0 5px #fff;
}
#about ._btn a:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 47%;
    width: 7px;
    height: 7px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-45deg) translateY(-50%);
    transform-origin: center;
}
#about ._btn a img {
    vertical-align: middle;
    padding-right: 5px;
}
#about ._btn a span {
    color: #fff;
    font-size: 23px;
    font-weight: 900;
    vertical-align: middle;
    display: inline-block;
    padding-top: 3px;
}
#about .about-slider .swiper-slide {
    height: auto;
}

/* NEWS */
.news-slider { 
    max-width: 1600px;
    padding: 30px 0;
}
.news-slider .swiper-slide ._newsbox {
    color: #595757;
    padding: 3%;
}
.news-slider .swiper-slide ._newsbox,
.news-slider .swiper-slide ._newsbox ._top,
.news-slider .swiper-slide ._newsbox ._mid {
    border: none;
}
.news-slider .swiper-slide ._newsbox ._mid {
    padding: 8px 0 5px;
}
.news-slider .swiper-slide ._newsbox ._mid .label_new {
    background: #dc888d;
    color: #fff;
    padding: 3px 15px;
    position: relative;
    top: initial;
    left: initial;
}
.news-slider .swiper-slide ._newsbox ._mid ._date { 
    font-weight: 700;
}
.news-slider .swiper-slide ._newsbox ._btm {
    padding: 5px 0;
}
.news-slider .swiper-slide ._newsbox ._btm ._text {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    margin-bottom: 0;
}
.news-slider .swiper-button-next{
    top: -20px;
    right: initial;
    left: 250px;
    border: 3px solid #595757;
    border-radius: 9999px;
    width: 40px;
    height: 40px;
}
.news-slider .swiper-button-next:after{
    display: none;
}
.news-slider .swiper-button-next:before {
    content: '';
    position: absolute;
    left: 13px;
    top: 47%;
    width: 13px;
    height: 13px;
    border-right: 4px solid #595757;
    border-bottom: 4px solid #595757;
    transform: rotate(-45deg) translateY(-50%);
    transform-origin: center;
}
.news-slider .swiper-button-prev{
    border: 3px solid #595757;
    border-radius: 9999px;
    width: 40px;
    height: 40px;
    top: -20px;
    right: initial;
    left: 200px;
}
.news-slider .swiper-button-prev:after{
    display: none;
}
.news-slider .swiper-button-prev:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 47%;
    width: 13px;
    height: 13px;
    border-left: 4px solid #595757;
    border-bottom: 4px solid #595757;
    transform: rotate(45deg) translateY(-50%);
    transform-origin: center;
}

/* copy */
#rowtashii-noise #semiFoot {
    margin: -300px auto 0;
    padding-bottom: 30px;
}
#rowtashii-noise #semiFoot #copyArea ul._copyList {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
#rowtashii-noise #semiFoot #copyArea ul._copyList li {
    text-align: center;
    font-size: 18px;
}

/* items */
#rowtashii-noise #gi_productlist {
    margin-bottom: 60px;
    padding-top: 20px;
}
#rowtashii-noise #category_search .search_main_wrap {
    padding: 20px 0 10px;
}
#rowtashii-noise #category_search .search_main_wrap form {
    width: auto;
}
#rowtashii-noise #category_search .search_main_wrap .order_wrap label span {
    color: #231815;
    border-color: #231815;
    border-radius: 14px;
    padding: 0.4em 1.6em;
}
#rowtashii-noise #category_search .search_main_wrap .order_wrap label input:checked+span {
    background: #231815;
    color: #fff;
}
#rowtashii-noise #category_search .search_main_wrap .order_wrap label span:hover {
    opacity: 0.75;
    background: #231815;
    border-color: #231815;
    color: #fff;
}
#rowtashii-noise #category_search .search_main_wrap .search_modal_btn a {
    border-radius: 14px;
    color: #231815;
    padding: 0.4em 1.6em 0.4em 2.6em;
}
#rowtashii-noise #category_search .search_main_wrap .search_modal_btn a::before {
    background: #231815;
}
#rowtashii-noise #category_search .search_main_wrap .search_modal_btn a:hover {
    background: #231815;
    color: #fff;
}
#rowtashii-noise #category_search .search_main_wrap .search_modal_btn a:hover::before {
    background: #fff;
}
#rowtashii-noise .search_modal .search_modal-window {
    color: #231815;
}
#rowtashii-noise #gi_productlist .search_result {
    color: #231815;
}
#rowtashii-noise #gi_productlist .search_result .result,
#rowtashii-noise #gi_productlist .search_result .result span {
    font-weight: 900;
}
#rowtashii-noise #gi_productlist .search_result .txt {
    border-color: #231815;
    font-weight: 900;
}
#rowtashii-noise #gi_productlist .pagenavi li a {
    background: #fff;
    border: 2px solid #231815;
    color: #231815;
    font-weight: 900;
}
#rowtashii-noise #gi_productlist .pagenavi li.active a,
#rowtashii-noise #gi_productlist .pagenavi li a:hover,
#rowtashii-noise #gi_productlist .pagenavi li a:active {
    background: #231815;
    color: #fff;
}
#rowtashii-noise #gi_productlist .product_search_list .item_brand {
    color: #231815;
}
#rowtashii-noise #gi_productlist .product_search_list .item_price,
#rowtashii-noise #gi_productlist .product_search_list .item_date {
    color: #231815;
}
#rowtashii-noise #gi_productlist .product_search_list .item_info {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 10px 20px;
}
#rowtashii-noise #gi_productlist .product_search_list .item_info .item_detail {
    margin-bottom: 60px;
}
#rowtashii-noise #gi_productlist .product_search_list .item_name {
    margin-bottom: 10px;
}
#rowtashii-noise #gi_productlist .product_search_list .label_shop {
    display: block;
    position: relative;
    background: none;
    color: #231815;
    font-size: 14px;
    width: 100%;
    margin: auto auto 15px;
    padding: 0;
}
#rowtashii-noise #gi_productlist .product_search_list .label_shop::before {
    display: none;
}
#rowtashii-noise #gi_productlist .product_search_list .label_shop::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -7.5px;
    transform: translateX(-50%);
    background: #231815;
    width: 100%;
    height: 2px;
}
#rowtashii-noise #gi_productlist .product_search_list .item_info .sale_area {
    margin-top: 0;
    margin-bottom: 0;
}
#rowtashii-noise #gi_productlist .sale_area p {
    width: 100%;
}
#rowtashii-noise #gi_productlist .product_search_list .item_info .sale_area .area_btn_wrap {
    width: 100%;
}
#rowtashii-noise #gi_productlist .product_search_list .area_btn,
#rowtashii-noise #gi_productlist .product_search_list .area_btn._on {
    position: relative;
    border: 1px solid #231815;
    background: none;
    color: #231815;
    font-weight: 500;
    letter-spacing: 0;
    height: 30px;
}
#rowtashii-noise #gi_productlist .sale_area .area_btn._on {
    background: #231815;
    color: #fff;
}
#rowtashii-noise #gi_productlist .product_search_list .area_btn._on:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 2.5px;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #fff transparent transparent transparent;
}
#rowtashii-noise #gi_productlist .product_search_list .item_link .no-link {
    color: rgba(35,24,21,.5);
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 20px;
}
#rowtashii-noise #gi_productlist .product_search_list .area_cate {
    color: #231815;
}
#rowtashii-noise #gi_productlist .product_search_list .area_cate span {
    color: #233b84;
}
#rowtashii-noise #gi_productlist .product_search_list .area_name {
    color: #231815;
}
#rowtashii-noise #gi_productlist .product_search_list .site_btn a:hover,
#rowtashii-noise #gi_productlist .product_search_list .shop_wrap .dc_btn span:hover {
    background: #fff;
    color: #233b84;
}
#rowtashii-noise #gi_productlist .product_search_list .site_btn a,
#rowtashii-noise #gi_productlist .product_search_list .shop_wrap .dc_btn span {
    background: #233b84;
    border: 1px solid #233b84;
}
#rowtashii-noise #gi_productlist .product_search_list .site_btn a:hover:after {
    background: #233b84;
}
#rowtashii-noise #gi_productlist .product_search_list .shop_wrap .dc_btn span:after {
    background: #fff;
}
#rowtashii-noise #gi_productlist .product_search_list .shop_wrap .dc_btn span:hover:after {
    background: #233b84;
}
#rowtashii-noise #gi_productlist .product_search_list .item_link a {
    padding: 10px 10px;
}
#rowtashii-noise #gi_productlist .product_search_list .area_cont_wrap {
    box-shadow: 0px 3px 6px rgb(0 0 0 / 25%);
}

#rowtashii-noise #gi_productlist .area_notes ._txt {
    color: #231815;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0.04em;
    margin: 30px 0;
}
#rowtashii-noise #gi_productlist .area_notes ._txt img {
    display: inline-block;
    width: auto;
    max-width: 104px;
    margin: 0 5px;
}


/*================================================================*/


@media screen and (max-width: 768px) {
    #rowtashii-noise {
        overflow: hidden;
    }
    /* header */
    header {
        position: static;
    }

    .navBox1 {
        flex-direction: column;
        padding: 2vw 0;
    }
    #headLogo {
        width: 100%;
        margin: 0;
        padding-left: 10px;
        text-align: left;
    }
    #headLogo img {
        max-width: 100px;
    }
    .menuWrap {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        flex-direction: column;
        gap: 12vw;
        background: #fff;
        width: 100vw;
        height: 100vh;
        padding: 4vw;
        z-index: 12;
    }
    nav ul.hnav-list {
        flex-direction: column;
        gap: 6vw;
    }
    nav ul.hnav-list li a {
        font-size: 8vw;
    }

    /* intro */
    #rowtashii-noise #siteIntro {
        gap: 10vw;
        margin: 20vw auto 16vw;
    }
    #rowtashii-noise #siteIntro ._siteLogo {
        width: 50%;
    }
    #rowtashii-noise #siteIntro ._siteCatch ._txt {
        font-size: 4vw;
    }

    /* contentsbox */
    #rowtashii-noise .contentsbox {
        width: 100vw;
        margin: -40vw auto 0vw;
        padding: 10vw 2vw 50vw;
        border-top-right-radius: 50px;
    }
    #rowtashii-noise ._contentsinner {
        width: 100%;
    }
    #rowtashii-noise .contentsbox h2._contentsttl {
        margin: 3vw 0;
        width: 35%;
        max-width: 120px;
    }
    #rowtashii-noise #mv .top-slider .swiper-button-next,
    #rowtashii-noise #mv .top-slider .swiper-button-prev {
        width: 10vw;
        height: 10vw;
        border-width: 2px;
    }
    #rowtashii-noise #mv .top-slider .swiper-button-next:before,
    #rowtashii-noise #mv .top-slider .swiper-button-prev:before {
        border-width: 2px;
        left: 10px;
        width: 4vw;
        height: 4vw;
    }
    #rowtashii-noise #mv .top-slider .swiper-pagination {
        bottom: -40px;
    }


    /* about */
    #rowtashii-noise #about ._mainWrap {
        width: 100%;
        margin-top: 8vw;
    }
    #rowtashii-noise #about ._mainWrap ._yt {
        position: relative;
        width: 100%;
        padding-top: 55.25%;
        height: 0;
        overflow: hidden;
        margin-top: 0;
    }
    #rowtashii-noise #about ._mainWrap ._yt iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }
    #rowtashii-noise .about-slider {
        width: 100%;
        margin: 12vw auto 9vw;
    }
    #rowtashii-noise .about-slider .swiper-button-prev {
        left: -7px;
        width: 35px;
        height: 35px;
        border-width: 3px;
    }
    #rowtashii-noise .about-slider .swiper-button-next {
        right: -7px;
        width: 35px;
        height: 35px;
        border-width: 3px;
    }
    #rowtashii-noise .about-slider .swiper-button-prev:before {
        left: 7px;
        width: 8px;
        height: 8px;
        border-width: 3px;
    }
        #rowtashii-noise .about-slider .swiper-button-next:before {
        left: 10px;
        width: 8px;
        height: 8px;
        border-width: 3px;
    }
    ._aboutbox {
        flex-direction: column;
        padding: 30px 10px;
    }
    ._about-left {
        width: 100%;
    }
    ._about-right {
        width: 90%;
    }
    ._about-txt {
        font-size: 3vw;
    }
    ._about-desc {
        padding: 0 20px;
    }
    #teku ._about-desc ._desc-box,
    #mofa ._about-desc ._desc-box {
        width:calc((100% - 10px) / 3);
    }
    ._about-desc ._desc-box p {
        font-size: .8em;
    }
    #adoke ._desc-box:nth-of-type(1) {
        width: 38%;
    }
    #adoke ._desc-box:nth-of-type(2) {
        width: 38%;
    }
    #about ._btn {
        margin: 20px auto;
        text-align: center;
    }
    #about ._btn a {
        position: relative;
        display: inline-block;
        border-radius: 60px;
        background: #595757;
        padding: 10px 30px 10px 25px;
        text-align: center;
    }
    #about ._btn a img:first-of-type {
        width: 10%;
        max-width: 30px;
    }
    #about ._btn a:after {
        content: '';
        position: absolute;
        right: 10px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }
    #about ._btn a span {
        font-size: 20px;
    }

    /* news */
    .news-slider {
        padding: 2vw 0;
    }
    .news-slider .swiper-button-prev,
    .news-slider .swiper-button-next {
        top: -6.5vw;
        width: 35px;
        height: 35px;
        border-width: 2px;
    }
    .news-slider .swiper-button-prev {
        left: 140px;
    }
    .news-slider .swiper-button-next {
        left: 185px;
    }
    .news-slider .swiper-button-prev:before,
    .news-slider .swiper-button-next:before {
        border-width: 2px;
        width: 10px;
        height: 10px;
    }
    .news-slider .swiper-button-prev:before {
        left: 7px;
    }
    .news-slider .swiper-button-next:before {
        left: 12px;
    }
    

    /* copy */
    #rowtashii-noise #semiFoot {
        margin: -40vw auto 0;
        padding-bottom: 10vw;
    }
    #rowtashii-noise #semiFoot #copyArea ul._copyList {
        gap: 4vw;
    }
    #rowtashii-noise #semiFoot #copyArea ul._copyList li {
        font-size: 2.3vw;
    }
    #rowtashii-noise #semiFoot #copyArea ul._copyList li img {
        width: 46vw;
    }


    /* ITEMS */
    #rowtashii-noise #gi_productlist {
        width: 96%;
        margin: 0 auto 12vw;
        padding-top: 0;
    }
    #rowtashii-noise #category_search {
        margin-bottom: 0;
    }
    #rowtashii-noise #category_search .search_main_wrap {
        margin: 0 auto 4vw;
        padding: 4vw 2vw 2vw;
    }
    #rowtashii-noise #category_search .search_main_wrap .search_modal_btn {
        top: auto;
        left: 2vw;
        width: 46%;
    }
    #category_search .search_main_wrap .order_wrap label:first-of-type {
        margin-left: 50%;
    }

    #rowtashii-noise #gi_productlist .product_search_list .item_info {
        padding: 10px 10px;
    }
    #rowtashii-noise #gi_productlist .product_search_list .item_info .item_detail {
        margin-bottom: 15px;
    }
    #rowtashii-noise #gi_productlist .product_search_list .item_name {
        margin-bottom: 10px;
    }
    #rowtashii-noise #gi_productlist .product_search_list .item_link .no-link {
        font-size: 12px;
        margin-bottom: 20px;
        padding-top: 10px;
        padding-bottom: 0;
    }
    #rowtashii-noise #gi_productlist .sale_area .area_btn_wrap {
        width: 102%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    #rowtashii-noise #gi_productlist .product_search_list .area_btn {
        color: #A8A8A8;    
        width: calc(94%/3);
        margin-right: 1%;
        margin-left: 1%;
        margin-bottom: 2%;
        padding: 1% 0px;
    }
    #rowtashii-noise #gi_productlist .product_search_list .item_link a {
        padding: 5px 10px;
    }

    #rowtashii-noise #gi_productlist .area_notes ._txt {
        font-size: 3.2vw;
        margin: 7vw 0;
    }


    
}