@charset "UTF-8";
.active {
  opacity: 1 !important;
  /* 透明度を元に戻す */
  top: 0 !important;
  /* ずらしていた位置を戻すことで上に上がっているようにみえる */ }

/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box; }

/**
 * 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. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (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 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -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, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em; }

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0; }

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0; }

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- 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;
  padding: 0; }

/**
 * 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
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * 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 size in all browsers.
 */
small {
  font-size: 80%; }

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (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 iframes in all browsers (opinionated).
 */
iframe {
  border-style: none; }

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  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
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0; }

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */ }

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */ }

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible; }

/**
 * 1. Correct the text wrapping in Edge 18- 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 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
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 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, Edge, 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, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style upload buttons 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; }

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none; }

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block; }

/*
 * Add the correct styles in Edge 18-, 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 in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
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="true"],
[disabled] {
  cursor: not-allowed; }

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden] {
  display: initial; }

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute; }

* {
  margin: 0;
  padding: 0; }

html {
  height: 100%;
  background-color: #FDEDA6; }

body {
  width: 100%;
  height: 100%;
  color: #222;
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.63;
  background-image: url("../images/body_bg.jpg");
  background-color: rgba(255, 255, 255, 0.2);
  background-blend-mode: lighten;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal; }
  @media screen and (min-width: 768px) {
    body {
      line-height: 1.75; } }

li {
  list-style-type: none; }

a {
  text-decoration: none;
  transition: all 0.15s 0s ease; }
  a:hover {
    opacity: 0.75; }

button {
  border: none; }

#wrapper {
  height: auto;
  min-height: 100%;
  position: relative;
  overflow: hidden; }

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

input[type="checkbox"],
input[type="radio"] {
  display: none; }

img {
  display: inline-block;
  max-width: 100%; }

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

/* .Header
-------------------------------------*/
.Header {
  height: 64px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .Header {
      height: 90px; } }
  .Header::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
    width: 100%;
    min-height: 790px;
    background: url("../images/Header_bg.png") repeat-x center top;
    background-size: contain; }
  .Header__head {
    position: absolute;
    top: 8px;
    left: 16px;
    width: 24vw;
    max-width: 200px; }
    @media screen and (min-width: 768px) {
      .Header__head {
        top: 16px;
        left: 32px; } }

/* .sideNav
-------------------------------------*/
.sideNav {
  width: 100%;
  border-top: 1px solid #fff;
  background: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10; }
  @media screen and (min-width: 768px) {
    .sideNav {
      width: 3.5%;
      min-width: 32px;
      max-width: 48px;
      bottom: 3%;
      border: none; } }
  .sideNav__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media screen and (min-width: 768px) {
      .sideNav__inner {
        flex-direction: column; } }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes slide-up {
  0% {
    opacity: 0;
    top: 20px; }
  100% {
    opacity: 1;
    top: 0; } }
/*=====================================

.Main__head 

=====================================*/
.Main__head {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
  padding-bottom: 34px; }
  @media screen and (min-width: 768px) {
    .Main__head {
      max-width: 960px;
      margin: auto;
      padding-left: auto;
      padding-right: auto; } }

/* .PageTop 
-------------------------------------*/
.PageTop img {
  opacity: 0; }
  .PageTop img:first-child {
    margin-bottom: 16px;
    animation: fade 0.5s ease 1s 1 forwards; }
  .PageTop img:last-child {
    width: 80vw;
    max-width: 380px;
    position: relative;
    animation: slide-up 0.5s ease 1.5s 1 forwards; }

/* .Tokuten
-------------------------------------*/
.Tokuten {
  max-width: 860px;
  border: 3px solid #E60012;
  border-radius: 16px;
  background: #fff;
  margin: auto;
  opacity: 0;
  position: relative;
  animation: slide-up 0.5s ease 1.5s 1 forwards; }
  @media screen and (min-width: 768px) {
    .Tokuten {
      border-radius: 25px; } }

