@charset "utf-8";

/* COMMON CSS */
html {
    font-size: 62.5%;
    overflow-y: scroll;
    margin-bottom: 1px;
    height: 100%;
}

body {
    border-top: none;
}

body>* {
    text-align: left;
}

.cf::before,
.cf::after {
    content: "";
    display: table;
}

.cf::after {
    clear: both;
}

.fadeIn {
    opacity: 0.05;
    transform: translate(0, 100px);
    transition-delay: .3s;
    transition: all .6s;
}

.fadeIn.scrollIn {
    opacity: 1;
    transform: translate(0, 0);
}

/*----- HEADER -----*/
.global_notification.red {
    background-color: #f4035a;
}

.global_header-pc {
    z-index: 10;
}

.global_header-pc p.global_header__logo {
    margin: 0;
}

.global_header-pc p.global_header__logo a {
    padding: 9px 0 9px 0;
}

.globalHeaderNavi {
    display: flex;
}

.globalHeaderNavi ul {
    font-size: 10px;
    letter-spacing: -.4em;
    margin-left: 25px;
}

.globalHeaderNavi li {
    display: inline-block;
    letter-spacing: .05em;
}

.globalHeaderNavi li a {
    position: relative;
    display: block;
    color: #1e1e1e;
    font-size: 1.4em;
    letter-spacing: .05em;
    padding: .5em 15px;
}

.globalHeaderNavi li a::before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: "";
    color: transparent;
    background: rgba(0, 0, 0, .05);
    opacity: 0;
    transition: all .35s;
}

.globalHeaderNavi li a:hover::before {
    opacity: 1;
    height: 100%;
}

.saleInfo {
    font-size: 10px;
    text-align: center;
    background: rgb(5, 46, 66);
    background: linear-gradient(90deg, rgba(5, 46, 66, 1) 0%, rgba(22, 84, 109, 1) 50%, rgba(5, 46, 66, 1) 100%);
}

.saleInfo p {
    display: inline-block;
    padding: 0;
    margin: 0 auto;
}

.saleInfo p a {
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: .3em 2em;
    margin: 0 auto;
    color: #fff;
    font-size: 3em;
    line-height: 1;
    letter-spacing: .2em;
}

.saleInfo p a strong {
    margin-right: 2em;
    font-weight: 400;
}

.saleInfo p a em {
    font-size: 1.2em;
    font-weight: 600;
    vertical-align: -.05em;
}

.saleInfo p a::before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    content: "";
    color: transparent;
    background: rgba(255, 255, 255, .2);
    opacity: 0;
    transition: all .35s;
}

.saleInfo p a::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    height: 16px;
    width: 16px;
    margin: -8px 5em 0 0;
    content: "";
    border-right: 2px solid rgba(255, 255, 255, 1);
    border-bottom: 2px solid rgba(255, 255, 255, 1);
    transform: rotate(-45deg);
    opacity: 0;
    transition: all .35s;
}

.saleInfo p a:hover::before {
    opacity: 1;
    width: 100%;
}

.saleInfo p a:hover::after {
    margin: -8px .5em 0 0;
    opacity: 1;
    transition-delay: .1s;
}

.siteInfo {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    /* background: rgb(0, 0, 0); */
    background: rgba(240, 240, 240, 1.00);
}

.siteInfo img {
    opacity: 1;
    vertical-align: bottom;
}

.siteInfo:hover img {
    opacity: .6;
    transition: .4s;
    transition-delay: .2s;
}

.siteInfo a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.headerInformation {
    text-align: center;
    /* border: 1px solid rgba(0, 0, 0, .20); */
    /* background: rgba(0, 0, 0, 1.00); */
    font-size: 10px;
    padding: 1em 0;
}

.headerInformation p {
    display: block;
    width: 1000px;
    padding: 0;
    margin: 0 auto;
}

.headerInformation p a {
    position: relative;
    display: block;
    box-sizing: border-box;
    max-width: 70%;
    min-width: 55%;
    padding: .5em 2em;
    margin: 0 auto;
    color: #fff;
    font-size: 1.5em;
    line-height: 1;
    letter-spacing: .1em;
}

.headerInformation p a::before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    content: "";
    color: transparent;
    background: rgba(255, 255, 255, .2);
    opacity: 0;
    transition: all .35s;
}

.headerInformation p a::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    height: 10px;
    width: 10px;
    margin: -5px 6em 0 0;
    content: "";
    border-right: 2px solid rgba(255, 255, 255, 1);
    border-bottom: 2px solid rgba(255, 255, 255, 1);
    transform: rotate(-45deg);
    opacity: 0;
    transition: all .35s;
}

.headerInformation p a:hover::before {
    opacity: 1;
    width: 100%;
}

.headerInformation p a:hover::after {
    margin: -5px 1em 0 0;
    opacity: 1;
    transition-delay: .15s;
}

.secondaryNaviWrap {
    position: relative;
    z-index: 9
}

.secondaryNaviInner {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: auto;
}

.secondaryNavi {
    font-size: 10px;
    padding: .5em 0;
}

.secondaryNavi.left {
    padding-left: 0;
}

.secondaryNavi.left ul {
    margin-left: 0;
}

.secondaryNaviItem {
    display: inline-block;
}

.secondaryNaviItem a {
    position: relative;
    display: block;
    color: #1e1e1e;
    font-size: 2.2em;
    font-weight: 500;
    letter-spacing: .05em;
    text-decoration: none;
}

.secondaryNavi.left .secondaryNaviItem a {
    padding: 10px 15px;
}

.secondaryNavi.left .secondaryNaviItem:nth-of-type(1) a {
    padding: 10px 15px 10px 0;
}

.secondaryNaviItem a::before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: "";
    color: transparent;
    background: rgba(0, 0, 0, .05);
    opacity: 0;
    transition: all .35s;
    z-index: -1;
}

.secondaryNaviItem a:hover::before {
    opacity: 1;
    height: 100%;
}

.globalHeaderSearchTool {
    display: flex;
    padding-top: 13px;
}

.globalFormBlock {
    padding: 0 10px;
}

