
/* Icons */
/* @font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
} */
/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    z-index: 3;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 32px;
    font-size: 2.0rem;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: 4%
}

[dir='rtl'] .slick-prev {
    right: 4%;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir='rtl'] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: 4%
}

[dir='rtl'] .slick-next {
    right: auto;
    left: 4%
}

.slick-next:before {
    content: '→'
}

[dir='rtl'] .slick-next:before {
    content: '←'
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 41px
}

@media screen and (max-width: 750px) {
    .slick-dotted.slick-slider {
        margin-bottom: -25px
    }
}

/* .slick-dots {
    position: absolute;
    bottom: -60px;
    z-index: 4;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

@media screen and (min-width: 751px) {
    .mainImage .slick-dots {
        bottom: -34px;
        right: -16px;
    }
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    /*margin: 0 3px;*/
    /* padding: 0;
    cursor: pointer */
/* } */

.slick-dots li button {
    font-size: 6px;
    line-height: 0;
    display: block;
    width: 6px;
    height: 6px;
    /*padding: 3px;*/
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}*/

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 9.6px;
    font-size: 0.6rem;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '';
    text-align: center;
    opacity: 1;
    color: black;
    background: #D6D6D6;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}



.mainImage .slick-dots li button:before {
    background: #dadcdf
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    background: #1c1c1c
}

.slick-prev:before,
.slick-next:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 2%;
    margin: auto;
    width: 25px;
    height: 25px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.slick-prev:before {
    right: auto;
    left: 2%;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

.sec03_slider .slick-prev:before,
.sec03_slider .slick-next:before {
    border-color: #BFFF79
}

.sec05_slider .slick-prev:before,
.sec05_slider .slick-next:before {
    border-color: #fff
}

.sec04_slider .slick-prev:before,
.sec04_slider .slick-next:before {
    border-color: #FAEE00
}

@media screen and (max-width : 750px) {

    .slick-prev:before,
    .slick-next:before {
        width: 10px;
        height: 10px;
        border-width: 1px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff
    }

    .slick-dots li button:before {
        width: 8px;
        height: 8px
    }

    .slick-dots {
        bottom: -35px
    }

    .slick-dots li:not(.slick-active) button:before {
        background: #dadcdf
    }
}

/* .sec03 .slick-prev,
.sec03 .slick-next {
  background: #1c1c1c;
  height: 28px;
  width: 28px;
  top: 40%;
  transform: rotateY(-40%);
}

.sec03 .slick-prev:before {
  margin-left: 8px;
}
.sec03 .slick-next:before {
  margin-right: 8px;
} */
#fs_productCarouselMainImage {
    cursor: pointer
}

#fs_productCarouselMainImage:after {
    content: '';
    position: absolute;
    right: 5px;
    bottom: 12px;
    width: 20px;
    height: 20px;
    margin: auto;
    background: url(../img/icon_zoom.png) no-repeat center/100%
}

.itemContents .slick-prev:before,
.itemContents .slick-next:before {
    border: 0;
    -webkit-transform: none;
    transform: none;
    left: 0;
    bottom: auto;
    right: auto
}

.fs-c-productCarouselMainImage__thumbnail img {
    -webkit-transition: .4s;
    transition: .4s;
    cursor: pointer
}

.fs-c-productCarouselMainImage__thumbnail img:hover {
    -webkit-transition: .4s;
    transition: .4s;
    opacity: .7
}

.itemContents .slick-prev,
.itemContents .slick-next {
    background: rgba(30, 30, 30, .8)
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}



/* ****************************************************************** */
/* 各ページに配置されているslick.jsの共通設定 */
/* **↑↑↑↑↑↑↑************************************************↑↑↑↑↑↑↑** */


/* -------------------------------------------------------------------------------------------------------------- */


/* ****************************************************************** */
/* 全ページで共通の設定の記述 */
/* **↓↓↓↓↓↓↓************************************************↓↓↓↓↓↓↓** */

