@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;
}

/*
 * wrapper
 * -------------------------------------------------------------------
 */
.fadeout {
  -webkit-animation: fadeOut 0.5s;
          animation: fadeOut 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * footer
 * -------------------------------------------------------------------
 */
/*
 * ./footer
 * -------------------------------------------------------------------
 */
/*
 * header
 * -------------------------------------------------------------------
 */
/*
 * ./header
 * -------------------------------------------------------------------
 */
/*
 * topBtn
 * -------------------------------------------------------------------
 */
/*
 * ./btn
 * -------------------------------------------------------------------
 */
/*
 * article-card
 * -------------------------------------------------------------------
 */
.c_article-card {
  border-radius: 12px;
  width: 48%;
  position: relative;
}
.c_article-card:nth-of-type(n+3) {
  margin-top: 13px;
}
.c_article-card__top-wrap {
  height: 130px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.c_article-card__top-wrap::before {
  display: block;
  width: 100%;
  height: 130px;
  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 12px 0 0;
}
.c_article-card__thumbnail-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
}
.c_article-card__label {
  position: absolute;
  background-color: #3E80FF;
  top: 0;
  left: 0;
  border-radius: 9.5px 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_article-card__label-icon {
  width: 10px;
  height: 13px;
  margin: 0 3px 1px 0;
}
.c_article-card__label-text {
  color: #ffffff;
  font-size: 1rem;
  display: block;
  line-height: 1;
}
.c_article-card__bookmark-icon {
  position: absolute;
  top: 7.96px;
  right: 8px;
  width: 24px;
  height: 24px;
}
.c_article-card__bookmark-icon-img {
  width: 100%;
  height: 100%;
  fill: #ffffff;
  stroke: none;
}
.c_article-card__bookmark-icon.is-active .c_article-card__bookmark-icon-img {
  display: block;
  fill: none;
  stroke: white;
  stroke-width: 2px;
}
.c_article-card__bottom-wrap {
  padding: 8px 8px 10px;
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c_article-card__title {
  font-size: 1.2rem;
  line-height: 1.333;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.c_article-card__date {
  font-size: 10px;
  color: rgba(0, 0, 0, 0.5);
  text-align: right;
  font-weight: normal;
}
.c_article-card__popup {
  position: absolute;
  left: -25px;
  bottom: -125px;
  z-index: 7000;
  width: 195px;
  background: #fff;
  border: 3px solid #000;
  padding: 15px;
}
.c_article-card__popup::before {
  content: "";
  position: absolute;
  top: -25.5px;
  left: 23px;
  border: 12px solid transparent;
  border-bottom: 17px solid #FFF;
  z-index: 2;
}
.c_article-card__popup::after {
  content: "";
  position: absolute;
  top: -30px;
  left: 24px;
  border: 11px solid transparent;
  border-bottom: 16.5px solid #000;
  z-index: 1;
}
.c_article-card__popup-text {
  font-size: 14px;
  color: #404040;
}
.c_article-card__popup-close-btn {
  display: block;
  margin: 0 0 0 auto;
  width: 65px;
  text-align: center;
  margin-top: 10px;
  color: #404040;
}

/*
 * ./article-card
 * -------------------------------------------------------------------
 */
/*
 * 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;
  margin: 0 auto;
}
.c_attention__icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
}
.c_attention__icon-svg {
  fill: #fff;
}
.c_attention__text {
  font-size: 12px;
  color: #404040;
}
.c_attention__text-link {
  color: #3E80FF;
  text-decoration: underline;
}

/*
 * ./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 rgba(0, 0, 0, 0.0392156863);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0392156863);
}
.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
 * -------------------------------------------------------------------
 */
/*
 * c_button-manual
 * -------------------------------------------------------------------
 */
.c_button-bk {
  margin: 16px 6% 0 0;
  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;
}
.c_button-bk__title {
  font-size: 12px;
  color: #404040;
  font-weight: normal;
  line-height: 28px;
  display: inline-block;
  margin-right: 12px;
}
.c_button-bk__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#404040), to(#0D0D0D));
  background: linear-gradient(to bottom, #404040, #0D0D0D);
  border-radius: 15px;
  padding: 2px 15px;
}
.c_button-bk__icon {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
.c_button-bk__icon-svg {
  width: 24px;
  height: 24px;
}
.c_button-bk__text {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  line-height: 1.4;
  font-weight: normal;
}

/*
 * ./c_button-manual
 * -------------------------------------------------------------------
 */
/*
 * 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 rgba(0, 0, 0, 0.0392156863);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0392156863);
}
.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: -25.5px;
  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: 2px;
}

/*
 * ./c_button-good
 * -------------------------------------------------------------------
 */
/*
 * c_button-info
 * -------------------------------------------------------------------
 */
.c_button-info {
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 1;
}
.c_button-info__popup {
  position: absolute;
  right: 0;
  top: 34px;
  z-index: 7000;
  width: 260px;
  background: rgba(64, 64, 64, 0.75);
  color: #FFF;
  padding: 10px 10px 11px 10px;
  text-align: left;
  font-size: 10px;
  font-weight: normal;
  border-radius: 5px;
  display: none;
}
.c_button-info__popup.is-active {
  display: block;
}
.c_button-info__popup::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 8px;
  border: 3.5px solid transparent;
  border-bottom: 7px solid rgba(64, 64, 64, 0.75);
  z-index: 2;
}
.c_button-info__popup-link {
  color: #FFF;
}
.c_button-info__icon-svg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 24px;
  height: 24px;
}

/*
 * ./c_button-info
 * -------------------------------------------------------------------
 */
/*
 * 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
 * -------------------------------------------------------------------
 */
/*
 * .c_refrigerator-btn
 * -------------------------------------------------------------------
 */
.c_refrigerator-btn {
  padding: 0 5px 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3;
  transition: 0.3;
  position: relative;
  margin-top: 4px;
}
.c_refrigerator-btn__text {
  color: #fff;
  font-size: 12px;
  font-weight: normal;
}
.c_refrigerator-btn__btn {
  border-radius: 13.63px;
  width: 20px;
  height: 12px;
  position: relative;
  pointer-events: none;
}
.c_refrigerator-btn__input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
  border-radius: 13.63px;
}
.c_refrigerator-btn__label {
  background-color: #29BDFD;
  border-radius: 13.63px;
  width: 20px;
  height: 12px;
  position: relative;
  display: inline-block;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}
.c_refrigerator-btn__label::after {
  content: "";
  z-index: 2;
  border-radius: 50%;
  background-color: #fff;
  border: 0.6px solid #D6D9E2;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c_refrigerator-btn__input:checked + .c_refrigerator-btn__label {
  background-color: #D0D1D3;
}
.c_refrigerator-btn__input:checked + .c_refrigerator-btn__label:after {
  right: calc(100% - 12px);
}

/*
 * .c_refrigerator-btn
 * -------------------------------------------------------------------
 */
/*
 * c_refrigerator-graph-large
 * -------------------------------------------------------------------
 */
.c_refrigerator-graph__inner {
  background-color: #808080;
  width: 128px;
  padding: 30px 0;
  margin: 0 auto;
}

.c_refrigerator-graph__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5px;
  margin-top: 2px;
}
.c_refrigerator-graph__type-item {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
}
.c_refrigerator-graph__type-item:not(:last-of-type) {
  margin-right: 11px;
}
.c_refrigerator-graph__type-item + .c_refrigerator-graph__type-item::before {
  content: "/";
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 0;
  left: -0.6em;
  font-weight: normal;
}
.c_refrigerator-graph__type-item.is-active {
  color: white;
}
.c_refrigerator-graph__lebel-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.c_refrigerator-graph__lebel-item {
  color: #fff;
  font-size: 10px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  white-space: nowrap;
  font-weight: normal;
  line-height: 1;
}
.c_refrigerator-graph__graph {
  background: rgba(0, 0, 0, 0.5);
  width: 120px;
  height: 14px;
  border-radius: 3px;
  margin: 3px auto 0;
  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;
}
.c_refrigerator-graph__graph-meter {
  height: 12px;
  border-radius: 1px;
}
.c_refrigerator-graph__graph-meter:first-of-type {
  border-radius: 3px 1px 1px 3px;
}
.c_refrigerator-graph__graph-meter:last-of-type {
  border-radius: 1px 3px 3px 1px;
}
.c_refrigerator-graph__graph-meter.is-active {
  background-color: #4EA0FF;
}
.c_refrigerator-graph__graph-meter-partition {
  width: 1px;
  height: 11px;
  border-radius: 0.5px;
  background-color: #fff;
  opacity: 0.8;
  margin: 0 1px;
}
.c_refrigerator-graph--large .c_refrigerator-graph__graph-meter {
  width: 37px;
}
.c_refrigerator-graph--small .c_refrigerator-graph__graph-meter {
  width: 8px;
}
.c_refrigerator-graph--small .c_refrigerator-graph__graph-meter-partition {
  opacity: 0.5;
}
.c_refrigerator-graph--small .c_refrigerator-graph__graph-meter-partition:nth-child(2), .c_refrigerator-graph--small .c_refrigerator-graph__graph-meter-partition:nth-child(8), .c_refrigerator-graph--small .c_refrigerator-graph__graph-meter-partition:nth-child(14), .c_refrigerator-graph--small .c_refrigerator-graph__graph-meter-partition:nth-child(20) {
  opacity: 0.8;
}
.c_refrigerator-graph.c_refrigerator-graph--freezer .c_refrigerator-graph__graph-meter.is-active {
  background-color: #53CBFF;
}
.c_refrigerator-graph.c_refrigerator-graph--freezer .c_refrigerator-graph__type-item--freezer {
  color: white;
}
.c_refrigerator-graph.c_refrigerator-graph--fridge .c_refrigerator-graph__type-item--fridge {
  color: white;
}
.c_refrigerator-graph.c_refrigerator-graph--veggie .c_refrigerator-graph__type-item--veggie {
  color: white;
}

/*
 * ./c_refrigerator-graph-large
 * -------------------------------------------------------------------
 */
/*
 * 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_support-item
 * -------------------------------------------------------------------
 */
.c_support-item {
  border-radius: 10px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 0 8px 13px;
  -webkit-box-shadow: 0 10px 10px rgba(147, 147, 147, 0.16);
          box-shadow: 0 10px 10px rgba(147, 147, 147, 0.16);
  border: 1px solid #fff;
}
.c_support-item:not(:first-of-type) {
  margin-top: 10px;
}
.c_support-item__thumb {
  width: 84px;
  min-width: 84px;
  height: 84px;
  overflow: hidden;
  margin-right: 23px;
}
.c_support-item__thumb-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c_support-item__meta {
  min-height: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.c_support-item__name {
  font-size: 14px;
}
.c_support-item__model-number {
  font-size: 14px;
  font-weight: normal;
  margin-top: 5px;
}
.c_support-item__date {
  font-size: 10px;
  color: #404040;
  margin-top: 5px;
}
.c_support-item__checkbox-wrap {
  height: 80px;
  width: 64.5px;
  min-width: 64.5px;
  border-left: 0.5px solid #AAAAAA;
  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;
  visibility: hidden;
}
.c_support-item__checkbox {
  width: 24px;
  height: 24px;
  border: 1px solid #AAAAAA;
  border-radius: 10px;
  background: #F2F2F2;
}
.c_support-item.is-active .c_support-item__checkbox {
  border: none;
}
.c_support-item__checkbox-icon {
  width: 100%;
  height: 100%;
  display: none;
}
.c_support-item.is-active .c_support-item__checkbox-icon {
  display: block;
}

.c_support-item--checkbox.is-active {
  border: 1px solid #4A8DE8;
}

.c_support-item--checkbox .c_support-item__checkbox-wrap {
  visibility: visible;
}

/*
* ./c_support-item
* -------------------------------------------------------------------
*/
/*
 * c_support-menu
 * -------------------------------------------------------------------
 */
.c_support-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1px, 1.867vw, 7px);
  margin-top: 20px;
}
.c_support-menu__btn-wrap {
  width: 33%;
  max-width: 105px;
}
.c_support-menu__btn {
  background: #404040;
  width: 100%;
  height: 111px;
  padding: 12px 0 18px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c_support-menu__text {
  color: #fff;
  font-size: 12px;
  line-height: 1.42;
}
.c_support-menu__link {
  font-size: 10px;
  color: #3E80FF;
  display: block;
  text-decoration: underline;
  margin: 9px auto 0;
  position: relative;
}
.c_support-menu__link-popup {
  position: absolute;
  left: -22px;
  top: 25px;
  z-index: 7000;
  width: 260px;
  background: rgba(64, 64, 64, 0.88);
  color: #FFF;
  padding: 10px 10px 11px 10px;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  border-radius: 5px;
  display: none;
  line-height: 1.33;
}
.c_support-menu__link-popup.is-active {
  display: block;
}
.c_support-menu__link-popup::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 48px;
  border: 5px solid transparent;
  border-bottom: 10px solid rgba(64, 64, 64, 0.88);
  z-index: 2;
}
.c_support-menu__icon-wrap {
  width: 48px;
  height: 48px;
}

