@charset "UTF-8";

/* リセットCSS */
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
    font-family: 'メイリオ', Meiryo, YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -webkit-tap-highlight-color: transparent;
    /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}

address {
    font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
    vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    /* 1 */
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit;
    /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
    -webkit-appearance: checkbox;
    appearance: checkbox;
}

[type="radio"] {
    -webkit-appearance: radio;
    appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
    cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
    outline: auto;
}

select:disabled {
    opacity: inherit;
}

/**
 * Remove padding
 */

option {
    padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
}

legend {
    padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
    outline-offset: -2px;
    /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
    cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
    outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
    border-color: inherit;
    /* 1 */
    border-collapse: collapse;
}

caption {
    text-align: left;
}

td,
th {
    vertical-align: top;
    padding: 0;
}

th {
    text-align: left;
    font-weight: bold;
}

/* リセットCSSここまで */
body {
    background-color: #fff;
    text-align: center;
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-size: 14px;
    color: #000;
}

@media screen and (min-width:1024px) {
    body {
        font-size: 16px;
    }
}

@media screen and (min-width:1440px) {
    body {
        font-size: 17px;
    }
}

/* root */
:root {
    --color: #7fc032;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: var(--color);
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 20px 0;
    width: 100%;
    box-shadow: 0 0 5px #efefef;
    background-color: #fff;
}

@media screen and (max-width:767px) {
    .headerImg img {
        width: 40%;
    }
}

#headerNav ul li a {
    font-size: 1.2em;
}

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

    .headerImg {
        margin-left: 5%;
        text-align: left;
    }

    #headerNav {
        position: fixed;
        top: 0;
        left: 100%;
        padding: 20% 3em 0;
        width: 100%;
        min-height: 100vh;
        z-index: 300;
        background-color: #fff;
        transition: .5s;
    }

    #headerNav ul li {
        margin: 2.5em auto;
    }

    #navToggle {
        position: fixed;
        top: 3.5%;
        right: 3%;
        z-index: 400;
    }

    #navLine {
        position: relative;
        display: block;
        width: 40px;
        height: 3px;
        border-radius: 10px;
        background-color: var(--color);
        transition: .5s;
    }

    #navLine::before,
    #navLine::after {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        border-radius: 10px;
        background-color: var(--color);
    }

    #navLine::before {
        transform: translateY(10px);
    }

    #navLine::after {
        transform: translateY(-10px);
    }

    #headerNav.open {
        left: 0;
    }

    #navLine.open {
        background-color: transparent;
        transition: .5s;
    }

    #navLine.open::before,
    #navLine.open::after {
        background-color: var(--color);
        transition: .5s;
    }

    #navLine.open::before {
        transform: rotate(45deg);
    }

    #navLine.open::after {
        transform: rotate(-45deg);
    }

    .spNone {
        display: none;
    }

    #headerIcon {
        position: fixed;
        top: 1.5%;
        right: 70px;
        z-index: 200;
    }

    #headerIcon ul li {
        display: inline-block;
        font-size: 11px;
    }

    #headerIcon ul li img {
        width: 30px;
    }

    #headerNav img {
        width: 100%;
        max-width: 300px;
        height: auto;
    }
}

.inlineBox {
    display: flex;
    margin: -5px auto 0;
    width: 100px;
    justify-content: space-between;
}

.inlineBox li {
    flex-basis: 40px;
}

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

.inlineBox li.spNone {
    font-size: 11px;
}

.inlineBox li.spNone img {
    width: 70%;
    height: auto;
}

@media screen and (min-width:1024px) {
    nav {
        padding-bottom: 0;
    }

    .pcNone {
        display: none;
    }

    #navFlex {
        display: flex;
        margin: 0 auto;
        width: 95%;
        max-width: 800px;
        justify-content: space-between;
    }

    #headerImg {
        flex-basis: 30%;
    }

    #headerNav {
        flex-basis: 60%;
    }

    #headerNav>ul {
        display: flex;
        justify-content: flex-end;
    }

    #headerNav>ul>li {
        flex-basis: calc(100% /4);
    }

}

@media screen and (min-width:1440px) {

    #headerImg {
        flex-basis: 50%;
    }

}

#headerBox {
    margin: 8vh auto 0;
    width: 100%;
    max-width: 800px;
}

#headerBox img {
    width: 100%;
    height: auto;
}