.logout.my-false{
 display:none;
}


@font-face {
    font-family: 'Yu Gothic';
    src: local("Yu Gothic Medium");
    font-weight: 100
}

@font-face {
    font-family: 'Yu Gothic';
    src: local("Yu Gothic Medium");
    font-weight: 200
}

@font-face {
    font-family: 'Yu Gothic';
    src: local("Yu Gothic Medium");
    font-weight: 300
}

@font-face {
    font-family: 'Yu Gothic';
    src: local("Yu Gothic Medium");
    font-weight: 400
}

@font-face {
    font-family: 'Yu Gothic';
    src: local("Yu Gothic Bold");
    font-weight: bold
}

/*
    HTML5 Reset :: style.css
    ----------------------------------------------------------
    We have learned much from/been inspired by/taken code where offered from:

    Eric Meyer                  :: http://meyerweb.com
    HTML5 Doctor                :: http://html5doctor.com
    and the HTML5 Boilerplate   :: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent
}

article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
    display: block
}

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {
    max-width: 100%
}

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
    In fact, it *will* cause problems with Google Maps' controls at small size.
    If this is the case for you, try uncommenting the following:

#map img {
        max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
    overflow-y: scroll
}

/* we use a lot of ULs that aren't bulleted.
    you'll have to restore the bullets within content,
    which is fine because they're probably customized anyway */
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help
}

/* tables still need cellspacing="0" in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0
}

th {
    font-weight: bold;
    vertical-align: bottom
}

td {
    font-weight: normal;
    vertical-align: top
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

pre {
    white-space: pre;
    /* CSS2 */
    white-space: pre-wrap;
    /* CSS 2.1 */
    white-space: pre-line;
    /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word
        /* IE */
}

input[type="radio"] {
    vertical-align: text-bottom
}

input[type="checkbox"] {
    vertical-align: bottom
}

.ie7 input[type="checkbox"] {
    vertical-align: baseline
}

.ie6 input {
    vertical-align: text-bottom
}

select,
input,
textarea {
    font: 99% sans-serif
}

table {
    font-size: inherit;
    font: 100%
}

small {
    font-size: 85%
}

strong {
    font-weight: bold
}

td,
td img {
    vertical-align: top
}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

/* standardize any monospaced elements */
pre,
code,
kbd,
samp {
    font-family: monospace, sans-serif
}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
    cursor: pointer
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea {
    margin: 0
}

/* make buttons play nice in IE */
button,
input[type=button] {
    width: auto;
    overflow: visible
}

/* scale images in IE7 more attractively */
.ie7 img {
    -ms-interpolation-mode: bicubic
}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%
        /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0
}

body {
    min-height: 78vh
}


/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible
        /* 2 */
}

/**
 * 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: 1em
        /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects
        /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
        /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit
}

/**
 * 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: 1em
        /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000
}

/**
 * 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
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0
        /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
        /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal
        /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline
        /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0
        /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px
        /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit
        /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block
}

/**
 * Add the correct display in IE.
 */
template {
    display: none
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none
}

/*! sanitize.css v7.0.3 | CC0 License | github.com/csstools/sanitize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
    background-repeat: no-repeat;
    /* 1 */
    -webkit-box-sizing: border-box;
    box-sizing: border-box
        /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
    text-decoration: inherit;
    /* 1 */
    vertical-align: inherit
        /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Use the default user interface font in all browsers (opinionated).
 * 3. Correct the line height in all browsers.
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
    cursor: default;
    /* 1 */
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Oxygen, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /* 2 */
    line-height: 1.15;
    /* 3 */
    -moz-tab-size: 4;
    /* 4 */
    -o-tab-size: 4;
    tab-size: 4;
    /* 4 */
    -ms-text-size-adjust: 100%;
    /* 5 */
    -webkit-text-size-adjust: 100%;
    /* 5 */
    word-break: break-word
        /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0
}

