/*--------------------------------------------------
  responsive
--------------------------------------------------*/
.for-sp {
  display: block !important; }
  @media (min-width: 901px) {
    .for-sp {
      display: none !important; } }

.for-pc {
  display: none !important; }
  @media (min-width: 901px) {
    .for-pc {
      display: block !important; } }

img.for-sp,
span.for-sp,
br.for-sp {
  display: inline !important; }
  @media (min-width: 901px) {
    img.for-sp,
    span.for-sp,
    br.for-sp {
      display: none !important; } }

img.for-pc,
span.for-pc,
br.for-pc {
  display: none !important; }
  @media (min-width: 901px) {
    img.for-pc,
    span.for-pc,
    br.for-pc {
      display: inline !important; } }

/*--------------------------------------------------
  reset
--------------------------------------------------*/
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  font-size: 0;
  line-height: 0; }
  @media (min-width: 901px) {
    img {
      width: auto; } }

sup {
  position: relative;
  font-size: 70%;
  vertical-align: top;
  top: .15em; }

/*--------------------------------------------------
  common
--------------------------------------------------*/
.cart-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 2.4vw 0 2.66667vw;
  background-color: #5F87B7;
  border-radius: 13.33333vw;
  color: #fff; }
  @media (min-width: 901px) {
    .cart-link {
      padding: 29px 0;
      border-radius: 100px; } }
  .product-01 .cart-link {
    padding: 4.66667vw 0 4.93333vw;
    background-color: #D7B569; }
    @media (min-width: 901px) {
      .product-01 .cart-link {
        padding: 29px 0; } }
  .block-modal__btn .cart-link {
    padding: 4.66667vw 0 4.93333vw;
    background-color: #D7A569; }
    @media (min-width: 901px) {
      .block-modal__btn .cart-link {
        padding: 29px 0; } }
  .product-02 .cart-link {
    background-color: #9A9A9A; }
  .product-03 .cart-link {
    background-color: #D0AC8D; }
  .cart-link span {
    margin-left: .8em;
    font-size: 2.93333vw;
    letter-spacing: .06em; }
    @media (min-width: 901px) {
      .cart-link span {
        font-size: 20px;
        font-size: 1.25rem; } }
    .product-01 .cart-link span, .block-modal__btn .cart-link span {
      font-size: 4vw; }
      @media (min-width: 901px) {
        .product-01 .cart-link span, .block-modal__btn .cart-link span {
          font-size: 20px;
          font-size: 1.25rem; } }
  .cart-link::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 3.2vw;
    margin: auto;
    width: 3.33333vw;
    height: 2.8vw;
    background: url("https://d3e9wwnbfrsolq.cloudfront.net/img/freepage/cosmeranking2022/images/product_cart_icon.png") no-repeat center;
    background-size: 100%; }
    @media (min-width: 901px) {
      .cart-link::before {
        left: 14.7%;
        width: 8.4%;
        height: auto; } }
    .product-01 .cart-link::before, .block-modal__btn .cart-link::before {
      left: 6.53333vw;
      width: 6.93333vw;
      height: 6vw; }
      @media (min-width: 901px) {
        .product-01 .cart-link::before, .block-modal__btn .cart-link::before {
          left: 14.7%;
          width: 8.1%;
          height: auto; } }
  .cart-link::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2.66667vw;
    width: 1.2vw;
    height: 1.2vw;
    margin: auto;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
    @media (min-width: 901px) {
      .cart-link::after {
        right: 6.8%;
        width: 11px;
        height: 11px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff; } }
    .product-01 .cart-link::after, .block-modal__btn .cart-link::after {
      right: 5.46667vw;
      width: 2vw;
      height: 2vw; }
      @media (min-width: 901px) {
        .product-01 .cart-link::after, .block-modal__btn .cart-link::after {
          right: 6.8%;
          width: 11px;
          height: 11px; } }

.cart-select::before {
  left: 3.06667vw;
  width: 3.33333vw;
  height: 2.93333vw;
  background: url("https://d3e9wwnbfrsolq.cloudfront.net/img/freepage/cosmeranking2022/images/product_cart_icon_select.png") no-repeat center;
  background-size: 100%; }
  @media (min-width: 901px) {
    .cart-select::before {
      left: 14.7%;
      width: 8.4%;
      height: auto; } }

/*--------------------------------------------------
  base
--------------------------------------------------*/
.l-main {
  display: block;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 1; }
  .l-main a {
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    .l-main a:hover {
      text-decoration: none !important;
      opacity: .5; }
  .l-main .anchor {
    position: absolute;
    top: -16vw;
    width: 0;
    height: 0;
    visibility: hidden;
    z-index: -1; }
    @media (min-width: 901px) {
      .l-main .anchor {
        top: -102px; } }

.cr {
  /*--------------------------------------------------
    hero
  --------------------------------------------------*/
  /*--------------------------------------------------
    present
  --------------------------------------------------*/
  /*--------------------------------------------------
    nav
  --------------------------------------------------*/
  /*--------------------------------------------------
    product
  --------------------------------------------------*/
  /*--------------------------------------------------
    link
  --------------------------------------------------*/ }
  .cr-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 16vw;
    background-color: #364B72; }
    @media (min-width: 901px) {
      .cr-wrap {
        padding-bottom: 125px; } }
  .cr-hero {
    position: relative; }
    @media (min-width: 901px) {
      .cr-hero {
        background: url("https://d3e9wwnbfrsolq.cloudfront.net/img/freepage/cosmeranking2022/images/hero_pc_bg.jpg") repeat-x 0;
        background-size: 4px; } }
    @media (min-width: 901px) {
      .cr-hero__title {
        width: 100%;
        max-width: 1366px;
        margin: 0 auto; } }
    .cr-hero__text {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 2.66667vw;
      margin: auto;
      font-size: 3.46667vw;
      color: #F9ECDB;
      letter-spacing: .16em;
      line-height: 2.1;
      text-align: center; }
      @media (min-width: 901px) {
        .cr-hero__text {
          width: 90%;
          max-width: 900px;
          bottom: 2.93333vw;
          padding: 0;
          font-size: 16px;
          font-size: 1rem;
          line-height: 1.8; } }
      @media (min-width: 1080px) {
        .cr-hero__text {
          line-height: 2; } }
      @media (min-width: 1280px) {
        .cr-hero__text {
          bottom: 40px;
          font-size: 18px;
          font-size: 1.125rem; } }
    .cr-hero__note {
      color: #9A9A9A;
      font-size: 3.2vw;
      text-align: center; }
      @media (min-width: 901px) {
        .cr-hero__note {
          bottom: 1.33333vw;
          font-size: 14px;
          font-size: 0.875rem; } }
  .cr-present {
    padding: 3.6vw 2.66667vw;
    background-color: #23324C;
    color: #F9ECDB; }
    @media (min-width: 901px) {
      .cr-present {
        padding: 39px 2vw; } }
    .cr-present__inner {
      position: relative;
      min-height: 104.93333vw;
      padding-top: 8.26667vw;
      background: url("https://d3e9wwnbfrsolq.cloudfront.net/img/freepage/cosmeranking2022/images/present_bg.png") no-repeat center 0;
      background-size: 100%;
      text-align: center; }
      @media (min-width: 901px) {
        .cr-present__inner {
          max-width: 1366px;
          min-height: auto;
          margin: 0 auto;
          padding: 87px 6.8% 58px;
          background: none; }
          .cr-present__inner::before, .cr-present__inner::after {
            content: '';
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            border: 1px solid #E6BE8C; }
          .cr-present__inner::before {
            top: -8px;
            left: -7px; }
          .cr-present__inner::after {
            top: 8px;
            left: 7px; } }
    .cr-present__lead {
      font-size: 3.46667vw;
      letter-spacing: .16em; }
      @media (min-width: 901px) {
        .cr-present__lead {
          display: inline-block;
          margin-right: 1.5em;
          letter-spacing: .16em;
          vertical-align: middle;
          font-size: 1.8vw; } }
      @media (min-width: 1280px) {
        .cr-present__lead {
          font-size: 20px;
          font-size: 1.25rem; } }
    .cr-present__title {
      width: 78.66667vw;
      margin: 3.33333vw auto 0; }
      @media (min-width: 901px) {
        .cr-present__title {
          display: inline-block;
          width: 46%;
          max-width: 522px;
          margin-top: 0; } }
    @media (min-width: 901px) {
      .cr-present__flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 66px; } }
    .cr-present__img {
      width: 79.06667vw;
      margin: 6.4vw auto 0; }
      @media (min-width: 901px) {
        .cr-present__img {
          width: 51.4%;
          margin-top: 0; } }
    @media (min-width: 901px) {
      .cr-present__detail {
        width: 47.3%; } }
    .cr-present__text {
      margin-top: 4.66667vw;
      font-size: 3.06667vw;
      letter-spacing: .08em;
      line-height: 1.4; }
      @media (min-width: 901px) {
        .cr-present__text {
          margin-top: 0;
          font-size: 1.4vw; } }
      @media (min-width: 1280px) {
        .cr-present__text {
          font-size: 16px;
          font-size: 1rem; } }
      .cr-present__text .small {
        font-size: 2.66667vw;
        letter-spacing: .08em; }
        @media (min-width: 901px) {
          .cr-present__text .small {
            font-size: 13px;
            font-size: 0.8125rem; } }
      .cr-present__text .main {
        display: block;
        margin-top: .5em;
        font-size: 4.93333vw;
        letter-spacing: .08em; }
        @media (min-width: 901px) {
          .cr-present__text .main {
            font-size: 2.2vw; } }
        @media (min-width: 1280px) {
          .cr-present__text .main {
            font-size: 28px;
            font-size: 1.75rem; } }
    .cr-present__period {
      width: 82.93333vw;
      margin: 1.33333vw auto 0; }
      @media (min-width: 901px) {
        .cr-present__period {
          width: 97.3%;
          margin-top: 15px; } }
    .cr-present__note {
      width: 81.33333vw;
      margin: 4vw auto 0; }
      @media (min-width: 901px) {
        .cr-present__note {
          width: 100%;
          margin-top: 15px; } }
      .cr-present__note-item {
        padding-left: 1em;
        text-indent: -1em;
        font-size: 2.66667vw;
        letter-spacing: .08em;
        line-height: 2;
        text-align: left; }
        @media (min-width: 901px) {
          .cr-present__note-item {
            font-size: 14px;
            font-size: 0.875rem;
            line-height: 2.14; } }
  .cr-nav {
    background-color: #D0AC8D; }
    .cr-nav__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (min-width: 901px) {
        .cr-nav__list {
          max-width: 1100px;
          margin: 0 auto; } }
    .cr-nav__item {
      position: relative;
      text-align: center; }
      .cr-nav__item a {
        display: block;
        width: 100%;
        padding: 3.73333vw 0 3.86667vw;
        font-size: 2.66667vw;
        color: #2A3340; }
        @media (min-width: 901px) {
          .cr-nav__item a {
            padding: 21px 0 25px;
            font-size: 14px;
            font-size: 0.875rem; } }
      .cr-nav__item img {
        margin: 0 auto; }
      .cr-nav__item span {
        display: block;
        margin-top: 1.33333vw;
        letter-spacing: .08em; }
        @media (min-width: 901px) {
          .cr-nav__item span {
            margin-top: 8px; } }
      .cr-nav__item:not(:first-child)::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        display: inline-block;
        width: 1px;
        height: 10.66667vw;
        margin: auto;
        background-color: #8D7B6E; }
        @media (min-width: 901px) {
          .cr-nav__item:not(:first-child)::before {
            height: 60px; } }
      @media (min-width: 901px) {
        .cr-nav__item:first-child::before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          display: inline-block;
          width: 1px;
          height: 60px;
          margin: auto;
          background-color: #8D7B6E; } }
      @media (min-width: 901px) {
        .cr-nav__item:last-child::after {
          content: '';
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          display: inline-block;
          width: 1px;
          height: 60px;
          margin: auto;
          background-color: #8D7B6E; } }
      .cr-nav__item:first-child {
        width: 27.6vw; }
        @media (min-width: 901px) {
          .cr-nav__item:first-child {
            width: 25%; } }
        .cr-nav__item:first-child img {
          width: 21.6vw; }
          @media (min-width: 901px) {
            .cr-nav__item:first-child img {
              width: 150px; } }
      .cr-nav__item:nth-child(2) {
        width: 23.33333vw; }
        @media (min-width: 901px) {
          .cr-nav__item:nth-child(2) {
            width: 25%; } }
        .cr-nav__item:nth-child(2) img {
          width: 17.06667vw; }
          @media (min-width: 901px) {
            .cr-nav__item:nth-child(2) img {
              width: 118px; } }
      .cr-nav__item:nth-child(3) {
        width: 28.93333vw; }
        @media (min-width: 901px) {
          .cr-nav__item:nth-child(3) {
            width: 25%; } }
        .cr-nav__item:nth-child(3) img {
          width: 22.93333vw; }
          @media (min-width: 901px) {
            .cr-nav__item:nth-child(3) img {
              width: 160px; } }
      .cr-nav__item:nth-child(4) {
        width: 20.13333vw; }
        @media (min-width: 901px) {
          .cr-nav__item:nth-child(4) {
            width: 25%; } }
        .cr-nav__item:nth-child(4) img {
          width: 14.13333vw; }
          @media (min-width: 901px) {
            .cr-nav__item:nth-child(4) img {
              width: 98px; } }
  .cr-product {
    position: relative;
    width: 100%;
    padding: 11.6vw 0 21.33333vw; }
    @media (min-width: 901px) {
      .cr-product {
        max-width: 1100px;
        margin: 0 auto;
        padding: 108px 0 180px; } }
    .cr-product:last-of-type {
      padding-bottom: 12vw; }
      @media (min-width: 901px) {
        .cr-product:last-of-type {
          padding-bottom: 90px; } }
    .cr-product__title {
      margin: 0 auto;
      color: #D7A569;
      text-align: center; }
      .cr-product-skin-care .cr-product__title {
        width: 40vw; }
        @media (min-width: 901px) {
          .cr-product-skin-care .cr-product__title {
            width: 300px; } }
      .cr-product-makeup .cr-product__title {
        width: 31.46667vw; }
        @media (min-width: 901px) {
          .cr-product-makeup .cr-product__title {
            width: 236px; } }
      .cr-product-body-care .cr-product__title {
        width: 42.66667vw; }
        @media (min-width: 901px) {
          .cr-product-body-care .cr-product__title {
            width: 330px; } }
      .cr-product-other .cr-product__title {
        width: 26vw; }
        @media (min-width: 901px) {
          .cr-product-other .cr-product__title {
            width: 195px; } }
      .cr-product__title span {
        display: block;
        margin-top: .2em;
        font-size: 3.46667vw;
        letter-spacing: .08em; }
        @media (min-width: 901px) {
          .cr-product__title span {
            margin-top: .3em;
            font-size: 22px;
            font-size: 1.375rem; } }
    .cr-product__nav {
      width: 90.66667vw;
      margin: 5.73333vw auto 0; }
      @media (min-width: 901px) {
        .cr-product__nav {
          width: 100%;
          margin-top: 43px; } }
      .cr-product__nav-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .cr-product__nav-item {
        margin-bottom: 2vw; }
        @media (min-width: 901px) {
          .cr-product__nav-item {
            margin-bottom: 10px; } }
        .cr-product__nav-item:not(:first-child) {
          margin-left: 1.33333vw; }
          @media (min-width: 901px) {
            .cr-product__nav-item:not(:first-child) {
              margin-left: 5px; } }
        .cr-product__nav-item a {
          position: relative;
          display: block;
          padding: 2.66667vw 6vw;
          background-color: #D9D9D9;
          border-radius: 10.66667vw;
          font-size: 2.93333vw;
          color: #23324C;
          letter-spacing: .08em; }
          @media (min-width: 901px) {
            .cr-product__nav-item a {
              padding: 15px 27px 17px;
              border-radius: 60px;
              font-size: 16px;
              font-size: 1rem; } }
          @media (min-width: 1080px) {
            .cr-product__nav-item a {
              padding: 15px 36px 17px;
              font-size: 18px;
              font-size: 1.125rem; } }
          .cr-product__nav-item a::after {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            right: 2.66667vw;
            display: block;
            width: 0.66667vw;
            height: 2.93333vw;
            margin: auto;
            background: url("https://d3e9wwnbfrsolq.cloudfront.net/img/freepage/cosmeranking2022/images/product_nav_icon.png") no-repeat center 0;
            background-size: 100%; }
            @media (min-width: 901px) {
              .cr-product__nav-item a::after {
                right: 15px;
                width: 4px;
                height: 17px; } }
          .cr-product__nav-item a:hover {
            background-color: #D7B569;
            opacity: 1; }
    .cr-product__category {
      width: 90.8vw;
      margin: 9.33333vw auto 0;
      padding-top: 2.66667vw; }
      @media (min-width: 901px) {
        .cr-product__category {
          width: 100%;
          margin-top: 90px;
          padding-top: 20px; } }
    .cr-product__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 92vw;
      margin: 6.4vw auto 0; }
      @media (min-width: 901px) {
        .cr-product__list {
          width: 100%;
          max-width: 1100px;
          margin-top: 41px; } }
      .cr-product__list-wrapper {
        position: relative; }
        .cr-product__list-wrapper + .cr-product__list-wrapper {
          margin-top: 16vw; }
          @media (min-width: 901px) {
            .cr-product__list-wrapper + .cr-product__list-wrapper {
              margin-top: 140px; } }
    .cr-product__item {
      position: relative;
      width: 44.66667vw; }
      @media (min-width: 901px) {
        .cr-product__item {
          width: 48.1%; } }
      .cr-product__item.product-01 {
        width: 90.66667vw;
        margin: 0 auto; }
        @media (min-width: 901px) {
          .cr-product__item.product-01 {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            width: 100%; } }
      .cr-product__item + .cr-product__item {
        margin-top: 13.46667vw; }
        @media (min-width: 901px) {
          .cr-product__item + .cr-product__item {
            margin-top: 100px; } }
      .cr-product__item-icon {
        position: absolute;
        top: 13.73333vw;
        left: 2.13333vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 9.33333vw; }
        @media (min-width: 901px) {
          .cr-product__item-icon {
            top: 170px;
            left: 4.7%;
            width: 19.6%;
            max-width: 104px; } }
        .product-01 .cr-product__item-icon {
          top: 29.06667vw;
          left: 5.33333vw;
          width: 16.53333vw; }
          @media (min-width: 901px) {
            .product-01 .cr-product__item-icon {
              top: 170px;
              left: 2.5%; } }
        .item-HJNA .cr-product__item-icon {
          top: 25.6vw; }
          @media (min-width: 901px) {
            .item-HJNA .cr-product__item-icon {
              top: 290px; } }
      .cr-product__item-img {
        width: 100%;
        margin: 0 auto;
        -webkit-transition: .3s;
        transition: .3s; }
        @media (min-width: 901px) {
          .cr-product__item-img {
            width: 100%;
            text-align: center; } }
        .cr-product__item-img:hover {
          opacity: .6; }
        .cr-product__item-img a:hover {
          opacity: 1; }
        .cr-product__item-img img {
          -webkit-box-shadow: 0 0.4vw 0.8vw 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.4vw 0.8vw 0 rgba(0, 0, 0, 0.16); }
          @media (min-width: 901px) {
            .cr-product__item-img img {
              -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
              box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } }
        .product-01 .cr-product__item-img {
          background: url("https://d3e9wwnbfrsolq.cloudfront.net/img/freepage/cosmeranking2022/images/product_img_bg_01.png") no-repeat center 0;
          background-size: 100%; }
          @media (min-width: 901px) {
            .product-01 .cr-product__item-img {
              width: 48.1%;
              margin: 0; } }
        .product-02 .cr-product__item-img {
          background: url("https://d3e9wwnbfrsolq.cloudfront.net/img/freepage/cosmeranking2022/images/product_img_bg_02.png") no-repeat center 0;
          background-size: 100%; }
        .product-03 .cr-product__item-img {
          background: url("https://d3e9wwnbfrsolq.cloudfront.net/img/freepage/cosmeranking2022/images/product_img_bg_03.png") no-repeat center 0;
          background-size: 100%; }
        .product-04 .cr-product__item-img {
          background: url("https://d3e9wwnbfrsolq.cloudfront.net/img/freepage/cosmeranking2022/images/product_img_bg_04.png") no-repeat center 0;
          background-size: 100%; }
        .product-05 .cr-product__item-img {
          background: url("https://d3e9wwnbfrsolq.cloudfront.net/img/freepage/cosmeranking2022/images/product_img_bg_05.png") no-repeat center 0;
          background-size: 100%; }
      .cr-product__item-detail {
        margin: 3.46667vw auto 0;
        padding: 0 2.53333vw;
        text-align: justify; }
        @media (min-width: 901px) {
          .cr-product__item-detail {
            width: 88%;
            margin-top: 38px;
            padding: 0; } }
        .product-01 .cr-product__item-detail {
          margin-top: 6.4vw;
          padding: 0 5.33333vw; }
          @media (min-width: 901px) {
            .product-01 .cr-product__item-detail {
              width: 42.7%;
              max-width: 470px;
              margin-top: 0;
              padding: 0; } }
      .cr-product__item-catch {
        font-size: 2.93333vw;
        color: #AAAAAA;
        line-height: 1.6;
        letter-spacing: .06em; }
        @media (min-width: 901px) {
          .cr-product__item-catch {
            font-size: 24px;
            font-size: 1.5rem; } }
        #MPBP_main .cr-product__item-catch,
        #WLAU_main .cr-product__item-catch,
        #MPHC_main .cr-product__item-catch,
        #HIWH002_main .cr-product__item-catch {
          letter-spacing: 0.02em;
          -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt"; }
        .product-01 .cr-product__item-catch {
          font-size: 3.73333vw;
          color: #E6C476;
          line-height: 1.4; }
          @media (min-width: 901px) {
            .product-01 .cr-product__item-catch {
              font-size: 24px;
              font-size: 1.5rem; } }
        .product-02 .cr-product__item-catch {
          color: #CCCCCC; }
        .product-03 .cr-product__item-catch {
          color: #D0AC8D; }
      .cr-product__item-brand {
        margin-top: 1.5em;
        font-size: 2.66667vw;
        font-weight: 500;
        letter-spacing: .05em;
        line-height: 1.4; }
        @media (min-width: 901px) {
          .cr-product__item-brand {
            margin-top: 1.2em;
            font-size: 18px;
            font-size: 1.125rem;
            letter-spacing: .06em; } }
        .product-01 .cr-product__item-brand {
          margin-top: 2em;
          font-size: 3.2vw; }
          @media (min-width: 901px) {
            .product-01 .cr-product__item-brand {
              margin-top: 1.7em;
              font-size: 18px;
              font-size: 1.125rem;
              letter-spacing: .06em; } }
      .cr-product__item-name {
        margin-top: .5em;
        font-size: 3.2vw;
        font-weight: 500;
        letter-spacing: .04em;
        line-height: 1.5; }
        @media (min-width: 901px) {
          .cr-product__item-name {
            margin-top: .4em;
            font-size: 26px;
            font-size: 1.625rem;
            letter-spacing: .04em;
            line-height: 1.4; } }
        #MUTE_main .cr-product__item-name,
        #BAKG_main .cr-product__item-name,
        #MPBP_main .cr-product__item-name,
        #PRHB_main .cr-product__item-name,
        #WTCF_main .cr-product__item-name {
          letter-spacing: .02em;
          -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt"; }
        .product-01 .cr-product__item-name {
          margin-top: .7em;
          font-size: 4.26667vw; }
          @media (min-width: 901px) {
            .product-01 .cr-product__item-name {
              margin-top: .4em;
              font-size: 26px;
              font-size: 1.625rem; } }
        .cr-product__item-name span {
          margin-top: .4em;
          margin-left: .4em;
          font-size: 2.66667vw;
          font-weight: 500;
          letter-spacing: .06em; }
          @media (min-width: 901px) {
            .cr-product__item-name span {
              font-size: 18px;
              font-size: 1.125rem; } }
          .product-01 .cr-product__item-name span {
            font-size: 3.2vw; }
            @media (min-width: 901px) {
              .product-01 .cr-product__item-name span {
                font-size: 18px;
                font-size: 1.125rem; } }
        .cr-product__item-name br + span {
          margin-left: 0; }
      .cr-product__item-sales {
        margin-top: .8em;
        font-size: 2.66667vw;
        font-weight: 500;
        letter-spacing: .05em;
        line-height: 1.4; }
        @media (min-width: 901px) {
          .cr-product__item-sales {
            font-size: 18px;
            font-size: 1.125rem;
            letter-spacing: .06em; } }
      .cr-product__item-price {
        margin-top: 1.2em;
        font-size: 2.66667vw;
        letter-spacing: .06em;
        line-height: 1.5; }
        @media (max-width: 360px) {
          .cr-product__item-price {
            font-size: 2.4vw; } }
        @media (min-width: 901px) {
          .cr-product__item-price {
            margin-top: 1.9em;
            font-size: 18px;
            font-size: 1.125rem; } }
        .product-01 .cr-product__item-price {
          margin-top: .7em;
          font-size: 3.2vw; }
          @media (min-width: 901px) {
            .product-01 .cr-product__item-price {
              margin-top: 1em;
              font-size: 18px;
              font-size: 1.125rem; } }
        .cr-product__item-price span {
          margin-left: .5em;
          font-size: 4.13333vw;
          letter-spacing: .06em; }
          @media (max-width: 360px) {
            .cr-product__item-price span {
              font-size: 3.86667vw; } }
          @media (min-width: 901px) {
            .cr-product__item-price span {
              font-size: 34px;
              font-size: 2.125rem; } }
          .product-01 .cr-product__item-price span {
            font-size: 6.4vw; }
            @media (min-width: 901px) {
              .product-01 .cr-product__item-price span {
                font-size: 34px;
                font-size: 2.125rem; } }
        .cr-product__item-price br.for-sp + span {
          margin-left: 0; }
          @media (min-width: 901px) {
            .cr-product__item-price br.for-sp + span {
              margin-left: .5em; } }
      .cr-product__item-cart {
        margin-top: 3.86667vw; }
        @media (min-width: 901px) {
          .cr-product__item-cart {
            margin-top: 51px; } }
        .product-01 .cr-product__item-cart {
          margin-top: 8.53333vw; }
          @media (min-width: 901px) {
            .product-01 .cr-product__item-cart {
              margin-top: 40px; } }
      .cr-product__item-text {
        margin-top: 6.66667vw;
        font-size: 3.2vw;
        color: #D1D1D1;
        line-height: 1.6;
        letter-spacing: .08em;
        text-align: justify; }
        @media (min-width: 901px) {
          .cr-product__item-text {
            margin-top: 35px;
            font-size: 18px;
            font-size: 1.125rem;
            letter-spacing: .05em; } }
      .cr-product__item-note {
        margin-top: .9em;
        font-size: 2.66667vw;
        color: #9A9A9A;
        letter-spacing: .07em;
        line-height: 1.6; }
        @media (min-width: 901px) {
          .cr-product__item-note {
            margin-top: 1.9em;
            font-size: 14px;
            font-size: 0.875rem;
            letter-spacing: .08em; } }
        .cr-product__item-note + .cr-product__item-note {
          margin-top: 0; }
        .cr-product__item-note.is--shortage {
          margin-bottom: -1em;
          color: #ff8930; }
    .cr-product__note {
      width: 92vw;
      margin: 0 auto;
      font-size: 2.66667vw;
      color: #9A9A9A;
      letter-spacing: .07em;
      line-height: 1.9;
      text-align: right; }
      @media (min-width: 901px) {
        .cr-product__note {
          max-width: 1100px;
          margin-top: 0em;
          font-size: 14px;
          font-size: 0.875rem;
          letter-spacing: .08em; } }
  .cr-link {
    position: relative;
    width: 80vw;
    margin: 13.33333vw auto 0;
    text-align: center; }
    @media (min-width: 901px) {
      .cr-link {
        width: 1100px;
        margin-top: 130px; } }
    .cr-link__title {
      width: 18.26667vw;
      margin: 0 auto; }
      @media (min-width: 901px) {
        .cr-link__title {
          width: 137px; } }
      .cr-link__title span {
        display: block;
        margin-top: .2em;
        font-size: 3.46667vw;
        color: #D7A569; }
        @media (min-width: 901px) {
          .cr-link__title span {
            font-size: 22px;
            font-size: 1.375rem; } }
    .cr-link__list {
      margin-top: 9.06667vw; }
      @media (min-width: 901px) {
        .cr-link__list {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          margin-top: 57px; } }
    @media (min-width: 901px) {
      .cr-link__item {
        width: 49%; } }
    .cr-link__item + .cr-link__item {
      margin-top: 5.33333vw; }
      @media (min-width: 901px) {
        .cr-link__item + .cr-link__item {
          margin-top: 0; } }

/*--------------------------------------------------
  modal
--------------------------------------------------*/
.block-modal {
  display: inline-block;
  position: relative;
  width: 80vw;
  max-width: none;
  padding: 0;
  vertical-align: middle;
  -webkit-animation-name: scalefadeout;
  animation-name: scalefadeout;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  opacity: 0; }
  @media (min-width: 901px) {
    .block-modal {
      width: 50%;
      max-width: 420px;
      margin-top: 15px;
      padding: 10px; } }
  .is-opend .block-modal {
    -webkit-animation-name: scalefadein;
    animation-name: scalefadein;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    opacity: 1; }
  .block-modal__wrapper {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch;
    padding: 10vw 0 15vw; }
    @media (min-width: 901px) {
      .block-modal__wrapper {
        padding: 15px; } }
    .block-modal__wrapper::after {
      display: inline-block;
      content: "";
      height: 100%;
      margin-left: -0.05em;
      vertical-align: middle; }
  .block-modal__overlay {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.85);
    opacity: 0; }
    .is-opend .block-modal__overlay {
      opacity: .85; }
  .block-modal__close {
    position: absolute;
    top: -6vw;
    right: -4.66667vw;
    width: 13.33333vw;
    height: 13.33333vw;
    background: url(/img/freepage/cosmeranking2022/images/btn_close.png) no-repeat 0 0;
    background-size: contain;
    z-index: 10001; }
    @media (min-width: 901px) {
      .block-modal__close {
        top: -12px;
        right: -12px;
        width: 50px;
        height: 50px;
        cursor: pointer; } }
  .block-modal__inner {
    position: relative;
    padding-bottom: 6.26667vw;
    background-color: #5D5D5D;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500; }
    @media (min-width: 901px) {
      .block-modal__inner {
        padding-bottom: 28px; } }
  .block-modal__img {
    position: relative;
    width: 53.33333vw;
    margin: 0 auto; }
    @media (min-width: 901px) {
      .block-modal__img {
        width: 240px; } }
  .block-modal__brand {
    padding: 0 4vw;
    font-size: 3.2vw;
    letter-spacing: .06em;
    text-align: left; }
    @media (min-width: 901px) {
      .block-modal__brand {
        padding: 0 25px;
        font-size: 14px;
        font-size: 0.875rem; } }
  .block-modal__name {
    margin-top: 1em;
    padding: 0 4vw;
    text-align: left; }
    @media (min-width: 901px) {
      .block-modal__name {
        padding: 0 25px; } }
    .block-modal__name-main {
      font-size: 4.26667vw;
      letter-spacing: .06em;
      line-height: 1.5; }
      @media (min-width: 901px) {
        .block-modal__name-main {
          font-size: 20px;
          font-size: 1.25rem; } }
    .block-modal__name-sub {
      font-size: 3.6vw;
      letter-spacing: .06em;
      line-height: 1.7; }
      @media (min-width: 901px) {
        .block-modal__name-sub {
          margin-left: .2em;
          font-size: 16px;
          font-size: 1rem; } }
  .block-modal__detail {
    margin-top: 1.1em;
    padding: 0 4vw;
    font-size: 3.33333vw;
    text-align: left; }
    @media (min-width: 901px) {
      .block-modal__detail {
        margin-top: 20px;
        padding: 0 25px;
        font-size: 16px;
        font-size: 1rem; } }
    .block-modal__detail-volume {
      margin-right: .7em;
      letter-spacing: .06em; }
    .block-modal__detail-price {
      font-size: 5.73333vw;
      letter-spacing: .06em; }
      @media (min-width: 901px) {
        .block-modal__detail-price {
          font-size: 26px;
          font-size: 1.625rem; } }
  .block-modal__type {
    margin: 5.6vw auto 0;
    text-align: left; }
    @media (min-width: 901px) {
      .block-modal__type {
        margin-top: 35px; } }
    .block-modal__type-item {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 4.4vw 4vw;
      background-color: #505050;
      font-size: 2.93333vw;
      font-weight: 400;
      letter-spacing: .06em;
      line-height: 1.4; }
      @media (min-width: 901px) {
        .block-modal__type-item {
          padding: 17px 20px;
          font-size: 14px;
          font-size: 0.875rem;
          cursor: pointer; } }
      .block-modal__type-item:not(:first-child) {
        border-top: 1px solid #5D5D5D; }
      .block-modal__type-item.is-selected::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: block;
        width: calc(100% - 2px);
        height: calc(100% - 2px);
        border: 1px solid #D7A569; }
    .block-modal__type-thumb {
      display: block;
      width: 11%;
      margin-right: 1.5em; }
      #modal-SIMC002 .block-modal__type-thumb {
        width: 24%; }
    .block-modal__type-name {
      letter-spacing: .06em; }
      .block-modal__type-name span {
        color: #D7B569; }
  .block-modal__btn {
    width: 72vw;
    margin: 5.46667vw auto 0; }
    @media (min-width: 901px) {
      .block-modal__btn {
        width: 90%;
        margin-top: 25px; } }
    @media (min-width: 901px) {
      .block-modal__btn a.cart-link {
        padding: 25px 0; } }
    @media (min-width: 901px) {
      .block-modal__btn a.cart-link span {
        font-size: 18px;
        font-size: 1.125rem; } }

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

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

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

@keyframes fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes scalefadein {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes scalefadein {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes scalefadeout {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0; } }

@keyframes scalefadeout {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0; } }
