@charset "UTF-8";
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * 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: .67em 0;
}

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#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 {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/**
 * 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 (https://html.spec.whatwg.org/multipage/semantics.html#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 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 */
  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: #ffff00;
  color: #000000;
}

/**
 * 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: -.25em;
}

sup {
  top: -.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#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 (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
 * 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;
}

/**
 * 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 {
  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 */
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  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 elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * 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 (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Added by Yuta Adachi
   # ================================================================= */
html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

img {
  vertical-align: bottom;
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html {
  width: 100%;
  margin: 0 auto;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: YuGothic, "游ゴシック", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Sans-Serif;
  color: #666666;
  text-align: left;
  background-color: #FFF;
}

a {
  color: #666666;
  text-decoration: none;
  transition: all 0.2s;
}

@media only screen and (min-width: 768px) {
  a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
}

figure {
  margin: 0;
}

p, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, li, ol {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

main {
  padding-top: 14.66667vw;
}

@media screen and (min-width: 768px), print {
  main {
    padding-top: 6.66667vw;
  }
}

@media screen and (min-width: 1080px) {
  main {
    padding-top: 72px;
  }
}

.breadcrumb nav {
  margin: 0 4vw;
}

@media screen and (min-width: 768px), print {
  .breadcrumb nav {
    margin: 0 3.7037vw;
  }
}

@media only screen and (min-width: 1080px) {
  .breadcrumb nav {
    width: 1000px;
    margin: 0 auto;
  }
}

.footer-list-detail .footer-category a, .footer-list-detail .footer-category .main a, .footer-list-detail .footer-category .sub a, .footer-list-unit a, .header .headerPc .header-category .main a, .header .headerPc .header-category .sub a, .header .headerPc .header-sub-list .details-list a {
  position: relative;
}

.footer-list-detail .footer-category a:after, .footer-list-detail .footer-category .main a:after, .footer-list-detail .footer-category .sub a:after, .footer-list-unit a:after, .header .headerPc .header-category .main a:after, .header .headerPc .header-category .sub a:after, .header .headerPc .header-sub-list .details-list a:after {
  content: "";
  display: block;
  width: 2.13333vw;
  height: 2.13333vw;
  transform: rotate(45deg);
  border-top: 0.26667vw solid #54c3f1;
  border-right: 0.26667vw solid #54c3f1;
  position: absolute;
  top: 0;
  right: 5.06667vw;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 768px), print {
  .footer-list-detail .footer-category a:after, .footer-list-detail .footer-category .main a:after, .footer-list-detail .footer-category .sub a:after, .footer-list-unit a:after, .header .headerPc .header-category .main a:after, .header .headerPc .header-category .sub a:after, .header .headerPc .header-sub-list .details-list a:after {
    width: 0.74074vw;
    height: 0.74074vw;
    border-top: 1px solid #54c3f1;
    border-right: 1px solid #54c3f1;
  }
}

@media screen and (min-width: 1080px) {
  .footer-list-detail .footer-category a:after, .footer-list-detail .footer-category .main a:after, .footer-list-detail .footer-category .sub a:after, .footer-list-unit a:after, .header .headerPc .header-category .main a:after, .header .headerPc .header-category .sub a:after, .header .headerPc .header-sub-list .details-list a:after {
    width: 8px;
    height: 8px;
  }
}

.footer-btn a, .haccpBtn {
  position: relative;
}

.footer-btn a:after, .haccpBtn:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  display: block;
  border-style: solid;
  border-width: 0 0 2.66667vw 2.66667vw;
  border-color: transparent transparent #fff transparent;
}

@media screen and (min-width: 768px), print {
  .footer-btn a:after, .haccpBtn:after {
    border-width: 0 0 1.11111vw 1.11111vw;
  }
}

@media screen and (min-width: 1080px) {
  .footer-btn a:after, .haccpBtn:after {
    border-width: 0 0 12px 12px;
  }
}

.footer-gnav .outlink, .header .headerSp .header-hmbgr .footer-gnav .outlink, .goods-btn a {
  position: relative;
}

.footer-gnav .outlink::after, .header .headerSp .header-hmbgr .footer-gnav .outlink::after, .goods-btn a::after {
  content: "";
  position: absolute;
  display: block;
  background: url("../../img/common/link_icon_01.png") no-repeat 0 0;
  background-size: 100%;
  width: 3.73333vw;
  height: 3.46667vw;
  top: 5.33333vw;
  right: 9.33333vw;
}

.footer-gnav .outlink::after {

}

@media screen and (min-width: 768px), print {
  .footer-gnav .outlink::after, .header .headerSp .header-hmbgr .footer-gnav .outlink::after, .goods-btn a::after {
    width: 1.66667vw;
    height: 1.57407vw;
    top: 2.22222vw;
    right: 12.31481vw;
  }
}

@media screen and (min-width: 1080px) {
  .footer-gnav .outlink::after, .header .headerSp .header-hmbgr .footer-gnav .outlink::after, .goods-btn a::after {
    width: 18px;
    height: 17px;
    top: 24px;
    right: 133px;
  }
}

sub {
  bottom: -.3em !important;
  font-size: 95% !important;
}

.footer {
  background-color: #f6f6f6;
}

.footer-totop {
  padding-bottom: 6.4vw;
}

@media screen and (min-width: 768px), print {
  .footer-totop {
    padding-bottom: 2.96296vw;
  }
}

@media screen and (min-width: 1080px) {
  .footer-totop {
    padding-bottom: 32px;
  }
}

.footer-totop a {
  display: block;
  width: 100%;
  height: 9.33333vw;
  background-color: #54c3f1;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .footer-totop a {
    width: 100%;
    height: 3.33333vw;
  }
}

@media screen and (min-width: 1080px) {
  .footer-totop a {
    height: 36px;
  }
}

.footer-totop a:after {
  content: "";
  display: block;
  width: 3.73333vw;
  height: 3.73333vw;
  transform: rotate(45deg);
  border-top: 0.26667vw solid #fff;
  border-left: 0.26667vw solid #fff;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0.5rem;
  margin: auto;
}

@media screen and (min-width: 768px), print {
  .footer-totop a:after {
    width: 1.38889vw;
    height: 1.38889vw;
    border-top: 0.18519vw solid #fff;
    border-left: 0.18519vw solid #fff;
  }
}

@media screen and (min-width: 1080px) {
  .footer-totop a:after {
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
  }
}

.footer-logo {
  width: 70%;
  max-width: 250px;
  margin: auto;
  padding-bottom: 7.46667vw;
}

@media screen and (min-width: 768px), print {
  .footer-logo {

    padding-bottom: 3.33333vw;
  }
}

@media screen and (min-width: 1080px) {
  .footer-logo {

    padding-bottom: 36px;
  }
}

.footer-list {
  padding-bottom: 8vw;
}

@media screen and (min-width: 768px), print {
  .footer-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 92.59259vw;
    margin: 0 auto;
    padding: 0 0 0 1.85185vw;
    margin-bottom: 1.85185vw;
  }
}