/* Grouping content
 * ========================================================================== */
/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    height: 0;
    /* 1 */
    overflow: visible
        /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
    display: block
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
    list-style: none
}

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Oxygen Mono, Liberation Mono, monospace;
    /* 1 */
    font-size: 1em
        /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent
}

/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder
}

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Oxygen Mono, Liberation Mono, monospace;
    /* 1 */
    font-size: 1em
        /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%
}

/*
 * Remove the text shadow on text selections in Firefox 61- (opinionated).
 * 1. Restore the coloring undone by defining the text shadow
 *    in all browsers (opinionated).
 */
::selection {
    background-color: #b3d4fc;
    /* 1 */
    color: #000;
    /* 1 */
    text-shadow: none
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
    fill: currentColor
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
    border-collapse: collapse
}

/* Forms
 * ========================================================================== */
/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

/**
 * Remove the margin in Safari.
 */
button,
input,
select {
    margin: 0
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge, Firefox, and IE.
 */
button {
    overflow: visible;
    /* 1 */
    text-transform: none
        /* 2 */
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em
}

/**
 * Show the overflow in Edge and IE.
 */
input {
    overflow: visible
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    white-space: normal
        /* 1 */
}

/**
 * 1. Add the correct display in Edge and IE.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline
        /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
    text-transform: none
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
    margin: 0;
    /* 1 */
    overflow: auto;
    /* 2 */
    resize: vertical
        /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    padding: 0
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px
        /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
::-webkit-search-decoration {
    -webkit-appearance: none
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit
        /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
    border-style: none;
    padding: 0
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
    outline: 1px dotted ButtonText
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge and IE.
 */
details {
    display: block
}

/*
 * Add the correct styles in Edge, IE, and Safari.
 */
dialog {
    background-color: white;
    border: solid;
    color: black;
    display: block;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content
}

dialog:not([open]) {
    display: none
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block
}

/**
 * Add the correct display in IE.
 */
template {
    display: none
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 * 2. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
    -ms-touch-action: manipulation;
    /* 1 */
    touch-action: manipulation
        /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
    cursor: progress
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
    cursor: pointer
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled],
[disabled] {
    cursor: not-allowed
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
    clip: rect(0, 0, 0, 0);
    display: inherit;
    position: absolute
}

/*　書体の基本定義　*/
* {
    font-size: 100%
}

html,
body {
    -webkit-text-size-adjust: 100%
}

html {
    overflow: auto;
    font-size: 62.5%
}

@media screen and (max-width: 750px) {
    html {
        font-size: 52.5%
    }
}

body {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.8;
    word-wrap: break-word;
    color: #1c1c1c;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased
}

body *,
body *:before,
body *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

ol,
ul {
    list-style: none
}

ol > li > ul,
ul > li > ul {
    padding-top: .3em;
    padding-left: 0
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

section {
    clear: both
}

a {
    text-decoration: none;
    color: inherit;
    outline: none
}

a:focus,
*:focus {
    outline: none
}

a,
a img {
    -webkit-transition: .2s;
    transition: .2s
}

a:hover {
    text-decoration: none
}

a:hover > img {
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s;
    opacity: 0.7
}

figure {
    margin: 0;
    padding: 0;
    text-align: center
}

figure img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    vertical-align: middle
}

figure figcaption {
    margin: 10px auto;
    text-align: left
}

strong {
    font-weight: bold
}

html {
    overflow: auto
}

li,
td,
th,
dt,
dd,
p,
figcaption {
    text-align: inherit
}

p {
    margin: 0;
    margin-bottom: 1em;
    padding: 0;
    line-height: 1.6;
    text-align: left;
    letter-spacing: 0.06em;
    word-break: break-all
}

@media (min-width: 751px) {
    html h1.underTitle {
        font-size: 34px
    }

    html h1.underTitle span {
        font-size: 20px
    }

    html main h2 {
        font-size: 30px;
        font-size: 3rem
    }

    html main h2 span {
        font-size: 15px;
        font-size: 1.5rem
    }

    html main h1 {
        font-size: 24px;
        font-size: 2.4rem
    }

    html main h1 span {
        font-size: 15px;
        font-size: 1.5rem
    }

    html main h3 {
        font-size: 18px;
        font-size: 1.8rem
    }

    html main h3 span {
        font-size: 16px
    }

    html main h4 {
        font-size: 20px
    }

    html main h4 span {
        font-size: 14px
    }

    html main h5 {
        font-size: 19px
    }

    html main h5 span {
        font-size: 80%
    }

    html main h6 {
        font-size: 18px
    }

    html main h6 span {
        font-size: 80%
    } 
}

@media screen and (max-width: 750px) {
    html main h1 {
        font-size: 4vw
    }

    html main h1 span {
        font-size: 50%
    }

    html main h2 {
        font-size: 4.5vw
    }

    html main h2 span {
        font-size: 50%
    }

    html main h3 {
        font-size: 18px
    }

    html main h3 span {
        font-size: 80%
    }

    html main h4 {
        font-size: 16px
    }

    html main h4 span {
        font-size: 80%
    }

    html main h5 {
        font-size: 15px
    }

    html main h5 span {
        font-size: 80%
    }

    html main h6 {
        font-size: 14px
    }

    html main h6 span {
        font-size: 80%
    } 
}

html h1.underTitle {
    font-size: 22px
}

html h1.underTitle span {
    font-size: 80%
}

.inner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 5px
}

@media screen and (max-width: 750px) {
    .inner {
        padding: 0 5%
    }
}

p {
    margin-bottom: 1em;
    line-height: 1.6;
    text-align: left;
    letter-spacing: 0;
    word-break: break-all
}


/* ------------------------------------------------------- */
/* --------------------フッターエリア用の記述----------------------------------- */
/* ---------------------↓↓↓↓↓↓↓↓↓↓↓↓↓↓---------------------------------- */


footer {
    position: relative;
    overflow: hidden;
    height: auto;
    padding: 0;
    line-height: 1.3;
}

.footIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media screen and (max-width: 750px) {
    .footIcon {
        margin-top: 20px;
    }
}

.footIcon li {
    margin: 0 27px
}

footer nav {
    width: 100%
}

.footNavi {
    width: 100%;
    margin: auto;
    background: none
}

.footNavi li {
    display: block;
    margin: 0 auto;
    padding: 0;
    border-bottom: 1px solid #fff
}

.footNavi li a {
    position: relative;
    display: block;
    padding: 1.1em;
    font-size: 13px;
    font-size: 1.3rem;
    -webkit-transition: .4s;
    transition: .4s;
    text-align: center;
    text-decoration: none;
    color: #1c1c1c;
    background: #dadcdf
}

.footNavi li a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 0;
    left: auto;
    width: 1px;
    height: 100%;
    margin: auto;
    border-right: 1px solid #fff
}

