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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

*,
*:before,
*:after {
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  word-break: normal;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  -webkit-appearance: none;
  font: inherit;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * ----------------------------------------------- */
body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

.font-serif {
  font-family: "Noto Serif JP", serif;
}

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

.hidden {
  display: none;
}

/* RESPONSIVE
 * ----------------------------------------------- */
@media print, (min-width: 520px) {
  body {
    font-size: 14px;
  }

  .container {
    min-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .wrapper {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  .sm {
    display: none !important;
  }

  .trans {
    opacity: 1;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 519.98px) {
  html {
    font-size: calc(100vw / 3.75);
  }

  body {
    font-size: 0.28rem;
  }

  .container {
    min-width: 320px;
  }

  .wrapper {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }

  .md {
    display: none !important;
  }
}
/* PARTS
 * ----------------------------------------------- */
/* COMMON HEADER
 * ----------------------------------------------- */
header {
  padding-top: 24px;
  min-height: 229px;
  position: relative;
  z-index: 99;
}
header .wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
header .header-navigation {
  width: 100%;
  position: relative;
}
header .list-navbar-top a {
  line-height: 2;
}
header .list-navbar-top .is-shop {
  background: url("../img/common/ico_blank_dark_green.svg") right top 2px/14px auto no-repeat;
}
header .is-language a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.3);
  line-height: 1;
}
header form {
  position: relative;
}
header .header-search {
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  color: #8d8d8d;
  font-weight: 500;
  outline: none;
  transition: width 0.3s ease;
}
header .search-button {
  background: #fff url("../img/common/ico_search_header.svg") top 4px right 7px/13px auto no-repeat;
  position: absolute;
}
header .navbar-link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
}
header .header-logo {
  margin: 0 auto;
}
header .menu-link {
  font-weight: 500;
  background: url("../img/common/ico_arrow_next.png") left center/7px auto no-repeat;
}
header .menu-link.is-blank {
  position: relative;
}
header .menu-link.is-blank::before {
  content: "";
  display: block;
  background: url("../img/common/ico_blank.png") center/contain no-repeat;
  position: absolute;
}
header .menu-link.is-coming {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  color: #9d9d9d;
  background: none;
}
header .menu-link.is-coming span {
  display: block;
  text-align: center;
  color: #9d9d9d;
  font-weight: 500;
  line-height: 1;
  border: 1px solid #9d9d9d;
}

@media print, (min-width: 520px) {
  header {
    background: url("../img/common/header_bg.png") left calc(50% - 715px) bottom/1800px auto repeat-x;
    min-height: 193px;
    position: relative;
    z-index: 99;
  }
  header .list-navbar-top,
  header .list-navbar-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  header .list-navbar-top {
    padding-left: 10px;
    margin-bottom: 9px;
  }
  header .list-navbar-top a {
    font-size: 10px;
    line-height: 2;
  }
  header .list-navbar-top .is-shop {
    padding-right: 20px;
    margin: 0 20px;
  }
  header .list-navbar-top li:nth-child(3) {
    width: 116.5px;
    height: 21px;
    position: relative;
  }
  header .list-navbar-top li:nth-child(3) form {
    position: absolute;
    left: 0;
    top: 0;
  }
  header .is-language {
    position: absolute;
    right: 25px;
    top: 2px;
  }
  header .is-language a {
    font-size: 10px;
    min-width: 44px;
    height: 18px;
    padding-bottom: 2px;
    white-space: nowrap;
  }
  header form {
    -ms-transform: scale(0.9);
        transform: scale(0.9);
    -ms-transform-origin: left center;
        transform-origin: left center;
  }
  header .header-search {
    width: 116.5px;
    height: 20px;
    padding-left: 6px;
    padding-right: 25px;
    padding-bottom: 3px;
    font-size: 10px;
    border-radius: 3px;
  }
  header .header-search.is-focus {
    width: 225px;
  }
  header .search-button {
    width: 25px;
    height: 20px;
    cursor: pointer;
    border-radius: 3px;
    top: 0;
    right: 0;
  }
  header .navbar-item.has-no-menu .navbar-link {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  header .navbar-item > .navbar-link {
    white-space: nowrap;
  }
  header .navbar-item.is-active .navbar-link {
    background: #fff;
  }
  header .navbar-item.is-active .navbar-menu {
    opacity: 1;
    visibility: visible;
    transition: none;
  }
  header .navbar-menu:before {
    content: "";
    display: block;
    width: 200vw;
    height: 100%;
    top: 0;
    left: -50vw;
    background: #fff;
    z-index: -1;
    position: absolute;
  }
  header .navbar-link {
    font-size: 12px;
    line-height: 2;
    padding: 0 13px;
    height: 40px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background: transparent;
    transition: all 0.3s ease;
  }
  header .list-navbar-bottom {
    margin-bottom: 10px;
    position: relative;
  }
  header .header-logo {
    width: 94px;
  }
  header .navbar-menu {
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  header .menu-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        align-items: flex-start;
    width: 1000px;
    padding: 27px 40px 40px 0;
    background: #fff;
  }
  header .side-menu {
    width: 200px;
    padding-top: 7px;
  }
  header .side-menu .menu-logo {
    display: block;
    width: 126px;
    margin: 0 auto;
  }
  header .side-menu .menu-link {
    display: inline-block;
    margin-left: 40px;
    margin-top: 2px;
    font-size: 10px;
    line-height: 2.2;
    padding-left: 12px;
  }
  header .main-menu {
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  header .main-menu.is-small .menu-link {
    font-size: 10px;
    line-height: 2.2;
    padding-left: 12px;
  }
  header .main-menu.is-small .list-menu {
    margin-top: 9px;
  }
  header .menu-link {
    margin-right: -15px;
    display: inline-block;
    font-size: 14px;
    padding-left: 15px;
    line-height: 2.1;
  }
  header .menu-link.is-blank {
    padding-right: 16px;
  }
  header .menu-link.is-blank:before {
    width: 9px;
    height: 8px;
    right: 0;
    top: 8px;
  }
  header .menu-link.is-coming span {
    font-size: 10px;
    width: 82px;
    line-height: 1.4;
    margin-left: 7px;
  }
  header .menu-title {
    font-size: 14px;
    font-weight: 700;
    padding: 18px 0;
    border-bottom: 2px solid #1bb08d;
    width: 100%;
  }
  header .menu-title a {
    padding: 0 15px;
    background: url("../img/common/ico_arrow_next.png") left center/7px auto no-repeat;
    position: relative;
  }
  header .menu-title a:before {
    content: "";
    display: block;
    width: 45px;
    height: 45px;
    background: center/contain no-repeat;
    position: absolute;
  }
  header .is-product .menu-title a:before {
    background-image: url("../img/common/ico_product.svg");
    right: -29px;
    top: -5px;
    width: 33px;
    height: 28px;
  }
  header .is-research .menu-title a:before {
    background-image: url("../img/common/ico_research.svg");
    right: -23px;
    top: -10px;
    width: 25px;
    height: 35px;
  }
  header .is-news .menu-title a:before {
    background-image: url("../img/common/ico_news.svg");
    right: -24px;
    top: -5px;
    width: 26px;
    height: 30px;
  }
  header .is-sustainability .menu-title a:before {
    background-image: url("../img/common/ico_sustainability.svg");
    right: -42px;
    top: -4px;
    width: 30px;
    height: 27px;
  }
  header .is-corporate .menu-title a:before {
    background-image: url("../img/common/ico_corporate.svg");
    right: -25px;
    top: -6px;
    width: 30px;
    height: 28px;
  }
  header .is-happy .menu-title a:before {
    background-image: url("../img/common/ico_happy.svg");
    right: -41px;
    top: -5px;
    width: 45px;
    height: 30px;
  }
  header .menu-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        align-items: flex-start;
    width: 200px;
    margin-right: 40px;
  }
  header .menu-block.is-large {
    width: 400px;
  }
  header .menu-block.is-large .list-menu {
    width: 400px;
  }
  header .menu-block.is-large .list-menu:first-of-type {
    width: 400px;
  }
  header .menu-block + .menu-block {
    -ms-flex: 1;
        flex: 1;
    margin: 0;
  }
  header .block-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    height: 29px;
    margin-top: 20px;
    font-size: 12px;
    padding: 0 13px 2px;
    font-weight: 700;
    color: #1bb08d;
    background: #f0f6f8;
    border-radius: 5px;
  }
  header .list-menu {
    width: 200px;
    margin-top: 13px;
  }
  header .list-menu:last-child {
    width: 120px;
  }
  header .list-menu:first-of-type {
    width: 200px;
  }
  header .is-show {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
  }

  header.is-top {
    background: none;
  }
  header.is-top .header-logo {
    width: 205px;
    margin-top: -7px;
  }
  header.is-top .header-logo img {
    width: 100%;
    margin-left: -5px;
  }

  .is-mac.is-safari header .header-search,
  .is-firefox header .header-search {
    padding-bottom: 0;
  }

  .is-mac.is-safari .is-ipad header .header-search {
    padding-bottom: 2px;
  }
}
@media only screen and (max-width: 519.98px) {
  header {
    padding-top: 0.07rem;
    min-height: 1.12rem;
    position: relative;
    z-index: 101;
  }
  header .header-background {
    display: block;
    width: 100%;
    height: 1.12rem;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/common/sp/header_bg.png") left -1.16rem bottom/7.92rem auto repeat-x;
    z-index: 5;
  }
  header.is-top .header-logo {
    width: 1.56rem;
    margin-top: 0;
  }
  header .wrapper {
    padding-left: 0.13rem;
    padding-right: 0.63rem;
  }
  header .button-menu {
    width: 0.33rem;
    height: 0.51rem;
    margin-top: 0.06rem;
    text-align: center;
    background: url("../img/common/ico_menu.svg") top center/0.33rem auto no-repeat;
    font-size: 0.1rem;
    font-weight: 700;
    position: relative;
    z-index: 11;
  }
  header .button-menu span {
    display: block;
    width: 0.5rem;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    white-space: nowrap;
  }
  header .button-menu .is-close {
    display: none;
  }
  header .header-logo {
    transition: all 0.3s ease;
    width: 1.2rem;
    margin-top: 0.1rem;
    position: relative;
    z-index: 11;
  }
  header .header-logo img {
    width: 100%;
  }
  header .side-menu {
    display: none;
  }
  header .navbar-menu {
    display: none;
  }
  header .header-navigation {
    position: absolute;
    top: 0.82rem;
    padding-top: 0.3rem;
    left: 0;
    width: 100%;
    height: calc(100vh - .82rem);
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    background: #fff;
    z-index: 2;
  }
  header .navigation-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        align-items: flex-start;
    padding: 0.05rem 0.3rem 1.5rem;
    z-index: 99;
    background: #fff;
  }
  header .list-navbar-top {
    -ms-flex-order: 1;
        order: 1;
    margin-top: 0.33rem;
  }
  header .list-navbar-top a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 1.6rem;
    height: 0.4rem;
    border-radius: 0.2rem;
    font-size: 0.14rem;
    padding-left: 0.18rem;
    background: #f0f6f8 url("../img/common/ico_support_circle.svg") left 0.06rem center/0.29rem auto no-repeat;
  }
  header .list-navbar-top .is-shop {
    margin-top: 0.12rem;
    margin-bottom: 0.2rem;
    padding-left: 0.04rem;
    background-color: #f0f6f8;
    background-image: url("../img/common/ico_shop_circle.png"), url("../img/common/ico_blank_dark_green.svg");
    background-position: left 0.06rem center, right 0.12rem center;
    background-size: 0.29rem auto, 0.14rem auto;
    background-repeat: no-repeat, no-repeat;
  }
  header .is-language a {
    background: #fff;
    border-radius: unset;
    font-size: 0.14rem;
    color: #000;
    width: 0.88rem;
    height: 0.3rem;
    margin-top: 0.24rem;
    padding: 0;
    text-transform: uppercase;
  }
  header .header-search {
    background: #f7f7f7;
    width: 2.6rem;
    height: 0.4rem;
    padding-left: 0.13rem;
    padding-right: 0.5rem;
    font-size: 0.14rem;
    border-radius: 0.03rem;
  }
  header .search-button {
    width: 0.5rem;
    height: 0.4rem;
    cursor: pointer;
    border-radius: 0.03rem;
    top: 0;
    right: 0;
    background: #f7f7f7 url("../img/common/ico_search_header.svg") right 0.16rem top 0.12rem/0.17rem auto no-repeat;
  }
  header .list-navbar-bottom {
    width: 100%;
  }
  header .navbar-item {
    width: 100%;
  }
  header .navbar-item.has-no-menu .navbar-link::after {
    display: none;
  }
  header .navbar-link {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-size: 0.18rem;
    padding: 0.15rem 0.52rem 0.16rem;
    color: #000;
    border-bottom: 0.01rem solid #e8e8e8;
    -ms-flex-pack: start;
        justify-content: flex-start;
    position: relative;
  }
  header .navbar-link::after {
    content: "";
    display: block;
    width: 0.34rem;
    height: 0.34rem;
    background: url("../img/common/ico_plus.png") center/contain no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
  header .navbar-link.is-active:after {
    background-image: url("../img/common/ico_minus.png");
  }
  header .is-product .navbar-link {
    background: url("../img/common/ico_product.svg") left 0.04rem top 0.11rem/0.33rem auto no-repeat;
  }
  header .is-research .navbar-link {
    background: url("../img/common/ico_research.svg") left 0.08rem top 0.12rem/0.22rem auto no-repeat;
  }
  header .is-news .navbar-link {
    background: url("../img/common/ico_news.svg") left 0.08rem top 0.14rem/0.24rem auto no-repeat;
  }
  header .is-sustainability .navbar-link {
    background: url("../img/common/ico_sustainability.svg") left 0.06rem top 0.18rem/0.26rem auto no-repeat;
  }
  header .is-corporate .navbar-link {
    background: url("../img/common/ico_corporate.svg") left 0.04rem top 0.13rem/0.28rem auto no-repeat;
  }
  header .is-happy .navbar-link {
    background: url("../img/common/ico_happy.svg") left 0.02rem top 0.17rem/0.36rem auto no-repeat;
  }
  header .navbar-menu {
    background: #f1fbf9;
  }
  header .main-menu.is-small {
    padding-bottom: 0.07rem;
    padding-top: 0;
  }
  header .main-menu.is-small .menu-title a {
    display: block;
    font-size: 0.12rem;
    font-weight: 500;
    padding: 0.06rem 0.39rem 0.08rem;
    background-position: left 0.2rem center;
  }
  header .main-menu.is-small .menu-link {
    font-size: 0.12rem;
    padding: 0 0.39rem;
    line-height: 2.5;
    background-position: left 0.2rem center;
    background-size: 0.07rem auto;
  }
  header .main-menu.is-small .list-menu:last-of-type {
    padding-top: 0.12rem;
    padding-bottom: 0.1rem;
  }
  header .main-menu.is-small .list-menu.is-first {
    padding-top: 0.12rem;
  }
  header .main-menu.is-small .list-menu.is-last {
    padding-top: 0;
  }
  header .main-menu {
    padding-top: 0.21rem;
    padding-bottom: 0.25rem;
  }
  header .block-title {
    font-size: 0.16rem;
    font-weight: 500;
    background: #d9f4ee;
    padding: 0.17rem 0.19rem;
  }
  header .menu-title a {
    display: block;
    font-size: 0.16rem;
    line-height: 2.5;
    padding-left: 0.4rem;
    font-weight: 500;
    background: url("../img/common/ico_arrow_next.png") left 0.2rem top 0.18rem/0.07rem auto no-repeat;
  }
  header .menu-link {
    display: block;
    width: 100%;
    font-size: 0.16rem;
    line-height: 2.5;
    padding-left: 0.4rem;
    background-position: left 0.2rem top 0.18rem;
  }
  header .menu-link.is-blank:before {
    background: url("../img/common/ico_blank_dark_green.svg") center/contain no-repeat;
    width: 0.14rem;
    height: 0.11rem;
    left: 0.94rem;
    top: 0.11rem;
  }
  header .menu-link.is-coming span {
    font-size: 0.1rem;
    width: 0.82rem;
    line-height: 1.4;
    margin-left: 0.09rem;
  }

  header.is-active .button-menu {
    background-image: url("../img/common/ico_menu_close.svg");
  }
  header.is-active .button-menu .is-close {
    display: block;
  }
  header.is-active .button-menu .is-open {
    display: none;
  }
  header.is-active .header-navigation {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visible 0.3s ease;
  }

  header.is-top .header-background {
    opacity: 0;
    transition: all 0.3s ease;
    transition-delay: 0.15s;
  }
  header.is-top.is-active {
    background-color: #fff;
  }
  header.is-top.is-active .header-logo {
    width: 1.2rem;
    margin-top: 0.1rem;
  }
  header.is-top.is-active .header-background {
    opacity: 1;
    transition-delay: unset;
  }
}
/* COMMON FOOTER
 * ----------------------------------------------- */