.global_form__search input[type=text] {
    padding-right: 2.5em;
    padding-left: .7em;
}

.global_form input:not([type=number]) {
    border-radius: 0;
    background: rgba(0, 0, 0, .05);
    border: 1px solid #dbdbdb;
}

.container-search .global_form input:not([type=number]) {
    background: rgba(255, 255, 255, 1);
}

.globalHeaderSearchTool input[type=submit] {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px;
    margin-right: 2px;
    border-radius: 50%;
    background-color: #64aec9;
    cursor: pointer;
    transition: all .3s ease;
}

.globalHeaderSearchTool input[type=submit] {
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0);
}

.globalHeaderSearchTool .global_form__search {
    position: relative;
    display: block;
    height: 40px;
    line-height: 40px;
}

.globalHeaderSearchTool .global_form__search::before {
    position: absolute;
    content: "\e913";
    top: 1px;
    right: 7px;
    left: auto;
    color: #fff;
    font-family: mhicon;
    font-size: 20px;
    line-height: 36px;
    z-index: 1;
    pointer-events: none;
}

.globalHeaderSearchTool .global_form__search::before {
    color: #555;
}

.globalHeaderSearchTool .searchTool__btn.global_button {
    box-sizing: border-box;
    width: 130px;
    height: 36px;
    margin: 2px 0;
    padding: 0 20px 0 0;
    font-size: 13px;
    line-height: 36px;
    border-radius: 0;
}

.globalHeaderSearchTool .searchTool__btn+.searchTool__btn {
    margin-left: 10px;
}

.globalHeaderSearchTool .searchTool__btn.global_button.blue {
    position: relative;
    color: #666;
    border: 1px solid #dbdbdb;
    background: #f4f4f4;
    overflow: hidden;
}

.globalHeaderSearchTool .searchTool__btn.global_button.blue::before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: "";
    color: transparent;
    background: rgba(0, 0, 0, .08);
    opacity: 0;
    transition: all .35s;
}

.globalHeaderSearchTool .searchTool__btn.global_button.blue:hover::before {
    opacity: 1;
    height: 100%;
}

.globalHeaderSearchTool .global_button.blue::after {
    position: absolute;
    content: "\e913";
    top: 1px;
    right: 5px;
    left: auto;
    color: #888;
    font-family: mhicon;
    font-size: 20px;
    line-height: 34px;
    z-index: 1;
    pointer-events: none;
}

#fs_ProductSearch .global_button.blue {
    color: #666;
    background-color: #f4f4f4;
    border: 1px solid #dbdbdb;
}

#fs_ProductSearch .global_button.blue:hover {
    color: #666;
    background-color: #f4f4f4;
}

/*--- BREADCRUMB ---*/
.fs-c-breadcrumb {
    background-color: rgba(0, 0, 0, .05);
}

.fs-c-breadcrumb .fs-c-breadcrumb__list {
    display: block;
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
}

/*--- MAIN CAROUSEL ---*/
.swiper-container.mainCarousel {
    padding-bottom: 30px;
}

.mainCarouselPc .global_card-wrap-pc {
    position: relative;
    padding: 5px 0 0 0;
}

.mainCarousel.mainCarouselPc .global_card {
    font-size: 12px;
    margin: auto;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    width: 1000px;
    height: auto;
}

.mainCarouselPc.mainCarouselImg {
    width: 100%;
    height: auto;
}

.mainCarousel .swiper-slide {
    opacity: .3;
    transition: all .5s;
    transition-delay: .2s;
}

.mainCarousel .swiper-slide.swiper-slide-active {
    opacity: 1;
    transition: all .5s;
}

.mainCarousel .swiper-slide.swiper-slide-active a:hover img {
    opacity: .7;
    transition: all .5s;
}

.swiper-pagination-bullet {
    background: rgba(0, 0, 0, .3);
    opacity: .7;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 1);
}

.mainCarouselPc .swiper-button-prev,
.mainCarouselPc .swiper-button-next {
    position: absolute;
    box-sizing: border-box;
    top: calc(50% - 26px);
    width: 70px;
    height: 70px;
    /*margin-top: -35px;*/
    background-image: none;
    background-color: rgba(255, 255, 255, .6);
    background-size: 27px 44px;
    background-repeat: no-repeat;
    border: 1px solid rgba(0, 0, 0, .10);
    cursor: pointer;
    z-index: 10;
    transition: all 0.5s ease;
}

.mainCarouselPc .swiper-button-prev {
    left: 50%;
    margin-left: -540px;
    background-position: left center;
}

.mainCarouselPc .swiper-button-next {
    background-position: right center;
    right: 50%;
    margin-right: -540px;
}

.mainCarouselPc .swiper-button-prev:hover,
.mainCarouselPc .swiper-button-next:hover {
    background-color: rgba(255, 255, 255, .9);
}

.mainCarouselPc .swiper-button-prev::after,
.mainCarouselPc .swiper-button-next::after {
    position: absolute;
    content: "";
    display: block;
    width: 34px;
    height: 34px;
    top: 50%;
    border-right: 3px solid rgba(0, 0, 0, .5);
    border-bottom: 3px solid rgba(0, 0, 0, .5);
    transition: all 0.55s ease;
    z-index: 2;
}

.mainCarouselPc .swiper-button-prev::after {
    left: 0;
    margin: 0 0 0 28px;
    transform: translate(0, -50%) rotate(135deg) scale(1);
}

.mainCarouselPc .swiper-button-next::after {
    right: 0;
    top: 50%;
    margin: 0 28px 0 0;
    transform: translate(0, -50%) rotate(-45deg) scale(1);
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 5px;
}

/*----- CONTENT TITLE -----*/
#fs_Top .global_section-pc h2.global_title,
#fs_Top .global_section-pc .global_title strong,
#fs_Top h2.fs-c-coordinationCatalog__title {
    font-size: 4rem;
    font-weight: 600;
    letter-spacing: .05em;
    padding: 50px 0 50px -.15em;
    /*transform: scale(.8, 1);*/
    transform: scale(1);
}