/* .SearchNav
-------------------------------------*/
.SearchNav {
  margin-top: 32px; }
  @media screen and (min-width: 768px) {
    .SearchNav {
      margin-top: 48px; } }
  .SearchNav .title {
    font-size: 6vw;
    font-weight: 700; }
    @media screen and (min-width: 768px) {
      .SearchNav .title {
        font-size: 2rem; } }
  .SearchNav__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .SearchNav__block {
    width: 100%;
    max-width: 400px;
    border: 1px solid;
    margin: 4px 0;
    background: #fff; }
    @media screen and (min-width: 768px) {
      .SearchNav__block {
        margin: 12px; } }
    .SearchNav__block:first-child {
      border-color: #2B75BC; }
      .SearchNav__block:first-child th {
        background: #2B75BC; }
    .SearchNav__block:last-child {
      border-color: #F08300; }
      .SearchNav__block:last-child th {
        background: #F08300; }
    .SearchNav__block tr {
      border-bottom: 1px solid #ccc; }
      .SearchNav__block tr:first-child, .SearchNav__block tr:last-child {
        border-bottom: 0; }
    .SearchNav__block th {
      color: #fff;
      font-size: 1.125rem;
      height: 32px; }
    .SearchNav__block td {
      width: 50%;
      text-align: left; }
      .SearchNav__block td:nth-child(odd) {
        border-right: 1px solid #ccc; }
      .SearchNav__block td a {
        display: block;
        color: #222;
        font-size: 3.75vw;
        font-weight: 700;
        padding: 10px 2% 10px 24px;
        transition: 0.15s;
        position: relative; }
        @media screen and (min-width: 768px) {
          .SearchNav__block td a {
            font-size: 1rem; } }
        .SearchNav__block td a::before {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 3px 0 3px 4px;
          border-color: transparent transparent transparent #888;
          position: absolute;
          top: 0;
          left: 10px;
          bottom: 0;
          margin: auto; }
        .SearchNav__block td a:hover {
          background: #f2f2f2; }

/*=====================================

.Main__foot

=====================================*/
.Main__foot {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 24px 16px;
  background: #f2f2f2; }
  @media screen and (min-width: 768px) {
    .Main__foot {
      padding: 32px 0; } }
  .Main__foot__block {
    width: 100%;
    max-width: 456px;
    margin: 8px 0; }
    @media screen and (min-width: 768px) {
      .Main__foot__block {
        margin: 16px; } }
  .Main__foot #line {
    border: 2px solid #06C755; }
  .Main__foot #showroom {
    border: 2px solid #EA5514; }

/* .Content
-------------------------------------*/
.Content {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  padding: 24px 2% 16px;
  background: #fff;
  border: 1px solid #222; }
  @media screen and (min-width: 768px) {
    .Content {
      max-width: 960px;
      margin: auto;
      padding-left: auto;
      padding-right: auto; } }
  @media screen and (min-width: 768px) {
    .Content {
      padding-left: 32px;
      padding-right: 32px; } }
  .Content__head {
    width: 96%;
    margin: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (min-width: 768px) {
      .Content__head {
        width: 100%; } }
    .Content__head .ContentTitle {
      text-align: center; }
      @media screen and (min-width: 768px) {
        .Content__head .ContentTitle {
          margin: 24px 16px 0 0; } }
      .Content__head .ContentTitle__img {
        width: 50vw;
        max-width: 230px;
        margin: auto; }
      .Content__head .ContentTitle__text {
        font-size: 2.8vw;
        line-height: 1.6;
        margin-top: 16px; }
        @media screen and (min-width: 768px) {
          .Content__head .ContentTitle__text {
            font-size: 1rem;
            margin-top: 24px; } }
    .Content__head .eHOME {
      width: 100%;
      max-width: 400px;
      text-align: center;
      margin-top: 16px;
      border: 2px solid;
      border-radius: 8px;
      box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.5); }
      @media screen and (min-width: 768px) {
        .Content__head .eHOME {
          margin-top: 24px; } }
      .Content__head .eHOME a {
        display: block;
        padding: 16px; }
        @media screen and (min-width: 768px) {
          .Content__head .eHOME a {
            font-size: 0.875rem;
            padding: 20px 24px; } }
      .Content__head .eHOME__main {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        .Content__head .eHOME__main__logo {
          width: 60%;
          max-width: 184px; }
        .Content__head .eHOME__main__text {
          color: #005BAC;
          font-size: 2vw;
          font-weight: 700;
          line-height: 1.5;
          text-align: left; }
          @media screen and (min-width: 768px) {
            .Content__head .eHOME__main__text {
              font-size: 0.875rem; } }
      .Content__head .eHOME__sub {
        max-width: 280px;
        color: #fff;
        padding: 4px 0;
        margin: 16px auto 0;
        border-radius: 16px;
        position: relative; }
        .Content__head .eHOME__sub::before {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 3px 0 3px 4px;
          border-color: transparent transparent transparent #fff;
          position: absolute;
          top: 0;
          right: 16px;
          bottom: 0;
          margin: auto; }
  .Content__body .Section {
    opacity: 0;
    /* 初期値は透明にしておく */
    transition: .8s;
    /* 動くスピードを0.5秒に指定 */
    position: relative;
    /* 相対位置の設定 */
    top: 50px;
    /* 事前に下に50pxずらしておく */
    padding-top: 24px; }
    @media screen and (min-width: 768px) {
      .Content__body .Section {
        padding-top: 32px; } }
    .Content__body .Section__body {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%;
      padding: 8px 0; }
    .Content__body .Section__foot {
      text-align: center; }
      .Content__body .Section__foot .notes {
        font-size: 3.25vw; }
        @media screen and (min-width: 768px) {
          .Content__body .Section__foot .notes {
            font-size: 0.875rem; } }
  .Content__body .Product {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .Content__body .Product + .Product {
      padding-top: 8px; }
    .Content__body .Product .non-bd {
      border: 0 !important; }

/* .Footer
-------------------------------------*/
.Footer {
  width: 100%;
  padding-bottom: 40px;
  background: #fff; }
  @media screen and (min-width: 768px) {
    .Footer {
      padding-bottom: 0; } }
  .Footer__main {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    text-align: center;
    padding-top: 32px;
    padding-bottom: 32px; }
    @media screen and (min-width: 768px) {
      .Footer__main {
        max-width: 960px;
        margin: auto;
        padding-left: auto;
        padding-right: auto; } }
    @media screen and (min-width: 768px) {
      .Footer__main {
        padding: 48px 0 80px; } }
    .Footer__main .title {
      color: #0074AE;
      font-size: 1.125rem;
      font-weight: 700; }
    .Footer__main .Company {
      margin-bottom: 32px !important; }
      .Footer__main .Company a {
        display: inline-block;
        margin: 24px 0 16px; }
      .Footer__main .Company__logo {
        width: 60vw;
        max-width: 234px;
        margin: 16px auto 0; }
      .Footer__main .Company__tel {
        width: 80vw;
        max-width: 390px; }
      .Footer__main .Company__text {
        font-size: 0.875rem; }
        .Footer__main .Company__text .font-small {
          font-size: 0.75rem; }
    .Footer__main .Prevention {
      font-size: 3vw;
      line-height: 24px;
      text-align: center;
      border: 1px solid #00ACC3;
      position: relative; }
      @media screen and (min-width: 768px) {
        .Footer__main .Prevention {
          font-size: 0.875rem; } }
      .Footer__main .Prevention__head {
        color: #fff;
        font-weight: 700;
        background: #00ACC3; }
      .Footer__main .Prevention__body {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
        font-size: 0.875rem;
        padding-top: 8px;
        padding-bottom: 8px; }
        @media screen and (min-width: 768px) {
          .Footer__main .Prevention__body {
            max-width: 960px;
            margin: auto;
            padding-left: auto;
            padding-right: auto; } }
      .Footer__main .Prevention .PreventionList {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .Footer__main .Prevention .PreventionList__item {
          height: 80px;
          margin: 8px; }
          @media screen and (min-width: 768px) {
            .Footer__main .Prevention .PreventionList__item {
              margin: 8px 16px; } }
          .Footer__main .Prevention .PreventionList__item img {
            max-height: 100%; }
      .Footer__main .Prevention__staff {
        width: 40px;
        position: absolute;
        top: -48px;
        left: -14px; }
        @media screen and (min-width: 768px) {
          .Footer__main .Prevention__staff {
            width: 80px;
            left: -64px;
            bottom: 0; } }
  .Footer__sub {
    color: #fff;
    line-height: 32px;
    background: #0074AE; }
    .Footer__sub__inner {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media screen and (min-width: 768px) {
        .Footer__sub__inner {
          max-width: 960px;
          margin: auto; } }
    .Footer__sub .FooterNav {
      width: 100%; }
      .Footer__sub .FooterNav__inner {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      .Footer__sub .FooterNav__item {
        width: 50%;
        text-align: center;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff; }
        @media screen and (min-width: 768px) {
          .Footer__sub .FooterNav__item {
            width: auto;
            text-align: left;
            border: none; } }
        .Footer__sub .FooterNav__item:last-child {
          border-right: none; }
        .Footer__sub .FooterNav__item a {
          color: #fff;
          font-size: 0.75rem; }
          @media screen and (min-width: 768px) {
            .Footer__sub .FooterNav__item a {
              text-align: left;
              margin-right: 32px; } }
          .Footer__sub .FooterNav__item a:hover {
            text-decoration: underline; }
    .Footer__sub p {
      width: 100%;
      font-size: 0.625rem;
      line-height: 24px;
      text-align: right;
      padding-right: 16px; }
      @media screen and (min-width: 768px) {
        .Footer__sub p {
          padding-right: 0; } }

body.menuOpen .Header__body {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20; }

.overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 15; }

.navDrawrBtn {
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  position: fixed;
  top: 8px;
  right: 8px;
  z-index: 50; }
  @media screen and (min-width: 768px) {
    .navDrawrBtn {
      display: none; } }
  .navDrawrBtn p {
    color: #222;
    font-size: 10px;
    text-align: center;
    padding-top: 32px; }
    .navDrawrBtn p span {
      display: inline-block;
      width: 24px;
      height: 3px;
      background: #ea5227;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto; }
      .navDrawrBtn p span:nth-of-type(1) {
        top: 12px; }
      .navDrawrBtn p span:nth-of-type(2) {
        top: 18px; }
      .navDrawrBtn p span:nth-of-type(3) {
        top: 24px; }

.navDrawr {
  background-color: rgba(234, 82, 39, 0.8);
  position: fixed;
  width: 270px;
  top: 0;
  bottom: 0;
  right: -270px;
  padding-top: 72px;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  @media screen and (min-width: 768px) {
    .navDrawr {
      display: none; } }
  .navDrawr a {
    display: block;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding: 4px 10px;
    background: #222; }
  .navDrawr > ul::after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  .navDrawr > ulli {
    position: relative; }
    .navDrawr > ulli a {
      border-bottom: 1px solid #F08300; }
      .navDrawr > ulli a::hover {
        background: rgba(255, 255, 255, 0.85); }
  .navDrawr .sub {
    position: static;
    z-index: 9999;
    display: block !important; }
    .navDrawr .sub a {
      color: #222;
      font-size: 14px;
      background: #fff;
      border-bottom: 1px solid #F08300;
      padding: 10px 10px 10px 20px;
      position: relative; }
      .navDrawr .sub a::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 15px;
        margin: auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 3px 0 3px 4px;
        border-color: transparent transparent transparent #F08300; }
      .navDrawr .sub a:hover {
        background: rgba(255, 255, 255, 0.85); }
    .navDrawr .sub li:last-child a {
      border: none; }

#contents {
  padding-top: 20px; }

/* #gaskiki
-------------------------------------*/
#gaskiki {
  padding: 32px 16px;
  background: rgba(255, 90, 106, 0.25); }
  @media screen and (min-width: 768px) {
    #gaskiki {
      padding: 48px 0; } }
  @media screen and (min-width: 768px) {
    #gaskiki .Content {
      padding-bottom: 32px; } }
  #gaskiki .eHOME {
    border-color: #2B75BC; }
    #gaskiki .eHOME__sub {
      background: #2B75BC; }
  #gaskiki .Section__head {
    color: #fff;
    font-size: 1.25rem;
    text-align: center;
    line-height: 1.6;
    background: #ea5227;
    background: -moz-linear-gradient(left, #ea5227 0%, #ea5227 15%, #f7ae28 50%, #ea5527 85%, #ea5227 100%);
    background: -webkit-linear-gradient(left, #ea5227 0%, #ea5227 15%, #f7ae28 50%, #ea5527 85%, #ea5227 100%);
    background: linear-gradient(to right, #ea5227 0%, #ea5227 15%, #f7ae28 50%, #ea5527 85%, #ea5227 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea5227', endColorstr='#ea5227',GradientType=1 ); }
  #gaskiki .Product__card {
    width: calc(50% - 8px);
    margin: 4px;
    border: 1px solid #222; }
    @media screen and (min-width: 768px) {
      #gaskiki .Product__card {
        margin: 8px; } }
  #gaskiki #conro .Product__card {
    max-width: 280px; }
  #gaskiki #range .Product__card {
    max-width: 224px; }
  #gaskiki #range .Product__card:first-of-type {
    width: 100%;
    max-width: 392px; }
  #gaskiki #table {
    margin-top: 24px; }
    #gaskiki #table .Product__card {
      max-width: 280px; }
  #gaskiki #kyutou {
    margin-top: 24px;
    position: relative;
    z-index: 1; }
    #gaskiki #kyutou::before {
      content: "";
      width: 102%;
      height: 100%;
      background: #FBDFCF;
      position: absolute;
      top: 8px;
      left: -1%;
      z-index: -1; }
      @media screen and (min-width: 768px) {
        #gaskiki #kyutou::before {
          width: calc(100% + 40px);
          height: calc(100% + 16px);
          left: -20px; } }
    #gaskiki #kyutou .Product + .Product {
      padding-top: 0; }
    #gaskiki #kyutou .Product:first-of-type {
      margin-bottom: 16px; }
      @media screen and (min-width: 768px) {
        #gaskiki #kyutou .Product:first-of-type {
          max-width: 322px;
          margin-bottom: 0; } }
      #gaskiki #kyutou .Product:first-of-type .Product__card {
        width: 100%; }
    @media screen and (min-width: 768px) {
      #gaskiki #kyutou .Product:last-of-type {
        width: calc(100% - 322px); } }
    #gaskiki #kyutou .Product:last-of-type .Product__card {
      max-width: 176px;
      margin: 4px; }
  #gaskiki #heater {
    position: relative;
    z-index: 1; }
    #gaskiki #heater::before {
      content: "";
      width: 102%;
      height: 100%;
      background: #ed6d17;
      background: -moz-linear-gradient(left, #ed6d17 0%, #f39e5f 50%, #fff78c 100%);
      background: -webkit-linear-gradient(left, #ed6d17 0%, #f39e5f 50%, #fff78c 100%);
      background: linear-gradient(to right, #ed6d17 0%, #f39e5f 50%, #fff78c 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed6d17', endColorstr='#fff78c',GradientType=1 );
      position: absolute;
      top: 12px;
      left: -1%;
      z-index: -1; }
      @media screen and (min-width: 768px) {
        #gaskiki #heater::before {
          width: calc(100% + 40px);
          height: calc(100% - 16px);
          top: 36px;
          left: -20px; } }
    #gaskiki #heater .Product__card {
      width: 100%;
      max-width: 443px; }
      @media screen and (min-width: 768px) {
        #gaskiki #heater .Product__card {
          margin: 16px 0 0; } }
      #gaskiki #heater .Product__card + .Product__card {
        width: 93%;
        max-width: 426px; }
        @media screen and (min-width: 768px) {
          #gaskiki #heater .Product__card + .Product__card {
            margin-left: 24px; } }

/* #reform
-------------------------------------*/
#reform {
  padding: 32px 16px; }
  @media screen and (min-width: 768px) {
    #reform {
      padding: 48px 0; } }
  #reform .eHOME {
    border-color: #F08300; }
    #reform .eHOME__sub {
      background: #F08300; }
  #reform .Section {
    padding-top: 8px;
    position: relative; }
    @media screen and (min-width: 768px) {
      #reform .Section {
        padding-top: 32px; } }
    #reform .Section__head {
      width: 64px;
      height: 64px;
      position: absolute;
      top: 16px;
      left: 0; }
      @media screen and (min-width: 768px) {
        #reform .Section__head {
          width: 128px;
          height: 128px;
          top: 32px; } }
    #reform .Section__body {
      padding-bottom: 16px; }
      @media screen and (min-width: 768px) {
        #reform .Section__body {
          padding-top: 0;
          padding-bottom: 40px; } }
    #reform .Section__inner {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      border-bottom: 1px solid #222; }
      @media screen and (min-width: 768px) {
        #reform .Section__inner {
          padding-bottom: 32px; } }
      #reform .Section__inner:last-child {
        padding-bottom: 0;
        border-bottom: 0; }
        @media screen and (min-width: 768px) {
          #reform .Section__inner:last-child {
            padding-bottom: 24px; } }
      #reform .Section__inner .Section {
        border-bottom: 1px solid #222; }
        @media screen and (min-width: 768px) {
          #reform .Section__inner .Section {
            border-bottom: 0; } }
        #reform .Section__inner .Section:last-child {
          border-bottom: 0; }
        @media screen and (min-width: 768px) {
          #reform .Section__inner .Section__head {
            width: 80px;
            height: 80px; } }
        @media screen and (min-width: 768px) {
          #reform .Section__inner .Section__body {
            padding-bottom: 0; } }
  #reform #bath {
    border-top: 1px solid #222;
    border-bottom: 1px solid #222; }
  @media screen and (min-width: 768px) {
    #reform #dryer .Section__head, #reform #exterior .Section__head, #reform #free .Section__head {
      left: 24px; } }
  @media screen and (min-width: 768px) {
    #reform #dryer .Section__body, #reform #exterior .Section__body, #reform #free .Section__body {
      padding-left: 24px;
      border-left: 1px solid #222; } }
  @media screen and (min-width: 768px) {
    #reform #toilet, #reform #wash, #reform #dryer, #reform #exterior, #reform #closet, #reform #free {
      max-width: 420px; } }

