@media(max-width: 1300px) {
    .footer_content_right {
        position: absolute;
        top: 50px;
        left: 12.5%;
    }
}

@media(max-width: 1024px) {
    .top_slide_btn .circle {
        width: 60px;
        height: 60px;
    }

    .top_slide_btn {
        left: 40%;
    }

    .next .top_slide_btn {
        left: 60%;
    }

    .shop_data_txt_sec {
        display: block;
        margin-top: 35px;
    }
}

@media(max-width: 768px) {

    /*all 768*/
    .all_breadcrumb_wrap {
        margin-top: 100px;
    }

    /*header 768*/
    #header {
        height: 60px;
    }

    #header>a {
        top: 30px;
    }

    .active .header_content {
        margin-top: 170px;
    }

    .header_list li {
        margin-top: 10px;
    }

    .header_list li:nth-of-type(1) a {
        margin-right: 7%;
        right: 4%;
        font-size: calc(4vw + 50px);
    }

    .header_list li:nth-of-type(2) a {
        margin-right: 25%;
        font-size: calc(4vw + 46px);
    }

    .header_list li:nth-of-type(3) a {
        margin-right: -1%;
        font-size: calc(4vw + 46px);
    }

    .header_list li:nth-of-type(4) a {
        margin-right: 1%;
        font-size: calc(4vw + 30px);
    }

    .header_list li:nth-of-type(5) a {
        margin-right: -1%;
        font-size: calc(4vw + 30px);
    }

    /*top 768*/
    .top_mv_head_box {
        display: none;
    }

    .top .all_slide_btn a.hover {
        box-shadow: none;
    }

    .top_slide_list {
        width: 100%;
    }
    .top_mv_slide_btn_wrap{
    	pointer-events: none;
    }
    .all_slide_btn {
        top: auto;
        bottom: -40px;
        z-index: 5;
    }
    .top_slide_list{
    	z-index: 3;
    }

    .top .all_slide_btn .circle {
    top: 28px;
    pointer-events:auto ;
    }

    .top .all_slide_btn .circle::before,
    .top .all_slide_btn .circle::after,
    .top .all_slide_btn p {
        display: none;
    }

    .top_slide_img_sec {
        width: 85%;
        padding-bottom: 125%;
    }

    .top_slide_sec .top_mv_slide_btn_wrap {
        width: 85%;
        max-width: 300px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
    }

    .top_slide_blur {
        -ms-filter: blur(8px);
        filter: blur(8px);
    }

    .all_slide_btn {
        transform: none;
        bottom: -10px;
    }

    .next .all_slide_btn {
        left: auto;
        right: 8px;
    }

    .back .all_slide_btn {
        left: -12px;
    }

    .top .circle .circle-inner {
        background: none;
    }

    .top_brandlist,
    .top_bloglist {
        padding-bottom: 220px;
    }

    .top_blog_slide_btn_wrap {
        display: none;
    }

    .top_bloglist .all_ttl_sec .circle_button {
        right: 0;
    }

    .top_mv_slide_center_wrap {
        position: absolute;
        bottom: -138px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 5;
    }

    .top_mv_slide_number_sec {
        width: 46px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 13px;
        font-weight: 100;
    }

    .top_mv_slide_number_sec span:last-of-type {
        opacity: 0.6;
    }

    .center_line {
        display: inline-block;
        background: #000;
        width: 22px;
        height: 1px;
        opacity: 0.1;
    }

    .top_mv_scroll_sec {
        margin-top: 30px;
    }

    .top_mv_scroll_sec p {
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
        font-size: 16px;
    }

    .top_mv_scroll_sec .line {
        background: #C6C6C6;
        height: 66px;
        width: 1px;
        margin: 0 auto;
        margin-top: 15px;
        position: relative;
    }

    .top_mv_scroll_sec .line:after {
        content: "";
        background: #000;
        width: 8px;
        height: 8px;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translate(-50%, -50%);
        display: block;
        border-radius: 50%;
        animation: scrollDott 2.5s linear infinite;
        opacity: 0;
    }

    @keyframes scrollDott {
        0% {
            opacity: 0;
        }

        10% {
            opacity: 1;
            top: 0;
        }

        90% {
            top: 66px;
            opacity: 1;
        }

        100% {
            top: 66px;
            opacity: 0;
        }
    }

    .top_mv_slide_center_wrap {
        display: block;
    }

    /*bloglist 768*/
    .all_sub_content_wrap .all_ttl {
        font-size: 76px;
        line-height: 76px;
    }

    .blog_list_category_sec ul {
        justify-content: flex-start;
        white-space: nowrap;
        width: 100vw;
        margin: 0 calc(50% - 50vw);
        overflow-x: auto;
    }

    .blog_list_category_sec li {
        margin-right: 40px;
    }

    .blog_list_category_sec li:first-of-type {
        margin-left: 7.5%;
    }

    .blog_list_category_sec li:last-of-type {
        padding-right: 7.5%;
    }

    .blog_list_category_sec li a {
        font-size: 24px;
    }

    .blog_list_category_sec {
        margin-top: 120px;
    }

    .bloglist_list li {
        width: 49%;
        margin-right: 2% !important;
    }
    .bloglist_list li:nth-of-type(2n){
        margin-right: 0 !important;
    }

    .bloglist_list li:nth-of-type(n+3) {
        margin-top: 100px;
    }

    .blog_date {
        padding-right: 10px;
    }

    .blog_category {
        padding-left: 10px;
    }

    /*article 768*/
    .article_wrap {
        margin-top: 140px;
    }

    .all_article_ttl_sec .blog_date {
        margin-right: 20px;
        font-size: 60px;
    }

    .all_article_ttl_sec .blog_category {
        font-size: 30px;
    }

    .all_article_ttl {
        padding: 12px 0;
        font-size: 24px;
    }

    .all_article_body p,
    .article_txt {
        line-height: 2.8;
    }

    /*footer 768*/
    .footer_logo_area>span {
        display: inline-block;
        margin-top: 20px;
        padding-right: 10px;
    }

    .footer_content_right {
        display: none;
    }

    .footer_sec {
        padding-top: 40px;
        padding-bottom: 60px;
    }
}