.bannerBox,
main {
    margin: 1em auto 3em;
    width: 80%;
    max-width: 800px;
}

.bannerBox img {
    width: 100%;
    height: auto;
}

main {
    text-align: left;
    line-break: strict;
}

main>section {
    margin: 5em auto;
}

section h2 {
    padding-top: 2em;
    opacity: 0.5;
    font-weight: bold;
    font-size: 2em;
    color: var(--color);
}

section h3 {
    position: relative;
    padding-left: 30px;
    font-size: 1.2em;
}

section h3::before {
    position: absolute;
    display: block;
    content: '';
    top: 7px;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: var(--color);
}

.right {
    margin-top: 2em;
    text-align: right;
}

.right::after {
    display: block;
}

.right img {
    width: 30%;
    max-width: 150px;
}

.text {
    margin: 1.5em auto;
    text-align: center;
    font-size: 1.4em;
    color: #888;
}

.text span {
    font-size: 13px;
}

h4 {
    position: relative;
}

h4::before {
    position: absolute;
    display: block;
    content: '';
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 30px;
    background-color: #888;
}

.imgBorder {
    width: 100%;
    height: auto;
    border: thin solid #000;
}

.flexContainer {
    margin-bottom: 1.5em;
    text-align: center;
}

.flexContainer p {
    text-align: left;
}

@media screen and (min-width:1024px) {
    .flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .flex div {
        flex-basis: 48%;
    }

}

span.frame {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 12px;
}

.frame::before,
.frame::after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    width: 1px;
    height: 20px;
    background-color: #000;
}

.frame::before {
    left: -0.5em;
    transform: rotate(-15deg);
}

.frame::after {
    right: -0.5em;
    transform: rotate(15deg);
}

a.onlineShopLink {
    display: inline-block;
    margin-bottom: 2em;
    padding: 0.5em 0;
    width: 100%;
    background-color: var(--color);
    text-align: center;
    color: #fff;
}

a.onlineShopLink img {
    width: 30px;
    height: auto;
}

ul.mallLink {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.mallLink li {
    flex-basis: 49%;
    margin-bottom: 0.5em;
}

ul.mallLink li a {
    display: inline-block;
    padding: 0.3em 0;
    width: 100%;
    font-size: 13px;
}

.rakuten {
    background-color: #bf0000;
    color: #fff;
}

.yahoo {
    background-color: #ff8400;
    color: #fff;
}

.buyma {
    background-color: #000;
    color: #fff;
}

.auction {
    background-color: #ffda45;
    color: #000;
}

dd {
    margin-bottom: 0.5em;
}

ul#subMenu li {
    display: inline-block;
    padding: 0.5em 0.5em 0;
    border: thin solid #000;
    border-bottom: none;
    background-color: #efefef;
}

ul#subMenu li.click {
    background-color: #fff;
    color: var(--color);
}

#companyContents {
    padding: 1em;
    border: thin solid #000;
}

@media screen and (min-width:1024px) {
    .flexList {
        display: flex;
        flex-wrap: wrap;
    }

    .flexList dt {
        flex-basis: 20%;
    }

    .flexList dd {
        flex-basis: 80%;
    }

    .flex dl {
        flex-basis: 50%;
    }
}

@media screen and (min-width:768px) {
    .flexList2 {
        display: flex;
        justify-content: space-between;
    }

    .flexList2 dt {
        flex-basis: 50%;
    }

    .flexList2 dd {
        flex-basis: 48%;
    }

}

.imgBuild {
    margin-bottom: 2em;
    width: 100%;
    max-width: 350px;
    height: auto;
}

footer {
    padding: 2% 5%;
    background-color: var(--color);
    color: #fff;
}

footer div.flex {
    margin: 0 auto;
    max-width: 1000px;
}

footer a {
    color: #fff;
    font-weight: normal;
}

footer h5 {
    margin-bottom: 0.5em;
    width: 100px;
    border: thin solid #fff;
    text-align: center;
}

.footerRight {
    margin-bottom: 1em;
}

.footerLeft {
    margin-bottom: 1em;
    text-align: left;
}

footer span {
    font-size: 12px;
}

footer img {
    width: 80%;
    max-width: 300px;
    height: auto;
}

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

    .footerLeft ul li {
        display: inline-block;
    }

    footer div.flex {
        flex-direction: row-reverse;
    }
}

@media screen and (min-width:1024px) {
    .footerRight {
        text-align: right;
    }
}