@media screen and (min-width: 1080px) {
  .footer-list {
    width: 1000px;
    padding: 0 0 0 20px;
    margin-bottom: 20px;
  }
}

.footer-list > li:first-child {
  border-top: 1px solid #fff;
}

@media screen and (min-width: 768px), print {
  .footer-list > li:first-child {
    border-top: none;
  }
}

@media screen and (min-width: 1080px) {
  .footer-list > li {
   flex:1;
   max-width: 380px;
  }
}
/*
@media screen and (min-width: 768px), print {
  .footer-list > li:nth-child(2) {
    width: 25.92593vw;
  }
}*/

/*@media screen and (min-width: 1080px) {
  .footer-list > li:nth-child(2) {
    width: 280px;
  }
}*/

/*@media screen and (min-width: 768px), print {
  .footer-list li:last-child {
    width: 25.92593vw;
  }
}

@media screen and (min-width: 1080px) {
  .footer-list li:last-child {
    width: 280px;
  }
}*/

.footer-list-detail > dt {
  font-size: 3.73333vw;
  color: #54c3f1;
  font-weight: bold;
  line-height: 1.2;
  padding: 4vw 0 4vw 4vw;
  border-bottom: 1px solid #fff;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .footer-list-detail > dt {
    font-size: 1.66667vw;
    padding: 0 0 1.57407vw;
    border-bottom: none;
  }
}

@media screen and (min-width: 1080px) {
  .footer-list-detail > dt {
    font-size: 18px;
    padding: 0 0 17px;
  }
}

@media screen and (max-width: 767px) {
  .footer-list-detail > dt:before, .footer-list-detail > dt:after {
    display: block;
    content: "";
    position: absolute;
    width: 3.46667vw;
    height: 0.26667vw;
    top: 48%;
    right: 4vw;
    background: #54c3f1;
  }
}

@media screen and (max-width: 767px) {
  .footer-list-detail > dt:after {
    transform: rotate(90deg);
  }
}

@media screen and (max-width: 767px) {
  .footer-list-detail > dt.remove:after {
    content: none;
  }
}

.footer-list-detail .footer-category {
  font-size: 3.46667vw;
}

@media screen and (max-width: 767px) {
  .footer-list-detail .footer-category {
    display: none;
    background-color: #fff;
  }
}

.footer-list-detail .footer-category a {
  display: block;
  padding: 4vw 0 4vw 4vw;
  border-bottom: #eeeeee 1px solid;
}

@media screen and (min-width: 768px), print {
  .footer-list-detail .footer-category a {
    border-bottom: none;
    font-size: 1.38889vw;
    padding: 0 0 1.2963vw;
  }
}

@media screen and (min-width: 1080px) {
  .footer-list-detail .footer-category a {
    font-size: 15px;
    padding: 0 0 14px;
  }
}

@media screen and (min-width: 768px), print {
  .footer-list-detail .footer-category a:after {
    content: none;
  }
}

@media screen and (min-width: 768px), print {
  .footer-list-detail .footer-category-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px), print {
  .footer-list-detail .footer-category-inner li:not(:last-child) {
    width: 16.66667vw;
    margin-bottom: 2.31481vw;
  }
}