.footNavi li a:hover {
    -webkit-transition: .4s;
    transition: .4s
}

@media screen and (min-width: 751px) {
    footer .flexBox {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .footLogo {
        width: 30%;
        background: #f2f5f7
    }

    .footNavi {
        margin: 25px 0 15px;
        text-align: center
    }

    .footNavi li {
        position: relative;
        display: inline-block;
        margin-bottom: 0em;
        border-bottom: 0
    }

    .footNavi li a {
        position: relative;
        padding: 0 1em;
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: normal;
        text-decoration: none;
        letter-spacing: 0.1em;
        color: #1c1c1c;
        background: none
    }

    .footNavi li a:hover {
        text-decoration: underline;
        background: none
    }

    .footNavi li:not(:first-child):not([class]) a:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 1px;
        height: 70%;
        margin: auto;
        background: #1c1c1c
    }

    .footNavi li.parent {
        position: relative;
        display: block;
        padding-left: 0;
        text-align: left
    }

    .footNavi li.parent:before {
        content: none;
        position: absolute;
        top: 0;
        right: auto;
        bottom: 0;
        left: 5px;
        width: .5em;
        height: 2px;
        margin: auto;
        -webkit-transform: none;
        transform: none;
        border: 0;
        background: #363636
    }

    .footNavi li.parent a {
        font-size: 120%
    }

    .footNavi li.parent ~ li:not(.parent) {
        display: block;
        float: none;
        margin-bottom: 5px;
        padding-left: 1.5em;
        text-align: left
    }

    .footNavi li.parent ~ li:not(.parent) a:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: .5em;
        height: 2px;
        margin: auto;
        background: #363636
    }

    .footNavi li a:after {
        content: none
    }
}