.button-footer-top {
  position: relative;
}
.button-footer-top .button-measure {
  width: 100%;
  position: absolute;
  left: 0;
  pointer-events: none;
}
.button-footer-top .button-toggle {
  border-radius: 50%;
  background: url(../img/common/ico_top_01.svg) center center/100% 100% no-repeat;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
  pointer-events: none;
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.button-footer-top .button-toggle.is-show {
  opacity: 1;
  pointer-events: auto;
}
.button-footer-top .button-toggle.is-show:hover {
  opacity: 0.8;
}
.button-footer-top .button-toggle.is-sticked {
  position: absolute;
}
@media print, (min-width: 520px) {
  .button-footer-top .button-measure {
    top: 0;
  }
  .button-footer-top .button-toggle {
    width: 38px;
    min-width: 38px;
    height: 38px;
    margin: 50px calc(50% - 420px);
  }
  .button-footer-top .button-toggle.is-sticked {
    top: -138px;
  }
}
@media all and (max-width: 1000px) and (min-width: 520px) {
  .button-footer-top .button-toggle {
    margin: 50px 80px;
  }
}
@media only screen and (max-width: 519.98px) {
  .button-footer-top .button-measure {
    top: 0.68rem;
  }
  .button-footer-top .button-toggle {
    width: 0.38rem;
    min-width: 0.38rem;
    height: 0.38rem;
    margin: 0.88rem 0.2rem;
  }
  .button-footer-top .button-toggle.is-sticked {
    margin: 0.2rem;
    top: -0.78rem;
  }
}

footer {
  background: rgba(94, 199, 208, 0.1);
  overflow: hidden;
}
footer .footer-navbar {
  width: 100%;
}
footer .wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
footer .footer-links {
  display: -ms-flexbox;
  display: flex;
}
footer .block-links-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  -ms-flex-direction: column;
      flex-direction: column;
}
footer .block-links span {
  display: block;
}
footer .block-title {
  position: relative;
}
footer .block-title a {
  display: inline-block;
}
footer .block-title::after {
  content: "";
  display: block;
  background-image: linear-gradient(to bottom, #41b08d, #5a93ff);
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
footer .list-links li {
  display: block;
  line-height: 1;
}
footer .list-links a {
  display: inline-block;
  line-height: 1.75;
}
footer .list-links .is-blank {
  background: url("../img/common/ico_blank.png") right top 6px/9px auto no-repeat;
  padding-right: 13px;
}
footer .list-links .is-coming {
  color: #9d9d9d;
}
footer .list-images a {
  display: block;
}
footer .contact-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
footer .contact-links a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
footer .contact-links span {
  color: #000;
  white-space: nowrap;
}
footer .contact-links .is-support {
  background: #fff url("../img/common/ico_support.svg") left 10px top 5px/10px auto no-repeat;
}
footer .contact-links .is-shop {
  background: #fff url("../img/common/ico_shop_dark.svg") left 8px center/16px auto no-repeat;
}
footer .contact-social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
footer .social-title {
  color: #000;
}
footer .list-social {
  display: -ms-flexbox;
  display: flex;
}
footer .list-social a {
  display: block;
  background: center/contain no-repeat;
}
footer .list-social .is-facebook {
  background-image: url("../img/common/90_facebook.png");
}
footer .list-social .is-twitter {
  background-image: url("../img/common/90_x.png");
}
footer .list-social .is-instagram {
  background-image: url("../img/common/90_instagram.png");
}
footer .list-social .is-youtube {
  background-image: url("../img/common/90_youtube.png");
}
footer .footer-logo {
  display: block;
}
footer .footer-logo img {
  width: 100%;
}
footer .footer-about {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  background: #fff;
}
footer .footer-about .wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
footer .list-about {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 1;
      flex: 1;
}
footer .list-about a {
  display: block;
  color: #000;
}
footer .footer-copyright {
  display: block;
  text-align: right;
}

footer.is-top {
  background: rgba(94, 199, 208, 0.35);
  border-top: 1px solid #fff;
}
footer.is-top .block-title,
footer.is-top .block-title a,
footer.is-top .list-links a,
footer.is-top .social-title {
  color: #fff;
}
footer.is-top .list-links .is-blank {
  background-image: url("../img/common/ico_blank_white.svg");
}
footer.is-top .list-about a,
footer.is-top .footer-copyright {
  color: #a0a0a0;
}

@media print, (min-width: 520px) {
  footer .wrapper {
    padding: 42px 40px 14px;
  }
  footer .block-links-wrapper {
    width: 200px;
  }
  footer .block-links {
    width: 100%;
  }
  footer .block-links-wrapper.is-special {
    width: 120px;
    margin-left: auto;
  }
  footer .block-title {
    font-size: 12px;
    padding-left: 14px;
  }
  footer .block-title:after {
    width: 7px;
    height: 15px;
    border-radius: 7px;
    top: 8px;
  }
  footer .block-title span {
    font-size: 10px;
  }
  footer .list-links {
    margin: 9px 0 23px 14px;
  }
  footer .list-links a {
    font-size: 10px;
    -ms-transform: scale(0.9);
        transform: scale(0.9);
    -ms-transform-origin: left center;
        transform-origin: left center;
  }
  footer .list-images {
    margin-top: 10px;
  }
  footer .list-images a {
    margin-bottom: 11px;
  }
  footer .footer-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    position: absolute;
    right: 40px;
    bottom: 19px;
  }
  footer .footer-contact {
    padding: 0 40px 5px 0;
  }
  footer .contact-links a {
    width: 95px;
    height: 25px;
    border-radius: 25px;
    margin-left: 10px;
  }
  footer .contact-links span {
    font-size: 10px;
    -ms-transform: scale(0.9);
        transform: scale(0.9);
    -ms-transform-origin: center;
        transform-origin: center;
  }
  footer .contact-links .is-support {
    padding-left: 21px;
  }
  footer .contact-links .is-shop {
    padding-left: 10px;
  }
  footer .contact-social {
    margin-top: 12px;
  }
  footer .social-title {
    font-size: 10px;
    margin-right: 7px;
  }
  footer .list-social a {
    width: 29px;
    height: 29px;
    margin-left: 4px;
  }
  footer .footer-logo {
    width: 160px;
  }
  footer .footer-about .wrapper {
    padding: 0 5px 0 22px;
  }
  footer .list-about a {
    margin-right: 10px;
    font-size: 10px;
  }
  footer .footer-copyright {
    -ms-transform: scale(0.8);
        transform: scale(0.8);
    -ms-transform-origin: right center;
        transform-origin: right center;
    line-height: 1;
    font-size: 10px;
    margin-right: 16px;
    padding-top: 3px;
  }
  footer .footer-image {
    width: 36px;
  }

  .is-mac footer .contact-links a {
    padding-bottom: 2px;
  }
}
@media only screen and (max-width: 519.98px) {
  footer {
    margin-bottom: 0.68rem;
  }
  footer .wrapper {
    padding: 0.74rem 0.17rem 0.56rem;
  }
  footer .footer-links {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .block-links-wrapper {
    width: 53%;
  }
  footer .block-links-wrapper:nth-child(2) {
    width: 47%;
  }
  footer .block-links-wrapper.is-special {
    width: 100%;
    margin-top: 0.05rem;
  }
  footer .list-images {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 0.07rem 0.1rem;
  }
  footer .list-images a {
    width: 1.39rem;
    margin: 0 0.1rem 0.05rem;
  }
  footer .list-images img {
    width: 100%;
  }
  footer .block-title {
    font-size: 0.15rem;
    font-weight: 700;
    line-height: 2;
    padding-left: 0.18rem;
  }
  footer .block-title span {
    font-size: 0.12rem;
    line-height: 1.8;
    margin-bottom: -0.04rem;
  }
  footer .block-title:after {
    width: 0.09rem;
    height: 0.2rem;
    border-radius: 0.09rem;
    top: 0.15rem;
  }
  footer .list-links {
    margin: 0.07rem 0 0.23rem 0.18rem;
  }
  footer .list-links li {
    font-size: 0.12rem;
  }
  footer .list-links a {
    font-size: 0.12rem;
    line-height: 1.5;
    padding: 0.04rem 0;
  }
  footer .list-links .is-blank {
    background-position: right top 0.08rem;
    background-size: 0.13rem auto;
    padding-right: 0.24rem;
  }
  footer .is-coming {
    white-space: nowrap;
  }
  footer .is-coming span {
    font-size: 0.1rem;
    -ms-transform: scale(0.9);
        transform: scale(0.9);
    -ms-transform-origin: center;
        transform-origin: center;
  }
  footer .footer-info {
    width: 100%;
  }
  footer .footer-contact {
    padding: 0.52rem 0.13rem 0.33rem;
  }
  footer .contact-links a {
    width: 1.48rem;
    height: 0.39rem;
    border-radius: 0.39rem;
    margin-right: 0.2rem;
  }
  footer .contact-links span {
    font-size: 0.11rem;
  }
  footer .contact-links .is-support {
    padding-left: 0.32rem;
    background-position: left 0.16rem top 0.08rem;
    background-size: 0.15rem auto;
  }
  footer .contact-links .is-shop {
    padding-left: 0.16rem;
    background-position: left 0.11rem top 0.08rem;
    background-size: 0.25rem auto;
  }
  footer .contact-social {
    margin-top: 0.27rem;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
  footer .social-title {
    font-size: 0.14rem;
    padding-bottom: 0.06rem;
  }
  footer .list-social a {
    width: 0.45rem;
    height: 0.45rem;
    margin-left: 0.06rem;
  }
  footer .footer-logo {
    width: 2.08rem;
    margin-left: 0.59rem;
  }
  footer .footer-about .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0.18rem 0.23rem 0.2rem 0.29rem;
  }
  footer .list-about {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex: unset;
        flex: unset;
  }
  footer .list-about li:first-child {
    width: 100%;
  }
  footer .list-about a {
    margin-right: 0.1rem;
    font-size: 0.1rem;
    line-height: 1.7;
  }
  footer .footer-copyright {
    line-height: 1;
    font-size: 0.1rem;
    padding-top: 0.16rem;
  }
  footer .footer-image {
    width: 0.33rem;
    margin-left: auto;
    margin-top: 0.03rem;
  }

  .footer-sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
  }
  .footer-sticky .list-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    height: 0.68rem;
  }
  .footer-sticky li {
    width: calc(100% / 3);
    height: 100%;
  }
  .footer-sticky li:nth-child(2) {
    border-left: 1px solid rgba(112, 112, 112, 0.1);
    border-right: 1px solid rgba(112, 112, 112, 0.1);
  }
  .footer-sticky a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 10px;
    padding-bottom: 11px;
    font-weight: 500;
    height: 100%;
  }
  .footer-sticky a .is-close {
    display: none;
  }
  .footer-sticky .is-home {
    background: url("../img/common/ico_home.svg") top 0.13rem center/0.23rem auto no-repeat;
  }
  .footer-sticky .is-product {
    background: url("../img/common/ico_product.svg") top 0.11rem center/0.33rem auto no-repeat;
  }
  .footer-sticky .is-search {
    background: url("../img/common/ico_search.svg") top 0.12rem center/0.25rem auto no-repeat;
  }
  .footer-sticky .is-search.is-active {
    background: url("../img/common/ico_close.svg") top 0.13rem center/0.27rem auto no-repeat;
  }
  .footer-sticky .is-search.is-active .is-open {
    display: none;
  }
  .footer-sticky .is-search.is-active .is-close {
    display: block;
  }
  .footer-sticky .footer-search {
    width: 100%;
    height: 0.68rem;
    position: absolute;
    bottom: 100%;
    left: 0;
    padding: 0.12rem 0.1rem 0.1rem;
    background: #f0f6f8;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  .footer-sticky .footer-search.is-show {
    opacity: 1;
    visibility: visible;
  }
  .footer-sticky .search-button {
    display: block;
    width: 0.45rem;
    height: 0.45rem;
    background: #fff url("../img/common/ico_search.svg") top 0.11rem right 0.12rem/0.22rem auto no-repeat;
    position: absolute;
    border-radius: 0.1rem;
    right: 0.1rem;
    top: 0.12rem;
  }
  .footer-sticky .input-search {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    height: 0.45rem;
    font-size: 0.14rem;
    font-weight: 500;
    color: #8d8d8d;
    padding-left: 0.17rem;
    padding-right: 0.5rem;
    border-radius: 0.1rem;
    background: #fff;
    outline: none;
  }

  footer.is-top {
    border-top: none;
  }
}

