﻿@media(max-width:812px) {}

.c-inlineBlock {
    display: inline-block;
}

.contactStore {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.contactStore[data-lang="cn"],
.contact[data-lang="cn"] {
    font-family: 'Noto Sans SC';
}

.contactStore[data-lang="en"],
.contact[data-lang="en"] {
    font-family: 'Noto Sans TC';
}

.contactStore[data-lang="jp"],
.contact[data-lang="jp"] {
    font-family: 'Noto Sans JP';
}

.contactStore[data-lang="ko"],
.contact[data-lang="ko"] {
    font-family: 'Noto Sans KR';
}

.contactStore[data-lang="tw"],
.contact[data-lang="tw"] {
    font-family: 'Noto Sans TC';
}

/****title****/
.contactStore-title {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.contactStore-title_main {
    display: block;
    width: 100%;
    font-size: 2.3em;
    line-height: 1.2;
    color: #343434;
    font-family: inherit;
    font-weight: 700;
}

.contactStore-title_text {
    display: block;
    width: 100%;
    margin: 15px 0 0 0;
    font-size: .95em;
    line-height: 1.55;
    color: #343434;
    font-family: inherit;
    font-weight: 100;
}

.contactStore-title_text a {
    color: inherit;
    text-decoration: underline;
    transition: opacity .4s ease-in-out;
}

.contactStore-title_text a:hover {
    opacity: .7;
}

/****button****/
.contactStore-bt {
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    font-size: .8em;
    line-height: 1;
    color: #fff;
    font-family: inherit;
    font-weight: 400;
    text-align: center;
    background: #18acc4;
    box-sizing: border-box;
    border-radius: 25px;
    overflow: hidden;
    flex: 0 0 auto;
}

.contactStore-bt::after {
    content: '';
    position: relative;
    display: block;
    width: 4px;
    height: 4px;
    margin: 0 0 0 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform-origin: center;
    transform: rotate(45deg);
    flex: 0 0 auto;
}

.contactStore-bt span {
    display: block;
    width: auto;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    flex: 0 0 auto;
}

.contactStore-bt:hover span {
    text-decoration: underline;
}

/****slogan****/
.contactStore_slogan {
    display: block;
    width: calc(100% - 40px);
    max-width: 1200px;
    margin: 100px auto;
}

/****store****/
.contactStore_store {
    position: relative;
    display: block;
    width: 100%;
    padding: 100px 0;
    background: #f4f4f4;
    overflow: hidden;
}

.contactStore_store_inner {
    display: block;
    width: calc(100% - 40px);
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.contactStore_store_inner .contactStore-title {
    margin: 0 auto 60px auto;
}

.contactStore[data-lang="en"] .contactStore_store_inner .contactStore-title {
    max-width: 755px;
}

.contactStore_store-box {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.contactStore_store-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    justify-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.contactStore_store-nav_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    width: calc(100% / 6 - 10px);
    margin: 0 0 10px 0;
    padding: 10px 20px;
    font-size: 1.1em;
    line-height: 1.2;
    color: #000;
    font-family: inherit;
    font-weight: 700;
    text-align: center;
    border: 2px solid #cecece;
    cursor: pointer;
}

.contactStore_store-nav[data-row="5"] .contactStore_store-nav_item {
    width: calc(100% / 5 - 10px);
}

.contactStore_store-nav_item.active {
    background: #e5e5e5;
}

.contactStore_store-nav_item.first {
    order: -10;
}

.contactStore_store-content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding: 50px;
    background: #e5e5e5;
    overflow: hidden;
}

.contactStore_store-content.j-store-box {
    display: none;
}

.contactStore_store-content.active {
    display: flex;
}

.contactStore_store-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    justify-items: flex-start;
    justify-content: flex-start;
    width: calc(50% - 15px);
    margin: 0 0 30px 0;
    text-align: left;
}

.contactStore_store-info:first-child:last-child {
    width: 100%;
}

.contactStore_store-info:last-child {
    margin: 0;
}

.contactStore_store-tag {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 0 10px 0;
    padding: 5px 15px;
    font-size: .95em;
    line-height: 1.2;
    color: #fff;
    font-family: inherit;
    background: #474747;
    border-radius: 20px;
    overflow: hidden;
}

.contactStore_store-tag:last-child {
    margin: 0;
}

.contactStore_store-tag[data-color="gray"] {
    color: #474747;
    background: #c6cad0;
}

.contactStore_store-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 0 0 1em;
    font-size: .95em;
    line-height: 1.5;
    color: #474747;
    font-family: inherit;
}

.contactStore_store-item::before {
    content: '';
    position: absolute;
    top: calc(.75em - 2px);
    left: 0;
    display: block;
    width: 4px;
    height: 4px;
    background: #474747;
    border-radius: 50%;
    overflow: hidden;
}

