@charset "UTF-8";
.m-topicpath ol {
  background-color: #fff; }

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

/*
* .cosme-awarad
*/
.cosme-awarad {
  /*opacity: .5;*/ }
  @media screen and (min-width: 768px) {
    .cosme-awarad {
      min-width: 1100px;
      padding-top: 10px; } }
  @media screen and (max-width: 767px) {
    .cosme-awarad {
      padding-top: 4.26667vw; } }

.cosme-awarad--title {
  font-family: "Poppins", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .115em; }
  @media screen and (min-width: 768px) {
    .cosme-awarad--title {
      margin-bottom: 101px;
      font-size: 1.5rem; } }
  @media screen and (max-width: 767px) {
    .cosme-awarad--title {
      margin-bottom: 22.06667vw;
      font-size: 5.33334vw; } }
  .cosme-awarad--title:before {
    display: block;
    margin: 0 auto;
    background: url("/award/assets/images/icon_crown.svg") no-repeat 50% 0;
    background-size: 100% auto;
    content: ""; }
    @media screen and (min-width: 768px) {
      .cosme-awarad--title:before {
        width: 72px;
        height: 72px; } }
    @media screen and (max-width: 767px) {
      .cosme-awarad--title:before {
        width: 19.2vw;
        height: 19.2vw; } }

.cosme-awarad__tab-block {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .cosme-awarad__tab-block {
      padding-top: 40px; } }
  @media screen and (max-width: 767px) {
    .cosme-awarad__tab-block {
      padding-top: 10.66667vw; } }

.cosme-awarad__year-block {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  background-color: #f8f5f5; }
  @media screen and (min-width: 768px) {
    .cosme-awarad__year-block {
      padding-bottom: 40px; } }

.cosme-awarad__year-block.is-selected {
  z-index: 1; }

.cosme-awarad__year-block:first-child {
  transform: translateX(150%); }

.cosme-awarad__year-block:nth-child(2) {
  transform: translateX(50%); }

.cosme-awarad__year-block:nth-child(3) {
  transform: translateX(-50%); }

.cosme-awarad__year-block:nth-child(4) {
  transform: translateX(-150%); }

@media all and (-ms-high-contrast: none) {
  .cosme-awarad__year-block:first-child {
    transform: translate3d(0, 0, 0); }

  .cosme-awarad__year-block:nth-child(2) {
    transform: translate3d(-100%, 0, 0); }

  .cosme-awarad__year-block:nth-child(3) {
    transform: translate3d(-200%, 0, 0); } }
.cosme-awarad--year {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
  margin: 0 auto;
  border-color: #fff;
  letter-spacing: .115em;
  color: #9d9d9d;
  background-color: #fff;
  box-sizing: border-box;
  cursor: pointer;
  outline: none; }
  @media screen and (min-width: 768px) {
    .cosme-awarad--year {
      top: -39px;
      width: 165px;
      height: 40px;
      font-size: .9375rem;
      border-radius: 2px 2px 0 0; }
      .cosme-awarad--year:hover {
        color: #9d9d9d; } }
  @media screen and (max-width: 767px) {
    .cosme-awarad--year {
      top: -10.4vw;
      width: 25vw;
      height: 10.66667vw;
      font-size: 3.73334vw;
      border-radius: .53334vw .53334vw 0 0; } }

@media screen and (min-width: 768px) {
  .cosme-awarad__year-block:first-child .cosme-awarad--year {
    left: -495px; } }
@media screen and (max-width: 767px) {
  .cosme-awarad__year-block:first-child .cosme-awarad--year {
    margin-left: 0;
    border-left: 0; } }

@media screen and (min-width: 768px) {
  .cosme-awarad__year-block:nth-child(2) .cosme-awarad--year {
    left: -165px; } }
@media screen and (max-width: 767px) {
  .cosme-awarad__year-block:nth-child(2) .cosme-awarad--year {
    margin-left: 25vw; } }

@media screen and (min-width: 768px) {
  .cosme-awarad__year-block:nth-child(3) .cosme-awarad--year {
    left: 165px; } }
@media screen and (max-width: 767px) {
  .cosme-awarad__year-block:nth-child(3) .cosme-awarad--year {
    margin-left: 50vw; } }

@media screen and (min-width: 768px) {
  .cosme-awarad__year-block:last-child .cosme-awarad--year {
    left: 495px; } }
@media screen and (max-width: 767px) {
  .cosme-awarad__year-block:last-child .cosme-awarad--year {
    margin-right: 0;
    border-right: 0; } }

.is-selected .cosme-awarad--year {
  border: 1px solid #c8c8c8;
  border-bottom: 0;
  color: #3c3c3c; }

.cosme-awarad__contents {
  position: relative;
  z-index: 0;
  max-height: 0;
  overflow: hidden;
  border-top: 1px solid #c8c8c8;
  background-color: #f8f5f5;
  opacity: 0;
  visibility: hidden; }
  @media screen and (max-width: 767px) {
    .cosme-awarad__contents {
      width: 100%;
      padding: 10.66667vw 4.66667vw;
      box-sizing: border-box; } }

.is-selected .cosme-awarad__contents {
  z-index: 1;
  max-height: inherit;
  max-height: auto;
  opacity: 1;
  visibility: visible;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }

.cosme-awarad__item {
  overflow: hidden;
  margin: 0 auto;
  background-color: #fff;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .cosme-awarad__item {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      margin-top: 40px;
      width: 1100px;
      padding: 20px;
      border-radius: 2px 2px 0 0; } }
  @media screen and (max-width: 767px) {
    .cosme-awarad__item {
      width: 100%;
      margin-top: 10.66667vw;
      padding-bottom: 5.33334vw;
      border-radius: .53334vw .53334vw 0 0; }
      .cosme-awarad__item:first-child {
        margin-top: 0; } }

.cosme-awarad--item-image,
.cosme-awarad__item-info,
.cosme-awarad__item-award-list {
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .cosme-awarad--item-image,
    .cosme-awarad__item-info,
    .cosme-awarad__item-award-list {
      flex-shrink: 0;
      width: 340px; }
      .cosme-awarad--item-image:nth-child(-n+3),
      .cosme-awarad__item-info:nth-child(-n+3),
      .cosme-awarad__item-award-list:nth-child(-n+3) {
        height: 240px; }
      .cosme-awarad--item-image:nth-child(2),
      .cosme-awarad__item-info:nth-child(2),
      .cosme-awarad__item-award-list:nth-child(2) {
        margin-right: 18px;
        margin-left: 18px; } }

@media screen and (min-width: 768px) {
  .cosme-awarad--item-image {
    overflow: hidden;
    margin-bottom: 19px; } }
@media screen and (max-width: 767px) {
  .cosme-awarad--item-image {
    margin-bottom: 2.4vw; } }
.cosme-awarad--item-image img {
  width: 100%;
  height: auto;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }
.cosme-awarad--item-image:hover img {
  opacity: .6; }
  @media screen and (min-width: 768px) {
    .cosme-awarad--item-image:hover img {
      transform: scale(1.03); } }

@media screen and (min-width: 768px) {
  .cosme-awarad__item-info {
    margin-bottom: 19px;
    padding-top: 30px; } }

.cosme-awarad--item-name {
  letter-spacing: .04em; }
  @media screen and (min-width: 768px) {
    .cosme-awarad--item-name {
      margin-bottom: 13px;
      line-height: 1.538462; } }
  @media screen and (max-width: 767px) {
    .cosme-awarad--item-name {
      margin-bottom: 4.2vw;
      font-size: 4.26667vw;
      text-align: center; } }

.cosme-awarad--item-price {
  letter-spacing: .04em; }
  @media screen and (min-width: 768px) {
    .cosme-awarad--item-price {
      margin-bottom: 13px;
      font-size: .875rem; } }
  @media screen and (max-width: 767px) {
    .cosme-awarad--item-price {
      margin-bottom: 3vw;
      font-size: 3.733334vw;
      text-align: center; } }

.cosme-awarad--item-description {
  letter-spacing: .04em; }
  @media screen and (min-width: 768px) {
    .cosme-awarad--item-description {
      font-size: .8125rem;
      line-height: 1.538462; } }
  @media screen and (max-width: 767px) {
    .cosme-awarad--item-description {
      padding: 0 5.33334vw;
      font-size: 3.2vw;
      text-align: left;
      line-height: 1.66667; }
      .cosme-awarad--item-description br {
        display: none; } }

.cosme-awarad--item-notes {
  letter-spacing: .04em; }
  @media screen and (min-width: 768px) {
    .cosme-awarad--item-notes {
      font-size: .625rem;
      line-height: 1.538462; } }
  @media screen and (max-width: 767px) {
    .cosme-awarad--item-notes {
      padding: 0 5.33334vw;
      font-size: 2.66667vw;
      line-height: 1.66667; } }

@media screen and (min-width: 768px) {
  .cosme-awarad__item-info .m-contents--default-btn {
    margin-top: 20px;
    margin-left: 0; } }
@media screen and (max-width: 767px) {
  .cosme-awarad__item-info .m-contents--default-btn {
    margin-top: 3.2vw;
    margin-bottom: 8.2vw; } }

.cosme-awarad__item-award-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start; }
  @media screen and (min-width: 768px) {
    .cosme-awarad__item-award-list {
      padding-top: 30px; } }
  @media screen and (max-width: 767px) {
    .cosme-awarad__item-award-list {
      width: 80vw;
      margin: 0 auto 9vw; } }

.cosme-awarad__item-award-list > p {
  display: inline-block;
  width: auto; }
  @media screen and (min-width: 768px) {
    .cosme-awarad__item-award-list > p {
      /*max-width: 100px;*/
      margin-top: 20px; } }
  @media screen and (max-width: 767px) {
    .cosme-awarad__item-award-list > p {
      /*max-width: 21.33334vw;*/
      margin-top: 9.6vw; } }
  @media screen and (min-width: 768px) {
    .cosme-awarad__item-award-list > p:nth-child(3n+2):not(:last-child) {
      margin-right: 20px;
      margin-left: 20px; } }
  @media screen and (max-width: 767px) {
    .cosme-awarad__item-award-list > p:nth-child(3n+2):not(:last-child) {
      margin-right: 9.33334vw;
      margin-left: 9.33334vw; } }
  @media screen and (min-width: 768px) {
    .cosme-awarad__item-award-list > p:last-child:not(:first-child, :nth-child(3n)) {
      margin-left: 20px; } }
  @media screen and (max-width: 767px) {
    .cosme-awarad__item-award-list > p:last-child:not(:first-child, :nth-child(3n)) {
      margin-left: 9.6vw; } }
  .cosme-awarad__item-award-list > p:nth-child(-n+3) {
    margin-top: 0; }

.cosme-awarad__item-award-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .cosme-awarad__item-award-detail {
      width: 100%;
      margin-bottom: 21px;
      padding-top: 20px; } }
  @media screen and (max-width: 767px) {
    .cosme-awarad__item-award-detail {
      width: 80vw;
      margin: 0 auto 8vw; } }

.cosme-awarad__item-award-detail li {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  position: relative;
  border: 1px solid #beaa8c;
  text-align: center;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .cosme-awarad__item-award-detail li {
      width: 340px;
      margin-top: 20px;
      padding: 20px 0;
      font-size: .8125rem;
      line-height: 1.61539; } }
  @media screen and (max-width: 767px) {
    .cosme-awarad__item-award-detail li {
      width: 100%;
      margin-bottom: 8vw;
      padding: 5.8vw 0;
      font-size: 3.2vw;
      line-height: 1.58334; } }
  @media screen and (min-width: 768px) {
    .cosme-awarad__item-award-detail li:nth-child(3n+2) {
      margin-right: 20px;
      margin-left: 20px; } }
  @media screen and (min-width: 768px) {
    .cosme-awarad__item-award-detail li:nth-child(-n+3) {
      margin-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .cosme-awarad__item-award-detail li:first-child {
      margin-top: 8vw; } }
  @media screen and (max-width: 767px) {
    .cosme-awarad__item-award-detail li:last-child {
      margin-bottom: 0; } }
  .cosme-awarad__item-award-detail li:before {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: #fff url("/award/assets/images/icon_crown.svg") no-repeat 50% 0;
    content: ""; }
    @media screen and (min-width: 768px) {
      .cosme-awarad__item-award-detail li:before {
        top: -20px;
        width: 40px;
        height: 40px; } }
    @media screen and (max-width: 767px) {
      .cosme-awarad__item-award-detail li:before {
        top: -5.33334vw;
        width: 10.66667vw;
        height: 10.66667vw; } }

.cosme-awarad__item-award-detail .is-link {
  padding: 0; }
  .cosme-awarad__item-award-detail .is-link a {
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: nowrap;
    flex-direction: column;
    text-decoration: none;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }
    @media screen and (min-width: 768px) {
      .cosme-awarad__item-award-detail .is-link a {
        padding: 20px 0; } }
    @media screen and (max-width: 767px) {
      .cosme-awarad__item-award-detail .is-link a {
        padding: 5.8vw 0; } }

.cosme-awarad__item-award-detail .is-link a:hover {
  opacity: 0.6; }

.cosme-awarad__item-award-title {
  color: #87877d;
  order: 2; }
  .cosme-awarad__item-award-title span {
    color: #3c3c3c; }

.cosme-awarad__item-award-magazine {
  color: #87877d;
  font-weight: bold;
  order: 1; }
  @media screen and (min-width: 768px) {
    .cosme-awarad__item-award-magazine {
      margin-bottom: 5px; } }
  @media screen and (max-width: 767px) {
    .cosme-awarad__item-award-magazine {
      margin-bottom: 1.4vw; } }

.cosme-award--view-btn {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-transform: uppercase;
  letter-spacing: .115em;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  text-align: center;
  cursor: pointer; }
  @media screen and (min-width: 768px) {
    .cosme-award--view-btn {
      height: 40px;
      font-size: .6875rem; } }
  @media screen and (max-width: 767px) {
    .cosme-award--view-btn {
      height: 5.33334vw;
      font-size: 2.93334vw; } }
  .cosme-award--view-btn:before {
    display: block;
    background: url("/award/assets/images/icon_arrow.svg") no-repeat 50% 0;
    background-size: 100% auto;
    content: ""; }
    @media screen and (min-width: 768px) {
      .cosme-award--view-btn:before {
        width: 20px;
        height: 20px;
        margin-right: 12px; } }
    @media screen and (max-width: 767px) {
      .cosme-award--view-btn:before {
        width: 5.33334vw;
        height: 5.33334vw;
        margin-right: 2.6667vw; } }
  @media screen and (min-width: 768px) {
    .cosme-award--view-btn:hover {
      opacity: .6; } }

.cosme-award--view-btn.is-close:before {
  transform: rotate(-180deg); }

/*
* .cosme-award__float-nav
*/
.cosme-award__float-nav {
  position: fixed;
  z-index: 2;
  right: 0;
  left: 0;
  margin: 0 auto;
  border-bottom: 1px solid #c8c8c8;
  background-color: #fff; }
  @media screen and (min-width: 768px) {
    .cosme-award__float-nav {
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      top: 60px;
      min-width: 1100px; } }
  @media screen and (max-width: 767px) {
    .cosme-award__float-nav {
      display: flex;
      top: 14.66667vw;
      width: 100%; } }

.cosme-award__float-nav li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #9d9d9d;
  letter-spacing: .115em;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .cosme-award__float-nav li {
      width: 165px;
      height: 40px;
      margin-bottom: -1px;
      font-size: .9375rem; } }
  @media screen and (max-width: 767px) {
    .cosme-award__float-nav li {
      width: 33.06667vw;
      height: 10.66667vw;
      margin-bottom: -0.26667vw;
      font-size: 3.73334vw;
      border-radius: .53334vw .53334vw 0 0; } }
  .cosme-award__float-nav li.is-selected {
    color: #3c3c3c;
    border: 1px solid #c8c8c8;
    border-bottom: 0;
    background-color: #fff;
    outline: none; }

@media screen and (max-width: 767px) {
  .lh135 {
    line-height: 1.35; } }

@media screen and (min-width: 768px) {
  .lh17 {
    line-height: 1.7; } }

@media screen and (min-width: 768px) {
  .sale-end {
    margin-top: 40px;
    font-size: .8125rem; } }
@media screen and (max-width: 767px) {
  .sale-end {
    margin-top: 5vw;
    font-size: 3.2vw;
    padding: 0 5.33334vw; } }

@media screen and (min-width: 768px) {
  .mt8 {
    margin-top: 8px; } }
@media screen and (max-width: 767px) {
  .mt8 {
    margin-top: 2.13333vw; } }

.cosme-awarad--item-image:hover .nolink {
  opacity: 1; }
  @media screen and (min-width: 768px) {
    .cosme-awarad--item-image:hover .nolink {
      transform: none; } }

.cosme-awarad--renewal a {
  color: #3c3c3c;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }

.cosme-awarad--renewal a:after {
  display: inline-block;
  background: url(/contents/shared/images/icon_arrow_gray.svg) no-repeat;
  background-size: 100% 100%;
  content: ""; }
  @media screen and (min-width: 768px) {
    .cosme-awarad--renewal a:after {
      width: 15px;
      height: 15px;
      vertical-align: -2px;
      margin-left: 3px; } }
  @media screen and (max-width: 767px) {
    .cosme-awarad--renewal a:after {
      width: 2.66667vw;
      height: 2.66667vw;
      margin-left: 0.1vw; } }

.cosme-awarad--renewal a:hover {
  text-decoration: underline;
  opacity: .5; }

@media screen and (max-width: 767px) {
  .renewal {
    letter-spacing: -0.03em; } }
