@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;
}

.text__small {
  font-size: 0.8rem;
}

.bg--grey {
  background-color: #eee;
  position: relative;
  z-index: 1;
  padding: 50px 0 0;
}

.spOnly {
  display: none;
}

@media screen and (max-width: 767px) {
  .spOnly {
    display: block;
  }
}

.pconly {
  display: block;
}

@media screen and (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 20px;
}

.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;
  align-items: center;
  gap: 30px;
  margin-top: -18px;
  margin-left: -30px;
}

.menuList__link .menuList__item {
  width: calc((100% - 120px) / 4);
  margin-top: 18px;
  margin-left: 36px;
  position: relative;
  text-align: center;
}

.menuList .menuList__item .menuline {
  display: none;
}

.menuList__link .menuList__category{
  color: #000030;
  font-size: 1.6rem;
  line-height: 1.4;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.menuList__link .menuList__category::after {
  position: absolute;
  bottom: -20px;
  /* 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 {
  bottom: -35px;
}


.menuList__link .menuList__category.linefeed::after {
  bottom: -10px;
}

.menuList__link:hover .menuList__category.linefeed::after {
  bottom: -25px;
}

@media screen and (max-width: 767px) {
  .bestItemsTop {
    padding: 54px 0px 20px;
  }

  .bestItemsTop .about__title,
  .bestItemsTop .about__menu {
    width: 92%;
  }

  .about__menu .menuList {
    margin: 0 auto;
    flex-wrap: wrap;
    column-gap: 1.5%;
    column-gap: 2vw;
    row-gap: 1vw;
    word-wrap: break-word;
    justify-content: space-between;
  }

  .menuList .menuList__item {
    width: calc((100% - 25px) / 2);
    position: relative;
  }

  .menuList .menuList__item .menuList__link {
    display: flex;
    flex-direction: column;
  }

  .menuList .menuList__item .menuline {
    display: block;
    margin-top: 1.2rem;
  }

  /* .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: 40%;
    left: inherit;
    right: 0;
    -webkit-transform: rotate(135deg) translateX(50%);
    -moz-transform: rotate(135deg) translateX(50%);
    -ms-transform: rotate(135deg) translateX(50%);
    transform: rotate(135deg) translateY(50%);
  }

  .about__title .about__title--introduction {
    font-size: 1.4rem;
  }

}

.contentBox {
  background-color: #fff;
  padding: 54px 0px 60px;
}

@media screen and (max-width: 768px) {
  .contentBox {
    padding: 40px 0px 60px;
  }
}


.itemTitle {
  border-bottom: 2px solid #000030;
  padding-bottom: 12px;
  margin-bottom: 80px;
}

.itemContent.earlgreykinmokusei .itemTitle,
.itemContent.tips .itemTitle {
  margin-bottom: 40px;
}

.itemContent.tips .productItem__title .productItem--gramYen {
  margin-bottom: 0px;
}

.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;
}

.pruductText {
  text-align: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .pruductText {
    width: 92%;
    margin: 0 auto 40px;
    /* margin-bottom: 80px; */
  }

  .itemContent.tips .productItem__title .productItem--gramYen {
    margin-bottom: 20px;
  }
}

.productList {
  padding: 0 30px;
  margin-bottom: 80px;
}

/* ランキングカウンター */
.rankingCounter {
  counter-reset: number 0;  
}


.productList__inner {
  margin-bottom: 80px;
}

.numberCount {
  position: relative;
}

.numberCount::before {
  position: absolute;
  content: "";
  top: -30px; 
  left: -8px; 
  width: 0;
  height: 0;
  border-top: 45px solid transparent; 
  border-right: 45px solid #BABABA; 
  border-bottom: 45px solid transparent;
  transform: rotate(45deg);
  z-index: 1;
}

.numberCount::after {
  position: absolute;
  counter-increment: number 1;
  content: counter(number)" ";
  color: #fff;
  top: 5px;
  left: 15px;
  font-size: 2.0rem;
  z-index: 2;
}

.productItem__img.rankingTop::before {
  border-right: 45px solid #000030;
  top: -29px;
  left: -6px;
}