.contactStore_store-title {
    display: block;
    width: auto;
    max-width: 100%;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-family: inherit;
    flex: 0 0 auto;
}

.contactStore_store-title::after {
    content: ':';
    padding: 0 .15em;
}

.contactStore_store-text {
    display: block;
    width: 100%;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-family: inherit;
    flex: 0 1 auto
}

.contactStore_store-text[href] {
    text-decoration: underline;
    transition: opacity .4s ease-in-out;
}

.contactStore_store-text[href]:hover {
    opacity: .7;
}

.contactStore_store-item:last-child {
    margin: 0;
}

.contactStore_store-info__text {
    display: block;
    width: 100%;
    font-size: .95em;
    line-height: 1.5;
    color: #474747;
    font-family: inherit;
}

.contactStore_store-info__link {
    display: inline-block;
    width: auto;
    max-width: 100%;
    margin: 10px 0 0 0;
    font-size: .95em;
    line-height: 1.5;
    color: #00aeca;
    font-family: inherit;
    text-decoration: underline;
    transition: opacity .4s ease-in-out;
}

.contactStore_store-info__link:hover {
    text-decoration: underline;
    opacity: .7;
}

.contactStore_store-info__pic {
    display: block;
    width: 100%;
    margin: 35px auto 0 auto;
    border: 2px solid #fff;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .3);
    overflow: hidden;
}

.contactStore_store-info__pic img {
    display: block;
    width: 100%;
    height: auto;
}

/****mail****/
.contactStore_mail {
    display: block;
    width: calc(100% - 40px);
    max-width: 1200px;
    margin: 100px auto;
}

.contactStore_mail .contactStore-bt {
    max-width: 300px;
    margin: 50px auto 0 auto;
}

/****agree****/
.contactStore-agree {
    display: inline-block;
    width: auto;
    max-width: 100%;
    cursor: pointer;
}

.contactStore-agree input {
    cursor: pointer;
}

.contactStore-agree__text {
    display: inline-block;
    width: auto;
    max-width: 100%;
    margin: 5px auto 0 auto;
    font-size: .95em;
    line-height: 1.55;
    color: #343434;
    font-family: inherit;
    font-weight: 100;
}

.contactStore-agree__text a {
    color: #343434;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: opacity .4s ease-in-out;
}

.contactStore-agree__text a:hover {
    opacity: .7;
}

@media(max-width:1200px) {

    /****store****/
    .contactStore_store-nav_item,
    .contactStore_store-nav[data-row="5"] .contactStore_store-nav_item {
        width: calc(100% / 3 - 10px);
    }

    .contactStore_store-nav[data-row="5"] .contactStore_store-nav_item:nth-last-child(2):nth-child(3n+1),
    .contactStore_store-nav[data-row="5"] .contactStore_store-nav_item:nth-last-child(1):nth-child(3n+2) {
        width: calc(100% / 2 - 10px);
    }
}

@media(max-width:812px) {

    /****store****/
    .contactStore_store-info {
        width: 100%;
    }
}

@media(max-width:768px) {

    /****button****/
    .contactStore-bt {
        height: 40px;
    }
}

@media(max-width:640px) {

    /****title****/
    .contactStore-title_main {
        font-size: 1.93em;
    }

    .contactStore-title_text {
        margin: 10px 0 0 0;
        font-size: .85em;
    }

    /****slogan****/
    .contactStore_slogan {
        margin: 55px auto;
    }

    /****store****/
    .contactStore_store {
        padding: 55px 0;
    }

    .contactStore_store_inner .contactStore-title {
        margin: 0 auto 40px auto;
    }

    .contactStore_store-nav_item {
        font-size: .9em;
    }

    .contactStore_store-nav_item,
    .contactStore_store-nav[data-row="5"] .contactStore_store-nav_item {
        width: calc(100% / 3 - 5px);
    }

    .contactStore_store-nav[data-row="5"] .contactStore_store-nav_item:nth-last-child(2):nth-child(3n+1),
    .contactStore_store-nav[data-row="5"] .contactStore_store-nav_item:nth-last-child(1):nth-child(3n+2) {
        width: calc(100% / 2 - 5px);
    }

    .contactStore_store-content {
        padding: 30px;
    }

    .contactStore_store-tag,
    .contactStore_store-item,
    .contactStore_store-info__text,
    .contactStore_store-info__link {
        font-size: .85em;
    }

    .contactStore_store-item {
        display: block;
    }

    /****mail****/
    .contactStore_mail {
        margin: 55px auto;
    }

    .contactStore_mail .contactStore-bt {
        margin: 30px auto 0 auto;
    }

    /****agree****/
    .contactStore-agree__text {
        font-size: .85em;
    }
}

@media(max-width:370px) {

    /****store****/
    .contactStore_store-nav_item {
        font-size: 10px;
    }

    .contactStore_store-tag,
    .contactStore_store-item {
        font-size: 10px;
    }
}