#fs_Top .global_section-pc .global_title em,
#fs_Top h2.fs-c-coordinationCatalog__title span {
    font-weight: 400;
    letter-spacing: .05em;
    margin-left: -.15em;
    transform: scale(1.25, 1);
}

/*----- TOPICS/PICKUP NEWS -----*/
.contentsWap.topicsPc {
    padding: 0 0 3em;
}

.topTopicsPc,
.topNewsPc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
}

.topTopicsPc {
    padding: 0 0 5em 0;
}

.topTopicsPc article,
.topNewsPc article {
    position: relative;
    display: block;
    width: calc((1000px - 20px) / 2);
    margin: 0 20px 20px 0;
    background: rgba(255, 255, 255, 1);
    overflow: hidden;
    cursor: pointer;
}

.topTopicsPc article:nth-of-type(2n),
.topTopicsPc article:nth-last-of-type(1),
.topNewsPc article:nth-of-type(4n),
.topNewsPc article:nth-last-of-type(1) {
    margin-right: 0;
}

.topTopicsPc figure,
.topNewsPc figure {
    display: block;
    max-width: 100%;
    overflow: hidden;
}

.topTopicsPc figure::before {
    content: "";
    display: block;
    padding-top: 100%;
    width: 100%;
}

.topTopicsPc figure img,
.topNewsPc figure img {
    position: absolute;
    top: 0;
    left: 0;
    zoom: 1;
    width: 490px;
    height: auto;
    max-width: 100%;
    opacity: 1;
    vertical-align: top;
    transition: all 0.4s ease;
}

.topTopicsPc figure:hover img,
.topNewsPc figure:hover img {
    opacity: 1;
    transform: scale(1.1);
}

.topNewsPc article figure.nolink:hover img {
    transform: none;
}

.topTopicsPc figure figcaption,
.topNewsPc figure figcaption {
    position: relative;
    display: block;
    padding: 0;
    color: #1e1e1e;
    height: auto;
    background: rgba(255, 255, 255, 1);
    z-index: 1;
}

.topTopicsPc figure figcaption p {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: .5em .3em;
    font-size: 1.5rem;
    letter-spacing: .05em;
    text-align: justify;
    word-break: break-all;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.topTopicsPc figure a,
.topNewsPc figure a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.topicsRecommend {
    width: 100%;
    margin: 0 auto;
    font-size: 0;
    white-space: nowrap;
}

.topicsRecommendItem {
    display: inline-block;
    width: 220px;
    height: 220px
}

.topicsRecommendItem a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.topicsRecommendItem a img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
}

.topicsRecommendItem a:hover img {
    opacity: .7
}

.topicsCarousel .swiper-slide {
    width: 220px
}

.topicsCarousel .swiper-button-prev,
.topicsCarousel .swiper-button-next {
    position: absolute;
    top: 0;
    width: 50px;
    height: 220px;
    margin-top: 0;
    background-image: none;
    background-color: rgba(255, 255, 255, 1);
    background-size: 27px 44px;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 10;
    transition: all 0.5s ease;
}

.topicsCarousel .swiper-button-prev {
    left: 0;
    background-position: left center;
}

.topicsCarousel .swiper-button-next {
    background-position: right center;
    right: 0;
}

.topicsCarousel .swiper-button-prev:hover,
.topicsCarousel .swiper-button-next:hover {
    background-color: rgba(255, 255, 255, .9);
}

.topicsCarousel .swiper-button-prev::after,
.topicsCarousel .swiper-button-next::after {
    position: absolute;
    content: "";
    display: block;
    width: 34px;
    height: 34px;
    top: 50%;
    border-right: 3px solid rgba(0, 0, 0, .5);
    border-bottom: 3px solid rgba(0, 0, 0, .5);
    transition: all 0.55s ease;
    z-index: 2;
}

.topicsCarousel .swiper-button-prev::after {
    left: 0;
    margin: 0 0 0 15px;
    transform: translate(0, -50%) rotate(135deg) scale(1);
}

.topicsCarousel .swiper-button-next::after {
    right: 0;
    top: 50%;
    margin: 0 15px 0 0;
    transform: translate(0, -50%) rotate(-45deg) scale(1);
}

.swiper-button-prev:hover::after {
    -webkit-animation: topicsPrevHover 0.6s ease forwards;
    animation: topicsPrevHover 0.6s ease forwards;
}

.swiper-button-next:hover::after {
    -webkit-animation: topicsNextHover 0.6s ease forwards;
    animation: topicsNextHover 0.6s ease forwards;
}

@-webkit-keyframes topicsPrevHover {
    0% {
        transform: translate(0, -50%) rotate(135deg) scale(0.8);
    }

    40% {
        transform: translate(0, -50%) rotate(135deg) scale(1.35);
    }

    60% {
        transform: translate(0, -50%) rotate(135deg) scale(1);
    }

    80% {
        transform: translate(0, -50%) rotate(135deg) scale(1.25);
    }

    100% {
        transform: translate(0, -50%) rotate(135deg) scale(1);
    }
}

@keyframes topicsPrevHover {
    0% {
        transform: translate(0, -50%) rotate(135deg) scale(0.8);
    }

    40% {
        transform: translate(0, -50%) rotate(135deg) scale(1.35);
    }

    60% {
        transform: translate(0, -50%) rotate(135deg) scale(1);
    }

    80% {
        transform: translate(0, -50%) rotate(135deg) scale(1.25);
    }

    100% {
        transform: translate(0, -50%) rotate(135deg) scale(1);
    }
}

@-webkit-keyframes topicsNextHover {
    0% {
        transform: translate(0, -50%) rotate(-45deg) scale(0.8);
    }

    40% {
        transform: translate(0, -50%) rotate(-45deg) scale(1.35);
    }

    60% {
        transform: translate(0, -50%) rotate(-45deg) scale(1);
    }

    80% {
        transform: translate(0, -50%) rotate(-45deg) scale(1.25);
    }

    100% {
        transform: translate(0, -50%) rotate(-45deg) scale(1);
    }
}