/*
 * ./c_support-menu
 * -------------------------------------------------------------------
 */
/*
 * 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: 6%;
  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
 * -------------------------------------------------------------------
 */
.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 .tab-menu .swiper-slide {
  width: auto;
  white-space: nowrap;
  text-align: center;
}
.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 6% 0 6%;
}
.m_bar-header-notice .c_search-box {
  margin-right: 10px;
  width: 100%;
}
.m_bar-header-notice__bottom-wrap {
  padding-left: 6%;
  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;
  white-space: nowrap;
}
.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
 * -------------------------------------------------------------------
 */
.m_bar-header-tab {
  background-color: #F2F2F2;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5000;
  padding-bottom: 4px;
  padding-top: 16px;
}
.m_bar-header-tab .tab-menu .swiper-slide {
  width: 48px;
}
.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: 6%;
  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: 6%;
  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;
  text-align: center;
}
.m_bar-header-tab__item::after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 7px;
  background-color: #000;
  bottom: -12px;
  left: 50%;
  -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: 20px;
}
.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 rgba(0, 0, 0, 0.0392156863);
          box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.0392156863);
  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: #000;
}

/*
 * ./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;
  font-weight: normal;
}

/*
 * ./m_navi-list
 * -------------------------------------------------------------------
 */
.is-hide {
  display: none !important;
}

