@charset "UTF-8";
.mobile,
.desktop {
  display: none;
  visibility: hidden;
}

@media not screen and (max-width: 720px) {
  .desktop {
    display: block;
    visibility: visible;
  }
}
@media screen and (max-width: 720px) {
  .mobile {
    display: block;
    visibility: visible;
  }
}
br.br-sp {
  display: none;
}
@media screen and (max-width: 720px) {
  br.br-sp {
    display: inline;
  }
}
.content--wide {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
}

.sup {
  font-size: 0.6em;
  vertical-align: top;
}

.bg-gray {
  background-color: #f5f5f5;
  padding: 4em 0;
}
@media screen and (max-width: 720px) {
  .bg-gray {
    padding: 2em 0;
  }
}

.bold {
  font-weight: bold;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex.flex-start {
  justify-content: flex-start;
}
@media screen and (max-width: 720px) {
  .flex {
    display: block;
  }
}

.footer_banners {
  margin: 2em auto;
  max-width: 1120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_banners > div {
  width: 30%;
}
@media screen and (max-width: 720px) {
  .footer_banners {
    display: block;
    margin: 2em 15px;
  }
  .footer_banners > div {
    width: 100%;
    margin-bottom: 1em;
  }
}

section {
  position: relative;
  margin: auto;
}
@media screen and (max-width: 720px) {
  section {
    max-width: auto;
    margin: 0 15px;
  }
}
section h3 {
  color: #6DB8AF;
  font-size: 1.5rem;
  margin: 0.5em auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bolder;
}
section h3 .caption {
  font-size: 14px;
  line-height: 1;
  position: relative;
  top: -6px;
  margin-right: 4px;
}
@media screen and (max-width: 720px) {
  section h3 {
    font-size: 1.2rem;
  }
}
.h3-subtitle {
  font-size: 1rem;
  color: #6DB8AF;
  text-align: center;
  margin: 0 auto 0.5em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 720px) {
  .h3-subtitle {
    font-size: 0.8rem;
  }
}
section p {
  font-family: "Noto Sans JP", sans-serif;
  color: #707070;
  font-size: 16px;
  line-height: 1.7;
  position: relative;
}
section p.align-left {
  text-align: left;
}
section p.small {
  font-size: 11px;
  line-height: 1.5;
  margin-top: 0.2em;
}
section p .caption {
  font-size: 11px;
  line-height: 1;
  position: relative;
  top: -3px;
  margin-right: 4px;
}
@media screen and (max-width: 720px) {
  section p {
    font-size: 14px;
    line-height: 1.6;
  }
}
section.cumec__product {
  margin: 4em auto;
  max-width: 740px !important;
}
section.cumec__product p {
  line-height: 1.6;
  font-weight: 600;
}


.p-page_content__inner section.cumec__product p {
  font-size: min(1.8vw, 16px);
  color: #575757;
  text-align: left;
}
@media screen and (max-width: 720px) {
  .p-page_content__inner section.cumec__product p {
    font-size: max(2.6vw, 14px);
  }
}
section.cumec__product .products__list {
  margin: 2em auto 0;
}
section.cumec__product .products__list ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 720px) {
  section.cumec__product .products__list ul {
    flex-wrap: wrap;
  }
}
section.cumec__product .products__list li {
  text-align: left;
  width: 21%;
  margin-bottom: 1em;
}
@media screen and (max-width: 720px) {
  section.cumec__product .products__list li {
    width: 47%;
  }
}
section.cumec__product .products__list a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
section.cumec__product .products__list h4 {
  font-size: 100%;
  margin: 0.3em 0 0.6em;
  color: #575757;
  white-space: nowrap;
  font-weight: bolder;
  font-family: "Noto Sans JP", sans-serif;
}
section.cumec__product .products__list p {
  font-size: 84%;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
section.cumec__product .products__list p.here {
  color: #6DB8AF;
  margin-top: auto;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
section.cumec__product .details {
  margin-top: 2em;
  text-align: center;
}
section.cumec__product .details img {
  margin: auto;
  max-width: 252px;
}

.float_banner {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  max-width: 300px;
}
.float_banner .img a img {
  display: block;
  max-width: 300px;
  margin: auto;
}
.float_banner .img a {
    opacity: 1;
    transition: opacity 0.2s;
}
.float_banner .img a:hover {
    opacity: .7;
}

.float_banner .close {
  z-index: 1000;
  position: absolute;
  right: -10px;
  top: -10px;
}
.float_banner .close span {
  display: flex;
  background-color: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  align-items: center;
  justify-content: center;
  color: #aaa;
  font-size: 14px;
  font-weight: normal;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 720px) {
  .float_banner {
    right: 0;
    left: 0;
    bottom: 20px;
    margin: auto;
    z-index: 999;
    max-width: 90%;
  }
  .float_banner .img a img {
    max-width: 100%;
  }
}

.floating-banner {
  position: fixed;
  bottom: clamp(20px, 5vw, 50px);
  right: 0;
  transition-property: opacity visibility;
  transition-duration: 0.3s;
  opacity: 1;
  visibility: visible;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(4vw, 14px);
  color: #575757;
}
.floating-banner.off {
  opacity: 0;
  visibility: hidden;
}
.floating-banner a {
  position: relative;
  display: flex;
  background: #fff;
  padding: 1em 1.5em;
  overflow: hidden;
  filter: drop-shadow(0px 0px min(1vw, 6px) rgba(0, 0, 0, 0.2));
}
.floating-banner a::after {
  content: "";
  width: 100%;
  height: calc(100% - 5px);
  border: 1px solid #6DB8AF;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(2.5px, -50%);
}
.floating-banner a:hover * {
  opacity: 0.8;
}
.floating-banner__txt__arw {
  width: 0.5em;
  aspect-ratio: 1/1;
  margin-left: 0.6em;
}
.floating-banner__txt__arw path {
  fill: #575757;
  stroke-width: 0px;
}
.floating-banner__close {
  background: #717171;
  border-radius: 50%;
  width: 2.5em;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-40%, -40%);
  cursor: pointer;
  filter: drop-shadow(0px 0px min(1vw, 6px) rgba(0, 0, 0, 0.16));
}
.floating-banner__close svg {
  width: 45%;
  aspect-ratio: 1/1;
}
.floating-banner__close svg path {
  fill: #fff;
  stroke-width: 0px;
}

/* このテキストは消さないでください */
@media screen and (max-width: 720px) {
  .p-account__inner__menu {
    display: none;
    visibility: hidden;
  }
  .l-container__row.u-margin__top--60 {
    margin-top: 0;
  }
}
[data-rank-name] {
  color: #fff;
  line-height: 1.4;
  padding: 0.2em;
  border-radius: 2.5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

[data-rank-name=レギュラー] {
  background: #076C60;
  background: linear-gradient(45deg, #076C60 0%, #008A7A 100%);
}

[data-rank-name=ブロンズ] {
  background: #7C4921;
  background: linear-gradient(45deg, #7C4921 0%, #BA5E17 100%);
}

[data-rank-name=シルバー] {
  background: #1D2F2F;
  background: linear-gradient(45deg, #1D2F2F 0%, #787878 100%);
}

[data-rank-name=ゴールド] {
  background: #5D4E00;
  background: linear-gradient(45deg, #5D4E00 0%, #997500 100%);
}

[data-rank-name=プラチナ] {
  background: #790A79;
  background: linear-gradient(45deg, #790A79 0%, #C337C3 100%);
}

.l-header__inner__block__link--customer-name {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 720px) {
  .l-header__inner__block__link--customer-name [data-customer-name-target] {
    display: none;
    visibility: hidden;
  }
}

.l-header__inner__block__item--rank-and-points {
  display: flex;
  align-items: center;
  border-left: 1px solid #D7DDDF;
  padding-left: 1em;
}
@media screen and (max-width: 720px) {
  .l-header__inner__block__item--rank-and-points {
    display: none;
    visibility: hidden;
  }
}
.l-header__inner__block__item--rank-and-points [data-rank-target] {
  color: #fff;
  font-size: 86%;
  line-height: 1.4;
  padding: 0.2em;
  border-radius: 2.5px;
}
.l-header__inner__block__item--rank-and-points [data-point-target] {
  margin-left: 0.5em;
}

.c-account_menu .c-account_menu__container__block__list__item__inner small {
  display: block;
  font-size: 75%;
  text-indent: -0.5em;
}

.c-gmenu__container__inner__customer {
  padding-bottom: 25px;
  color: #494949;
  font-size: 110%;
}
@media screen and (max-width: 720px) {
  .c-gmenu__container__inner__customer {
    padding-bottom: 20px;
  }
}
.c-gmenu__container__inner__customer p:not(:first-of-type) {
  margin: 0.3em 0;
}
.c-gmenu__container__inner__customer [data-point-target] {
  line-height: 1.2;
}

.c-gmenu__container__inner__list__item small {
  display: block;
  text-indent: -0.5em;
}
@media (max-width: 767px) {
  .u-hidden--sp { display: none !important; }
}
@media (min-width: 768px) {
  .u-hidden--pc { display: none !important; }
}

/*# sourceMappingURL=common.css.map */