@charset "UTF-8";
img {
  width: 100%;
}

.u-en {
  font-size: 120%;
}

.u-tt--light {
  font-family: "TTCommons-Light", sans-serif;
}

.u-text--center {
  text-align: center;
}

.u-text--right {
  text-align: right;
}

.bg--grey {
  background-color: #eee;
  position: relative;
  z-index: 1;
  padding: 50px 0 0;
}

.spOnly {
  display: none;
}

@media (max-width: 767px) {
  .spOnly {
    display: block;
  }
}

.pconly {
  display: block;
}

@media (max-width: 767px) {
  .pconly {
    display: none; 
  }
}

.dis_inlineBlock {
  display: inline-block;
}

.wrap {
  background-color: transparent;
}

.header.spOnly {
  background-color: #eee;
}

.l-wrapper {
  position: relative;
  font-family: TTCommons-Regular, "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  color: #000030;
  background-color: #EEEEEE;
}

.l-main {
  max-width: 1000px;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .l-container {
    position: relative;
    /* padding-top: 54px; */
    /* padding-bottom: 120px; */
  }
}

.bestItemsTop {
  background-color: #fff;
  padding: 54px 0px;
}

.about__title {
  max-width: 656px;
  margin: 0 auto 80px;
}

.about__title h1 {
  margin-bottom: 27px;
}

.about__title .about__title--introduction {
  font-size: 1.6rem;
  line-height: 1.875;
  text-align: center;
}

.about__menu {
  max-width: 656px;
  margin: 0 auto;
}

.about__menu .menuList {
  display: flex;
  justify-content: space-between;
  word-wrap: break-word;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 30px;
}

.menuList__link .menuList__item {
  width: calc((100% - 120px) / 4);
  position: relative;
  text-align: center;
}

.menuList__link .menuList__category{
  color: #000030;
  font-size: 1.6rem;
  position: relative;
}

.menuList__link .menuList__category::after {
  position: absolute;
  top: 35px;
  /* right: 0px; */
  left: 50%;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  content: '';
  -webkit-transform: rotate(135deg) translateX(50%);
  transform: rotate(135deg) translateX(50%);
  border-top: solid 1px #000030;
  border-right: solid 1px #000030;
  transition: 0.5s;
}

.menuList__link:hover .menuList__category::after {
  top: 45px;
}

@media (max-width: 767px) {
  .bestItemsTop {
    padding: 54px 0px 80px;
  }

  .bestItemsTop .about__title,
  .bestItemsTop .about__menu {
    width: 92%;
  }

  .about__menu .menuList {
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
    column-gap: 1.5%;
    column-gap: 2vw;
    row-gap: 15vw;
  }

  .menuList .menuList__item {
    width: 48%;
    position: relative;
    text-align: center;
  }

  .menuList .menuList__item:nth-child(-n+2)::after {
    position: absolute;
    content: '';
    bottom: -7.5vw;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #CCCCCC;
  }

  .menuList__link .menuList__item .menuList__category{
    position: relative;
    color: #000030;
    letter-spacing: .04em;
  }

  .menuList__link .menuList__category::after {
    top: 30px;
    left: 50%;
    -webkit-transform: rotate(135deg) translateX(50%);
    -moz-transform: rotate(135deg) translateX(50%);
    -ms-transform: rotate(135deg) translateX(50%);
    transform: rotate(135deg) translateX(50%);
  }
}


.itemContent:not(.bg__ice .itemContent) {
  margin: 0px;
  padding-top: 80px;
  background-color: #fff;
}

.itemContent.makeup {
  padding-bottom: 150px;
}

@media (max-width: 767px) {
  .itemContent:not(.bg__ice .itemContent) {
    padding: 35px 0px 20px;
  }

  .itemContent.makeup {
    padding-bottom: 30px;
  }
}


