@charset "UTF-8";
/* CSS Document */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/*
 * HTML
 * -------------------------------------------------------------------
 */
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/NotoSansJP-Bold.otf") format("opentype");
  font-weight: bold;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/NotoSansJP-Medium.otf") format("opentype");
  font-weight: normal;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/NotoSansJP-Regular.otf") format("opentype");
  font-weight: 400;
}
/*SVGスプライト用*/
.all_svg {
  display: none;
}

html {
  font-size: 62.5%;
  background-color: #F2F2F2;
}

body {
  color: #000;
  font-family: "NotoSansJP", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  -webkit-appearance: none;
}

a {
  text-decoration: none;
}

use {
  width: 1em;
  height: 1em;
  display: block;
}

*:focus {
  outline: none;
}

.fadeout {
  animation : fadeOut .5s;
  animation-fill-mode: both;
}
@keyframes fadeOut {
  0% {
      opacity: 1;
  }
  100% {
      opacity: 0;
  }
}

/*
 * wrapper
 * -------------------------------------------------------------------
 */
/*
 * footer
 * -------------------------------------------------------------------
 */
/*
 * ./footer
 * -------------------------------------------------------------------
 */
/*
 * header
 * -------------------------------------------------------------------
 */
/*
 * ./header
 * -------------------------------------------------------------------
 */
/*
 * topBtn
 * -------------------------------------------------------------------
 */
/*
 * ./btn
 * -------------------------------------------------------------------
 */
/*
 * c_attention
 * -------------------------------------------------------------------
 */
.c_attention {
  background-color: #FFE471;
  padding: 8px 18px 9px 6px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.c_attention__icon {
  width: 24px;
  height: 24px;
}
.c_attention__text {
  font-size: 12px;
}

/*
 * ./c_attention
 * -------------------------------------------------------------------
 */
/*
 * c_button-arrow
 * -------------------------------------------------------------------
 */
.c_button-arrow {
  display: inline-block;
  position: relative;
  border-radius: 8px;
  background-color: #ffffff;
  width: 38px;
  min-width: 38px;
  height: 36px;
  -webkit-box-shadow: 0 3px 6px #0000000A;
          box-shadow: 0 3px 6px #0000000A;
}
.c_button-arrow__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
}
.c_button-arrow__link {
  display: block;
  width: 100%;
  height: 100%;
}

/*
 * ./c_button-arrow
 * -------------------------------------------------------------------
 */
/*
 * button-bookmark
 * -------------------------------------------------------------------
 */
.c_button-bookmark {
  display: inline-block;
  position: relative;
  border-radius: 8px;
  background-color: #ffffff;
  width: 38px;
  min-width: 38px;
  height: 36px;
  -webkit-box-shadow: 0 3px 6px #0000000A;
          box-shadow: 0 3px 6px #0000000A;
}
.c_button-bookmark__star-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
}
.c_button-bookmark__link {
  display: block;
  width: 100%;
  height: 100%;
}
.c_button-bookmark__popup {
  position: absolute;
  right: 0;
  bottom: -127px;
  z-index: 7000;
  width: 224px;
  background: #fff;
  border: 3px solid #000;
  padding: 15px;
}
.c_button-bookmark__popup::before {
  content: "";
  position: absolute;
  top: -24px;
  right: 4px;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 17px solid #FFF;
  z-index: 2;
}
.c_button-bookmark__popup::after {
  content: "";
  position: absolute;
  top: -30px;
  right: 5px;
  margin-left: -17px;
  border: 11px solid transparent;
  border-bottom: 16.5px solid #000;
  z-index: 1;
}
.c_button-bookmark__popup-text {
  font-size: 14px;
  color: #404040;
}
.c_button-bookmark__popup-close-btn {
  display: block;
  margin: 0 0 0 auto;
  width: 65px;
  text-align: center;
  margin-top: 10px;
  color: #404040;
}

/*
 * ./button-bookmark
 * -------------------------------------------------------------------
 */
/*
 * c_button-good
 * -------------------------------------------------------------------
 */
.c_button-good {
  display: inline-block;
  position: relative;
}
.c_button-good__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
.c_button-good__icon {
  background-color: #F2F2F2;
  border-radius: 50%;
  width: 47px;
  height: 47px;
  position: relative;
  margin: 0 auto;
}
.c_button-good__icon-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
}
.c_button-good__text {
  font-size: 10px;
  white-space: nowrap;
  text-decoration: none;
  color: #747474;
  margin-top: 4px;
}

