/** Shopify CDN: Minification failed

Line 316:29 Expected "]" to go with "["
Line 316:52 Unexpected "]"
Line 322:29 Expected "]" to go with "["
Line 322:52 Unexpected "]"

**/
/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/css/cosmetic-shopify.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
/** liquid
/**************************************/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes _sideCurrent {
  0% {
    transform: scale(0) rotate(0);
    /*opacity: 0;*/
  }
  100% {
    transform: scale(1) rotate(45deg);
    /*opacity: 1;*/
  }
}
@keyframes brightnessIn {
  0% {
    filter: brightness(1.7);
  }
  100% {
    filter: brightness(1);
  }
}
[data-js=split] {
  display: flex;
}
[data-js=split] em {
  font-style: normal;
}

@keyframes circle {
  0% {
    stroke-dasharray: 0 628;
  }
  /* calc(600 * 3.14) */
  99.9%, to {
    stroke-dasharray: 628 628;
  }
}
@font-face {
  font-family: "iconfont";
  src: url("../font/iconfont.eot?1727238420269");
  src: url("../font/iconfont.eot?1727238420269#iefix") format("eot"), url("../font/iconfont.woff2?1727238420269") format("woff2"), url("../font/iconfont.woff?1727238420269") format("woff"), url("../font/iconfont.ttf?1727238420269") format("truetype"), url("../font/iconfont.svg?1727238420269#iconfont") format("svg");
}
.itemListCard_title:after {
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.cosmeticHero {
  height: 100lvh;
  position: relative;
  overflow: hidden;
}
[data-cosmetic-type=cream] .cosmeticHero * {
  color: #fff;
}
.cosmeticHero_logo {
  position: absolute;
  z-index: 3;
  width: 154px;
  height: 48px;
  left: calc(50% - 77px);
  top: 24px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
[data-cosmetic-type=mask] .cosmeticHero_logo {
  background-image: url("/assets/img/global/logo_brand_black.svg");
}
[data-cosmetic-type=cream] .cosmeticHero_logo {
  background-image: url("/assets/img/global/logo_brand_white.svg");
}
@media only screen and (max-width: 900px) {
  .cosmeticHero_logo {
    width: 128px;
    height: 40px;
    left: calc(50% - 64px);
  }
}
.cosmeticHero_logo span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  position: absolute;
}
.cosmeticHero_logo a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}
.cosmeticHero_image > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cosmeticHero_image > div > picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.cosmeticHero_image > div > picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.cosmeticHero_inner {
  position: absolute;
}
@media only screen and (min-width: 901px) {
  [data-cosmetic-type=mask] .cosmeticHero_inner {
    left: 7.9%;
    bottom: 30%;
  }
}
@media only screen and (max-width: 900px) {
  [data-cosmetic-type=mask] .cosmeticHero_inner {
    left: 9.1%;
    top: 12.8%;
  }
}
@media only screen and (min-width: 901px) {
  [data-cosmetic-type=cream] .cosmeticHero_inner {
    right: 19.2%;
    top: 22.3%;
  }
}
@media only screen and (max-width: 900px) {
  [data-cosmetic-type=cream] .cosmeticHero_inner {
    right: 23.4%;
    top: 15.1%;
  }
}
.cosmeticHero_copy span {
  font-size: 52px;
  letter-spacing: 0.08em;
  line-height: 150%;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 900px) {
  .cosmeticHero_copy span {
    font-size: 36px;
  }
}
.cosmeticHero_body {
  margin-top: 20px;
}
@media only screen and (max-width: 900px) {
  .cosmeticHero_body {
    margin-top: 13px;
  }
}
.cosmeticHero_body p {
  font-size: 18px;
  letter-spacing: 0.12em;
  line-height: 180%;
}
@media only screen and (max-width: 900px) {
  .cosmeticHero_body p {
    font-size: 14px;
  }
}
.cosmeticHero_body p sup {
  font-size: 50%;
}
.cosmeticHero_bottom {
  position: absolute;
}
@media only screen and (min-width: 901px) {
  [data-cosmetic-type=mask] .cosmeticHero_bottom {
    left: 7.9%;
    bottom: 13.8%;
  }
}
@media only screen and (max-width: 900px) {
  [data-cosmetic-type=mask] .cosmeticHero_bottom {
    left: 9.1%;
    bottom: 7.3%;
  }
}
@media only screen and (min-width: 901px) {
  [data-cosmetic-type=cream] .cosmeticHero_bottom {
    right: 29.5%;
    bottom: 11.6%;
  }
}
@media only screen and (max-width: 900px) {
  [data-cosmetic-type=cream] .cosmeticHero_bottom {
    left: 9.1%;
    bottom: 7.3%;
  }
}
.cosmeticHero_headline span {
  display: block;
}
.cosmeticHero_headline span.is-ja {
  font-size: 18px;
  letter-spacing: 0.12em;
  line-height: 180%;
}
@media only screen and (max-width: 900px) {
  .cosmeticHero_headline span.is-ja {
    font-size: 16px;
  }
}
.cosmeticHero_headline span.is-en {
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 180%;
  margin-top: 5px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 900px) {
  .cosmeticHero_headline span.is-en {
    font-size: 16px;
  }
}
.cosmeticHero_note {
  margin-top: 20px;
}
@media only screen and (max-width: 900px) {
  .cosmeticHero_note {
    margin-top: 7px;
  }
}

