@charset "UTF-8";

html {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', ;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角sans-serifゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
    /* font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; */

    font-size: 100%;
    /* font-family: ; */
    scroll-behavior: smooth;
    scroll-padding-top: 100px;

}

img {
    max-width: 100%;
    height: auto;
}

.wrapper {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #cce6ff;
}

header {
    width: 100%;
    max-width: 100%;
    height: 5rem;
    background-color: #ffffff;
    color: #1FA3FD;
    opacity: 0.9;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;

    position: fixed;
    /* position: sticky; */
    z-index: 999;
    top: 0;
    left: 0;

}

header ul {
    list-style-type: none;
}

/* SPメニュー用の3本線などを非表示 */
.sp_menu,
.header-area {
    display: none;
}

.slide-menu {
    position: fixed;
    right: -100%;
}

h1 {
    margin: 1rem;
    max-width: 220px;
}

/* h1 {
    margin: 1rem 2rem 1rem;
    max-width: 220px;
    min-width: 100px;
    自分が作成した旧コード
} */

h2 {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: bold;
    font-size: xx-large;
    text-align: center;
    color: #ffffff;
    text-shadow: 2px 2px 3px #a0a0a0;
    margin: 20px auto 0;
    /* padding: 50px; */
}

h3 {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 2px 2px 3px #a0a0a0;
    /* text-align: center;  */
}

body {
    background-color: #050c56;
}

.mainvisual {
    /* margin-top: 5rem; */
    padding-top: 5rem;
    /* max-width: 1000px; */
    width: 100%;
    margin: 0 auto;
}

.slick-prev {
    left: 0;
    z-index: 1;
}

.slick-next {
    right: 0;
}


ul.mainvisual.slick-initialized.slick-slider.slick-dotted {
    padding-left: 0;
}

ul {
    margin: 2rem 1rem;
    width: 26rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;

}

/* ul {
    margin: 2rem 1rem;
    width: 35rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-decoration: none;
    自分が作成した旧コード
} */

li {
    font-size: larger;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-shadow: 1px 1px 2px #a0a0a0;
    text-decoration: none;
    list-style: none;

}

header li:hover {
    border-bottom-color: transparent;
    transform: translateY(0.1em);
    /* color: #505050; */
    /* transition: 0.5s; */
}

.header_sns ul {
    padding: 0;
    max-width: 150px;
    justify-content: space-around;
}

.header_sns img {
    width: 20px;
}

.store {
    margin-top: 50px;
    text-align: center;
}

.official_ec {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}

.ecmall {
    margin: 0 auto;
    max-width: 800px;
    /* justify-content: space-between; */
}

.ecmall img {
    max-width: 200px;
    padding: 20px;
}

.overseas_mall img {
    max-width: 200px;
    padding: 20px;
}

.ebay_link {
    /* font-family: sans-serif; */
    font-size: 3rem;
    font-weight: bold;
}

.sns_plugin {
    margin-top: 30px;
    margin-bottom: 10px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-around;
}


/* a {
    color: #fff;
} */



footer {
    width: 100%;
    height: 9rem;
    background-color: #ffffff;
    color: #1FA3FD;
    text-align: center;
    /* display: flex;
    justify-content: space-between; */
    padding: 30px;
    margin: 0 auto;
}



/* ///////////////////////////////以下brands.htmlページ/////////////////////////////// */


.brands_main {
    margin: 80px auto 0;
    padding: 30px 30px 30px;

    background-color: #cce6ff;
}

.brands_main_grid {
    margin: 30px auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    grid-template-rows: 150px;

}

.shokaki_lead {
    /* text-align: center; */
    padding: 10px;
}

.shokaki_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-around;
    padding: 10px;
    margin-bottom: 50px;
}

.otherbrands_read {
    /* text-align: center; */
    padding: 10px;
}

.otherbrands_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-around;
    padding: 10px;
    margin-bottom: 50px;
}

.other_atogaki {
    /* text-align: center; */
    padding: 10px;
}


/* ///////////////////////////////以下profile.htmlページ/////////////////////////////// */


.profile_main {
    margin-top: 80px;
    padding: 30px 30px 30px;
    text-align: center;

    background-color: #cce6ff;
}

.profile_logo {
    margin: 30px auto 0;
}

.profile_text {
    max-width: 800px;
    margin: 30px auto 0;
    text-align: left;
}

.concept {
    padding: 0 30px 30px;
    text-align: center;
    background-color: #cce6ff;

}

.concept_title {
    text-align: center;

}

.concept_list {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;

}


.address_main {
    margin: 0 auto;
    padding: 0 30px 30px;

    background-color: #cce6ff;
}

.address_title {
    margin: 0 auto 20px;
    text-align: center;
}

.address_main table td,
table th {
    margin: 0 auto;
    border: solid 1px;
    border-color: black;
    padding: 20px;
}

.address_main table {
    margin: 0 auto;
}

.address_main table td {
    width: 500px;
}

