@charset "UTF-8";
/* ==========================================================================
   Settings
========================================================================== */
/* ==========================================================================
   Tool
========================================================================== */
/* ブレイクポイント */
/* フォント設定 */
/* l-inner */
/* pxをvewwidthに変換（単位ありなし対応） */
/* pxをvewwidthに変換（単位ありなし対応） */
/* ==========================================================================
   Utility
========================================================================== */
/* ==========================================================================
   レイアウト
========================================================================== */
/* ==========================================================================
   スクロールバー非表示
========================================================================== */
/* ==========================================================================
   カラー バリエーション
========================================================================== */
/* ==========================================================================
   Reset
========================================================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 0;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 0;
  padding: 0;
}

[type="button"], [type="date"], [type="datetime"], [type="datetime-local"], [type="email"], [type="month"], [type="number"], [type="password"], [type="reset"], [type="search"], [type="submit"], [type="tel"], [type="text"], [type="time"], [type="url"], [type="week"], input, button, select, textarea {
  margin: 0;
  padding: 0;
  color: #4b4b4b;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input, button, textarea, select {
  font-family: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background: none;
  padding: 0;
  border-radius: 0;
  resize: vertical;
  vertical-align: middle;
}

/* ==========================================================================
   Libs
========================================================================== */
/* ==========================================================================
   Common
========================================================================== */
html {
  color: #222;
  font-weight: 400;
  word-wrap: break-word;
  font-size: 16px;
}

@media print, screen and (min-width: 961px) and (max-width: 1400px) {
  html {
    font-size: 16px;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 960px) {
  html {
    font-size: 16px;
  }
}

body {
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  line-height: 1.7;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

body.is-fixed {
  position: fixed;
  overflow-x: hidden;
  overflow-y: scroll;
}

body.is_en {
  font-family: "Poppins", sans-serif;
}

@media print, screen and (max-width: 768px) {
  body.is_hidden {
    overflow: hidden;
  }
}

@media all and (-ms-high-contrast: none) {
  html, input, select, textarea {
    font-family: Meiryo, sans-serif !important;
    line-height: 1;
    font-weight: normal;
  }
}

a {
  text-decoration: none;
  color: #333;
}

@media print, screen and (min-width: 769px) {
  a:hover {
    text-decoration: none;
  }
}

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

@media print, screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

picture {
  display: block;
}

input {
  padding: 0;
  border: none;
  background: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=text],
input[type=tel],
input[type=password],
input[type=email],
input[type=search],
input[type=url],
input[type=datetime],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime-local],
input[type=number],
select,
textarea {
  max-width: 100%;
  padding: 0.5rem 0.75rem;
  font: inherit;
  background-color: #fff;
  border: none;
  vertical-align: bottom;
}

input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bebebe;
}

input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #c0c0c0 !important;
}

input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=number]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bebebe;
  opacity: 1;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=url]:focus,
input[type=datetime]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime-local]:focus,
input[type=number]:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 4px #cccdce;
  box-shadow: 0 0 4px #cccdce;
}

input[type=radio],
input[type=checkbox] {
  margin: 0;
  vertical-align: -1px;
}

input[type="button"],
input[type="submit"],
button {
  -webkit-appearance: none;
  cursor: pointer;
  font: inherit;
  vertical-align: bottom;
}

button {
  border: none;
}