@media screen and (min-width: 1080px) {
  .footer-list-detail .footer-category-inner li:not(:last-child) {
    width: 180px;
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 768px), print {
  .footer-list-detail .footer-category-inner li:last-child {
    width: 26.85185vw;
  }
}

@media screen and (min-width: 1080px) {
  .footer-list-detail .footer-category-inner li:last-child {
    width: 290px;
  }
}

@media screen and (min-width: 768px), print {
  .footer-list-detail .footer-category .main {
    margin-bottom: 0.92593vw;
  }
}

@media screen and (min-width: 1080px) {
  .footer-list-detail .footer-category .main {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px), print {
  .footer-list-detail .footer-category .main a {
    font-size: 1.48148vw;
    font-weight: bold;
    padding: 0.92593vw 0 0.92593vw;
    line-height: 1.4;
  }
}

@media screen and (min-width: 1080px) {
  .footer-list-detail .footer-category .main a {
    font-size: 16px;
    padding: 10px 0 10px;
  }
}

@media screen and (min-width: 768px), print {
  .footer-list-detail .footer-category .main a::after {
    right: 1.85185vw;
  }
}

@media screen and (min-width: 1080px) {
  .footer-list-detail .footer-category .main a::after {
    right: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .footer-list-detail .footer-category .sub {
    padding-left: 0.92593vw;
  }
}

@media screen and (min-width: 1080px) {
  .footer-list-detail .footer-category .sub {
    padding-left: 0px;
  }
}

@media screen and (min-width: 768px), print {
  .footer-list-detail .footer-category .sub a {
    font-size: 1.38889vw;
    padding: 0.64815vw 0 0.64815vw;
    line-height: 1.4;
  }
}

@media screen and (min-width: 1080px) {
  .footer-list-detail .footer-category .sub a {
    font-size: 15px;
    padding: 7px 0 7px;
  }
}

@media screen and (min-width: 768px), print {
  .footer-list-detail .footer-category .sub a::after {
    right: 1.85185vw;
  }
}

@media screen and (min-width: 1080px) {
  .footer-list-detail .footer-category .sub a::after {
    right: 20px;
  }
}

/*.footer-list-detail .footer-category .sub .indent {
  text-indent: -0.5em;
}*/

.footer-list-unit {
  border-bottom: 1px solid #fff;
}

@media screen and (min-width: 768px), print {
  .footer-list-unit {
    border-bottom: none;
    margin-top: 2.77778vw;
  }
}

@media screen and (min-width: 1080px) {
  .footer-list-unit {
    margin-top: 30px;
  }
}

.footer-list-unit a {
  font-size: 3.73333vw;
  color: #54c3f1;
  font-weight: bold;
  display: block;
  padding: 4vw 0 4vw 4vw;
}

@media screen and (min-width: 768px), print {
  .footer-list-unit a {
    font-size: 1.66667vw;
    padding: 1.2037vw 0 1.2037vw;
    line-height: 1.3;
  }
}

@media screen and (min-width: 1080px) {
  .footer-list-unit a {
    font-size: 18px;
    padding: 13px 0 13px;
  }
}

@media screen and (min-width: 768px), print {
  .footer-list-unit a::after {
    right: 1.85185vw;
  }
}

@media screen and (min-width: 1080px) {
  .footer-list-unit a::after {
    right: 20px;
  }
}

.footer-btn {
  width: 60vw;
  margin: 0 auto;
  padding-bottom: 9.86667vw;
  margin-top: 8vw;
}

@media screen and (min-width: 768px), print {
  .footer-btn {
    width: 100%;
    margin-top: 4.16667vw;
    padding-right: 1.85185vw;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1080px) {
  .footer-btn {
    margin-top: 0px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .footer-btn-inner {
    width: 24.07407vw;
    margin-left: auto;
  }
}

@media screen and (min-width: 1080px) {
  .footer-btn-inner {
    width: 260px;
  }
}

.footer-btn a {
  display: block;
  background-color: #54c3f1;
  padding: 3.46667vw 0;
  text-align: center;
  font-size: 3.73333vw;
  color: #fff;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .footer-btn a {
    font-size: 1.48148vw;
    line-height: 1;
    padding: 1.38889vw 0;
  }
}

@media screen and (min-width: 1080px) {
  .footer-btn a {
    font-size: 16px;
    padding: 15px 0;
  }
}

.footer-gnav {
  width: 92vw;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
	justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 5.86667vw;
}

@media screen and (min-width: 768px), print {
  .footer-gnav {
    width: 70vw;
    padding-bottom: 3.33333vw;
  }
}

@media screen and (min-width: 1080px) {
  .footer-gnav {
    width: 680px;
    padding-bottom: 36px;
  }
}


.footer-gnav li {
	position: relative;

}

.footer-gnav li + li {
	padding-left: 10px;
	margin-left: 10px;
}
.footer-gnav li + li:before {
	content: "";
	background: #666666;
	display: block;
	width: 1px;
	height: 14px;
	display: block;
	position: absolute;
	top: 57%;
	left: 0;
	transform: translateY(-50%);
}


.footer-gnav a {
  font-size: 3.2vw;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .footer-gnav a {
    font-size: 1.2963vw;
  }

	.footer-gnav li + li {
		padding-left: 15px;
		margin-left: 15px;
	}

}

@media screen and (min-width: 1080px) {
  .footer-gnav a {
    font-size: 14px;
  }
}

.footer-gnav .outlink {
  padding-right: 4vw;
}

@media screen and (min-width: 768px), print {
  .footer-gnav .outlink {
    padding-right: 20px;
  }
}

@media screen and (min-width: 1080px) {
  .footer-gnav .outlink {
    padding-right: 20px;
  }
}

.footer-gnav .outlink::after {
  top: 50%;
  right: 0;
  width: 2.66667vw;
  height: 2.93333vw;
	transform: translateY(-50%);
}

@media screen and (min-width: 768px), print {
  .footer-gnav .outlink::after {
    /* top: 0.64815vw;
    right: -0.92593vw; */
		top: 55%;
    width: 1.11111vw;
    height: 1.2037vw;
  }
}

@media screen and (min-width: 1080px) {
  .footer-gnav .outlink::after {
    width: 12px;
    height: 13px;
    /* top: 7px;
    right: -10px; */
  }
}

.footer-copy {
  font-size: 2.66667vw;
  text-align: center;
  padding-bottom: 7.2vw;
}

@media screen and (min-width: 768px), print {
  .footer-copy {
    font-size: 1.2037vw;
    padding-bottom: 3.33333vw;
  }
}

@media screen and (min-width: 1080px) {
  .footer-copy {
    font-size: 13px;
    padding-bottom: 36px;
  }
}

.header .headerSp {
  background-color: #f6f6f6;
}

.header .headerSp-top {
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  background: #ffffff;
  line-height: 1;
  box-shadow: 0 6px 8px -9px rgba(0, 0, 0, 0.2);
  height: 14.66667vw;
  z-index: 10000;
}

.header .headerSp-top.active {
  box-shadow: none;
}

.header .headerSp-top .logo {
  width: 70.66667vw;
  padding: 2.66667vw 0 2.66667vw 2.4vw;
  border-right: 1px solid #eeeeee;
}

.header .headerSp-top .logo a {
  display: block;
  width: 60%;
  height: 35px;
}

.header .headerSp-top .english {
  width: 14.66667vw;
  padding: 2.66667vw 2.93333vw 1.86667vw 3.73333vw;
}

.header .headerSp-top .english a {
  color: #54c3f1;
  text-align: center;
}

.header .headerSp-top .menu-icon {
  width: 14.66667vw;
  background: #f6f6f6;
}

.header .headerSp-top .menu-icon .menu-trigger {
  transition: all .4s;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  display: block;
  height: 100%;
}

.header .headerSp-top .menu-icon .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  background: #54c3f1;
  width: 6.13333vw;
  height: 2px;
  border-radius: 2px;
  left: 4.26667vw;
}

.header .headerSp-top .menu-icon .menu-trigger span:nth-of-type(1) {
  top: 4.8vw;
}

.header .headerSp-top .menu-icon .menu-trigger span:nth-of-type(2) {
  top: 7.2vw;
}

.header .headerSp-top .menu-icon .menu-trigger span:nth-of-type(3) {
  top: 9.6vw;
}

.header .headerSp-top .menu-icon .menu-trigger.active span:nth-of-type(1) {
  background: #54c3f1;
  transform: translateY(2.4vw) rotate(-45deg);
}

.header .headerSp-top .menu-icon .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.header .headerSp-top .menu-icon .menu-trigger.active span:nth-of-type(3) {
  background: #54c3f1;
  transform: translateY(-2.4vw) rotate(45deg);
}

.header .headerSp .header-hmbgr {
  background: #f6f6f6;
  width: 100vw;
  position: fixed;
  right: -100vw;
  transition: all .3s;
  margin: 0;
  z-index: 9999;
  box-shadow: 0 6px 8px -9px rgba(0, 0, 0, 0.2);
  padding-top: 14.66667vw;
  max-height: 100vh;
  overflow-y: scroll;
}

.header .headerSp .header-hmbgr.active {
  right: 0;
}

.header .headerSp .header-hmbgr .spNav-list > li:first-child {
  border-top: none;
}

.header .headerSp .header-hmbgr .footer-btn {
  width: 64vw;
}

.header .headerSp .header-hmbgr .footer-btn-inner:not(:last-child) {
  margin-bottom: 8vw;
}

.header .headerSp .header-hmbgr .footer-btn .logo02 {
  background: #fff;
}

.header .headerSp .header-hmbgr .footer-btn .logo02-img {
  width: 22.66667vw;
}

.header .headerSp .header-hmbgr .footer-gnav .outlink {
  padding-right: 4vw;
}

.header .headerSp .header-hmbgr .footer-gnav .outlink::after {
  top: 1.6vw;
  right: 0;
  width: 2.66667vw;
  height: 2.93333vw;
}

.header .headerPc-top {
  position: fixed;
  background: #ffffff;
  line-height: 1;
  width: 100%;
  box-shadow: 0 6px 8px -9px rgba(0, 0, 0, 0.2);
  z-index: 10000;
}

.header .headerPc-top.active {
  box-shadow: none;
}

@media screen and (min-width: 768px), print {
  .header .headerPc-inner {
    width: 92.59259vw;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1080px) {
  .header .headerPc-inner {
    width: 1000px;
  }
}

.header .headerPc .navMenu {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.header .headerPc .megaList {
  position: relative;
}

.header .headerPc-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media screen and (min-width: 768px), print {
  .header .headerPc-nav {
    height: 100%;
    width: fit-content;
  }
}

@media screen and (min-width: 1080px) {
  .header .headerPc-nav {
    height: 72px;

  }
}

.header .headerPc-nav01{
  height: 72px;
  width: 25%;
  max-width: 350px;

}

@media screen and (min-width:1080px),print {

}

@media screen and (min-width: 768px), print {
  .header .headerPc-nav02 {
    width: fit-content;
  }
}

@media screen and (min-width: 1080px) {
  .header .headerPc-nav02 {

  }
}

@media screen and (min-width: 768px), print {
  .header .headerPc-nav02 a {
    padding: 0 1.2037vw;
  }
}

@media screen and (min-width: 1080px) {
  .header .headerPc-nav02 a {
    padding: 0 13px;
  }
}

.header .headerPc-nav02 a:hover {
  border-bottom: 2px solid #54c3f1;
  box-sizing: content-box;
  transition: all .3s;
}

.header .headerPc-nav02 .current {
  border-bottom: 2px solid #54c3f1;
  box-sizing: content-box;
}

@media screen and (min-width: 768px), print {
  .header .headerPc-nav03 {
    width: 33.33333vw;
  }
}

@media screen and (min-width: 1080px) {
  .header .headerPc-nav03 {
    width: 360px;
  }
}

.header .headerPc-nav .nav-list {
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .header .headerPc-nav .nav-list {
    height: 72px;
  }
}



.header .headerPc-nav .nav-list a {
  margin: 0 auto;
  line-height: 1.1;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
}

@media screen and (min-width: 768px), print {
  .header .headerPc-nav .nav-list a {
    font-size: 1.38889vw;
  }
}

@media screen and (min-width: 870px) {
  .header .headerPc-nav .nav-list a {
    font-size: 1.48148vw;
  }
}

@media screen and (min-width: 1080px) {
  .header .headerPc-nav .nav-list a {
    font-size: 16px;
  }
}

.header .headerPc-nav .nav-list a:hover {
  cursor: pointer;
}

@media screen and (min-width: 768px), print {
  .header .headerPc-nav .logo {
    width: 100%;
  }
}

@media screen and (min-width: 1080px) {
  .header .headerPc-nav .logo {
    padding: 0 13px;
  }
}

.header .headerPc-nav .contact {
  margin: 0;
  padding: 1px;
  background: #54c3f1;
}

@media screen and (min-width: 768px), print {
  .header .headerPc-nav .contact {
    width: 11.66667vw;
  }
}

@media screen and (min-width: 1080px) {
  .header .headerPc-nav .contact {
    width: 126px;
  }
}

.header .headerPc-nav .contact a {
  color: #ffffff;
}

.header .headerPc-nav .searchBtn {
  margin: 0;
  background: #f6f6f6;
  border-right: 1px solid #eeeeee;
}

@media screen and (min-width: 768px), print {
  .header .headerPc-nav .searchBtn {
    width: 6.66667vw;
  }
}

@media screen and (min-width: 1080px) {
  .header .headerPc-nav .searchBtn {
    width: 72px;
  }
}

@media screen and (min-width: 768px), print {
  .header .headerPc-nav .searchBtn a {
    padding: 1.2037vw 1.2963vw 0.92593vw;
  }
}

@media screen and (min-width: 1080px) {
  .header .headerPc-nav .searchBtn a {
    padding: 13px 14px 10px;
  }
}

.header .headerPc-nav .searchBtn img {
  display: block;
  margin: 0 auto;
}

.header .headerPc-nav .english {
  border-right: 1px solid #eeeeee;
  margin: 0;
}

@media screen and (min-width: 768px), print {
  .header .headerPc-nav .english {
    width: 6.66667vw;
  }
}

@media screen and (min-width: 1080px) {
  .header .headerPc-nav .english {
    width: 72px;
  }
}

@media screen and (min-width: 768px), print {
  .header .headerPc-nav .english a {
    padding: 1.11111vw 1.11111vw 0.92593vw;
  }
}

@media screen and (min-width: 1080px) {
  .header .headerPc-nav .english a {
    padding: 12px 12px 10px;
  }
}

.header .headerPc-nav .english img {
  display: block;
  margin: 0 auto;
}

.header .headerPc-nav .logo02 {
  border-right: 1px solid #eeeeee;
  margin: 0;
}

@media screen and (min-width: 768px), print {
  .header .headerPc-nav .logo02 {
    width: 8.33333vw;
  }
}

@media screen and (min-width: 1080px) {
  .header .headerPc-nav .logo02 {
    width: 90px;
  }
}

@media screen and (min-width: 768px), print {
  .header .headerPc-nav .logo02 a {
    padding: 2.5vw 0.74074vw 2.40741vw;
  }
}

@media screen and (min-width: 1080px) {
  .header .headerPc-nav .logo02 a {
    padding: 27px 8px 26px;
  }
}

.header .headerPc-nav .logo02 img {
  display: block;
}

@media screen and (min-width: 768px), print {
  .header .headerPc-nav .logo02 img {
    margin: 0  auto;
  }
}

.header .headerPc .header-menuList {
  background: rgba(255, 255, 255, 0.9);
}

@media screen and (min-width: 768px), print {
  .header .headerPc .header-menuList {
    height: 33.33333vw;
  }
}

@media screen and (min-width: 1080px) {
  .header .headerPc .header-menuList {
    height: 360px;
  }
}

.header .headerPc .header-menuList.goodsList {
  width: 100%;
  position: fixed;
  transition: all .3s;
  margin: 0;
  z-index: 9999;
  box-shadow: 0 6px 8px -9px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px), print {
  .header .headerPc .header-menuList.goodsList {
    height: 33.33333vw;
    top: -33.33333vw;
  }
}

@media screen and (min-width: 1080px) {
  .header .headerPc .header-menuList.goodsList {
    height: 290px;
    top: -290px;
  }
}

.header .headerPc .header-menuList.goodsList.active {
  top: 0;
}

.header .headerPc .header-menuList.aboutList, .header .headerPc .header-menuList.companyList {
  width: 100%;
  position: fixed;
  transition: all .3s;
  margin: 0;
  z-index: 9999;
  box-shadow: 0 6px 8px -9px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px), print {
  .header .headerPc .header-menuList.aboutList, .header .headerPc .header-menuList.companyList {
    height: 19.44444vw;
    top: -19.44444vw;
  }
}

@media screen and (min-width: 1080px) {
  .header .headerPc .header-menuList.aboutList, .header .headerPc .header-menuList.companyList {
    height: 210px;
    top: -210px;
  }
}

.header .headerPc .header-menuList.aboutList.active, .header .headerPc .header-menuList.companyList.active {
  top: 0;
}

.header .headerPc .header-menuList.searchList {
  width: 100%;
  position: fixed;
  background: #f6f6f6;
  transition: all .3s;
}

@media screen and (min-width: 768px), print {
  .header .headerPc .header-menuList.searchList {
    padding: 6.66667vw 0 0 0;
    height: 14.35185vw;
    top: -14.35185vw;
  }
}

@media screen and (min-width: 1080px) {
  .header .headerPc .header-menuList.searchList {
    padding: 72px 0 0 0;
    height: 155px;
    top: -155px;
  }
}

.header .headerPc .header-menuList.searchList.active {
  top: 0;
  z-index: 9999;
}

.header .headerPc .header-category {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media screen and (min-width: 768px), print {
  .header .headerPc .header-category {
    width: 92.59259vw;
    height: 33.33333vw;
    padding: 6.66667vw 0 2.77778vw;
  }
}

@media screen and (min-width: 1080px) {
  .header .headerPc .header-category {
    width: 1000px;
    height: 360px;
    padding: 72px 0 30px;
  }
}

@media screen and (min-width: 768px), print {
  .header .headerPc .header-category-block {
    width: 29.62963vw;
    height: 26.66667vw;
    padding: 1.66667vw 0 0 1.85185vw;
  }
}

@media screen and (min-width: 1080px) {
  .header .headerPc .header-category-block {
    width: 320px;
    height: 288px;
    padding: 18px 0 0 20px;
  }
}

.header .headerPc .header-category .main {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .header .headerPc .header-category .main {
    font-size: 1.57407vw;
  }
}

@media screen and (min-width: 1080px) {
  .header .headerPc .header-category .main {
    font-size: 17px;
  }
}

.header .headerPc .header-category .main a {
  color: #54c3f1;
  display: block;
}

@media screen and (min-width: 768px), print {
  .header .headerPc .header-category .main a {
    padding: 0.92593vw;
  }
}

@media screen and (min-width: 1080px) {
  .header .headerPc .header-category .main a {
    padding: 10px;
  }
}

.header .headerPc .header-category .main a:after {
  border-top: 1px solid #54c3f1;
  border-right: 1px solid #54c3f1;
}

@media screen and (min-width: 768px), print {
  .header .headerPc .header-category .main a:after {
    width: 0.64815vw;
    height: 0.64815vw;
    right: 2.03704vw;
  }
}

@media screen and (min-width: 1080px) {
  .header .headerPc .header-category .main a:after {
    width: 7px;
    height: 7px;
    right: 22px;
  }
}

.header .headerPc .header-category .main a:hover {
  background: #eee;
  opacity: 1;
}

.header .headerPc .header-category .main-single {
  font-weight: normal;
}

@media screen and (min-width: 768px), print {
  .header .headerPc .header-category .main-single {
    font-size: 1.48148vw;
  }
}

@media screen and (min-width: 1080px) {
  .header .headerPc .header-category .main-single {
    font-size: 16px;
  }
}

.header .headerPc .header-category .main-single a {
  color: #666666;
}

.header .headerPc .header-category .main-single .indent {
  text-indent: -0.5em;
}

.header .headerPc .header-category .sub {
  margin: 0;
}

.header .headerPc .header-category .sub a {
  color: #666666;
  display: block;
}

@media screen and (min-width: 768px), print {
  .header .headerPc .header-category .sub a {
    padding: 0.92593vw;
    font-size: 1.48148vw;
  }
}

@media screen and (min-width: 1080px) {
  .header .headerPc .header-category .sub a {
    padding: 10px;
    font-size: 16px;
  }
}

.header .headerPc .header-category .sub a:after {
  border-top: 1px solid #54c3f1;
  border-right: 1px solid #54c3f1;
}

@media screen and (min-width: 768px), print {
  .header .headerPc .header-category .sub a:after {
    width: 0.64815vw;
    height: 0.64815vw;
    right: 2.03704vw;
  }
}

@media screen and (min-width: 1080px) {
  .header .headerPc .header-category .sub a:after {
    width: 7px;
    height: 7px;
    right: 22px;
  }
}

.header .headerPc .header-category .sub a:hover {
  background: #eee;
  opacity: 1;
}

.header .headerPc .header-category .sub-category a {
  position: relative;
}

.header .headerPc .header-category .sub-category a:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  margin: auto;
  transform: rotate(0);
  top: 0;
}

@media screen and (min-width: 768px), print {
  .header .headerPc .header-category .sub-category a:after {
    width: 0.46296vw;
    height: 0.46296vw;
    border-top: 0.46296vw solid transparent;
    border-right: 0.46296vw solid transparent;
    border-bottom: 0.46296vw solid transparent;
    border-left: 0.46296vw solid #54c3f1;
    right: 2.03704vw;
  }
}

@media screen and (min-width: 1080px) {
  .header .headerPc .header-category .sub-category a:after {
    width: 5px;
    height: 5px;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #54c3f1;
    right: 22px;
  }
}

.header .headerPc .header-category .sub-category a:hover {
  background: #54c3f1;
  opacity: 1;
  color: #ffffff;
}

@media screen and (min-width: 768px), print {
  .header .headerPc .header-category .sub-category a:hover:after {
    border-top: 0.46296vw solid transparent;
    border-right: 0.46296vw solid transparent;
    border-bottom: 0.46296vw solid transparent;
    border-left: 0.46296vw solid #ffffff;
  }
}

@media screen and (min-width: 1080px) {
  .header .headerPc .header-category .sub-category a:hover:after {
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ffffff;
  }
}

.header .headerPc .header-category.about-category, .header .headerPc .header-category.company-category {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px), print {
  .header .headerPc .header-category.about-category, .header .headerPc .header-category.company-category {
    width: 92.59259vw;
    height: 19.44444vw;
    padding: 8.33333vw 0 0 2.77778vw;
  }
}

@media screen and (min-width: 1080px) {
  .header .headerPc .header-category.about-category, .header .headerPc .header-category.company-category {
    width: 1000px;
    height: 210px;
    padding: 90px 0 30px;
  }
}

@media screen and (min-width: 768px), print {
  .header .headerPc .header-category.about-category .header-category-block, .header .headerPc .header-category.company-category .header-category-block {
    width: 50%;
    height: auto;
    padding: 0 0 0 1.85185vw;
  }
}

@media screen and (min-width: 1080px) {
  .header .headerPc .header-category.about-category .header-category-block, .header .headerPc .header-category.company-category .header-category-block {
    padding: 0 0 0 20px;
  }
}

.header .headerPc .header-sub-list {
  background: #eef9fe;
  border-left: 2px solid #54c3f1;
  margin-left: auto;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (min-width: 768px), print {
  .header .headerPc .header-sub-list {
    width: 62.96296vw;
    height: 33.33333vw;
    padding: 9.25926vw 0 2.77778vw 2.77778vw;
  }
}

@media screen and (min-width: 1080px) {
  .header .headerPc .header-sub-list {
    width: 680px;
    height: 290px;
    padding: 100px 0 30px 30px;
  }
}

.header .headerPc .header-sub-list.useList, .header .headerPc .header-sub-list.functionalList, .header .headerPc .header-sub-list.methodList {
  transition: all .3s;
  opacity: 0;
  z-index: -1;
}

.header .headerPc .header-sub-list.useList.active, .header .headerPc .header-sub-list.functionalList.active, .header .headerPc .header-sub-list.methodList.active {
  opacity: 1;
  z-index: 9999;
}

.header .headerPc .header-sub-list .sub-category {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .header .headerPc .header-sub-list .sub-category {
    font-size: 1.48148vw;
    margin-bottom: 1.2037vw;
  }
}

@media screen and (min-width: 1080px) {
  .header .headerPc .header-sub-list .sub-category {
    font-size: 16px;
    margin-bottom: 13px;
  }
}

.header .headerPc .header-sub-list .details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px), print {
  .header .headerPc .header-sub-list .details-list {
    font-size: 1.38889vw;
    width: 19.44444vw;
  }
}

@media screen and (min-width: 1080px) {
  .header .headerPc .header-sub-list .details-list {
    width: 216px;
    font-size: 15px;
  }
}

.header .headerPc .header-sub-list .details-list a {
  display: block;
  line-height: 1;
}

@media screen and (min-width: 768px), print {
  .header .headerPc .header-sub-list .details-list a {
    padding: 1.2037vw 4.62963vw 1.2037vw 1.85185vw;
  }
}

@media screen and (min-width: 1080px) {
  .header .headerPc .header-sub-list .details-list a {
    padding: 13px 50px 13px 20px;
  }
}

.header .headerPc .header-sub-list .details-list a:after {
  border-top: 1px solid #54c3f1;
  border-right: 1px solid #54c3f1;
}

@media screen and (min-width: 768px), print {
  .header .headerPc .header-sub-list .details-list a:after {
    width: 0.64815vw;
    height: 0.64815vw;
    right: 4.62963vw;
  }
}

@media screen and (min-width: 1080px) {
  .header .headerPc .header-sub-list .details-list a:after {
    width: 7px;
    height: 7px;
    right: 40px;
  }
}

.header .headerPc .header-sub-list .details-list a:hover {
  opacity: 1;
  text-decoration: underline;
}

@media screen and (min-width: 768px), print {
  .header .headerPc .header-sub-list.methodList .details-list {
    width: 29.62963vw;
  }
}

@media screen and (min-width: 1080px) {
  .header .headerPc .header-sub-list.methodList .details-list {
    width: 324px;
  }
}

.header .search {
  border-bottom: 1px solid #fff;
  padding: 5.33333vw 4vw;
}

@media screen and (min-width: 768px), print {
  .header .search {
    border-bottom: none;
    padding: 2.03704vw 18.51852vw 0;
  }
}

@media screen and (min-width: 1080px) {
  .header .search {
    padding: 22px 200px 0;
  }
}

.header .search form {
  position: relative;
}

.header .search #search-input {
  height: 10.66667vw;
  border: solid 1px #54c3f1;
  width: 92vw;
  font-size: 3.46667vw;
  background: #fff !important;
  text-align: left;
  padding: 0 0 0 5.33333vw;
  border-radius: 100px;
  text-indent: 0 !important;
}

@media screen and (min-width: 768px), print {
  .header .search #search-input {
    width: 100%;
    font-size: 1.48148vw;
    padding: 0 0 0 2.77778vw;
    height: 3.7037vw;
  }
}

@media screen and (min-width: 1080px) {
  .header .search #search-input {
    font-size: 16px;
    padding: 0 0 0 30px;
    height: 40px;
  }
}

.header .search input::-webkit-input-placeholder {
  color: #ccc;
}

.header .search input:-ms-input-placeholder {
  color: #ccc;
}

.header .search input::placeholder {
  color: #ccc;
}

.header .search input[type="submit"] {
  border-radius: 0 100px 100px 0;
  height: 10.66667vw;
  width: 13.33333vw;
  position: absolute;
  right: 0;
  top: 0;
  border: solid 1px #54c3f1;
  background-color: #54c3f1;
  background-image: url("../../img/common/header_search.png");
  background-size: 5.2vw;
  background-position: center center;
}

@media screen and (min-width: 768px) {
  .header .search input[type="submit"] {
    width: 5.37037vw;
    background-size: 2.22222vw;
    height: 3.7037vw;
  }
}

@media screen and (min-width: 1080px) {
  .header .search input[type="submit"] {
    width: 58px;
    background-size: 24px;
    height: 40px;
  }
}

.pageTtl {
  width: 100%;
  height: 28vw;
  display: table;
}

@media screen and (min-width: 768px), print {
  .pageTtl {
    background-color: #d7f1fc;
    height: 14.81481vw;
    display: block;
  }
}

@media screen and (min-width: 1080px) {
  .pageTtl {
    height: 160px;
  }
}

.pageTtl-txt {
  font-size: 5.86667vw;
  line-height: 1.3;
  text-align: center;
  position: relative;
  width: 100vw;
  display: table-cell;
  vertical-align: middle;
  background-color: #ffffff;
  z-index: 0;
}

@media screen and (min-width: 768px), print {
  .pageTtl-txt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 92.59259vw;
    height: 14.81481vw;
    margin: 0 auto;
    font-size: 3.7037vw;
  }
}

@media screen and (min-width: 1080px) {
  .pageTtl-txt {
    width: 1000px;
    height: 160px;
    font-size: 40px;
  }
}

.pageTtl-txt:before, .pageTtl-txt:after {
  content: "";
  display: block;
  width: 21.86667vw;
  height: 28vw;
  background-size: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}

@media screen and (min-width: 768px), print {
  .pageTtl-txt:before, .pageTtl-txt:after {
    width: 11.66667vw;
    height: 14.81481vw;
  }
}

@media screen and (min-width: 1080px) {
  .pageTtl-txt:before, .pageTtl-txt:after {
    width: 126px;
    height: 160px;
  }
}

.pageTtl-txt:before {
  background-image: url(../../img/common/heading_bg_01.png);
  left: 0;
}

.pageTtl-txt:after {
  background-image: url(../../img/common/heading_bg_02.png);
  right: 0;
}

.pageTtl-main {
  padding: 4vw 0 0;
}

@media screen and (min-width: 768px), print {
  .pageTtl-main {
    padding: 2.59259vw 0 0;
  }
}

@media screen and (min-width: 1080px) {
  .pageTtl-main {
    padding: 28px 0 0;
  }
}

.pageTtl-main span {
  display: block;
  font-size: 5.06667vw;
}

@media screen and (min-width: 768px), print {
  .pageTtl-main span {
    font-size: 2.77778vw;
    position: absolute;
    right: 0;
    left: 0;
    top: 2.59259vw;
    margin: auto;
  }
}

@media screen and (min-width: 1080px) {
  .pageTtl-main span {
    font-size: 30px;
    top: 28px;
  }
}

.breadcrumb {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}

@media screen and (min-width: 768px), print {
  .breadcrumb nav {
    padding-left: 1.85185vw;
  }
}

@media screen and (min-width: 1080px) {
  .breadcrumb nav {
    width: 960px;
    padding: 0;
  }
}

.breadcrumb li {
  display: inline-block;
}

@media screen and (min-width: 768px), print {
  .breadcrumb li {
    font-size: 1.2963vw;
  }
}

@media screen and (min-width: 1080px) {
  .breadcrumb li {
    font-size: 14px;
  }
}

.breadcrumb li:not(:last-child) {
  margin-right: .7em;
}

@media screen and (min-width: 768px), print {
  .breadcrumb li:not(:last-child):after {
    content: "";
    display: inline-block;
    transform: rotate(45deg);
    width: 0.64815vw;
    height: 0.64815vw;
    border-top: 0.09259vw solid #666666;
    border-right: 0.09259vw solid #666666;
    position: relative;
    top: -0.18519vw;
  }
}

@media screen and (min-width: 1080px) {
  .breadcrumb li:not(:last-child):after {
    width: 7px;
    height: 7px;
    border-width: 1px;
    top: -2px;
  }
}

.breadcrumb li br {
  display: none;
}

@media screen and (min-width: 768px), print {
  .breadcrumb a, .breadcrumb .breadcrumb-nolink {
    display: inline-block;
    font-size: 1.2963vw;
    color: #54c3f1;
    padding: 0.46296vw 0 0.37037vw;
    margin-right: .7em;
  }
}

@media screen and (min-width: 1080px) {
  .breadcrumb a, .breadcrumb .breadcrumb-nolink {
    font-size: 14px;
    padding: 5px 0 4px;
  }
}

@media screen and (min-width: 768px), print {
  .breadcrumb .breadcrumb-nolink {
    color: #666666;
  }
}

.middle-heading {
  font-size: 6.66667vw;
  font-weight: bold;
  color: #666666;
  text-align: center;
  margin-bottom: 7.33333vw;
}

@media screen and (min-width: 768px), print {
  .middle-heading {
    font-size: 3.7037vw;
    margin-bottom: 3.7037vw;
  }
}

@media screen and (min-width: 1080px) {
  .middle-heading {
    font-size: 40px;
    margin-bottom: 40px;
  }
}

.lightBlue-heading {
  font-size: 5.33333vw;
  font-weight: bold;
  color: #54c3f1;
}

@media screen and (min-width: 768px), print {
  .lightBlue-heading {
    font-size: 2.77778vw;
  }
}

@media screen and (min-width: 1080px) {
  .lightBlue-heading {
    font-size: 30px;
  }
}

.sub-heading {
  font-size: 5.33333vw;
  font-weight: bold;
  color: #666666;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .sub-heading {
    font-size: 2.77778vw;
  }
}