.cosmeticHero + .cosmeticExplain {
  margin-top: 80px;
}
@media only screen and (max-width: 900px) {
  .cosmeticHero + .cosmeticExplain {
    margin-top: 16px;
  }
}
.cosmeticExplain + .cosmeticExplain, .cosmeticSpec + .cosmeticExplain {
  margin-top: 130px;
}
@media only screen and (max-width: 900px) {
  .cosmeticExplain + .cosmeticExplain, .cosmeticSpec + .cosmeticExplain {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 900px) {
  .cosmeticExplain + .cosmeticExplain {
    border-top: 1px solid #ccc;
  }
}
@media only screen and (min-width: 901px) {
  .cosmeticExplain_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1212px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 901px) and (min-width: 902px) and (max-width: 1439px) {
  .cosmeticExplain_wrap {
    padding-left: 7.9166666667%;
    padding-right: 7.9166666667%;
    max-width: 1440px;
  }
}
.cosmeticExplain_wrap[\:has\(.cosmeticExplain_hero\)] {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}
.cosmeticExplain_wrap[\:has\(.cosmeticExplain_hero\)] {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}
.cosmeticExplain_wrap:has(.cosmeticExplain_hero) {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}
@media only screen and (min-width: 901px) {
  .cosmeticExplain_hero {
    width: 51.3888888889%;
  }
}
@media only screen and (max-width: 900px) {
  .cosmeticExplain_hero {
    width: 91.7948717949%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cosmeticExplain_hero > picture {
  overflow: hidden;
}
@media only screen and (min-width: 901px) {
  .cosmeticExplain .cosmeticExplainList {
    width: 58.4158415842%;
  }
}
.cosmeticExplain_image {
  border-radius: 4px;
  overflow: hidden;
}
@media only screen and (min-width: 901px) {
  .cosmeticExplain_image {
    width: 51.4851485149%;
  }
}
@media only screen and (max-width: 900px) {
  .cosmeticExplain_image {
    width: 81.5384615385%;
    margin: 40px auto 0;
  }
}
@media only screen and (min-width: 901px) {
  .cosmeticExplain_content[data-width="700"] {
    width: 48.6111111111%;
    padding-left: 9.4%;
    padding-right: 9.4%;
  }
}
@media only screen and (min-width: 901px) {
  .cosmeticExplain_content[data-width="372"] {
    width: 30.6930693069%;
  }
}
@media only screen and (min-width: 901px) {
  .cosmeticExplain_content[data-width="456"] {
    width: 37.6237623762%;
  }
}
@media only screen and (max-width: 900px) {
  .cosmeticExplain_content {
    width: 81.5384615385%;
    margin: 58px auto 0;
  }
}
@media only screen and (max-width: 900px) {
  .cosmeticExplain_image + .cosmeticExplain_content {
    margin-top: 30px;
  }
}
.cosmeticExplain_label {
  display: flex;
  align-items: center;
}
.cosmeticExplain_label::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border: 1px solid #1A1A1A;
  position: absolute;
  border-radius: 50%;
}
.cosmeticExplain_label span {
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 180%;
  position: relative;
  padding-left: 12px;
  display: block;
}
.cosmeticExplain_copy {
  font-size: 40px;
  letter-spacing: 0.08em;
  line-height: 150%;
  margin-top: 56px;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 900px) {
  .cosmeticExplain_copy {
    font-size: 32px;
    margin-top: 12px;
  }
}
.stella.container .cosmeticExplain_tag {
  display: flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
@media only screen and (max-width: 900px) {
  .cosmeticExplain_tag {
    margin-top: 20px;
  }
}
.cosmeticExplain_tag li {
  margin: 0 9px 8px 0;
}
.cosmeticExplain_tag li span {
  display: block;
  font-size: 14px;
  background-color: #fff;
  height: 20px;
  border-radius: 10px;
  background-color: rgba(177, 191, 203, 0.2);
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1;
}
@media only screen and (max-width: 900px) {
  .cosmeticExplain_tag li span {
    font-size: 13px;
    padding-top: 1px;
  }
}
.cosmeticExplain_tag li span sup {
  font-size: 60%;
  margin-top: -4px;
}
.cosmeticExplain_body {
  margin-top: 38px;
}
@media only screen and (max-width: 900px) {
  .cosmeticExplain_body {
    margin-top: 10px;
  }
}
.cosmeticExplain_tag + .cosmeticExplain_body {
  margin-top: 32px;
}
@media only screen and (max-width: 900px) {
  .cosmeticExplain_tag + .cosmeticExplain_body {
    margin-top: 17px;
  }
}
.cosmeticExplain_body p {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 180%;
}
@media only screen and (max-width: 900px) {
  .cosmeticExplain_body p {
    font-size: 13px;
    letter-spacing: 0.12em;
  }
}
.cosmeticExplain_body p sup {
  font-size: 60%;
  margin-top: -4px;
}
@media only screen and (min-width: 901px) {
  .cosmeticExplain .moduleNote {
    margin-top: 7px;
  }
}
.cosmeticExplain .textLink {
  margin-top: 50px;
}
@media only screen and (max-width: 900px) {
  .cosmeticExplain .textLink {
    margin-top: 35px;
  }
}
.cosmeticExplain_attention {
  margin-top: 15px;
  display: grid;
  grid-template-columns: auto 1fr;
  color: #808080;
}
@media only screen and (max-width: 900px) {
  .cosmeticExplain_attention {
    margin-top: 18px;
  }
}
.cosmeticExplain_attention dt, .cosmeticExplain_attention dd {
  font-size: 10px;
  line-height: 170%;
}
.cosmeticExplain_attention dt.is-marginTop, .cosmeticExplain_attention dd.is-marginTop {
  margin-top: 8px;
}
.cosmeticExplain_attention dt {
  margin-right: 5px;
}
.cosmeticExplain_attention dt:empty {
  width: 0;
  margin-right: 0;
}
.cosmeticExplain_attention dt:empty + dd {
  margin-left: -16px;
}
.cosmeticExplain_attention dd {
  word-wrap: break-word;
}

/** list
/**************************************/
@media only screen and (max-width: 900px) {
  .cosmeticExplainList {
    margin-top: 30px;
    width: 91.7948717949%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cosmeticExplainList_content {
  background-color: #F2F6F9;
  border-radius: 4px;
  padding: 58px 9.1%;
}
@media only screen and (max-width: 900px) {
  .cosmeticExplainList_content {
    padding: 25px 5.6%;
  }
}
.cosmeticExplainList_list dt {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 180%;
  font-weight: 500;
  margin-top: 20px;
}
@media only screen and (max-width: 900px) {
  .cosmeticExplainList_list dt {
    font-size: 14px;
    margin-top: 22px;
  }
}
.cosmeticExplainList_list dt:first-child {
  margin-top: 0;
}
.cosmeticExplainList_list dt sup {
  font-size: 60%;
  margin-top: -4px;
}
.cosmeticExplainList_list dd {
  font-size: 12px;
  letter-spacing: 0.12em;
  line-height: 160%;
  color: #808080;
}
.cosmeticExplainList_list dd sup {
  font-size: 60%;
  margin-top: -4px;
}
.cosmeticExplainList .moduleNote {
  margin-top: 20px;
}

@media only screen and (min-width: 901px) {
  .cosmeticRelated {
    margin-top: 130px;
    max-width: 1212px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 901px) and (min-width: 902px) and (max-width: 1439px) {
  .cosmeticRelated {
    padding-left: 7.9166666667%;
    padding-right: 7.9166666667%;
    max-width: 1440px;
  }
}
@media only screen and (max-width: 900px) {
  .cosmeticRelated {
    width: 91.7948717949%;
    margin: 65px auto 0;
  }
}
.cosmeticRelated_wrap {
  position: relative;
  padding: 60px 7.3%;
  overflow: hidden;
  border-radius: 4px;
  display: flex;
  justify-content: flex-end;
}
[data-cosmetic-type=mask] .cosmeticRelated_wrap {
  padding: 60px 7.3%;
}
@media only screen and (max-width: 900px) {
  [data-cosmetic-type=mask] .cosmeticRelated_wrap {
    padding: 60px 6.7% 40px;
  }
}
[data-cosmetic-type=cream] .cosmeticRelated_wrap {
  padding: 90px 7.3%;
}
@media only screen and (max-width: 900px) {
  [data-cosmetic-type=cream] .cosmeticRelated_wrap {
    padding: 60px 6.7% 40px;
  }
}
.cosmeticRelated_content {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 901px) {
  .cosmeticRelated_content {
    width: 43.7%;
  }
}
@media only screen and (max-width: 900px) {
  .cosmeticRelated_content {
    margin-top: 67.4358974359vw;
  }
}
.cosmeticRelated_headline {
  font-size: 40px;
  letter-spacing: 0.08em;
  line-height: 150%;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 900px) {
  .cosmeticRelated_headline {
    font-size: 32px;
  }
}
.cosmeticRelated_headline sup {
  font-size: 10px;
  display: inline-block;
  transform: translateY(-10px);
}
.cosmeticRelated_body {
  margin-top: 25px;
}
@media only screen and (max-width: 900px) {
  .cosmeticRelated_body {
    margin-top: 14px;
  }
}
.cosmeticRelated_body p {
  font-size: 15px;
  line-height: 180%;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 900px) {
  .cosmeticRelated_body p {
    font-size: 13px;
    letter-spacing: 0.12em;
  }
}
.cosmeticRelated_body p sup {
  font-size: 50%;
  margin-top: -5px;
}
@media only screen and (max-width: 900px) {
  .cosmeticRelated_body p sup {
    margin-top: 0;
  }
}
.cosmeticRelated .moduleNote {
  margin-top: 10px;
}
.cosmeticRelated_image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cosmeticRelated_image picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.cosmeticRelated_image picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.cosmeticSpec {
  background-color: #F2F6F9;
  margin-top: 128px;
}
@media only screen and (max-width: 900px) {
  .cosmeticSpec {
    margin-top: 80px;
  }
}
.cosmeticSpec_wrap {
  max-width: 1212px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 902px) and (max-width: 1439px) {
  .cosmeticSpec_wrap {
    padding-left: 7.9166666667%;
    padding-right: 7.9166666667%;
    max-width: 1440px;
  }
}
@media only screen and (min-width: 901px) {
  .cosmeticSpec_wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding-top: 117px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 900px) {
  .cosmeticSpec_wrap {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 901px) {
  .cosmeticSpec_content {
    padding-left: 7%;
    width: 58.4%;
  }
}
@media only screen and (max-width: 900px) {
  .cosmeticSpec_content {
    width: 81.5384615385%;
    margin: 40px auto 0;
  }
}
@media only screen and (min-width: 901px) {
  .cosmeticSpec_image {
    width: 35.9735973597%;
    padding-top: 47px;
  }
}
@media only screen and (max-width: 900px) {
  [data-cosmetic-type=mask] .cosmeticSpec_image {
    width: 74%;
    margin-left: 7.3%;
  }
  [data-cosmetic-type=cream] .cosmeticSpec_image {
    width: 70%;
    margin-left: 23.9%;
  }
}
.cosmeticSpec_title {
  font-size: 24px;
  letter-spacing: 0.12em;
  line-height: 160%;
}
@media only screen and (max-width: 900px) {
  .cosmeticSpec_title {
    font-size: 20px;
  }
}
.cosmeticSpec_list {
  margin-top: 55px;
}
@media only screen and (max-width: 900px) {
  .cosmeticSpec_list {
    margin-top: 25px;
  }
}
.cosmeticSpec_list li {
  display: flex;
  border-top: 1px solid #ccc;
  position: relative;
  padding-top: 10px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 900px) {
  .cosmeticSpec_list li {
    padding-top: 13px;
    padding-bottom: 22px;
  }
}
.cosmeticSpec_list li::before {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  background-color: #1A1A1A;
  position: absolute;
  left: 0;
  top: -1px;
}
@media only screen and (max-width: 900px) {
  .cosmeticSpec_list li::before {
    width: 83px;
  }
}
.cosmeticSpec_list li p {
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 150%;
}
.cosmeticSpec_list li p:nth-child(1) {
  padding-left: 1.3%;
  width: 120px;
}
@media only screen and (max-width: 900px) {
  .cosmeticSpec_list li p:nth-child(1) {
    padding-left: 2.5%;
    width: 83px;
  }
}
.cosmeticSpec_list li p:nth-child(2) {
  padding-left: 7.6%;
  width: calc(100% - 120px);
}
@media only screen and (max-width: 900px) {
  .cosmeticSpec_list li p:nth-child(2) {
    padding-left: 5.4%;
    width: calc(100% - 83px);
  }
}
.cosmeticSpec_button {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}
@media only screen and (max-width: 900px) {
  .cosmeticSpec_button {
    margin-top: 16px;
  }
}

.cosmeticWide {
  height: 645px;
  position: relative;
  overflow: hidden;
  margin-top: 130px;
  background-color: #fff;
}
@media only screen and (max-width: 900px) {
  .cosmeticWide {
    height: 460px;
    margin-top: 180px;
  }
}
.cosmeticWide > div {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.cosmeticWide > div > picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.cosmeticWide > div > picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.itemList {
  margin-top: 64px;
  max-width: 1212px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 902px) and (max-width: 1439px) {
  .itemList {
    padding-left: 7.9166666667%;
    padding-right: 7.9166666667%;
    max-width: 1440px;
  }
}
@media only screen and (max-width: 900px) {
  .itemList {
    margin-top: 16px;
    width: 91.7948717949%;
  }
}
@media only screen and (min-width: 901px) {
  .itemList_wrap {
    display: flex;
    justify-content: space-between;
  }
}

/** card
/**************************************/
@media only screen and (min-width: 901px) {
  .itemListCard {
    width: 33.0858085809%;
  }
}
@media only screen and (max-width: 900px) {
  .itemListCard {
    margin-bottom: 4px;
  }
}
.itemListCard_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F7F7F7;
  border-radius: 4px;
  height: 100px;
}
@media only screen and (min-width: 901px) {
  .itemListCard_link {
    padding-left: 6.5%;
  }
}
@media only screen and (max-width: 900px) {
  .itemListCard_link {
    padding-left: 5.6%;
    position: relative;
  }
}
.itemListCard_title {
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 180%;
  display: flex;
  align-items: center;
}
.itemListCard_title:after {
  content: "\ea05";
}
@media only screen and (min-width: 901px) {
  .itemListCard_title {
    position: relative;
  }
}
@media only screen and (max-width: 900px) {
  .itemListCard_title {
    letter-spacing: 0.12em;
    width: 60%;
  }
}
.itemListCard_title::after {
  font-size: 10px;
  position: absolute;
  right: -25px;
  top: 0;
}
@media only screen and (max-width: 900px) {
  .itemListCard_title::after {
    right: 41.9%;
    top: calc(50% - 11px);
  }
  [data-item=pro2] .itemListCard_title::after {
    right: 37.4%;
  }
}
[data-item=pro2] .itemListCard_image {
  width: 26.9%;
  padding-right: 1%;
}
@media only screen and (max-width: 900px) {
  [data-item=pro2] .itemListCard_image {
    width: 31.3%;
    padding-right: 1.4%;
  }
}
[data-item=bfs] .itemListCard_image {
  width: 38.6%;
  padding-right: 4%;
}
@media only screen and (max-width: 900px) {
  [data-item=bfs] .itemListCard_image {
    width: 42.6%;
    padding-right: 3.4%;
  }
}
[data-item=rin] .itemListCard_image {
  width: 30.6%;
  margin-right: 3%;
}
@media only screen and (max-width: 900px) {
  [data-item=rin] .itemListCard_image {
    width: 35%;
    margin-right: -0.9%;
  }
}

.itemListCard_link {
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (min-width: 901px) {
  .itemListCard_link:hover {
    background-color: #F1F1F1;
  }
  .itemListCard_link:hover .itemListCard_title::after {
    transform: translateX(5px);
  }
}
.itemListCard_title::after {
  transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