.js_bookmark-icon.is-active svg {
  display: block;
  fill: none;
  stroke: white;
  stroke-width: 2px;
}

/*
 * 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: rgb(253, 253, 253);
}
.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;
}
.favorite_contents {
  width: 100%;
  min-height: 100vh;
  padding: 16px 0 112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.favorite_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%;
}
.favorite_contents__note {
  color: #9E9E9E;
  font-size: 10px;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 27px auto 0;
}
.favorite_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;
}
.favorite_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;
}
.favorite_nodata {
  margin-top: 92px;
}
.favorite_nodata__star {
  width: 64px;
  height: 64px;
  margin: 0 auto;
}
.favorite_nodata__text-main {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  margin-top: 32px;
}
.favorite_nodata__text-sub {
  font-size: 14px;
  color: #747474;
  text-align: center;
  font-weight: normal;
  margin-top: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

/*
 * 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: rgb(106, 117, 129);
  background: -webkit-gradient(linear, left top, right top, from(rgb(106, 117, 129)), color-stop(19%, rgb(108, 126, 145)), color-stop(33%, rgb(108, 129, 150)), color-stop(54%, rgb(97, 116, 137)), color-stop(78%, rgb(77, 89, 100)), to(rgb(68, 74, 80)));
  background: linear-gradient(90deg, rgb(106, 117, 129) 0%, rgb(108, 126, 145) 19%, rgb(108, 129, 150) 33%, rgb(97, 116, 137) 54%, rgb(77, 89, 100) 78%, rgb(68, 74, 80) 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;
}

/*
 * inspection
 * -------------------------------------------------------------------
 */