/*202201追記*/
footer.is-top {
  background: rgba(0, 119, 119, 0.35);
}

footer.is-top .block-title:after {
  background-image: none;
  background-color: #fff;
 }

@media print, (min-width: 520px) {
  header .list-navbar-top a {
    font-size: 12px;
  }

  header .header-search {
	font-size: 11px;
  }

  footer .block-title {
	font-size: 14px;
  }

  footer .block-title:after {
	top: 10px;
  }

  footer .list-links a {
	font-size: 12px;
  }

  footer .contact-links a {
	width: 113px;
  }

  footer .contact-links span {
	font-size: 11px;
  }

  footer .list-links .is-blank {
	background: none;
	padding-right: 18px;
	position: relative;
  }

  footer .list-links .is-blank:after {
	content: '';
    width: 11px;
    height: 10px;
    background: url(../img/common/ico_blank.png) no-repeat;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
	position: absolute;
  }

  footer.is-top .list-links .is-blank {
	background: url(../img/common/ico_blank_white.svg) right center no-repeat;
    background-size: 12px 9px;
	padding-right: 18px;
  }

  footer.is-top .list-links .is-blank:after {
	display: none;
  }
}


/*20220211追記*/
.item-title sub,
.item-text sub,
.item-detail sub{
  font-size: 0.6em;
}

/*フッターバナー増加によるフッター余白調整*/
@media print, (min-width: 520px) {
  footer .wrapper {
	padding: 42px 40px 94px;
  }
}

/*# sourceMappingURL=common.css.map */