/* ///////////////////////////////以下contact.htmlページ/////////////////////////////// */

.contact_main {
    margin-top: 80px;
    padding: 30px 30px 30px;
    text-align: center;

    background-color: #cce6ff;
}


/* ///////////////////////////////以下pryvacypolicy.htmlページ/////////////////////////////// */

.pryvacy_kiyaku {
    margin-top: 80px;
    padding: 30px 30px 30px;
    text-align: center;
    background-color: #cce6ff;
}

.pryvacy_text p {
    text-align: left;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 12px;
}



.pryvacy_scloll {
    max-width: 900px;
    margin: 0 auto 50px;
    height: 500px;
    overflow: auto;
    padding: 20px;
    border: 1px solid #000;
    background-color: #ffffff;
}

.kiyaku_text {
    text-align: left;
    font-size: 12px;
}

.kiyaku_scroll {
    max-width: 900px;
    margin: 0 auto 50px;
    height: 500px;
    overflow: auto;
    padding: 20px;
    border: 1px solid #000;
    background-color: #ffffff;
}


/* ///////////////////////////////以下tokusho.htmlページ/////////////////////////////// */

.tokutei_shoutorihiki {
    margin-top: 80px;
    padding: 30px 30px 30px;
    text-align: center;
    background-color: #cce6ff;
}

/* .tokushou_text p {
    text-align: left;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 12px;
} */

.tokushou_scloll {
    max-width: 900px;
    margin: 0 auto 50px;
    height: 500px;
    overflow: auto;
    padding: 20px;
    border: 1px solid #000;
    background-color: #ffffff;
}

.tokushou_table, .tokushou_table td, .tokushou_table th  {
    margin: 0 auto;
    border: solid 1px;
    border-color: black;
    padding: 20px;
    text-align: left;
}

.tokushou_table td {
    width: 600px;
}

.tokushou_table th {
    background-color: #e4e4e4;
}



/* @media screen and (max-width: 1000px) {
    header {
        margin: 0 auto;
        text-align: center;
        height: 200px;
        justify-content: center;
        flex-direction: column;
    }
} */

/* ---------------
------------------
------------------
    responsive
------------------
------------------
--------------- */

@media screen and (max-width: 768px) {

    header {
        display: none;
    }

    .header-area {
        display: flex;
        justify-content: space-between;
        width: 100%;
        height: 78px;
        padding: 0 20px;
        align-items: center;
        background-color: #ffffff;
        opacity: 0.9;
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
    }

    .header-area .hamburger {
        width: 40px;
        height: 25px;
        position: relative;
        transition: .5s;
        /* 追記 */
    }

    .header-area h1 {
        width: 50%;
    }

    .slide-menu {
        flex-direction: column;
        background-color: #000000cc;
        position: fixed;
        top: 75px;
        right: 0%;
        width: 100%;
        transform: translateX(100%);
        transition: .5s;
        /* 追記 */
        z-index: 2;
        font-size: 2rem;
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center;
    }

    .slide-menu li,
    .slide-menu .menu_sns {
        margin-bottom: 2rem;
    }

    .hamburger span {
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: blue;
        transition: .5s;
        /* 追記 */
        z-index: 3;
    }

    .hamburger span:first-of-type {
        /* ハンバーガーメニューの1番目の線 */
        top: 0;
        right: 5%;
    }

    .hamburger span:nth-of-type(2) {
        /* ハンバーガーメニューの2番目の線 */
        top: 50%;
        right: 5%;
    }

    .hamburger span:last-of-type {
        /* ハンバーガーメニューの3番目の線 */
        top: 100%;
        right: 5%;
    }

    .menu_sns ul {
        display: flex;
        justify-content: space-around;
        width: 50%;
        margin: 0 auto 1rem;
        padding: 0;
    }

    .menu_sns ul li {
        width: calc(50% / 3);
    }

    .sns_plugin {
        display: block;
        text-align: center;
    }

    .sns_x {
        width: 340px;
        margin: 20px auto;
    }


    /* ///////////////////////////////以下brands.htmlページ/////////////////////////////// */

    .brands_main_grid {
        margin: 20px auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        grid-template-rows: 200px;

    }


    /* ---------------
------------------
    spmenu active
------------------
--------------- */

    .hamburger.active {
        transform: rotateY(360deg);
    }

    .hamburger.active {
        /* 追記 */
        transform: rotateY(360deg);
        /* 追記 */
    }

    .hamburger.active span:first-of-type {
        /* ハンバーガーメニューの1番目の線 */
        top: 50%;
        transform: rotate(45deg);
    }

    .hamburger.active span:nth-of-type(2) {
        /* ハンバーガーメニューの2番目の線 */
        opacity: 0;
        /* 透明にする */
    }

    .hamburger.active span:last-of-type {
        /* ハンバーガーメニューの3番目の線 */
        top: 50%;
        transform: rotate(-45deg);
    }

    .slide-menu.active {
        transform: translateX(0%);
    }
}