@media(max-width: 480px) {

    /*all*/
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    .all_ttl {
        margin-bottom: 6px;
        line-height: 30px;
        font-size: 30px;
    }

    .all_ttl::after {
        bottom: -6px;
        width: 96px;
    }

    .all_breadcrumb_wrap {
        margin-top: 70px;
    }

    .all_brandlist {
        padding-bottom: 125px;
    }

    /*header 480*/
    .header_logo {
        width: 42px;
        left: 6.4%;
    }

    .top_slide_number {
        font-size: 12px;
    }

    .menu_ham {
        right: 6.4%;
    }

    .header_button {
        right: 80px;
    }

    .active .header_content {
        margin-top: 170px;
    }

    /*top*/
    .top_mv {
        margin-bottom: 122%;
    }

    .top_mv .all_copyright {
        display: none;
    }

    .top_brandlist {
        padding-bottom: 170px;
    }

    .top_bloglist {
        padding-bottom: 110px;
    }

    .top_bloglist .all_ttl_sec .circle_button {
        position: absolute;
        right: 0px;
        top: 6px;
    }

    .all_bg_copy {
        height: 200px;
        bottom: -77%;
    }

    .all_bg_copy .left {
        width: 152%;
        left: -13%;
    }

    .all_bg_copy .right {
        width: 113%;
        right: 6%;
    }

    .all_brandlist_list_wrap {
        margin-top: 40px;
    }

    .all_brandlist_list li {
        margin-top: 8%;
    }

    .top_bloglist_list .slick-slide {
        transition: .4s ease;
    }

    .top_bloglist_list .slick-slide:not(.slick-current) {
        opacity: 0.5;
    }
	.hover .all_blur {
	    opacity: 1;
	}

    /*bloglist 480*/
    .all_sub_content_wrap .all_ttl {
        font-size: 56px;
        line-height: 56px;
    }

    .all_sub_content_wrap {
        margin-top: 118px;
    }

    .blog_list_category_sec li a {
        font-size: 18px;
    }

    .blog_list_category_sec li {
        margin-right: 36px;
    }

    .blog_list_category_sec {
        margin-top: 80px;
    }

    .bloglist_sec {
        margin-top: 48px;
    }

    .bloglist_list li {
        width: 100%;
        margin-right: 0 !important;
    }

    .bloglist_list li:nth-of-type(n+2) {
        margin-top: 100px;
    }

    .bloglist_list {
        width: 92.5vw;
    }

    .bloglist_btn_wrap {
        margin-top: 35px;
    }

    .bloglist_wrap .content {
        padding-bottom: 170px;
    }

    /*access 480*/
    .access_wrap .content {
        padding-bottom: 40px;
    }

    .access_intro {
        width: 100%;
        padding-top: 80px;
        font-size: 15px;
        letter-spacing: 0.05em;
        line-height: 38px;
    }

    .access_wrap .all_bg_copy {
        top: 105px;
    }

    .access_map_sec {
        width: 100vw;
        height: 330px;
        margin: 90px calc(50% - 50vw) 0;
    }

    .shop_data_txt_sec {
        margin-top: 20px;
    }

    .all_shop_data .content {
        padding-bottom: 40px;
    }

    .shop_map_btn {
        bottom: 0;
        top: auto;
    }

    .access .all_brandlist {
        margin-top: 100px;
    }

    /*article 480*/
    .article_wrap {
        margin-top: 105px;
    }
    .article_wrap .content{
        padding-bottom: 100px;
    }
    .all_article_ttl_sec .blog_date{
    	font-size: 48px;
    }
    .all_article_ttl_sec .blog_category{
    	margin-top: 5px;
    }
    .all_article_ttl{
    	margin-top: 45px;
    }
    .all_article_body p,
    .article_txt{
    	line-height: 2;
    }
    .wp-block-image img,
    .article_img img{
    	width: 100%;
    	margin-right: 0;
    }
    .article_img img:nth-of-type(n+2){
    	margin-top: 36px;
    }

    /*footer*/
    .all_top_btn .line {
        height: 240px;
        top: -280px;
    }

    .footer_sec {
        padding-bottom: 40px;
    }

    .footer_address {
        margin-bottom: 40px;
        line-height: 1.6;
    }
}


@media(max-width: 340px) {}