.inspection {
  padding-bottom: 36px;
  background-color: #fff;
}
.inspection_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  background-size: cover;
  background-position: center top;
  z-index: 5000;
}
.inspection_header__inner {
  padding: 46px 6% 0;
  position: relative;
  height: 225px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.inspection_header__inner::before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), color-stop(90%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  content: "";
}
.inspection_header.is-active .inspection_header__inner {
  height: 170px;
}
.inspection_header__wrap {
  position: relative;
  height: 100%;
}
.inspection_bookmark-icon {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 24px;
  height: 24px;
}
.inspection_bookmark-icon-img {
  width: 100%;
  height: 100%;
  fill: #ffffff;
  stroke: none;
}
.inspection_bookmark-icon.is-active .inspection__bookmark-icon-img {
  display: block;
  fill: none;
  stroke: white;
  stroke-width: 2px;
}
.inspection_header__title {
  position: absolute;
  bottom: 32px;
  left: 0;
  color: #fff;
  font-size: 16px;
}
.inspection_header__caption {
  position: absolute;
  bottom: 8px;
  right: 0;
  font-size: 10px;
  font-weight: 400;
  color: #fff;
}
.inspection_contents {
  padding-top: 225px;
}
.inspection_contents__head {
  font-size: 16px;
  position: relative;
  margin: 20px 6% 0;
}
.inspection_contents__head .c_button-info {
  top: 0;
  right: 2px;
}
.inspection_contents__head-main {
  margin-top: 8px;
  font-size: 16px;
  display: inline-block;
}
.inspection_contents__head-sub {
  font-size: 14px;
  color: #404040;
}
.inspection_contents__text {
  font-size: 14px;
  margin: 10px 6% 0;
  font-weight: normal;
}
.inspection_contents__link {
  color: #3e80ff;
  text-decoration: underline;
  -webkit-text-decoration-color: #3e80ff;
          text-decoration-color: #3e80ff;
}
.inspection_contents .c_button-manual {
  margin: 15px 6% 0 auto;
}
.inspection_contents__thumb {
  margin: 28px 6% 0;
}
.inspection_contents__thumb-img {
  width: 100%;
  height: auto;
}
.inspection_contents__sec {
  position: relative;
}
.inspection_contents__sec > .c_button-info {
  top: 0;
  right: 2px;
}
.inspection_contents__sec-title {
  margin: 24px 6% 0;
  font-size: 14px;
  background-color: #f2f2f2;
  padding: 8px;
  border-radius: 5px;
}
.inspection_contents__sec-content {
  padding: 14px 6% 0;
  position: relative;
}
.inspection_contents__sec-content > .c_button-info {
  top: 10px;
  right: calc(6% + 2px);
}
.inspection_contents__sec-content + .inspection_contents__sec-content {
  border-top: 1px solid rgba(112, 112, 112, 0.3);
  padding-top: 18px;
}
.inspection_contents__sec-content + .inspection_contents__sec-content > .c_button-info {
  top: 16px;
}
.inspection_contents__chart-title {
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  color: #404040;
  position: relative;
}
.inspection_contents__movie {
  width: 100%;
  margin-top: 25px;
}
.inspection_contents__movie > img {
  width: 100%;
  height: auto;
}
.inspection_contents__button-good {
  text-align: center;
  margin-top: 32px;
}
.inspection_contents__dummy {
  padding: 0 6%;
}
.inspection_contents__code {
  background: rgba(255, 228, 113, 0.1);
  border-radius: 8px;
  padding: 16px 37px;
  margin: 12px 6% 0;
}
.inspection_contents__code-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 10px;
}
.inspection_contents__code-btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc527), to(#f2a62d));
  background: linear-gradient(180deg, #ffc527 0%, #f2a62d 100%);
  width: 56px;
  height: 24px;
  border-radius: 9px;
}
.inspection_contents__code-btn--2col {
  width: 122px;
}
.inspection_contents__code-link {
  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;
  color: #303030;
  font-size: 14px;
  height: 100%;
}
.inspection_contents__graphs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 150px;
}
.inspection_contents__circle-graph-wrap {
  margin-top: 12px;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 380px;
}
.inspection_contents__refrigerator {
  width: 40%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.inspection_contents__refrigerator > img {
  width: 100%;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
.inspection_product-info {
  margin: 32px 6% 0;
  padding: 6px 8px 16px;
  -webkit-box-shadow: 0 10px 30px rgba(147, 147, 147, 0.16);
          box-shadow: 0 10px 30px rgba(147, 147, 147, 0.16);
  border-radius: 10px;
  color: #404040;
}
.inspection_product-info__title {
  margin: 0 8px;
  font-size: 12px;
}
.inspection_product-info__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 13px 16px 0;
}
.inspection_product-info__btn {
  width: 32%;
  max-width: 84px;
}
.inspection_product-info__btn-link {
  text-align: center;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.inspection_product-info__btn-icon {
  width: 24px;
  height: 24px;
}
.inspection_product-info__btn-text {
  color: #404040;
  font-size: 10px;
  margin-top: 8px;
}
.inspection .inspection_header.is-active + .inspection_contents {
  padding-top: 190px;
}

/*
 * mykaden
 * -------------------------------------------------------------------
 */
.my-refrigerator .c_button-info__popup {
  background-color: rgba(64, 64, 64, 0.88);
  padding: 10px 10px 13px;
}
.my-refrigerator .c_button-info__popup::before {
  border-bottom: 7px solid rgba(64, 64, 64, 0.88);
}
.my-refrigerator .c_button-info__popup-text {
  font-size: 12px;
}
.my-refrigerator_content {
  min-height: 100vh;
  max-width: 100%;
  width: 100%;
  padding: 16px 6% 41px;
  background-color: #fff;
}
.my-refrigerator_head {
  position: relative;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.my-refrigerator_head__ttl {
  font-size: 16px;
  font-weight: normal;
  color: #404040;
}
.my-refrigerator .c_button-info {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.my-refrigerator_icon__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  text-align: center;
  color: #404040;
  font-size: 10px;
  margin-top: 20px;
  padding-bottom: 12px;
}
.my-refrigerator_icon__item:not(:last-of-type) {
  margin-right: 10px;
}
.my-refrigerator_icon__item-icon {
  width: 44px;
  height: 44px;
}
.my-refrigerator_icon__item-icon img {
  width: 100%;
  height: 100%;
}
.my-refrigerator_icon__text {
  margin-top: 6px;
  line-height: 1.1;
  font-weight: normal;
}
.my-refrigerator_refrigerator {
  border-top: 1px solid rgba(112, 112, 112, 0.3);
  position: relative;
  min-height: 342px;
  padding-top: 20px;
  text-align: center;
}
.my-refrigerator_refrigerator img {
  width: 100%;
  height: auto;
}
.my-refrigerator_refrigerator__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 327px;
  margin: 0 auto;
}
.my-refrigerator_refrigerator__content {
  position: relative;
  display: inline-block;
}
.my-refrigerator_refrigerator__part {
  width: 101px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.my-refrigerator_refrigerator__part-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.my-refrigerator_refrigerator__part-wrap:nth-of-type(1) {
  margin-top: 33px;
}
.my-refrigerator_refrigerator__part-wrap:nth-of-type(2) {
  margin-top: 56px;
}
.my-refrigerator_refrigerator__part-wrap:nth-of-type(3) {
  margin-top: 39px;
}
.my-refrigerator_refrigerator__part-wrap:nth-of-type(4) {
  margin-top: 40px;
}
.my-refrigerator_refrigerator__part-wrap:nth-of-type(5) {
  margin-top: 47px;
}
.my-refrigerator_refrigerator__part-name {
  color: #404040;
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap;
  margin-right: 12px;
}
.my-refrigerator_refrigerator__part-name span {
  font-size: 10px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  display: inline-block;
}
.my-refrigerator_refrigerator__part-border {
  width: 100%;
  height: 1px;
  background-color: #747474;
  display: block;
}
.my-refrigerator_refrigerator__text {
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  margin-top: 19px;
  opacity: 0.6;
}
.my-refrigerator_main-room {
  position: relative;
  width: 128px;
  height: 144px;
  margin: 0 auto;
}
.my-refrigerator_main-room__door-left {
  position: absolute;
  width: 55px;
  height: 144px;
  top: 0;
  left: -61px;
}
.my-refrigerator_main-room__door-right {
  position: absolute;
  width: 70px;
  height: 144px;
  right: -76px;
  top: 0;
}
.my-refrigerator_main-room__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 22px 0 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.my-refrigerator_main-room__content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.my-refrigerator_main-room__water {
  width: 28px;
  height: 44px;
  margin: 0 4.3px 0 6px;
}
.my-refrigerator_main-room__chilled {
  width: 84.21px;
  height: 43.28px;
  position: relative;
}
.my-refrigerator_main-room__chilled-text {
  font-size: 12px;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  text-align: center;
  width: 100%;
  font-weight: normal;
}
.my-refrigerator_ice-room {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 6px auto 0;
  width: 128px;
}
.my-refrigerator_ice-room__wide {
  width: 128px;
  height: 44px;
  position: relative;
}
.my-refrigerator_ice-room__left {
  width: 52px;
  height: 44px;
  margin-right: 6px;
  position: relative;
}
.my-refrigerator_ice-room__wide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
}
.my-refrigerator_ice-room__wide-icon {
  width: 24px;
  height: 24px;
}
.my-refrigerator_ice-room__left-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
}
.my-refrigerator_ice-room__left-icon {
  width: 24px;
  height: 24px;
}
.my-refrigerator_ice-room__right {
  width: 70px;
  height: 44px;
}
.my-refrigerator_switching-top {
  width: 128px;
  height: 58px;
  margin: 6px auto 0;
  position: relative;
}
.my-refrigerator_switching-top__content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.my-refrigerator_switching-bottom {
  width: 128px;
  height: 58px;
  margin: 6px auto 0;
  position: relative;
}
.my-refrigerator_switching-bottom__img-wrap {
  opacity: 0.4;
}
.my-refrigerator_switching-bottom__content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.my-refrigerator_switching-bottom__content + .my-refrigerator_switching-bottom__img-wrap {
  opacity: 1;
}

/*
 * my-washing
 * -------------------------------------------------------------------
 */
.my-washing {
  min-height: 100vh;
  padding-top: 40px;
  background-color: #fff;
}
.my-washing_contents {
  padding: 16px 0 30px;
}
.my-washing_contents__graph-wrap {
  padding: 0 24px 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 380px;
}
.my-washing_contents__graph-wrap > div:first-child {
  margin-top: 48px;
  margin-bottom: 72px;
}
.my-washing_content {
  max-width: 100%;
  padding: 0 6%;
}
.my-washing_content__dummy-img {
  width: 100%;
  height: auto;
}
.my-washing .c_button-info__popup {
  background-color: rgba(64, 64, 64, 0.88);
  padding: 10px 10px 13px;
}
.my-washing .c_button-info__popup::before {
  border-bottom: 7px solid rgba(64, 64, 64, 0.88);
}
.my-washing .c_button-info__popup-text {
  font-size: 12px;
}
.my-washing_head {
  position: relative;
  z-index: 100;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}
.my-washing_head__ttl {
  font-size: 16px;
  font-weight: normal;
  color: #404040;
}
.my-washing_preiods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin-top: 22px;
  position: relative;
  z-index: 10;
}
.my-washing_preiods-prev {
  opacity: 0;
  pointer-events: none;
}
.my-washing_preiods-next > img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.my-washing .c_button-info {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.my-washing .c_attention {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 8px;
}
.my-washing .c_attention__text {
  line-height: 1;
}

/*
 * 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: calc(100vh - 137px);
  margin-top: 137px;
  background-color: #F2F2F2;
}
.notice .c_search-box {
  width: calc(100% - 48px);
}
.notice_contents {
  padding: 20px 0 0;
}
.notice .swiper-wrapper {
  height: 100%;
}
.notice .notice_contents .tab-contents .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 112px;
  min-height: calc(100vh - 270px);
}
.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 .c_card-s-content {
  width: 48%;
}
.notice_contents__note {
  color: #9E9E9E;
  font-size: 10px;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 27px 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: 16px;
}
.support-bring_support-item {
  padding: 0 6% 20px;
}
.support-bring_content {
  max-width: 100%;
  width: 100%;
  background-color: #Fff;
  padding: 20px 6% 30px;
}
.support-bring_attention {
  color: #404040;
  font-size: 12px;
}
.support-bring_attention__head {
  background: #FFE471;
  padding: 6px 6px 6px 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px 10px 0 0;
}
.support-bring_attention__icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-right: 8px;
}
.support-bring_attention__content-text {
  padding: 9px 8px 10px 8px;
  background: #F2F2F2;
  border-radius: 0 0 10px 10px;
  font-weight: normal;
}
.support-bring_note {
  color: #ED384D;
  font-size: 10px;
  margin-top: 15px;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 0.02em;
}
.support-bring .m_navi-list {
  margin-top: 20px;
}
.support-bring .m_info-list {
  margin-top: 20px;
  padding-bottom: 145px;
}

/*
 * mykaden
 * -------------------------------------------------------------------
 */
.support-request {
  min-height: 100vh;
  background-color: #FCFCFC;
}
.support-request_content {
  max-width: 100%;
  width: 100%;
  padding: 16px 6% 50px;
}
.support-request_kaden-list {
  padding: 20px 0 10px;
}
.support-request_add-item {
  height: 100px;
  border: 1px dashed #9E9E9E;
  border-radius: 10px;
  display: block;
  width: 100%;
}
.support-request_add-item__content {
  padding-top: 28px;
  height: 100%;
}
.support-request_add-item__icon-wrap {
  width: 32px;
  height: 32px;
  margin: 0 auto;
}
.support-request_add-item__icon {
  width: 100%;
  height: 100%;
}
.support-request_add-item__text {
  opacity: 0.5;
  text-align: center;
  font-size: 12px;
  margin-top: 2px;
}
.support-request .c_attention {
  margin-top: 15px;
  color: #404040;
}
.support-request .c_button-next {
  margin: 45px auto 0;
  width: 200px;
}

/*
 * trip
 * -------------------------------------------------------------------
 */
.support-trip {
  min-height: 100vh;
  background-color: #F2F2F2;
  padding-top: 16px;
}
.support-trip_content {
  max-width: 100%;
  width: 100%;
  background-color: #F2F2F2;
}
.support-trip_menu {
  padding: 20px 6%;
  background: #fff;
}
.support-trip .c_support-item {
  margin: 0 6% 20px;
}
.support-trip .m_navi-list {
  margin-top: 20px;
}
.support-trip .m_info-list {
  margin-top: 20px;
  padding-bottom: 145px;
}

/*
 * 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_phase {
  font-size: 2rem;
  text-align: left;
  margin-top: 40px;
}
.top_section {
  margin: 0 6%;
}
.top_list-title {
  font-size: 2rem;
  margin-top: 15px;
  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: rgb(165, 164, 164);
}
.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 */