@media screen and (min-width: 1080px) {
  .sub-heading {
    font-size: 30px;
  }
}

.goods-btn {
  width: 64vw;
  margin: 0 auto;
  border: 1px solid #eeeeee;
}

@media screen and (min-width: 768px), print {
  .goods-btn {
    width: 44.44444vw;
  }
}

@media screen and (min-width: 1080px) {
  .goods-btn {
    width: 480px;
  }
}

.goods-btn a {
  display: block;
  width: 100%;
  background: #fff;
  font-weight: bold;
  color: #54c3f1;
  font-size: 3.73333vw;
  padding: 4vw 0 4vw 12vw;
}

@media screen and (min-width: 768px), print {
  .goods-btn a {
    font-size: 1.66667vw;
    padding: 1.66667vw 0 1.66667vw 13.14815vw;
  }
}

@media screen and (min-width: 1080px) {
  .goods-btn a {
    font-size: 18px;
    padding: 18px 0 18px 142px;
  }
}

.goodsName {
  text-align: left;
  font-weight: bold;
  margin-bottom: 2.66667vw;
  font-size: 4.8vw;
  line-height: 1.3;
}

@media screen and (min-width: 768px), print {
  .goodsName {
    margin-bottom: 0.92593vw;
    font-size: 2.03704vw;
  }
}

