@charset "UTF-8";
/* 汎用クラス */
/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*----------------------------------------------------
	#animation
----------------------------------------------------*/
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeinup {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 10px);
            transform: translate(0px, 10px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(0px, 10px);
            transform: translate(0px, 10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 10px);
            transform: translate(0px, 10px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(0px, 10px);
            transform: translate(0px, 10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

a img {
  border: none;
}

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

html,
body {
  height: 100%;
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 1025px) {
  html,
  body {
    min-width: 1200px;
  }
}

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  background-color: #e7eff3;
  color: #252121;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  font-size: 1rem;
  letter-spacing: .05em;
}
@media only screen and (max-width: 768px) {
  body {
    letter-spacing: .5px;
  }
}

body, * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

p {
  font-size: 15px;
  letter-spacing: .05em;
  line-height: 1.8;
}
p b {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  p {
    line-height: 1.7;
    font-size: 14px;
  }
}

a {
  color: #252121;
  outline: none;
  cursor: pointer;
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  a:hover {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  a:hover img {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}

input[type="text"], input[type="search"], input[type="password"], input[type="email"], textarea {
  -webkit-appearance: none;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  outline: none;
  font-size: 18px;
  width: 100%;
  border-radius: 0;
  border: 0;
  background: #fff;
  padding: 0 20px;
  border: 1px solid #ddd;
}
input[type="text"]:placeholder-shown, input[type="search"]:placeholder-shown, input[type="password"]:placeholder-shown, input[type="email"]:placeholder-shown, textarea:placeholder-shown {
  color: #c8c8c8;
}
input[type="text"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #c8c8c8;
}
input[type="text"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="email"]:-moz-placeholder, textarea:-moz-placeholder {
  color: #c8c8c8;
  opacity: 1;
}
input[type="text"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="email"]::-moz-placeholder, textarea::-moz-placeholder {
  color: #c8c8c8;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #c8c8c8;
}
input[type="text"]:focus, input[type="search"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
input[type="text"].error-input, input[type="search"].error-input, input[type="password"].error-input, input[type="email"].error-input, textarea.error-input {
  border-color: #e73250;
  background-color: rgba(231, 50, 80, 0.1);
}
@media only screen and (max-width: 768px) {
  input[type="text"], input[type="search"], input[type="password"], input[type="email"], textarea {
    font-size: 16px;
    padding: 0 10px;
  }
}

input[type="text"], input[type="email"], input[type="password"], select {
  height: 60px;
}
@media only screen and (max-width: 768px) {
  input[type="text"], input[type="email"], input[type="password"], select {
    height: 50px;
  }
}

input[type="text"].zip {
  display: inline-block;
  width: 200px;
}
@media only screen and (max-width: 768px) {
  input[type="text"].zip {
    width: 40%;
  }
}

select[name="prefecture"],
select[name="campaign_option_select[]"] {
  width: 100%;
  max-width: 200px;
  padding-left: 10px;
  border: 1px solid #ddd;
  font-size: 16px;
}
select[name="prefecture"].error-select,
select[name="campaign_option_select[]"].error-select {
  border-color: #e73250;
  background-color: rgba(231, 50, 80, 0.1);
}
@media only screen and (max-width: 768px) {
  select[name="prefecture"],
  select[name="campaign_option_select[]"] {
    max-width: none;
  }
}

textarea {
  padding: 10px 20px;
}

button,
input[type="submit"],
input[type="button"] {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  outline: none;
}

.wrap-checkbox.error-input {
  border: 1px solid #e73250;
  background-color: rgba(231, 50, 80, 0.1);
  padding: 10px;
}
.wrap-checkbox input[type="checkbox"] {
  display: none;
}
.wrap-checkbox .checkbox-txt {
  padding-left: 30px;
  position: relative;
}
.wrap-checkbox .checkbox-txt:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.wrap-checkbox input[type="checkbox"]:checked + .checkbox-txt {
  color: #000;
}
.wrap-checkbox input[type="checkbox"]:checked + .checkbox-txt:after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 5px;
  width: 7px;
  height: 14px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 3px solid #21adde;
  border-right: 3px solid #21adde;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}
figure img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  img {
    max-width: 100%;
  }
  figure img {
    width: 100%;
  }
}

.animation {
  opacity: 0;
}

.animated {
  opacity: 0;
}
.animated.fadein {
  -webkit-animation: fadein 1s ease-in 0s 1 forwards;
  animation: fadein 1s ease-in 0s 1 forwards;
}
.animated.fadeinup {
  -webkit-animation: fadeinup 1s ease-in 0s 1 forwards;
  animation: fadeinup 1s ease-in 0s 1 forwards;
}

.date {
  font-weight: 300 !important;
}

/*----------------------------------------------------
	common
----------------------------------------------------*/
.main_contents {
  font-size: 14px;
  width: 100%;
}

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

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

.inner {
  margin: 0 auto;
  max-width: 1280px;
  width: 86%;
}

.box_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .box_flex {
    display: block;
  }
}

figure img {
  width: 100%;
}

.btn {
  display: inline-block;
}
.btn.btn_cmn {
  color: #1c9dc9;
  display: block;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  width: 276px;
  text-align: center;
  background: linear-gradient(117deg, rgba(255, 255, 255, 0.57) 0%, rgba(255, 255, 255, 0.09) 100%);
  -webkit-box-shadow: -5px -5px 15px 0px rgba(255, 255, 255, 0.56), -3px -3px 20px 0px rgba(255, 255, 255, 0.76), 5px 5px 12px 0 rgba(90, 125, 136, 0.16), 3px 3px 24px 0 rgba(90, 125, 136, 0.32);
          box-shadow: -5px -5px 15px 0px rgba(255, 255, 255, 0.56), -3px -3px 20px 0px rgba(255, 255, 255, 0.76), 5px 5px 12px 0 rgba(90, 125, 136, 0.16), 3px 3px 24px 0 rgba(90, 125, 136, 0.32);
  border-radius: 64px;
  height: 64px;
  padding: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.btn_cmn:hover {
  -webkit-box-shadow: -3px -3px 6px 0px rgba(255, 255, 255, 0.56), -1px -1px 3px 0px rgba(255, 255, 255, 0.76), 3px 3px 6px 0 rgba(90, 125, 136, 0.16), 1px 1px 4px 0 rgba(90, 125, 136, 0.32);
          box-shadow: -3px -3px 6px 0px rgba(255, 255, 255, 0.56), -1px -1px 3px 0px rgba(255, 255, 255, 0.76), 3px 3px 6px 0 rgba(90, 125, 136, 0.16), 1px 1px 4px 0 rgba(90, 125, 136, 0.32);
}
.btn.btn_cmn:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(34, 111, 138, 0.16) inset, 2px 2px 3px 0 rgba(255, 255, 255, 0.26) inset;
          box-shadow: 2px 2px 4px 0px rgba(34, 111, 138, 0.16) inset, 2px 2px 3px 0 rgba(255, 255, 255, 0.26) inset;
  background: url(../images/icon_arrow_w@2x.png), linear-gradient(135deg, #38b5e1 0%, #21adde 90%, #21adde 100%);
  background-repeat: no-repeat, no-repeat;
  background-size: 16px auto, 100%;
  background-position: center, center;
  position: absolute;
  right: 14px;
  top: calc(50% - 20px);
}
.btn.btn_cmn span {
  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: 100%;
  height: 62px;
  padding: 12px 56px 12px 32px;
  background: linear-gradient(135deg, #eaf1f3 0%, #e4edf0 90%, #e4edf0 100%);
  border-radius: 62px;
  letter-spacing: .1em;
}

.heading-decorate {
  position: absolute;
  font-size: 16px;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .heading-decorate {
    -webkit-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5);
  }
}
.heading-decorate span {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  position: relative;
  display: inline-block;
  -webkit-transform: rotate(90deg) translate(50%, 0);
          transform: rotate(90deg) translate(50%, 0);
}
.heading-decorate span:after {
  content: "";
  display: block;
  background-color: #04a5dd;
  height: 1px;
  width: 67px;
  top: 50%;
  position: absolute;
  right: 0;
  -webkit-transform: translate(78px, 0);
          transform: translate(78px, 0);
}
.heading-decorate.right {
  right: 16px;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
}
@media only screen and (max-width: 768px) {
  .heading-decorate.right {
    right: -8px;
    -webkit-transform: translate(52%, -50px) scale(0.5, 0.5);
            transform: translate(52%, -50px) scale(0.5, 0.5);
  }
}
.heading-decorate.left {
  left: 16px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media only screen and (max-width: 768px) {
  .heading-decorate.left {
    left: -8px;
    -webkit-transform: translate(-52%, -50px) scale(0.5, 0.5);
            transform: translate(-52%, -50px) scale(0.5, 0.5);
  }
}

/*----------------------------------------------------
	start
----------------------------------------------------*/
#start {
  background: url(../images/index/light_concept.png), linear-gradient(106deg, #dbe9ec 0%, #e2ecee 100%);
  background-position: left top, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 70% auto, 100% 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99998;
  pointer-events: none;
}
#start h1 {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
  z-index: 99999;
  width: 480px;
}
#start h1 img {
  width: 100%;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
@media only screen and (max-width: 768px) {
  #start {
    background-position: left center, 0 0;
    background-size: 150% auto, 100% 100%;
  }
  #start h1 {
    width: 70%;
    max-width: 400px;
  }
}

/*----------------------------------------------------
	#header
----------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
#header .wrap_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
  padding: 0 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
@media only screen and (max-width: 1200px) {
  #header .wrap_header {
    padding: 0 3vw;
  }
}
@media only screen and (max-width: 768px) {
  #header .wrap_header {
    height: 64px;
    padding: 0;
  }
}
.scrolled #header {
  background-color: #fff;
}
.scrolled #header .wrap_header {
  height: 72px;
}
@media only screen and (max-width: 768px) {
  .scrolled #header .wrap_header {
    height: 64px;
  }
}
#header .logo {
  margin-right: auto;
}
#header .logo a:hover {
  opacity: .5;
}
#header .logo img {
  height: auto;
  max-width: 200px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
@media only screen and (max-width: 768px) {
  #header .logo {
    padding-left: 20px;
  }
  #header .logo img {
    width: 120px;
  }
}
#header #gnav .wrap_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #header #gnav {
    display: none;
  }
}
#header .gnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .gnavi > li {
  text-align: center;
  line-height: 1;
}
#header .gnavi > li + li {
  padding-left: 20px;
}
#header .gnavi > li > a {
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  letter-spacing: .1em;
  font-size: 12px;
}
#header .gnavi > li > a:hover {
  opacity: .6;
}
#header .gnavi > li .for-corp {
  display: block;
  border: 1px solid rgba(37, 33, 33, 0.5);
  border-radius: 32px;
  padding: 10px 16px;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  white-space: nowrap;
}
#header .gnavi > li .for-corp:hover {
  background-color: rgba(37, 33, 33, 0.75);
  color: #fff;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  #header .gnavi {
    display: block;
    padding: 17px;
  }
  #header .gnavi li {
    width: 100%;
    margin: 8px 0;
    text-align: left;
    border-bottom: 1px solid #21adde;
    padding: 0;
  }
  #header .gnavi li a {
    background: url(../images/arrow.png) no-repeat right center;
    background-size: 24px auto;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #21adde;
    padding: 20px 30px 20px 0;
  }
}
#header .product-navi {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  top: 110px;
}
#header .product-navi-overlay {
  display: block;
  background-color: #27565f;
  opacity: .4;
  position: fixed;
  top: 110px;
  left: 0;
  right: 0;
  bottom: 0;
}
.scrolled #header .product-navi-overlay {
  top: 72px;
}
@media screen and (-ms-high-contrast: none) {
  #header .product-navi-overlay {
    display: none;
  }
}
.scrolled #header .product-navi {
  top: 72px;
}
#header .product-navi-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
}
#header .product-navi-wrap > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#header .product-navi-wrap > div a {
  max-height: 258px;
  height: 200px;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px 4vw;
}
#header .product-navi-wrap > div a:hover {
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}
#header .product-navi-card a {
  background: url(../images/menu_bg_card.png), linear-gradient(135deg, #68b8c9 0%, #2698af 100%);
  background-position: left center, center;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, 100%;
}
#header .product-navi-band a {
  background: url(../images/menu_bg_band.png), linear-gradient(135deg, #68b8c9 0%, #2698af 100%);
  background-position: left center, center;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 85%, 100%;
}
#header .product-navi-mist a {
  background: url(../images/menu_bg_mist.png), linear-gradient(135deg, #68b8c9 0%, #2698af 100%);
  background-position: left center, center;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, 100%;
}
#header .head_cart {
  margin: 0 24px 0 15px;
}
#header .head_cart .btn_cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  font-size: 12px;
  border: 1px solid rgba(37, 33, 33, 0.5);
  border-radius: 30px;
  padding: 0 20px 0 10px;
  height: 34px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Montserrat", sans-serif;
  white-space: nowrap;
}
#header .head_cart .btn_cart svg {
  width: 20px;
  height: 18px;
  margin-right: 5px;
}
#header .head_cart .btn_cart svg .cls-1 {
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
#header .head_cart .btn_cart:hover {
  background-color: rgba(37, 33, 33, 0.75);
  color: #fff;
  opacity: 1;
}
#header .head_cart .btn_cart:hover .cls-1 {
  fill: #fff;
}
@media only screen and (max-width: 768px) {
  #header .head_cart {
    margin-right: 60px;
  }
  #header .head_cart .btn_cart {
    font-size: 10px;
    padding: 0 15px 0 9px;
    height: 30px;
  }
  #header .head_cart .btn_cart svg {
    width: 16px;
    height: 15px;
  }
}
#header #menuBlk {
  opacity: 1;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9998;
  padding-bottom: 32px;
  background-color: #e7eff3;
  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;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 1;
}
#header #menuBlk .wrap_navigation {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#header #menuBlk.hide-nav {
  opacity: 0;
  visibility: hidden !important;
  overflow: hidden !important;
}
@media only screen and (max-width: 768px) {
  #header #menuBlk.head_animation {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: block;
  }
  #header #menuBlk .sitemap-menu {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
#header .searcn_navi {
  padding: 0 30px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #header .searcn_navi {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#header #menu-btn {
  z-index: 9999;
}
@media only screen and (max-width: 768px) {
  #header #menu-btn {
    display: block;
    height: 64px;
    text-align: center;
    width: 60px;
    position: absolute;
    right: 0;
    top: 0;
  }
}
#header #menu-btn .trigger {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 19px;
  margin-top: 4px;
}
@media only screen and (max-width: 768px) {
  #header #menu-btn .trigger {
    margin-top: 22px;
  }
}
#header #menu-btn .trigger span {
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  background: #333;
  display: block;
  position: absolute;
  left: 0;
  width: 17px;
  height: 1px;
}
#header #menu-btn .trigger span:nth-of-type(1) {
  top: 1px;
}
#header #menu-btn .trigger span:nth-of-type(2) {
  top: 9px;
}
#header #menu-btn .trigger span:nth-of-type(3) {
  bottom: 1px;
}
#header #menu-btn .trigger.active span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 9px;
}
#header #menu-btn .trigger.active span:nth-of-type(2) {
  left: 10px;
  opacity: 0;
}
#header #menu-btn .trigger.active span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 9px;
}

/*----------------------------------------------------
	#footer
----------------------------------------------------*/
#footer {
  background: #e7eff3;
  padding: 140px 0;
}
@media only screen and (max-width: 768px) {
  #footer {
    padding: 50px 0;
  }
}