@keyframes topicsNextHover {
    0% {
        transform: translate(0, -50%) rotate(-45deg) scale(0.8);
    }

    40% {
        transform: translate(0, -50%) rotate(-45deg) scale(1.35);
    }

    60% {
        transform: translate(0, -50%) rotate(-45deg) scale(1);
    }

    80% {
        transform: translate(0, -50%) rotate(-45deg) scale(1.25);
    }

    100% {
        transform: translate(0, -50%) rotate(-45deg) scale(1);
    }
}

/* THUMBNAIL */
ul.topTopicsThumb {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul.topTopicsThumb li {
    display: block;
    width: calc((100% - 160px) / 4);
    margin: 0 20px 0 0;
}

ul.topTopicsThumb li:nth-last-of-type(1) {
    margin-right: 0;
}

ul.topTopicsThumb li figure {
    position: relative;
    width: 100%;
    overflow: hidden;
}

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

ul.topTopicsThumb li figure img {
    position: absolute;
    top: 0;
    left: 0;
    zoom: 1;
    max-width: 100%;
    opacity: 1;
    vertical-align: top;
    transition: all 0.4s ease;
}

ul.topTopicsThumb li figure:hover img {
    opacity: 1;
    transform: scale(1.1);
}

ul.topTopicsThumb li figure a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/*--- OFFICAL NEWS ---*/
.top_news {
    width: 100%;
    height: auto;
    float: left;
    word-break: normal;
    clear: both;
    margin-bottom: 20px;
}

.top_news a {
    text-decoration: none;
}

.top_news img {
    border: none;
}

.top_news ul {
    list-style-type: none;
    float: left;
}

#news_menu_list ul {}

#news_menu_list li {
    width: 98px;
}

.category_list {
    font-size: 12px;
    width: 120px;
    padding: 3px 0 0 0;
    margin: 0;
}

.category_list li {
    margin-top: 4px;
    line-height: 70px;
}

.category_list li a {
    position: relative;
    display: block;
    box-sizing: border-box;
    height: 70px;
    width: 100px;
    color: #555;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .50);
    transition: all 0.4s ease;
}

.category_list li a::before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: "";
    color: transparent;
    background: rgba(0, 0, 0, .05);
    opacity: 0;
    transition: all .35s;
}

.category_list li a:hover::before {
    opacity: 1;
    height: 100%;
}

.category_list li a::after {
    left: calc(100% - 8px);
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(255, 255, 255, 0);
    border-width: 8px;
    margin-top: -8px;
    transition: all .3s;
    transition-delay: 0s;
}

.category_list li a.clicked {
    position: relative;
    color: white;
    background: rgba(0, 0, 0, 1.00);
}

.category_list li a.clicked::after {
    left: 100%;
    border-left-color: rgba(0, 0, 0, 1);
    transition-delay: .4s;
}

#category_list_container {
    width: calc(100% - 175px);
    float: left;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#category_list_container img.loader {
    width: 220px;
    height: auto;
}

#category_list_container table {
    float: left;
    table-layout: fixed;
    border-collapse: collapse;
    width: 825px;
    margin: 0;
    font-size: 14px;
    display: none;
    border-top: 1px solid #f0f0f0;
}

#category_list_container table tbody {
    table-layout: fixed;
    width: 100%;
    display: block;
}

#category_list_container table tr {
    display: block;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
}

#category_list_container table td {
    height: 44px;
    color: #999;
    line-height: 16px;
    vertical-align: middle;
    padding-right: 1em;
}

#category_list_container table td.category_list_date {
    padding-left: 1em;
    letter-spacing: .1em;
    background: #fff;
}

#category_list_container table td a {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: .5em 1em;
    color: #1e1e1e;
    ;
}

#category_list_container table td a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    content: "";
    color: transparent;
    background: rgba(0, 0, 0, .05);
    opacity: 0;
    transition: all .35s;
}

#category_list_container table td a:hover::before {
    opacity: 1;
    width: 100%;
}

.news_list {
    display: none;
}

.change_btn_list {
    width: 50px;
    height: auto;
    float: right;
    text-align: center;
    margin: 5px auto 0 auto;
}

.change_btn_list a {
    position: relative;
    display: block;
    margin: 0;
    width: 50px;
    height: 36px;
    text-align: center;
}

.change_btn_list a.newsArrowPrev::before {
    position: absolute;
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    left: 50%;
    top: 50%;
    margin: 8px 0 0 -12px;
    border-right: 2px solid rgba(0, 0, 0, .3);
    border-bottom: 2px solid rgba(0, 0, 0, .3);
    transform: translate(0, -50%) rotate(225deg) scale(1);
    transition: all 0.55s ease;
}

.change_btn_list a.newsAroowNext::before {
    position: absolute;
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -12px;
    border-right: 2px solid rgba(0, 0, 0, .3);
    border-bottom: 2px solid rgba(0, 0, 0, .3);
    transform: translate(0, -50%) rotate(45deg) scale(1);
    transition: all 0.55s ease;
}

.change_btn_list a.list_change::before {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    background: rgba(0, 0, 0, .20);
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.4s ease;
}

.change_btn_list a.list_change_clicked::before {
    background: rgba(0, 0, 0, .80);
}

.change_btn_list a.newsArrowPrev:hover::before {
    -webkit-animation: changeNewsPrevHover 0.6s ease forwards;
    animation: changeNewsPrevHover 0.6s ease forwards;
}

.change_btn_list a.newsAroowNext:hover::before {
    -webkit-animation: changeNewsNextHover 0.6s ease forwards;
    animation: changeNewsNextHover 0.6s ease forwards;
}

.change_btn_list a.list_change:hover::before {
    -webkit-animation: changeNewsPointHover 0.6s ease forwards;
    animation: changeNewsPointHover 0.6s ease forwards;
}

.change_btn_list a.list_change_clicked:hover::before {
    -webkit-animation: changeNewsPointActiveHover 0.6s ease forwards;
    animation: changeNewsPointActiveHover 0.6s ease forwards;
}