@media screen and (min-width: 1080px) {
  .goodsName {
    margin-bottom: 10px;
    font-size: 22px;
  }
}

.goodsCode {
  font-weight: bold;
  font-size: 3.46667vw;
  margin-bottom: 3.33333vw;
}

@media screen and (min-width: 768px), print {
  .goodsCode {
    margin-bottom: 0.92593vw;
    font-size: 1.48148vw;
  }
}

@media screen and (min-width: 1080px) {
  .goodsCode {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

.goodsType {
  font-size: 3.33333vw;
}

@media screen and (min-width: 768px), print {
  .goodsType {
    font-size: 1.48148vw;
  }
}

@media screen and (min-width: 1080px) {
  .goodsType {
    font-size: 16px;
  }
}

.goods-bnr-areaTtl {
  font-size: 5.06667vw;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 2.66667vw;
}

@media screen and (min-width: 768px), print {
  .goods-bnr-areaTtl {
    font-size: 2.59259vw;
    padding-bottom: 1.48148vw;
  }
}

@media screen and (min-width: 1080px) {
  .goods-bnr-areaTtl {
    font-size: 28px;
    padding-bottom: 16px;
  }
}

.goods-bnr-areaTtl .sub {
  font-size: 4vw;
}

@media screen and (min-width: 768px), print {
  .goods-bnr-areaTtl .sub {
    font-size: 1.85185vw;
  }
}

@media screen and (min-width: 1080px) {
  .goods-bnr-areaTtl .sub {
    font-size: 20px;
  }
}

.haccpBtn {
  width: 80vw;
  margin: 0 auto 13.33333vw;
  border: 1px solid #54c3f1;
}

@media screen and (min-width: 768px), print {
  .haccpBtn {
    width: 55.55556vw;
    margin: 1.85185vw auto 9.25926vw;
  }
}

@media screen and (min-width: 1080px) {
  .haccpBtn {
    width: 600px;
    margin: 20px auto 100px;
  }
}

.haccpBtn a {
  width: 100%;
  line-height: 1.4;
  background: #54c3f1;
  font-weight: bold;
  color: #fff;
  font-size: 4.26667vw;
  padding: 3.73333vw 0 3.6vw 10vw;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (min-width: 768px), print {
  .haccpBtn a {
    font-size: 2.03704vw;
    padding: 10px 0 10px 0px;
  }
}

@media screen and (min-width: 1080px) {
  .haccpBtn a {
    font-size: 22px;
    padding: 10px 0 10px 0px;
  }
}

.haccpBtn a::before {
  content: "";
  width: 8vw;
  height: 8vw;
  background: url("../../img/common/icon_haccp.svg") 50% 50% no-repeat, #fff;
	margin-right: 10px;
}

@media screen and (min-width: 768px), print {
  .haccpBtn a::before {
    width: 3.7037vw;
    height: 3.7037vw;
    top: 0.92593vw;
    left: 14.62963vw;
  }
}

@media screen and (min-width: 1080px) {
  .haccpBtn a::before {
    width: 40px;
    height: 40px;
    top: 10px;
    left: 158px;
  }
}

h1 .small {
  font-size: 3.46667vw;
}

@media screen and (min-width: 768px), print {
  h1 .small {
    font-size: 2.22222vw;
  }
}

@media screen and (min-width: 1080px) {
  h1 .small {
    font-size: 24px;
  }
}

.goodsName .small {
  font-size: 2.66667vw;
}

@media screen and (min-width: 768px), print {
  .goodsName .small {
    font-size: 1.11111vw;
  }
}

@media screen and (min-width: 1080px) {
  .goodsName .small {
    font-size: 12px;
  }
}




/*
 * fixed 50th
 */




#fixed_50th{
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 99;
  width: 150px;
}


#fixed_50th .img img{
  width: 100%;
  box-shadow: 0px 0px 15px -5px #777777;
  border-radius: 5px;
}



@media screen and (min-width: 768px) {
  #fixed_50th{
    right: 30px;
    bottom: 30px;
  }
}