.productList .productList__title h3 {
  font-size: 2.8rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .productList__inner {
    margin-bottom: 50px;
  }
  .itemTitle {
    padding-bottom: 4px;
    margin-bottom: 40px;
  }
  .itemTitle h2 {
    font-size: 1.8rem;
    letter-spacing: 3px;
  }
  .productList .productList__title h3 {
    font-size: 2.0rem;
    margin-bottom: 10px;
  }

  .itemContent.earlgreykinmokusei .productItem__img.rankingTop::before {
    top: -32px;
    left: -7px;
  }

  .itemContent.earlgreykinmokusei .numberCount::before {
    top: -20px; 
    left: -5px; 
  }

  .productItem__img.rankingTop::before {
    border-right: 50px solid #000030;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    top: -32px;
    left: -7px;
  }

  .productItem__img.rankingTop.numberCount::after {
    top: 8px;
    left: 20px;
    font-size: 2.0rem;
  }

  .numberCount::before {
    top: -18px; 
    left: -4px; 
    border-top: 30px solid transparent; 
    border-right: 30px solid #BABABA; 
    border-bottom: 30px solid transparent;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }

  .numberCount::after {
    top: 2px;
    left: 10px;
    font-size: 1.6rem;
  }
  
}

/* itemList Laiout */
.productList__item {
  display: grid;
  /* gap: 20px; */
  max-width: 940px;
  margin: 0 auto 20px;
}

.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: 250px 2fr;
    grid-template-areas:
      "img title"
      "img buttons"
      "img review";
    gap: 25px;
    align-items: start;
  }

  .productList__item.mainItem {
    grid-template-columns: 250px 2fr;
    column-gap: 30px;
    row-gap: 20px;
  }

  .productItem__img {
    grid-area: img;
    align-self: start;
    max-width: 250px;
  }



  .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; 
  }
  
  .productItem__Review {
    width: 100%;
  }

  /* 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 screen and (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: 18px;
    margin: 0 auto 30px;
  }

  .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"
    "buttons";
}

  .productList__item.mainItem {
    display: block;
  }

  .productList__item.mainItem .productItem__img {
    width: 80%;
    margin: 0 auto 15px;
    height: auto;
  }

  .productList__item.mainItem .productItem__title h4{
    text-align: center;
  }

  .productList__item.mainItem .productItem--gramYen {
    text-align: center;
  }

  .productItem__title { 
    grid-area: title; 
    align-self: start;
  }

  .productItem__title .productItemt__desc {
    font-size: 1.2rem;
    margin-bottom: 12px;
  }

  .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;
}

.productItem__btn--cart .btn_cart--nyuka {
  background: #FFF;
  color: #000030;
  border: 1px solid #000030;
}

/* .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 h4 {
  margin-top: 0;
  margin-bottom: 14px;
}

.productItem__title h4.limited {
  position: relative;
  padding-top: 35px;
}

.productItem__title h4.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;
  margin-bottom: 20px;
}


/* .productItem__title .productItemt__desc {
  font-size: 1.6rem;
} */

/* .productItem__title .productItemt__desc {
  margin-top: 10px;
} */

.newItem .productList__item .productItem__title .productItemt__desc {
  margin-top: 20px;
}

.productList__item .productItem__title .productItem__title__tagYen {
  display: contents;
}

.productItem__Review--content.beige {
  background-color: rgba(228, 217, 199, 0.5);
  padding: 30px;
}

.productItem__sub + .productItem__Review {
  margin-bottom: 40px;
}

.productItem__Review--special {
  font-size: 1.2rem;
  text-align: right;
  margin-bottom: 40px;
}

.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.2rem;
}

.productItem__Review__store .jobCategory {
  font-weight: normal;
  margin-left: 5px;
  font-size: 1.2rem;
}

.productItem__Review__used {
  margin-bottom: 0.5em;
  font-size: 1.4rem;
  font-family: Noto Sans JP;
  font-weight: bold;
}
.productItem__Review__text {
  margin-bottom: 8px;
}

.productItem__Review__text .productItem__Review__text--itemLink a {
  border-bottom: 1px solid #000030;
  color: #000030;
}

@media screen and (max-width: 767px) {
  .productItem__Review--content.beige {
    padding: 15px;
  }

  .productItem__Review--special {
    /* font-size: 1.2rem; */
    text-align: left;
    margin-bottom: 20px;
  }
  
  .productItem__title h4 {
    margin-bottom: 10px;
    /* text-align: center; */
  }

  .productItem__title .productItem--name {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-right: 0px;
  }

  .productList__item .productItem__title .productItem__title__tagYen {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-bottom: 14px;
  }

  .productList__item .productItem__title .productItem__title__tagYen .productItem__tag,
  .productList__item .productItem__title .productItem__title__tagYen  .productItem--gramYen{
    margin-bottom: 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;
  }
}