@-webkit-keyframes changeNewsPrevHover {
    0% {
        transform: translate(0, -50%) rotate(225deg) scale(0.8);
    }

    40% {
        transform: translate(0, -50%) rotate(225deg) scale(1.35);
    }

    60% {
        transform: translate(0, -50%) rotate(225deg) scale(1);
    }

    80% {
        transform: translate(0, -50%) rotate(225deg) scale(1.25);
    }

    100% {
        transform: translate(0, -50%) rotate(225deg) scale(1);
    }
}

@keyframes changeNewsPrevHover {
    0% {
        transform: translate(0, -50%) rotate(225deg) scale(0.8);
    }

    40% {
        transform: translate(0, -50%) rotate(225deg) scale(1.35);
    }

    60% {
        transform: translate(0, -50%) rotate(225deg) scale(1);
    }

    80% {
        transform: translate(0, -50%) rotate(225deg) scale(1.25);
    }

    100% {
        transform: translate(0, -50%) rotate(225deg) scale(1);
    }
}

@-webkit-keyframes changeNewsNextHover {
    0% {
        transform: translate(0, -50%) rotate(45deg) scale(0.8);
    }

    40% {
        transform: translate(0, -50%) rotate(45deg) scale(1.35);
    }

    60% {
        transform: translate(0, -50%) rotate(45deg) scale(1);
    }

    80% {
        transform: translate(0, -50%) rotate(45deg) scale(1.25);
    }

    100% {
        transform: translate(0, -50%) rotate(45deg) scale(1);
    }
}

@keyframes changeNewsNextHover {
    0% {
        transform: translate(0, -50%) rotate(45deg) scale(0.8);
    }

    40% {
        transform: translate(0, -50%) rotate(45deg) scale(1.35);
    }

    60% {
        transform: translate(0, -50%) rotate(45deg) scale(1);
    }

    80% {
        transform: translate(0, -50%) rotate(45deg) scale(1.25);
    }

    100% {
        transform: translate(0, -50%) rotate(45deg) scale(1);
    }
}