.bg__ice {
  position: relative;
  padding: 60px 0;
  width: 100%;
  /* height: 100vh; */
  overflow: auto;
  background-image: url(../img/bg/icemintbg_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

@media (max-width: 767px) {
  .bg__ice {
    padding: 35px 0 20px;
    background-image: url(../img/bg/icemintbg_sp.jpg);
    background-size: cover;
    background-position: bottom center;
  }
}

/* .bg__ice::before {
  content: "";
  display: block;
  background-image: url(../img/bg/icemintbg_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
} */

@media screen and (max-width: 768px) {
  .bg__ice::before {
    background-image: url(../img/bg/icemintbg_sp.jpg);
  }
}


.itemTitle {
  border-bottom: 2px solid #000030;
  padding-bottom: 12px;
  margin-bottom: 80px;
}

.itemTitle h2 {
  font-family: 'TTCommons-Medium', 'Noto Sans JP', 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-size: 2.2rem;
  text-align: center;
  letter-spacing: 5.28px;
}

.productList {
  padding: 0 30px;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .itemTitle {
    padding-bottom: 4px;
    margin-bottom: 40px;
  }
  .itemTitle h2 {
    font-size: 1.8rem;
    letter-spacing: 3px;
  }
}

/* itemList Laiout */
.productList__item {
  display: grid;
  gap: 20px;
  max-width: 940px;
  margin: 0 auto 80px;
}

.productList__item:last-child {
  margin-bottom: 0;
}

/* PC*/
@media (min-width: 768px) {
  .productList {
    padding: 0 30px;
    margin-bottom: 80px;
  }
  
  .productList__item {
    /* grid-template-columns: 280px 660px; */
    grid-template-columns: 1fr 2fr;
    grid-template-areas:
      "img title"
      "img review"
      "img buttons";
    gap: 20px;
    align-items: start;
  }

  .productList__item.mainItem {
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
    row-gap: 30px;
  }

  .productItem__img {
    grid-area: img;
    align-self: start;
  }


  .productItem__title { grid-area: title; }
  .productItem__Review { grid-area: review; }
  .productItem__btn {
    grid-area: buttons;
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: flex-end; 
  }

  /* Reverse */
  .productList__item.reverse-layout {
    grid-template-areas:
      "title img"
      "review img"
      "buttons img";
  }

  .productList__item.reverse-layout .productItem__img {
    justify-self: end;
  }

  .productList__item.reverse-layout .productItem__btn {
    justify-content: flex-start; 
  }

  .productList__item.reverse-layout.mainItem {
    grid-template-columns: 1fr 1fr;
  }

  .productList__item.reverse-layout:not(.mainItem) {
    grid-template-columns: 2fr 1fr;
  }
}

/* SP */
@media (max-width: 767px) {
  .productList {
    width: 92%;
    margin: 0 auto 80px;
    padding: 0px;
  }
  .productList__item {
    grid-template-columns: 1fr 2fr;
    grid-template-areas:
      "img title"
      "review review"
      "buttons buttons";
    gap: 20px;
    margin: 0 auto 60px;
  }

  .productList__item.reverse-layout:not(.mainItem) {
    grid-template-columns: 2fr 1fr;
    grid-template-areas:
      "title img"
      "review review"
      "buttons buttons";
  }

  .productList__item.mainItem,
.productList__item.reverse-layout.mainItem {
  grid-template-columns: 1fr;
  grid-template-areas:
    "img"
    "title"
    "review"
    "buttons";
}

  .productList__item.mainItem {
    grid-template-columns: 1fr;
    grid-template-areas:
      "img"
      "title"
      "review"
      "buttons";
  }

  .productItem__img {
    grid-area: img;
    max-width: 100%;
    height: auto;
  }

  .productItem__title { 
    grid-area: title; 
    align-self: start;
  }
  .productItem__Review { grid-area: review; }
  .productItem__btn {
    grid-area: buttons;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .productList__item.reverse-layout {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "img title"
      "review review"
      "buttons buttons";
  }

  .productList__item.reverse-layout.mainItem {
    grid-template-columns: 1fr;
    grid-template-areas:
      "img"
      "title"
      "review"
      "buttons";
  }
}

/* common */

.productItem__btn--cart .btn_cart,
.productItem__btn--more a {
  transition: 0.3s;
  display: block;
  padding: 10px;
  text-align: center;
  width: 200px;
  box-sizing: border-box;
  text-decoration: none;
}

.productItem__btn--cart .btn_cart {
  background: #000030;
  color: #FFF;
  font-size: 1.4rem;
}

.productItem__btn--more a {
  background: #FFF;
  color: #000030;
  border: 1px solid #000030;
}

.productItem__btn--cart .btn_cart:hover,
.productItem__btn--more a:hover {
  opacity: .8;
}

.productItem__btn--cart .btn_cart--soldOut {
  display: block;
  padding: 10px;
  text-align: center;
  width: 200px;
  background-color: #ccc;
  border: 1px solid #ccc;
  color: #333;
  pointer-events: none;
}

.productList__item.mainItem .productItem__btn.moreWide,
.productList__item.mainItem .productItem__btn.moreWide .productItem__btn--more,
.productList__item.mainItem .productItem__btn.moreWide .productItem__btn--more a {
  width: 100%;
}

.productItem__title h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

.productItem__title h3.limited {
  position: relative;
  padding-top: 35px;
}

.productItem__title h3.limited::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "LIMITED";
  font-size: 16px;
  color: #000030;
  border: 1px solid #000030;
  background-color: #fff;
  line-height: 1;
  letter-spacing: .03em;
  padding: 4px 6px;
}

.productItem__title .productItem--name {
  color: #000030;
  font-family: 'Noto Sans JP';
  border-bottom: 1px solid #000030;
  margin-right: 22px;
  font-weight: 600;
}

.productItem__title .productItem--gram, 
.productItem__title .productItem--price {
  font-size: 1.5rem;
}

.productItem__title .productItem--gram {
  padding-right: 22px;
}

.productItem__title .productItem--gramYen {
  text-align: right;
}

.productItem__title .productItemt__desc {
  margin-top: 10px;
}

.newItem .productList__item .productItem__title .productItemt__desc {
  margin-top: 20px;
}

.productItem__Review--content.iceMint {
  background-color: rgba(256, 256, 256, 0.5);
  padding: 30px;
}

.productItem__Review--content {
  background-color: #DCDDDD;
  padding: 20px;
  margin-bottom: 20px;
}

.productItem__Review--content:last-of-type {
  margin-bottom: 0px;
}

.productItem__Review__store {
  font-size: 1.6rem;
}

.productItem__Review__store .jobCategory {
  font-weight: normal;
  margin-left: 5px;
  font-size: 1.2rem;
}

.productItem__Review__text {
  margin-top: 10px;
}

.productItem__Review__text .productItem__Review__text--itemLink a {
  border-bottom: 1px solid #000030;
  color: #000030;
}

@media (max-width: 767px) {
  .productItem__title h3 {
    margin-bottom: 5px;
  }
  .productItem__title .productItem--name {
    font-size: 1.4rem;
    margin-right: 0px;
  }

  .productItem__btn--cart,
  .productItem__btn--more {
    width: 45%;
    display: flex;
  }
  
  .productItem__btn--cart a,
  .productItem__btn--more a {
    width: 100%;
  }

  .productItem__btn.moreWide .productItem__btn--more {
    width: 100%;
  }

  .productItem__Review__store .jobCategory {
    display: block;
  }
}

/* NewItem Pc */
.newItem {
  background-color: #F9F9F9;
  padding: 30px 0px;
}

.newItem .newItem__wrapper {
  padding: 0 30px;
}

.newItem .newItem__wrapper > p {
  font-size: 2.0rem;
  color: #000030;
  margin-bottom: 24px;
}

/* NewItem Sp */
@media (max-width: 767px) {
  .newItem {
    padding: 30px 0px;
  }

  .newItem .newItem__wrapper {
    width: 92%;
    margin: 0 auto;
    padding: 0 0px;
  }

  .newItem .newItem__wrapper > p {
    font-size: 1.8rem;
    margin-bottom: 18px;
  }

  /* .newItem .productList__item {
    width: 92%;
    margin: 0 auto;
  } */

  .newItem .productList__item .productItem__btn .productItem__btn--more {
    width: 100%;
  }
}

/* skin care */
.productItem__title .productItem__tag {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.productItem__title .productItem__tag .productItem__tag__item {
  color: #393C41;
  background-color: #F5F5DD;
  border-radius: 20px;
}

.productItem__title .productItem__tag .productItem__tag__item p {
  padding: 8px 12px;
  line-height: 1;
  text-align: center;
  letter-spacing: .01em;
  font-size: 1.0rem;
}

/* bunner */
.itemBunner {
  width: 80%;
  margin: 0 auto;
}

.itemBunner ul li:first-of-type {
  margin-bottom: 30px;
}

.itemBunner ul li a{
  transition: .3s;
}

.itemBunner ul li a:hover{
  opacity: .8;
}

@media (max-width: 767px) {
  .itemBunner {
    width: 92%;
  }
}

/* articleBunner */
.articleBunner {
  margin-top: 40px;
}

.articleBunner .articleBunner__wrapper{
  max-width: 650px;
  width: 65%;
  margin: 0 auto;
}

.articleBunner .articleBunner__link {
  display: block;
  position: relative;
  padding: 35px 80px;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
  transition: .3s;
  border: 1px solid #b3b3b3;
  background-color: #fff;
}

.articleBunner .articleBunner__link:hover {
  opacity: .8;
}

.articleBunner .articleBunner__link::before {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  border-top: solid 1px #b3b3b3;
  border-right: solid 1px #b3b3b3;
  right: 85px;
  top: 47%;
  transform: rotate(45deg) translateY(-50%); 
  transition: .3s;
}

.articleBunner .articleBunner__link:hover::before {
  right: 70px;
}

@media (max-width: 767px) {
  .articleBunner .articleBunner__wrapper{
    max-width: 100%;
    width: 92%;
  }
  .articleBunner .articleBunner__link {
    font-size: 1.2rem;
    padding: 14px 2em;
    line-height: 1.5;
  }
  .articleBunner .articleBunner__link::before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border-top: solid 1px #b3b3b3;
    border-right: solid 1px #b3b3b3;
    right: 50px;
    top: 47%;
    transform: rotate(45deg) translateY(-50%); 
    transition: .3s;
  }
}