/*----------------------------------------------------
	メニュー開兼フッターメニュー
----------------------------------------------------*/
.sitemap-menu {
  max-width: 1180px;
  width: 88%;
  margin: 0 auto;
  color: #fff;
}
.sitemap-menu .logo_btm {
  margin-bottom: 30px;
}
.sitemap-menu .logo_btm img {
  width: 222px;
}
.sitemap-menu .gnavi2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sitemap-menu .gnavi2 > li {
  position: relative;
}
.sitemap-menu .gnavi2 > li > a {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: .1em;
}
.sitemap-menu .gnavi2 > li > a:not(.no-link):hover {
  opacity: .6;
}
.sitemap-menu .gnavi2 > li > a.no-link {
  cursor: default;
  pointer-events: none;
}
.sitemap-menu .gnavi2 > li .map-product-menu {
  position: absolute;
  top: 36px;
}
.sitemap-menu .gnavi2 > li .map-product-menu-item {
  margin-bottom: 5px;
}
.sitemap-menu .gnavi2 > li .map-product-menu a {
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
}
.sitemap-menu .gnavi2 > li .map-product-menu a:hover {
  opacity: .6;
}
.sitemap-menu .gnavi2 > li .cart_btn {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  padding-right: 4px;
  text-align: center;
  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;
  background-color: #fff;
}
.sitemap-menu .gnavi2 > li .cart_btn svg {
  width: 36px;
}
.sitemap-menu .gnavi2 > li .cart_btn .st0 {
  stroke: #444444;
  stroke-width: 5.6693;
  stroke-miterlimit: 10;
}
@media only screen and (max-width: 768px) {
  .sitemap-menu .gnavi2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 32px;
  }
  .sitemap-menu .gnavi2 > li {
    width: 50%;
    margin-bottom: 20px;
  }
  .sitemap-menu .gnavi2 > li:last-of-type {
    margin-left: auto;
  }
  .sitemap-menu .gnavi2 > li > a {
    font-size: 15px;
  }
  .sitemap-menu .gnavi2 > li .map-product-menu {
    position: relative;
    top: 0;
    left: 0;
  }
  .sitemap-menu .gnavi2 > li .map-product-menu-item {
    margin-bottom: 0;
    margin-top: 5px;
  }
  .sitemap-menu .gnavi2 > li .map-product-menu-item:before {
    color: #252121;
    content: "-";
  }
  .sitemap-menu .gnavi2 > li .map-product-menu-item a {
    font-size: 12px;
  }
  .sitemap-menu .gnavi2 > li .cart_btn {
    margin-left: auto;
  }
}
.sitemap-menu .banner_btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 40px;
}
.sitemap-menu .banner_btm .banner {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  max-width: 291px;
  -webkit-box-shadow: -3px -3px 16px rgba(255, 255, 255, 0.22), 3px 3px 16px rgba(41, 118, 134, 0.14);
          box-shadow: -3px -3px 16px rgba(255, 255, 255, 0.22), 3px 3px 16px rgba(41, 118, 134, 0.14);
}
.sitemap-menu .banner_btm .banner img {
  border-radius: 8px;
}
.sitemap-menu .banner_btm .banner + .banner {
  margin-top: 16px;
}
.sitemap-menu .banner_btm .banner.bnr_anti-socilal {
  max-width: 321px;
}
.sitemap-menu .banner_btm .banner:hover {
  -webkit-box-shadow: -1px -1px 3px rgba(255, 255, 255, 0.22), 1px 1px 3px rgba(41, 118, 134, 0.14);
          box-shadow: -1px -1px 3px rgba(255, 255, 255, 0.22), 1px 1px 3px rgba(41, 118, 134, 0.14);
}
@media only screen and (max-width: 768px) {
  .sitemap-menu .banner_btm {
    display: block;
    padding-top: 0;
  }
  .sitemap-menu .banner_btm .l_banner_cnt {
    margin-bottom: 30px;
  }
  .sitemap-menu .banner_btm .r_banner_cnt {
    padding: 0 20px;
  }
  .sitemap-menu .banner_btm .banner {
    margin-left: auto;
    margin-right: auto;
  }
}
.sitemap-menu .navi_other {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.sitemap-menu .navi_other li a {
  font-size: 13px;
}
.sitemap-menu .navi_other li + li {
  margin-left: 30px;
}
.sitemap-menu .info_salute {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
.sitemap-menu .info_salute .logo_salute {
  margin-right: auto;
}
.sitemap-menu .info_salute .logo_salute img {
  max-width: 183px;
}
.sitemap-menu .info_salute .logo_salute:hover {
  opacity: .6;
}
.sitemap-menu .info_salute .sns_link a {
  margin: 0 6px;
}
.sitemap-menu .info_salute .sns_link a.facebook {
  margin-left: 10px;
}
.sitemap-menu .info_salute .sns_link a img {
  width: 27px;
}
.sitemap-menu .info_salute .sns_link a:hover {
  opacity: .6;
}
.sitemap-menu .footer_btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #5e6f73;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.sitemap-menu .footer_btm .info_corp {
  margin-right: auto;
  font-size: 12px;
  line-height: 1.6;
}
.sitemap-menu .footer_btm .info_corp a {
  color: #5e6f73;
}
.sitemap-menu .footer_btm .copyright {
  font-size: 10px;
}
@media only screen and (max-width: 768px) {
  .sitemap-menu {
    display: block;
  }
  .sitemap-menu .logo_btm {
    margin-bottom: 32px;
    text-align: center;
  }
  .sitemap-menu .logo_btm img {
    width: 45%;
  }
  .sitemap-menu .foot_link {
    display: block;
    margin-bottom: 20px;
  }
  .sitemap-menu .foot_link li {
    font-size: 15px;
    border: 0 !important;
  }
  .sitemap-menu .sns_link h5 {
    font-size: 15px;
    margin-bottom: 4px;
  }
  .sitemap-menu .navi_other {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sitemap-menu .info_salute {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .sitemap-menu .info_salute .logo_salute {
    margin-bottom: 20px;
    display: inline-block;
  }
  .sitemap-menu .footer_btm {
    display: block;
    text-align: center;
  }
  .sitemap-menu .footer_btm .info_corp {
    margin-bottom: 30px;
  }
}

/*----------------------------------------------------
	よくある質問、お客様の声リンク
----------------------------------------------------*/
.link_etc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.link_etc a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 22.2222222222vw;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.link_etc a:hover {
  opacity: .7;
}
.link_etc a p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: .1em;
}
.link_etc a p .eng {
  display: block;
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: .1em;
}
.link_etc a.link_faq {
  background: url(../images/bg_faq.jpg) no-repeat;
  background-size: cover;
  border-right: 1px solid #bcd7dc;
}
.link_etc a.link_faq_w {
  background: url(../images/bg_faq_w.jpg) no-repeat;
  background-size: cover;
}
.link_etc a.link_voice {
  background: url(../images/bg_voice.jpg) no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .link_etc a p {
    font-size: 11px;
  }
  .link_etc a p .eng {
    font-size: 16px;
  }
  .link_etc a.link_faq_w {
    height: 30vw;
  }
  .link_etc a.link_faq_w p {
    font-size: 12px;
  }
  .link_etc a.link_faq_w p .eng {
    font-size: 20px;
  }
}

/*----------------------------------------------------
	product-menu-btm
----------------------------------------------------*/
.product-menu-btm {
  background: linear-gradient(135deg, #f6f9fa 0, #f6f9fa 10%, #f7fbfc 100%);
  padding: 120px 0;
}
@media only screen and (max-width: 768px) {
  .product-menu-btm {
    padding: 60px 0;
  }
}
.product-menu-btm .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1280px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-menu-btm .inner h4 {
  font-size: 20px;
  width: 100%;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .product-menu-btm .inner h4 {
    margin-bottom: 30px;
  }
}
.product-menu-btm-img {
  height: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
}
.product-menu-btm-img img {
  vertical-align: bottom;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
  -o-object-position: bottom center;
     object-position: bottom center;
}
@media only screen and (max-width: 768px) {
  .product-menu-btm-img {
    height: auto;
    display: block;
    width: 40%;
  }
}
.product-menu-btm-blk {
  text-align: center;
  width: 30%;
  margin-top: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-menu-btm-blk.card .product-menu-btm-img {
  margin-left: -20px;
  margin-right: -40px;
}
@media only screen and (max-width: 768px) {
  .product-menu-btm-blk.card .product-menu-btm-img {
    margin-left: -10px;
    margin-right: 0;
    width: calc(40% + 10px);
  }
}
@media only screen and (max-width: 768px) {
  .product-menu-btm-blk.band .product-menu-btm-img {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .product-menu-btm-blk.mist .product-menu-btm-img {
    padding-right: 20px;
  }
}
.product-menu-btm-blk h5 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}
.product-menu-btm-blk p {
  text-align: left;
  font-size: 14px;
  margin-bottom: 40px;
}
.product-menu-btm-blk .btn_cmn {
  margin: auto auto 0;
  color: #21adde;
  font-size: 14px;
  width: 100%;
  max-width: 276px;
  -webkit-box-shadow: 6px 6px 25px 0 rgba(145, 158, 165, 0.27), -6px -6px 26px 0 rgba(255, 255, 255, 0.4);
          box-shadow: 6px 6px 25px 0 rgba(145, 158, 165, 0.27), -6px -6px 26px 0 rgba(255, 255, 255, 0.4);
}
.product-menu-btm-blk .btn_cmn span {
  background: linear-gradient(135deg, #f7fbfc 0, #f6f9fa 90%, #f6f9fa 100%);
  letter-spacing: .1em;
}
.product-menu-btm-blk .btn_cmn:hover {
  -webkit-box-shadow: 3px 3px 6px 0 rgba(145, 158, 165, 0.27), -3px -3px 6px 0 rgba(255, 255, 255, 0.4);
          box-shadow: 3px 3px 6px 0 rgba(145, 158, 165, 0.27), -3px -3px 6px 0 rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 768px) {
  .product-menu-btm-blk {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product-menu-btm-blk + .product-menu-btm-blk {
    margin-top: 50px;
  }
  .product-menu-btm-blk h5 {
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
  }
  .product-menu-btm-blk p {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .product-menu-btm-blk .btn_cmn {
    width: 100%;
    height: 50px;
    -webkit-box-shadow: 3px 3px 16px 0 rgba(145, 158, 165, 0.27), -3px -3px 16px 0 rgba(255, 255, 255, 0.4);
            box-shadow: 3px 3px 16px 0 rgba(145, 158, 165, 0.27), -3px -3px 16px 0 rgba(255, 255, 255, 0.4);
  }
  .product-menu-btm-blk .btn_cmn:before {
    width: 36px;
    height: 36px;
    top: calc(50% - 18px);
    right: 10px;
  }
  .product-menu-btm-blk .btn_cmn span {
    height: 48px;
  }
}
.product-menu-btm-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/*----------------------------------------------------
	パンくず
----------------------------------------------------*/
.breadcrumb__list {
  margin: 0 auto;
  max-width: 1280px;
  width: 86%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumb__list .breadcrumb__item {
  font-size: 12px;
  position: relative;
  font-family: "Montserrat", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  letter-spacing: .1em;
}
.breadcrumb__list .breadcrumb__item:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid rgba(37, 33, 33, 0.5);
  border-top: 1px solid rgba(37, 33, 33, 0.5);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 15px;
  margin-left: 4px;
  vertical-align: 1px;
}
.breadcrumb__list .breadcrumb__item:last-of-type:after {
  content: none;
}
@media only screen and (max-width: 768px) {
  .breadcrumb__list {
    padding: 12px 0;
  }
  .breadcrumb__list .breadcrumb__item {
    font-size: 10px;
  }
  .breadcrumb__list .breadcrumb__item:after {
    width: 5px;
    height: 5px;
    margin-right: 12px;
  }
}

/*----------------------------------------------------
	#pageTop
----------------------------------------------------*/
#pageTop a {
  position: relative;
  display: block;
  height: 110px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: .1em;
  color: #21adde;
  text-align: center;
  background: #fff;
  line-height: 115px;
  padding-top: 10px;
}
#pageTop a:before {
  content: "";
  display: block;
  width: 1px;
  height: 42px;
  background-color: #e7eff3;
  position: absolute;
  top: 0;
  left: 50%;
}