@-webkit-keyframes changeNewsPointHover {
    0% {
        transform: scale(0.8);
    }

    40% {
        transform: scale(1.35);
    }

    60% {
        transform: scale(1);
    }

    80% {
        transform: scale(1.25);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes changeNewsPointHover {
    0% {
        transform: scale(0.8);
    }

    40% {
        transform: scale(1.35);
    }

    60% {
        transform: scale(1);
    }

    80% {
        transform: scale(1.25);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes changeNewsPointActiveHover {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes changeNewsPointActiveHover {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

/*--- FEATURE ---*/
ul.featureBanner {
    display: flex;
    flex-wrap: wrap;
    margin-top: 4em;
    margin-bottom: 1em;
}

ul.featureBanner li {
    display: block;
    width: calc((100% - 40px) / 3);
    margin: 0 20px 20px 0;
}

ul.featureBanner li:nth-of-type(3n) {
    margin-right: 0;
}

ul.featureBanner li figure {
    position: relative;
    width: 100%;
    overflow: hidden;
}

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

ul.featureBanner li figure img {
    position: absolute;
    top: 0;
    left: 0;
    zoom: 1;
    max-width: 100%;
    opacity: 1;
    vertical-align: top;
    transition: all 0.4s ease;
}

ul.featureBanner li figure:hover img {
    opacity: 1;
    transform: scale(1.1);
}

ul.featureBanner li figure a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/*--- STAFF COORDINATE ---*/
.topParts .fs-c-coordinationCatalog__list article.fs-c-coordinationCatalog__list__item {
    box-sizing: border-box;
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    margin-bottom: 20px;
}

.topParts .fs-c-coordinationCatalog__list article.fs-c-coordinationCatalog__list__item:nth-of-type(4n) {
    margin-right: 0;
}

.topParts .fs-c-coordinationCatalog__list article.fs-c-coordinationCatalog__list__item:nth-of-type(5n) {
    margin-right: 20px;
}

.topParts .fs-c-coordinationCatalog__list article.fs-c-coordinationCatalog__list__item:nth-last-of-type(1),
.topParts .fs-c-coordinationCatalog__list article.fs-c-coordinationCatalog__list__item:nth-last-of-type(2) {
    display: none;
}

#fs_Top .feature__footer,
#fs_Top .fs-c-coordinationCatalog__footer,
#fs_Top .fs-c-staffCatalog__footer {
    text-align: center;
    padding: 3em 0 0;
}

.fs-c-coordinationCatalog__footer a,
.fs-c-staffCatalog__footer a {
    position: relative;
    display: inline-block;
    color: #1e1e1e;
    font-size: 1.8em;
    line-height: 2.0;
    letter-spacing: .1em;
    padding: .5em 50px .5em 30px;
    background: rgba(255, 255, 255, 1.0);
    border: 1px solid rgba(0, 0, 0, .50);
}

.fs-c-coordinationCatalog__footer a::before,
.fs-c-staffCatalog__footer a::before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    top: 50%;
    right: 0;
    margin: 0 10px 0 0;
    border-right: 2px solid rgba(0, 0, 0, .50);
    border-bottom: 2px solid rgba(0, 0, 0, .50);
    transform: translate(0, -50%) rotate(-45deg);
}

.fs-c-coordinationCatalog__footer a::after,
.fs-c-staffCatalog__footer a::after {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: rgba(0, 0, 0, .05);
    transition: .3s;
}

.fs-c-coordinationCatalog__footer a:hover::after,
.fs-c-staffCatalog__footer a:hover::after {
    transition-delay: .3s;
    width: 100%;
}

/*--- TOP SNS LIST ---*/
.topSnsList {
    display: flex;
    width: 40%;
    align-items: center;
    justify-content: flex-end;
}

.layoutCenter {
    margin: 50px auto 20px;
    align-items: center;
    justify-content: center;
}

.topSnsList ul.sns li {
    display: inline-block;
    text-align: center;
    margin: 0 20px;
}

.topSnsList ul.sns li a {
    position: relative;
    color: #1e1e1e;
    display: block;
    padding: .5em;
}

.topSnsList ul.sns li a::before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: "";
    color: transparent;
    background: rgba(0, 0, 0, .05);
    opacity: 0;
    transition: all .35s;
}

.topSnsList ul.sns li a:hover::before {
    opacity: 1;
    height: 100%;
}

.topSnsList .sns li a small {
    font-size: 1.2em;
}

.topSnsList .sns li i.global_icon {
    display: block;
    margin: auto;
    color: #1e1e1e;
    font-size: 36px;
}

.topSnsList .sns li i.global_icon::before {
    vertical-align: top;
}

i.global_icon.icoTwitter {
    background: rgba(255,255,255,0);
    width: 36px;
    height: 36px;
    position: relative;
}
i.global_icon.icoTwitter::after {
    position: absolute;
    width: 29px;
    height: 29px;
    background: url("https://machouse.itembox.design/item/assets/img/sns/ico_sns_x.png") center center / 28px 28px no-repeat #1e1e1e;
    content: "";
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -14px;
    border-radius: 7px;
}

/*--- NEW ARRIVAL / RANKING ---*/
.global_section-pc .global_tab {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    border-top: 0 solid rgba(255, 255, 255, 0);
    border-bottom: 1px solid rgba(0, 0, 0, .20);
}

.global_tab__item {
    position: relative;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(255, 255, 255, 1.00);
    border-right: 0 solid rgba(255, 255, 255, 0);
    border-bottom: 0 solid rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

.global_tab li.global_tab__item {
    color: #1e1e1e;
    line-height: 60px;
    font-size: 1.8rem;
    letter-spacing: .05em;
}

.global_tab li.global_tab__item::after {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto -1px;
    width: 0;
    height: 4px;
    background: rgba(85, 85, 85, 1.00);
    transition: .3s;
    transition-delay: .25s;
}

.global_tab li.global_tab__item.active::after {
    opacity: 1;
    width: 100%;
}

.ranking .fs-c-accountService__page:before,
.ranking .fs-c-productList__list__item:before,
.ranking .item_list__item:before {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: rgba(255, 255, 255, 1.00);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .2);
    border: 1px solid rgba(85, 85, 85, 1.00);
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
    font-size: 10px;
    color: #1e1e1e;
    content: counter(ranking);
}

.ranking .fs-c-accountService__page:first-child:before,
.ranking .fs-c-productList__list__item:first-child:before,
.ranking .item_list__item:first-child:before {
    background-color: rgba(255, 255, 255, 1.00);
}

.item_list .global_item__details p.itemName {
    padding: 0;
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
    word-wrap: break-word;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.item_list .global_item__details p.global_item__price {
    padding-top: .8em;
}

.global_section-pc .global_tab__content.active {
    transform: scale(1);
    -webkit-animation: changeTabContents 0.6s ease forwards;
    animation: changeTabContents 0.6s ease forwards;
}

@-webkit-keyframes changeTabContents {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    20% {
        opacity: 0;
        transform: scale(0.5);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes changeTabContents {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    20% {
        opacity: 0;
        transform: scale(0.5);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/*--- PICKUP NEWS ---*/
.newsBlock {
    background: rgba(0, 0, 0, .05);
}

.topNewsPc article {
    position: relative;
    display: flex;
    width: calc((100% - 60px) / 4);
    margin: 0 20px 20px 0;
    background: rgba(255, 255, 255, 1);
    overflow: hidden;
    flex-direction: column;
}

.topNewsPc article:nth-of-type(4n),
.topNewsPc article:nth-last-of-type(1) {
    margin-right: 0;
}

.topNewsPc figure::before {
    content: "";
    display: block;
    padding-top: 100%;
    width: 100%;
}

.newsBlock .global_section-pc {
    background: rgba(255, 255, 255, 0);
}

ul.pickupNews li figure figcaption {
    caption-side: bottom;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    color: #1e1e1e;
    text-align: left;
    height: auto;
    width: calc((1000px - 60px) / 4);
    box-sizing: border-box;
    background: rgba(255, 255, 255, 1);
    z-index: +1;
}

.topNewsPc article figure figcaption:hover {
    /*    cursor: pointer;*/
}

.topNewsPc article figure figcaption h3 {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: .8em .6em .5em .8em;
    font-size: 1.6em;
    font-weight: 500;
    letter-spacing: .05em;
    background: rgba(255, 255, 255, 1);
    z-index: +1;
}

.topNewsPc article figure figcaption p {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: .5em .8em;
    font-size: 1.2em;
    letter-spacing: .05em;
    text-align: justify;
    background: rgba(255, 255, 255, 1);
    z-index: +1;
}

.topNewsPc article p.newsDate {
    margin-top: auto;
    padding: .5em .8em .8em .8em;
    color: #aaa;
    font-size: 1.2em;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

ul.pickupNews li figure a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/*--- RECOMMEND BRAND ---*/
.recommendBrandBlock {
  /*background: rgba(0,0,0,.05);*/
}
.recommendBrandBlock .global_section-pc {
  /*background: #f2f2f2;*/
}
.recommendBrandList {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 0px;
  /*padding-bottom: 20px;*/
}
.recommendBrandList li {
  width: calc((100% - 50px) / 6);
  margin: 0 10px 10px 0;
}
.recommendBrandList li:nth-of-type(6n) {
  margin: 0 0 10px 0;
}
.recommendBrandList li figure {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
  /*border: 1px solid #e9e9e9;*/
}
.recommendBrandList li figure::before {
  content: "";
  display: block;
  padding-top: 47.39%;
}
.recommendBrandList li figure img {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
  height: auto;
  max-width: 100%;
  opacity: 1;
  vertical-align: top;
  transition: all 0.4s ease;
}
.recommendBrandList li figure:hover img {
  opacity: 1;
  transform: scale(1.2);
}
.recommendBrandList li figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35%;
  padding: 0 .5em;
  color: #1e1e1e;
  font-size: 1.2em;
  background: #fff;
  z-index: 1;
}
.recommendBrandList li figure a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.brandListLink {
  text-align: center;
  padding: 2em 0 0;
}
.brandListLink a {
  position: relative;
  display: inline-block;
  color: #1e1e1e;
  font-size: 1.8em;
  line-height: 2;
  letter-spacing: 0.1em;
  padding: 0.5em 50px 0.5em 30px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.brandListLink a::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  top: 50%;
  right: 0;
  margin: 0 10px 0 0;
  border-right: 2px solid rgba(0, 0, 0, 0.5);
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  transform: translate(0, -50%) rotate(-45deg);
}
.brandListLink a::after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}
.brandListLink a:hover::after {
  transition-delay: 0.3s;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .recommendBrandList {
    width: calc(100% - 20px);
    padding-bottom: 3em;
  }
  .recommendBrandList li,
  .recommendBrandList li:nth-of-type(5n) {
    width: calc((100% - 10px) / 2);
    margin: 0 10px 10px 0;
  }
  .recommendBrandList li:nth-of-type(2n) {
    margin: 0 0 10px 0;
  }
}

/*--- CALL TO ACCTION ---*/
.callToAction {
    box-sizing: border-box;
    width: 1000px;
    background: rgba(255, 255, 255, 1.00);
    margin: auto;
    padding: 8em 0 6em 0;
}

.callToAction p {
    margin-bottom: 2em;
}

.callToAction a img {
    opacity: 1;
    transition: .3s;
}

.callToAction a:hover img {
    opacity: .6;
    transition: .4s;
    transition-delay: .2s;
}

/*--- FOOTER ---*/
footer.commonFooter {
    display: block;
    width: 100%;
    font-size: 10px;
    letter-spacing: .05em;
    margin: 0 0 3em;
}

footer.commonFooter a {
    position: relative;
}

footer.commonFooter a::before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: "";
    color: transparent;
    background: rgba(0, 0, 0, .05);
    opacity: 0;
    transition: all .35s;
    z-index: -1;
}

footer.commonFooter a:hover::before {
    opacity: 1;
    height: 100%;
}

.fs-l-page .commonFooter .footerContentsWrap {
    width: 100%;
    padding: 2rem 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.fs-l-page .commonFooter .footerContentsWrap .footerContents {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: auto;
}

.footerSecondNavi {
    width: 60%;
}

.footerSecondNavi::before,
.footerSecondNavi::after {
    content: "";
    display: table;
}

.footerSecondNavi::after {
    clear: both;
}

.footerSecondNavi dl {
    font-size: 1.3em;
}

.footerSecondNavi dt {
    display: block;
    width: 30%;
    float: left;
    font-weight: 600;
    padding: .5em 0 8em 0;
}

.footerSecondNavi dd {
    display: block;
    width: calc(70% / 2);
    float: left;
}

.footerSecondNavi dd a {
    display: block;
    text-align: left;
    box-sizing: border-box;
    width: calc(100% - 1em);
    padding: .5em 0 .5em .5em;
    margin: 0 1em 0 0;
    color: #1e1e1e;
}

.footershopGuide,
.footerEstoreGuide {
    box-sizing: border-box;
    display: flex;
}

.footershopGuide {
    width: 35%;
}

.footerEstoreGuide {
    width: 65%;
}

.footershopGuide h2,
.footerEstoreGuide h2,
.footershopGuide ul,
.footerEstoreGuide ul {
    box-sizing: border-box;
    display: block;
}

.footershopGuide h2,
.footerEstoreGuide h2 {
    white-space: nowrap;
    font-weight: 600;
    padding-top: .4em;
    padding-right: 3em;
    box-sizing: border-box;
    display: block;
}

.footerEstoreGuide h2 {
    width: 60%;
}

.footershopGuide ul li {
    display: block;
    box-sizing: border-box;
}

.footershopGuide ul li a {
    white-space: nowrap;
    display: block;
    color: #191919;
    font-size: 1.4em;
    letter-spacing: .1em;
    box-sizing: border-box;
    padding: .5em 0 .5em .5em;
}

.footerEstoreGuide ul {
    letter-spacing: -.4em;
}

.footerEstoreGuide ul li {
    display: inline-block;
    box-sizing: border-box;
    width: 50%;
}

.footerEstoreGuide ul li a {
    display: block;
    color: #191919;
    font-size: 1.4em;
    letter-spacing: .1em;
    box-sizing: border-box;
    padding: .5em 0 .5em .5em;
}

.footerSns {
    display: flex;
    width: 40%;
    align-items: center;
    justify-content: flex-end;
}

.footerSns.layoutCenter {
    margin: 50px auto 20px;
    align-items: center;
    justify-content: center;
}

.footerSns ul.sns li {
    display: inline-block;
    text-align: center;
    margin: 0 20px;
}

.footerSns ul.sns li:nth-last-of-type(1) {
    display: inline-block;
    text-align: center;
    margin-right: 0;
}

.footerSns ul.sns li a {
    color: #1e1e1e;
    display: block;
    padding: .5em;
}

.footerSns .sns li a small {
    font-size: 1.2em;
}

.footerSns .sns li i.global_icon {
    display: block;
    margin: auto;
    color: #1e1e1e;
    font-size: 36px;
}

.footerSns .sns li i.global_icon::before {
    vertical-align: top;
}

footer.commonFooter .footerGnavi {
    display: block;
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}

footer.commonFooter .footerGnavi ul {
    display: block;
    padding: 2em 0;
}

footer.commonFooter .footerGnavi ul li {
    display: inline-block;
}

footer.commonFooter .footerGnavi ul li a {
    display: block;
    padding: 0.5em 20px;
    color: #1e1e1e;
    font-size: 1.4em;
}

footer.commonFooter #copyright {
    display: block;
    width: 1000px;
    margin: 2em auto 0;
    font-size: 1.4em;
    text-align: center;
}

footer.commonFooter #copyright small {
    color: #aaa;
}

/*----- NODAL WINDOW -----*/
.fs-c-cartTable__dataCell--quantity .fs-c-cartTable__quantity:after,
.fs-c-modal--medium__contents form .fs-c-dropdown:after,
.fs-c-modal__contents form .fs-c-dropdown:after,
.fs-c-variationAndActions__variation .fs-c-variationSelect__select:after,
.global_form .fs-c-dropdown:after,
.global_form__select:after,
.search_category__head:after {
    border-color: transparent transparent transparent transparent;
}

.global_tab__item {
    flex-direction: column;
}

/*----- SUB PAGE -----*/
.container-card-pc.second_page.newDesign .global_card {
    width: 280px;
    height: 280px;
}

.container-card-pc.second_page.newDesign .global_card__ph {
    border-radius: 0;
}

/*----- NEW FOOTER -----*/
.integrationFooter {}

/*--- FOOTER ---*/
footer.integrationFooter h2 {
    font-size: 19px !important;
    font-weight: 700 !important;
    letter-spacing: .1em;
}

.integrationFooter {
    display: block;
    width: 100%;
    font-size: 10px;
    letter-spacing: .05em;
    margin: 4em 0 3em 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    ;
}

.integrationFooter a {
    position: relative;
}

.integrationFooter a::before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: "";
    color: transparent;
    background: rgba(0, 0, 0, .05);
    opacity: 0;
    transition: all .35s;
    z-index: -1;
}

.integrationFooter a:hover::before {
    opacity: 1;
    height: 100%;
}

.integrationFooter h2 {
    transform: scale(.94, 1);
}

.footerOfficialSns {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 4em 0 3em 0;
}

.footerOfficialSns ul.sns {
    min-width: 376px;
}

.footerOfficialSns ul.sns li {
    display: inline-block;
    text-align: center;
    margin: 0 10px;
}

.footerOfficialSns ul.sns li:nth-last-of-type(1) {
    display: inline-block;
    text-align: center;
    margin-right: 0;
}

.footerOfficialSns ul.sns li a {
    color: #1e1e1e;
    display: block;
    padding: .5em;
    width: calc(376px / 4);
}

.footerOfficialSns .sns li a small {
    font-size: 1.2em;
}

.footerOfficialSns .sns li i.global_icon {
    display: block;
    margin: auto;
    color: #1e1e1e;
    font-size: 36px;
}

.footerOfficialSns .sns li i.global_icon::before {
    vertical-align: top;
}

.footerShopGuide,
.footerEStoreGuide,
.footerCorprateNavi {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4em;
}

.footerShopGuide {
    /*border-top: 1px solid rgba(0,0,0,.1);*/
}

.footerEStoreGuide {
    background: rgba(0, 0, 0, .03)
}

.footerCorprateNavi {
    margin-top: 0;
    padding-bottom: 1em;
    background: rgba(0, 0, 0, .06)
}

.footerCorprateNavi .corprateInduction {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 3em;
}

.footerCorprateNavi .corprateInduction a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 480px;
    height: 54px;
    color: #fff;
    font-size: 2em;
    font-weight: 700;
    background: #000;
    border-radius: 3px;
}

.footerCorprateNavi .corprateInduction a::before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: "";
    color: transparent;
    background: rgba(255,255,255,.5);
    opacity: 0;
    transition: all .35s;
    z-index: 1;
}

.footerCorprateNavi .corprateInduction a:hover::before {
    opacity: 1;
    height: 100%;
}

.footerCorprateNavi .corprateInduction a::after {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    top: 50%;
    right: 0;
    margin: 0 20px 0 0;
    border-right: 3px solid rgba(255,255,255,1);
    border-bottom: 3px solid rgba(255,255,255,1);
    transform: translate(0, -50%) rotate(-45deg);
}

.footerShopGuide ul,
.footerCorprateNavi nav {
    display: flex;
    flex-wrap: wrap;
    /*-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;*/
    justify-content: center;
    width: 100%;
    max-width: 1000px;
    margin-top: 3em;
    padding: 0 20px;
}

.footerEStoreGuide ul {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    width: 100%;
    max-width: 1000px;
    margin-top: 3em;
    padding: 0 20px;
}

.footerCorprateNavi nav {
    margin-top: 0;
}

.footerShopGuide ul li {
    width: calc(100% / 5);
    margin: .5em 0;
}

.footerShopGuide ul li.covid19 a {
    font-size: 1.3em;
}

.footerEStoreGuide ul li,
.footerCorprateNavi nav dl {
    display: block;
    width: calc(100% / 4);
    box-sizing: border-box;
    margin: .5em 0;
}

.footerCorprateNavi nav dl {
    margin: 0;
}

.footerShopGuide ul li a,
.footerEStoreGuide ul li a {
    white-space: nowrap;
    display: block;
    color: #191919;
    font-size: 1.4em;
    letter-spacing: .1em;
    box-sizing: border-box;
    padding: .5em 2em .5em 1.3em;
}

.footerCorprateNavi nav dl dt {
    letter-spacing: .1em;
    margin-bottom: .8em;
}

.footerCorprateNavi nav dl a {
    white-space: nowrap;
    display: block;
    color: #191919;
    font-size: 1.4em;
    letter-spacing: .1em;
    box-sizing: border-box;
    padding: .2em 2em .2em 1.3em;
}

.footerCorprateNavi nav dl dt a {
    color: #1e1e1e;
    font-size: 1.9rem;
    font-weight: 700;
    letter-spacing: .1em;
    padding: .2em 2em .2em .91em;
}

.footerCorprateNavi nav dl dt a span {
    display: inline-block;
}

.footerShopGuide a::after,
.footerEStoreGuide a::after,
.footerCorprateNavi a::after {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    top: 50%;
    right: 0;
    margin: 0 20px 0 0;
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    transform: translate(0, -50%) rotate(-45deg);
}

.footerCorprateNavi dt a::after {
    border-right: 2px solid rgba(0, 0, 0, 0.8);
    border-bottom: 2px solid rgba(0, 0, 0, 0.8);
}

.integrationFooter #footerCopyright {
    display: block;
    margin: 4em auto 0;
    font-size: 1.4em;
    text-align: center;
}

.integrationFooter #footerCopyright small {
    color: #191919;
}