/* ウィンドウ幅が〜480pxの場合に適用するCSS(スマートフォン) */
@media screen and (max-width: 480px) {

    html,
    body {
        height: 100%;
    }

    body {
        width: 100%;
        height: auto;
        color: #000 !important;
        line-height: 1.5 !important;
        padding: 0;
        margin: 0;
        font-size: 10px;
        letter-spacing: 0.1em;
        font-family: "Lato", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif !important;
        font-weight: 500 !important;
        background: #fff !important;
    }

    img {
        border: none;
    }

    a {
        color: #000;
        text-decoration: none;
    }

    a:active,
    a:hover,
    a:hover img,
    ul li a:active,
    ul li a:hover {
        -webkit-tap-highlight-color: rgba(193, 193, 193, 0.5) !important;
        tap-highlight-color: rgba(193, 193, 193, 0.5) !important;
        text-decoration: none !important;
        opacity: 1 !important;
        color: inherit !important;
    }

    body,
    div,
    dl,
    dt,
    dd,
    ul,
    ol,
    li,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    pre,
    form,
    fieldset,
    input,
    textarea,
    select,
    p,
    blockquote,
    th,
    td {
        margin: 0;
        padding: 0;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        letter-spacing: 0.1em;
    }

    ul {
        list-style: none;
    }

    hr.line {
        border: none;
        border-top: 1px dashed #999;
        margin-bottom: 20px;
    }

    /* ---- particles.js container ---- */

    #particles-js {
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 9999;
        pointer-events: none;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }


    /* link color opacity */
    header a {
        color: #FFF;
        text-decoration: none;
        display: inline-block;
        vertical-align: middle;
    }

    header a:hover {
        text-decoration: none;
    }

    footer a {
        color: #000;
        text-decoration: none;
    }

    footer a:hover {
        text-decoration: none;
    }

    /* ~~ floatのクリア ~~ */
    .clearfix:after {
        content: ".";
        display: block;
        height: 0;
        font-size: 0;
        clear: both;
        visibility: hidden;
    }

    .clearfix {
        display: inline-block;
    }

    /* Hides from IE Mac */
    * html .clearfix {
        height: 1%;
    }

    .clearfix {
        display: block;
    }

    /* HEADER(APP) */
    header {
        padding: 0 !important;
        font-family: "Lato", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif !important;
        font-weight: 500 !important;
        height: 57px !important;
        background-color: #fff !important;
        border-bottom: 1px solid #000 !important;
        box-shadow: none !important;
    }

    header h1 {
        text-align: center;
        color: #4B64A1;
        padding: 14px 0 12px;
        position: fixed;
        width: 100%;
        text-align: center;
        z-index: 2;
    }

    header h1 img {
        width: 180px;
    }

    header p.menu_txt {
        font-size: 10px;
        letter-spacing: 0.1em;
        padding-bottom: 3px;
        font-family: "Lato", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif !important;
    }

    header ul.drawer-menu {
        height: auto !important;
        border-top: 1px solid #eee;
    }

    header ul li {
        float: none !important;
        line-height: normal !important;
        letter-spacing: 0.1em;
    }

    nav.drawer-nav a.nav_logo {
        width: 150px;
        margin: 18px auto;
        display: block;
    }

    nav.drawer-nav a.nav_logo img {
        width: 100%;
        margin-top: 5px;
    }

    .drawer-hamburger {
        padding: 7px .75rem 30px !important;
    }

    .drawer-menu-item {
        padding: 15px !important;
        font-size: 12px !important;
    }

    a.drawer-menu-item {
        position: relative;
    }

    ul.drawer-menu li {
        border-bottom: 1px solid #eee;
    }

    ul.drawer-menu li a.drawer-menu-item:after {
        content: "\f105" !important;
        font-family: FontAwesome;
        position: absolute;
        right: 10px;
    }

    ul.drawer-menu li:first-child a.drawer-menu-item:after {
        display: none;
    }

    ul.drawer-dropdown-menu li a.drawer-dropdown-menu-item {
        background-color: #f9f9f9;
    }

    ul.drawer-dropdown-menu li a.drawer-dropdown-menu-item:after {
        content: "\f105" !important;
        font-family: FontAwesome;
        position: absolute;
        right: 10px;
    }

    ul.drawer-dropdown-menu li:last-child {
        border-bottom: none;
    }

    /* CONTENTS */

    #app {
        max-width: 100%;
        width: 100%;
        padding-top: 55px;
        height: 100%;
    }

    #app .panel_contents,
    #app .panel_contents ul {
        width: 100%;
        height: 100%;
    }

    #app .panel_contents ul li {
        width: 50%;
        height: auto;
        float: left;
    }

    #app .panel_contents ul li img {
        width: 100%;
        height: auto;
    }

    #app .panel_contents ul li.bc {
        background-image: url(../../img/app/bg_beyondcool.png);
        background-size: cover;
    }

    #app .panel_contents ul li.dw {
        background-image: url(../../img/app/bg_dw.png);
        background-size: cover;
    }

    #app .panel_contents ul li.iw {
        background-image: url(../../img/app/bg_iw.png);
        background-size: cover;
    }

    #app .panel_contents ul li.bm {
        background-image: url(../../img/app/bg_bm.png);
        background-size: cover;
    }

    #app .panel_contents ul li.st {
        background-image: url(../../img/app/bg_st.png);
        background-size: cover;
    }

    #app .panel_contents ul li.tct {
        background-image: url(../../img/app/bg_tct.png);
        background-size: cover;
    }

    #app .panel_contents ul li.nlm {
        background-image: url(../../img/app/bg_nlm.png);
        background-size: cover;
    }

    #app .panel_contents ul li.jc {
        background-image: url(../../img/app/bg_jc.png);
        background-size: cover;
    }

    #app .panel_contents ul li.gas {
        background-image: url(../../img/app/bg_gas.png);
        background-size: cover;
    }

    #app .panel_contents ul li.hms {
        background-image: url(../../img/app/bg_hms.png);
        background-size: cover;
    }

    div.app_contents {
        width: 95%;
        margin: 0 auto;
    }

    /* NEWS(APP) */
    div.app_contents h2.app_title {
        text-align: center;
        padding: 20px 0 5px;
        position: relative;
        margin-bottom: 20px;
        width: 100%;
        font-size: 13px;
        letter-spacing: 0.2em;
    }

    div.app_contents h2.app_title:after {
        position: absolute;
        width: 20px;
        height: 2px;
        background-color: #000;
        content: '';
        bottom: -4px;
        left: 50%;
        margin-left: -10px;
    }

    ul.app_all_news {
        width: 100%;
    }

    ul.app_all_news li {
        margin-bottom: 20px;
        position: relative;
    }

    ul.app_all_news li.new:before {
        position: absolute;
        content: "NEW";
        background-color: #000;
        color: #fff;
        width: 50px;
        padding: 2px 0;
        font-size: 10px;
        text-align: center;
    }

    ul.app_all_news li a {
        display: block;
    }

    ul.app_all_news li img {
        width: 100%;
        height: auto;
    }

    ul.app_all_news li p {
        margin-bottom: 5px;
    }

    ul.app_all_news li p.news_tag {
        position: relative;
        padding: 5px 0 10px;
        font-weight: bold;
        font-size: 10px;
    }

    ul.app_all_news li p.news_tag:after {
        position: absolute;
        width: 15px;
        height: 1px;
        background-color: #000;
        content: '';
        bottom: 0;
        left: 10px;
        margin-left: -10px;
    }

    ul.app_all_news li p.news_title {
        width: 100%;
        font-size: 14px;
        font-weight: bold;
    }

    ul.app_all_news li p.news_date {
        font-size: 10px;
        color: #9c9c9c;
    }

    ul.app_all_news p.no_post {
        text-align: center;
        margin: 30px;
    }

    /* PRESS(APP) */
    ul.app_press {
        width: 100%;
    }

    ul.app_press li {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 10px;
        text-align: center;
        float: left;
        position: relative;
    }

    ul.app_press li.new:before {
        position: absolute;
        content: "NEW";
        background-color: #000;
        color: #fff;
        width: 50px;
        padding: 2px 0;
        font-size: 10px;
    }

    ul.app_press li:nth-child(even) {
        margin-right: 0;
    }

    ul.app_press li img {
        width: 100%;
        height: auto;
    }

    ul.app_press p {
        font-size: 12px;
    }

    ul.app_press p.press_date {
        color: #9c9c9c;
        font-size: 10px;
    }

    /* SHOPLIST(APP) */
    div.app_shop_wrap {
        width: 100%;
        margin-bottom: 20px;
    }

    div.app_shop_wrap h3 {
        letter-spacing: 0.2em;
        font-size: 13px;
        padding-bottom: 10px;
        border-bottom: 1px solid #000;
        margin-bottom: 10px;
    }

    div.app_shop_wrap .shop_list {
        display: flex;
        font-size: 10px;
        margin-bottom: 10px;
    }

    div.app_shop_wrap .shop_list .shop_info {
        width: 80% !important;
        height: auto;
    }

    div.app_shop_wrap .shop_list .shop_info p span.shop_name {
        text-decoration: underline;
    }

    div.app_shop_wrap .shop_list .shop_map {
        width: 20% !important;
        height: 50px;
    }

    div.app_shop_wrap .shop_list .shop_map a {
        display: block;
    }

    div.app_shop_wrap .shop_list .shop_map img {
        width: 100%;
        height: 100%;
        margin-top: 2px;
    }

    /* SHOPINFO */
    div.shop_detail {
        width: 100%;
        padding: 10px 0 30px;
    }

    div.shop_detail img {
        width: 100%;
    }

    div.shop_detail h2 {
        font-size: 16px;
        position: relative;
        padding: 5px 0 10px;
        margin-bottom: 10px;
    }

    div.shop_detail h2:after {
        position: absolute;
        width: 15px;
        height: 1px;
        background-color: #000;
        content: '';
        bottom: 0;
        left: 10px;
        margin-left: -10px;
    }

    div.shop_detail p {
        margin-bottom: 10px;
    }

    div.shop_detail p span {
        display: block;
    }

    div.shop_detail p span.c_title {
        font-size: 11px;
        font-weight: bold;
        margin-bottom: 5px;
    }


    a.b_link {
        text-align: center;
        display: block;
        padding: 20px 0;
        border: 1px solid #000;
        letter-spacing: 0.2em;
        font-weight: bold;
        font-size: 13px;
        margin-top: 30px;
        position: relative;
    }

    a.b_link:before {
        content: "\f104" !important;
        font-family: FontAwesome;
        position: absolute;
        left: 10px;
        font-size: 18px;
        top: 16px;
    }

    /* BRAND(APP) */
    div.swiper-container {
        padding-top: 2px;
    }

    div.swiper-slide img {
        width: 100%;
    }

    .swiper-pagination-bullet {
        border-radius: 0 !important;
        width: 30px !important;
        height: 3px !important;
        margin: 0 !important;
    }

    div.brand_wrap .brand_logo {
        width: 100px;
        height: auto;
        margin: 10px auto;
    }

    div.brand_wrap .brand_logo_dw {
        width: 200px;
        height: auto;
        margin: 10px auto;
    }

    div.brand_wrap .brand_logo img {
        width: 100%;
    }

    div.brand_wrap p.brand_info {
        margin-bottom: 10px;
    }

    a.g_link {
        text-align: center;
        display: block;
        padding: 20px 0;
        border: 1px solid #000;
        letter-spacing: 0.2em;
        font-weight: bold;
        font-size: 13px;
        margin: 20px 0;
        position: relative;
    }

    a.g_link:after {
        content: "\f105" !important;
        font-family: FontAwesome;
        position: absolute;
        right: 10px;
        font-size: 18px;
        top: 16px;
    }

    div.brand_sns {
        background-color: #d2d2d2;
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }

    div.brand_sns p {
        padding-bottom: 10px;
    }

    div.brand_sns ul li {
        display: inline-block;
        margin: 0 5px;
    }

    ul.instafeed {
        margin-top: 16px;
    }

    ul.instafeed  {
        display: flex;
        flex-wrap: wrap;
    }

    ul.instafeed li {
        width: 33.3%;
        border: 2px solid #fff;
        box-sizing: border-box;
        position: relative;
    }

    ul.instafeed li a:before {
        content: "";
        display: block;
        padding-top: 100%;
    }

    ul.instafeed li a img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        object-fit: cover;
        vertical-align: top;
    }

    .insta_follow {
        text-align: center;
    }

    a.insta_follow_btn {
        background: #111;
        color: #fff;
        font-size: 10px;
        text-align: center;
        /* margin: 0 auto; */
        padding: 8px 16px;
        display: inline-block;
        border-radius: 15px;
        margin-top: 16px;
    }

    /* BRAND-INFORMATION(APP) */

    ul.brand_infomation li {
        position: relative;
    }

    ul.brand_information li.new:before {
        position: absolute;
        content: "NEW";
        background-color: #000;
        color: #fff;
        width: 50px;
        padding: 2px 0;
        font-size: 10px;
        text-align: center;
    }

    /* BRAND-LOOKBOOK */
    div.brand_lookbook {
        text-align: center;
        margin-bottom: 10px;
    }

    div.brand_lookbook a {
        display: block;
    }

    div.brand_lookbook img {
        width: 100%;
        height: auto;
    }

    div.brand_lookbook p.collection_sub_title {
        color: #666;
        margin-top: 10px;
    }

    div.brand_lookbook h3 {
        margin: 8px 0 6px;
    }

    div.brand_lookbook p.b_name {
        margin-bottom: 12px;
    }

    div.brand_lookbook h3.season {
        font-weight: 100;
        font-size: 12px;
    }

    div.brand_lookbook h3.collection_title {
        font-weight: bold;
        font-size: 12px;
    }

    div.brand_lookbook.lb_list {
        padding-top: 10px;
    }

    div.brand_lookbook p.b_name {
        color: #666;
    }

    /* Accordion */
    .accordion {
        width: 100%;
        background: #FFF;
        text-align: center;
        border: 1px solid #d2d2d2;
        margin-bottom: 10px;
        box-sizing: border-box;
    }

    .accordion .link {
        cursor: pointer;
        display: block;
        padding: 15px 0;
        color: #000;
        font-size: 12px;
        font-weight: 700;
        border-bottom: 1px solid #CCC;
        position: relative;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        height: 18px !important;
        box-shadow: none !important;
    }

    .accordion li:last-child .link {
        border-bottom: 0;
    }

    .accordion li i {
        position: absolute;
        top: 14px;
        left: 12px;
        font-size: 18px;
        color: #000;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .accordion li i.fa-angle-down {
        right: 12px;
        left: auto;
        font-size: 20px;
    }

    .accordion li.open .link {
        color: #000;
    }

    .accordion li.open i {
        color: #000;
    }

    .accordion li.open i.fa-angle-down {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    /**
 * Submenu
 -----------------------------*/

    .submenu {
        display: none;
        background: #fff;
        font-size: 12px;
        text-align: center;
    }

    .submenu li {
        border-bottom: 1px solid #d2d2d2;
    }

    .submenu li:first-child {
        border-top: 1px solid #d2d2d2;
    }

    .submenu li:last-child {
        border: none;
    }

    .submenu a {
        display: block;
        text-decoration: none;
        color: #000;
        padding: 12px 0;
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    .submenu a:hover {
        background: #fff;
        color: #000;
    }

    /* BRAND-LOOKBOOK-LIST */
    div.lb_list .photo_thum {
        padding: 10px 0 0;
        /* border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2; */
    }

    div.lb_list .photo_thum ul li {
        float: left;
        width: 49%;
        margin-right: 2%;
        margin-bottom: 1%;
    }

    div.lb_list .photo_thum ul li:nth-child(2n) {
        margin-right: 0;
    }

    div.lb_list .photo_thum ul li a {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
        tap-highlight-color: rgba(0, 0, 0, 0) !important;
    }

    div.lb_list .photo_thum ul li img {
        width: 100% !important;
        height: auto;
    }

    div.mfp-content .inline_wrap img {
        width: 100% !important;
        height: auto;
    }

    div.mfp-content .inline_wrap a {
        color: #FFF;
        text-decoration: underline;
        padding-bottom: 10px !important;
        display: inline-block;
    }

    div.mfp-content .inline_wrap a:hover {
        color: #999 !important;
    }

    /* BRAND-LOOKBOOK-FULL + SITUATION */
    #app .photo_full {
        max-width: 100%;
        width: 100%;
        height: 100%;
        display: block;
        margin: 0 auto;
    }

    #app .photo_full .panel,
    #app .situation_full .panel {
        position: relative;
        display: block;
        width: 100%;
    }

    #app .photo_full .panel a,
    #app .situation_full .panel a {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
        tap-highlight-color: rgba(0, 0, 0, 0) !important;
        outline: none !important;
    }

    #app .photo_full a.item_pin,
    #app .situation_full a.item_pin {
        -webkit-animation-duration: 5s;
        animation-duration: 5s;
    }

    /* SITUATION */

    #app .situation_full {
        max-width: 100%;
        width: 100%;
        height: 100%;
        display: block;
        /* margin: 40px auto 0; */
    }

    /* MOVIE */

    div.app_contents .app_movie {
        margin-bottom: 30px;
    }

    /* FOOTER(APP) */
    div.app_page_bottom_contents {
        max-width: 100%;
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: block;
        border-top: 1px solid #9c9c9c;
    }

    div.app_page_bottom_contents .app_b_contents {
        width: 100%;
        margin: 0 auto;
        padding: 20px 10px;
        text-align: center;
        box-sizing: border-box;
    }

    div.app_page_bottom_contents .f_border {
        border-top: 1px solid #9c9c9c;
        border-bottom: 1px solid #9c9c9c;
    }

    div.app_page_bottom_contents .app_b_contents img {
        width: 30% !important;
        margin: 0 auto !important;
    }

    div.app_page_bottom_contents .app_b_contents p.app_b_contents_txt {
        margin: 10px 0;
    }

    div.app_page_bottom_contents .app_b_contents a.f_link {
        text-align: center;
        display: block;
        padding: 10px 0;
        border: 1px solid #000;
        letter-spacing: 0.2em;
        font-size: 10px;
        margin: 20px auto 0;
        background: #000;
        position: relative;
        color: #fff;
        width: 200px;
    }

    div.app_page_bottom_contents .app_b_contents a.f_link:hover {
        color: #fff !important;
    }

    div.app_page_bottom_contents .app_b_contents a.f_link:after {
        content: "\f105" !important;
        font-family: FontAwesome;
        position: absolute;
        right: 10px;
        font-size: 18px;
        top: 4.5px;
    }

    footer {
        border-top: 1px solid #9c9c9c;
        background-color: #fff !important;
        font-size: 10px !important;
        padding: 0 !important;
        box-shadow: none !important;
        z-index: 0;
        color: #000 !important;
    }

    div.footer_content {
        width: 95%;
        padding: 20px 0 10px;
        margin: 0 auto;
        text-align: center;
    }

    div.footer_content img {
        width: 200px;
    }

    div.footer_content ul.app_sns,
    div.footer_content ul.company_info {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    div.footer_content ul.app_sns li {
        display: inline-block;
        margin: 0 5px;
    }

    div.footer_content ul.company_info li {
        margin-bottom: 10px;
    }

    div.footer_content p.copyrights {
        margin-top: 20px;
        font-size: 8px;
        font-weight: bold;
    }

    .app_modal {
        position: fixed;
        display: none;
        z-index: 9999;
        top: 95%;
        left: 50%;
        width: 250px !important;
        height: 35px;
        margin: -60px 0 0 -145px !important;
        padding: 20px;
        text-align: center;
        background-color: #fff !important;
        box-shadow: 0px 0px 10px #000 !important;
        -moz-box-shadow: 0px 0px 10px #000 !important;
        color: #000;
        border-radius: 0px !important;
    }

    .modal p {
        padding-top: 3px !important;
    }
}