textarea {
  resize: vertical;
  vertical-align: bottom;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

blockquote {
  background-color: #f5f5f5;
  padding: 1em 1em 1em 3em;
  position: relative;
  border-left: 3px solid #666;
}

blockquote:before {
  content: "“";
  font-size: 4em;
  line-height: 1;
  color: #999;
  position: absolute;
  left: 0.15em;
  top: 0.15em;
}

::-moz-selection {
  color: #fff;
  background-color: #52c3f1;
}

::selection {
  color: #fff;
  background-color: #52c3f1;
}

::-moz-selection {
  color: #fff;
  background-color: #52c3f1;
}

.l-wrap .is-pc {
  display: block;
}

@media print, screen and (max-width: 960px) {
  .l-wrap .is-pc {
    display: none;
  }
}

.l-wrap .is-pctbl {
  display: block;
}

@media print, screen and (max-width: 768px) {
  .l-wrap .is-pctbl {
    display: none;
  }
}

.l-wrap .is-tbl {
  display: none;
}

@media print, screen and (min-width: 769px) and (max-width: 960px) {
  .l-wrap .is-tbl {
    display: block;
  }
}

.l-wrap .is-tblsp {
  display: none;
}

@media print, screen and (max-width: 960px) {
  .l-wrap .is-tblsp {
    display: block;
  }
}

.l-wrap .is-sp {
  display: none;
}

@media print, screen and (max-width: 768px) {
  .l-wrap .is-sp {
    display: block;
  }
}

.l-wrap .is-pcI {
  display: inline;
}

@media print, screen and (max-width: 960px) {
  .l-wrap .is-pcI {
    display: none;
  }
}

.l-wrap .is-pcSI {
  display: none;
}

@media print, screen and (min-width: 961px) and (max-width: 1400px) {
  .l-wrap .is-pcSI {
    display: inline;
  }
}

.l-wrap .is-pctblI {
  display: inline;
}

@media print, screen and (max-width: 768px) {
  .l-wrap .is-pctblI {
    display: none;
  }
}

.l-wrap .is-tblI {
  display: none;
}

@media print, screen and (min-width: 769px) and (max-width: 960px) {
  .l-wrap .is-tblI {
    display: inline;
  }
}

.l-wrap .is-tblspI {
  display: inline;
}

@media print, screen and (min-width: 769px) {
  .l-wrap .is-tblspI {
    display: none;
  }
}

.l-wrap .is-spI {
  display: none;
}

@media print, screen and (max-width: 768px) {
  .l-wrap .is-spI {
    display: inline;
  }
}

.is-taL {
  text-align: left !important;
}

.is-taC {
  text-align: center !important;
}

.is-taR {
  text-align: right !important;
}

.is-fwB {
  font-weight: bold !important;
}

.is-tdUL {
  text-decoration: underline !important;
}

.is-colorEm {
  color: #f90303 !important;
}

.is-colorG {
  color: #707070 !important;
}

.is-color-base {
  color: #222 !important;
}

.is-lhL {
  line-height: 2 !important;
}

.is-lhM {
  line-height: 1.8 !important;
}

.is-lhS {
  line-height: 1.6 !important;
}

.is-lhXS {
  line-height: 1.25 !important;
}

.l-wrap .is-fsXXL {
  font-size: 24px;
  font-size: 1.5rem;
}

@media print, screen and (max-width: 768px) {
  .l-wrap .is-fsXXL {
    font-size: 21px;
    font-size: 5.6vw;
  }
}

.l-wrap .is-fsXL {
  font-size: 18px;
  font-size: 1.125rem;
}

@media print, screen and (max-width: 768px) {
  .l-wrap .is-fsXL {
    font-size: 18px;
    font-size: 4.8vw;
  }
}

.l-wrap .is-fsL {
  font-size: 16px;
  font-size: 1rem;
}

@media print, screen and (max-width: 768px) {
  .l-wrap .is-fsL {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.l-wrap .is-fsM {
  font-size: 14px;
  font-size: 0.875rem;
}

@media print, screen and (max-width: 768px) {
  .l-wrap .is-fsM {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.l-wrap .is-fsS {
  font-size: 12px;
  font-size: 0.75rem;
}

@media print, screen and (max-width: 768px) {
  .l-wrap .is-fsS {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.l-wrap .is-fsXS {
  font-size: 11px;
  font-size: 0.6875rem;
}

@media print, screen and (max-width: 768px) {
  .l-wrap .is-fsXS {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}

/* ==========================================================================
   カラー バリエーション
========================================================================== */
.is_WHITE::after {
  background-color: #fff;
  border-radius: 50%;
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

@media print, screen and (max-width: 440px) {
  .is_WHITE::after {
    width: 24px;
    height: 24px;
  }
}

.is_PN::after {
  background-image: url("../images/common/color-variation/faucet/PN.png");
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

@media print, screen and (max-width: 440px) {
  .is_PN::after {
    width: 24px;
    height: 24px;
  }
}

.is_BN::after {
  background-image: url("../images/common/color-variation/faucet/BN.png");
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

@media print, screen and (max-width: 440px) {
  .is_BN::after {
    width: 24px;
    height: 24px;
  }
}

.is_PFG::after {
  background-image: url("../images/common/color-variation/faucet/PFG.png");
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

@media print, screen and (max-width: 440px) {
  .is_PFG::after {
    width: 24px;
    height: 24px;
  }
}

.is_BFG::after {
  background-image: url("../images/common/color-variation/faucet/BFG.png");
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

@media print, screen and (max-width: 440px) {
  .is_BFG::after {
    width: 24px;
    height: 24px;
  }
}

.is_PRG::after {
  background-image: url("../images/common/color-variation/faucet/PRG.png");
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

@media print, screen and (max-width: 440px) {
  .is_PRG::after {
    width: 24px;
    height: 24px;
  }
}

.is_BRG::after {
  background-image: url("../images/common/color-variation/faucet/BRG.png");
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

@media print, screen and (max-width: 440px) {
  .is_BRG::after {
    width: 24px;
    height: 24px;
  }
}

.is_PBR::after {
  background-image: url("../images/common/color-variation/faucet/PBR.png");
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

@media print, screen and (max-width: 440px) {
  .is_PBR::after {
    width: 24px;
    height: 24px;
  }
}

.is_BBR::after {
  background-image: url("../images/common/color-variation/faucet/BBR.png");
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

@media print, screen and (max-width: 440px) {
  .is_BBR::after {
    width: 24px;
    height: 24px;
  }
}

.is_PC::after {
  background-image: url("../images/common/color-variation/faucet/PC.png");
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

@media print, screen and (max-width: 440px) {
  .is_PC::after {
    width: 24px;
    height: 24px;
  }
}

.is_PBL::after {
  background-image: url("../images/common/color-variation/faucet/PBL.png");
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

@media print, screen and (max-width: 440px) {
  .is_PBL::after {
    width: 24px;
    height: 24px;
  }
}

.is_BBL::after {
  background-image: url("../images/common/color-variation/faucet/BBL.png");
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

@media print, screen and (max-width: 440px) {
  .is_BBL::after {
    width: 24px;
    height: 24px;
  }
}

.is_MBL::after {
  background-image: url("../images/common/color-variation/faucet/MBL.png");
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

@media print, screen and (max-width: 440px) {
  .is_MBL::after {
    width: 24px;
    height: 24px;
  }
}

.is_BN-PN::after {
  background-image: url("../images/common/color-variation/faucet/BN-PN.png");
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

@media print, screen and (max-width: 440px) {
  .is_BN-PN::after {
    width: 24px;
    height: 24px;
  }
}

.is_BBL-PBL::after {
  background-image: url("../images/common/color-variation/faucet/BBL-PBL.png");
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

@media print, screen and (max-width: 440px) {
  .is_BBL-PBL::after {
    width: 24px;
    height: 24px;
  }
}

.is_BFG-PFG::after {
  background-image: url("../images/common/color-variation/faucet/BFG-PFG.png");
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

@media print, screen and (max-width: 440px) {
  .is_BFG-PFG::after {
    width: 24px;
    height: 24px;
  }
}

.is_BRG-PRG::after {
  background-image: url("../images/common/color-variation/faucet/BRG-PRG.png");
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

@media print, screen and (max-width: 440px) {
  .is_BRG-PRG::after {
    width: 24px;
    height: 24px;
  }
}

.is_PN-BN::after {
  background-image: url("../images/common/color-variation/faucet/PN-BN.png");
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

@media print, screen and (max-width: 440px) {
  .is_PN-BN::after {
    width: 24px;
    height: 24px;
  }
}

.is_PC-BFG::after {
  background-image: url("../images/common/color-variation/faucet/PC-BFG.png");
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

@media print, screen and (max-width: 440px) {
  .is_PC-BFG::after {
    width: 24px;
    height: 24px;
  }
}

.is_PC-BRG::after {
  background-image: url("../images/common/color-variation/faucet/PC-BRG.png");
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

@media print, screen and (max-width: 440px) {
  .is_PC-BRG::after {
    width: 24px;
    height: 24px;
  }
}

.is_PC-BN::after {
  background-image: url("../images/common/color-variation/faucet/PC-BN.png");
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

@media print, screen and (max-width: 440px) {
  .is_PC-BN::after {
    width: 24px;
    height: 24px;
  }
}

.m-title {
  position: relative;
  z-index: 2;
  margin-bottom: 1.25rem;
}

.m-title:not(.is-noMark) {
  position: relative;
  padding-bottom: 2.1875rem;
}

.m-title:not(.is-noMark):after {
  content: '';
  display: block;
  width: 1.875rem;
  height: 0.5rem;
  background-color: #222;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media print, screen and (max-width: 768px) {
  .m-title:not(.is-noMark) {
    padding-bottom: 1.875rem;
  }
}

.m-title.is-color-white {
  color: #fff;
}

.m-title.is-color-white:after {
  background-color: #fff;
}

.m-title.is-sizeS {
  padding-bottom: 1.875rem;
}

@media print, screen and (max-width: 768px) {
  .m-title.is-sizeS {
    padding-bottom: 1.5625rem;
  }
}

.m-title.is-center {
  text-align: center;
}

.m-title.is-center:not(.is-noMark):after {
  left: 50%;
  margin-left: -0.9375rem;
}

.m-title.is-center.is-sizeS {
  margin-bottom: 2.4rem;
}

@media print, screen and (max-width: 768px) {
  .m-title.is-center.is-sizeS {
    margin-bottom: 2.8125rem;
  }
}

@media print, screen and (max-width: 768px) {
  .m-title.is-spCenter {
    text-align: center;
  }
  .m-title.is-spCenter:not(.is-noMark):after {
    left: 50%;
    margin-left: -0.9375rem;
  }
}

.m-title.is-only-jp:not(.is-noMark) {
  padding-bottom: 1.5625rem;
}

@media print, screen and (max-width: 768px) {
  .m-title.is-only-jp:not(.is-noMark) {
    padding-bottom: 1.375rem;
  }
}

.m-title.is-only-jp:not(.is-noMark).is-list {
  padding-bottom: 1.25rem;
}

.m-title.is-marginNone {
  margin-bottom: 0;
}

.l-page-title .m-title {
  margin: 0 auto;
}

.m-title__en {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 80px;
  font-size: 5rem;
  line-height: 1.0;
  letter-spacing: 0.05em;
}

@media print, screen and (min-width: 769px) and (max-width: 960px) {
  .m-title__en {
    font-size: 80px;
    font-size: 7.8125vw;
  }
}

@media print, screen and (max-width: 768px) {
  .m-title__en {
    font-size: 52px;
    font-size: 13.86667vw;
  }
}

.is-sizeS .m-title__en {
  font-size: 50px;
  font-size: 3.125rem;
}

@media print, screen and (min-width: 769px) and (max-width: 960px) {
  .is-sizeS .m-title__en {
    font-size: 50px;
    font-size: 4.88281vw;
  }
}

@media print, screen and (max-width: 768px) {
  .is-sizeS .m-title__en {
    font-size: 32px;
    font-size: 8.53333vw;
  }
}

@media print, screen and (max-width: 768px) {
  .l-page-title .m-title__en {
    font-size: 50px;
    font-size: 13.33333vw;
    text-align: center;
  }
}

.m-title__jp {
  margin-top: 1.375rem;
  display: block;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media print, screen and (max-width: 768px) {
  .m-title__jp {
    margin-top: 1.0rem;
    font-size: 22px;
    font-size: 5.86667vw;
  }
}

.is-sizeS .m-title__jp {
  font-size: 20px;
  font-size: 1.25rem;
}

@media print, screen and (max-width: 768px) {
  .is-sizeS .m-title__jp {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.m-title__jp:only-child {
  line-height: 1.6;
  margin-top: 0;
  font-size: 36px;
  font-size: 2.25rem;
}

@media print, screen and (max-width: 768px) {
  .m-title__jp:only-child {
    font-size: 22px;
    font-size: 5.86667vw;
  }
}

body.is-top .m-title__jp:only-child {
  font-size: 22px;
  font-size: 1.375rem;
}

@media print, screen and (max-width: 768px) {
  body.is-top .m-title__jp:only-child {
    font-size: 22px;
    font-size: 5.86667vw;
  }
}

.is-list .m-title__jp:only-child {
  line-height: 1.38;
  font-size: 26px;
  font-size: 1.625rem;
}

@media print, screen and (max-width: 768px) {
  .is-list .m-title__jp:only-child {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.is-article .m-title__jp:only-child {
  font-size: 32px;
  font-size: 2rem;
}

@media print, screen and (max-width: 768px) {
  .is-article .m-title__jp:only-child {
    font-size: 20px;
    font-size: 5.33333vw;
  }
}

@media print, screen and (max-width: 768px) {
  .l-page-title .m-title__jp {
    font-size: 18px;
    font-size: 4.8vw;
    text-align: center;
  }
  .l-page-title .m-title__jp:only-child {
    font-size: 32px;
    font-size: 8.53333vw;
  }
  .is-people-article .l-page-title .m-title__jp:only-child {
    font-size: 20px;
    font-size: 5.33333vw;
  }
}

.m-title-section {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 1.8rem;
  margin-bottom: 2.25rem;
  line-height: 1.6;
}

.m-title-section:after {
  content: '';
  display: block;
  width: 1.875rem;
  height: 0.5rem;
  background-color: #222;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media print, screen and (max-width: 768px) {
  .m-title-section {
    font-size: 22px;
    font-size: 5.86667vw;
    padding-bottom: 1.5625rem;
  }
}

.m-title-section.is-center {
  text-align: center;
}

.m-title-section.is-center:after {
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

@media print, screen and (max-width: 768px) {
  .m-title-section.is-spCenter {
    text-align: center;
  }
  .m-title-section.is-spCenter:after {
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}

.m-title-section.is-marginNone {
  margin-bottom: 0;
}

.m-title-section.is-sizeS {
  font-size: 28px;
  font-size: 1.75rem;
}

@media print, screen and (max-width: 768px) {
  .m-title-section.is-sizeS {
    font-size: 18px;
    font-size: 4.8vw;
  }
}

.m-title-section.is-sizeXS {
  font-size: 20px;
  font-size: 1.25rem;
}

@media print, screen and (max-width: 768px) {
  .m-title-section.is-sizeXS {
    font-size: 20px;
    font-size: 5.33333vw;
  }
}

.m-title-solid {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 1.5625rem;
}

.m-title-solid:not(:first-child) {
  margin-top: 4rem;
}

@media print, screen and (max-width: 768px) {
  .m-title-solid:not(:first-child) {
    margin-top: 2.75rem;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 960px) {
  .m-title-solid {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

@media print, screen and (max-width: 768px) {
  .m-title-solid {
    font-size: 26px;
    font-size: 6.93333vw;
  }
}

.m-title-solid.is-center {
  text-align: center;
}

@media print, screen and (max-width: 768px) {
  .m-title-solid.is-center.is-spLeft {
    text-align: left;
  }
}

@media print, screen and (max-width: 768px) {
  .m-title-solid.is-spCenter {
    text-align: center;
  }
}

.m-title-solid.is-marginL {
  margin-bottom: 5.625rem;
}

@media print, screen and (max-width: 768px) {
  .m-title-solid.is-marginL {
    margin-bottom: 2.357rem;
  }
}

.m-title-solid.is-sizeS {
  font-size: 28px;
  font-size: 1.75rem;
}

@media print, screen and (max-width: 768px) {
  .m-title-solid.is-sizeS {
    font-size: 18px;
    font-size: 4.8vw;
  }
}

.m-page-lead {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.65;
  font-weight: normal;
  text-align: center;
  margin-bottom: 1.25em;
}

@media print, screen and (min-width: 769px) and (max-width: 960px) {
  .m-page-lead {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media print, screen and (max-width: 768px) {
  .m-page-lead {
    font-size: 22px;
    font-size: 5.86667vw;
    line-height: 1.6;
  }
}

.m-page-lead-sub {
  line-height: 2;
  text-align: center;
}

@media print, screen and (max-width: 768px) {
  .m-page-lead-sub {
    text-align: left;
    line-height: 1.8;
  }
}

.m-page-lead-sub:not(:first-child) {
  margin-top: 3.125rem;
}

@media print, screen and (max-width: 768px) {
  .m-page-lead-sub:not(:first-child) {
    margin-top: 2rem;
  }
}

.m-page-lead-sub:not(:last-child) {
  margin-bottom: 3.125rem;
}

@media print, screen and (max-width: 768px) {
  .m-page-lead-sub:not(:last-child) {
    margin-bottom: 2rem;
  }
}

.m-txt-lead {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  text-align: center;
  line-height: 2;
}

@media print, screen and (max-width: 768px) {
  .m-txt-lead {
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 1.8;
    text-align: left;
  }
}

.is-business .m-txt-lead {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

@media print, screen and (max-width: 768px) {
  .is-business .m-txt-lead {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.m-txt-link a, a.m-txt-link {
  color: #1a69d5;
  text-decoration: underline;
}

@media print, screen and (min-width: 769px) {
  .m-txt-link a:hover, a.m-txt-link:hover {
    text-decoration: none;
  }
}

.m-btn-wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.m-btn-wrap:not(:first-child) {
  margin-top: 2.5rem;
}

@media print, screen and (max-width: 768px) {
  .m-btn-wrap:not(:first-child) {
    margin-top: 1.5625rem;
  }
}

.m-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  font: inherit;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: none !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.25rem 0.5em;
  background-color: transparent;
  border: 2px solid #222;
  width: 100%;
  height: 4.15rem;
  cursor: pointer;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 769px) {
  .m-btn {
    max-width: 300px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-btn {
    max-width: 86vw;
  }
}

@media print, screen and (min-width: 769px) {
  .m-btn {
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  .m-btn::before, .m-btn::after {
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  .m-btn:hover {
    color: #fff;
    background-color: #222;
  }
}

@media print, screen and (max-width: 768px) {
  .m-btn {
    font-size: 16px;
    font-size: 4.26667vw;
    height: 3.75rem;
  }
}

.m-btn.is-en {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.m-btn .m-btn-txt {
  line-height: 1.0;
  letter-spacing: 0.1em;
}

.m-btn .m-btn-icon {
  display: inline-block;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.m-btn .m-btn-icon svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.m-btn .m-btn-icon svg path, .m-btn .m-btn-icon svg line, .m-btn .m-btn-icon svg g, .m-btn .m-btn-icon svg rect {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.m-btn.is-arrow .m-btn-icon {
  width: 1.74812rem;
  height: 1.06069rem;
  margin-top: -0.53034rem;
}

@media print, screen and (min-width: 769px) {
  .m-btn.is-arrow:hover .m-btn-icon {
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  .m-btn.is-arrow:hover .m-btn-icon svg path, .m-btn.is-arrow:hover .m-btn-icon svg line {
    stroke: #fff;
  }
}

.m-btn.is-down .m-btn-icon {
  width: 0.7525rem;
  height: 1.285rem;
  margin-top: -0.6425rem;
}

@media print, screen and (min-width: 769px) {
  .m-btn.is-down:hover .m-btn-icon {
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  .m-btn.is-down:hover .m-btn-icon svg path, .m-btn.is-down:hover .m-btn-icon svg line {
    stroke: #fff;
  }
}

.m-btn.is-large {
  font-weight: 500;
  height: 6.25rem;
}

@media print, screen and (min-width: 769px) {
  .m-btn.is-large {
    max-width: 410px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-btn.is-large {
    height: 5.4rem;
  }
}

.m-btn.is-large .m-btn-txt {
  font-size: 26px;
  font-size: 1.625rem;
}

@media print, screen and (max-width: 768px) {
  .m-btn.is-large .m-btn-txt {
    font-size: 22px;
    font-size: 5.86667vw;
  }
}

.m-btn.is-large.is-arrow .m-btn-icon {
  width: 2.375rem;
  height: 1.375rem;
  margin-top: -0.6875rem;
}

@media print, screen and (max-width: 768px) {
  .m-btn.is-large.is-arrow .m-btn-icon {
    width: 2rem;
    height: 1.1875rem;
    margin-top: -0.59375rem;
  }
}

@media print, screen and (min-width: 769px) {
  .m-btn.is-wide {
    max-width: 400px;
  }
}

@media print, screen and (max-width: 768px) {
  .m-btn.is-wide {
    max-width: 100%;
  }
}

.m-btn.is-full {
  max-width: 100%;
}

.m-btn.is-color-white {
  color: #fff;
  border-color: #fff;
}

.m-btn.is-color-white .m-btn-icon svg path, .m-btn.is-color-white .m-btn-icon svg line {
  stroke: #fff;
}

@media print, screen and (min-width: 769px) {
  .m-btn.is-color-white:hover {
    background-color: #fff;
    color: #0a5983;
  }
  .m-btn.is-color-white:hover .m-btn-icon svg path, .m-btn.is-color-white:hover .m-btn-icon svg line {
    stroke: #0a5983;
  }
}

.m-btn.is-color-blue {
  color: #0a5983;
  border-color: #0a5983;
}

.m-btn.is-color-blue .m-btn-icon svg path, .m-btn.is-color-blue .m-btn-icon svg line {
  stroke: #0a5983;
}

@media print, screen and (min-width: 769px) {
  .m-btn.is-color-blue:hover {
    background-color: #0a5983;
    color: #fff;
  }
  .m-btn.is-color-blue:hover .m-btn-icon svg path, .m-btn.is-color-blue:hover .m-btn-icon svg line {
    stroke: #fff;
  }
}

.m-btn.is-color-green {
  color: #055b2b;
  border-color: #055b2b;
}

.m-btn.is-color-green .m-btn-icon svg path, .m-btn.is-color-green .m-btn-icon svg line {
  stroke: #055b2b;
}

@media print, screen and (min-width: 769px) {
  .m-btn.is-color-green:hover {
    background-color: #055b2b;
    color: #fff;
  }
  .m-btn.is-color-green:hover .m-btn-icon svg path, .m-btn.is-color-green:hover .m-btn-icon svg line {
    stroke: #fff;
  }
}

.m-btn.is-entry {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #008dcb;
  border: 2px solid #008dcb;
  color: #fff;
}

.m-btn.is-entry .m-btn-icon {
  width: 0.84113rem;
  height: 1.37331rem;
  margin-top: -0.68666rem;
}

.m-btn.is-entry .m-btn-icon svg path, .m-btn.is-entry .m-btn-icon svg line {
  stroke: #fff;
}

@media print, screen and (min-width: 769px) {
  .m-btn.is-entry:hover {
    background-color: #fff;
    color: #008dcb;
  }
  .m-btn.is-entry:hover .m-btn-icon svg path, .m-btn.is-entry:hover .m-btn-icon svg line {
    stroke: #008dcb;
  }
}

@media print, screen and (min-width: 769px) {
  .l-header .m-btn.is-entry {
    padding: 0.5em 1.0em;
    height: 2.8125rem;
    width: 150px;
  }
}

@media print, screen and (max-width: 960px) {
  .l-header .m-btn.is-entry {
    width: 4rem;
    height: 100%;
  }
}

@media print, screen and (max-width: 768px) {
  .l-header .m-btn.is-entry {
    width: 3.125rem;
    font-size: 10px;
    font-size: 2.66667vw;
  }
}

.l-header .m-btn.is-entry .m-btn-icon {
  right: 1.0em;
  width: 0.6729rem;
  height: 1.09865rem;
  margin-top: -0.54932rem;
}

@media print, screen and (max-width: 960px) {
  .l-header .m-btn.is-entry .m-btn-icon {
    display: none;
  }
}

.m-btn.is-blank .m-btn-icon {
  width: 1.0825rem;
  height: 0.82688rem;
  margin-top: -0.41344rem;
}

.m-btn.is-blank .m-btn-icon svg ._line1 {
  fill: #222;
}

.m-btn.is-blank .m-btn-icon svg ._line2 {
  stroke: #222;
}

@media print, screen and (min-width: 769px) {
  .m-btn.is-blank:hover .m-btn-icon svg ._line1 {
    fill: #fff;
  }
  .m-btn.is-blank:hover .m-btn-icon svg ._line2 {
    stroke: #fff;
  }
}

.m-btn.is-mypage {
  background-color: #008dcb;
}

.m-btn.is-contact .m-btn-txt {
  position: relative;
  padding-left: 2.1875rem;
}

.m-btn.is-contact .m-btn-icon.is-mail {
  display: inline-block;
  vertical-align: middle;
  right: auto;
  left: 0;
  width: 1.5905rem;
  height: 1.125rem;
  margin-top: -0.5625rem;
}

@media print, screen and (min-width: 769px) {
  .m-btn.is-contact:hover .m-btn-icon.is-mail {
    -webkit-transform: none;
    transform: none;
  }
  .m-btn.is-contact:hover .m-btn-icon.is-mail svg g > g {
    stroke: #fff;
  }
}

.m-btn.is-submit {
  background-color: #18a3e0;
  color: #fff;
  border-color: #18a3e0;
}

.m-btn.is-submit .m-btn-icon svg path, .m-btn.is-submit .m-btn-icon svg line {
  stroke: #fff;
}

@media print, screen and (min-width: 769px) {
  .m-btn.is-submit:hover {
    background-color: #fff;
    color: #18a3e0;
  }
  .m-btn.is-submit:hover .m-btn-icon svg path, .m-btn.is-submit:hover .m-btn-icon svg line {
    stroke: #18a3e0;
  }
}

.m-def {
  line-height: 1.8;
}

.m-def__term {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.65rem;
}

@media print, screen and (max-width: 768px) {
  .m-def__term {
    font-size: 16px;
    font-size: 4.26667vw;
    margin-bottom: 0.35rem;
  }
}

.m-def__term:not(:first-child) {
  margin-top: 1.5625rem;
}

.m-def__term:only-child {
  margin-bottom: 0;
}

.m-def__termSub {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 0.2rem;
  color: #666;
}

.m-def__desc {
  font-size: 16px;
  font-size: 1rem;
}

@media print, screen and (max-width: 768px) {
  .m-def__desc {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.m-table {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  width: 100%;
  border-top: 1px solid #D1CFCF;
}

.m-table:not(:first-child) {
  margin-top: 1rem;
}

.m-table:not(:last-child) {
  margin-bottom: 1.5625rem;
}

@media print, screen and (max-width: 768px) {
  .m-table {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.m-table [class*="m-list"]:not(:first-child) {
  margin-top: 0.5rem;
}

.m-table [class*="m-list"] + [class*="m-list"] {
  margin-top: 0.75rem;
}

.m-table a {
  text-decoration: underline;
}

.m-table th, .m-table td {
  padding: 0.85rem 2rem;
  border-bottom: 1px solid #D1CFCF;
  vertical-align: top;
  font-weight: normal;
}

@media print, screen and (max-width: 768px) {
  .m-table th, .m-table td {
    padding: 0.65rem 0.75rem;
  }
}

.m-table th {
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  background-color: #f3f0ec;
}

@media print, screen and (max-width: 768px) {
  .m-table th {
    padding: 0.65rem 0.5rem;
  }
}

.m-table thead th {
  color: #fff;
  background-color: #008DCB;
}

.m-table thead th + th {
  border-left: 1px solid #fff;
}

.m-table tbody th {
  width: 1rem 50;
}

@media print, screen and (min-width: 769px) and (max-width: 960px) {
  .m-table tbody th {
    width: 12rem;
  }
}

@media print, screen and (max-width: 768px) {
  .m-table tbody th {
    width: 6.5rem;
  }
}

.m-table td {
  background-color: #fff;
  text-align: left;
}

.m-table td > a {
  color: #f90303;
  font-weight: bold;
}

@media print, screen and (max-width: 768px) {
  .m-table.is-spBlock {
    display: block;
  }
  .m-table.is-spBlock th, .m-table.is-spBlock td, .m-table.is-spBlock thead, .m-table.is-spBlock tbody {
    display: block;
    width: auto;
  }
  .m-table.is-spBlock th, .m-table.is-spBlock td {
    padding: 0.75rem 4vw;
  }
}

.m-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  border-bottom: 2px solid #333;
  position: relative;
}

.m-tab::after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 1rem;
  background-color: #333;
  position: absolute;
  right: 0;
  bottom: 0;
}

.m-tab__item {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: bold;
  width: 25%;
  padding: 1em;
  border-radius: 0.8rem 0.8rem 0 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .m-tab__item {
    -webkit-transition: 0.25s;
    transition: 0.25s;
    cursor: pointer;
  }
  .m-tab__item:hover {
    color: #fff;
    background-color: #333;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 960px) {
  .m-tab__item {
    font-size: 16px;
    font-size: 1rem;
    padding: 1em 0.75em;
  }
}

@media print, screen and (max-width: 768px) {
  .m-tab__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-size: 3.2vw;
    padding: 0.25rem 0.25rem;
    height: 3.25em;
    border-width: 2px;
    border-radius: 0.4rem 0.4rem 0 0;
  }
}

.m-tab__item::before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 1rem;
  background-color: #333;
  position: absolute;
  left: 0;
  bottom: 0;
}

.m-tab__item.is-act {
  color: #fff;
  background-color: #333;
  cursor: default;
}

.m-tab__item.is-act + .m-tab__item::before {
  content: none;
}

.m-tab-contents__item {
  display: none;
  margin: 0 auto;
  padding: 3.4375rem 0;
}

@media all and (-ms-high-contrast: none) {
  .m-tab {
    margin-bottom: -1px;
  }
}

.m-txt-box {
  line-height: 1.8;
}

.m-txt-box > p:not(:first-child):not([class]) {
  margin-top: 1.5em;
}

@media print, screen and (max-width: 768px) {
  .m-txt-box > p:not(:first-child):not([class]) {
    margin-top: 1.25rem;
  }
}

.m-txt-box a {
  text-decoration: underline;
}

@media print, screen and (min-width: 769px) {
  .m-txt-box.is-center {
    text-align: center;
  }
}

.m-txt__bold {
  font-weight: 700;
}

.m-txt__medium {
  font-weight: 500;
}

.m-txt__explain {
  font-size: 14px;
  font-size: 0.875rem;
}

@media print, screen and (max-width: 440px) {
  .m-txt__explain {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.m-indent {
  padding-left: 1.0em;
  text-indent: -1.0em;
}

.m-list-std {
  line-height: 1.6;
}

.m-list-std > li {
  padding-left: 1.25em;
  text-indent: -1.25em;
}

.m-list-std > li + li {
  margin-top: 0.2rem;
}

.m-list-std.is-blank > li + li {
  margin-top: 0.75rem;
}

.m-list-ind {
  display: table;
  width: 100%;
  line-height: 1.6;
}

.is-lhL .m-list-ind {
  line-height: 1.8;
}

.m-list-ind > li {
  display: table-row;
}

.m-list-ind > li > div {
  display: table-cell;
  padding: 0.25rem 0;
}

.m-list-ind > li > div:first-child {
  width: 1%;
  white-space: nowrap;
  padding-right: 0.5em;
}

.m-list-num {
  line-height: 1.6;
  list-style-type: decimal;
  padding-left: 1.25em;
}

.m-list-num > li + li {
  margin-top: 0.35em;
}

.m-list-num.is-blank > li + li {
  margin-top: 1rem;
}

.m-list-num.is-blankL > li p:first-child:not(:last-child) {
  margin-bottom: 0.5rem;
}

.m-list-num.is-blankL > li + li {
  margin-top: 2rem;
}

.m-banner-link {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .m-banner-link {
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
  }
  .m-banner-link:hover {
    opacity: 0.6;
  }
}

.m-box-link {
  display: block;
  background-color: #fff;
  padding: 2.2em 2.2em 3.4em;
  position: relative;
}

.m-box-link-icon {
  position: absolute;
  right: 1.375rem;
  bottom: 1.375rem;
  width: 1.66rem;
  height: 0.9725rem;
  margin-top: -0.48625rem;
}

@media print, screen and (max-width: 768px) {
  .m-box-link-icon {
    right: 0.625rem;
    bottom: 0.625rem;
  }
}

.m-box-link-icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width: 769px) {
  .m-box-link {
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
  }
  .m-box-link:hover {
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
  }
}

.m-link__blank {
  display: inline-block;
}

.m-link__blank:after {
  content: '';
  display: inline-block;
  width: 0.8rem;
  height: 0.625rem;
  background: transparent url("../images/common/icon-blank.svg") no-repeat center center;
  background-size: contain;
  margin-left: 0.2rem;
}

.m-link__blank.is-company {
  position: relative;
}

.m-link__blank.is-company:after {
  display: none;
}

.m-link__blank.is-company .m-link-txt {
  display: inline-block;
  vertical-align: middle;
}

.m-link__blank.is-company .m-link-icon {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.m-link__blank.is-company .m-link-icon svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.m-link__blank.is-company .m-link-icon.is-blank {
  width: 0.75rem;
  height: 0.57312rem;
  margin-left: 0.1875rem;
}

.m-link__blank.is-company .m-link-icon.is-arrow {
  width: 1.66rem;
  height: 0.9725rem;
  margin-left: 0.625rem;
}

@media print, screen and (min-width: 769px) {
  .m-link__blank.is-company:hover .m-link-txt {
    text-decoration: underline;
  }
}

.m-link__underline {
  text-decoration: underline;
}

@media print, screen and (min-width: 769px) {
  .m-link__underline:hover {
    text-decoration: none;
  }
}

.m-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.m-anchor.is-col1 .m-anchor__item {
  width: 100%;
}

.m-anchor.is-col1 .m-anchor__item:nth-child(n+2) {
  margin-top: 0.625rem;
}

.m-anchor.is-col2 .m-anchor__item {
  width: calc(50% - 0.625rem);
}

.m-anchor.is-col2 .m-anchor__item:nth-child(n+3) {
  margin-top: 1.25rem;
}

@media print, screen and (max-width: 960px) {
  .m-anchor.is-col2 .m-anchor__item {
    width: calc(50% - 0.3125rem);
  }
  .m-anchor.is-col2 .m-anchor__item:nth-child(n+3) {
    margin-top: 0.625rem;
  }
}

@media print, screen and (min-width: 769px) {
  .m-anchor.is-col3 .m-anchor__item {
    width: 32%;
  }
  .m-anchor.is-col3 .m-anchor__item:nth-child(n+4) {
    margin-top: 2%;
  }
}

@media print, screen and (max-width: 960px) {
  .m-anchor.is-col3 .m-anchor__item {
    width: calc(50% - 0.3125rem);
  }
  .m-anchor.is-col3 .m-anchor__item:nth-child(n+3) {
    margin-top: 0.625rem;
  }
}

.m-anchor .m-btn {
  width: 100%;
  max-width: 100%;
  height: 3.75rem;
}

.m-anchor .m-btn-txt {
  padding: 0 1.0rem;
  line-height: 1.375;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}

@media print, screen and (max-width: 768px) {
  .m-anchor .m-btn-txt {
    font-size: 16px;
    font-size: 4.26667vw;
    text-align: left;
    padding: 0 1.0em 0 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media print, screen and (max-width: 768px) {
  .m-anchor .m-btn-icon {
    right: 0.5em;
  }
}

@media print, screen and (max-width: 768px) {
  .m-event-list {
    border-top: 1px solid #d1cfcf;
    border-bottom: 1px solid #d1cfcf;
  }
}

@media print, screen and (max-width: 768px) {
  .m-event-list__item + .m-event-list__item {
    margin-top: 0;
    border-top: 1px solid #d1cfcf;
  }
}

.m-event-link {
  padding: 0;
  background-color: #dcdcdc;
}

.is-bg .m-event-link {
  background-color: #fff;
}

@media print, screen and (max-width: 768px) {
  .is-bg .m-event-link {
    background-color: transparent;
  }
}

@media print, screen and (max-width: 768px) {
  .m-event-link {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.25rem 0.625rem;
    background-color: #fff;
  }
}

@media print, screen and (max-width: 768px) {
  .m-event-link__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28.26087%;
    flex: 0 0 28.26087%;
  }
}

@media print, screen and (min-width: 769px) {
  .m-event-link__body {
    padding: 1.25rem 1.25rem 3.125rem;
  }
}

@media print, screen and (max-width: 768px) {
  .m-event-link__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 71.73913%;
    flex: 0 1 71.73913%;
    margin-left: 1.25rem;
  }
}

.m-event-link__icon {
  display: inline-block;
  vertical-align: middle;
  background-color: #222;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.8;
  text-align: center;
  margin-right: 1.0em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

@media print, screen and (max-width: 768px) {
  .m-event-link__icon {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.m-event-link__date {
  display: inline-block;
  vertical-align: middle;
  color: #818181;
  font-size: 14px;
  font-size: 0.875rem;
}

@media print, screen and (max-width: 768px) {
  .m-event-link__date {
    font-size: 13px;
    font-size: 3.46667vw;
  }
}

.m-event-link__title {
  margin-top: 0.8125rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
}

@media print, screen and (max-width: 768px) {
  .m-event-link__title {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.m-line-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 3;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.slick-dots button {
  width: 11px;
  height: 11px;
  background-color: #c7c7c7;
  border-radius: 50%;
  margin: 0 0.75rem;
  cursor: pointer;
  line-height: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  text-indent: -9999em;
}

@media print, screen and (max-width: 960px) {
  .slick-dots button {
    margin: 0 0.5rem;
  }
}

@media print, screen and (max-width: 768px) {
  .slick-dots button {
    width: 10px;
    height: 10px;
  }
}

.slick-active .slick-dots__dot {
  background-color: #222;
}

.slick-slide img {
  margin: 0 auto;
}

@media (min-width: 1441px) {
  .slick-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.m-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
  margin-top: 5rem;
}

@media print, screen and (max-width: 768px) {
  .m-pager {
    margin-top: 3.125rem;
  }
}

.m-pager__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-size: 18px;
  font-size: 1.125rem;
  border: 1px solid #222;
}

@media print, screen and (max-width: 768px) {
  .m-pager__item {
    width: 1.875rem;
    height: 1.875rem;
    line-height: 1.875rem;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.m-pager__item.is-act,
.is-act > .m-pager__item {
  background-color: #222;
  color: #fff;
}

.m-pager__item.is-disable {
  color: #c7c5c5;
  border-color: #c7c5c5;
}

.m-pager__item.is-disable:after {
  border-color: #c7c5c5;
}

@media print, screen and (min-width: 769px) {
  .m-pager__item:not(.is-disable):hover {
    background-color: #222;
    color: #fff;
  }
  .m-pager__item:not(.is-disable):hover:after {
    border-color: #fff;
  }
}

.m-pager__nav {
  position: relative;
}

.m-pager__nav:after {
  content: '';
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  border: 2px solid #222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.m-pager__nav.is-prev:after {
  border-top: 0;
  border-right: 0;
  margin-left: 0.3125rem;
}

.m-pager__nav.is-next:after {
  border-left: 0;
  border-bottom: 0;
  margin-left: -0.3125rem;
}

.m-pager__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0.4rem;
}

@media print, screen and (max-width: 768px) {
  .m-pager__num {
    margin: 0 0.25rem;
  }
}

.m-pager__num li {
  margin: 0 0.4rem;
}

@media print, screen and (max-width: 768px) {
  .m-pager__num li {
    margin: 0 0.25rem;
  }
}

.m-pager__num li.is-om {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cms-article {
  line-height: 2;
}

.cms-article:not(:first-child) {
  margin-top: 1.75rem;
}

.faq-item__inner .cms-article,
.l-num-list .cms-article {
  margin-top: 0;
}

.cms-article::after {
  content: '';
  display: table;
  clear: both;
}

.cms-article p {
  margin-top: 2.0em;
}

.cms-article p:first-child {
  margin-top: 0;
}

@media print, screen and (max-width: 768px) {
  .cms-article p:not(:first-child) {
    margin-top: 1.25em;
  }
}

.cms-article ul {
  margin-bottom: 2.0em;
  padding-left: 2.0em;
  list-style-type: disc;
}

.cms-article ul li {
  margin-top: 0.5em;
}

.cms-article ul li:first-child {
  margin-top: 0;
}

.cms-article ol {
  margin-bottom: 2.0em;
  padding-left: 2.0em;
  list-style-type: decimal;
}

.cms-article ol li {
  margin-top: 0.5em;
}

.cms-article ol li:first-child {
  margin-top: 0;
}

.cms-article hr {
  margin-top: 1.0em;
  margin-bottom: 1.0em;
}

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

.cms-article img.aligncenter {
  display: block;
}

.cms-article .alignleft {
  max-width: 40%;
  float: left;
  margin-right: 5%;
  margin-bottom: 3%;
}

@media print, screen and (max-width: 768px) {
  .cms-article .alignleft {
    margin-right: 20px;
    margin-bottom: 10px;
  }
}

.cms-article .alignright {
  max-width: 40%;
  float: right;
  margin-left: 5%;
  margin-bottom: 3%;
}

@media print, screen and (max-width: 768px) {
  .cms-article .alignright {
    margin-left: 20px;
    margin-bottom: 10px;
  }
}

.cms-article .aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.cms-article .wp-caption-text {
  margin-top: 0.5em;
  text-align: left;
}

.cms-article a {
  text-decoration: underline;
}

.cms-article a:hover {
  text-decoration: none;
}

.cms-article h2 {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 1.25em;
}

@media print, screen and (min-width: 769px) and (max-width: 960px) {
  .cms-article h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media print, screen and (max-width: 768px) {
  .cms-article h2 {
    font-size: 20px;
    font-size: 5.33333vw;
  }
}

.cms-article h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1.25em;
}

@media print, screen and (max-width: 768px) {
  .cms-article h3 {
    font-size: 18px;
    font-size: 4.8vw;
    margin-bottom: 1.5625rem;
  }
}

.cms-article h4 {
  margin-bottom: 1.25em;
  font-weight: bold;
}

.js-slideIn {
  -webkit-transform: translateY(3.125rem);
  transform: translateY(3.125rem);
  opacity: 0;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

.js-slideIn.is-show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.js-slideIn__item {
  -webkit-transform: translateY(3.125rem);
  transform: translateY(3.125rem);
  opacity: 0;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

.js-slideIn__item.is-show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.js-slideIn.is-half {
  -webkit-transform: translateY(1.5625rem);
  transform: translateY(1.5625rem);
}

.js-slideIn.is-half.is-show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.js-slideIn.is-half__item {
  -webkit-transform: translateY(1.5625rem);
  transform: translateY(1.5625rem);
}

.js-slideIn.is-half__item.is-show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.js-fadeIn {
  opacity: 0;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

.js-fadeIn.is-show {
  opacity: 1;
}

.js-fadeIn__item {
  opacity: 0;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

.js-fadeIn__item.is-show {
  opacity: 1;
}

/* ==========================================================================
   Module
========================================================================== */
/* ==========================================================================
   Parts
========================================================================== */
/* ------------------------------------------
   Inner Width
------------------------------------------ */
.m_inner_xl {
  max-width: 1400px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media print, screen and (max-width: 768px) {
  .m_inner_xl {
    padding-right: 4.26667vw;
    padding-left: 4.26667vw;
  }
}

.m_inner_l {
  max-width: 1200px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media print, screen and (max-width: 768px) {
  .m_inner_l {
    padding-right: 4.26667vw;
    padding-left: 4.26667vw;
  }
}

.m_inner_m {
  max-width: 1000px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media print, screen and (max-width: 768px) {
  .m_inner_m {
    padding-right: 4.26667vw;
    padding-left: 4.26667vw;
  }
}

.m_inner_ls {
  max-width: 900px !important;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media print, screen and (max-width: 768px) {
  .m_inner_ls {
    padding-right: 4.26667vw;
    padding-left: 4.26667vw;
  }
}

.m_inner_s {
  max-width: 800px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media print, screen and (max-width: 768px) {
  .m_inner_s {
    padding-right: 4.26667vw;
    padding-left: 4.26667vw;
  }
}

.m_inner_xs {
  max-width: 650px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media print, screen and (max-width: 768px) {
  .m_inner_xs {
    padding-right: 4.26667vw;
    padding-left: 4.26667vw;
  }
}

/* ------------------------------------------
   Inner Margin
------------------------------------------ */
.m_inner_margin__none {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* ------------------------------------------
   Inner Padding
------------------------------------------ */
.m_inner_padding__none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.m_inner_padding__m {
  padding-left: 40px;
  padding-right: 40px;
}

@media print, screen and (min-width: 961px) and (max-width: 1260px) {
  .m_inner_padding__m {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 960px) {
  .m_inner_padding__m {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media print, screen and (max-width: 768px) {
  .m_inner_padding__m {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media print, screen and (max-width: 768px) and (max-width: 768px) {
  .m_inner_padding__m {
    padding-right: 4.26667vw;
    padding-left: 4.26667vw;
  }
}

.m_inner_padding__s {
  padding-left: 30px;
  padding-right: 30px;
}

@media print, screen and (max-width: 768px) {
  .m_inner_padding__s {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media print, screen and (max-width: 768px) and (max-width: 768px) {
  .m_inner_padding__s {
    padding-right: 4.26667vw;
    padding-left: 4.26667vw;
  }
}

@media print, screen and (max-width: 768px) {
  .m_inner_padding_sp {
    padding-right: 4.26667vw;
    padding-left: 4.26667vw;
  }
}

/* ------------------------------------------
   Border
------------------------------------------ */
.m_border-top__none {
  border-top: none !important;
}

.m_border-top {
  border-top: 1px solid #dcdcdc !important;
}

/* ------------------------------------------
   Margin Auto
------------------------------------------ */
.m_auto {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* ------------------------------------------
   Font Size
------------------------------------------ */
@media print, screen and (min-width: 769px) {
  .m_fs__small {
    font-size: 14px;
  }
}

@media print, screen and (max-width: 768px) {
  .m_fs__small {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

/* ------------------------------------------
   Font Weight
------------------------------------------ */
.m_fw__bold {
  font-weight: bold;
}

/* ------------------------------------------
   Display
------------------------------------------ */
.m_block {
  display: block;
}

/* ------------------------------------------
   Hover
------------------------------------------ */
@media print, screen and (min-width: 769px) {
  .m_hover__block {
    display: none;
  }
  .m_hover__opacity {
    display: block;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .m_hover__opacity:hover {
    opacity: 0.6;
  }
  .m_hover:hover .m_hover__block {
    display: block;
  }
}

/* ------------------------------------------
   Device Display
------------------------------------------ */
.m_dsp-none {
  display: none !important;
}

@media print, screen and (min-width: 769px) {
  .m_dsp-sp {
    display: none !important;
  }
  .m_dsp-spS {
    display: none !important;
  }
}

@media print, screen and (max-width: 768px) {
  .m_dsp-pc {
    display: none !important;
  }
  .m_dsp-spS {
    display: none !important;
  }
}

/* ------------------------------------------
   margin / padding
------------------------------------------ */
/* margin-top */
.m_mgt0, .m_rsp_mgt0 {
  margin-top: 0px !important;
}

.m_mgt5, .m_rsp_mgt5 {
  margin-top: 5px !important;
}

.m_mgt10, .m_rsp_mgt10 {
  margin-top: 10px !important;
}

.m_mgt15, .m_rsp_mgt15 {
  margin-top: 15px !important;
}

.m_mgt20, .m_rsp_mgt20 {
  margin-top: 20px !important;
}

.m_mgt25, .m_rsp_mgt25 {
  margin-top: 25px !important;
}

.m_mgt30, .m_rsp_mgt30 {
  margin-top: 30px !important;
}

.m_mgt35, .m_rsp_mgt35 {
  margin-top: 35px !important;
}

.m_mgt40, .m_rsp_mgt40 {
  margin-top: 40px !important;
}

.m_mgt45, .m_rsp_mgt45 {
  margin-top: 45px !important;
}

.m_mgt50, .m_rsp_mgt50 {
  margin-top: 50px !important;
}

.m_mgt55, .m_rsp_mgt55 {
  margin-top: 55px !important;
}

.m_mgt60, .m_rsp_mgt60 {
  margin-top: 60px !important;
}

.m_mgt65, .m_rsp_mgt65 {
  margin-top: 65px !important;
}

.m_mgt70, .m_rsp_mgt70 {
  margin-top: 70px !important;
}

.m_mgt75, .m_rsp_mgt75 {
  margin-top: 75px !important;
}

.m_mgt80, .m_rsp_mgt80 {
  margin-top: 80px !important;
}

.m_mgt85, .m_rsp_mgt85 {
  margin-top: 85px !important;
}

.m_mgt90, .m_rsp_mgt90 {
  margin-top: 90px !important;
}

.m_mgt95, .m_rsp_mgt95 {
  margin-top: 95px !important;
}

.m_mgt100, .m_rsp_mgt100 {
  margin-top: 100px !important;
}

@media print, screen and (max-width: 768px) {
  .m_rsp_mgt10 {
    margin-top: 1.33333vw !important;
  }
  .m_rsp_mgt15 {
    margin-top: 2.66667vw !important;
  }
  .m_rsp_mgt20 {
    margin-top: 2.66667vw !important;
  }
  .m_rsp_mgt25 {
    margin-top: 4vw !important;
  }
  .m_rsp_mgt30 {
    margin-top: 4vw !important;
  }
  .m_rsp_mgt35 {
    margin-top: 5.33333vw !important;
  }
  .m_rsp_mgt40 {
    margin-top: 5.33333vw !important;
  }
  .m_rsp_mgt45 {
    margin-top: 6.66667vw !important;
  }
  .m_rsp_mgt50 {
    margin-top: 6.66667vw !important;
  }
  .m_rsp_mgt55 {
    margin-top: 8vw !important;
  }
  .m_rsp_mgt60 {
    margin-top: 8vw !important;
  }
  .m_rsp_mgt65 {
    margin-top: 9.33333vw !important;
  }
  .m_rsp_mgt70 {
    margin-top: 9.33333vw !important;
  }
  .m_rsp_mgt75 {
    margin-top: 10.66667vw !important;
  }
  .m_rsp_mgt80 {
    margin-top: 10.66667vw !important;
  }
  .m_rsp_mgt85 {
    margin-top: 12vw !important;
  }
  .m_rsp_mgt90 {
    margin-top: 12vw !important;
  }
  .m_rsp_mgt95 {
    margin-top: 13.33333vw !important;
  }
  .m_rsp_mgt100 {
    margin-top: 13.33333vw !important;
  }
}

/* margin-bottom */
.m_mgb0, .m_rsp_mgb0 {
  margin-bottom: 0px !important;
}

.m_mgb5, .m_rsp_mgb5 {
  margin-bottom: 5px !important;
}

.m_mgb10, .m_rsp_mgb10 {
  margin-bottom: 10px !important;
}

.m_mgb15, .m_rsp_mgb15 {
  margin-bottom: 15px !important;
}

.m_mgb20, .m_rsp_mgb20 {
  margin-bottom: 20px !important;
}

.m_mgb25, .m_rsp_mgb25 {
  margin-bottom: 25px !important;
}

.m_mgb30, .m_rsp_mgb30 {
  margin-bottom: 30px !important;
}

.m_mgb35, .m_rsp_mgb35 {
  margin-bottom: 35px !important;
}

.m_mgb40, .m_rsp_mgb40 {
  margin-bottom: 40px !important;
}

.m_mgb45, .m_rsp_mgb45 {
  margin-bottom: 45px !important;
}

.m_mgb50, .m_rsp_mgb50 {
  margin-bottom: 50px !important;
}

.m_mgb55, .m_rsp_mgb55 {
  margin-bottom: 55px !important;
}

.m_mgb60, .m_rsp_mgb60 {
  margin-bottom: 60px !important;
}

.m_mgb65, .m_rsp_mgb65 {
  margin-bottom: 65px !important;
}

.m_mgb70, .m_rsp_mgb70 {
  margin-bottom: 70px !important;
}

.m_mgb75, .m_rsp_mgb75 {
  margin-bottom: 75px !important;
}

.m_mgb80, .m_rsp_mgb80 {
  margin-bottom: 80px !important;
}

.m_mgb85, .m_rsp_mgb85 {
  margin-bottom: 85px !important;
}

.m_mgb90, .m_rsp_mgb90 {
  margin-bottom: 90px !important;
}

.m_mgb95, .m_rsp_mgb95 {
  margin-bottom: 95px !important;
}

.m_mgb100, .m_rsp_mgb100 {
  margin-bottom: 100px !important;
}

@media print, screen and (max-width: 768px) {
  .m_rsp_mgb10 {
    margin-bottom: 1.33333vw !important;
  }
  .m_rsp_mgb15 {
    margin-bottom: 2.66667vw !important;
  }
  .m_rsp_mgb20 {
    margin-bottom: 2.66667vw !important;
  }
  .m_rsp_mgb25 {
    margin-bottom: 4vw !important;
  }
  .m_rsp_mgb30 {
    margin-bottom: 4vw !important;
  }
  .m_rsp_mgb35 {
    margin-bottom: 5.33333vw !important;
  }
  .m_rsp_mgb40 {
    margin-bottom: 5.33333vw !important;
  }
  .m_rsp_mgb45 {
    margin-bottom: 6.66667vw !important;
  }
  .m_rsp_mgb50 {
    margin-bottom: 6.66667vw !important;
  }
  .m_rsp_mgb55 {
    margin-bottom: 8vw !important;
  }
  .m_rsp_mgb60 {
    margin-bottom: 8vw !important;
  }
  .m_rsp_mgb65 {
    margin-bottom: 9.33333vw !important;
  }
  .m_rsp_mgb70 {
    margin-bottom: 9.33333vw !important;
  }
  .m_rsp_mgb75 {
    margin-bottom: 10.66667vw !important;
  }
  .m_rsp_mgb80 {
    margin-bottom: 10.66667vw !important;
  }
  .m_rsp_mgb85 {
    margin-bottom: 12vw !important;
  }
  .m_rsp_mgb90 {
    margin-bottom: 12vw !important;
  }
  .m_rsp_mgb95 {
    margin-bottom: 13.33333vw !important;
  }
  .m_rsp_mgb100 {
    margin-bottom: 13.33333vw !important;
  }
}

/* margin-right */
.m_mgr0, .m_rsp_mgr0 {
  margin-right: 0px !important;
}

.m_mgr5, .m_rsp_mgr5 {
  margin-right: 5px !important;
}

.m_mgr10, .m_rsp_mgr10 {
  margin-right: 10px !important;
}

.m_mgr15, .m_rsp_mgr15 {
  margin-right: 15px !important;
}

.m_mgr20, .m_rsp_mgr20 {
  margin-right: 20px !important;
}

.m_mgr25, .m_rsp_mgr25 {
  margin-right: 25px !important;
}

.m_mgr30, .m_rsp_mgr30 {
  margin-right: 30px !important;
}

.m_mgr35, .m_rsp_mgr35 {
  margin-right: 35px !important;
}

.m_mgr40, .m_rsp_mgr40 {
  margin-right: 40px !important;
}

.m_mgr45, .m_rsp_mgr45 {
  margin-right: 45px !important;
}

.m_mgr50, .m_rsp_mgr50 {
  margin-right: 50px !important;
}

.m_mgr55, .m_rsp_mgr55 {
  margin-right: 55px !important;
}

.m_mgr60, .m_rsp_mgr60 {
  margin-right: 60px !important;
}

.m_mgr65, .m_rsp_mgr65 {
  margin-right: 65px !important;
}

.m_mgr70, .m_rsp_mgr70 {
  margin-right: 70px !important;
}

.m_mgr75, .m_rsp_mgr75 {
  margin-right: 75px !important;
}

.m_mgr80, .m_rsp_mgr80 {
  margin-right: 80px !important;
}

.m_mgr85, .m_rsp_mgr85 {
  margin-right: 85px !important;
}

.m_mgr90, .m_rsp_mgr90 {
  margin-right: 90px !important;
}

.m_mgr95, .m_rsp_mgr95 {
  margin-right: 95px !important;
}

.m_mgr100, .m_rsp_mgr100 {
  margin-right: 100px !important;
}

@media print, screen and (max-width: 768px) {
  .m_rsp_mgr10 {
    margin-right: 1.33333vw !important;
  }
  .m_rsp_mgr15 {
    margin-right: 2.66667vw !important;
  }
  .m_rsp_mgr20 {
    margin-right: 2.66667vw !important;
  }
  .m_rsp_mgr25 {
    margin-right: 4vw !important;
  }
  .m_rsp_mgr30 {
    margin-right: 4vw !important;
  }
  .m_rsp_mgr35 {
    margin-right: 5.33333vw !important;
  }
  .m_rsp_mgr40 {
    margin-right: 5.33333vw !important;
  }
  .m_rsp_mgr45 {
    margin-right: 6.66667vw !important;
  }
  .m_rsp_mgr50 {
    margin-right: 6.66667vw !important;
  }
  .m_rsp_mgr55 {
    margin-right: 8vw !important;
  }
  .m_rsp_mgr60 {
    margin-right: 8vw !important;
  }
  .m_rsp_mgr65 {
    margin-right: 9.33333vw !important;
  }
  .m_rsp_mgr70 {
    margin-right: 9.33333vw !important;
  }
  .m_rsp_mgr75 {
    margin-right: 10.66667vw !important;
  }
  .m_rsp_mgr80 {
    margin-right: 10.66667vw !important;
  }
  .m_rsp_mgr85 {
    margin-right: 12vw !important;
  }
  .m_rsp_mgr90 {
    margin-right: 12vw !important;
  }
  .m_rsp_mgr95 {
    margin-right: 13.33333vw !important;
  }
  .m_rsp_mgr100 {
    margin-right: 13.33333vw !important;
  }
}

/* margin-left */
.m_mgl0, .m_rsp_mgl0 {
  margin-left: 0px !important;
}

.m_mgl5, .m_rsp_mgl5 {
  margin-left: 5px !important;
}

.m_mgl10, .m_rsp_mgl10 {
  margin-left: 10px !important;
}

.m_mgl15, .m_rsp_mgl15 {
  margin-left: 15px !important;
}

.m_mgl20, .m_rsp_mgl20 {
  margin-left: 20px !important;
}

.m_mgl25, .m_rsp_mgl25 {
  margin-left: 25px !important;
}

.m_mgl30, .m_rsp_mgl30 {
  margin-left: 30px !important;
}

.m_mgl35, .m_rsp_mgl35 {
  margin-left: 35px !important;
}

.m_mgl40, .m_rsp_mgl40 {
  margin-left: 40px !important;
}

.m_mgl45, .m_rsp_mgl45 {
  margin-left: 45px !important;
}

.m_mgl50, .m_rsp_mgl50 {
  margin-left: 50px !important;
}

.m_mgl55, .m_rsp_mgl55 {
  margin-left: 55px !important;
}

.m_mgl60, .m_rsp_mgl60 {
  margin-left: 60px !important;
}

.m_mgl65, .m_rsp_mgl65 {
  margin-left: 65px !important;
}

.m_mgl70, .m_rsp_mgl70 {
  margin-left: 70px !important;
}

.m_mgl75, .m_rsp_mgl75 {
  margin-left: 75px !important;
}

.m_mgl80, .m_rsp_mgl80 {
  margin-left: 80px !important;
}

.m_mgl85, .m_rsp_mgl85 {
  margin-left: 85px !important;
}

.m_mgl90, .m_rsp_mgl90 {
  margin-left: 90px !important;
}

.m_mgl95, .m_rsp_mgl95 {
  margin-left: 95px !important;
}

.m_mgl100, .m_rsp_mgl100 {
  margin-left: 100px !important;
}

@media print, screen and (max-width: 768px) {
  .m_rsp_mgl10 {
    margin-left: 1.33333vw !important;
  }
  .m_rsp_mgl15 {
    margin-left: 2.66667vw !important;
  }
  .m_rsp_mgl20 {
    margin-left: 2.66667vw !important;
  }
  .m_rsp_mgl25 {
    margin-left: 4vw !important;
  }
  .m_rsp_mgl30 {
    margin-left: 4vw !important;
  }
  .m_rsp_mgl35 {
    margin-left: 5.33333vw !important;
  }
  .m_rsp_mgl40 {
    margin-left: 5.33333vw !important;
  }
  .m_rsp_mgl45 {
    margin-left: 6.66667vw !important;
  }
  .m_rsp_mgl50 {
    margin-left: 6.66667vw !important;
  }
  .m_rsp_mgl55 {
    margin-left: 8vw !important;
  }
  .m_rsp_mgl60 {
    margin-left: 8vw !important;
  }
  .m_rsp_mgl65 {
    margin-left: 9.33333vw !important;
  }
  .m_rsp_mgl70 {
    margin-left: 9.33333vw !important;
  }
  .m_rsp_mgl75 {
    margin-left: 10.66667vw !important;
  }
  .m_rsp_mgl80 {
    margin-left: 10.66667vw !important;
  }
  .m_rsp_mgl85 {
    margin-left: 12vw !important;
  }
  .m_rsp_mgl90 {
    margin-left: 12vw !important;
  }
  .m_rsp_mgl95 {
    margin-left: 13.33333vw !important;
  }
  .m_rsp_mgl100 {
    margin-left: 13.33333vw !important;
  }
}

/* padding-top */
.m_pdt0, .m_rsp_pdt0 {
  padding-top: 0px !important;
}

.m_pdt5, .m_rsp_pdt5 {
  padding-top: 5px !important;
}

.m_pdt10, .m_rsp_pdt10 {
  padding-top: 10px !important;
}

.m_pdt15, .m_rsp_pdt15 {
  padding-top: 15px !important;
}

.m_pdt20, .m_rsp_pdt20 {
  padding-top: 20px !important;
}

.m_pdt25, .m_rsp_pdt25 {
  padding-top: 25px !important;
}

.m_pdt30, .m_rsp_pdt30 {
  padding-top: 30px !important;
}

.m_pdt35, .m_rsp_pdt35 {
  padding-top: 35px !important;
}

.m_pdt40, .m_rsp_pdt40 {
  padding-top: 40px !important;
}

.m_pdt45, .m_rsp_pdt45 {
  padding-top: 45px !important;
}

.m_pdt50, .m_rsp_pdt50 {
  padding-top: 50px !important;
}

.m_pdt55, .m_rsp_pdt55 {
  padding-top: 55px !important;
}

.m_pdt60, .m_rsp_pdt60 {
  padding-top: 60px !important;
}

.m_pdt65, .m_rsp_pdt65 {
  padding-top: 65px !important;
}

.m_pdt70, .m_rsp_pdt70 {
  padding-top: 70px !important;
}

.m_pdt75, .m_rsp_pdt75 {
  padding-top: 75px !important;
}

.m_pdt80, .m_rsp_pdt80 {
  padding-top: 80px !important;
}

.m_pdt85, .m_rsp_pdt85 {
  padding-top: 85px !important;
}

.m_pdt90, .m_rsp_pdt90 {
  padding-top: 90px !important;
}

.m_pdt95, .m_rsp_pdt95 {
  padding-top: 95px !important;
}

.m_pdt100, .m_rsp_pdt100 {
  padding-top: 100px !important;
}

@media print, screen and (max-width: 768px) {
  .m_rsp_pdt10 {
    padding-top: 1.33333vw !important;
  }
  .m_rsp_pdt15 {
    padding-top: 2.66667vw !important;
  }
  .m_rsp_pdt20 {
    padding-top: 2.66667vw !important;
  }
  .m_rsp_pdt25 {
    padding-top: 4vw !important;
  }
  .m_rsp_pdt30 {
    padding-top: 4vw !important;
  }
  .m_rsp_pdt35 {
    padding-top: 5.33333vw !important;
  }
  .m_rsp_pdt40 {
    padding-top: 5.33333vw !important;
  }
  .m_rsp_pdt45 {
    padding-top: 6.66667vw !important;
  }
  .m_rsp_pdt50 {
    padding-top: 6.66667vw !important;
  }
  .m_rsp_pdt55 {
    padding-top: 8vw !important;
  }
  .m_rsp_pdt60 {
    padding-top: 8vw !important;
  }
  .m_rsp_pdt65 {
    padding-top: 9.33333vw !important;
  }
  .m_rsp_pdt70 {
    padding-top: 9.33333vw !important;
  }
  .m_rsp_pdt75 {
    padding-top: 10.66667vw !important;
  }
  .m_rsp_pdt80 {
    padding-top: 10.66667vw !important;
  }
  .m_rsp_pdt85 {
    padding-top: 12vw !important;
  }
  .m_rsp_pdt90 {
    padding-top: 12vw !important;
  }
  .m_rsp_pdt95 {
    padding-top: 13.33333vw !important;
  }
  .m_rsp_pdt100 {
    padding-top: 13.33333vw !important;
  }
}

/* padding-bottom */
.m_pdb0, .m_rsp_pdb0 {
  padding-bottom: 0px !important;
}

.m_pdb5, .m_rsp_pdb5 {
  padding-bottom: 5px !important;
}

.m_pdb10, .m_rsp_pdb10 {
  padding-bottom: 10px !important;
}

.m_pdb15, .m_rsp_pdb15 {
  padding-bottom: 15px !important;
}

.m_pdb20, .m_rsp_pdb20 {
  padding-bottom: 20px !important;
}

.m_pdb25, .m_rsp_pdb25 {
  padding-bottom: 25px !important;
}

.m_pdb30, .m_rsp_pdb30 {
  padding-bottom: 30px !important;
}

.m_pdb35, .m_rsp_pdb35 {
  padding-bottom: 35px !important;
}

.m_pdb40, .m_rsp_pdb40 {
  padding-bottom: 40px !important;
}

.m_pdb45, .m_rsp_pdb45 {
  padding-bottom: 45px !important;
}

.m_pdb50, .m_rsp_pdb50 {
  padding-bottom: 50px !important;
}

.m_pdb55, .m_rsp_pdb55 {
  padding-bottom: 55px !important;
}

.m_pdb60, .m_rsp_pdb60 {
  padding-bottom: 60px !important;
}

.m_pdb65, .m_rsp_pdb65 {
  padding-bottom: 65px !important;
}

.m_pdb70, .m_rsp_pdb70 {
  padding-bottom: 70px !important;
}

.m_pdb75, .m_rsp_pdb75 {
  padding-bottom: 75px !important;
}

.m_pdb80, .m_rsp_pdb80 {
  padding-bottom: 80px !important;
}

.m_pdb85, .m_rsp_pdb85 {
  padding-bottom: 85px !important;
}

.m_pdb90, .m_rsp_pdb90 {
  padding-bottom: 90px !important;
}

.m_pdb95, .m_rsp_pdb95 {
  padding-bottom: 95px !important;
}

.m_pdb100, .m_rsp_pdb100 {
  padding-bottom: 100px !important;
}

@media print, screen and (max-width: 768px) {
  .m_rsp_pdb10 {
    padding-bottom: 1.33333vw !important;
  }
  .m_rsp_pdb15 {
    padding-bottom: 2.66667vw !important;
  }
  .m_rsp_pdb20 {
    padding-bottom: 2.66667vw !important;
  }
  .m_rsp_pdb25 {
    padding-bottom: 4vw !important;
  }
  .m_rsp_pdb30 {
    padding-bottom: 4vw !important;
  }
  .m_rsp_pdb35 {
    padding-bottom: 5.33333vw !important;
  }
  .m_rsp_pdb40 {
    padding-bottom: 5.33333vw !important;
  }
  .m_rsp_pdb45 {
    padding-bottom: 6.66667vw !important;
  }
  .m_rsp_pdb50 {
    padding-bottom: 6.66667vw !important;
  }
  .m_rsp_pdb55 {
    padding-bottom: 8vw !important;
  }
  .m_rsp_pdb60 {
    padding-bottom: 8vw !important;
  }
  .m_rsp_pdb65 {
    padding-bottom: 9.33333vw !important;
  }
  .m_rsp_pdb70 {
    padding-bottom: 9.33333vw !important;
  }
  .m_rsp_pdb75 {
    padding-bottom: 10.66667vw !important;
  }
  .m_rsp_pdb80 {
    padding-bottom: 10.66667vw !important;
  }
  .m_rsp_pdb85 {
    padding-bottom: 12vw !important;
  }
  .m_rsp_pdb90 {
    padding-bottom: 12vw !important;
  }
  .m_rsp_pdb95 {
    padding-bottom: 13.33333vw !important;
  }
  .m_rsp_pdb100 {
    padding-bottom: 13.33333vw !important;
  }
}

/* padding-right */
.m_pdr0, .m_rsp_pdr0 {
  padding-right: 0px !important;
}

.m_pdr5, .m_rsp_pdr5 {
  padding-right: 5px !important;
}

.m_pdr10, .m_rsp_pdr10 {
  padding-right: 10px !important;
}

.m_pdr15, .m_rsp_pdr15 {
  padding-right: 15px !important;
}

.m_pdr20, .m_rsp_pdr20 {
  padding-right: 20px !important;
}

.m_pdr25, .m_rsp_pdr25 {
  padding-right: 25px !important;
}

.m_pdr30, .m_rsp_pdr30 {
  padding-right: 30px !important;
}

.m_pdr35, .m_rsp_pdr35 {
  padding-right: 35px !important;
}

.m_pdr40, .m_rsp_pdr40 {
  padding-right: 40px !important;
}

.m_pdr45, .m_rsp_pdr45 {
  padding-right: 45px !important;
}

.m_pdr50, .m_rsp_pdr50 {
  padding-right: 50px !important;
}

.m_pdr55, .m_rsp_pdr55 {
  padding-right: 55px !important;
}

.m_pdr60, .m_rsp_pdr60 {
  padding-right: 60px !important;
}

.m_pdr65, .m_rsp_pdr65 {
  padding-right: 65px !important;
}

.m_pdr70, .m_rsp_pdr70 {
  padding-right: 70px !important;
}

.m_pdr75, .m_rsp_pdr75 {
  padding-right: 75px !important;
}

.m_pdr80, .m_rsp_pdr80 {
  padding-right: 80px !important;
}

.m_pdr85, .m_rsp_pdr85 {
  padding-right: 85px !important;
}

.m_pdr90, .m_rsp_pdr90 {
  padding-right: 90px !important;
}

.m_pdr95, .m_rsp_pdr95 {
  padding-right: 95px !important;
}

.m_pdr100, .m_rsp_pdr100 {
  padding-right: 100px !important;
}

@media print, screen and (max-width: 768px) {
  .m_rsp_pdr10 {
    padding-right: 1.33333vw !important;
  }
  .m_rsp_pdr15 {
    padding-right: 2.66667vw !important;
  }
  .m_rsp_pdr20 {
    padding-right: 2.66667vw !important;
  }
  .m_rsp_pdr25 {
    padding-right: 4vw !important;
  }
  .m_rsp_pdr30 {
    padding-right: 4vw !important;
  }
  .m_rsp_pdr35 {
    padding-right: 5.33333vw !important;
  }
  .m_rsp_pdr40 {
    padding-right: 5.33333vw !important;
  }
  .m_rsp_pdr45 {
    padding-right: 6.66667vw !important;
  }
  .m_rsp_pdr50 {
    padding-right: 6.66667vw !important;
  }
  .m_rsp_pdr55 {
    padding-right: 8vw !important;
  }
  .m_rsp_pdr60 {
    padding-right: 8vw !important;
  }
  .m_rsp_pdr65 {
    padding-right: 9.33333vw !important;
  }
  .m_rsp_pdr70 {
    padding-right: 9.33333vw !important;
  }
  .m_rsp_pdr75 {
    padding-right: 10.66667vw !important;
  }
  .m_rsp_pdr80 {
    padding-right: 10.66667vw !important;
  }
  .m_rsp_pdr85 {
    padding-right: 12vw !important;
  }
  .m_rsp_pdr90 {
    padding-right: 12vw !important;
  }
  .m_rsp_pdr95 {
    padding-right: 13.33333vw !important;
  }
  .m_rsp_pdr100 {
    padding-right: 13.33333vw !important;
  }
}

/* padding-left */
.m_pdl0, .m_rsp_pdl0 {
  padding-left: 0px !important;
}

.m_pdl5, .m_rsp_pdl5 {
  padding-left: 5px !important;
}

.m_pdl10, .m_rsp_pdl10 {
  padding-left: 10px !important;
}

.m_pdl15, .m_rsp_pdl15 {
  padding-left: 15px !important;
}

.m_pdl20, .m_rsp_pdl20 {
  padding-left: 20px !important;
}

.m_pdl25, .m_rsp_pdl25 {
  padding-left: 25px !important;
}

.m_pdl30, .m_rsp_pdl30 {
  padding-left: 30px !important;
}

.m_pdl35, .m_rsp_pdl35 {
  padding-left: 35px !important;
}

.m_pdl40, .m_rsp_pdl40 {
  padding-left: 40px !important;
}

.m_pdl45, .m_rsp_pdl45 {
  padding-left: 45px !important;
}

.m_pdl50, .m_rsp_pdl50 {
  padding-left: 50px !important;
}

.m_pdl55, .m_rsp_pdl55 {
  padding-left: 55px !important;
}

.m_pdl60, .m_rsp_pdl60 {
  padding-left: 60px !important;
}

.m_pdl65, .m_rsp_pdl65 {
  padding-left: 65px !important;
}

.m_pdl70, .m_rsp_pdl70 {
  padding-left: 70px !important;
}

.m_pdl75, .m_rsp_pdl75 {
  padding-left: 75px !important;
}

.m_pdl80, .m_rsp_pdl80 {
  padding-left: 80px !important;
}

.m_pdl85, .m_rsp_pdl85 {
  padding-left: 85px !important;
}

.m_pdl90, .m_rsp_pdl90 {
  padding-left: 90px !important;
}

.m_pdl95, .m_rsp_pdl95 {
  padding-left: 95px !important;
}

.m_pdl100, .m_rsp_pdl100 {
  padding-left: 100px !important;
}

@media print, screen and (max-width: 768px) {
  .m_rsp_pdl10 {
    padding-left: 1.33333vw !important;
  }
  .m_rsp_pdl15 {
    padding-left: 2.66667vw !important;
  }
  .m_rsp_pdl20 {
    padding-left: 2.66667vw !important;
  }
  .m_rsp_pdl25 {
    padding-left: 4vw !important;
  }
  .m_rsp_pdl30 {
    padding-left: 4vw !important;
  }
  .m_rsp_pdl35 {
    padding-left: 5.33333vw !important;
  }
  .m_rsp_pdl40 {
    padding-left: 5.33333vw !important;
  }
  .m_rsp_pdl45 {
    padding-left: 6.66667vw !important;
  }
  .m_rsp_pdl50 {
    padding-left: 6.66667vw !important;
  }
  .m_rsp_pdl55 {
    padding-left: 8vw !important;
  }
  .m_rsp_pdl60 {
    padding-left: 8vw !important;
  }
  .m_rsp_pdl65 {
    padding-left: 9.33333vw !important;
  }
  .m_rsp_pdl70 {
    padding-left: 9.33333vw !important;
  }
  .m_rsp_pdl75 {
    padding-left: 10.66667vw !important;
  }
  .m_rsp_pdl80 {
    padding-left: 10.66667vw !important;
  }
  .m_rsp_pdl85 {
    padding-left: 12vw !important;
  }
  .m_rsp_pdl90 {
    padding-left: 12vw !important;
  }
  .m_rsp_pdl95 {
    padding-left: 13.33333vw !important;
  }
  .m_rsp_pdl100 {
    padding-left: 13.33333vw !important;
  }
}

/* negative margin-top */
.m_neg_mgt5, .m_rsp_neg_mgt5 {
  margin-top: -5px !important;
}

.m_neg_mgt10, .m_rsp_neg_mgt10 {
  margin-top: -10px !important;
}

.m_neg_mgt15, .m_rsp_neg_mgt15 {
  margin-top: -15px !important;
}

.m_neg_mgt20, .m_rsp_neg_mgt20 {
  margin-top: -20px !important;
}

.m_neg_mgt25, .m_rsp_neg_mgt25 {
  margin-top: -25px !important;
}

.m_neg_mgt30, .m_rsp_neg_mgt30 {
  margin-top: -30px !important;
}

.m_neg_mgt35, .m_rsp_neg_mgt35 {
  margin-top: -35px !important;
}

.m_neg_mgt40, .m_rsp_neg_mgt40 {
  margin-top: -40px !important;
}

.m_neg_mgt45, .m_rsp_neg_mgt45 {
  margin-top: -45px !important;
}

.m_neg_mgt50, .m_rsp_neg_mgt50 {
  margin-top: -50px !important;
}

.m_neg_mgt55, .m_rsp_neg_mgt55 {
  margin-top: -55px !important;
}

.m_neg_mgt60, .m_rsp_neg_mgt60 {
  margin-top: -60px !important;
}

.m_neg_mgt65, .m_rsp_neg_mgt65 {
  margin-top: -65px !important;
}

.m_neg_mgt70, .m_rsp_neg_mgt70 {
  margin-top: -70px !important;
}

.m_neg_mgt75, .m_rsp_neg_mgt75 {
  margin-top: -75px !important;
}

.m_neg_mgt80, .m_rsp_neg_mgt80 {
  margin-top: -80px !important;
}

.m_neg_mgt85, .m_rsp_neg_mgt85 {
  margin-top: -85px !important;
}

.m_neg_mgt90, .m_rsp_neg_mgt90 {
  margin-top: -90px !important;
}

.m_neg_mgt95, .m_rsp_neg_mgt95 {
  margin-top: -95px !important;
}

.m_neg_mgt100, .m_rsp_neg_mgt100 {
  margin-top: -100px !important;
}

@media print, screen and (max-width: 768px) {
  .m_rsp_neg_mgt10 {
    margin-top: -1.33333vw !important;
  }
  .m_rsp_neg_mgt15 {
    margin-top: -2.66667vw !important;
  }
  .m_rsp_neg_mgt20 {
    margin-top: -2.66667vw !important;
  }
  .m_rsp_neg_mgt25 {
    margin-top: -4vw !important;
  }
  .m_rsp_neg_mgt30 {
    margin-top: -4vw !important;
  }
  .m_rsp_neg_mgt35 {
    margin-top: -5.33333vw !important;
  }
  .m_rsp_neg_mgt40 {
    margin-top: -5.33333vw !important;
  }
  .m_rsp_neg_mgt45 {
    margin-top: -6.66667vw !important;
  }
  .m_rsp_neg_mgt50 {
    margin-top: -6.66667vw !important;
  }
  .m_rsp_neg_mgt55 {
    margin-top: -8vw !important;
  }
  .m_rsp_neg_mgt60 {
    margin-top: -8vw !important;
  }
  .m_rsp_neg_mgt65 {
    margin-top: -9.33333vw !important;
  }
  .m_rsp_neg_mgt70 {
    margin-top: -9.33333vw !important;
  }
  .m_rsp_neg_mgt75 {
    margin-top: -10.66667vw !important;
  }
  .m_rsp_neg_mgt80 {
    margin-top: -10.66667vw !important;
  }
  .m_rsp_neg_mgt85 {
    margin-top: -12vw !important;
  }
  .m_rsp_neg_mgt90 {
    margin-top: -12vw !important;
  }
  .m_rsp_neg_mgt95 {
    margin-top: -13.33333vw !important;
  }
  .m_rsp_neg_mgt100 {
    margin-top: -13.33333vw !important;
  }
}

/* ------------------------------------------
   position
------------------------------------------ */
.m_relative {
  position: relative;
}

.m_absoluteTL {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.m_absoluteTR {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.m_absoluteCX {
  top: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/* ------------------------------------------
   Parts Navi
------------------------------------------ */
.m_navi__area {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .uq_faucet-lavatory-top .m_navi__area, .uq_shower-top .m_navi__area {
    display: none;
  }
}

.m_navi__total {
  padding: 23px 16px;
  background: #E6E6E6;
}

@media print, screen and (min-width: 769px) {
  .uq_faucet-lavatory-top .m_navi__total, .uq_shower-top .m_navi__total {
    display: none;
  }
}

.m_navi__name {
  font-size: 19px;
}

.m_navi__size {
  color: #787878;
  text-align: left;
  font-size: 10px;
}

.m_navi__size li {
  position: relative;
}

.m_navi__size li::before {
  content: '×';
  display: block;
  right: -8px;
  z-index: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.m_navi__size li:last-child::before {
  display: none;
}

@media print, screen and (max-width: 768px) {
  .m_navi__size {
    margin-top: 5px;
    font-size: 10px;
  }
}

@media print, screen and (max-width: 440px) {
  .m_navi__size {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}

.m_navi__money {
  white-space: nowrap;
  font-size: 19px;
}

.m_navi__money--txt {
  font-size: 10px;
}

.m_navi__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m_navi__note {
  font-size: 10px;
  color: #787878;
}

@media print, screen and (max-width: 440px) {
  .m_navi__note {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}

@media print, screen and (min-width: 769px) {
  .m_navi__colour--list {
    max-width: 230px;
  }
}

.m_navi__colour--list li .m_navi__colour--btn {
  display: block;
  position: relative;
  cursor: pointer;
}

.m_navi__colour--list li .m_navi__colour--btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #B4B4B4;
  border-radius: 50%;
}

.m_navi__colour--list li .m_navi__colour--balloon {
  display: none;
  position: absolute;
  top: 30px;
  left: -45px;
  z-index: 1;
  pointer-events: none;
}

.m_navi__colour--list li .m_navi__colour--balloon-inner {
  position: relative;
  display: inline-block;
  padding: 13px 24px;
  min-width: 263px;
  max-width: 100%;
  background: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m_navi__colour--list li .m_navi__colour--balloon-inner::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 20%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 10px solid #222;
}

.m_navi__colour--list li .m_navi__colour--balloon-img {
  border: 1px solid #B4B4B4;
  border-radius: 50%;
}

.m_navi__colour--list li .m_navi__colour--balloon-txt {
  margin-left: 16px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.m_navi__colour--list li.is_active .m_navi__colour--btn {
  pointer-events: none;
}

@media print, screen and (min-width: 769px) {
  .m_navi__colour--list li:hover .m_navi__colour--balloon {
    display: block;
  }
  .m_navi__colour--list li .m_navi__colour--btn {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .m_navi__colour--list li .m_navi__colour--btn::before {
    width: 14px;
    height: 14px;
  }
  .m_navi__colour--list li .m_navi__colour--btn::after {
    width: 16px;
    height: 16px;
  }
  .m_navi__colour--list li .m_navi__colour--btn:hover {
    opacity: 0.6;
  }
  .m_navi__colour--list li.m_navi__colour--ttl {
    display: none;
  }
  .m_navi__colour--list li.is_active .m_navi__colour--btn {
    pointer-events: none;
  }
  .m_navi__colour--list li.is_active .m_navi__colour--btn::before {
    border: 1px solid #222;
  }
}

@media print, screen and (max-width: 768px) {
  .m_navi__colour--list li.m_navi__colour--ttl {
    display: block;
    color: #787878;
    font-size: 10px;
  }
  .m_navi__colour--list li .m_navi__colour--btn::before {
    width: 30px;
    height: 30px;
  }
}

@media print, screen and (max-width: 768px) and (max-width: 440px) {
  .m_navi__colour--list li .m_navi__colour--btn::before {
    width: 22px;
    height: 22px;
  }
}

@media print, screen and (max-width: 768px) {
  .m_navi__colour--list li.is_active .m_navi__colour--btn::before {
    width: 26px;
    height: 26px;
    border: 3px solid #222;
  }
}

@media print, screen and (max-width: 768px) and (max-width: 440px) {
  .m_navi__colour--list li.is_active .m_navi__colour--btn::before {
    width: 18px;
    height: 18px;
  }
}

@media print, screen and (max-width: 768px) {
  .m_navi__colour--list li--balloon {
    display: none;
  }
}

@media print, screen and (max-width: 440px) {
  .m_navi__colour--list li.m_navi__colour--ttl {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}

.m_navi__colour--selected {
  display: none;
}

.uq_faucet-lavatory-result .m_navi__colour--selected,
.uq_faucet-lavatory-saved .m_navi__colour--selected {
  display: block;
}

.m_navi__colour--selected.is_default_show {
  display: block;
}

.m_navi__colour--selected .m_navi__colour--balloon-inner {
  margin-top: 15px;
  margin-bottom: 10px;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m_navi__colour--selected .m_navi__colour--balloon-img {
  position: relative;
}

.m_navi__colour--selected .m_navi__colour--balloon-img::before {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #B4B4B4;
  border-radius: 50%;
}

@media print, screen and (min-width: 769px) {
  .m_saved__list .m_navi__colour--selected .m_navi__colour--balloon-img::before {
    width: 40px;
    height: 40px;
  }
}

.m_navi__colour--selected .m_navi__colour--balloon-img::after {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

@media print, screen and (min-width: 769px) {
  .m_saved__list .m_navi__colour--selected .m_navi__colour--balloon-img::after {
    width: 42px;
    height: 42px;
  }
}

.m_navi__colour--selected .m_navi__colour--balloon-txt {
  margin-left: 10px;
  font-size: 12px;
  text-align: center;
}

@media print, screen and (max-width: 768px) {
  .m_navi__colour--selected .m_navi__colour--balloon-txt {
    text-align: left;
  }
}

@media print, screen and (min-width: 769px) {
  .m_navi__colour--selected .m_navi__colour--balloon-inner {
    margin-top: 10px;
    height: 42px;
  }
}

.m_navi_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 10px;
}

.m_navi_head__link {
  font-size: 12px;
}

.uq_faucet-lavatory-saved .m_navi.is_default,
.uq_faucet-lavatory-compare .m_navi.is_default,
.uq_shower-saved .m_navi.is_default,
.uq_shower-compare .m_navi.is_default {
  display: none;
}

.m_navi.is_saved {
  display: none;
}

.uq_faucet-lavatory-saved .m_navi.is_saved,
.uq_shower-saved .m_navi.is_saved {
  display: block;
}

.m_navi.is_compare {
  display: none;
}

.uq_faucet-lavatory-compare .m_navi.is_compare,
.uq_shower-compare .m_navi.is_compare {
  display: block;
}

.m_navi__message {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 2.0em;
}

@media print, screen and (max-width: 768px) {
  .m_navi__message {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

/* ------------------------------------------
   Parts ナビモデル
------------------------------------------ */
.m_model-col2__ttl {
  text-align: center;
  font-weight: normal;
  font-size: 14px;
}

.m_model-col2__subttl {
  font-size: 12px;
  color: #B4B4B4;
}

.m_model-col2__wrap {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #dcdcdc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
}

.m_model-col2__wrap.is_option {
  border-top: none;
  padding-top: 0;
}

.m_model-col2__btn {
  cursor: pointer;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #dcdcdc;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
}

.is_active .m_model-col2__no-active {
  display: none;
}

.m_model-col2__active {
  display: none;
}

.is_active .m_model-col2__active {
  display: block;
}

.m_model-col2__item {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .uq_faucet-lavatory-saved .m_model-col2__item.is_active, .uq_shower-saved .m_model-col2__item.is_active {
    background: #222;
    color: #fff;
  }
  .uq_faucet-lavatory-saved .m_model-col2__item.is_active::after, .uq_shower-saved .m_model-col2__item.is_active::after {
    content: '';
    display: block;
    right: -20px;
    border: 10px solid transparent;
    border-left: 10px solid #222;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .uq_faucet-lavatory-saved .m_model-col2__item.is_active .m_model-col2__btn, .uq_shower-saved .m_model-col2__item.is_active .m_model-col2__btn {
    border-top: none;
  }
}

.m_recommend_nav + .m_model-col2__list .m_model-col2__item:first-child .m_model-col2__wrap {
  border-top: 0;
}

.m_model-col2__img {
  width: 30%;
  text-align: center;
}

.m_model-col2__box {
  width: 65%;
  margin-left: 5%;
  position: relative;
}

.is_option .m_model-col2__box {
  padding-top: 10px;
  border-top: 1px solid #dcdcdc;
}

.m_model-col2__cat {
  font-size: 12px;
  font-weight: 600;
}

.m_model-col2__name {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.4;
}

.m_model-col2__date {
  font-size: 10px;
}

@media print, screen and (min-width: 769px) {
  .m_model-col2 {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    background: rgba(34, 34, 34, 0.95);
    opacity: 0;
    pointer-events: none;
  }
  .m_model-col2.is_show {
    opacity: 1;
    pointer-events: initial;
  }
  .m_model-col2__subttl {
    padding-right: 32px;
    padding-left: 32px;
  }
  .m_model-col2__inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .m_model-col2__list {
    margin-right: -32px;
    margin-left: -32px;
  }
  .uq_faucet-lavatory-saved .m_model-col2__list, .uq_shower-saved .m_model-col2__list {
    overflow: hidden;
  }
  .m_model-col2__item {
    padding-right: 32px;
    padding-left: 32px;
  }
  .uq_faucet-lavatory-saved .m_model-col2__item, .uq_shower-saved .m_model-col2__item {
    margin-right: 10px;
    padding-right: 32px;
  }
}

@media print, screen and (min-width: 961px) and (max-width: 1260px) {
  .m_model-col2__list {
    margin-right: -16px;
    margin-left: -16px;
  }
  .m_model-col2__item {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 960px) {
  .m_model-col2__name {
    font-size: 14px;
  }
  .m_model-col2__list {
    margin-right: -8px;
    margin-left: -8px;
  }
  .m_model-col2__item {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media print, screen and (max-width: 768px) {
  .m_model-col2 {
    display: none;
    width: 100%;
    margin-top: 44px;
    background: #fff;
  }
  .m_model-col2.is_show {
    display: block;
  }
  .m_model-col2__inner {
    padding: 20px 16px 50px;
  }
  .m_model-col2__name {
    font-size: 14px;
  }
  .uq_faucet-lavatory-saved .m_model-col2__item.is_active, .uq_shower-saved .m_model-col2__item.is_active {
    margin-right: -16px;
    margin-left: -16px;
  }
  .uq_faucet-lavatory-saved .m_model-col2__item.is_active::after, .uq_shower-saved .m_model-col2__item.is_active::after {
    display: none;
  }
  .uq_faucet-lavatory-saved .m_model-col2__item.is_active .m_model-col2__btn, .uq_shower-saved .m_model-col2__item.is_active .m_model-col2__btn {
    padding-right: 16px;
    padding-left: 16px;
  }
  .m_model-col2__img img {
    width: auto;
  }
}

@media print, screen and (max-width: 440px) {
  .m_model-col2__ttl {
    font-size: 14px;
    font-size: 3.73333vw;
  }
  .m_model-col2__subttl {
    font-size: 12px;
    font-size: 3.2vw;
  }
  .m_model-col2__cat {
    font-size: 12px;
    font-size: 3.2vw;
  }
  .m_model-col2__name {
    font-size: 14px;
    font-size: 3.73333vw;
  }
  .m_model-col2__date {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}

/* ------------------------------------------
   Parts Flow
------------------------------------------ */
.m_flow {
  width: 100%;
  position: fixed;
  top: 10px;
  z-index: 10;
  overflow-x: scroll;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}

.m_flow::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.m_flow__inner {
  display: table;
  overflow-x: scroll;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}

.m_flow__inner::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.m_flow__inner li {
  display: table-cell;
  background: #F4F4F4;
  font-size: 12px;
  position: relative;
}

.m_flow__inner li:last-child::before, .m_flow__inner li:last-child::after {
  display: none;
}

.m_flow__inner li::before, .m_flow__inner li::after {
  content: '';
  border-style: solid;
  border-width: 16px 0 16px 1em;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  z-index: 10;
}

.m_flow__inner li::before {
  right: -1em;
  border-color: transparent transparent transparent #fff;
}

.m_flow__inner li::after {
  right: -.8em;
  border-color: transparent transparent transparent #F4F4F4;
}

.m_flow__inner li .m_flow__txt {
  display: block;
  color: #A6A6A6;
  padding: 6px 14px 6px 23px;
  text-align: center;
  white-space: nowrap;
}

.m_flow__inner li .m_flow__txt.is_inactive {
  cursor: default;
}

.m_flow__inner li.is_current {
  background: #E6E6E6;
}

.m_flow__inner li.is_current::after {
  border-color: transparent transparent transparent #E6E6E6;
}

.m_flow__inner li.is_current .m_flow__txt {
  display: block;
  color: #A6A6A6;
  padding: 6px 14px 6px 23px;
  text-align: center;
}

@media print, screen and (max-width: 768px) {
  .m_flow {
    top: auto;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
}

@media print, screen and (max-width: 440px) {
  .m_flow__inner li {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.uq_faucet-lavatory-saved .m_flow,
.uq_faucet-lavatory-compare .m_flow,
.uq_shower-saved .m_flow,
.uq_shower-compare .m_flow {
  display: none;
}

/* ------------------------------------------
   Parts Anchor
------------------------------------------ */
.m_anchor {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m_anchor > li {
  margin-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
}

.m_anchor > li:last-child {
  margin-right: 0;
}

.m_anchor > li a {
  display: block;
  padding-right: 25px;
  padding-left: 15px;
  padding-bottom: 5px;
  position: relative;
}

.m_anchor > li a::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 2px #222;
  border-right: solid 2px #222;
  pointer-events: none;
  position: absolute;
  top: 40%;
  right: 10px;
  -webkit-transform: translate(0, -40%) rotate(135deg);
  transform: translate(0, -40%) rotate(135deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.m_anchor > li a span, .m_anchor > li a small {
  display: inline-block;
}

.m_anchor > li a span {
  margin-right: 5px;
  font-size: 19px;
}

.m_anchor > li a small {
  font-size: 14px;
}

.m_anchor.is_col3 > li {
  width: 32%;
  margin-right: 2%;
}

.m_anchor.is_col3 > li:nth-child(3n) {
  margin-right: 0;
}

@media print, screen and (max-width: 768px) {
  .m_anchor.is_col3.is_auto-faucet > li {
    width: 49%;
  }
  .m_anchor.is_col3.is_auto-faucet > li:nth-of-type(2n) {
    margin-right: 2%;
  }
  .m_anchor.is_col3.is_auto-faucet > li:nth-of-type(2n) {
    margin-right: 0;
  }
}

.m_anchor.is_wrap > li {
  width: 100%;
  margin-right: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

@media print, screen and (min-width: 1101px) {
  .m_anchor.is_col2 li {
    width: 32%;
    margin-right: 2%;
  }
  .m_anchor.is_col2 li:nth-child(3n) {
    margin-right: 0;
  }
}

@media print, screen and (max-width: 1100px) {
  .m_anchor.is_col2 li {
    width: 49.5%;
  }
  .m_anchor.is_col2 li:nth-child(odd) {
    margin-right: 1%;
  }
}

@media print, screen and (min-width: 769px) {
  .m_anchor li a:hover::after {
    margin-top: 5px;
  }
}

@media print, screen and (max-width: 440px) {
  .m_anchor li a {
    padding-right: 6.66667vw;
    padding-left: 1.33333vw;
  }
  .m_anchor li a::after {
    width: 2.13333vw;
    height: 2.13333vw;
  }
  .m_anchor li a span {
    font-size: 19px;
    font-size: 5.06667vw;
  }
  .m_anchor li a small {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.4;
  }
}

.m_anchor.is-one-block {
  display: none;
}

/* ------------------------------------------
   Parts Controller Button
------------------------------------------ */
.m_controller {
  padding-top: 42px;
}

@media print, screen and (max-width: 768px) {
  .m_controller {
    padding-top: 10px;
  }
}

.uq_faucet-lavatory-result .m_controller,
.uq_shower-result .m_controller {
  background: none !important;
  padding-top: 32px;
}

@media print, screen and (max-width: 768px) {
  .uq_faucet-lavatory-result .m_controller,
  .uq_shower-result .m_controller {
    padding-top: 0;
  }
}

.uq_faucet-lavatory-compare .m_controller,
.uq_faucet-lavatory-saved .m_controller,
.uq_shower-compare .m_controller,
.uq_shower-saved .m_controller {
  background: none !important;
  padding-top: 10px;
}

@media print, screen and (max-width: 768px) {
  .uq_faucet-lavatory-compare .m_controller,
  .uq_faucet-lavatory-saved .m_controller,
  .uq_shower-compare .m_controller,
  .uq_shower-saved .m_controller {
    padding-top: 0;
  }
}

.m_controller__btn {
  margin-top: 15px;
  font-size: 10px;
}

@media print, screen and (max-width: 440px) {
  .m_controller__btn {
    margin-top: 2.66667vw;
  }
}

@media print, screen and (max-width: 768px) {
  .uq_faucet-lavatory-result .m_controller__btn,
  .uq_shower-result .m_controller__btn {
    margin-top: 0;
    position: relative;
    z-index: 50;
  }
}

.uq_faucet-lavatory-saved .m_controller__btn,
.uq_shower-saved .m_controller__btn {
  margin-top: 5px;
}

@media print, screen and (max-width: 768px) {
  .uq_faucet-lavatory-saved .m_controller__btn,
  .uq_shower-saved .m_controller__btn {
    margin-top: 0;
  }
}

.m_controller__btn a {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .m_controller__btn a {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .m_controller__btn a:hover {
    opacity: 0.6;
  }
}

@media print, screen and (max-width: 440px) {
  .m_controller__btn {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}

.m_list__inline .m_controller__reset {
  display: none;
}

.uq_faucet-lavatory-result .m_list__inline .m_controller__reset,
.uq_shower-result .m_list__inline .m_controller__reset {
  display: inline-block;
}

.m_list__inline .m_controller__delete {
  display: none;
}

.uq_faucet-lavatory-saved .m_list__inline .m_controller__delete,
.uq_shower-saved .m_list__inline .m_controller__delete {
  display: inline-block;
}

/* ------------------------------------------
   Parts Title
------------------------------------------ */
.m_ttl__base {
  padding-left: 14px;
  border-left: 4px solid #222;
  line-height: 1;
  font-weight: normal;
  text-align: left;
}

.m_ttl__base span, .m_ttl__base small {
  display: inline-block;
  vertical-align: middle;
}

.m_ttl__base span {
  margin-right: 8px;
  font-size: 19px;
}

.m_ttl__base small {
  font-size: 14px;
}

@media print, screen and (max-width: 440px) {
  .m_ttl__base {
    padding-left: 1.6vw;
  }
  .m_ttl__base span {
    font-size: 19px;
    font-size: 5.06667vw;
  }
  .m_ttl__base small {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.is-one-block > .m_ttl__base {
  display: none;
}

.m_ttl__sub {
  font-weight: normal;
  text-align: left;
  font-size: 14px;
  position: relative;
}

.m_ttl__sub::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #222;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.m_ttl__sub span {
  display: inline-block;
  padding-left: 18px;
}

@media print, screen and (max-width: 440px) {
  .m_ttl__sub span {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.m_ttl__middle {
  font-size: 19px;
}

@media print, screen and (max-width: 440px) {
  .m_ttl__middle {
    font-size: 19px;
    font-size: 5.06667vw;
  }
}

.m_ttl__small {
  color: #787878;
  font-size: 14px;
}

@media print, screen and (max-width: 440px) {
  .m_ttl__small {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.m_ttl__name {
  font-size: 19px;
  font-weight: bold;
}

.m_ttl__icon {
  padding-left: 40px;
  line-height: 1;
  font-weight: normal;
  text-align: left;
  position: relative;
}

.m_ttl__icon span, .m_ttl__icon small {
  display: inline-block;
  vertical-align: middle;
}

.m_ttl__icon span {
  margin-right: 8px;
  font-size: 40px;
}

.m_ttl__icon small {
  font-size: 20px;
}

.m_ttl__icon.is_under::before, .m_ttl__icon.is_vassel_inset::before, .m_ttl__icon.is_vassel_outset::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.m_ttl__icon.is_under::before {
  width: 30px;
  height: 25px;
  background: url("../images/common/icon/lavatory/icon_under.svg") no-repeat top left;
  background-size: 100%;
}

.m_ttl__icon.is_vassel_inset::before {
  width: 30px;
  height: 30px;
  background: url("../images/common/icon/lavatory/icon_vassel_inset.svg") no-repeat top left;
  background-size: 100%;
}

.m_ttl__icon.is_vassel_outset::before {
  width: 30px;
  height: 30px;
  background: url("../images/common/icon/lavatory/icon_vassel_outset.svg") no-repeat top left;
  background-size: 100%;
}

@media print, screen and (max-width: 768px) {
  .m_ttl__icon span {
    font-size: 30px;
  }
  .m_ttl__icon small {
    font-size: 15px;
  }
}

@media print, screen and (max-width: 440px) {
  .m_ttl__icon span {
    font-size: 30px;
    font-size: 8vw;
  }
  .m_ttl__icon small {
    font-size: 15px;
    font-size: 4vw;
  }
}

/* ------------------------------------------
   Parts 背景色
------------------------------------------ */
.m_bg__none {
  background: none !important;
}

.m_bg__gray {
  background: rgba(220, 220, 220, 0.3);
}

.m_bg__white {
  background: #fff;
}

/* ------------------------------------------
   Parts カラム
------------------------------------------ */
.m_col {
  /* 大きめの横並び */
  /* 通常の横並び */
  /* 小さめの横並び */
}

.m_col__2-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
  width: 100%;
}

.m_col__2-1--2 {
  width: 68%;
}

.m_col__2-1--2 .m_col__2-1--inner > li {
  width: 49%;
  margin-right: 2%;
}

.m_col__2-1--2 .m_col__2-1--inner > li:last-child {
  margin-right: 0;
}

.m_col__2-1--1 {
  width: 28%;
}

@media print, screen and (min-width: 961px) {
  .m_col__2-1--1.is-pressure_valve {
    width: 33.5%;
  }
}

.m_col__2-1--2 + .m_col__2-1--1 {
  margin-left: 4%;
}

.m_col__2-1--1 .m_col__2-1--inner > li {
  width: 100%;
}

.m_col__2-1 .m_col__2-1--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
}

.m_col__2-1 .m_col__2-1--inner > li {
  margin-bottom: 8px;
  text-align: center;
}

.m_col__2-1 .m_col__2-1--inner > li a {
  display: block;
  padding-top: 8px;
  background: #fff;
  position: relative;
}

.m_col__2-1 .m_col__2-1--inner > li a .m_col__img {
  display: block;
  padding-top: 20px;
  padding-bottom: 15px;
}

@media print, screen and (min-width: 769px) {
  .m_col__2-1 .m_col__2-1--inner > li a::after {
    content: '';
    display: block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .m_col__2-1 .m_col__2-1--inner > li a:hover::after {
    width: 100%;
    height: 100%;
    background: rgba(37, 61, 70, 0.35);
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media print, screen and (max-width: 960px) {
  .m_col__2-1--2 {
    width: 100%;
    margin-right: 0;
  }
  .m_col__2-1--1 {
    width: 49%;
    margin-left: 0;
  }
  .m_col__2-1--1 .m_col__2-1--inner > li {
    width: 100%;
  }
  .m_col__2-1--2 + .m_col__2-1--1 {
    margin-left: 0;
  }
  .m_col__2-1--1 + .m_col__2-1--1 {
    margin-left: 2%;
  }
}

@media print, screen and (max-width: 768px) {
  .m_col__2-1 .m_col__img img {
    width: auto;
  }
}

.m_col__large > ul, .m_col__middle > ul, .m_col__small > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
}

.m_col__large > ul > li, .m_col__middle > ul > li, .m_col__small > ul > li {
  margin-bottom: 8px;
  background: #fff;
  text-align: center;
}

.uq_shower-compare .m_col__large > ul > li, .uq_shower-compare .m_col__middle > ul > li, .uq_shower-compare .m_col__small > ul > li {
  margin-bottom: 2%;
}

.m_col__large > ul > li a, .m_col__middle > ul > li a, .m_col__small > ul > li a {
  display: block;
  height: 100%;
  background: #fff;
  position: relative;
}

.m_col__large > ul > li a .m_col__img, .m_col__middle > ul > li a .m_col__img, .m_col__small > ul > li a .m_col__img {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
}

.m_col__large.is_individual > ul > li, .m_col__middle.is_individual > ul > li, .m_col__small.is_individual > ul > li {
  background: none;
  margin-bottom: 40px;
}

.m_col__large.is_individual > ul > li a, .m_col__middle.is_individual > ul > li a, .m_col__small.is_individual > ul > li a {
  height: auto;
  padding-top: 0;
}

.m_col__large.is_individual > ul > li a .m_col__img, .m_col__middle.is_individual > ul > li a .m_col__img, .m_col__small.is_individual > ul > li a .m_col__img {
  padding-top: 0;
  padding-bottom: 0;
}

@media print, screen and (min-width: 769px) {
  .m_col__large > ul > li a::after, .m_col__middle > ul > li a::after, .m_col__small > ul > li a::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(37, 61, 70, 0.35);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    pointer-events: none;
  }
  .m_col__large > ul > li a:hover::after, .m_col__middle > ul > li a:hover::after, .m_col__small > ul > li a:hover::after {
    opacity: 1;
  }
}

@media print, screen and (max-width: 768px) {
  .m_col__large .m_col__img img, .m_col__middle .m_col__img img, .m_col__small .m_col__img img {
    width: auto;
  }
}

@media print, screen and (min-width: 961px) {
  .m_col__large > ul > li {
    width: 32%;
    margin-right: 2%;
  }
  .m_col__large > ul > li:nth-child(3n) {
    margin-right: 0;
  }
}

@media print, screen and (max-width: 960px) {
  .m_col__large > ul > li {
    width: 49.5%;
  }
  .m_col__large > ul > li:nth-child(odd) {
    margin-right: 1%;
  }
}

@media print, screen and (min-width: 961px) {
  .m_col__middle > ul > li {
    width: 19.2%;
    margin-right: 1%;
  }
  .m_col__middle > ul > li:nth-child(5n) {
    margin-right: 0;
  }
}

@media print, screen and (max-width: 960px) {
  .m_col__middle > ul > li {
    width: 32.6%;
    margin-right: 1%;
  }
  .m_col__middle > ul > li:nth-child(3n) {
    margin-right: 0;
  }
}

@media print, screen and (min-width: 961px) {
  .m_col__small > ul > li {
    width: 15.8%;
    margin-right: 1%;
  }
  .m_col__small > ul > li:nth-child(6n) {
    margin-right: 0;
  }
}

@media print, screen and (max-width: 960px) {
  .m_col__small > ul > li {
    width: 24.2%;
    margin-right: 1%;
  }
  .m_col__small > ul > li:nth-child(4n) {
    margin-right: 0;
  }
}

.m_col__img {
  width: 100%;
}

.m_col__img + .m_list__inline {
  padding-top: 8px;
}

.m_col__img + .m_series__name {
  padding-top: 8px;
}

/* ------------------------------------------
   Parts 横並び
------------------------------------------ */
.m_layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m_layout__lastR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m_layout__lastR--right {
  margin-left: auto;
}

.m_layout__space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* ------------------------------------------
   Parts リスト横並び
------------------------------------------ */
.m_list__inline {
  letter-spacing: -.4em;
}

.m_list__inline li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 10px;
  letter-spacing: normal;
  position: relative;
}

.m_list__inline li:last-child {
  margin-right: 0;
}

@media print, screen and (min-width: 961px) and (max-width: 1260px) {
  .m_list__inline li {
    margin-right: 5px;
  }
  .m_list__inline li:last-child {
    margin-right: 0;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 960px) {
  .m_list__inline li {
    margin-right: 5px;
  }
  .m_list__inline li:last-child {
    margin-right: 0;
  }
}

@media print, screen and (max-width: 768px) {
  .m_list__inline li {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .m_list__inline li:last-child {
    margin-right: 0;
  }
  .m_controller .m_list__inline li {
    margin-right: 15px;
  }
}

.m_list__icon img {
  height: 25px;
  width: auto;
}

/* ------------------------------------------
   Parts 吹き出し
------------------------------------------ */
/* 上向き */
.m_balloon__top {
  position: relative;
  display: inline-block;
  padding: 10px 24px;
  max-width: 100%;
  background: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m_balloon__top::before {
  content: '';
  position: absolute;
  top: -20px;
  border: 10px solid transparent;
  border-bottom: 10px solid #222;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.m_balloon__top--img {
  border: 1px solid #B4B4B4;
  border-radius: 50%;
}

.m_balloon__top--txt {
  margin-left: 16px;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}

/* 下向き */
.m_balloon__bottom {
  position: relative;
  display: inline-block;
  padding: 10px 24px;
  max-width: 100%;
  background: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m_balloon__bottom::before {
  content: '';
  position: absolute;
  bottom: -20px;
  border: 10px solid transparent;
  border-top: 10px solid #222;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.m_balloon__bottom--img {
  bottom: 1px solid #B4B4B4;
  border-radius: 50%;
}

.m_balloon__bottom--txt {
  margin-left: 16px;
  color: #fff;
  font-size: 14px;
}

/* ------------------------------------------
   Parts Favorite
------------------------------------------ */
.m_favorite {
  width: 370px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  overflow-y: scroll;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}

.m_favorite::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.m_favorite__btn {
  margin-top: 20px;
}

.uq_faucet-lavatory-top .m_favorite__btn,
.uq_shower-top .m_favorite__btn {
  width: 50%;
  margin-top: 0;
  position: fixed;
  left: 32px;
  bottom: 32px;
}

.uq_faucet-series .m_favorite__btn, .uq_faucet-colour .m_favorite__btn, .uq_faucet-shape .m_favorite__btn {
  margin-top: 100px;
}

.m_favorite__btn a.in-active {
  pointer-events: none;
  display: none;
}

@media print, screen and (min-width: 769px) {
  .is_underlayer .m_favorite__btn {
    position: fixed;
    bottom: 20px;
    z-index: 10;
  }
}

@media print, screen and (min-width: 961px) {
  .is_underlayer .m_favorite__btn {
    left: 32px;
    width: 306px;
  }
}

@media print, screen and (min-width: 961px) and (max-width: 1260px) {
  .is_underlayer .m_favorite__btn {
    left: 16px;
    width: 268px;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 960px) {
  .is_underlayer .m_favorite__btn {
    left: 8px;
    width: 244px;
  }
}

.m_favorite__ttl {
  text-align: center;
  font-weight: normal;
  font-size: 14px;
}

.m_favorite__subttl {
  font-size: 12px;
  color: #B4B4B4;
}

.m_favorite__item a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
}

.m_favorite__item:last-child a {
  border-bottom: 1px solid #707070;
}

.m_favorite__img {
  width: 30%;
}

.m_favorite__box {
  width: 65%;
  margin-left: 5%;
  position: relative;
  padding-bottom: 1.5em;
}

.m_favorite__name {
  font-size: 19px;
  line-height: 1.4;
}

.m_favorite__date {
  color: #B4B4B4;
  font-size: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media print, screen and (min-width: 769px) {
  .m_favorite {
    color: #fff;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    background: rgba(34, 34, 34, 0.95);
    opacity: 0;
    pointer-events: none;
  }
  .m_favorite.is_show {
    opacity: 1;
    pointer-events: initial;
  }
  .m_favorite__subttl {
    padding-right: 32px;
    padding-left: 32px;
  }
  .m_favorite__inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .m_favorite__item {
    padding-right: 32px;
    padding-left: 32px;
    position: relative;
  }
  .m_favorite__item a {
    color: #fff;
  }
  .m_favorite__item a::before, .m_favorite__item a::after {
    content: '';
    display: block;
    position: absolute;
    pointer-events: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .m_favorite__item a::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .m_favorite__item a::after {
    width: 15px;
    height: 15px;
    border-top: 1px solid #787878;
    border-right: 1px solid #787878;
    top: 50%;
    right: 10px;
    z-index: 1;
    -webkit-transform: translateY(-50%) rotate(50deg);
    transform: translateY(-50%) rotate(50deg);
    opacity: 0;
  }
  .m_favorite__item a:hover::before {
    background: #222;
    pointer-events: initial;
  }
  .m_favorite__item a:hover::after {
    opacity: 1;
  }
  .m_favorite__close {
    position: absolute;
    top: 24px;
    right: 24px;
  }
  .m_favorite__close--inner {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    cursor: pointer;
  }
  .m_favorite__close--inner:hover {
    opacity: 0.6;
  }
  .m_favorite__close--inner::before, .m_favorite__close--inner::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    position: absolute;
    top: 0;
    left: 16%;
  }
  .m_favorite__close--inner::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    left: auto;
    right: 16%;
  }
}

@media print, screen and (min-width: 961px) and (max-width: 1260px) {
  .m_favorite {
    width: 300px;
  }
  .m_favorite__name {
    font-size: 16px;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 960px) {
  .m_favorite {
    width: 260px;
  }
  .m_favorite__name {
    font-size: 14px;
  }
}

@media print, screen and (max-width: 768px) {
  .m_favorite {
    display: none;
    width: 100%;
    margin-top: 44px;
    background: #fff;
  }
  .m_favorite.is_show {
    display: block;
  }
  .m_favorite__inner {
    padding: 20px 16px 50px;
  }
  .m_favorite__name {
    font-size: 14px;
  }
}

@media print, screen and (max-width: 440px) {
  .m_favorite__ttl {
    font-size: 14px;
    font-size: 3.73333vw;
  }
  .m_favorite__subttl {
    font-size: 12px;
    font-size: 3.2vw;
  }
  .m_favorite__name {
    font-size: 14px;
    font-size: 3.73333vw;
  }
  .m_favorite__date {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}

/* ------------------------------------------
   Parts ラジオボタン
------------------------------------------ */
.m_radio__input {
  display: none;
}

.m_radio__input + label {
  cursor: pointer;
}

.m_radio__input + label .m_radio__icon {
  left: -22px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.m_radio__input + label .m_radio__icon--inner {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}

.m_radio__input + label .m_radio__icon--inner::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #B4B4B4;
  border-radius: 50%;
}

.m_radio__input:checked + label .m_radio__icon--inner::after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #3088CE;
  border-radius: 50%;
}

@media print, screen and (min-width: 769px) and (max-width: 960px) {
  .m_radio__input {
    display: none;
  }
  .m_radio__input + label .m_radio__icon {
    left: -20px;
  }
}

/* ------------------------------------------
   Parts シリーズ
------------------------------------------ */
/* Faucet : Series選択 */
.m_series__name {
  padding: 0 8px 8px;
  text-align: left;
  color: #787878;
}

@media print, screen and (max-width: 768px) {
  .m_series__name {
    margin-top: 5px;
    font-size: 12px;
  }
}

@media print, screen and (max-width: 440px) {
  .m_series__name {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.m_series__size {
  padding: 0 8px 8px;
  color: #787878;
  text-align: left;
  font-size: 12px;
}

@media print, screen and (max-width: 768px) {
  .m_series__size {
    margin-top: 5px;
    font-size: 10px;
  }
}

@media print, screen and (max-width: 440px) {
  .m_series__size {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}

.m_series__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* ------------------------------------------
   Parts カラー
------------------------------------------ */
/* Faucet : colour選択 */
.m_colour__box {
  padding: 0 8px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print, screen and (max-width: 768px) {
  .m_colour__box {
    margin-top: 5px;
    font-size: 12px;
  }
}

@media print, screen and (max-width: 440px) {
  .m_colour__box {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.m_colour__img {
  margin-right: 10px;
}

.m_colour__name {
  width: 70%;
  line-height: 1.3;
}

/* Faucet : colour選択 (colour選択) */
.m_colour-select__main {
  max-width: 472px;
}

.m_colour-select__main img {
  width: 100%;
}

.m_colour-select__box {
  max-width: 860px;
  padding: 38px 56px;
  border: 1px solid #dcdcdc;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (max-width: 768px) {
  .m_colour-select__box {
    padding: 17px;
  }
}

.m_colour-select__layout {
  padding-right: 60px;
  position: relative;
}

.m_colour-select__detail {
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 1;
}

.m_colour-select__list li .m_colour-select__list--btn {
  display: block;
  position: relative;
  cursor: pointer;
}

.m_colour-select__list li .m_colour-select__list--btn::before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #B4B4B4;
  border-radius: 50%;
}

@media print, screen and (max-width: 440px) {
  .m_colour-select__list li .m_colour-select__list--btn::before {
    width: 22px;
    height: 22px;
  }
}

.m_colour-select__list li .m_colour-select__list--balloon {
  display: none;
  position: absolute;
  top: 45px;
  left: -37px;
  z-index: 1;
  pointer-events: none;
}

.m_colour-select__list li .m_colour-select__list--balloon-inner {
  position: relative;
  display: inline-block;
  padding: 13px 24px;
  min-width: 263px;
  max-width: 100%;
  background: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m_colour-select__list li .m_colour-select__list--balloon-inner::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 20%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 10px solid #222;
}

.m_colour-select__list li .m_colour-select__list--balloon-img {
  border: 1px solid #B4B4B4;
  border-radius: 50%;
}

.m_colour-select__list li .m_colour-select__list--balloon-txt {
  margin-left: 16px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.m_colour-select__list li.is_active .m_colour-select__list--btn {
  pointer-events: none;
}

.m_colour-select__list li.is_active .m_colour-select__list--btn::before {
  width: 26px;
  height: 26px;
  border: 3px solid #222;
}

@media print, screen and (max-width: 440px) {
  .m_colour-select__list li.is_active .m_colour-select__list--btn::before {
    width: 18px;
    height: 18px;
  }
}

@media print, screen and (min-width: 769px) {
  .m_colour-select__list li:hover .m_colour-select__list--balloon {
    display: block;
  }
  .m_colour-select__list li .m_colour-select__list--btn {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .m_colour-select__list li .m_colour-select__list--btn:hover {
    opacity: 0.6;
  }
  .m_colour-select__list li.m_colour-select__list--ttl {
    display: none;
  }
}

@media print, screen and (max-width: 768px) {
  .m_colour-select__list li.m_colour-select__list--ttl {
    display: block;
    color: #787878;
    font-size: 10px;
  }
  .m_colour-select__list li--balloon {
    display: none;
  }
}

@media print, screen and (max-width: 440px) {
  .m_colour-select__list li.m_colour-select__list--ttl {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}

/* ------------------------------------------
   Parts リザルト
------------------------------------------ */
.m_result {
  position: relative;
}

.m_result.is-faucet-lavatory {
  background-color: #ededed;
}

.m_result__inner {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

@media print, screen and (max-width: 768px) {
  .m_result__inner {
    height: 40vh;
  }
}

.m_result__btn, .m_result__note {
  z-index: 20;
}

.m_result__btn:not(.is_static), .m_result__note:not(.is_static) {
  position: absolute;
  left: 30px;
}

@media print, screen and (max-width: 768px) {
  .m_result__btn, .m_result__note {
    background: #fff;
    position: static;
    left: 0;
  }
}

.m_result__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m_result__btn:not(.is_static) {
  position: absolute;
  bottom: 30px;
}

.m_result__btn li {
  min-width: 148px;
  margin-left: 0;
  margin-right: 10px;
  text-align: center;
  background: rgba(34, 34, 34, 0.95);
}

.m_result__btn li:last-child {
  margin-right: 0;
}

@media print, screen and (max-width: 768px) {
  .m_result__btn {
    padding-top: 16px;
    position: static;
    left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .m_result__btn li {
    min-width: initial;
    width: 32%;
    margin-right: 1%;
    margin-left: 0;
  }
  .m_result__btn li a {
    padding: 10px 0;
    font-size: 12px;
  }
}

@media print, screen and (max-width: 440px) {
  .m_result__btn li a {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}

.m_result__note {
  font-size: 10px;
  color: #787878;
}

.m_result__note:not(.is_static) {
  position: absolute;
  bottom: 10px;
}

@media print, screen and (max-width: 768px) {
  .m_result__note {
    padding-top: 10px;
    padding-right: 16px;
    padding-left: 16px;
    position: static;
  }
}

@media print, screen and (min-width: 769px) {
  .m_result__footer {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 30px;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .m_result__footer .m_result__note {
    padding-top: 5px;
  }
}

.m_result__item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 100% auto;
}

@media print, screen and (max-width: 768px) {
  .m_result__item {
    height: 40vh;
  }
}

.is_shower .m_result__item {
  background-size: contain;
}

@media print, screen and (max-width: 768px) {
  .is_shower .m_result__item {
    background-size: auto 110%;
  }
}

.m_result__item.is-base {
  z-index: 1;
  background-color: #ededed;
}

.is_shower .m_result__item.is-base {
  background-color: #b5b5b5;
  background-image: url("../images/products/common/shower_wall.png");
  background-size: auto 100%;
}

@media print, screen and (max-width: 768px) {
  .is_shower .m_result__item.is-base {
    background-size: auto 110%;
  }
}

.m_result__item.is-lavatory {
  z-index: 2;
}

.is_faucet_outset .m_result__item.is-lavatory {
  z-index: 5;
}

.m_result__item.is-faucet {
  z-index: 5;
}

.m_result__item.is-faucet.is_faucet_upper {
  z-index: 7;
}

.is_faucet_outset .m_result__item.is-faucet {
  z-index: 4;
}

.is_faucet_outset .m_result__item.is-faucet.is_faucet_upper {
  z-index: 7;
}

.m_result__item.is-soapdispenser {
  z-index: 4;
}

.is_faucet_outset .m_result__item.is-soapdispenser {
  z-index: 3;
}

.m_result__item.is_faucet_lever {
  z-index: 5;
}

.is_faucet_outset .m_result__item.is_faucet_lever {
  z-index: 5;
}

.m_result__item.is_faucet_lever.is-trimming {
  -webkit-transform: none;
  transform: none;
  width: 10.4%;
  height: 0;
  padding-top: 5.666666%;
}

.m_result__item.is-controller {
  z-index: 10;
}

.m_result__item.is-controller.is-none {
  display: none;
}

.m_result__item.is-list {
  z-index: 5;
  background-color: #fff;
}

.m_result__item.is-over-head-shower {
  z-index: 6;
}

.m_result__item.is-hand-shower {
  z-index: 5;
}

.m_result__item.is-spout {
  z-index: 2;
}

.m_result__item.is-shower-controller {
  z-index: 2;
}

.m_result__item.is-shower-valve1 {
  z-index: 2;
}

.m_result__item.is-shower-valve2 {
  z-index: 2;
}

.m_result__item.is-shower-controller-pos1 {
  -webkit-transform: translate3d(0, -7.5%, 0);
  transform: translate3d(0, -7.5%, 0);
}

.m_result__item.is-shower-controller-pos3 {
  -webkit-transform: translate3d(0, 7.5%, 0);
  transform: translate3d(0, 7.5%, 0);
}

.m_result__item.is-shower-accessory {
  z-index: 3;
}

.m_result__item.is-none {
  display: none;
}

.is_faucet-lavatory .is-tatenaga .m_result__item.is-lavatory, .is_faucet-lavatory .is-tatenaga .m_result__item.is-faucet, .is_faucet-lavatory .is-tatenaga .m_result__item.is-base {
  background-position: center;
  background-size: auto 100%;
}

.is_shower .is-tatenaga .m_result__item {
  background-position: center;
  background-size: auto 100%;
}

.is_shower .is-tatenaga .m_result__item.is-base {
  background-image: url("../images/products/common/shower_wall_s.png");
}

.is_faucet-lavatory .is-tatenaga-s .m_result__item.is-lavatory, .is_faucet-lavatory .is-tatenaga-s .m_result__item.is-faucet, .is_faucet-lavatory .is-tatenaga-s .m_result__item.is-base {
  background-position: center;
  background-size: auto 100%;
}

.is_shower .is-tatenaga-s .m_result__item {
  background-position: center;
  background-size: auto 100%;
}

.is_shower .is-tatenaga-s .m_result__item.is-base {
  background-image: url("../images/products/common/shower_wall_s.png");
}

@media print, screen and (min-width: 961px) {
  .is_faucet-lavatory .is-yokonaga-s .m_result__item.is-lavatory, .is_faucet-lavatory .is-yokonaga-s .m_result__item.is-faucet, .is_faucet-lavatory .is-yokonaga-s .m_result__item.is-base {
    background-position: right center;
    background-size: auto 100%;
  }
}

.is-cover .m_result__item {
  background-size: cover;
}

.is-bottom .m_result__item {
  background-position: center bottom;
}

@media print, screen and (min-width: 769px) {
  .m_result.is-faucet-lavatory {
    height: 100vh;
    overflow: hidden;
  }
}

.m_result.is-faucet-lavatory .m_result__faucet_inner {
  height: 0;
  width: 100%;
  padding-top: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.m_result.is-faucet-lavatory .m_result__inner.is-tatenaga .m_result__faucet_inner, .m_result.is-faucet-lavatory .m_result__inner.is-tatenaga-s .m_result__faucet_inner {
  padding-top: 100vh;
}

@media print, screen and (min-width: 769px) {
  .m_result.is-faucet-lavatory .m_result__inner.is-tatenaga .m_result__faucet_inner, .m_result.is-faucet-lavatory .m_result__inner.is-tatenaga-s .m_result__faucet_inner {
    width: 100vh;
    right: auto;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
}

@media print, screen and (max-width: 640px) {
  .m_result.is-faucet-lavatory .m_result__inner.is-tatenaga .m_result__faucet_inner, .m_result.is-faucet-lavatory .m_result__inner.is-tatenaga-s .m_result__faucet_inner {
    padding-top: 40vh;
  }
}

.m_result.is-faucet-lavatory .m_result__inner.is-yokonaga-s .m_result__faucet_inner {
  padding-top: 100vh;
  width: 100vh;
}

@media print, screen and (max-width: 768px) {
  .m_result.is-faucet-lavatory .m_result__inner.is-yokonaga-s .m_result__faucet_inner {
    -webkit-transform: translate3d(0, -56%, 0);
    transform: translate3d(0, -56%, 0);
  }
}

.m_result.is-faucet-lavatory .m_result__item {
  width: 100%;
  height: 100%;
}

/* ------------------------------------------
   商品比較
------------------------------------------ */
.m_compare__name {
  padding: 0 15px;
  text-align: left;
  font-size: 19px;
  font-weight: bold;
}

@media print, screen and (max-width: 768px) {
  .m_compare__name {
    font-size: 14px;
  }
}

.m_compare__date {
  display: block;
  padding: 0 15px;
  font-size: 10px;
  text-align: right;
}

@media print, screen and (max-width: 440px) {
  .m_compare__date {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}

.m_compare__img img {
  max-width: 100%;
}

/* ------------------------------------------
   Parts 保存した商品一覧
------------------------------------------ */
.m_saved__wrap {
  display: none;
}

.m_saved__wrap.is_show {
  display: block;
}

.m_saved__head {
  position: relative;
}

.m_saved__head--date {
  right: 0;
  font-size: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
}

@media print, screen and (max-width: 768px) {
  .m_saved__head--date {
    position: static;
  }
}

.m_saved__head--name {
  padding-right: 5.0rem;
}

.m_saved__result {
  position: relative;
}

.m_saved__note {
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: 10px;
  font-size: 10px;
  color: #787878;
}

@media print, screen and (max-width: 768px) {
  .m_saved__note {
    padding-top: 10px;
    padding-right: 16px;
    padding-left: 16px;
    position: static;
  }
}

.m_saved__img {
  position: relative;
  z-index: 1;
}

.m_saved__img img {
  width: 100%;
}

.m_saved__list {
  background: #fff;
}

.m_saved__list--inner {
  display: table;
  width: 100%;
  padding: 16px 48px;
}

.m_saved__list--img, .m_saved__list--info, .m_saved__list--price {
  display: table-cell;
  vertical-align: middle;
}

.m_saved__list--img {
  width: 20%;
  text-align: center;
}

.m_saved__list--info {
  width: 42%;
  padding-left: 4%;
  padding-right: 4%;
  border-right: 1px solid #E6E6E6;
}

.m_saved__list--price {
  width: 25%;
  padding-left: 4%;
  position: relative;
}

@media print, screen and (max-width: 768px) {
  .m_saved__list + .m_saved__list {
    border-top: 1px solid #E6E6E6;
  }
  .m_saved__list--inner {
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    display: block;
    overflow: hidden;
  }
  .m_saved__list--img {
    display: block;
    width: 36%;
    padding-right: 4%;
    float: left;
  }
  .m_saved__list--img img {
    width: auto;
  }
  .m_saved__list--info {
    display: block;
    width: auto;
    padding-right: 0;
    padding-left: 40%;
    border-right: none;
  }
  .m_saved__list--price {
    width: 100%;
    margin-top: 20px;
    padding-left: 40%;
    display: block;
    position: static;
  }
}

.m_saved__change {
  position: absolute;
  top: 0;
  right: -30px;
}

.m_saved__change--inner {
  bottom: 30px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
}

@media print, screen and (max-width: 768px) {
  .m_saved__change {
    text-align: right;
    top: 12px;
    right: 16px;
  }
}

.m_saved__detail--btn {
  position: absolute;
  bottom: 0;
  right: -30px;
}

@media print, screen and (max-width: 768px) {
  .m_saved__detail--btn {
    text-align: right;
    position: static;
  }
}

.m_saved__total {
  padding: 45px 48px 27px;
  background: #E6E6E6;
}

@media print, screen and (max-width: 768px) {
  .m_saved__total {
    padding: 23px 16px;
  }
}

.m_saved__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m_saved__btn li {
  min-width: 148px;
  margin-right: 10px;
  margin-left: 0;
  text-align: center;
  background: rgba(34, 34, 34, 0.95);
}

.m_saved__btn li:last-child {
  margin-right: 0;
}

@media print, screen and (max-width: 768px) {
  .m_saved__btn {
    margin-top: 16px;
    position: static;
    left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .m_saved__btn li {
    min-width: initial;
    width: 32%;
    margin-right: 1%;
  }
  .m_saved__btn li a {
    padding: 10px 0;
    font-size: 12px;
  }
}

@media print, screen and (max-width: 440px) {
  .m_saved__btn li a {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}

/* ============================================
   compare
============================================ */
.m_compare__delete--icon {
  position: relative;
}

.m_compare__delete--icon-inner {
  position: absolute;
  top: 13px;
  right: 5px;
  z-index: 2;
}

.m_compare__delete--cont {
  display: none;
  min-width: 50px;
  padding: 6px 24px;
  color: #fff;
  background: #222;
  text-align: center;
  position: absolute;
  top: -45px;
  right: -25px;
  font-size: 14px;
  z-index: 1;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
}

.m_compare__delete--cont::before, .m_compare__delete--cont::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.m_compare__delete--cont::before {
  border: 8px solid transparent;
}

.m_compare__delete--cont::after {
  border: 10px solid transparent;
  border-top: 12px solid #222;
  margin-top: -5px;
}

@media print, screen and (min-width: 769px) {
  .m_compare__delete:hover .m_compare__delete--cont {
    display: block;
  }
}

.m_compare__list li {
  position: relative;
}

.m_compare__list li a {
  display: block;
  position: relative;
}

.m_compare__list.is_ready > li:not(.is_show) {
  display: none;
}

@media print, screen and (min-width: 961px) {
  .m_compare__list.is_ready > li:not(.is_show) {
    margin-right: 0;
  }
}

@media print, screen and (max-width: 960px) {
  .m_compare__list.is_ready > li:not(.is_show) {
    margin-right: 0;
  }
}

.m_compare__list.is_ready > li.is_show {
  display: block;
}

@media print, screen and (min-width: 961px) {
  .m_compare__list.is_ready > li.is_show {
    width: 31%;
    margin-right: 2%;
  }
}

@media print, screen and (max-width: 960px) {
  .m_compare__list.is_ready > li.is_show {
    width: 49%;
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
}

/* ============================================
   下層ページ 全体
============================================ */
.is_underlayer .m_content {
  margin-left: 370px;
}

@media print, screen and (min-width: 961px) and (max-width: 1260px) {
  .is_underlayer .m_content {
    margin-left: 300px;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 960px) {
  .is_underlayer .m_content {
    margin-left: 260px;
  }
}

@media print, screen and (max-width: 768px) {
  .is_underlayer .m_content {
    margin-left: 0;
  }
}

.is_underlayer .m_content__inner {
  background: #fff;
  padding-left: 30px;
}

@media print, screen and (max-width: 768px) {
  .is_underlayer .m_content__inner {
    padding-left: 0;
  }
}

.uq_faucet-lavatory-saved .m_content, .uq_shower-saved .m_content {
  background: rgba(220, 220, 220, 0.3);
  border-left: 1px solid #dcdcdc;
}

.uq_faucet-lavatory-saved .m_content__inner, .uq_shower-saved .m_content__inner {
  background: none;
}

.uq_faucet-lavatory-result .m_content, .uq_shower-result .m_content,
.uq_faucet-lavatory-saved .m_content, .uq_shower-saved .m_content {
  position: relative;
}

.uq_faucet-lavatory-result .m_content__inner, .uq_shower-result .m_content__inner,
.uq_faucet-lavatory-saved .m_content__inner, .uq_shower-saved .m_content__inner {
  background: none;
  width: 100%;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 20;
}

/* ============================================
   シミュレータ 全体（画面遷移用）
============================================ */
.m_container {
  display: none;
}

.uq_faucet-lavatory-top .m_container.is_top, .uq_shower-top .m_container.is_top {
  display: block;
}

.is_underlayer .m_container.is_underlayer {
  display: block;
}

.m_panel {
  display: none;
}

.m_panel.is-active {
  display: block;
}

.m_product_img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.m_product_img__inner {
  position: relative;
  overflow: hidden;
}

.m_product_img__inner:before {
  content: "";
  display: block;
  padding-top: 100%;
  position: relative;
  z-index: 1;
}

.is_parts_only .m_product_img__inner:before {
  padding-top: 60%;
}

.is_faucet .m_product_img__inner:before {
  padding-top: 220px;
}

@media print, screen and (max-width: 768px) {
  .is_faucet .m_product_img__inner:before {
    padding-top: 180px;
  }
}

.m_col__middle .is_faucet .m_product_img__inner:before {
  padding-top: 160px;
}

@media print, screen and (max-width: 768px) {
  .m_col__middle .is_faucet .m_product_img__inner:before {
    padding-top: 120px;
  }
}

.m_col__small .is_faucet .m_product_img__inner:before {
  padding-top: 130px;
}

@media print, screen and (max-width: 768px) {
  .m_col__small .is_faucet .m_product_img__inner:before {
    padding-top: 100px;
  }
}

.m_saved__list .is_faucet .m_product_img__inner:before {
  padding-top: 160px;
}

.is_soapdispenser .m_product_img__inner:before {
  padding-top: 220px;
}

@media print, screen and (max-width: 768px) {
  .is_soapdispenser .m_product_img__inner:before {
    padding-top: 180px;
  }
}

.m_saved__list .is_soapdispenser .m_product_img__inner:before {
  padding-top: 160px;
}

.is_lavatory .m_product_img__inner:before {
  padding-top: 100%;
}

.is_over-head-shower .m_product_img__inner:before {
  padding-top: 220px;
}

@media print, screen and (max-width: 768px) {
  .is_over-head-shower .m_product_img__inner:before {
    padding-top: 160px;
  }
}

.m_navi .is_over-head-shower .m_product_img__inner:before {
  padding-top: 100px;
}

.is_hand-shower .m_product_img__inner:before {
  padding-top: 220px;
}

@media print, screen and (max-width: 768px) {
  .is_hand-shower .m_product_img__inner:before {
    padding-top: 160px;
  }
}

.m_navi .is_hand-shower .m_product_img__inner:before {
  padding-top: 100px;
}

.is_bath-spout .m_product_img__inner:before {
  padding-top: 220px;
}

@media print, screen and (max-width: 768px) {
  .is_bath-spout .m_product_img__inner:before {
    padding-top: 160px;
  }
}

.m_navi .is_bath-spout .m_product_img__inner:before {
  padding-top: 100px;
}

.is_controller .m_product_img__inner:before,
.is_valve .m_product_img__inner:before {
  padding-top: 200px;
}

@media print, screen and (max-width: 768px) {
  .is_controller .m_product_img__inner:before,
  .is_valve .m_product_img__inner:before {
    padding-top: 140px;
  }
}

.m_navi .is_controller .m_product_img__inner:before, .m_navi
.is_valve .m_product_img__inner:before {
  padding-top: 100px;
}

.is_shower-elbow .m_product_img__inner:before {
  padding-top: 180px;
}

@media print, screen and (max-width: 768px) {
  .is_shower-elbow .m_product_img__inner:before {
    padding-top: 140px;
  }
}

.m_navi .is_shower-elbow .m_product_img__inner:before {
  padding-top: 100px;
}

.is_shower-hook .m_product_img__inner:before {
  padding-top: 180px;
}

@media print, screen and (max-width: 768px) {
  .is_shower-hook .m_product_img__inner:before {
    padding-top: 140px;
  }
}

.m_navi .is_shower-hook .m_product_img__inner:before {
  padding-top: 100px;
}

.is_shower-elbow-hook .m_product_img__inner:before {
  padding-top: 180px;
}

@media print, screen and (max-width: 768px) {
  .is_shower-elbow-hook .m_product_img__inner:before {
    padding-top: 140px;
  }
}

.m_navi .is_shower-elbow-hook .m_product_img__inner:before {
  padding-top: 100px;
}

.is_slide-bar .m_product_img__inner:before {
  padding-top: 350px;
}

.m_navi .is_slide-bar .m_product_img__inner:before {
  padding-top: 150px;
}

@media print, screen and (max-width: 768px) {
  .m_saved__list--img .is_slide-bar .m_product_img__inner:before,
  .m_col__img .is_slide-bar .m_product_img__inner:before {
    padding-top: 220px;
  }
}

.is_embedded-valve .m_product_img__inner:before {
  padding-top: 200px;
}

@media print, screen and (max-width: 768px) {
  .is_embedded-valve .m_product_img__inner:before {
    padding-top: 140px;
  }
}

.m_navi .is_embedded-valve .m_product_img__inner:before {
  padding-top: 100px;
}

.is_shower-hose .m_product_img__inner:before {
  padding-top: 350px;
}

@media print, screen and (max-width: 768px) {
  .m_saved__list--img .is_shower-hose .m_product_img__inner:before,
  .m_col__img .is_shower-hose .m_product_img__inner:before {
    padding-top: 200px;
  }
}

.m_navi .is_shower-hose .m_product_img__inner:before {
  padding-top: 150px;
}

.m_product_img__image {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  margin: auto;
  max-height: inherit;
}

.is_parts_only .m_product_img__image {
  max-width: 1200px;
  width: 1200px;
}

@media print, screen and (max-width: 768px) {
  .is_parts_only .m_product_img__image {
    max-width: 800px;
  }
}

.m_product_img__image.is_faucet {
  z-index: 5;
}

.m_product_img__image.is_faucet.is_faucet_upper {
  z-index: 7;
}

.is_faucet_outset .m_product_img__image.is_faucet {
  z-index: 4;
}

.is_faucet_outset .m_product_img__image.is_faucet.is_faucet_upper {
  z-index: 7;
}

.is_parts_only .m_product_img__image.is_faucet {
  max-width: 800px;
  -webkit-transform: translate3d(-59%, -45%, 0);
  transform: translate3d(-59%, -45%, 0);
}

@media print, screen and (max-width: 768px) {
  .is_parts_only .m_product_img__image.is_faucet {
    max-width: 600px;
  }
}

.is_parts_only .m_product_img__image.is_faucet.is_handle {
  -webkit-transform: translate3d(-60%, -48%, 0);
  transform: translate3d(-60%, -48%, 0);
}

.is_individual .is_parts_only .m_product_img__image.is_faucet.is_handle {
  -webkit-transform: translate3d(-60%, -52%, 0);
  transform: translate3d(-60%, -52%, 0);
}

.is_parts_only .m_product_img__image.is_faucet.is_wallmount {
  -webkit-transform: translate3d(-60%, -48%, 0);
  transform: translate3d(-60%, -48%, 0);
}

.is_individual .is_parts_only .m_product_img__image.is_faucet.is_wallmount {
  -webkit-transform: translate3d(-60%, -50%, 0);
  transform: translate3d(-60%, -50%, 0);
}

.is_parts_only .m_product_img__image.is_faucet.is_semi-tall {
  -webkit-transform: translate3d(-59%, -47%, 0);
  transform: translate3d(-59%, -47%, 0);
}

.is_parts_only .m_product_img__image.is_faucet.is_normal {
  -webkit-transform: translate3d(-59%, -48%, 0);
  transform: translate3d(-59%, -48%, 0);
}

.is_parts_only .m_product_img__image.is_faucet.is_short {
  -webkit-transform: translate3d(-59%, -49%, 0);
  transform: translate3d(-59%, -49%, 0);
}

.is_parts_only .m_product_img__image.is_faucet.is_faucet_lever {
  -webkit-transform: translate3d(-58%, -45%, 0);
  transform: translate3d(-58%, -45%, 0);
}

.is_parts_only .m_product_img__image.is_faucet.is_faucet_lever.is_semi-tall {
  -webkit-transform: translate3d(-58%, -46%, 0);
  transform: translate3d(-58%, -46%, 0);
}

.is_parts_only .m_product_img__image.is_faucet.is_faucet_lever.is_short {
  -webkit-transform: translate3d(-58%, -48%, 0);
  transform: translate3d(-58%, -48%, 0);
}

.m_col__middle .is_parts_only .m_product_img__image.is_faucet {
  max-width: 600px;
  -webkit-transform: translate3d(-59%, -45%, 0);
  transform: translate3d(-59%, -45%, 0);
}

.m_col__middle .is_parts_only .m_product_img__image.is_faucet.is_wallmount {
  -webkit-transform: translate3d(-60%, -48%, 0);
  transform: translate3d(-60%, -48%, 0);
}

@media print, screen and (min-width: 961px) and (max-width: 1100px) {
  .m_col__middle .is_parts_only .m_product_img__image.is_faucet.is_wallmount {
    max-width: 500px;
  }
}

@media print, screen and (max-width: 440px) {
  .m_col__middle .is_parts_only .m_product_img__image.is_faucet.is_wallmount {
    max-width: 400px;
    -webkit-transform: translate3d(-60%, -49%, 0);
    transform: translate3d(-60%, -49%, 0);
  }
}

.m_col__middle .is_parts_only .m_product_img__image.is_faucet.is_handle {
  -webkit-transform: translate3d(-60%, -47%, 0);
  transform: translate3d(-60%, -47%, 0);
}

@media print, screen and (max-width: 768px) {
  .m_col__middle .is_parts_only .m_product_img__image.is_faucet.is_handle {
    width: 500px;
    -webkit-transform: translate3d(-60%, -47%, 0);
    transform: translate3d(-60%, -47%, 0);
  }
}

.m_col__middle .is_parts_only .m_product_img__image.is_faucet.is_semi-tall {
  -webkit-transform: translate3d(-59%, -46%, 0);
  transform: translate3d(-59%, -46%, 0);
}

@media print, screen and (max-width: 768px) {
  .m_col__middle .is_parts_only .m_product_img__image.is_faucet.is_semi-tall {
    -webkit-transform: translate3d(-58%, -45%, 0);
    transform: translate3d(-58%, -45%, 0);
  }
}

.m_col__middle .is_parts_only .m_product_img__image.is_faucet.is_normal {
  -webkit-transform: translate3d(-59%, -47%, 0);
  transform: translate3d(-59%, -47%, 0);
}

.m_col__middle .is_parts_only .m_product_img__image.is_faucet.is_short {
  -webkit-transform: translate3d(-59%, -49%, 0);
  transform: translate3d(-59%, -49%, 0);
}

.m_col__small .is_parts_only .m_product_img__image.is_faucet {
  max-width: 600px;
  -webkit-transform: translate3d(-59%, -49%, 0);
  transform: translate3d(-59%, -49%, 0);
}

.m_col__small .is_parts_only .m_product_img__image.is_faucet.is_semi-tall {
  -webkit-transform: translate3d(-59%, -45%, 0);
  transform: translate3d(-59%, -45%, 0);
}

.m_col__small .is_parts_only .m_product_img__image.is_faucet.is_short {
  -webkit-transform: translate3d(-59%, -47%, 0);
  transform: translate3d(-59%, -47%, 0);
}

.m_col__small .is_parts_only .m_product_img__image.is_faucet.is_wallmount {
  -webkit-transform: translate3d(-62%, -49%, 0);
  transform: translate3d(-62%, -49%, 0);
}

@media print, screen and (min-width: 961px) and (max-width: 1100px) {
  .m_col__small .is_parts_only .m_product_img__image.is_faucet.is_wallmount {
    max-width: 450px;
  }
}

@media print, screen and (max-width: 440px) {
  .m_col__small .is_parts_only .m_product_img__image.is_faucet.is_wallmount {
    max-width: 300px;
    -webkit-transform: translate3d(-62%, -49%, 0);
    transform: translate3d(-62%, -49%, 0);
  }
}

.m_col__small .is_parts_only .m_product_img__image.is_faucet.is_handle {
  -webkit-transform: translate3d(-61%, -47%, 0);
  transform: translate3d(-61%, -47%, 0);
}

@media print, screen and (max-width: 768px) {
  .m_col__small .is_parts_only .m_product_img__image.is_faucet.is_handle {
    width: 400px;
    -webkit-transform: translate3d(-61%, -47%, 0);
    transform: translate3d(-61%, -47%, 0);
  }
}

.m_saved__list .is_parts_only .m_product_img__image.is_faucet {
  max-width: 600px;
}

.m_product_img__image.is_soapdispenser {
  z-index: 4;
}

.m_product_img__image.is_soapdispenser.is_soapdispenser_upper {
  z-index: 6;
}

.is_faucet_outset .m_product_img__image.is_soapdispenser {
  z-index: 3;
}

.is_faucet_outset .m_product_img__image.is_soapdispenser.is_soapdispenser_upper {
  z-index: 6;
}

.is_parts_only .m_product_img__image.is_soapdispenser {
  max-width: 800px;
  -webkit-transform: translate3d(-56%, -45%, 0);
  transform: translate3d(-56%, -45%, 0);
}

@media print, screen and (max-width: 768px) {
  .is_parts_only .m_product_img__image.is_soapdispenser {
    max-width: 600px;
  }
}

.is_parts_only .m_product_img__image.is_soapdispenser.is_semi-tall {
  -webkit-transform: translate3d(-56%, -47%, 0);
  transform: translate3d(-56%, -47%, 0);
}

.is_parts_only .m_product_img__image.is_soapdispenser.is_normal {
  -webkit-transform: translate3d(-56%, -48%, 0);
  transform: translate3d(-56%, -48%, 0);
}

.m_product_img__image.is_lavatory {
  z-index: 3;
}

.is_faucet_outset .m_product_img__image.is_lavatory {
  z-index: 5;
}

.is_parts_only .m_product_img__image.is_lavatory {
  max-width: 140%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.m_product_img__image.is_counter {
  z-index: 2;
}

.is_parts_only .m_product_img__image.is_counter {
  max-width: 140%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.m_product_img__image.is_over-head-shower {
  z-index: 10;
}

.is_parts_only .m_product_img__image.is_over-head-shower {
  max-width: 900px;
  -webkit-transform: translate3d(-39%, -23%, 0);
  transform: translate3d(-39%, -23%, 0);
}

@media print, screen and (max-width: 768px) {
  .is_parts_only .m_product_img__image.is_over-head-shower {
    max-width: 900px;
    -webkit-transform: translate3d(-41%, -23%, 0);
    transform: translate3d(-41%, -23%, 0);
  }
}

@media print, screen and (max-width: 440px) {
  .is_parts_only .m_product_img__image.is_over-head-shower {
    max-width: 500px;
  }
}

.is_parts_only .m_product_img__image.is_over-head-shower.is_celling, .is_parts_only .m_product_img__image.is_over-head-shower.is_pos_celling {
  -webkit-transform: translate3d(-40%, -13%, 0);
  transform: translate3d(-40%, -13%, 0);
}

.m_navi .is_parts_only .m_product_img__image.is_over-head-shower.is_celling, .m_navi .is_parts_only .m_product_img__image.is_over-head-shower.is_pos_celling {
  -webkit-transform: translate3d(-40%, -13%, 0);
  transform: translate3d(-40%, -13%, 0);
}

.is_parts_only .m_product_img__image.is_over-head-shower.is_L {
  max-width: 1800px;
  width: 1800px;
  -webkit-transform: translate3d(-45%, -25%, 0);
  transform: translate3d(-45%, -25%, 0);
}

@media print, screen and (max-width: 440px) {
  .is_parts_only .m_product_img__image.is_over-head-shower.is_L {
    max-width: 1200px;
    width: 1200px;
  }
}

@media print, screen and (max-width: 768px) {
  .m_saved__list--img .is_parts_only .m_product_img__image.is_over-head-shower.is_L,
  .m_model-col2__img .is_parts_only .m_product_img__image.is_over-head-shower.is_L {
    max-width: 1200px;
    width: 1200px;
    -webkit-transform: translate3d(-45%, -25%, 0);
    transform: translate3d(-45%, -25%, 0);
  }
}

.m_navi .is_parts_only .m_product_img__image.is_over-head-shower.is_L {
  max-width: 800px;
  -webkit-transform: translate3d(-45%, -25%, 0);
  transform: translate3d(-45%, -25%, 0);
}

.m_saved__list--img .is_parts_only .m_product_img__image.is_over-head-shower,
.m_model-col2__img .is_parts_only .m_product_img__image.is_over-head-shower {
  max-width: 600px;
}

@media print, screen and (max-width: 768px) {
  .m_saved__list--img .is_parts_only .m_product_img__image.is_over-head-shower,
  .m_model-col2__img .is_parts_only .m_product_img__image.is_over-head-shower {
    max-width: 400px;
    -webkit-transform: translate3d(-39%, -23%, 0);
    transform: translate3d(-39%, -23%, 0);
  }
}

.m_navi .is_parts_only .m_product_img__image.is_over-head-shower {
  max-width: 400px;
  -webkit-transform: translate3d(-39%, -23%, 0);
  transform: translate3d(-39%, -23%, 0);
}

.m_product_img__image.is_hand-shower {
  z-index: 9;
}

.is_parts_only .m_product_img__image.is_hand-shower {
  -webkit-transform: translate3d(-50%, -48%, 0);
  transform: translate3d(-50%, -48%, 0);
}

.m_navi .is_parts_only .m_product_img__image.is_hand-shower {
  max-width: 800px;
}

.m_product_img__image.is_bath-spout {
  z-index: 8;
}

.is_parts_only .m_product_img__image.is_bath-spout {
  -webkit-transform: translate3d(-45%, -84%, 0);
  transform: translate3d(-45%, -84%, 0);
}

.m_navi .is_parts_only .m_product_img__image.is_bath-spout {
  max-width: 800px;
}

.m_product_img__image.is_controller, .m_product_img__image.is_valve, .m_product_img__image.is_valve1, .m_product_img__image.is_valve2 {
  z-index: 7;
}

.is_parts_only .m_product_img__image.is_controller, .is_parts_only .m_product_img__image.is_valve, .is_parts_only .m_product_img__image.is_valve1, .is_parts_only .m_product_img__image.is_valve2 {
  -webkit-transform: translate3d(-47%, -68%, 0);
  transform: translate3d(-47%, -68%, 0);
}

@media print, screen and (max-width: 768px) {
  .is_parts_only .m_product_img__image.is_controller, .is_parts_only .m_product_img__image.is_valve, .is_parts_only .m_product_img__image.is_valve1, .is_parts_only .m_product_img__image.is_valve2 {
    max-width: 1200px;
  }
}

.m_navi .is_parts_only .m_product_img__image.is_controller, .m_navi .is_parts_only .m_product_img__image.is_valve, .m_navi .is_parts_only .m_product_img__image.is_valve1, .m_navi .is_parts_only .m_product_img__image.is_valve2 {
  max-width: 800px;
}

.m_product_img__image.is_controller.is-shower-controller-pos1, .m_product_img__image.is_valve.is-shower-controller-pos1, .m_product_img__image.is_valve1.is-shower-controller-pos1, .m_product_img__image.is_valve2.is-shower-controller-pos1 {
  top: 42.5%;
}

.m_product_img__image.is_controller.is-shower-controller-pos3, .m_product_img__image.is_valve.is-shower-controller-pos3, .m_product_img__image.is_valve1.is-shower-controller-pos3, .m_product_img__image.is_valve2.is-shower-controller-pos3 {
  top: 57.5%;
}

.m_product_img__image.is_shower-hook {
  z-index: 6;
}

.is_parts_only .m_product_img__image.is_shower-hook {
  max-width: 2400px;
  width: 2400px;
  -webkit-transform: translate3d(-52%, -54.5%, 0);
  transform: translate3d(-52%, -54.5%, 0);
}

.m_navi .is_parts_only .m_product_img__image.is_shower-hook {
  max-width: 1600px;
}

.m_product_img__image.is_slide-bar {
  z-index: 5;
}

.is_parts_only .m_product_img__image.is_slide-bar {
  max-width: 800px;
  -webkit-transform: translate3d(-54%, -53%, 0);
  transform: translate3d(-54%, -53%, 0);
}

.is_parts_only .m_product_img__image.is_slide-bar.is_short {
  -webkit-transform: translate3d(-54%, -45%, 0);
  transform: translate3d(-54%, -45%, 0);
}

.is_parts_only .m_product_img__image.is_slide-bar.is_short.is_lower {
  -webkit-transform: translate3d(-54%, -53%, 0);
  transform: translate3d(-54%, -53%, 0);
}

@media print, screen and (max-width: 768px) {
  .is_parts_only .m_product_img__image.is_slide-bar {
    max-width: 600px;
  }
}

.m_navi .is_parts_only .m_product_img__image.is_slide-bar {
  max-width: 300px;
}

.m_product_img__image.is_shower-elbow {
  z-index: 4;
}

.is_parts_only .m_product_img__image.is_shower-elbow {
  width: 2400px;
  max-width: 2400px;
  -webkit-transform: translate3d(-61.5%, -55%, 0);
  transform: translate3d(-61.5%, -55%, 0);
}

.m_navi .is_parts_only .m_product_img__image.is_shower-elbow {
  width: 1800px;
}

.m_product_img__image.is_shower-elbow-hook {
  z-index: 4;
}

.is_parts_only .m_product_img__image.is_shower-elbow-hook {
  width: 2400px;
  max-width: 2400px;
  -webkit-transform: translate3d(-52%, -54.5%, 0);
  transform: translate3d(-52%, -54.5%, 0);
}

.m_navi .is_parts_only .m_product_img__image.is_shower-elbow-hook {
  width: 1800px;
}

.m_product_img__image.is_shower-hose {
  z-index: 5;
}

.is_parts_only .m_product_img__image.is_shower-hose {
  max-width: 1000px;
  -webkit-transform: translate3d(-56%, -70%, 0);
  transform: translate3d(-56%, -70%, 0);
}

.m_navi .is_parts_only .m_product_img__image.is_shower-hose {
  max-width: 300px;
}

@media print, screen and (max-width: 768px) {
  .is_parts_only .m_product_img__image.is_shower-hose {
    max-width: 600px;
  }
}

.m_product_img__image.is_accessory1 {
  z-index: 4;
}

.m_product_img__image.is_accessory2 {
  z-index: 4;
}

.m_product_img__image.is_accessory3 {
  z-index: 4;
}

.m_product_img__image.is_embedded-valve {
  width: 60px;
}

@media print, screen and (max-width: 768px) {
  body[sp-show-tab="plan"] .l_header__navi {
    display: none;
  }
  body[sp-show-tab="choice"] .l_header {
    z-index: 50;
  }
  body[sp-show-tab="choice"] .l_header__navi {
    display: block;
  }
  body[sp-show-tab="choice"] .l_header__navi .m_navi.is_default {
    display: block;
  }
  body[sp-show-tab="choice"] .l_header__navi .m_navi.is_compare {
    display: none;
  }
  body[sp-show-tab="choice"] .l_header__navi .m_navi.is_saved {
    display: none;
  }
  body[sp-show-tab="favorite"] .l_header {
    z-index: 50;
  }
  body[sp-show-tab="favorite"] .l_header__navi {
    display: block;
  }
  body[sp-show-tab="favorite"] .l_header__navi .m_navi.is_default {
    display: none;
  }
  body[sp-show-tab="favorite"] .l_header__navi .m_navi.is_compare {
    display: none;
  }
  body[sp-show-tab="favorite"] .l_header__navi .m_navi.is_saved {
    display: block;
  }
  body[sp-show-tab="favorite"] .l_header__navi .uq_faucet-lavatory-saved,
  body[sp-show-tab="favorite"] .l_header__navi .uq_shower-saved {
    display: none;
  }
}

.m_recommend_nav {
  border-bottom: 1px solid #222;
}

.m_recommend_nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m_recommend_nav__item {
  width: 100%;
}

.m_recommend_nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  line-height: 1.0;
  padding: 1.0em;
  text-align: center;
  font-size: 14px;
  opacity: 0.4;
}

@media print, screen and (max-width: 640px) {
  .m_recommend_nav__link {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.m_recommend_nav__link.is_active {
  opacity: 1.0;
  pointer-events: none;
}

.m_recommend_nav__link.is_active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #222;
}

.m_recommend_nav__link:hover {
  opacity: 1.0;
}

.m_recommend_nav__link.is_nolink {
  pointer-events: none;
}

/* ------------------------------------------
   ラジオボタン
------------------------------------------ */
.m_radio {
  display: inline-block;
}

.m_radio__label {
  padding-left: 1.2rem;
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
}

@media print, screen and (max-width: 440px) {
  .m_radio__label {
    font-size: 14px;
    font-size: 3.73333vw;
    padding-left: 4.26667vw;
  }
}

.m_radio__label:before, .m_radio__label:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #B4B4B4;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

@media print, screen and (max-width: 440px) {
  .m_radio__label:before, .m_radio__label:after {
    width: 3.2vw;
    height: 3.2vw;
  }
}

input:checked + .m_radio__label:after {
  width: 11px;
  height: 11px;
  background-color: #3088CE;
  left: 2px;
}

@media print, screen and (max-width: 440px) {
  input:checked + .m_radio__label:after {
    width: 1.6vw;
    height: 1.6vw;
    left: 0.8vw;
  }
}

input[readonly] + .m_radio__label {
  opacity: 0.3;
  pointer-events: none;
}

.m_radio__image {
  display: inline-block;
  width: 2.0rem;
  height: 2.0rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 0.3rem;
}

.m_radio__image.is-sd-yes {
  background-image: url(../images/faucet-lavatory/icon-sd.png);
}

.m_radio__image.is-sd-no {
  background-image: url(../images/faucet-lavatory/icon-sd-none.png);
}

input[readonly] + .m_radio__label + .m_radio__image,
input[readonly] + .m_radio__image {
  opacity: 0.3;
  pointer-events: none;
}

.m_radio-select__list {
  margin-bottom: 10px;
}

.m_radio-select__list li {
  margin-right: 20px;
  margin-bottom: 0;
}

@media print, screen and (max-width: 768px) {
  .m_radio-select__list li {
    margin-right: 4vw;
  }
}

@media print, screen and (max-width: 768px) {
  .m_radio-select__list.is_sp_block li {
    display: block;
  }
}

/* ------------------------------------------
   システムメッセージ
------------------------------------------ */
.m_message {
  font-size: 14px;
}

@media print, screen and (max-width: 768px) {
  .m_message {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

/* ==========================================================================
   Button
========================================================================== */
.m_btn {
  /* 黒ボタン */
  /* Detailボタン */
}

.m_btn__black {
  max-width: 304px;
  margin-left: auto;
  margin-right: auto;
}

.m_btn__black.is_small {
  max-width: 140px;
}

.m_btn__black.is_hide {
  display: none;
}

.m_btn__black a, .m_btn__black button {
  display: block;
  width: 100%;
  padding: 10px;
  color: #fff;
  background: rgba(34, 34, 34, 0.95);
  text-align: center;
  font-size: 14px;
}

.m_btn__black a.is-done, .m_btn__black button.is-done {
  background: #6b6d70;
  pointer-events: none;
}

@media print, screen and (min-width: 769px) {
  .m_btn__black a, .m_btn__black button {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .m_btn__black a:hover, .m_btn__black button:hover {
    opacity: 0.8;
  }
}

.m_btn__detail {
  color: #787878;
  font-size: 14px;
}

@media print, screen and (min-width: 769px) {
  .m_btn__detail a, .m_btn__detail button {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .m_btn__detail a:hover, .m_btn__detail button:hover {
    opacity: 0.6;
  }
}

/* ==========================================================================
   Icon
========================================================================== */
.m_icon {
  /* 別ウィンドウ アイコン */
  /* SNS アイコン */
  /* バツ アイコン */
  /* コピー アイコン */
  /* チェンジ アイコン */
  /* ロード アイコン */
  /* 削除 アイコン */
  /* 星 アイコン */
  /* ダウンロード アイコン */
  /* シェア アイコン */
  /* シェア アイコン */
  /* リスト アイコン */
  /* 丸 数字 アイコン */
  /* 左矢印 アイコン */
  /* 右矢印 アイコン */
  /* プラス アイコン */
}

.m_icon__blank--gray::before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 10px;
  background: url("../images/common/icon/icon_blank_gray.svg") no-repeat top left;
  background-size: cover;
}

.m_icon__twitter::before, .m_icon__facebook::before {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 34px;
  height: 34px;
}

.m_icon__twitter::before {
  background: url("../images/common/icon/icon_twitter.svg") no-repeat top left;
  background-size: cover;
}

.m_icon__facebook::before {
  background: url("../images/common/icon/icon_facebook.svg") no-repeat top left;
  background-size: cover;
}

.m_icon__cross {
  display: block;
  width: 16px;
  height: 16px;
  position: relative;
}

.m_icon__cross::before, .m_icon__cross::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  position: absolute;
  top: calc(14% - 5px);
  left: 14%;
}

.m_icon__cross::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  left: auto;
  right: 14%;
}

.m_icon__copy--white::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 11px;
  background: url("../images/common/icon/icon_copy_white.svg") no-repeat top left;
  background-size: cover;
}

.m_icon__change::before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 10px;
  background: url("../images/common/icon/icon_change.svg") no-repeat top left;
  background-size: cover;
}

.m_icon__load::before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 10px;
  background: url("../images/common/icon/icon_load.svg") no-repeat top left;
  background-size: cover;
}

.m_icon__load--white::before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 14px;
  background: url("../images/common/icon/icon_load_white.svg") no-repeat top left;
  background-size: cover;
}

.m_icon__delete::before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 8px;
  background: url("../images/common/icon/icon_delete.svg") no-repeat top left;
  background-size: cover;
}

.m_icon__star--white::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../images/common/icon/icon_star_white.svg") no-repeat top left;
  background-size: cover;
}

.m_icon__download--white::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../images/common/icon/icon_download_white.svg") no-repeat top left;
  background-size: cover;
}

.m_icon__share--white::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../images/common/icon/icon_share_white.svg") no-repeat top left;
  background-size: cover;
}

.m_icon__compare--white::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../images/common/icon/icon_compare_white.svg") no-repeat top left;
  background-size: cover;
}

.m_icon__list::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url("../images/common/icon/icon_list.svg") no-repeat top left;
  background-size: cover;
}

.m_icon__TextRound--black {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  background: #222;
  font-size: 12px;
  font-style: normal;
  text-align: center;
}

.m_icon__arrow--left, .m_icon__arrow--left-white {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  position: relative;
}

.m_icon__arrow--left::before, .m_icon__arrow--left::after, .m_icon__arrow--left-white::before, .m_icon__arrow--left-white::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  pointer-events: none;
}

.m_icon__arrow--left::before, .m_icon__arrow--left-white::before {
  width: 3px;
  height: 3px;
  border-top: solid 1px #222;
  border-right: solid 1px #222;
  -webkit-transform: translate(0, -50%) rotate(-135deg);
  transform: translate(0, -50%) rotate(-135deg);
}

.m_icon__arrow--left::after, .m_icon__arrow--left-white::after {
  width: 10px;
  height: 1px;
  background: #222;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.m_icon__arrow--left__arrow--left-white::before, .m_icon__arrow--left-white__arrow--left-white::before {
  border-top-color: #fff;
  border-right-color: #fff;
}

.m_icon__arrow--left__arrow--left-white::after, .m_icon__arrow--left-white__arrow--left-white::after {
  background: #fff;
}

.m_icon__arrow--right, .m_icon__arrow--right-white {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  position: relative;
}

.m_icon__arrow--right::before, .m_icon__arrow--right::after, .m_icon__arrow--right-white::before, .m_icon__arrow--right-white::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  pointer-events: none;
}

.m_icon__arrow--right::before, .m_icon__arrow--right-white::before {
  width: 3px;
  height: 3px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

.m_icon__arrow--right::after, .m_icon__arrow--right-white::after {
  width: 10px;
  height: 1px;
  background: #222;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.m_icon__arrow--right-white::before {
  border-top-color: #fff;
  border-right-color: #fff;
}

.m_icon__arrow--right-white::after {
  background: #fff;
}

.m_icon__plus {
  display: inline-block;
  width: 13px;
  height: 13px;
  position: relative;
}

.m_icon__plus::before, .m_icon__plus::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: rgba(34, 34, 34, 0.2);
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.m_icon__plus::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.m_icon__plus::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* ==========================================================================
   モーダル
========================================================================== */
.m_modal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
}

.m_modal__bg {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

.m_modal__inner {
  width: 100%;
  max-width: 900px;
  padding-right: 20px;
  padding-left: 20px;
  z-index: 25;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: auto;
  margin-right: auto;
}

.m_modal__cont {
  background: #fff;
  padding: 40px;
  overflow-y: scroll;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
  /* bg-image */
}

.m_modal__cont::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

@media print, screen and (min-width: 769px) and (max-height: 620px) {
  .m_modal__cont {
    padding: 20px 40px;
  }
}

.m_modal__close {
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  margin-left: auto;
  position: relative;
  /* bg-image */
}

.m_modal__close::before, .m_modal__close::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  position: absolute;
  top: calc(14% - 5px);
  left: 14%;
}

.m_modal__close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  left: auto;
  right: 14%;
}

@media print, screen and (min-width: 769px) and (max-height: 620px) {
  .m_modal__close {
    margin-bottom: 0;
  }
}

.m_modal__logo {
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m_modal__logo--img {
  width: 100%;
  max-width: 102px;
}

.m_modal__logo--txt {
  margin-left: 15px;
  font-size: 12px;
  font-weight: normal;
}

.m_modal__box {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  /* bg-image */
}

@media print, screen and (min-width: 769px) and (max-height: 620px) {
  .m_modal__box {
    margin-top: 10px;
  }
}

.m_modal__imgArea {
  width: 35%;
}

.m_modal__imgArea--note {
  margin-top: 5px;
  color: #787878;
  text-align: left;
  font-size: 10px;
}

.m_modal__imgArea--txt {
  margin-top: 5px;
  color: #787878;
  text-align: right;
  font-size: 10px;
}

.m_modal__txtArea {
  width: 60%;
  margin-left: 5%;
}

.m_modal__txtArea--head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.m_modal__note {
  font-size: 10px;
  color: #787878;
  text-align: right;
}

.m_modal__imgArea .m_modal__note {
  text-align: left;
}

@media print, screen and (min-width: 961px) and (max-width: 1260px) {
  .m_modal__logo--txt {
    margin-top: 5px;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 960px) {
  .m_modal__logo--txt {
    margin-top: 5px;
  }
}

@media print, screen and (min-width: 769px) {
  .m_modal__close {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .m_modal__close:hover {
    opacity: 0.6;
  }
  .m_modal__logo--inner {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .m_modal__logo--inner:hover {
    opacity: 0.6;
  }
}

@media print, screen and (max-width: 768px) {
  .m_modal__cont {
    padding: 20px;
  }
  .m_modal__box {
    display: block;
  }
  .m_modal__imgArea {
    width: 100%;
  }
  .m_modal__txtArea {
    width: 100%;
    margin-left: 0;
  }
}

@media print, screen and (max-width: 440px) {
  .m_modal__logo {
    display: block;
  }
  .m_modal__logo--txt {
    margin-top: 10px;
    margin-left: 0;
  }
}

.m_modal__copy_url {
  opacity: 0;
}

/* ==========================================================================
   Layout
========================================================================== */
/* ==========================================================================
   Header
========================================================================== */
.l_header {
  position: relative;
}

.l_header__inner {
  min-width: 320px;
  position: absolute;
  top: 26px;
  left: 32px;
  z-index: 30;
}

.is_underlayer .l_header__inner {
  min-width: auto;
  width: 370px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  border-right: 1px solid #dcdcdc;
}

@media print, screen and (min-width: 961px) and (max-width: 1260px) {
  .is_underlayer .l_header__inner {
    width: 300px;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 960px) {
  .is_underlayer .l_header__inner {
    width: 260px;
  }
}

@media print, screen and (max-width: 768px) {
  .is_underlayer .l_header__inner {
    width: 100%;
    height: auto;
    position: absolute;
    background: none;
    border-right: none;
  }
}

.uq_faucet-lavatory-saved .l_header__inner, .uq_shower-saved .l_header__inner {
  border-right: none;
}

@media print, screen and (min-width: 769px) {
  .l_header__inner.is_show {
    z-index: 50;
  }
}

@media print, screen and (max-width: 768px) {
  .l_header__inner {
    min-width: 100%;
    top: 0;
    left: 0;
  }
}

.l_header__navi {
  width: 370px;
  height: 100%;
  padding-top: 22px;
  padding-right: 32px;
  padding-left: 32px;
  padding-bottom: 32px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  overflow-y: scroll;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}

.l_header__navi::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.uq_faucet-lavatory-saved .l_header__navi, .uq_shower-saved .l_header__navi {
  width: 380px;
}

@media print, screen and (min-width: 769px) {
  .is_underlayer .l_header__navi {
    padding-bottom: 83px;
  }
}

@media print, screen and (min-width: 769px) {
  .is_hover .l_header__navi {
    overflow: initial;
  }
}

@media print, screen and (min-width: 961px) and (max-width: 1260px) {
  .l_header__navi {
    width: 300px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .uq_faucet-lavatory-saved .l_header__navi, .uq_shower-saved .l_header__navi {
    width: 310px;
  }
  .uq_faucet-lavatory-compare .l_header__navi, .uq_shower-compare .l_header__navi {
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 960px) {
  .l_header__navi {
    width: 260px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .uq_faucet-lavatory-saved .l_header__navi, .uq_shower-saved .l_header__navi {
    width: 270px;
  }
  .uq_faucet-lavatory-compare .l_header__navi, .uq_shower-compare .l_header__navi {
    padding-right: 22px;
    padding-left: 22px;
  }
}

@media print, screen and (max-width: 768px) {
  .l_header__navi {
    display: none;
    width: 100%;
    background: #fff;
    margin-top: 44px;
    padding: 24px 16px 80px;
    top: 0 !important;
  }
  .uq_faucet-lavatory-saved .l_header__navi, .uq_shower-saved .l_header__navi {
    width: 100%;
  }
  .uq_faucet-lavatory-compare .l_header__navi, .uq_shower-compare .l_header__navi {
    padding-right: 32px;
    padding-left: 32px;
  }
}

.l_header__logo {
  color: #fff;
}

.is_underlayer .l_header__logo {
  color: #222;
}

.l_header__logo--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.is-touchless .l_header__logo--inner {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.l_header__logo--img {
  width: 100%;
  max-width: 102px;
  margin-right: 15px;
  line-height: 0;
}

.l_header__logo--img img {
  display: none;
}

.l_header__logo--img img.is_underlayer {
  display: inline-block;
}

.uq_faucet-lavatory-top .l_header__logo--img img.is_top,
.uq_shower-top .l_header__logo--img img.is_top {
  display: inline-block;
}

.uq_faucet-lavatory-top .l_header__logo--img img.is_underlayer,
.uq_shower-top .l_header__logo--img img.is_underlayer {
  display: none;
}

.l_header__logo--txt {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
  color: #222;
}

.uq_faucet-lavatory-top .l_header__logo--txt,
.uq_shower-top .l_header__logo--txt {
  color: #fff;
}

.is-touchless .l_header__logo--txt {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

@media print, screen and (min-width: 961px) and (max-width: 1260px) {
  .is_underlayer .l_header__logo--img {
    margin-bottom: 5px;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 960px) {
  .is_underlayer .l_header__logo--img {
    margin-bottom: 5px;
  }
}

@media print, screen and (min-width: 769px) {
  .uq_faucet-lavatory-top .l_header__logo, .uq_shower-top .l_header__logo {
    width: 100%;
    position: fixed;
    top: 22px;
    left: 32px;
    pointer-events: none;
  }
  .is_underlayer .l_header__logo--inner {
    cursor: pointer;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .is_underlayer .l_header__logo--inner:hover {
    opacity: 0.6;
  }
}

@media print, screen and (max-width: 768px) {
  .l_header__logo {
    display: none;
  }
}

.l_header__tab {
  text-align: center;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l_header__tab--btn {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  cursor: pointer;
}

.l_header__tab li {
  width: 33.3%;
  position: relative;
  border-right: 1px solid rgba(119, 124, 127, 0.5);
  background: #414344;
}

.l_header__tab li.is_active {
  background: #fff;
  border-bottom: none;
}

.l_header__tab li.is_active .l_header__tab--btn {
  color: #222;
}

.l_header__tab li:first-child.is_active {
  background: none;
}

.is_underlayer .l_header__tab li:first-child.is_active {
  background: #fff;
}

.uq_faucet-lavatory-result .l_header__tab li:first-child.is_active, .uq_faucet-lavatory-saved .l_header__tab li:first-child.is_active, .uq_shower-result .l_header__tab li:first-child.is_active, .uq_shower-saved .l_header__tab li:first-child.is_active {
  background: #EDEDED;
}

.uq_faucet-lavatory-compare .l_header__tab li:first-child.is_active, .uq_shower-compare .l_header__tab li:first-child.is_active {
  background: rgba(220, 220, 220, 0.1);
}

.uq_shower-top .l_header__tab li:first-child.is_active .l_header__tab--btn {
  color: #fff;
}

.l_header__tab li::before {
  content: '';
  height: 0;
  display: block;
  position: absolute;
  border-top: solid 10px #777C7F;
  border-left: solid 10px transparent;
  top: 0;
  right: 0;
  z-index: 2;
  opacity: 0.5;
}

@media print, screen and (min-width: 769px) {
  .l_header__tab {
    display: none;
  }
}

@media print, screen and (max-width: 768px) {
  .l_header__tab {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}

/* ==========================================================================
   Footer
========================================================================== */
.l_footer {
  position: relative;
}

@media print, screen and (max-width: 768px) {
  .is_underlayer .l_footer__inner {
    background: #222;
  }
}

@media print, screen and (min-width: 769px) {
  .l_footer__pageTop {
    display: none;
  }
}

@media print, screen and (max-width: 768px) {
  .l_footer__pageTop {
    padding-top: 50px;
    padding-bottom: 16px;
    font-size: 10px;
    text-align: center;
    background: rgba(220, 220, 220, 0.3);
  }
  .uq_faucet-lavatory-top .l_footer__pageTop {
    display: none;
  }
  .uq_faucet-colour-select .l_footer__pageTop, .uq_faucet-lavatory-result .l_footer__pageTop, .uq_shower-result .l_footer__pageTop {
    background: #fff;
  }
  .l_footer__pageTop a {
    display: block;
    max-width: 100px;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
  }
  .l_footer__pageTop a::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    pointer-events: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (max-width: 440px) {
  .l_footer__pageTop {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}

.uq_shower-top .l_footer__pageTop {
  display: none;
}

.l_footer__logo {
  min-width: 320px;
  color: #fff;
  position: absolute;
  bottom: 26px;
  left: 32px;
  z-index: 1;
}

.l_footer__logo--img {
  width: 100%;
  max-width: 102px;
}

.l_footer__logo--img img {
  vertical-align: middle;
}

.l_footer__logo--txt {
  margin-left: 15px;
  font-size: 12px;
  font-weight: normal;
}

.uq_shower-top .l_footer__logo--txt {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .l_footer__logo {
    display: none;
  }
}

@media print, screen and (max-width: 768px) {
  .l_footer__logo {
    min-width: 320px;
    color: #fff;
    position: absolute;
    bottom: 26px;
    z-index: 1;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .uq_shower-top .l_footer__logo {
    min-width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    bottom: 0;
    background: #222;
  }
  .l_footer__logo--img {
    max-width: 75px;
  }
  .l_footer__logo--txt {
    margin-left: 15px;
    font-size: 12px;
    font-weight: normal;
  }
  .is_underlayer .l_footer__logo {
    display: block;
    min-width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    position: static;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
    text-align: center;
  }
  .is_underlayer .l_footer__logo--img {
    margin-left: auto;
    margin-right: auto;
  }
  .is_underlayer .l_footer__logo--txt {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
}

@media print, screen and (max-width: 440px) {
  .l_footer__logo {
    min-width: 85.33333vw;
    bottom: 6.93333vw;
  }
  .l_footer__logo--img {
    max-width: 20vw;
  }
  .l_footer__logo--txt {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.l_footer__btn {
  width: 50%;
  position: absolute;
  left: 32px;
  bottom: 32px;
}

@media print, screen and (max-width: 768px) {
  .l_footer__btn {
    display: none;
  }
}

/* ==========================================================================
   Wrapper
========================================================================== */
.l_wrapper::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(220, 220, 220, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.uq_faucet-lavatory-top .l_wrapper::before, .uq_shower-top .l_wrapper::before, .uq_faucet-lavatory-saved .l_wrapper::before, .uq_shower-saved .l_wrapper::before {
  display: none;
}

/* ==========================================================================
   Main
========================================================================== */
.l_main {
  display: block;
  width: 100%;
}

@media print, screen and (max-width: 768px) {
  .l_main {
    padding-top: 44px;
  }
  .uq_faucet-lavatory-top .l_main, .uq_shower-top .l_main {
    padding-top: 0;
  }
}

/*# sourceMappingURL=base.css.map */