.ContactBlock {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  padding: 16px 0;
  background: #fff; }
  .ContactBlock__text {
    font-size: 0.875rem; }
  .ContactBlock__tel {
    max-width: 370px;
    margin: 16px 32px; }
  .ContactBlock__mail {
    max-width: 280px;
    margin: 8px 0; }

.btn-pagetop {
  position: fixed;
  bottom: 13vh;
  right: 3%;
  margin: 0;
  z-index: 5; }
  @media screen and (min-width: 768px) {
    .btn-pagetop {
      bottom: 56px;
      right: 32px; } }
  .btn-pagetop a {
    display: block;
    width: 32px;
    height: 32px;
    color: #fff;
    border-radius: 6px;
    background: #0074ae;
    opacity: 0.7;
    backface-visibility: hidden;
    /*Chrome*/
    position: relative; }
    @media screen and (min-width: 768px) {
      .btn-pagetop a {
        width: 56px;
        height: 56px; } }
    .btn-pagetop a::after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 4px 6px 4px;
      border-color: transparent transparent #fff transparent;
      position: absolute;
      right: 50%;
      bottom: 50%;
      transform: translate(50%, 50%); }
      @media screen and (min-width: 768px) {
        .btn-pagetop a::after {
          border-width: 0 10px 12px 10px; } }
    .btn-pagetop a:hover {
      opacity: 1;
      text-decoration: none; }