/*
 * ./c_button-good
 * -------------------------------------------------------------------
 */
/*
 * c_button-manual
 * -------------------------------------------------------------------
 */
.c_button-manual {
  background: -webkit-gradient(linear, left top, left bottom, from(#404040), to(#0D0D0D));
  background: linear-gradient(to bottom, #404040, #0D0D0D);
  border-radius: 15px;
  width: 121px;
  padding-left: 9px;
}
.c_button-manual__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c_button-manual__icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.c_button-manual__icon-svg {
  width: 24px;
  height: 24px;
}
.c_button-manual__text {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
}

/*
 * ./c_button-manual
 * -------------------------------------------------------------------
 */
/*
 * c_button-next
 * -------------------------------------------------------------------
 */
.c_button-next {
  background-color: #404040;
  border-radius: 50px;
  text-align: center;
}
.c_button-next__link {
  display: block;
}
.c_button-next__icon-svg {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
.c_button-next__text {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 56px;
  color: #fff;
  padding-right: 48px;
}

/*
 * ./c_button-next
 * -------------------------------------------------------------------
 */
/*
 * card-s-content
 * -------------------------------------------------------------------
 */
.c_card-s-content {
  border-radius: 12px;
  max-width: 50%;
  position: relative;
}
.c_card-s-content:nth-of-type(n+3) {
  margin-top: 13px;
}
.c_card-s-content::before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(230deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
  content: "";
  border-radius: 12px;
}
.c_card-s-content__thumbnail-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c_card-s-content__label {
  position: absolute;
  background-color: #38B2FF;
  top: 0;
  left: 0;
  border-radius: 11px 0 5px 0;
  height: 20px;
  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;
  padding: 0 7px 0 7px;
}
.c_card-s-content__label-icon {
  width: 8.64px;
  height: 10.56px;
  margin: 0 3px 1px 0;
}
.c_card-s-content__label-text {
  color: #ffffff;
  font-size: 1rem;
  display: block;
  line-height: 1;
}
.c_card-s-content__bookmark-icon {
  position: absolute;
  top: 7.96px;
  right: 8px;
  width: 24px;
  height: 24px;
}
.c_card-s-content__bookmark-icon-img {
  width: 100%;
  height: 100%;
  fill: #ffffff;
  stroke: none;
}
.c_card-s-content__bookmark-icon.is-active .c_card-s-content__bookmark-icon-img {
  display: block;
  fill: none;
  stroke: white;
  stroke-width: 2px;
}
.c_card-s-content__bottom-wrap {
  padding: 8px 8px 10px;
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
}
.c_card-s-content__title {
  font-size: 1.2rem;
  line-height: 1.333;
}
.c_card-s-content__date {
  font-size: 10px;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  text-align: right;
  margin-top: 3px;
}

/*
 * ./card-s-content
 * -------------------------------------------------------------------
 */
/*
 * search-box
 * -------------------------------------------------------------------
 */
.c_search-box {
  display: inline-block;
  position: relative;
  border: 1px solid #9E9E9E;
  border-radius: 10px;
  background-color: #ffffff;
  height: 36px;
}
.c_search-box::before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #9E9E9E;
  -webkit-mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path id="Shape" d="M17.071,18.071a1,1,0,0,1-.707-.292l-5.171-5.172a7,7,0,1,1,1.414-1.414l5.172,5.171a1,1,0,0,1-.707,1.707ZM7,2a5,5,0,1,0,5,5A5,5,0,0,0,7,2Z" transform="translate(3 3)"/></svg>') no-repeat center center;
          mask: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path id="Shape" d="M17.071,18.071a1,1,0,0,1-.707-.292l-5.171-5.172a7,7,0,1,1,1.414-1.414l5.172,5.171a1,1,0,0,1-.707,1.707ZM7,2a5,5,0,1,0,5,5A5,5,0,0,0,7,2Z" transform="translate(3 3)"/></svg>') no-repeat center center;
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 8px;
}
.c_search-box__input {
  padding: 8px 8px 8px 40px;
  font-size: 1.4rem;
}
.c_search-box__input::-webkit-input-placeholder {
  color: #000;
  opacity: 0.4;
  font-weight: 400;
  font-family: "NotoSansJP", sans-serif;
  font-weight: normal;
  line-height: 1.4;
}
.c_search-box__input::-moz-placeholder {
  color: #000;
  opacity: 0.4;
  font-weight: 400;
  font-family: "NotoSansJP", sans-serif;
  font-weight: normal;
  line-height: 1.4;
}
.c_search-box__input:-ms-input-placeholder {
  color: #000;
  opacity: 0.4;
  font-weight: 400;
  font-family: "NotoSansJP", sans-serif;
  font-weight: normal;
  line-height: 1.4;
}
.c_search-box__input::-ms-input-placeholder {
  color: #000;
  opacity: 0.4;
  font-weight: 400;
  font-family: "NotoSansJP", sans-serif;
  font-weight: normal;
  line-height: 1.4;
}
.c_search-box__input::placeholder {
  color: #000;
  opacity: 0.4;
  font-weight: 400;
  font-family: "NotoSansJP", sans-serif;
  font-weight: normal;
  line-height: 1.4;
}
.c_search-box__input::-webkit-input-placeholder {
  color: #000;
  opacity: 0.4;
  font-family: "NotoSansJP", sans-serif;
  font-weight: normal;
  line-height: 1.4;
}
.c_search-box__input::-moz-placeholder {
  color: #000;
  opacity: 0.4;
  font-family: "NotoSansJP", sans-serif;
  font-weight: normal;
  line-height: 1.4;
}
.c_search-box__input::-moz-placeholder {
  color: #000;
  opacity: 0.4;
  font-family: "NotoSansJP", sans-serif;
  font-weight: normal;
  line-height: 1.4;
}
.c_search-box__input::-ms-input-placeholder {
  color: #000;
  opacity: 0.4;
  font-family: "NotoSansJP", sans-serif;
  font-weight: normal;
  line-height: 1.4;
}

/*
 * ./search-box
 * -------------------------------------------------------------------
 */
/*
 * c_tag-large
 * -------------------------------------------------------------------
 */
.c_tag-large {
  overflow: hidden;
  height: 100vh;
}
.c_tag-large_tag {
  width: 85%;
  max-width: 325px;
  height: 90vh;
  max-height: 600px;
  margin: -300px auto 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
.c_tag-large_tag.is-active {
  margin: -20px auto 0;
}
.c_tag-large_tag-img {
  width: 100%;
  height: auto;
}
.c_tag-large_content {
  max-width: 100%;
  padding-top: 60px;
  position: absolute;
}
.c_tag-large_head {
  text-align: center;
  font-size: 24px;
}
.c_tag-large_message {
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  margin-top: 16px;
}
.c_tag-large_home-applianc-wrap {
  text-align: center;
  margin-top: 33px;
}
.c_tag-large_home-applianc-name {
  display: block;
  min-height: 20px;
}
.c_tag-large_home-applianc-number {
  font-size: 14px;
  font-weight: 400;
  display: block;
  min-height: 20px;
}
.c_tag-large_home-applianc-thumbnail {
  max-width: 100%;
  width: auto;
  height: auto;
}
.c_tag-large_home-applianc-thumbnail-img {
  width: 100%;
  height: auto;
}

/*
 * ./c_tag-large
 * -------------------------------------------------------------------
 */
/*
 * c_tag-large
 * -------------------------------------------------------------------
 */
.c_tag-small {
  overflow: hidden;
  height: 100vh;
  text-align: right;
}
.c_tag-small_tag {
  margin: -10px auto 0;
  position: relative;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  display: inline-block;
  width: 129px;
}
.c_tag-small_tag-img {
  width: 100%;
  height: auto;
}

/*
 * ./c_tag-large
 * -------------------------------------------------------------------
 */
/*
 * m_bar-header-tab
 * -------------------------------------------------------------------
 */
.m_bar-header-default {
  background-color: #F2F2F2;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5000;
  height: 99px;
}
.m_bar-header-default__top-wrap {
  padding-top: 50px;
  position: relative;
  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;
}
.m_bar-header-default .c_button-arrow {
  position: absolute;
  left: 25px;
  top: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m_bar-header-default__title {
  text-align: center;
  line-height: 1;
}

/*
 * ./m_bar-header-tab
 * -------------------------------------------------------------------
 */
/*
 * m_bar-header-notice
 * -------------------------------------------------------------------
 */
.tab-menu .swiper-slide {
  width: auto;
}

.m_bar-header-notice {
  background-color: #F2F2F2;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5000;
  padding-bottom: 4px;
}
.m_bar-header-notice__top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 45px 25px 0 25px;
}
.m_bar-header-notice .c_search-box {
  margin-right: 10px;
  width: 100%;
}
.m_bar-header-notice__bottom-wrap {
  padding-left: 25px;
  max-width: 100%;
}
.m_bar-header-notice__list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-bottom: 12px;
}
.m_bar-header-notice__list::-webkit-scrollbar {
  display: none;
}
.m_bar-header-notice__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  color: #404040;
}
.m_bar-header-notice__item::after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 7px;
  background-color: #000;
  bottom: -12px;
  left: 1px;
  border-radius: 5px;
}
.m_bar-header-notice__item.swiper-slide-thumb-active {
  color: #000;
}
.m_bar-header-notice__item.swiper-slide-thumb-active::after {
  width: 100%;
}
.m_bar-header-notice__item:not(:last-of-type) {
  margin-right: 21px;
}
.m_bar-header-notice__item:last-of-type {
  margin-right: 25px;
}
.m_bar-header-notice__item-link {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
}

/*
 * ./m_bar-header-notice
 * -------------------------------------------------------------------
 */
/*
 * m_bar-header-tab
 * -------------------------------------------------------------------
 */
.tab-menu .swiper-slide {
  width: auto;
}

.m_bar-header-tab {
  background-color: #F2F2F2;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5000;
  padding-bottom: 4px;
}
.m_bar-header-tab__top-wrap {
  padding-top: 50px;
  position: relative;
  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;
}
.m_bar-header-tab .c_button-arrow {
  position: absolute;
  left: 25px;
  top: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m_bar-header-tab__title {
  text-align: center;
  line-height: 1;
}
.m_bar-header-tab__list {
  padding-left: 38px;
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-bottom: 12px;
}
.m_bar-header-tab__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.m_bar-header-tab__item::after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 7px;
  background-color: #000;
  bottom: -12px;
  left: 55%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 5px;
}
.m_bar-header-tab__item.swiper-slide-thumb-active::after {
  width: 48px;
}
.m_bar-header-tab__item:not(:last-of-type) {
  margin-right: 48px;
}
.m_bar-header-tab__item:last-of-type {
  margin-right: 25px;
}
.m_bar-header-tab__item-link {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
}

/*
 * ./m_bar-header-tab
 * -------------------------------------------------------------------
 */
/*
 * m_bar-navi
 * -------------------------------------------------------------------
 */
.m_bar-navi {
  padding: 11px 14px 30px 14px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 -3px 6px #0000000A;
          box-shadow: 0 -3px 6px #0000000A;
  border-radius: 32.66px 32.66px 0 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.m_bar-navi__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m_bar-navi__item {
  opacity: 0.5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.m_bar-navi__item:not(:last-of-type) {
  margin-right: 9vw;
}
@media screen and (max-width: 350px) {
  .m_bar-navi__item:not(:last-of-type) {
    margin-right: 7vw;
  }
}
.m_bar-navi__item-link {
  display: block;
  width: 100%;
  height: 100%;
}
.m_bar-navi__icon-wrap {
  width: 24px;
  height: 24px;
  margin: 0 auto 3px;
}
.m_bar-navi__icon--bold {
  display: none;
}
.m_bar-navi__item.is-active {
  opacity: 1;
}
.m_bar-navi__item.is-active .m_bar-navi__icon--bold {
  display: block;
}
.m_bar-navi__item.is-active .m_bar-navi__icon--line {
  display: none;
}
.m_bar-navi__icon-name {
  font-size: 10px;
  color: #000;
  display: block;
  text-align: center;
}

/*
 * ./m_bar-navi
 * -------------------------------------------------------------------
 */
/*
 * m_info-list
 * -------------------------------------------------------------------
 */
.m_info-list {
  background-color: #fff;
  padding: 20px 6%;
}
.m_info-list__list {
  list-style: none;
  margin-top: 22px;
}
.m_info-list__item {
  position: relative;
  font-size: 12px;
  border-left: 6px solid #404040;
  padding-left: 10px;
}
.m_info-list__item:not(:first-of-type) {
  margin-top: 16px;
}
.m_info-list__item-text {
  display: inline-block;
  position: relative;
  line-height: 1.6;
  font-weight: normal;
}
.m_info-list__item-text::before {
  content: "〉";
  width: 24px;
  height: 24px;
  position: absolute;
  right: -35px;
  bottom: -5px;
  font-size: 12px;
}
.m_info-list__item-link {
  display: block;
  width: 100%;
  height: 100%;
  color: #404040;
}

/*
 * ./m_info-list
 * -------------------------------------------------------------------
 */
/*
 * m_navi-list
 * -------------------------------------------------------------------
 */
.m_navi-list {
  list-style: none;
  padding: 0 6%;
  background-color: #fff;
}
.m_navi-list__item {
  position: relative;
  font-size: 14px;
}
.m_navi-list__item:not(:last-of-type) {
  border-bottom: 1px solid #DDDDDD;
}
.m_navi-list__item::before {
  content: "";
  background-image: url(../img/icon_arrow.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.m_navi-list__item-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 14px 0;
  color: #404040;
}

/*
 * ./m_navi-list
 * -------------------------------------------------------------------
 */
/*
 * anniversary
 * -------------------------------------------------------------------
 */
.anniversary {
  position: relative;
  overflow: hidden;
  height: 100vh;
  text-align: center;
}
.anniversary_json {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.anniversary_json > svg {
  width: auto !important;
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}

/*
 * module
 * -------------------------------------------------------------------
 */
.component {
  background-color: #fdfdfd;
}
.component-title {
  font-size: 2.4rem;
  margin: 10px;
}
.component-wrap {
  margin: 30px 10px;
}
.component-name {
  font-size: 1.8rem;
  margin: 5px 0;
}

.module-wrap {
  margin: 10px 0;
}
.module-name {
  font-size: 1.8rem;
  margin: 5px 0 0 10px;
}

/*
 * confetti-tag
 * -------------------------------------------------------------------
 */
.confetti-tag {
  position: relative;
}
.confetti-tag_json {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

/*
 * favorite
 * -------------------------------------------------------------------
 */
.favorite {
  min-height: 100vh;
  padding-top: 99px;
}
.favorite_content {
  width: 100%;
  padding: 0 6%;
}
.favorite_content__dummy-img {
  width: 100%;
  height: auto;
}

/*
 * home-day
 * -------------------------------------------------------------------
 */
.home-day {
  position: relative;
  background: #5faddd;
  overflow: hidden;
  min-height: 100vh;
  text-align: center;
  z-index: -1;
}
.home-day_json {
  height: auto;
  width: 120%;
  position: absolute;
  z-index: -1;
  top: -85px;
  left: 0;
}
.home-day_wrap {
  margin-top: 18vh;
  background-image: url(../img/background_house_day.png);
  background-size: 120%;
  background-position: center 0%;
  min-height: 82vh;
}

/*
 * home-night
 * -------------------------------------------------------------------
 */
.home-night {
  position: relative;
  background: #6a7581;
  background: -webkit-gradient(linear, left top, right top, from(#6a7581), color-stop(19%, #6c7e91), color-stop(33%, #6c8196), color-stop(54%, #617489), color-stop(78%, #4d5964), to(#444a50));
  background: linear-gradient(90deg, #6a7581 0%, #6c7e91 19%, #6c8196 33%, #617489 54%, #4d5964 78%, #444a50 100%);
  overflow: hidden;
  min-height: 100vh;
  text-align: center;
  z-index: -1;
}
.home-night_json {
  height: auto;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.home-night_wrap {
  margin-top: 18vh;
  background-image: url(../img/background_house_night.png);
  background-size: 120%;
  background-position: center 0%;
  min-height: 82vh;
}

/*
 * mykaden
 * -------------------------------------------------------------------
 */
.my-refrigerator {
  min-height: 100vh;
  padding-top: 99px;
}
.my-refrigerator_content {
  max-width: 100%;
  width: 100%;
  padding: 0 6% 30px;
  background-color: #fff;
}
.my-refrigerator_content__dummy-img {
  width: 100%;
  height: auto;
}

/*
 * my-washing
 * -------------------------------------------------------------------
 */
.my-washing {
  min-height: 100vh;
  padding-top: 137px;
}
.my-washing_contents {
  padding: 20px 0 30px;
  background-color: #fff;
}
.my-washing_content {
  max-width: 100%;
  padding: 0 6%;
}
.my-washing_content__dummy-img {
  width: 100%;
  height: auto;
}

/*
 * notice-details
 * -------------------------------------------------------------------
 */
.notice-detail {
  padding-bottom: 30px;
  background-color: #fff;
}
.notice-detail_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  background-size: cover;
  background-position: center;
  z-index: 5000;
}
.notice-detail_header__inner {
  padding: 45px 6% 0;
  position: relative;
  height: 225px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.notice-detail_header__inner::before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(30deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  content: "";
}
.notice-detail_header.is-active .notice-detail_header__inner {
  height: 170px;
}
.notice-detail_header__wrap {
  position: relative;
  height: 100%;
}
.notice-detail_bookmark-icon {
  position: absolute;
  top: 7px;
  right: 0;
  width: 24px;
  height: 24px;
}
.notice-detail_bookmark-icon-img {
  width: 100%;
  height: 100%;
  fill: #ffffff;
  stroke: none;
}
.notice-detail_bookmark-icon.is-active .notice-detail__bookmark-icon-img {
  display: block;
  fill: none;
  stroke: white;
  stroke-width: 2px;
}
.notice-detail_header__title {
  position: absolute;
  bottom: 34.5px;
  left: 0;
  color: #fff;
  font-size: 16px;
}
.notice-detail_header__caption {
  position: absolute;
  bottom: 9.5px;
  right: 0;
  font-size: 10px;
  font-weight: 400;
  color: #fff;
}
.notice-detail_contents {
  padding-top: 235px;
}
.notice-detail_contents__text {
  font-size: 14px;
  margin: 10px 6% 0;
  font-weight: normal;
}
.notice-detail_contents__link {
  color: #3E80FF;
  text-decoration: underline;
  -webkit-text-decoration-color: #3E80FF;
          text-decoration-color: #3E80FF;
}
.notice-detail_contents .c_button-manual {
  margin: 15px 6% 0 auto;
}
.notice-detail_contents__thumb {
  margin: 25px 6% 0;
}
.notice-detail_contents__thumb-img {
  width: 100%;
  height: auto;
}
.notice-detail_contents__sec-title {
  margin: 25px 6% 0;
  font-size: 14px;
  background-color: #F2F2F2;
  padding: 8px;
  border-radius: 5px;
}
.notice-detail_contents__movie {
  width: 100%;
  margin-top: 25px;
}
.notice-detail_contents__movie > img {
  width: 100%;
  height: auto;
}
.notice-detail_contents__button-good {
  text-align: center;
  margin-top: 25px;
}
.notice-detail_related-article {
  margin-top: 30px;
}
.notice-detail_related-article__title {
  margin: 0 6%;
}
.notice-detail_related-article__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 15px 6% 0;
}
.notice-detail_related-article .c_card-s-content {
  width: 47%;
}
.notice-detail .notice-detail_header.is-active + .notice-detail_contents {
  padding-top: 190px;
}

/*
 * notice
 * -------------------------------------------------------------------
 */
.notice {
  min-height: 100vh;
  margin-top: 137px;
  background-color: #F2F2F2;
}
.notice .c_search-box {
  width: calc(100% - 48px);
}
.notice_contents {
  padding: 20px 0 107px;
}
.notice .swiper-wrapper {
  height: 100%;
}
.notice_card-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;
  margin: 0 auto;
  height: 100%;
  padding: 0 6%;
}
.notice_card-wrap > img {
  width: 100%;
  height: auto;
}
.notice .c_card-s-content {
  width: 48%;
}
.notice_contents__note {
  color: #9E9E9E;
  font-size: 10px;
  text-align: center;
  margin-top: 18px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 18px auto 0;
}
.notice_contents__note::before {
  position: absolute;
  content: "";
  background-color: #9E9E9E;
  width: 11.467vw;
  height: 1px;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -11.467vw;
}
.notice_contents__note::after {
  position: absolute;
  content: "";
  background-color: #9E9E9E;
  width: 11.467vw;
  height: 1px;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -11.467vw;
}

/*
 * trip
 * -------------------------------------------------------------------
 */
.support-bring {
  min-height: 100vh;
  background-color: #F2F2F2;
  padding-top: 99px;
}
.support-bring_content {
  max-width: 100%;
  width: 100%;
  background-color: #F2F2F2;
}
.support-bring_content__dummy-img {
  padding: 0 6%;
  width: 100%;
  height: auto;
}
.support-bring .m_navi-list {
  margin-top: 20px;
}
.support-bring .m_info-list {
  margin-top: 20px;
}

/*
 * mykaden
 * -------------------------------------------------------------------
 */
.support-request {
  min-height: 100vh;
  padding-top: 99px;
}
.support-request_content {
  max-width: 100%;
  width: 100%;
  padding: 0 6% 30px;
  background-color: #fff;
}
.support-request_content__dummy-img {
  width: 100%;
  height: auto;
}
.support-request .c_attention {
  margin-top: 15px;
}
.support-request .c_button-next {
  margin: 45px auto 0;
  width: 200px;
}

/*
 * trip
 * -------------------------------------------------------------------
 */
.support-trip {
  min-height: 100vh;
  padding-top: 99px;
  background-color: #F2F2F2;
}
.support-trip_content {
  max-width: 100%;
  width: 100%;
  background-color: #F2F2F2;
}
.support-trip_content__dummy-img {
  padding: 0 6%;
  width: 100%;
  height: auto;
}
.support-trip .m_navi-list {
  margin-top: 20px;
}
.support-trip .m_info-list {
  margin-top: 20px;
}

/*
 * tag-menber-regist
 * -------------------------------------------------------------------
 */
.tag-menber-regist {
  position: relative;
  overflow: hidden;
  height: 100vh;
  text-align: center;
}
.tag-menber-regist_json {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tag-menber-regist_json > svg {
  width: auto !important;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}
.tag-menber-regist_tag {
  margin: -50px auto 0;
  position: relative;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  display: inline-block;
  width: 179px;
}
.tag-menber-regist_tag-img {
  width: 100%;
  height: auto;
}

/*
 * tag-regist-complete
 * -------------------------------------------------------------------
 */
.tag-regist-complete {
  position: relative;
  overflow: hidden;
  height: 100vh;
  text-align: center;
}
.tag-regist-complete_json {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  z-index: -1;
}
.tag-regist-complete_json > svg {
  width: auto !important;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}
.tag-regist-complete_tag {
  margin: -10px auto 0;
  position: relative;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  display: inline-block;
  width: 256.5px;
}
.tag-regist-complete_tag-img {
  width: 100%;
  height: auto;
}

/*
 * module
 * -------------------------------------------------------------------
 */
.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  max-width: 375px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.top_title {
  font-size: 2.4rem;
  margin-top: 40px;
  text-align: center;
}
.top_section {
  margin: 0 6%;
}
.top_list-title {
  font-size: 2rem;
  margin-top: 40px;
  text-align: left;
}
.top_list {
  margin: 10px auto 0;
  padding-left: 25px;
}
.top_item {
  margin-top: 10px;
  text-align: left;
}
.top_item.no-item {
  background-color: #a5a4a4;
}
.top_inner-list {
  padding-left: 20px;
}

.module-wrap {
  margin: 10px 0;
}
.module-name {
  font-size: 1.8rem;
  margin: 5px 0 0 10px;
}

/*
 * walkthru-1-json
 * -------------------------------------------------------------------
 */
.walkthru-1-json {
  background: #f57671;
}
.walkthru-1-json_json-wrap {
  background: #f57671;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/*
 * walkthru-2-json
 * -------------------------------------------------------------------
 */
.walkthru-2-json {
  background: #6cd2ad;
}
.walkthru-2-json_json-wrap {
  background: #6cd2ad;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/*
 * walkthru-3-json
 * -------------------------------------------------------------------
 */
.walkthru-3-json {
  overflow: hidden;
  height: 100vh;
  width: 100%;
  position: relative;
  background: #a7a2df;
}
.walkthru-3-json_json-wrap {
  background: #a7a2df;
  width: 130%;
  position: fixed;
  top: -10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*
 * walkthru-4-json
 * -------------------------------------------------------------------
 */
.walkthru-4-json {
  background: #fbcc4b;
}
.walkthru-4-json_json-wrap {
  background: #fbcc4b;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/*
 * base
 * -------------------------------------------------------------------
 */
/*
 * layout
 * -------------------------------------------------------------------
 */
/*
 * components
 * -------------------------------------------------------------------
 */
/*
 * module
 * -------------------------------------------------------------------
 */
/*
 * utility
 * -------------------------------------------------------------------
 */
/*
 * setting
 * -------------------------------------------------------------------
 */
/*
 * page
 * -------------------------------------------------------------------
 */
/*# sourceMappingURL=style.css.map */