footer {
    padding: 3% 0 0%
}

@media screen and (max-width: 750px) {
    footer {
        padding: 0
    }

    footer .inner {
        padding: 0
    }
}

footer .footNavi li:nth-of-type(2) a:before {
    content: none !important
}



/* ここから新しいトップページ共有CSS */




p{
	font-size: 14px;
	font-feature-settings: "palt";
}

.toptitle_subtitle{
	margin-bottom: 18px;
}

.toptitle{
	font-family: "Kumbh Sans", sans-serif;
	font-weight: 600;
	font-size: 25px;
	text-align: center;
	letter-spacing: 0.2rem;
}

.topsubtitle{
	font-size: 10px;
	text-align: center;
	display: block;
	margin-top: 5px;
	font-weight: bold;
}

@media only screen and (min-width:1020px) {  /*-----ここからPC版-----*/

.toptitle{
	font-size: 35px;
}

.topsubtitle{
	font-size: 13px;
        margin-top: 10px;
}

}

.link{
	display: table;
	color: #0e0e0e;
	margin: 18px auto 0 auto;
}

.MoreBtn{
	padding: 10px 40px;
	border: 2px solid #0e0e0e;
	color: #0e0e0e;
	font-weight: bold;
	font-size: 13px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic" ,sans-serif;
}


@media only screen and (min-width:1020px) {  /*-----ここからPC版-----*/

.link{
	margin: 30px auto 0 auto;
}

.MoreBtn{
	font-size: 14px;
}

}
/*-------------------------------------------------------------------*/




.topcategory,
.tophistory,
.topbrand,
.toptopics,
.topreview,
.toppickup,
.topnewitem,
.topcoordinate,
.topnews,
.toptaste{
    margin-top: 50px;
}

.topranking{
    margin-top: 30px;
}

.TOPmainImage {
    margin-bottom: 50px;
}





@media only screen and (min-width:1020px) {  /*-----ここからPC版-----*/


.tophistory,
.topbrand,
.toptopics,
.topreview,
.toppickup,
.topnewitem,
.topcoordinate,
.topnews,
.toptaste{
    margin-top: 80px;
}

.topranking{
    margin-top: 40px;
}




.slick-dots{
bottom: -30px;

}

}/*-------------------------------------------------------------------*/



@media only screen and (min-width:1020px) {  /*-----ここからPC版-----*/


.slick-dots{
bottom: -75px;

}

}/*-------------------------------------------------------------------*/


.slick-dots li{
    width: 40px!important;
    height: auto; 
    margin: 0; 
    padding: 0;
    cursor: pointer;

}

.slick-dots li button:before{
	font-size:10px!important;
}


.TOPmainImage .slide{opacity: 0; transition: opacity .3s linear;}
.TOPmainImage .slide.slick-initialized{opacity: 1;}


/* お客様の声の箇所 */
.js_noOpen .js_noOpen_inner {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
}
.js_noOpen .js_noOpen_inner .js_noOpen_item {
    font-weight: 700;
}