@charset "UTF-8";
/* ファイル名:style.css */
@font-face {
  font-family: "Yu Gothic";
  font-weight: 100;
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic";
  font-weight: 200;
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic";
  font-weight: 300;
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic";
  font-weight: 400;
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic";
  font-weight: 700;
  src: local("Yu Gothic Bold");
}
@font-face {
  font-family: "Helvetica Neue";
  font-weight: 100;
  src: local("Helvetica Neue Regular");
}
@font-face {
  font-family: "Helvetica Neue";
  font-weight: 200;
  src: local("Helvetica Neue Regular");
}
body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  /* stylelint-disable-next-line media-feature-name-no-unknown */
}
@media only screen and (min-device-pixel-ratio: 2), (resolution >= 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

.container_cha {
  /* Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property */
  /* Preferred box-sizing value */
  /* Remove list styles (bullets/numbers) */
  /* For images to not be able to exceed their container */
  /* removes spacing between cells in tables */
  /* revert the 'white-space' property for textarea elements on Safari */
}
.container_cha *:where(:not(iframe, canvas, img, svg, video, svg *, .splide *)) {
  all: unset;
  display: revert;
}
.container_cha *,
.container_cha *::before,
.container_cha *::after {
  box-sizing: border-box;
}
.container_cha ol,
.container_cha ul {
  list-style: none;
}
.container_cha table {
  border-collapse: collapse;
}
.container_cha textarea {
  white-space: revert;
}
.container_cha picture {
  display: block;
}
.container_cha svg:where(:not([fill])) {
  fill: currentcolor;
}
.container_cha img,
.container_cha svg {
  pointer-events: none;
}
.container_cha a:where(:not([color])) {
  color: currentcolor;
}
@media (hover: hover) {
  .container_cha a:hover {
    text-decoration: none;
  }
}
@media (hover: none) {
  .container_cha a:active {
    text-decoration: none;
  }
}
.container_cha a,
.container_cha button,
.container_cha input[type=button],
.container_cha input[type=submit] {
  cursor: pointer;
}
.container_cha a,
.container_cha button,
.container_cha label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.container_cha sub {
  font-size: 0.8em;
  line-height: 1;
  vertical-align: sub;
}
.container_cha [v-cloak] {
  visibility: hidden;
}

img,
svg,
video {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}

button,
input[type=button] {
  display: block;
  width: 100%;
}
button:focus,
input[type=button]:focus {
  outline: none;
}

.is-not-template {
  margin: 0;
}

:root {
  --cha-vw: 100vw;
  --cha-first-view-height: 100svh;
  --cha-contents-width: calc(46.875rem + 2px);
  --cha-color-base: #111111;
  --cha-color-base-rgb: 17 17 17;
  --cha-color-bg: #ffffff;
  --cha-color-bg-rgb: 255 255 255;
  --cha-color-primary: #ff0000;
  --cha-color-primary-rgb: 255 0 0;
  --cha-color-secondary: #dd0000;
  --cha-color-secondary-rgb: 221 0 0;
  --cha-color-tertiary: #bb0000;
  --cha-color-tertiary-rgb: 187 0 0;
  --cha-color-black: #000000;
  --cha-color-black-rgb: 0 0 0;
  --cha-color-white: #ffffff;
  --cha-color-white-rgb: 255 255 255;
  --cha-color-pink: #ff94b8;
  --cha-color-pink-rgb: 255 148 184;
  --cha-color-blue: #00a8ff;
  --cha-color-blue-rgb: 0 168 255;
  --cha-color-green: #69ba57;
  --cha-color-green-rgb: 105 186 87;
  --cha-color-light-red: #ff6767;
  --cha-color-light-red-rgb: 255 103 103;
  --cha-color-orange: #ffa067;
  --cha-color-orange-rgb: 255 160 103;
  --cha-color-gray: #d9d9d9;
  --cha-color-gray-rgb: 217 217 217;
  --cha-color-light-gray: #f2f2f2;
  --cha-color-light-gray-rgb: 242 242 242;
  --cha-breakpoints-xs: 320px;
  --cha-breakpoints-sm: 768px;
  --cha-breakpoints-md: 1024px;
  --cha-breakpoints-ml: 1280px;
  --cha-breakpoints-lg: 1440px;
  --cha-breakpoints-xl: 1680px;
  --cha-breakpoints-full: 9999px;
  --cha-design-view-width-pc: 1440px;
  --cha-design-view-width-sp: 750px;
  --cha-zindex-back: 0;
  --cha-zindex-middle: 10;
  --cha-zindex-front: 100;
  --cha-zindex-modal: 1000;
  --cha-zindex-magic: 10000;
  --cha-font-size-base-pc: 1.875rem;
  --cha-font-size-base-sp: 1.625rem;
  --cha-font-weight-thin: 100;
  --cha-font-weight-extralight: 200;
  --cha-font-weight-light: 300;
  --cha-font-weight-regular: 400;
  --cha-font-weight-medium: 500;
  --cha-font-weight-semibold: 600;
  --cha-font-weight-bold: 700;
  --cha-font-weight-extrabold: 800;
  --cha-font-weight-black: 900;
  --cha-font-family-base: sans-serif;
  --cha-font-family-shuei-kakugo-gin-b: "Shuei KakuGo Gin B", sans-serif;
  --cha-font-family-shuei-kakugo-gin-m: "Shuei KakuGo Gin M", sans-serif;
  --cha-leading-none: 0;
  --cha-leading-tight: 1;
  --cha-leading-snug: 1.3;
  --cha-leading-base: 1.6;
  --cha-leading-relaxed: 2;
  --cha-leading-loose: 2.2;
  --cha-tracking-none: 0;
  --cha-tracking-tighter: 0.01em;
  --cha-tracking-tight: 0.04em;
  --cha-tracking-base: 0.05em;
  --cha-tracking-wide: 0.08em;
  --cha-tracking-wider: 0.2em;
  --cha-tracking-widest: 0.28em;
  --cha-ease-none: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  --cha-ease-power1-in: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --cha-ease-power1-inout: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --cha-ease-power1-out: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --cha-ease-power2-in: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --cha-ease-power2-inout: cubic-bezier(0.645, 0.045, 0.355, 1);
  --cha-ease-power2-out: cubic-bezier(0.215, 0.61, 0.355, 1);
  --cha-ease-power3-in: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --cha-ease-power3-inout: cubic-bezier(0.77, 0, 0.175, 1);
  --cha-ease-power3-out: cubic-bezier(0.165, 0.84, 0.44, 1);
  --cha-ease-power4-in: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --cha-ease-power4-inout: cubic-bezier(0.86, 0, 0.07, 1);
  --cha-ease-power4-out: cubic-bezier(0.23, 1, 0.32, 1);
  --cha-ease-expo-in: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --cha-ease-expo-inout: cubic-bezier(1, 0, 0, 1);
  --cha-ease-expo-out: cubic-bezier(0.19, 1, 0.22, 1);
  --cha-ease-circ-in: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --cha-ease-circ-inout: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --cha-ease-circ-out: cubic-bezier(0.075, 0.82, 0.165, 1);
  --cha-ease-back-in: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --cha-ease-back-inout: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --cha-ease-back-out: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --cha-ms-fast: 200ms;
  --cha-ms-base: 320ms;
  --cha-ms-slow: 600ms;
}

@media screen and (min-width: 768px) and (min-width: 1440px) {
  html {
    font-size: calc(var(--cha-vw) * 0.6666666667 / 90);
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  html {
    font-size: 66.7%;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(var(--cha-vw) / 46.875);
  }
}

@media screen and (max-width: 767px) {
  .u-display-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .u-display-sp {
    display: none;
  }
}

.u-list {
  list-style: none;
}
.u-list > li {
  position: relative;
}
.u-list > li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 1.8em;
  height: 1.8em;
}
.u-list li {
  list-style-type: none;
}
.u-list-disc > li {
  padding-left: 1em;
}
.u-list-disc > li::before {
  left: 0.1em;
  content: "・";
}
.u-list-note > li {
  padding-left: 1.5em;
}
.u-list-note > li::before {
  left: 0;
  content: "※";
}
.u-list-decimal {
  counter-reset: item;
}
.u-list-decimal > li {
  padding-left: 2.3em;
}
.u-list-decimal > li::before {
  justify-content: flex-end;
  white-space: nowrap;
  content: counters(item, "-") ". ";
  counter-increment: item;
}

.u-marker {
  color: var(--color-white);
  background-image: linear-gradient(transparent 15%, #ff305f 15%);
  background-repeat: no-repeat;
  background-size: 100% 90%;
}
@media screen and (min-width: 768px) {
  .u-marker {
    padding: 0 0.1875rem 0.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .u-marker {
    padding: 0 0.125rem 0.125rem;
  }
}

.u-order-1 {
  order: 1;
}
@media screen and (min-width: 768px) {
  .u-order-1-pc {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .u-order-1-sp {
    order: 1;
  }
}
.u-order-2 {
  order: 2;
}
@media screen and (min-width: 768px) {
  .u-order-2-pc {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .u-order-2-sp {
    order: 2;
  }
}
.u-order-3 {
  order: 3;
}
@media screen and (min-width: 768px) {
  .u-order-3-pc {
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .u-order-3-sp {
    order: 3;
  }
}
.u-order-4 {
  order: 4;
}
@media screen and (min-width: 768px) {
  .u-order-4-pc {
    order: 4;
  }
}
@media screen and (max-width: 767px) {
  .u-order-4-sp {
    order: 4;
  }
}
.u-order-5 {
  order: 5;
}
@media screen and (min-width: 768px) {
  .u-order-5-pc {
    order: 5;
  }
}
@media screen and (max-width: 767px) {
  .u-order-5-sp {
    order: 5;
  }
}

.breadcrumb {
  font-size: 14px;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 5px;
}
.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 5px;
}

.btn {
  padding: 16px 26px 15px;
  font-size: 18px;
  border-radius: 4px;
}
.btn__in::after {
  font-size: 12px;
}
.btn__loading img, .btn__loading object {
  width: 60px;
  height: 15px;
}
.btn.is-small {
  padding: 12px 24px;
  font-size: 16px;
}
.btn.is-txt-small {
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 16px;
}
.btn.is-mini {
  padding: 8px 22px;
  font-size: 14px;
}
.btn.is-login {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 19px;
}
.btn.is-login.is-login-large {
  padding-top: 18px;
  padding-bottom: 18px;
}
.btn.is-buy {
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 19px;
}
.btn.is-save {
  font-size: 17px;
}
.btn.is-cancel {
  font-size: 17px;
}
.btn.is-change {
  padding: 14px 24px;
  font-size: 16px;
}

.table.for-size {
  font-size: 13px;
}
.table.for-size th,
.table.for-size td {
  padding: 9px;
}

.fsc_alert__wrap {
  padding-right: 15px;
  padding-left: 15px;
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
}
.fsc_alert__msg {
  padding: 22px 0;
}
.fsc_alert__txt {
  font-size: 18px;
}
.fsc_alert__icn {
  height: 20px;
  margin-right: 10px;
  font-size: 20px;
}
.fsc_alert__icn i {
  height: 20px;
}
html.is-ms body.is-modal .fsc_alert__wrap {
  padding-right: 32px;
}

.fsc_backorder {
  padding: 1px;
  font-size: 12px;
}

.fsc_btn-icn {
  padding: 14px 30px;
  font-size: 16px;
  border-radius: 4px;
}
.fsc_btn-icn__icn {
  margin-right: 10px;
}

.fsc_btn {
  padding: 16px 26px 15px;
  font-size: 18px;
  border-radius: 4px;
}
.fsc_btn__in::after {
  font-size: 12px;
}
.fsc_btn__loading img, .fsc_btn__loading object {
  width: 60px;
  height: 15px;
}
.fsc_btn.is-small {
  padding: 12px 24px;
  font-size: 16px;
}
.fsc_btn.is-txt-small {
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 16px;
}
.fsc_btn.is-mini {
  padding: 8px 22px;
  font-size: 14px;
}
.fsc_btn.is-login {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 19px;
}
.fsc_btn.is-login.is-login-large {
  padding-top: 18px;
  padding-bottom: 18px;
}
.fsc_btn.is-buy {
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 19px;
}
.fsc_btn.is-save {
  font-size: 17px;
}
.fsc_btn.is-cancel {
  font-size: 17px;
}
.fsc_btn.is-change {
  padding: 14px 24px;
  font-size: 16px;
}

.fsc_container {
  padding-right: 15px;
  padding-left: 15px;
}

.fsc_del-ptn {
  font-size: 13px;
}
.fsc_del-ptn.is-large {
  font-size: 16px;
}
.fsc_del-ptn.is-mini, .fsc_del-ptn.for-thumb {
  font-size: 11px;
}
.fsc_del-ptn.is-new {
  font-size: 16px;
}
.fsc_del-ptn.is-small, .fsc_del-ptn.is-tall, .fsc_del-ptn.is-unisex, .fsc_del-ptn.is-pocket, .fsc_del-ptn.is-jpn, .fsc_del-ptn.is-print, .fsc_del-ptn.is-sewing, .fsc_del-ptn.is-heat-resistant, .fsc_del-ptn.is-microwave, .fsc_del-ptn.is-assembly, .fsc_del-ptn.is-matching, .fsc_del-ptn.is-change, .fsc_del-ptn.is-reserve, .fsc_del-ptn.is-flight, .fsc_del-ptn.is-cool, .fsc_del-ptn.is-included, .fsc_del-ptn.is-alcohol, .fsc_del-ptn.is-not-applicable, .fsc_del-ptn.is-new-arrival, .fsc_del-ptn.is-catalog, .fsc_del-ptn.is-member, .fsc_del-ptn.is-medicine, .fsc_del-ptn.is-shipping, .fsc_del-ptn.is-shopping, .fsc_del-ptn.is-bargain, .fsc_del-ptn.is-merry, .fsc_del-ptn.is-booking {
  padding: 0 3px;
}
.fsc_del-ptn.is-first, .fsc_del-ptn.is-beginner, .fsc_del-ptn.is-intermediate, .fsc_del-ptn.is-advanced, .fsc_del-ptn.is-program {
  padding: 0 3px;
}

.fsc_emergency {
  padding: 24px 0;
}
.fsc_emergency__h {
  font-size: 16px;
}
.fsc_emergency__body {
  margin-top: 6px;
  font-size: 15px;
}

.fsc_frame-btn {
  padding-top: 25px;
  padding-bottom: 25px;
}
.fsc_frame-btn__h {
  font-size: 14px;
}
.fsc_frame-btn__sub {
  margin-top: 3px;
  font-size: 10px;
}
.fsc_frame-btn__sub__icn {
  width: 12px;
  margin-right: 2px;
}
.fsc_frame-btn__lead {
  margin-top: 6px;
  font-size: 12px;
}
.fsc_frame-btn__checkbox__box {
  width: 25px;
  height: 25px;
  border-radius: 3px;
}
.fsc_frame-btn__checkbox__box::after {
  font-size: 11px;
}
.fsc_frame-btn:not(.is-checkbox) .fsc_frame-btn__caption::after {
  width: 70px;
  font-size: 12px;
}
.fsc_frame-btn.is-simple .fsc_frame-btn__txt {
  font-size: 14px;
}
.fsc_frame-btn:hover .fsc_frame-btn__caption::after {
  transform: translateX(5px);
}

.fsc_gbag__close-btn {
  max-width: 370px;
  margin-top: 40px;
}

.fsc_gbag-group__link::after {
  font-size: 12px;
}
.fsc_gbag-group__h {
  font-size: 18px;
}

.fsc_gbag-limit__ttl {
  padding: 28px 22px;
  font-size: 16px;
}
.fsc_gbag-limit__date {
  padding: 28px 20px;
  font-size: 19px;
}
.fsc_gbag-limit__date > i {
  margin-right: 10px;
  font-size: 21px;
}
.fsc_gbag-limit__last > dl {
  font-size: 16px;
}
.fsc_gbag-limit__last > dl > dd > span {
  font-size: 20px;
}
.fsc_gbag-limit__last > dl > dd > span > em {
  font-size: 30px;
}
.fsc_gbag-limit__last.is-today {
  font-size: 18px;
}

.fsc_gbag-recent-sp {
  margin-right: -10px;
  margin-left: -10px;
}

.fsc_gfooter-recent {
  padding-top: 85px;
  padding-bottom: 50px;
}

.fsc_gfooter__banners {
  padding-top: 50px;
  padding-bottom: 50px;
}

.fsc_gfooter__breadcrumb {
  padding: 12px 15px 11px;
  margin: 0;
}

#footercontent .fsc_gfooter__breadcrumb {
  display: none;
}

.fsc_gfooter__links-group__h {
  font-size: 15px;
}

.fsc_gfooter__link:hover .fsc_gfooter__link__in::after {
  transform: translateX(5px);
}

.fsc_gfooter__copies {
  padding-top: 30px;
}

.fsc_gfooter__global-links__items {
  font-size: 14px;
}

.fsc_gfooter__global-link {
  padding: 0 5px;
}

.fsc_gfooter__copies {
  padding-bottom: 35px;
}

.fsc_gfooter__logo {
  margin-top: 30px;
}

.fsc_gfooter__logo a {
  width: 116px;
}

.fsc_gfooter__copy {
  margin-top: 17px;
  font-size: 11px;
}

.fsc_gheader-wrap.shop {
  height: 185px;
}

.fsc_gheader-wrap.shop-detail-has-nav {
  height: 229px;
}

.fsc_gheader-wrap.shop-detail-has-nav.is-detail-nav-fixed .fsc_gheader-wrap__main {
  transform: translateY(-185px);
}

.fsc_gheader__tagline {
  top: 52px;
  margin-right: -5px;
  font-size: 12px;
}

.fsc_gheader__items {
  margin-right: -15px;
}

.fsc_gheader__items-wrap__lang {
  margin-right: 30px;
}

.fsc_gheader__link {
  width: 58px;
  font-size: 25px;
}

.fsc_gheader__menu {
  left: 2.5px;
}

.fsc_gheader__opener {
  font-size: 25.5px;
}

.fsc_glang__h {
  font-size: 13px;
}

.fsc_glang__h::before {
  margin-right: 6px;
  font-size: 17px;
}

.fsc_glang__select__txt {
  font-size: 15px;
}

.fsc_gnav-login__h {
  font-size: 16px;
}

.fsc_gnav-login__btn {
  margin-top: 15px;
}

.fsc_gnav-sec + .fsc_gnav-sec {
  margin-top: 42px;
}

.fsc_gnav-sec__h {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
}

.fsc_gnav-sec__body:not(:first-child) {
  margin-top: 12px;
}

.fsc_gnav-sec__block + .fsc_gnav-sec__block {
  margin-top: 30px;
}

.fsc_gnav-sec__no-shop {
  padding: 40px;
  font-size: 16px;
}

.fsc_frame-btns + .fsc_gnav-sec__no-shop {
  margin-top: 20px;
}

.fsc_gnav-sec__btn {
  max-width: 370px;
  margin-top: 30px;
}

.fsc_gnav__close-btn {
  max-width: 370px;
  margin-top: 43px;
}

.fsc_gsearch-header__close__btn {
  font-size: 17px;
}

.fsc_gsearch-tabs__tab {
  font-size: 15px;
}

.fsc_gsearch-tabs__tab > span,
.fsc_gsearch-tabs__tab h1 {
  height: 46px;
  font-size: 15px;
}

.fsc_gsearch-tabs__tab::after {
  bottom: -1px;
  height: 2px;
}

.fsc_gsearch__parent > span {
  padding: 18px 0 18px 9px;
  font-size: 16px;
}

.fsc_gsearch__parent > span::after {
  width: 40px;
  margin-right: 10px;
  font-size: 12px;
}

.fsc_gsearch__child > span {
  padding: 18px 0;
  font-size: 15px;
}

.fsc_gsearch__child > span::after {
  width: 40px;
  margin-right: 10px;
  font-size: 12px;
}

.fsc_gsearch__child:hover > span::after {
  transform: translateX(5px);
}

.fsc_gsearch__close-btn {
  max-width: 370px;
  margin-top: 43px;
}

.fsc_guser-menu-link {
  padding: 34px 20px 40px;
}

.fsc_guser-menu-link__icn {
  height: 50px;
  font-size: 34px;
}

.fsc_guser-menu-link__label {
  display: block;
  margin-top: 15px;
  margin-top: 15px;
  font-size: 15px;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
}

.fsc_guser-menu-link.is-cardboard .fsc_guser-menu-link__icn__img {
  width: 34px;
}

.fsc_guser-menu-link.is-merry .fsc_guser-menu-link__icn__img {
  width: 52px;
}

.fsc_guser-menu-link.is-business-card .fsc_guser-menu-link__icn__img {
  width: 40px;
}

.fsc_guser-menu-link.is-coupon .fsc_guser-menu-link__icn__img {
  width: 44px;
}

.fsc_guser-menu-link.is-payment .fsc_guser-menu-link__icn__img {
  width: 39px;
}

.fsc_guser-menu-link.is-payment-handling .fsc_guser-menu-link__icn__img {
  width: 39px;
}

.fsc_guser-menu-link.is-payment-method .fsc_guser-menu-link__icn__img {
  width: 40px;
}

.fsc_guser-menu-link.is-gift-address .fsc_guser-menu-link__icn__img {
  width: 35px;
}

.fsc_guser-menu-link.is-registration-size .fsc_guser-menu-link__icn__img {
  width: 39px;
}

.fsc_guser-menu__item::after {
  height: calc(100% - 22px);
}

.fsc_guser__header__name {
  font-size: 19px;
}

.fsc_guser__header__name small {
  font-size: 15px;
}

.fsc_guser__header__info {
  margin-top: 5px;
}

.fsc_guser__header__num {
  font-size: 13px;
}

.fsc_guser__header__logout {
  margin-left: 14px;
  font-size: 13px;
}

.fsc_guser__header__point__how {
  margin-top: 3px;
  font-size: 13px;
}

.fsc_guser__header__point__h {
  font-size: 14px;
}

.fsc_guser__header__point__num {
  font-size: 17px;
}

.fsc_guser__header__point__date {
  font-size: 12px;
}

.fsc_guser__order {
  padding: 20px 0 20px 23px;
}

.fsc_guser__order:hover .fsc_guser__order__in::after {
  transform: translateX(5px);
}

.fsc_guser__order__in::after {
  padding-right: 23px;
  font-size: 12px;
}

.fsc_guser__order__txts {
  width: calc(100% - 40px);
}

.fsc_guser__order__h {
  font-size: 15px;
}

.fsc_guser__order__status {
  padding: 5px 12px;
  font-size: 13px;
}

.fsc_guser__order__status.is-assortment > span,
.fsc_guser__order__status.is-delivery > span,
.fsc_guser__order__status.is-check > span {
  padding-left: 23px;
}

.fsc_guser__order__status.is-assortment > span::before,
.fsc_guser__order__status.is-delivery > span::before,
.fsc_guser__order__status.is-check > span::before {
  font-size: 20px;
}

.fsc_guser__order__status.is-delivery > span::before {
  font-size: 17px;
}

.fsc_guser__order__status.is-check > span {
  padding-left: 18px;
}

.fsc_guser__order__status.is-check > span::before {
  font-size: 14px;
}

.fsc_guser__order__status.is-small > span {
  padding-left: 16px !important;
}

.fsc_guser__order__status.is-small > span::before {
  font-size: 12px !important;
}

.fsc_guser__order__dead {
  margin-top: 12px;
}

.fsc_guser__order__dead__lead {
  font-size: 13px;
}

.fsc_guser__order__dead__h {
  font-size: 13px;
}

.fsc_guser__order__dead__date {
  font-size: 14px;
}

.fsc_guser__order__dead__ * rem {
  margin-left: 14px;
  font-size: 12px;
}

.fsc_guser__order__dead__ * rem strong {
  font-size: 21px;
}

.fsc_guser__order__dead__ * rem em {
  font-size: 16px;
}

.fsc_guser__order__detail {
  margin-top: 12px;
  font-size: 13px;
}

.fsc_guser__msg__h {
  font-size: 16px;
}

.fsc_guser__msg__items {
  margin-top: 12px;
}

.fsc_guser__msg__link {
  padding: 18px 10px 18px 0;
}

.fsc_guser__msg__link > span {
  font-size: 15px;
}

a.fsc_guser__msg__link > span::after {
  font-size: 12px;
}

a.fsc_guser__msg__link:hover > span::after {
  transform: translateX(5px);
}

.fsc_header-search__wrap input[type=text],
.fsc_header-search__wrap input[type=search] {
  height: 40px;
  padding: 0 12px;
  font-size: 16px;
}

.fsc_header-search__inputs {
  padding-right: 60px;
}

.fsc_header-search__submit {
  width: 60px;
  font-size: 14px;
}

.fsc_header-search__form__label {
  left: 12px;
  font-size: 14px;
}

.fsc_header-search__close {
  right: 12px;
  font-size: 20px;
}

.fsc_header-search__cancel {
  padding-top: 10px;
  padding-bottom: 12px;
  font-size: 12px;
}

.fsc_keyword-picklist__link {
  padding: 18px 12px;
  font-size: 16px;
}

.fsc_labels__items {
  margin-top: -4px;
}

.fsc_labels__item {
  margin-top: 4px;
  margin-right: 6px;
}

.fsc_overseas__in {
  height: 100px;
  padding: 8px;
}

.fsc_overseas__arw {
  font-size: 12px;
}

.fsc_overseas__h {
  font-size: 20px;
}

.fsc_pagination__pages {
  height: 45px;
  margin-right: 10px;
  margin-left: 10px;
}

.fsc_pagination__pages::after {
  right: 20px;
  font-size: 9px;
}

.fsc_pagination__pages__current {
  font-size: 13px;
}

.fsc_price {
  font-size: 15px;
}

.fsc_price__in {
  padding-right: 10px;
}

.fsc_section + .fsc_section {
  margin-top: 95px;
}

.fsc_contents-slot-wrap + .fsc_section {
  margin-top: 95px;
}

.fsc_section__h {
  font-size: 24px;
}

.fsc_section__h-en {
  margin-top: 21px;
}

.fsc_section__h-en.is-pickup {
  width: 200px;
}

.fsc_section__h-en.is-contents {
  width: 224px;
}

.fsc_section__h-en.is-item {
  width: 64px;
}

.fsc_section__h-en.is-media {
  width: 86px;
  margin-top: 17px;
}

.fsc_section__h-en.is-coordinate {
  width: 150px;
}

.fsc_section__h-en.is-contents-s {
  width: 118px;
}

.fsc_section__h-en.is-pickup-s {
  width: 114px;
  margin-top: 24px;
}

.fsc_section__h-en.is-check {
  width: 198px;
}

.fsc_section__h-en.is-news {
  width: 74px;
}

.fsc_section__h-en.is-andmore {
  width: 134px;
}

.fsc_section__btn {
  max-width: 370px;
  margin-top: 45px;
}

.fsc_section__more {
  margin-top: 65px;
}

.fsc_section__more-contents__in {
  padding-top: 80px;
}

.fsc_section.has-h-en + .fsc_section.has-h-en {
  margin-top: 110px;
}

.fsc_section.has-h-en .fsc_section__body {
  margin-top: 76px;
}

.fsc_select select {
  padding: 15px 50px 15px 15px;
  font-size: 15px;
  border-radius: 4px;
}

.fsc_select.is-small select {
  padding: 10px 50px 10px 15px;
}

.fsc_select::after {
  right: 20px;
  font-size: 11px;
}

.fsc_thumb__caption {
  margin-top: 12px;
}

.fsc_thumb__brand {
  font-size: 12px;
}

.fsc_thumb__brand + .fsc_thumb__h {
  margin-top: 4px;
}

.fsc_thumb__h {
  font-size: 16px;
}

.fsc_thumb__price {
  margin-top: 5px;
}

.fsc_thumb__labels {
  margin-top: 3px;
}

.fsc_thumb__over-caption {
  padding: 40px 20px 20px;
}

.fsc_thumb__over-h {
  font-size: 17px;
}

.fsc_thumb__over-brand {
  margin-top: 8px;
  font-size: 12px;
}

.fsc_thumb__backorder {
  margin-top: 7px;
}

.fsc_thumb.is-large .fsc_thumb__h {
  font-size: 18px;
}

.fsc_thumb.is-pc-large .fsc_thumb__h {
  font-size: 18px;
}

.fsc_thumb.is-small .fsc_thumb__h {
  font-size: 15px;
}

.fsc_thumb.is-small-s .fsc_thumb__h {
  font-size: 14px;
}

.fsc_thumb.is-mini .fsc_thumb__h {
  font-size: 13px;
}

.fsc_thumb.is-mini .fsc_thumb__caption {
  margin-top: 6px;
}

.fsc_thumb__article-cat {
  font-size: 14px;
}

.fsc_thumb__brand-bottom {
  margin-top: 6px;
  font-size: 12px;
}

.fsc_thumb__brand-bottom:first-child {
  margin-top: 5px;
}

@media not all and (width >= 768px) {
  .breadcrumb {
    font-size: 11px;
  }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 3px;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    padding-left: 3px;
  }
  .btn {
    padding: 12.5px 15px;
    font-size: 13px;
    border-radius: 4px;
  }
  .btn__in {
    padding: 0 12px;
  }
  .btn__in::after {
    font-size: 9px;
  }
  .btn__loading img,
  .btn__loading object {
    width: 30px;
    height: auto;
  }
  .btn.is-small {
    padding: 10px 14px;
    font-size: 13px;
  }
  .btn.is-txt-small {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 12px;
  }
  .btn.is-mini {
    padding: 9px 15px;
    font-size: 13px;
  }
  .btn.is-login {
    padding-top: 11.5px;
    padding-bottom: 11.5px;
    font-size: 14px;
  }
  .btn.is-login.is-login-large {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .btn.is-buy {
    padding-top: 14.5px;
    padding-bottom: 14.5px;
    font-size: 16px;
  }
  .btn.is-save {
    font-size: 13px;
  }
  .btn.is-cancel {
    font-size: 13px;
  }
  .btn.is-auxiliary {
    font-size: 12px;
  }
  .btn.is-change {
    padding: 6px 0;
    font-size: 11px;
  }
  .btn.is-change.is-change-spl {
    padding: 12.5px 15px;
    font-size: 13px;
  }
  .fsc_alert__wrap {
    padding-right: 10px;
    padding-left: 10px;
    box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.1);
  }
  .fsc_alert__link__icn {
    top: 1px;
    margin-right: 3px;
  }
  .fsc_alert__link__icn i {
    height: 13.5px;
    font-size: 13.5px;
  }
  .fsc_alert__link__txt {
    font-size: 12px;
  }
  .fsc_alert__msg {
    padding: 16px 0;
  }
  .fsc_alert__txt {
    font-size: 13px;
  }
  .fsc_alert__icn {
    height: 18px;
    margin-right: 8px;
    font-size: 18px;
  }
  .fsc_alert__icn i {
    height: 18px;
  }
  .fsc_backorder {
    padding: 1px;
    font-size: 10px;
  }
  .fsc_backorder.is-large {
    padding: 2px;
    font-size: 11.5px;
  }
  .fsc_breadcrumb__in {
    top: -1.5px;
    right: 0;
    padding-left: 0;
    font-size: 11px;
  }
  .fsc_btn-icn {
    padding: 12.5px 15px;
    font-size: 13px;
    border-radius: 4px;
  }
  .fsc_btn {
    padding: 12.5px 15px;
    font-size: 13px;
    border-radius: 4px;
  }
  .fsc_btn__in {
    padding: 0 12px;
  }
  .fsc_btn__in::after {
    font-size: 9px;
  }
  .fsc_btn__loading img,
  .fsc_btn__loading object {
    width: 30px;
  }
  .fsc_btn.is-small {
    padding: 10px 14px;
    font-size: 13px;
  }
  .fsc_btn.is-txt-small {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 12px;
  }
  .fsc_btn.is-mini {
    padding: 9px 15px;
    font-size: 13px;
  }
  .fsc_btn.is-login {
    padding-top: 11.5px;
    padding-bottom: 11.5px;
    font-size: 14px;
  }
  .fsc_btn.is-login.is-login-large {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .fsc_btn.is-buy {
    padding-top: 14.5px;
    padding-bottom: 14.5px;
    font-size: 16px;
  }
  .fsc_btn.is-save {
    font-size: 13px;
  }
  .fsc_btn.is-cancel {
    font-size: 13px;
  }
  .fsc_btn.is-auxiliary {
    font-size: 12px;
  }
  .fsc_btn.is-change {
    padding: 6px 0;
    font-size: 11px;
  }
  .fsc_btn.is-change.is-change-spl {
    padding: 12.5px 15px;
    font-size: 13px;
  }
  .fsc_carousel .swiper-slide {
    width: 235px;
  }
  .fsc_carousel__prev,
  .fsc_carousel__next {
    margin-top: -40px;
  }
  .fsc_carousel__prev {
    left: -40px;
  }
  .fsc_carousel__next {
    right: -40px;
  }
  .fsc_carousel.is-fav-products .fsc_carousel__controls {
    height: 235px;
  }
  .fsc_carousel.is-related-items .swiper-slide {
    width: 48.62637%;
  }
  .fsc_carousel.is-related-items .swiper-slide:nth-child(n+3) {
    margin-top: 18px;
  }
  .fsc_carousel.is-recommended-items .swiper-slide:nth-child(n+4) {
    margin-top: 18px;
  }
  .fsc_container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .fsc_container.is-sp-narrow {
    padding-right: 15px;
    padding-left: 15px;
  }
  .fsc_container.is-sp-large-narrow {
    padding-right: 20px;
    padding-left: 20px;
  }
  .fsc_control-btn.is-next i {
    margin-left: -32px;
  }
  .fsc_control-btn.is-prev i {
    margin-left: 32px;
  }
  .fsc_control-btn {
    width: 79px;
    height: 79px;
    font-size: 18px;
    box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.08);
  }
  .fsc_control-btn.is-small {
    width: 60px;
    height: 60px;
    font-size: 12px;
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.08);
  }
  .fsc_control-btn.is-small.is-next i {
    margin-left: -25px;
  }
  .fsc_control-btn.is-small.is-prev i {
    margin-left: 25px;
  }
  .fsc_del-ptn.is-new {
    font-size: 14px;
  }
  .fsc_del-ptn.is-new.for-thumb {
    font-size: 13px;
  }
  .fsc_del-ptn.is-regular::before {
    top: -0.75008px;
    width: 12px;
    height: 12px;
    margin-right: 3px;
  }
  .fsc_del-ptn.is-regular.is-large::before {
    width: 18.12496px;
    height: 18.12496px;
  }
  .fsc_del-ptn.is-justone::before {
    top: -0.75008px;
    width: 12px;
    height: 12px;
    margin-right: 3px;
  }
  .fsc_del-ptn.is-justone.is-large::before {
    width: 18.12496px;
    height: 18.12496px;
  }
  .fsc_del-ptn.is-limited::before {
    top: -0.75008px;
    width: 12px;
    height: 12px;
    margin-right: 3px;
  }
  .fsc_del-ptn.is-limited.is-large::before {
    width: 18.12496px;
    height: 18.12496px;
  }
  .fsc_del-ptn.is-one::before {
    top: -0.75008px;
    width: 13px;
    height: 12px;
    margin-right: 3px;
  }
  .fsc_del-ptn.is-one.is-large::before {
    width: 18.12496px;
    height: 18.12496px;
  }
  .fsc_del-ptn.is-n-reservation::before {
    top: -0.75008px;
    width: 12px;
    height: 12px;
    margin-right: 3px;
  }
  .fsc_del-ptn.is-n-reservation.is-large::before {
    width: 18.12496px;
    height: 18.12496px;
  }
  .fsc_del-ptn.is-p-reservation::before {
    top: -0.75008px;
    width: 12px;
    height: 12px;
    margin-right: 3px;
  }
  .fsc_del-ptn.is-p-reservation.is-large::before {
    width: 18.12496px;
    height: 18.12496px;
  }
  .fsc_del-ptn.is-swing::before {
    top: -0.75008px;
    width: 13px;
    height: 12px;
    margin-right: 3px;
  }
  .fsc_del-ptn.is-swing.is-large::before {
    width: 18.12496px;
    height: 18.12496px;
  }
  .fsc_del-ptn.is-size::before {
    top: -0.75008px;
    width: 75px;
    height: 27px;
    margin-right: 3px;
  }
  .fsc_del-ptn.is-size.is-large::before {
    width: 108.75008px;
    height: 39.87504px;
  }
  .fsc_del-ptn.is-rotation::before {
    top: -0.75008px;
    width: 18px;
    height: 12px;
    margin-right: 3px;
  }
  .fsc_del-ptn.is-rotation.is-large::before {
    width: 26.58336px;
    height: 18.12496px;
  }
  .fsc_del-ptn.is-fund::before {
    top: -0.75008px;
    width: 12px;
    height: 12px;
    margin-right: 3px;
  }
  .fsc_del-ptn.is-fund.is-large::before {
    width: 18.12496px;
    height: 18.12496px;
  }
  .fsc_del-ptn.is-donate::before {
    top: -0.75008px;
    width: 12px;
    height: 12px;
    margin-right: 3px;
  }
  .fsc_del-ptn.is-donate.is-large::before {
    width: 18.12496px;
    height: 18.12496px;
  }
  .fsc_del-ptn.is-8::before {
    top: -0.75008px;
    width: 12px;
    height: 12px;
    margin-right: 3px;
  }
  .fsc_del-ptn.is-8.is-large::before {
    width: 18.12496px;
    height: 18.12496px;
  }
  .fsc_del-ptn.is-2::before {
    top: -0.75008px;
    width: 12px;
    height: 12px;
    margin-right: 3px;
  }
  .fsc_del-ptn.is-2.is-large::before {
    width: 18.12496px;
    height: 18.12496px;
  }
  .fsc_del-ptn.is-limex::before {
    top: -0.75008px;
    width: 12px;
    height: 12px;
    margin-right: 3px;
  }
  .fsc_del-ptn.is-limex.is-large::before {
    width: 18.12496px;
    height: 18.12496px;
  }
  .fsc_emergency {
    padding: 13px 0;
  }
  .fsc_emergency__h {
    font-size: 13px;
  }
  .fsc_emergency__body {
    margin-top: 6px;
    font-size: 13px;
  }
  .fsc_frame-btn-wrap__close {
    width: 40px;
  }
  .fsc_frame-btn {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .fsc_frame-btn__h {
    font-size: 13px;
    letter-spacing: 0.04em;
  }
  .fsc_frame-btn__sub {
    margin-top: 3px;
    font-size: 9.5px;
  }
  .fsc_frame-btn__lead {
    margin-top: 4px;
    font-size: 11px;
  }
  .fsc_frame-btn__checkbox__box {
    width: 21px;
    height: 21px;
    border-radius: 2px;
  }
  .fsc_frame-btn__checkbox__box::after {
    font-size: 10px;
  }
  .fsc_frame-btn:not(.is-checkbox) .fsc_frame-btn__caption::after {
    width: 35px;
    font-size: 9px;
  }
  .fsc_frame-btn.is-simple {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .fsc_frame-btn.is-simple .fsc_frame-btn__txt {
    font-size: 13px;
  }
  .fsc_gbag-header {
    height: 50px;
  }
  .fsc_gbag-header__h {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 15px;
  }
  .fsc_gbag-header__close__btn {
    width: 49px;
    height: 49px;
    font-size: 14.5px;
  }
  .fsc_gbag__in {
    max-height: calc(100% - 15px);
    border-radius: 4px 4px 0 0;
  }
  .fsc_gbag__body__in {
    padding-top: 50px;
  }
  html.is-ios15over.is-safari .fsc_gbag__body__in {
    padding-bottom: 60px;
  }
  .fsc_gbag-nocart {
    padding-top: 40px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .fsc_gbag-nocart:last-child {
    padding-bottom: 40px;
  }
  .fsc_gbag-nocart > p {
    font-size: 13px;
  }
  .fsc_gbag-login {
    padding-top: 29px;
    padding-bottom: 29px;
    margin-top: 11px;
  }
  .fsc_gbag-login__btn {
    width: 280px;
  }
  .fsc_gbag-group {
    padding: 0 15px 15px 15px;
  }
  .fsc_gbag-group.is-blank {
    padding: 0 15px;
  }
  .fsc_gbag-group__link {
    padding: 15px 36px 15px 0;
  }
  .fsc_gbag-group__link::after {
    right: 10px;
    font-size: 9px;
  }
  .fsc_gbag-group__h {
    font-size: 14px;
  }
  .fsc_gbag-group__count {
    min-width: 27px;
    padding: 4px 6px;
    margin-left: 8px;
    font-size: 11.5px;
    border-radius: 10px;
  }
  html.is-android .fsc_gbag-group__count {
    padding: 4.5px 6px 3.5px;
  }
  .fsc_gbag-group__msg {
    margin-bottom: 12px;
  }
  .fsc_gbag-group__msg > p {
    font-size: 12px;
  }
  .fsc_gbag-group__list {
    padding: 8px;
  }
  .fsc_gbag-limit {
    margin-bottom: 9px;
  }
  .fsc_gbag-limit__heading {
    padding: 16px 16px 16px 20px !important;
  }
  .fsc_gbag-limit__ttl {
    margin-bottom: 12px !important;
    font-size: 11px !important;
  }
  .fsc_gbag-limit__date {
    font-size: 16px;
  }
  .fsc_gbag-limit__date > i {
    margin-right: 6px;
    font-size: 17.5px;
  }
  .fsc_gbag-limit__last {
    width: 100px;
    padding: 4px 0;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .fsc_gbag-limit__last > dl {
    font-size: 11px;
  }
  .fsc_gbag-limit__last > dl > dd {
    margin-top: 9px;
  }
  .fsc_gbag-limit__last > dl > dd > span {
    font-size: 14px;
  }
  .fsc_gbag-limit__last > dl > dd > span > em {
    font-size: 21px;
  }
  .fsc_gbag-limit__last.is-today {
    font-size: 14px;
  }
  .fsc_gbag-recent {
    padding: 36px 10px;
  }
  .fsc_gbag-recent .fsc_gnav-sec__h {
    font-size: 15px;
  }
  .fsc_gbag-recent .fsc_gnav-sec__body {
    margin-top: 23px;
  }
  .fsc_gfooter-recent {
    padding-top: 25px;
    padding-bottom: 15px;
  }
  .fsc_gfooter__banners {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .fsc_gfooter__banners__item + .fsc_gfooter__banners__item {
    margin-top: 10px;
  }
  .fsc_gfooter__breadcrumb {
    padding-top: 11px;
  }
  .fsc_gfooter__links.is-nolinks {
    margin-top: 25px;
  }
  .fsc_gfooter__links-groups {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .fsc_gfooter__breadcrumb + .fsc_gfooter__links .fsc_gfooter__links-groups {
    padding-top: 8px;
  }
  .fsc_gfooter__links-group + .fsc_gfooter__links-group {
    margin-top: 13px;
  }
  .fsc_gfooter__links-group__h {
    padding: 10px 0;
    font-size: 12px;
  }
  .fsc_gfooter__links-item:nth-child(odd)::after {
    height: calc(100% - 25px);
  }
  .fsc_gfooter__links-item:nth-child(even) .fsc_gfooter__link {
    padding-left: 14px;
  }
  .fsc_gfooter__link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
  }
  .fsc_gfooter__link__in::after {
    width: 35px;
    font-size: 9px;
  }
  .fsc_gfooter__pagetop a {
    padding: 15px 0;
    font-size: 13px;
  }
  .fsc_gfooter__pagetop a > span::after {
    margin-top: -2px;
    margin-left: 7px;
  }
  .fsc_gfooter__copies {
    padding-top: 22px;
  }
  .fsc_gfooter__global-links__items {
    font-size: 10px;
  }
  .fsc_gfooter__global-links__item {
    margin: 5px 0;
  }
  .fsc_gfooter__global-links__item.sp-break + .fsc_gfooter__global-links__item {
    margin-left: -11.5px;
  }
  .fsc_gfooter__global-link {
    padding: 0 7.5px;
  }
  .fsc_gfooter__copies {
    padding-bottom: 25px;
  }
  .fsc_gfooter__logo {
    margin-top: 25px;
  }
  .fsc_gfooter__logo a {
    width: 92px;
  }
  .fsc_gfooter__copy {
    margin-top: 10px;
    font-size: 7px;
  }
  .fsc_gheader-wrap.normal {
    height: 49px;
  }
  .fsc_gheader-wrap.shop {
    height: 97px;
  }
  .fsc_gheader-wrap.shop-detail-has-nav {
    height: 132px;
  }
  .fsc_gheader-wrap.shop-detail-has-nav.is-detail-nav-fixed .fsc_gheader-wrap__main {
    transform: translateY(-97px);
  }
  .fsc_gheader {
    height: 49px;
  }
  .fsc_gheader__logo {
    width: 98.5px;
  }
  .fsc_gheader__items {
    margin-right: -9px;
  }
  .fsc_gheader__link {
    width: 42px;
    font-size: 20.5px;
  }
  .fsc_ghgroup__close {
    height: 50px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .fsc_ghgroup__close__btn {
    padding: 10px;
    margin-right: -10px;
    font-size: 14.5px;
  }
  .fsc_ghgroup__h {
    height: 50px;
  }
  .fsc_ghgroup__h__txt {
    font-size: 15px;
  }
  .fsc_glang__h::before {
    margin-right: 10px;
    font-size: 20px;
  }
  .fsc_glang__h {
    font-size: 13px;
  }
  .fsc_glang__select__txt {
    padding-right: 12.5px;
    padding-left: 12.5px;
    font-size: 13px;
  }
  .fsc_glang__select {
    max-width: 280px;
    height: 45px;
    margin-top: 12px;
    border-radius: 4px;
  }
  .fsc_gnav-items__thumb:nth-child(n+6) {
    margin-top: 6px;
  }
  .fsc_gnav-items__more__in {
    padding-top: 5px;
  }
  .fsc_gnav-items__more__icn {
    font-size: 9px;
  }
  .fsc_gnav-items__more__txt {
    margin-top: 4px;
    font-size: 10px;
  }
  .fsc_gnav-login {
    padding: 7.5px 21px 30px;
  }
  .fsc_gnav-login__block + .fsc_gnav-login__block {
    margin-top: 15px;
  }
  .fsc_gnav-login__regular-service {
    margin-top: 23px;
    font-size: 12px;
  }
  .fsc_gnav-login__h {
    font-size: 12px;
  }
  .fsc_gnav-login__btn {
    margin-top: 7.5px;
  }
  .fsc_gnav-sec + .fsc_gnav-sec {
    margin-top: 30px;
  }
  .fsc_gnav-sec__h {
    font-size: 13px;
  }
  .fsc_gnav-sec__body:not(:first-child) {
    margin-top: 10px;
  }
  .fsc_gnav-sec__block + .fsc_gnav-sec__block {
    margin-top: 15px;
  }
  .fsc_gnav-sec.has-border .fsc_gnav-sec__body {
    padding-top: 19px;
  }
  .fsc_gnav-sec.has-border .fsc_gnav-sec__body {
    padding-top: 15px;
  }
  .fsc_gnav-sec__no-shop {
    padding: 40px 10px;
    font-size: 13px;
  }
  .fsc_gnav-sec__btn {
    max-width: 280px;
    padding-bottom: 10px;
    margin-top: 15px;
  }
  .fsc_gnav__lang {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  .fsc_gnav__lang__in {
    padding-top: 14px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eaeaea;
  }
  .fsc_gnav__content {
    padding-bottom: 33.5px;
  }
  .fsc_gnav__content::before {
    width: calc(100% + 20px);
    height: 5px;
  }
  body.is-page-hidden .fsc_gnav__content {
    padding-bottom: 93.5px;
  }
  .fsc_gnav__close {
    top: 5px;
  }
  .fsc_gnav__close__btn {
    width: 19px;
    height: 50px;
  }
  .fsc_gnav__close__btn__in {
    font-size: 9.5px;
  }
  .fsc_gnav__login {
    padding-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .fsc_gnav__body {
    padding-right: 15px;
    padding-left: 15px;
  }
  .fsc_gnav__body__in {
    padding-top: 29px;
  }
  .fsc_gsearch-header__detail {
    padding-right: 15px;
    margin-top: 12px;
    font-size: 11px;
  }
  .fsc_gsearch-header__close__btn {
    width: 50px;
    height: 40px;
  }
  .fsc_gsearch-header.for-shopping .fsc_gsearch-header__search-wrap {
    width: calc(100% - 50px);
  }
  .fsc_gsearch-tabs__tab {
    font-size: 12.5px;
  }
  .fsc_gsearch-tabs__tab > span,
  .fsc_gsearch-tabs__tab h1 {
    height: 32px;
    font-size: 12.5px;
  }
  .fsc_gsearch-tabs__tab::after {
    bottom: -1px;
    height: 1.5px;
  }
  .fsc_gsearch__in {
    max-height: calc(100% - 15px);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .fsc_gsearch__main {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  body.is-page-hidden .fsc_gsearch__main {
    padding-bottom: 90px;
  }
  .fsc_gsearch__header {
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .fsc_gsearch__tabs {
    margin-top: 23px;
    border-bottom: 1px solid #eaeaea;
  }
  .fsc_gsearch__parent > span::after {
    width: 35px;
    margin-right: 10px;
    font-size: 9px;
  }
  .fsc_gsearch__parent > span {
    padding: 18px 0 18px 16px;
    font-size: 13px;
  }
  .fsc_gsearch__children__in {
    padding-left: 25px;
    border-top: 1px solid #eaeaea;
  }
  .fsc_gsearch__child-item + .fsc_gsearch__child-item {
    border-top: 1px solid #eaeaea;
  }
  .fsc_gsearch__child > span::after {
    width: 35px;
    margin-right: 10px;
    font-size: 9px;
  }
  .fsc_gsearch__child > span {
    padding: 18px 0 18px 0;
    font-size: 13px;
  }
  .fsc_gsearch__close-btn {
    display: none;
    max-width: 280px;
    margin-top: 25px;
  }
  .fsc_gsearch__shops {
    padding: 27.5px 15px 0;
  }
  .fsc_guser-menu-link {
    padding: 12px 10px 14px;
  }
  .fsc_guser-menu-link__icn {
    height: 37px;
    font-size: 24.5px;
  }
  .fsc_guser-menu-link__label {
    margin-top: 8px;
    font-size: 11px;
  }
  .fsc_guser-menu-link.is-cardboard .fsc_guser-menu-link__icn__img {
    width: 24.5px;
  }
  .fsc_guser-menu-link.is-merry .fsc_guser-menu-link__icn__img {
    width: 37px;
  }
  .fsc_guser-menu-link.is-business-card .fsc_guser-menu-link__icn__img {
    width: 28.5px;
  }
  .fsc_guser-menu-link.is-coupon .fsc_guser-menu-link__icn__img {
    width: 31.5px;
  }
  .fsc_guser-menu-link.is-payment .fsc_guser-menu-link__icn__img {
    width: 28px;
  }
  .fsc_guser-menu-link.is-payment-handling .fsc_guser-menu-link__icn__img {
    width: 27px;
  }
  .fsc_guser-menu-link.is-payment-method .fsc_guser-menu-link__icn__img {
    width: 28.5px;
  }
  .fsc_guser-menu-link.is-gift-address .fsc_guser-menu-link__icn__img {
    width: 25px;
  }
  .fsc_guser-menu-link.is-registration-size .fsc_guser-menu-link__icn__img {
    width: 28px;
  }
  .fsc_guser-menu__item::after {
    height: calc(100% - 12px);
  }
  .fsc_guser__header__names {
    padding: 15px;
    background-color: #f6f5f4;
  }
  .fsc_guser__header__name {
    font-size: 13px;
  }
  .fsc_guser__header__name small {
    font-size: 12px;
  }
  .fsc_guser__header__info {
    margin-top: 2px;
  }
  .fsc_guser__header__num {
    font-size: 11px;
  }
  .fsc_guser__header__logout {
    margin-left: 8px;
    font-size: 11px;
  }
  .fsc_guser__header__points {
    padding: 15px 15px;
  }
  .fsc_guser__header__point__how {
    margin-top: 2px;
    font-size: 10px;
    text-align: right;
  }
  .fsc_guser__header__point__h {
    font-size: 12px;
  }
  .fsc_guser__header__point__num {
    font-size: 15px;
    text-align: right;
  }
  .fsc_guser__header__point__date {
    margin-top: 0;
    font-size: 11px;
  }
  .fsc_guser__header__btn {
    max-width: auto !important;
    padding: 0 15px;
    margin-top: 0 !important;
    text-align: center;
  }
  .fsc_guser__header__btn .fsc_btn {
    width: 100%;
    max-width: 280px;
  }
  .fsc_guser__body {
    padding: 24px 15px 0;
  }
  .fsc_guser__main-menu {
    margin-top: 20px;
  }
  .fsc_guser__month + .fsc_guser__month {
    margin-top: 15px;
  }
  .fsc_guser__order {
    padding: 16px 0 16px 20px;
  }
  .fsc_guser__order__in::after {
    padding-right: 20px;
    font-size: 9px;
  }
  .fsc_guser__order__txts {
    width: calc(100% - 30px);
  }
  .fsc_guser__order__h {
    margin-right: 12px;
    font-size: 13px;
  }
  .fsc_guser__order__status.is-assortment > span::before {
    margin-top: -0.5px;
  }
  .fsc_guser__order__status.is-small {
    min-width: 90px;
    padding: 6.5px 13px 5.5px;
  }
  .fsc_guser__order__status {
    min-width: 89px;
    padding: 4px 6px 3px;
    font-size: 9px;
  }
  .fsc_guser__order__status.is-assortment > span,
  .fsc_guser__order__status.is-delivery > span,
  .fsc_guser__order__status.is-check > span {
    padding-left: 15px;
  }
  .fsc_guser__order__status.is-assortment > span::before,
  .fsc_guser__order__status.is-delivery > span::before,
  .fsc_guser__order__status.is-check > span::before {
    font-size: 14px;
  }
  .fsc_guser__order__status.is-delivery > span {
    padding-left: 17px;
  }
  .fsc_guser__order__status.is-delivery > span::before {
    font-size: 12.5px;
  }
  .fsc_guser__order__status.is-check > span {
    padding-left: 13.5px;
  }
  .fsc_guser__order__status.is-check > span::before {
    font-size: 8.5px;
  }
  .fsc_guser__order__dead {
    margin-top: 10px;
  }
  .fsc_guser__order__dead__lead {
    font-size: 11px;
  }
  .fsc_guser__order__dead__h {
    font-size: 11px;
  }
  .fsc_guser__order__dead__date {
    font-size: 12px;
  }
  .fsc_guser__order__dead__ * rem {
    font-size: 10px;
  }
  .fsc_guser__order__dead__ * rem strong {
    font-size: 18px;
  }
  .fsc_guser__order__dead__ * rem em {
    font-size: 12px;
  }
  .fsc_guser__order__detail {
    margin-top: 8px;
    font-size: 11px;
  }
  .fsc_guser__msg {
    margin-top: 25px;
  }
  .fsc_guser__msg__h {
    font-size: 13px;
  }
  .fsc_guser__msg__link {
    padding: 15px 5px 15px 0;
  }
  .fsc_guser__msg__link > span {
    font-size: 13px;
  }
  a.fsc_guser__msg__link > span::after {
    width: 35px;
    font-size: 9px;
  }
  .fsc_header-search__wrap input[type=text],
  .fsc_header-search__wrap input[type=search] {
    font-size: 13.5px;
  }
  .fsc_header-search__form__label {
    font-size: 13.5px;
  }
  .fsc_header-search__close {
    right: 7.5px;
    font-size: 17px;
  }
  .fsc_header-search__form__label {
    padding-left: 24px;
  }
  .fsc_header-search__form__label::before {
    font-size: 16px;
  }
  .fsc_keyword-picklist__link {
    padding: 13px 14px;
    font-size: 13px;
  }
  .fsc_overseas__in {
    height: 80px;
    padding: 6px;
  }
  .fsc_overseas__icn {
    max-width: 62.5px;
  }
  .fsc_overseas__arw {
    font-size: 9px;
  }
  .fsc_overseas__h {
    font-size: 13px;
  }
  .fsc_pagination__page {
    width: 90px;
    height: 45px;
    padding: 0 15px;
    font-size: 13px;
    border-radius: 4px;
  }
  .fsc_pagination__page i {
    font-size: 9.5px;
  }
  .fsc_pagination__page.is-prev {
    padding-right: 20px;
  }
  .fsc_pagination__page.is-next {
    padding-left: 20px;
  }
  .fsc_pagination__page.is-prev i,
  .fsc_pagination__page.is-next i {
    top: 0.75008px;
  }
  .fsc_price {
    font-size: 11px;
  }
  .fsc_section + .fsc_section {
    margin-top: 58px;
  }
  .fsc_contents-slot-wrap + .fsc_section {
    margin-top: 58px;
  }
  .fsc_section__h {
    font-size: 18px;
  }
  .fsc_section__h-en {
    margin-top: 18px;
  }
  .fsc_section__h-en.is-pickup {
    width: 154.5px;
  }
  .fsc_section__h-en.is-contents {
    width: 176px;
  }
  .fsc_section__h-en.is-item {
    width: 48px;
    margin-top: 15px;
  }
  .fsc_section__h-en.is-media {
    width: 66px;
    margin-top: 15px;
  }
  .fsc_section__h-en.is-coordinate {
    width: 115px;
    margin-top: 11px;
  }
  .fsc_section__h-en.is-contents-s {
    width: 90px;
    margin-top: 13px;
  }
  .fsc_section__h-en.is-pickup-s {
    width: 78px;
  }
  .fsc_section__h-en.is-check {
    width: 152px;
    margin-top: 13px;
  }
  .fsc_section__h-en.is-news {
    width: 56px;
    margin-top: 20px;
  }
  .fsc_section__h-en.is-andmore {
    width: 104px;
    margin-top: 15px;
  }
  .fsc_section__body {
    margin-top: 22px;
  }
  .fsc_section__body.space-large {
    margin-top: 30px;
  }
  .fsc_section__body.space-ex-large {
    margin-top: 35px;
  }
  .fsc_section__btn {
    max-width: 280px;
    margin-top: 37px;
  }
  .fsc_section__btn.sp-top-space-medium {
    margin-top: 30px;
  }
  .fsc_section__btn.sp-top-space-small {
    margin-top: 24px;
  }
  .fsc_section__more {
    margin-top: 25px;
  }
  .fsc_section__more-contents__in {
    padding-top: 27.5px;
  }
  .fsc_section.has-h-en + .fsc_section.has-h-en {
    margin-top: 62px;
  }
  .fsc_section.has-h-en .fsc_section__body {
    margin-top: 34px;
  }
  .fsc_select select {
    padding: 12.5px 12.5px;
    font-size: 13px;
  }
  .fsc_select.is-small select {
    padding: 12.5px 12.5px;
  }
  .fsc_select::after {
    right: 17.5px;
    font-size: 9px;
  }
  .fsc_thumb__caption {
    margin-top: 7px;
  }
  .fsc_thumb__caption.sp-top-space-small {
    margin-top: 5px;
  }
  .fsc_thumb__brand {
    font-size: 10px;
  }
  .fsc_thumb__brand + .fsc_thumb__h {
    margin-top: 6px;
  }
  .fsc_thumb__h {
    font-size: 12px;
  }
  .fsc_thumb__price {
    margin-top: 4px;
  }
  .fsc_thumb__price.is-large .fsc_price {
    font-size: 14px;
  }
  .fsc_thumb__labels {
    margin-top: 1.5px;
    line-height: 1;
  }
  .fsc_thumb__over-caption {
    padding: 14px 20px;
  }
  .fsc_thumb__over-h {
    font-size: 13px;
  }
  .fsc_thumb__over-brand {
    font-size: 11px;
  }
  .fsc_thumb__backorder {
    margin-top: 6px;
  }
  .fsc_thumb.is-large .fsc_thumb__h {
    font-size: 15px;
  }
  .fsc_thumb.is-pc-large .fsc_thumb__h {
    font-size: 12px;
  }
  .fsc_thumb.is-small .fsc_thumb__h {
    font-size: 12px;
  }
  .fsc_thumb.is-small-s .fsc_thumb__h {
    font-size: 12px;
  }
  .fsc_thumb__info {
    margin-top: 4px;
  }
  .fsc_thumb__fav {
    right: 4px;
    bottom: -4px;
    font-size: 18px;
  }
  .fsc_thumb__fav.is-large {
    font-size: 20px;
  }
  .fsc_thumb__tagline {
    font-size: 13px;
  }
  .fsc_thumb__tagline.is-large {
    font-size: 15px;
  }
  .fsc_thumb__brand-bottom {
    margin-top: 3px;
    font-size: 10px;
  }
  .fsc_thumb__caption {
    margin-top: 11px;
  }
  .fsc_thumb__lead {
    font-size: 11px;
  }
  .fsc_thumb__tagline + .fsc_thumb__lead {
    margin-top: 6px;
  }
  .fsc_thumb__lead + .fsc_thumb__h {
    margin-top: 6px;
  }
  .fsc_thumb__tagline + .fsc_thumb__h {
    margin-top: 4px;
  }
}
@media all and (width >= 768px) {
  .btn.is-save {
    padding-top: 14px;
    padding-bottom: 13px;
  }
  .btn.is-cancel {
    padding-top: 14px;
    padding-bottom: 13px;
  }
  .btn.is-change.is-change-s {
    padding: 11px 24px;
  }
  .btn.is-change.is-change-ss {
    padding: 11px;
  }
  .fsc_alert__link__icn {
    top: 2px;
    margin-right: 6px;
    font-size: 20px;
  }
  .fsc_alert__link__icn i {
    height: 20px;
  }
  .fsc_alert__link__txt {
    font-size: 16px;
  }
  .fsc_backorder.is-large {
    padding: 2px;
    font-size: 14px;
  }
  .fsc_btn.is-save {
    padding-top: 14px;
    padding-bottom: 13px;
  }
  .fsc_btn.is-cancel {
    padding-top: 14px;
    padding-bottom: 13px;
  }
  .fsc_btn.is-change.is-change-s {
    padding: 11px 24px;
  }
  .fsc_btn.is-change.is-change-ss {
    padding: 11px;
  }
  .fsc_carousel__prev,
  .fsc_carousel__next {
    margin-top: -56px;
  }
  .fsc_carousel__prev {
    left: -56px;
  }
  .fsc_carousel__next {
    right: -56px;
  }
  .fsc_carousel.is-fav-products .fsc_carousel__controls {
    height: 270px;
  }
  .fsc_carousel.is-recent-check .swiper-slide,
  .fsc_carousel.is-related-items .swiper-slide,
  .fsc_carousel.is-recommended-items .swiper-slide {
    width: 170px;
  }
  .fsc_carousel.is-recent-check .fsc_carousel__controls,
  .fsc_carousel.is-related-items .fsc_carousel__controls,
  .fsc_carousel.is-recommended-items .fsc_carousel__controls {
    height: 170px;
  }
  .fsc_carousel.is-small-articles .swiper-slide {
    width: 270px;
  }
  .fsc_carousel.is-large-articles .swiper-slide {
    width: 270px;
  }
  .fsc_control-btn.is-next i {
    margin-left: -40px;
  }
  .fsc_control-btn.is-prev i {
    margin-left: 40px;
  }
  .fsc_control-btn {
    width: 112px;
    height: 112px;
    font-size: 26px;
    box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.08);
  }
  .fsc_control-btn.is-next:hover i {
    transform: translateX(5px);
  }
  .fsc_control-btn.is-prev:hover i {
    transform: translateX(-5px);
  }
  .fsc_control-btn.is-small {
    width: 72px;
    height: 72px;
    font-size: 16px;
    box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.08);
  }
  .fsc_control-btn.is-small.is-next i {
    margin-left: -28px;
  }
  .fsc_control-btn.is-small.is-prev i {
    margin-left: 28px;
  }
  .fsc_del-ptn.is-new.for-thumb {
    font-size: 15px;
  }
  .fsc_del-ptn.is-regular::before {
    width: 15px;
    height: 15px;
    margin-right: 3px;
  }
  .fsc_del-ptn.is-regular.is-large::before {
    width: 17px;
    height: 17px;
  }
  .fsc_del-ptn.is-justone::before {
    width: 15px;
    height: 15px;
    margin-right: 3px;
  }
  .fsc_del-ptn.is-justone.is-large::before {
    width: 17px;
    height: 17px;
  }
  .fsc_del-ptn.is-limited::before {
    width: 15px;
    height: 15px;
    margin-right: 3px;
  }
  .fsc_del-ptn.is-limited.is-large::before {
    width: 17px;
    height: 17px;
  }
  .fsc_del-ptn.is-one::before {
    width: 15px;
    height: 15px;
    margin-right: 3px;
  }
  .fsc_del-ptn.is-one.is-large::before {
    width: 17px;
    height: 17px;
  }
  .fsc_del-ptn.is-n-reservation::before {
    width: 15px;
    height: 15px;
    margin-right: 3px;
  }
  .fsc_del-ptn.is-n-reservation.is-large::before {
    width: 17px;
    height: 17px;
  }
  .fsc_del-ptn.is-p-reservation::before {
    width: 15px;
    height: 15px;
    margin-right: 3px;
  }
  .fsc_del-ptn.is-p-reservation.is-large::before {
    width: 17px;
    height: 17px;
  }
  .fsc_del-ptn.is-swing::before {
    width: 15px;
    height: 15px;
    margin-right: 3px;
  }
  .fsc_del-ptn.is-swing.is-large::before {
    width: 17px;
    height: 17px;
  }
  .fsc_del-ptn.is-size::before {
    width: 90px;
    height: 33px;
    margin-right: 3px;
  }
  .fsc_del-ptn.is-size.is-large::before {
    width: 102px;
    height: 37.4px;
  }
  .fsc_del-ptn.is-rotation::before {
    width: 22px;
    height: 15px;
    margin-right: 3px;
  }
  .fsc_del-ptn.is-rotation.is-large::before {
    width: 24.93328px;
    height: 17px;
  }
  .fsc_del-ptn.is-fund::before {
    width: 15px;
    height: 15px;
    margin-right: 3px;
  }
  .fsc_del-ptn.is-fund.is-large::before {
    width: 17px;
    height: 17px;
  }
  .fsc_del-ptn.is-donate::before {
    width: 15px;
    height: 15px;
    margin-right: 3px;
  }
  .fsc_del-ptn.is-donate.is-large::before {
    width: 17px;
    height: 17px;
  }
  .fsc_del-ptn.is-8::before {
    width: 15px;
    height: 15px;
    margin-right: 3px;
  }
  .fsc_del-ptn.is-8.is-large::before {
    width: 17px;
    height: 17px;
  }
  .fsc_del-ptn.is-2::before {
    width: 15px;
    height: 15px;
    margin-right: 3px;
  }
  .fsc_del-ptn.is-2.is-large::before {
    width: 17px;
    height: 17px;
  }
  .fsc_del-ptn.is-limex::before {
    width: 15px;
    height: 15px;
    margin-right: 3px;
  }
  .fsc_del-ptn.is-limex.is-large::before {
    width: 17px;
    height: 17px;
  }
  .fsc_frame-btn__sub .fsc_labels .fsc_del-ptn img {
    top: -1px;
  }
  .fsc_frame-btn.is-simple {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .fsc_frame-btn.is-simple .fsc_frame-btn__caption {
    padding-left: 12px;
  }
  .fsc_frame-btns__item {
    padding-left: 8px;
  }
  .fsc_frame-btns__item::after {
    height: calc(100% - 42px);
  }
  .fsc_gbag-header {
    padding-left: 15px;
  }
  .fsc_gbag-header__close {
    height: 65px;
  }
  .fsc_gbag-header__close__btn {
    width: 65px;
    height: 100%;
    font-size: 17px;
  }
  .fsc_gbag__body__in .fsc_gnav-sec {
    margin-top: 78px;
  }
  .fsc_gbag__content {
    padding-bottom: 67px;
  }
  .fsc_gbag__body {
    padding-right: 15px;
    padding-left: 15px;
  }
  .fsc_gbag-sec {
    padding-top: 4px;
    margin-top: 28px;
  }
  .fsc_gbag-sec__h {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 17px;
  }
  .fsc_gbag-sec__body {
    padding-top: 44px;
  }
  .fsc_gbag-nocart {
    padding-top: 6px;
    padding-bottom: 50px;
  }
  .fsc_gbag-nocart > p {
    font-size: 18px;
  }
  .fsc_gbag-login__btn {
    width: 370px;
  }
  .fsc_gbag-list {
    max-width: 970px;
    margin-top: 65px;
  }
  .fsc_gbag-group {
    padding: 0 20px 20px 20px;
  }
  .fsc_gbag-group.is-blank {
    padding: 0 20px;
  }
  .fsc_gbag-group__link {
    padding: 24px 48px 24px 0;
  }
  .fsc_gbag-group__count {
    min-width: 30px;
    padding: 4px 8px;
    margin-left: 16px;
    font-size: 14px;
    border-radius: 11px;
  }
  html.is-ms .fsc_gbag-group__count {
    padding: 5px 8px 3px;
  }
  html.is-ie11 .fsc_gbag-group__count {
    padding: 4px 8px;
  }
  .fsc_gbag-group__body {
    padding: 20px;
  }
  .fsc_gbag-group__msg {
    margin-bottom: 20px;
  }
  .fsc_gbag-group__msg > p {
    font-size: 16px;
  }
  .fsc_gbag-limit {
    margin-bottom: 16px;
  }
  .fsc_gbag-limit__last {
    width: 240px;
    padding: 10px 0;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .fsc_gfooter__banners__item:nth-child(n+4) {
    margin-top: 30px;
  }
  .fsc_gfooter__links {
    padding-bottom: 10px;
  }
  .fsc_gfooter__breadcrumb + .fsc_gfooter__links .fsc_gfooter__links-groups {
    padding-top: 25px;
  }
  .fsc_gfooter__links-group + .fsc_gfooter__links-group {
    margin-top: 25px;
  }
  .fsc_gfooter__links-group__body {
    margin-top: 12px;
  }
  .fsc_gfooter__links-item + .fsc_gfooter__links-item .fsc_gfooter__link {
    padding-left: 22px;
  }
  .fsc_gfooter__links-item::after {
    height: calc(100% - 12px);
  }
  .fsc_gfooter__link {
    padding: 19px 0 19px 0;
    font-size: 15px;
  }
  .fsc_gfooter__link__in::after {
    width: 70px;
    font-size: 12px;
  }
  .fsc_gfooter__pagetop {
    margin-top: 28px;
  }
  .fsc_gfooter__pagetop a {
    font-size: 14px;
  }
  .fsc_gfooter__pagetop a > span::after {
    margin-top: -2px;
    margin-left: 8px;
  }
  .fsc_gheader-wrap.normal {
    height: 53px;
  }
  .fsc_gheader-wrap.normal.is-home {
    height: 73px;
  }
  .fsc_gheader {
    height: 53px;
  }
  .fsc_gheader-wrap.is-home .fsc_gheader {
    height: 73px;
  }
  .fsc_gheader__logo {
    width: 107px;
  }
  .fsc_gheader-wrap.is-home .fsc_gheader__items {
    height: 53px;
  }
  .fsc_gheader__item.is-like .fsc_gheader__link {
    font-size: 24px;
  }
  .fsc_gheader__item.is-member .fsc_gheader__link {
    font-size: 30px;
  }
  .fsc_gheader__item.is-search .fsc_gheader__link {
    font-size: 23px;
  }
  .fsc_gheader-wrap.is-home .fsc_gheader__items-wrap {
    height: 53px;
  }
  .fsc_ghgroup {
    padding-bottom: 20px;
  }
  .fsc_ghgroup__close {
    height: 65px;
  }
  .fsc_ghgroup__close__btn {
    width: 65px;
    font-size: 17px;
  }
  .fsc_ghgroup__h {
    padding-top: 14px;
  }
  .fsc_ghgroup__h__txt {
    font-size: 17px;
    font-weight: 700;
  }
  .fsc_ghgroup.is-special {
    padding-bottom: 28px;
  }
  .fsc_ghgroup.is-special .fsc_ghgroup__h {
    padding: 29px 15px 29px 15px;
  }
  .fsc_ghgroup.is-special .fsc_ghgroup__h__txt {
    font-size: 22px;
  }
  .fsc_glang__select__txt {
    padding-right: 15px;
    padding-left: 15px;
  }
  .fsc_glang__select {
    width: 269px;
    height: 40px;
    margin-left: 20px;
    border-radius: 4px;
  }
  .fsc_gnav-items__more__icn {
    font-size: 12px;
  }
  .fsc_gnav-items__more__txt {
    margin-top: 6px;
    font-size: 12px;
  }
  .fsc_gnav-login {
    padding: 30px 0 0;
  }
  .fsc_gnav-login__blocks {
    max-width: 770px;
  }
  .fsc_gnav-login__regular-service {
    max-width: 770px;
    margin-top: 27px;
    font-size: 15px;
  }
  .fsc_gnav-sec.has-border .fsc_gnav-sec__body {
    padding-top: 20px;
  }
  .fsc_gnav__in {
    padding-right: 15px;
    padding-bottom: 50px;
    padding-left: 15px;
  }
  .fsc_gnav__close {
    height: 65px;
  }
  .fsc_gnav__close__btn {
    width: 65px;
    font-size: 17px;
  }
  .fsc_gnav__login {
    padding-top: 14px;
  }
  .fsc_gnav__body {
    padding-top: 55px;
  }
  .fsc_gsearch-header__detail {
    padding-right: 18px;
    padding-left: 18px;
    font-size: 14px;
  }
  .fsc_gsearch-header__close {
    top: -50px;
    height: 65px;
  }
  .fsc_gsearch-header__close__btn {
    width: 65px;
  }
  .fsc_gsearch__hgroup {
    padding-right: 15px;
    padding-left: 15px;
  }
  .fsc_gsearch__content {
    padding-bottom: 67px;
  }
  .fsc_gsearch__header {
    padding-right: 15px;
    padding-left: 15px;
  }
  .fsc_gsearch__tabs {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 25px;
    border-bottom: 1px solid #eaeaea;
  }
  .fsc_gsearch__body {
    padding-right: 15px;
    padding-left: 15px;
  }
  .fsc_gsearch__child-list:not(.is-full) {
    padding-left: 15px;
  }
  .fsc_gsearch__child > span {
    padding-left: 20px;
  }
  .fsc_gsearch__shops {
    padding-top: 42px;
  }
  .fsc_guser__header {
    padding: 15px 18px;
  }
  .fsc_guser__header__names {
    padding-top: 8px;
    padding-right: 20px;
    padding-bottom: 8px;
  }
  .fsc_guser__header__points-wrap {
    margin-left: 30px;
  }
  .fsc_guser__header__point__group.is-num {
    margin-left: 20px;
  }
  .fsc_guser__header__btn .fsc_btn {
    padding: 10px 18px;
    font-size: 16px;
  }
  .fsc_guser__body {
    margin-top: 36px;
  }
  .fsc_guser__main-menu {
    margin-top: 40px;
  }
  .fsc_guser__month + .fsc_guser__month {
    margin-top: 20px;
  }
  .fsc_guser__order__h {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-right: 18px;
  }
  .fsc_guser__order__status.is-small {
    min-width: 116px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
  }
  .fsc_guser__order__status {
    min-width: 130px;
  }
  .fsc_guser__order__status.space-min {
    padding-right: 8px;
    padding-left: 8px;
  }
  a.fsc_guser__msg__link > span::after {
    width: 70px;
  }
  .fsc_header-search.for-shopping .fsc_header-search__inputs {
    padding-right: 170px;
  }
  .fsc_header-search.for-shopping .fsc_header-search__submit {
    width: 170px;
  }
  .fsc_header-search__form__label {
    padding-left: 30px;
  }
  .fsc_header-search__form__label::before {
    font-size: 18px;
  }
  .fsc_pagination__page {
    height: 32px;
    padding: 0 8px;
    margin-left: 8px;
    font-size: 12px;
    border-radius: 4px;
  }
  .fsc_pagination__page.is-prev,
  .fsc_pagination__page.is-next {
    padding: 0 19px;
    font-size: 10px;
  }
  .fsc_price.is-small {
    font-size: 14px;
  }
  .fsc_section__h-en.is-coordinate {
    margin-top: 17px;
  }
  .fsc_section__h-en.is-contents-s {
    margin-top: 17px;
  }
  .fsc_section__h-en.is-check {
    margin-top: 17px;
  }
  .fsc_section__h-en.is-news {
    margin-top: 23px;
  }
  .fsc_section__h-en.is-andmore {
    margin-top: 20px;
  }
  .fsc_section__body {
    margin-top: 37px;
  }
  .fsc_section__body.space-large {
    margin-top: 46px;
  }
  .fsc_section__body.space-ex-large {
    margin-top: 60px;
  }
  .fsc_section.is-small .fsc_section__body {
    margin-top: 26px;
  }
  .fsc_thumb__price.is-large .fsc_price {
    font-size: 16px;
  }
  .fsc_thumb__fav {
    bottom: -2px;
    font-size: 22px;
    line-height: 1;
  }
  .fsc_thumb__fav.is-large {
    font-size: 24px;
  }
  .fsc_thumb__tagline {
    font-size: 19px;
  }
  .fsc_thumb.is-column .fsc_thumb__caption {
    padding-top: 20px;
  }
}
@media all and (-ms-high-contrast: none) {
  .fsc_backorder {
    padding-top: 5px;
  }
  .fsc_backorder.is-large {
    padding-top: 6px;
  }
  .fsc_breadcrumb {
    top: 5px;
  }
  .fsc_del-ptn.is-small,
  .fsc_del-ptn.is-tall,
  .fsc_del-ptn.is-unisex,
  .fsc_del-ptn.is-pocket,
  .fsc_del-ptn.is-jpn,
  .fsc_del-ptn.is-print,
  .fsc_del-ptn.is-sewing,
  .fsc_del-ptn.is-heat-resistant,
  .fsc_del-ptn.is-microwave,
  .fsc_del-ptn.is-assembly,
  .fsc_del-ptn.is-matching,
  .fsc_del-ptn.is-change,
  .fsc_del-ptn.is-reserve,
  .fsc_del-ptn.is-flight,
  .fsc_del-ptn.is-cool,
  .fsc_del-ptn.is-included,
  .fsc_del-ptn.is-alcohol,
  .fsc_del-ptn.is-not-applicable,
  .fsc_del-ptn.is-new-arrival,
  .fsc_del-ptn.is-catalog,
  .fsc_del-ptn.is-member,
  .fsc_del-ptn.is-medicine,
  .fsc_del-ptn.is-shipping,
  .fsc_del-ptn.is-shopping,
  .fsc_del-ptn.is-bargain,
  .fsc_del-ptn.is-merry,
  .fsc_del-ptn.is-booking {
    padding-top: 3px;
  }
  .fsc_gheader__tagline {
    top: 54px;
  }
}
@media not all and (width >= 577px) {
  .fsc_del-ptn {
    font-size: 9.5px;
  }
  .fsc_del-ptn.is-large {
    font-size: 13px;
  }
  .fsc_del-ptn.is-mini,
  .fsc_del-ptn.for-thumb {
    font-size: 9px;
  }
  .fsc_del-ptn.is-small,
  .fsc_del-ptn.is-tall,
  .fsc_del-ptn.is-unisex,
  .fsc_del-ptn.is-pocket,
  .fsc_del-ptn.is-jpn,
  .fsc_del-ptn.is-print,
  .fsc_del-ptn.is-sewing,
  .fsc_del-ptn.is-heat-resistant,
  .fsc_del-ptn.is-microwave,
  .fsc_del-ptn.is-assembly,
  .fsc_del-ptn.is-matching,
  .fsc_del-ptn.is-change,
  .fsc_del-ptn.is-reserve,
  .fsc_del-ptn.is-flight,
  .fsc_del-ptn.is-cool,
  .fsc_del-ptn.is-included,
  .fsc_del-ptn.is-alcohol,
  .fsc_del-ptn.is-not-applicable,
  .fsc_del-ptn.is-new-arrival,
  .fsc_del-ptn.is-catalog,
  .fsc_del-ptn.is-member,
  .fsc_del-ptn.is-medicine,
  .fsc_del-ptn.is-shipping,
  .fsc_del-ptn.is-shopping,
  .fsc_del-ptn.is-bargain,
  .fsc_del-ptn.is-merry,
  .fsc_del-ptn.is-booking {
    padding: 2px 3px 0.5px;
  }
}
@media not all and (width >= 1200px) {
  .fsc_gbag-limit__heading {
    padding: 32px 24px;
  }
  .fsc_gbag-limit__ttl {
    font-size: 13px;
  }
}
@media not all and (width >= 980px) {
  .fsc_glang__select {
    width: 220px;
  }
}
@media all and (width >= 1200px) {
  .fsc_gnav-items__more__txt {
    margin-top: 12px;
    font-size: 15px;
  }
}
@media (width >= 768px) and (width <= 800px) {
  .fsc_gnav-items__more__txt {
    margin-top: 3px;
  }
}
@media (width <= 880px) {
  .fsc_guser__header__btn {
    max-width: 270px;
    margin-top: 10px;
  }
}
#Header_fca {
  position: absolute;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 0 15px;
  background-color: #ffffff;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 767px) {
  #Header_fca {
    display: none;
  }
}
#Header_fca .header_inline_fca {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
#Header_fca #head-topnavi_allb {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  height: 32px;
  border: none;
}
#Header_fca #head-topnavi_allb ul.nave_allb {
  margin: 0;
}
#Header_fca #head-topnavi_allb ul.nave_allb li {
  height: auto;
  line-height: 1;
  list-style: none;
}
#Header_fca,
#Header_fca .nave_allb {
  position: static;
  display: flex;
  align-items: center;
}
#Header_fca li,
#Header_fca .nave_allb li {
  padding-left: 10px;
}

.header-sp_cha {
  display: flex;
  justify-content: space-between;
  height: 38px;
  background-color: #ffffff;
  border-bottom: 1px solid #dddddd;
}
@media screen and (min-width: 768px) {
  .header-sp_cha {
    display: none;
  }
}
.header-sp_cha-logo {
  display: flex;
  align-items: center;
  width: 67px;
  margin-left: 15px;
}
.header-sp_cha-right {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.header-sp_cha-logo-felissimo {
  width: 52px;
  margin-right: 12px;
}
.header-sp_cha-logo-felissimo img {
  width: 100%;
  height: auto;
}
.header-sp_cha-menu {
  display: flex;
  height: 100%;
}
.header-sp_cha-menu li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 100%;
  border-left: 1px solid #dddddd;
}
.header-sp_cha-menu li img {
  width: 100%;
  height: auto;
}

.header_cha {
  background-color: var(--cha-color-white);
}
@media screen and (min-width: 768px) {
  .header_cha {
    position: relative;
    z-index: var(--cha-zindex-magic);
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .header_cha {
    padding: 0 0.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .header_cha-nav {
    max-width: 1170px;
    margin: 0 auto;
  }
}
.header_cha-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .header_cha-nav-list {
    margin: 0 -14px;
  }
}
@media screen and (max-width: 767px) {
  .header_cha-nav-list {
    margin: 0 -0.375rem;
  }
}
.header_cha-nav-item {
  list-style: none;
}
.header_cha-nav-link {
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .header_cha-nav-link {
    padding: 14px;
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header_cha-nav-link {
    padding: 0.875rem 0.375rem;
    font-size: 1.125rem;
  }
}
@media (hover: hover) {
  .header_cha-nav-link:hover {
    color: currentcolor;
    text-decoration: underline !important;
  }
}
@media (hover: none) {
  .header_cha-nav-link:active {
    color: currentcolor;
    text-decoration: underline !important;
  }
}

@keyframes ticker-to-left {
  0% {
    translate: 0 0;
  }
  100% {
    translate: -50% 0;
  }
}
@keyframes ticker-to-right {
  0% {
    translate: -50% 0;
  }
  100% {
    translate: 0 0;
  }
}
@keyframes rotate {
  to {
    rotate: 360deg;
  }
}
.c-separator_cha-wrap[data-type=type1]::before, .c-separator_cha-wrap[data-type=type4]::before {
  background-image: url("../images/common/bg_dot.png");
  background-size: 0.375rem;
  opacity: 0.1;
}

.page-share_cha-gotop::before, .nav_cha-gotop::before, .c-separator_cha-wrap[data-type=type2]::before, .c-separator_cha-wrap[data-type=type5]::before {
  background-image: url("../images/common/bg_wave.png");
  background-position-y: -1px;
  background-size: 1rem;
  opacity: 0.25;
}

.products_cha-all-link-character::before, .c-separator_cha-wrap[data-type=type3]::before {
  background-image: url("../images/common/bg_grid.png");
  background-size: 0.5625rem;
  opacity: 0.35;
}
@media (resolution >= 2dppx) {
  .products_cha-all-link-character::before, .c-separator_cha-wrap[data-type=type3]::before {
    rotate: 0.001deg;
  }
}

.c-separator_cha {
  pointer-events: none;
  user-select: none;
  width: 100%;
  background-color: var(--cha-color-light-gray);
}
.c-separator_cha.is-animation .c-separator_cha-inner {
  animation-play-state: running;
}
.c-separator_cha-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 5.125rem;
  overflow: hidden;
}
.c-separator_cha-wrap[data-type=type1] .c-separator_cha-item img {
  width: 4.25rem;
  height: 2.875rem;
}
.c-separator_cha-wrap[data-type=type2] .c-separator_cha-item img {
  width: 3.75rem;
  height: 2.875rem;
}
.c-separator_cha-wrap[data-type=type3] .c-separator_cha-item img {
  width: 4.25rem;
  height: 3.5rem;
}
.c-separator_cha-wrap[data-type=type4] .c-separator_cha-item img {
  width: 2.8125rem;
  height: 4rem;
}
.c-separator_cha-wrap[data-type=type5] .c-separator_cha-item img {
  width: 4.125rem;
  height: 3.875rem;
}
.c-separator_cha-wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.c-separator_cha-inner {
  position: relative;
  display: flex;
  animation: ticker-to-left calc(var(--cha-total-items) * 2.4s) linear infinite;
  animation-play-state: paused;
  will-change: translate;
}
.c-separator_cha-list {
  display: flex;
}
.c-separator_cha-item {
  display: flex;
  align-items: center;
}
.c-separator_cha-item::after {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100%;
  content: "";
}

.c-product-item_cha {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-decoration: none;
  background-color: var(--cha-color-white);
}
@media (hover: hover) {
  .c-product-item_cha:hover {
    color: inherit;
  }
  .c-product-item_cha:hover .c-product-item_cha-check-inner:before {
    scale: 1.1707317073;
  }
}
@media (hover: none) {
  .c-product-item_cha:active {
    color: inherit;
  }
  .c-product-item_cha:active .c-product-item_cha-check-inner:before {
    scale: 1.1707317073;
  }
}
.c-product-item_cha:hover {
  text-decoration: none;
}
.c-product-item_cha[data-large=true] .c-product-item_cha-number {
  bottom: 1.25rem;
  width: 9.625rem;
  height: 3.0625rem;
}
.c-product-item_cha[data-large=true] .c-product-item_cha-info {
  grid-template-columns: auto 12.25rem;
  align-items: center;
}
@media (hover: hover) {
  .c-product-item_cha[data-large=true] .c-product-item_cha-info:hover .c-button_cha-inner {
    translate: 0 0;
  }
}
@media (hover: none) {
  .c-product-item_cha[data-large=true] .c-product-item_cha-info:active .c-button_cha-inner {
    translate: 0 0;
  }
}
.c-product-item_cha[data-large=true] .c-product-item_cha-meta {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 1.5rem;
}
.c-product-item_cha[data-large=true] .c-product-item_cha-name {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 1.5rem;
  line-height: 1.2833333333;
}
.c-product-item_cha[data-large=true] .c-product-item_cha-unit {
  margin-right: 0.1875rem;
}
.c-product-item_cha[data-large=true] .c-product-item_cha-tax {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 1.25rem;
}
.c-product-item_cha[data-large=true] .c-product-item_cha-button {
  height: 4.25rem;
}
.c-product-item_cha[data-large=true] .c-product-item_cha-button-text {
  width: 6.963125rem;
  height: 1.238125rem;
  margin-left: 0.1875rem;
}
@media (hover: hover) {
  .c-product-item_cha[data-large=false]:hover .c-button_cha-inner {
    translate: 0 0;
  }
}
@media (hover: none) {
  .c-product-item_cha[data-large=false]:active .c-button_cha-inner {
    translate: 0 0;
  }
}
.c-product-item_cha[data-large=false] .c-product-item_cha-number {
  bottom: 1.0625rem;
  width: 8.25rem;
  height: 2.75rem;
}
.c-product-item_cha[data-large=false] .c-product-item_cha-info {
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  gap: 1.75rem;
}
.c-product-item_cha[data-large=false] .c-product-item_cha-meta {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 1.375rem;
}
.c-product-item_cha[data-large=false] .c-product-item_cha-unit {
  margin-right: 0.4375rem;
}
.c-product-item_cha[data-large=false] .c-product-item_cha-button {
  width: 10.5rem;
  height: 3.5rem;
  margin-left: auto;
}
.c-product-item_cha[data-large=false] .c-product-item_cha-button-text {
  width: 6.3125rem;
  height: 1.125rem;
}
.c-product-item_cha[data-product-id=item-1] .c-product-item_cha-title {
  width: 7.125rem;
  height: 21.875rem;
}
.c-product-item_cha[data-product-id=item-1] .c-product-item_cha-check {
  top: 8rem;
  left: 5.3125rem;
}
.c-product-item_cha[data-product-id=item-1] .c-product-item_cha-check-inner::after {
  bottom: 0.625rem;
  left: calc(100% - 2.125rem);
  width: 10rem;
  transform-origin: bottom left;
  rotate: 50deg;
}
.c-product-item_cha[data-product-id=item-2] .c-product-item_cha-title {
  width: 3.5625rem;
  height: 33.9375rem;
}
.c-product-item_cha[data-product-id=item-2] .c-product-item_cha-check {
  top: 11.625rem;
  left: 4.8125rem;
}
.c-product-item_cha[data-product-id=item-2] .c-product-item_cha-check-inner::after {
  top: 3.125rem;
  left: calc(100% - 2.125rem);
  width: 15.625rem;
  transform-origin: bottom left;
  rotate: -25deg;
}
.c-product-item_cha[data-product-id=item-5] .c-product-item_cha-title {
  width: 7.125rem;
  height: 25.625rem;
}
.c-product-item_cha[data-product-id=item-5] .c-product-item_cha-check {
  top: 16.75rem;
  left: 6.1875rem;
}
.c-product-item_cha[data-product-id=item-5] .c-product-item_cha-check-inner::after {
  bottom: 0.5rem;
  left: calc(100% - 2.0625rem);
  width: 11.875rem;
  transform-origin: bottom left;
  rotate: 50deg;
}
.c-product-item_cha[data-product-id=item-10] .c-product-item_cha-title {
  width: 7.125rem;
  height: 24.8125rem;
}
.c-product-item_cha[data-product-id=item-10] .c-product-item_cha-check {
  top: 11.6875rem;
  left: 5.4375rem;
}
.c-product-item_cha[data-product-id=item-10] .c-product-item_cha-check-inner::after {
  bottom: 1.3125rem;
  left: calc(100% - 1.9375rem);
  width: 8.125rem;
  transform-origin: bottom left;
  rotate: 50deg;
}
.c-product-item_cha[data-product-id=item-11] .c-product-item_cha-title {
  width: 7.125rem;
  height: 33rem;
}
.c-product-item_cha[data-product-id=item-11] .c-product-item_cha-check {
  top: 5.5rem;
  left: 15.375rem;
}
.c-product-item_cha[data-product-id=item-11] .c-product-item_cha-check-inner::after {
  bottom: 1.75rem;
  left: calc(100% - 0.75rem);
  width: 9.375rem;
  transform-origin: bottom left;
  rotate: 20deg;
}
.c-product-item_cha[data-product-id=item-16] .c-product-item_cha-title {
  width: 7.125rem;
  height: 27.5rem;
}
.c-product-item_cha[data-product-id=item-16] .c-product-item_cha-check {
  top: 29.6875rem;
  left: 3.5625rem;
}
.c-product-item_cha[data-product-id=item-16] .c-product-item_cha-check-inner::after {
  bottom: 0.625rem;
  left: calc(100% - 1.25rem);
  width: 6.8125rem;
  transform-origin: bottom left;
  rotate: 45deg;
}
.c-product-item_cha[data-product-id=item-17] .c-product-item_cha-title {
  width: 3.5625rem;
  height: 44.3125rem;
}
.c-product-item_cha[data-product-id=item-17] .c-product-item_cha-check {
  top: 31.875rem;
  left: 23.9375rem;
}
.c-product-item_cha[data-product-id=item-17] .c-product-item_cha-check-inner::after {
  right: calc(100% - 0.625rem);
  bottom: 1.5rem;
  width: 7.25rem;
  transform-origin: bottom right;
  rotate: -45deg;
}
.c-product-item_cha[data-section-id=section-1] .c-product-item_cha-check-inner::before {
  background-color: var(--cha-color-pink);
}
.c-product-item_cha[data-section-id=section-2] .c-product-item_cha-check-inner::before {
  background-color: var(--cha-color-blue);
}
.c-product-item_cha[data-section-id=section-3] .c-product-item_cha-check-inner::before {
  background-color: var(--cha-color-green);
}
.c-product-item_cha[data-section-id=section-4] .c-product-item_cha-check-inner::before {
  background-color: var(--cha-color-light-red);
}
.c-product-item_cha[data-section-id=section-5] .c-product-item_cha-check-inner::before {
  background-color: var(--cha-color-orange);
}
.c-product-item_cha[data-section-id=section-6] .c-product-item_cha-check-inner::before {
  background-color: var(--cha-color-pink);
}
.c-product-item_cha[data-section-id=section-7] .c-product-item_cha-check-inner::before {
  background-color: var(--cha-color-green);
}
.c-product-item_cha-image {
  aspect-ratio: 3/4;
  position: relative;
  width: 100%;
}
.c-product-item_cha-title {
  position: absolute;
  top: -1px;
  right: 0;
}
.c-product-item_cha-check {
  position: absolute;
  width: 5.25rem;
  height: 5.25rem;
  border-radius: 50%;
}
.c-product-item_cha-check.is-animation .c-product-item_cha-check-inner::before {
  animation-play-state: running;
}
.c-product-item_cha-check-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.4375rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 0.3125rem;
  padding-right: 0.0625rem;
}
.c-product-item_cha-check-inner::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: currentcolor;
  border: 1px dashed var(--cha-color-black);
  border-radius: 50%;
  transition: scale var(--cha-ms-base) var(--cha-ease-power4-out);
  animation: rotate 12s linear infinite;
  animation-play-state: paused;
}
@media screen and (min-width: 768px) {
  .c-product-item_cha-check-inner::before {
    scale: 1.05;
  }
}
.c-product-item_cha-check-inner::after {
  position: absolute;
  z-index: -2;
  height: 1px;
  content: "";
  background-color: var(--cha-color-black);
}
.c-product-item_cha-check-text {
  width: 3.9375rem;
  height: 0.75rem;
}
.c-product-item_cha-check-text img {
  width: 100%;
  height: 100%;
}
.c-product-item_cha-check-plus {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.6875rem;
  height: 0.6875rem;
}
.c-product-item_cha-check-plus::before, .c-product-item_cha-check-plus::after {
  position: absolute;
  width: 0.1875rem;
  height: 100%;
  content: "";
  background-color: var(--cha-color-white);
}
.c-product-item_cha-check-plus::after {
  rotate: 90deg;
}
.c-product-item_cha-number {
  pointer-events: none;
  user-select: none;
  position: absolute;
  left: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.25rem;
  height: 2.75rem;
  background-color: #ffffff;
  border-radius: 50%;
}
.c-product-item_cha-info {
  display: grid;
  gap: 1.25rem;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 1.5625rem 1.1875rem 1.5rem 1.375rem;
}
.c-product-item_cha-text {
  display: flex;
  flex-direction: column;
  gap: 0.5625rem;
  font-family: var(--cha-font-family-shuei-kakugo-gin-b);
}
.c-product-item_cha-name {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 1.375rem;
  line-height: 1.5272727273;
  letter-spacing: var(--cha-tracking-tight);
}
.c-product-item_cha-meta {
  display: flex;
  align-items: center;
}
.c-product-item_cha-unit {
  letter-spacing: var(--cha-tracking-wide);
}
.c-product-item_cha-price {
  letter-spacing: -0.03em;
}
.c-product-item_cha-tax {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 1.125rem;
  letter-spacing: var(--cha-tracking-wide);
}

.c-button_cha {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: var(--cha-color-white);
  border-style: solid;
  border-width: 1px;
  border-radius: 100px;
}
@media (hover: hover) {
  .c-button_cha:hover .c-button_cha-inner {
    border-color: transparent;
    translate: 0 0;
  }
}
@media (hover: none) {
  .c-button_cha:active .c-button_cha-inner {
    border-color: transparent;
    translate: 0 0;
  }
}
.c-button_cha-inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: grid;
  flex-direction: column;
  grid-template-columns: auto 0.75rem;
  gap: 0.5625rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 0.25rem;
  border-radius: 100px;
  transition: translate var(--cha-ms-base) var(--cha-ease-power4-out), border-color var(--cha-ms-base) var(--cha-ease-power4-out);
  translate: -0.25rem -0.25rem;
}
.c-button_cha-text {
  font-family: var(--cha-font-family-shuei-kakugo-gin-b);
}
.c-button_cha-arrow {
  width: 0.75rem;
  min-width: 0.75rem;
  height: 0.75rem;
}
.c-button_cha-arrow svg {
  width: 100%;
  height: 100%;
  rotate: 0.0001deg;
}
.c-button_cha[data-style=black] {
  color: var(--cha-color-white);
  background-color: var(--cha-color-gray);
  border-color: var(--cha-color-black);
}
.c-button_cha[data-style=black] .c-button_cha-inner {
  background-color: var(--cha-color-black);
}
.c-button_cha[data-style=white] {
  color: var(--cha-color-black);
  background-color: var(--cha-color-black);
  border-color: var(--cha-color-black);
}
.c-button_cha[data-style=white] .c-button_cha-inner {
  background-color: var(--cha-color-white);
}

.container_cha {
  position: relative;
  font-family: var(--cha-font-family-base);
  line-height: var(--cha-leading-base);
  color: var(--cha-color-base);
  letter-spacing: var(--cha-tracking-base);
  background-color: var(--cha-color-bg);
  border-top: 1px solid var(--cha-color-black);
  border-bottom: 1px solid var(--cha-color-black);
}
.container_cha *::selection {
  background-color: rgb(var(--cha-color-pink-rgb)/20%);
}
@media screen and (max-width: 767px) {
  .container_cha {
    font-size: var(--cha-font-size-base-sp);
  }
}
@media screen and (min-width: 768px) {
  .container_cha {
    display: grid;
    grid-template-columns: 1fr var(--cha-contents-width);
    font-size: var(--cha-font-size-base-pc);
  }
}
@media screen and (min-width: 1280px) {
  .container_cha {
    grid-template-columns: 1fr var(--cha-contents-width) 1fr;
  }
}

.contents_cha {
  position: relative;
}
@media screen and (min-width: 768px) {
  .contents_cha {
    border-right: 1px solid var(--cha-color-black);
    border-left: 1px solid var(--cha-color-black);
  }
}

.gallery_cha {
  position: sticky;
  top: 0;
  height: 100dvh;
}
@media screen and (max-width: 767px) {
  .gallery_cha {
    display: none;
  }
}
.gallery_cha-contents {
  height: 100%;
}
.gallery_cha-slider {
  height: 100%;
}
.gallery_cha-slider .splide__track {
  height: 100%;
}
.gallery_cha-slider img {
  object-fit: cover;
  object-position: center top;
  width: 100%;
  height: 100%;
}

:root {
  --cha-mv-copies-duration: 680ms;
  --cha-mv-copies-delay: 300ms;
  --cha-mv-products-duration: 1400ms;
  --cha-mv-products-delay: 480ms;
  --cha-mv-products-each: 104ms;
}

.mv_cha {
  position: relative;
  height: 70.6875rem;
  min-height: 70.6875rem;
  padding: 1.5rem;
  overflow: hidden;
  border-bottom: 1px solid var(--cha-color-black);
}
.mv_cha-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.mv_cha-copies {
  opacity: 0;
  transition: opacity var(--cha-mv-copies-duration) var(--cha-ease-power1-inout);
  transition-delay: var(--cha-mv-copies-delay);
}
html.is-loaded .mv_cha-copies {
  opacity: 1;
}
.mv_cha-products {
  opacity: 0;
  transition: opacity var(--cha-mv-products-duration) var(--cha-ease-expo-out), translate var(--cha-mv-products-duration) var(--cha-ease-expo-out);
  translate: 0 3.125rem;
}
.mv_cha-products1 {
  transition-delay: calc(var(--cha-mv-products-delay) + var(--cha-mv-products-each) * 1);
}
.mv_cha-products2 {
  transition-delay: calc(var(--cha-mv-products-delay) + var(--cha-mv-products-each) * 2);
}
.mv_cha-products3 {
  transition-delay: calc(var(--cha-mv-products-delay) + var(--cha-mv-products-each) * 3);
}
html.is-loaded .mv_cha-products {
  opacity: 1;
  translate: 0 0;
}
.mv_cha-logo-doraemon {
  pointer-events: none;
  user-select: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 10rem;
  height: 3.5rem;
}
.mv_cha-logo-felissimo {
  pointer-events: none;
  user-select: none;
  position: absolute;
  top: 1px;
  right: 0;
  width: 9.1875rem;
  height: 3rem;
  margin: 0 auto;
}
.mv_cha-products1 {
  pointer-events: none;
  user-select: none;
  position: absolute;
  top: 7.9375rem;
  right: 0;
  width: 9.3125rem;
  height: 9.0625rem;
}
.mv_cha-products2 {
  pointer-events: none;
  user-select: none;
  position: absolute;
  top: 29.875rem;
  left: -3.6875rem;
  width: 15.1875rem;
  height: 15rem;
}
.mv_cha-products3 {
  pointer-events: none;
  user-select: none;
  position: absolute;
  top: 36.125rem;
  right: -2.125rem;
  width: 15rem;
  height: 18.375rem;
}
.mv_cha-copies1 {
  position: absolute;
  top: 6.0875rem;
  left: 3.28125rem;
  width: 7.810625rem;
  height: 19.3984375rem;
}
.mv_cha-copies2 {
  position: absolute;
  bottom: 0.875rem;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 1.1875rem;
  align-items: center;
  width: 100%;
}
.mv_cha-copies2-title {
  width: 44.375rem;
  height: 8.375rem;
  margin-left: -0.125rem;
}
.mv_cha-copies2-caption {
  width: 10.875rem;
  height: 0.9375rem;
}
.mv_cha-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mv_cha-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav_cha {
  position: sticky;
  top: 0;
  display: grid;
  grid-template-rows: 6.1875rem 1fr;
  height: 100dvh;
}
@media screen and (max-width: 1279px) {
  .nav_cha {
    display: none;
  }
}
.nav_cha-head {
  display: grid;
  grid-template-columns: auto 9.65625rem;
  border-bottom: 1px solid var(--cha-color-black);
}
.nav_cha-title {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0.9375rem 0 1.640625rem;
}
.nav_cha-title img {
  width: 31.3828125rem;
  height: 3.0615rem;
}
.nav_cha-gotop {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 0.09375rem;
  padding-right: 0.1875rem;
  background-color: var(--cha-color-light-gray);
  background-size: 10px;
  border-left: 1px solid var(--cha-color-black);
}
.nav_cha-gotop img {
  position: relative;
  width: 6.5625rem;
  height: 5.0625rem;
}
.nav_cha-gotop::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-size: 0.9375rem;
}
.nav_cha-content {
  padding: 1.734375rem 0 1.734375rem 0;
  overflow: auto;
}
.nav_cha-content::-webkit-scrollbar {
  width: 8px;
  border-left: 1px solid var(--cha-color-black);
}
.nav_cha-content::-webkit-scrollbar-thumb {
  background-color: var(--cha-color-black);
}
.nav_cha-list {
  display: flex;
  flex-direction: column;
  padding: 0 4.5rem 0 3.75rem;
  transition: opacity var(--cha-ms-base) ease;
}
@media (hover: hover) {
  .nav_cha-list:hover .nav_cha-item:not(:hover) img {
    opacity: 0.3;
  }
}
@media (hover: none) {
  .nav_cha-list:active .nav_cha-item:not(:hover) img {
    opacity: 0.3;
  }
}
.nav_cha-item {
  display: flex;
  align-items: center;
  height: 5.15625rem;
  min-height: 5.15625rem;
}
.nav_cha-item:not(:first-of-type) {
  border-top: 1px solid var(--cha-color-gray);
}
.nav_cha-item img {
  transition: opacity var(--cha-ms-base) ease;
}
.nav_cha-text-1 {
  width: 29.671875rem;
  height: 1.96875rem;
}
.nav_cha-text-2 {
  width: 34.359375rem;
  height: 1.96875rem;
}
.nav_cha-text-3 {
  width: 20.015625rem;
  height: 1.96875rem;
}
.nav_cha-text-4 {
  width: 25.546875rem;
  height: 1.96875rem;
}
.nav_cha-text-5 {
  width: 18.328125rem;
  height: 1.96875rem;
}
.nav_cha-text-6 {
  width: 26.484375rem;
  height: 1.96875rem;
}
.nav_cha-text-7 {
  width: 21.890625rem;
  height: 1.96875rem;
}
.nav_cha-text-8 {
  width: 25.3125rem;
  height: 1.96875rem;
}
.nav_cha-text-9 {
  width: 28.546875rem;
  height: 1.96875rem;
}
.nav_cha-text-10 {
  width: 18.609375rem;
  height: 1.96875rem;
}
.nav_cha-text-11 {
  width: 32.671875rem;
  height: 1.96875rem;
}
.nav_cha-text-12 {
  width: 27.234375rem;
  height: 1.96875rem;
}
.nav_cha-text-13 {
  width: 27.609375rem;
  height: 1.96875rem;
}
.nav_cha-text-14 {
  width: 33.890625rem;
  height: 1.96875rem;
}
.nav_cha-text-15 {
  width: 26.671875rem;
  height: 1.96875rem;
}
.nav_cha-text-16 {
  width: 35.203125rem;
  height: 1.96875rem;
}
.nav_cha-text-17 {
  width: 30.46875rem;
  height: 1.96875rem;
}

.products_cha {
  border-color: var(--cha-color-black);
  border-style: solid;
  border-width: 1px 0 0;
}
.products_cha-inner {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background-color: var(--cha-color-black);
}
.products_cha-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background-color: var(--cha-color-black);
}
.products_cha-list[data-section-id="1"] {
  grid-template-areas: "product-1 product-1";
}
.products_cha-list[data-section-id="2"] {
  grid-template-areas: "product-2 product-2" "product-3 product-4";
}
.products_cha-list[data-section-id="3"] {
  grid-template-areas: "product-5 product-5" "product-6 product-7" "product-8 product-9";
}
.products_cha-list[data-section-id="4"] {
  grid-template-areas: "product-10 product-10";
}
.products_cha-list[data-section-id="5"] {
  grid-template-areas: "product-11 product-11" "product-12 product-13" "product-14 product-15";
}
.products_cha-list[data-section-id="6"] {
  grid-template-areas: "product-16 product-16";
}
.products_cha-list[data-section-id="7"] {
  grid-template-areas: "product-17 product-17";
}
.products_cha-all-link {
  display: grid;
  grid-template-columns: 33.4375rem 1fr;
  height: 13.375rem;
  background-color: var(--cha-color-light-gray);
}
@media (hover: hover) {
  .products_cha-all-link:hover .c-button_cha-inner {
    translate: 0 0;
  }
}
@media (hover: none) {
  .products_cha-all-link:active .c-button_cha-inner {
    translate: 0 0;
  }
}
.products_cha-all-link-button-area {
  display: flex;
  align-items: center;
  padding: 1.5rem;
  background-color: var(--cha-color-white);
}
.products_cha-all-link-button {
  height: 7.875rem;
}
.products_cha-all-link-button .c-button_cha-arrow {
  position: absolute;
  top: calc(50% - 0.375rem);
  right: 2.5rem;
}
.products_cha-all-link-text {
  width: 17.5rem;
  height: 3.375rem;
  margin-left: 1.25rem;
}
.products_cha-all-link-character {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.125rem;
  padding-right: 0.375rem;
  border-left: 1px solid var(--cha-color-black);
}
.products_cha-all-link-character::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.products_cha-all-link-character img {
  position: relative;
  width: 11rem;
  height: 11.9375rem;
}

.catalog_cha {
  background-color: var(--cha-color-pink);
  border-color: var(--cha-color-black);
  border-style: solid;
  border-width: 1px 0 0;
}
.catalog_cha-inner {
  display: grid;
  grid-template-columns: 9.4375rem 1fr;
}
.catalog_cha-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0 2.0625rem;
}
.catalog_cha-title img {
  width: 6.3125rem;
  height: 52.625rem;
}
.catalog_cha-content {
  display: flex;
  flex-direction: column;
  gap: 2.0625rem;
  align-items: center;
  justify-content: center;
  border-left: 1px solid var(--cha-color-black);
}
.catalog_cha-poster {
  position: relative;
}
@media (hover: hover) {
  .catalog_cha-poster:hover .catalog_cha-check-inner:before {
    scale: 1.1707317073;
  }
}
@media (hover: none) {
  .catalog_cha-poster:active .catalog_cha-check-inner:before {
    scale: 1.1707317073;
  }
}
.catalog_cha-check {
  position: absolute;
  right: -1.875rem;
  bottom: -1.875rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
}
.catalog_cha-check.is-animation .catalog_cha-check-inner::before {
  animation-play-state: running;
}
.catalog_cha-check-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 0.3125rem;
  padding-left: 0.1875rem;
}
.catalog_cha-check-inner::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--cha-color-light-red);
  border: 1px dashed var(--cha-color-black);
  border-radius: 50%;
  transition: scale var(--cha-ms-base) var(--cha-ease-power4-out);
  animation: rotate 12s linear infinite;
  animation-play-state: paused;
}
@media screen and (min-width: 768px) {
  .catalog_cha-check-inner::before {
    scale: 1.05;
  }
}
.catalog_cha-check-inner::after {
  position: absolute;
  height: 1px;
  content: "";
  background-color: var(--cha-color-black);
}
.catalog_cha-check-text {
  width: 4.3125rem;
  height: 0.875rem;
}
.catalog_cha-check-plus {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.6875rem;
  height: 0.6875rem;
}
.catalog_cha-check-plus::before, .catalog_cha-check-plus::after {
  position: absolute;
  width: 0.1875rem;
  height: 100%;
  content: "";
  background-color: var(--cha-color-white);
}
.catalog_cha-check-plus::after {
  rotate: 90deg;
}
.catalog_cha-image {
  width: 30.25rem;
  height: 43.3125rem;
  box-shadow: 0 0 0 1px var(--cha-color-black);
}
.catalog_cha-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.catalog_cha-button {
  width: 19rem;
  height: 4.375rem;
}
.catalog_cha-button .c-button_cha-inner {
  border: 1px solid var(--cha-color-black);
  translate: -0.1875rem -0.1875rem;
}
.catalog_cha-button .c-button_cha-text {
  width: 13.8125rem;
  height: 1.25rem;
  margin-left: 0.25rem;
}
@media (resolution >= 3dppx) {
  .catalog_cha-button .c-button_cha-arrow {
    width: 0.8125rem;
    min-width: 0.8125rem;
    height: 0.8125rem;
  }
}