/* productItem sub */
.productItem__sub {
  display: flex;
  justify-content: space-between;
  margin-bottom: 38px;
}

.productItem__sub .productItem__sub--content {
  width: 46%;
  border: 1px solid #B7B7B7;
  position: relative;
}

.productItem__sub .productItem__sub--content .productItem__sub--link { 
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px 0px 0px;
}

.productItem__sub .productItem__sub--img {
  width: 35%;
}

.productItem__sub .productItem__sub--title {
  width: 60%;
}

.productItem__sub .productItem__sub--title h5 {
  font-size: 1.4rem;
  color: #000030;
  font-weight: bold;
  margin-bottom: 0.2em;
}

.productItem__sub .productItem__sub--title .productItem--gramYen {
  text-align: right;
  color: #000030;
  margin-bottom: .5em;
}

.productItem__sub .productItem__sub--title .productItem--gramYen .productItem--gram {
  padding-right: 0.6em;
}

.productItem__sub .productItem__sub--title .productItem--more {
  text-align: right;
  color: #000030;
  text-decoration: underline;
  font-size: 1.2rem;
  text-underline-offset: 0.2em;
}

@media screen and (max-width: 767px) {
  .productItem__sub {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }

  .productItem__sub .productItem__sub--content {
    width: 100%;
  }

  .productItem__sub .productItem__sub--title h5{
    font-size: 1.2rem;
  }
}

/* 一覧へのリンク */
.productItem__listLink {
  text-align: right;
}

.productItem__listLink p {
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

@media screen and (max-width: 767px)  {
  .productItem__listLink {
    grid-area: review;
  }
}
/* 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 screen and (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 {
  display: flex;
  align-items: center;
  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;
}

/* スタッフコメント */
@media screen and (max-width: 767px) {
  .itemContent.tips .productItem__btn {
    margin-bottom: 30px;
  }
}
.staffComment .staffCommentItem {
  display: flex;
  justify-content: space-between;
}

.staffComment .staffCommentItem:nth-last-of-type(1) {
  flex-direction: row-reverse; 
  margin-top: 20px;
}

.staffComment .staffCommentItem .staffCommentItemName {
  width: 12%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.staffComment .staffCommentItem .staffCommentItemName .staffCommentItemNImg {
  width: 85%;
  margin: 0 auto;
}

.staffComment .staffCommentItem .staffCommentDesc {
  position: relative;
  width: 86%;
  padding: 20px;
	background: #fff;
	border: 2px solid #DEE2E3;
}

.staffComment .staffCommentItem .staffCommentDesc::after,
.staffComment .staffCommentItem .staffCommentDesc::before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.staffComment .staffCommentItem .staffCommentDesc::after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 16px;
	margin-top: -16px;
}

.staffComment .staffCommentItem .staffCommentDesc::before {
	border-color: rgba(222, 226, 227, 0);
	border-right-color: #DEE2E3;
	border-width: 20px;
	margin-top: -20px;
}

.staffComment .staffCommentItem:nth-last-of-type(1) .staffCommentDesc::after,
.staffComment .staffCommentItem:nth-last-of-type(1) .staffCommentDesc::before {
	left: 100%;
}

.staffComment .staffCommentItem:nth-last-of-type(1) .staffCommentDesc::after {
  border-right-color: transparent;
  border-left-color: #fff;
}
.staffComment .staffCommentItem:nth-last-of-type(1) .staffCommentDesc::before {
  border-left-color: #DEE2E3;
  border-right-color: transparent;
}

@media screen and (max-width: 767px) {
  .staffComment .staffCommentItem .staffCommentItemName {
    width: 15%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .staffComment .staffCommentItem .staffCommentItemName .staffCommentItemNImg {
    width: 100%;
  }
  
  .staffComment .staffCommentItem .staffCommentDesc {
    width: 78%;
    padding: 10px;
    border: 1px solid #DEE2E3;
  }

  .staffComment .staffCommentItem .staffCommentDesc::after {
    border-width: 19px;
    margin-top: -19px;
  }

  .staffComment .staffCommentItem .staffCommentDesc::after,
  .staffComment .staffCommentItem .staffCommentDesc::before {
	top: 22%; 
  }
}

/* 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 screen and (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 screen and (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;
  }
}