.information_cha {
  background-color: var(--cha-color-blue);
  border-color: var(--cha-color-black);
  border-style: solid;
  border-width: 1px 0 0;
}
.information_cha-inner {
  display: grid;
  grid-template-columns: 9.4375rem 1fr;
  direction: rtl;
}
.information_cha-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.information_cha-title img {
  width: 6.1875rem;
  height: 39.5625rem;
}
.information_cha-content {
  display: flex;
  flex-direction: column;
  gap: 0.6875rem;
  align-items: center;
  justify-content: center;
  padding: 3.3125rem 3.375rem 3.3125rem;
  border-right: 1px solid var(--cha-color-black);
}
.information_cha-link {
  background-color: var(--cha-color-white);
  border: 1px solid var(--cha-color-black);
}
@media (hover: hover) {
  .information_cha-link:hover img {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .information_cha-link:active img {
    opacity: 0.7;
  }
}
.information_cha-link img {
  will-change: opacity;
  transition: opacity var(--cha-ms-base) ease;
}

.page-share_cha {
  display: grid;
  grid-template-columns: 17.5rem 1fr;
  border-color: var(--cha-color-black);
  border-style: solid;
  border-width: 1px 0 0;
}
.page-share_cha-gotop {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.3125rem 1.6875rem 1.1875rem 1.375rem;
  background-color: var(--cha-color-light-gray);
}
.page-share_cha-gotop::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.page-share_cha-gotop img {
  position: relative;
  width: 14.375rem;
  height: 21.3125rem;
}
.page-share_cha-content {
  display: flex;
  flex-direction: column;
  background-color: var(--cha-color-black);
  border-left: 1px solid var(--cha-color-black);
}
.page-share_cha-list {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.page-share_cha-item {
  display: flex;
  width: 100%;
  height: 5.125rem;
  background-color: var(--cha-color-white);
}
.page-share_cha-action {
  display: grid;
  grid-template-columns: 1fr 1.875rem;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 1.3125rem 0 1.5rem;
}
@media (hover: hover) {
  .page-share_cha-action:hover .page-share_cha-arrow-inner {
    translate: 0 0;
  }
}
@media (hover: none) {
  .page-share_cha-action:active .page-share_cha-arrow-inner {
    translate: 0 0;
  }
}
.page-share_cha-text-x {
  width: 7.1875rem;
  height: 1.6875rem;
}
.page-share_cha-text-line {
  width: 12.4375rem;
  height: 1.6875rem;
}
.page-share_cha-text-facebook {
  width: 23.125rem;
  height: 1.6875rem;
}
.page-share_cha-text-copy {
  width: 18.6875rem;
  height: 1.6875rem;
}
.page-share_cha-arrow {
  position: relative;
  height: 1.875rem;
  color: var(--cha-color-black);
  background-color: var(--cha-color-black);
  border-radius: 100px;
}
.page-share_cha-arrow-inner {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: var(--cha-color-white);
  border: 1px solid var(--cha-color-black);
  border-radius: 50%;
  transition: translate var(--cha-ms-base) var(--cha-ease-power4-out);
  translate: -0.09375rem -0.09375rem;
}
.page-share_cha svg {
  width: 100%;
  height: 100%;
  rotate: 0.0001deg;
}
.page-share_cha-icon-arrow {
  width: 0.794375rem;
  height: 0.794375rem;
}
.page-share_cha-icon-arrow svg {
  scale: 0.95;
}
@media screen and (min-width: 768px) {
  .page-share_cha-icon-arrow svg {
    scale: 0.9;
  }
}
.page-share_cha-icon-link {
  width: 0.806875rem;
  height: 0.67rem;
  scale: 1.3;
}
.page-share_cha-icon-link svg {
  rotate: -15deg;
}
@media (resolution >= 2dppx) {
  .page-share_cha-icon-link svg {
    translate: 0.5px 0;
  }
}
.page-share_cha-copyright {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 1.125rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-family: var(--cha-font-family-shuei-kakugo-gin-b);
  color: var(--cha-color-white);
}