/*
  topページ
*/

/* slider ------------------------ */
.p-kv_slider {
  padding-bottom: 46px;
}
.p-kv_slider__nav__arrow {
  display: none;
}
.p-kv_slider__nav {
  justify-content: center;
}
.p-kv_slider__nav__pagination__dot button {
  width: 6px;
  height: 6px;
  background: #ED8DC2;
}
@media screen and (min-width: 720px) {
  .p-kv_slider__track__list__item__inner {
    padding-top: 50%
  }
}
@media screen and (max-width: 719px) {
  .p-kv_slider__track__list__item__inner {
    padding-top: 86.67%
  }
  .p-kv_slider {
    padding-bottom: 30px;
  }
  .p-kv_slider__nav {
    padding-bottom: 12px;
  }
}

/* ECF_CHIONE-32 【TOP】MVにリンク設定 */
a.p-kv_slider__track__list__item__inner:hover {
  opacity: 0.6;
}
.p-kv_slider__track__list__item__inner__info__btn:hover {
  opacity: 1;
}

/* 黒オーバーレイ非表示 */
.p-kv_slider__track__list__item__inner:before {
  content: none;
}

/* top banner -------------------- */
.p-top__banner__inner {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 12px;
}
.p-top__banner__inner a {
  transition: 0.4s;
}
.p-top__banner__inner a:hover {
  opacity: 0.4;
}
.p-top__banner__inner a[href=""]:hover {
  opacity: 1;
  cursor: auto;
}
@media screen and (min-width: 720px) {
  .p-top__banner__inner a {
    width: calc((100% - 20px) / 2);
    max-width: 350px;
  }
}

/* ranking recommend ------------ */
/* ttl */
.p-new_product__title {
  text-align: unset;
  margin-bottom: unset;
}
.p-new_product__title__en {
  margin-bottom: unset;
}

@media screen and (max-width: 719px) {
  .p-rannking__product .swiper-container,
  .p-new_product .swiper-container {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-rannking__product .swiper-container {
    padding-top: 16px;
    margin-top: -16px;
  }

  .c-product_item:hover {
    opacity: 1.0;
  }
}
.p-new_product .swiper-slide,
.p-rannking__product .swiper-slide {
  background: #FFF;
  height: unset;
}
.c-product_item__inner__eyecatch__img {
  padding-top: 100%;
  background-position: top;
}
.c-product_item__inner__content {
  margin: 24px 24px 32px;
  row-gap: 4px;
}
.c-product_item__inner__title {
  font-weight: 500;
}
.c-product_item__inner__maker {
  font-family: 'Outfit', sans-serif;
  font-size: 1.0rem;
}
.p-rannking__product .c-product_item__inner__price {
  margin-top: calc(16px - 4px);
}
.c-product_item__inner__detail {
  font-weight: 300;
  margin-bottom: calc(16px - 4px);
}
.c-product_item__inner__option {
  font-size: 1.1rem;
  margin-top: calc(6px - 4px);
}
@media screen and (min-width: 720px) {
  .c-product_item__inner__maker {
    font-size: 1.1rem;
  }
  .p-rannking__product .c-product_item__inner__price {
    margin-top: calc(20px - 4px);
  }
  .c-product_item__inner__option {
    font-size: 1.2rem;
    margin-top: calc(8px - 4px);
  }
}

.p-rannking__product .swiper-slide::before {
  content: attr(data-index);
  position: absolute;
  font-size: 19px;
  line-height: 1;
  /* font-weight: 500; */
  font-family: 'Jost', sans-serif;
  top: 13px;
  left: 16px;
  z-index: 1;
}
.p-rannking__product .swiper-slide::after {
  content: "";
  border-right: solid transparent;
  border-top: solid #FAEDFA;
  position: absolute;
  top: 4px;
  left: 4px;
  border-width: 60px;
}
.p-rannking__product .swiper-slide:first-of-type .c-product_item__inner__eyecatch::before {
  content: 'Bestseller';
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  writing-mode: vertical-rl;
  color: #ED8DC2;
  position: absolute;
  top: 13px;
  right: 4px;
}

/* about ------------------------- */
.p-about {
  background: url(https://d2w53g1q050m78.cloudfront.net/chionejp/uploads/assets/img/top/about-bg@pc@2x.jpg?1678325488495) no-repeat;
  background-position: bottom;
  background-size: contain;
}
.p-about__contents {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
}
.p-about__detail {
  padding: 40px 15px 30px;
}
.p-about__detail h3 {
  font-size: 2.2rem;
  font-weight: 300;
}
.p-about__detail p {
  font-size: 1.1rem;
  line-height: 2;
  margin: 16px 0 20px;
}
.p-about__detail a {
  font-size: 1.4rem;
  text-decoration: underline;
  text-underline-offset: 8px;
  font-weight: 500;
  transition: 0.4s;
}
.p-about__detail a:hover {
  opacity: 0.4;
}
.p-about__brand {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 20px;
  column-gap: 15px;
  padding: 26px 0 40px;
}
.p-about__brand a {
  width: calc((100% - 15px) / 2);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #FFF;
  transition: 0.4s;
}
.p-about__brand a:hover {
  opacity: 0.4;
}
.p-about__brand a p {
  font-size: 1.2rem;
  font-weight: 500;
  padding: 12px;
  flex: 1;
  position: relative;
}
.p-about__brand a p::after {
  border-top: solid 1px #575757;
  border-right: solid 1px #575757;
  width: 6px;
  height: 6px;
  position: absolute;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  right: 10px;
}
.p-about__brand a p span {
  font-size: 1.0rem;
  margin-left: 6px;
  font-weight: normal;
}

@media screen and (max-width: 719px) {
  .p-about {
    background: url(https://d2w53g1q050m78.cloudfront.net/chionejp/uploads/assets/img/top/about-bg@sp@2x.jpg?1678325488515) no-repeat;
    background-position: bottom;
    background-size: contain;
  }
  .p-about__brand a:first-of-type {
    width: 100%;
  }
  .p-about__brand a:first-of-type img {
    width: calc((100% - 15px) / 2);
  }
}
@media screen and (min-width: 720px) {
  .p-about__contents {
    flex-direction: row-reverse;
  }
  .p-about__img {
    width: 50%;
  }
  .p-about__detail {
    max-width: calc(100% - 50% - 40px);
    margin: auto;
  }
  .p-about__detail h3 {
    font-size: 3.2rem;
  }
  .p-about__detail p {
    font-size: 1.2rem;
    margin: 32px 0 40px;
  }
  .p-about__detail a {
    font-size: 2.0rem;
  }
  .p-about__brand {
    padding: 96px 0 80px;
    column-gap: 24px;
  }
  .p-about__brand a {
    width: 222px;
  }
  .p-about__brand a p {
    padding: 15px 20px;
  }
}

/* review ------------------------ */
.p-review {
  border: none;
}
.p-review__title {
  text-align: center;
}
.p-review__content {
  background: #FFF;
  padding: 24px 20px;
}
.p-review__star {
  color: #AD9C6C;
  font-size: 1.2rem;
}
.p-review__ttl {
  font-size: 1.4rem;
  margin: 20px 0 12px;
}
.p-review__comment {
  font-size: 1.2rem;
  font-weight: 300;
}
.p-review__name {
  text-align: right;
  margin-top: 12px;
}
@media screen and (min-width: 720px) {
  .p-review__content {
    padding: 24px;
  }
}

/* media ------------------------- */
.p-media .p-media__inner__list {
  flex-wrap: unset;
  border: none;
  padding-bottom: 12px;
}
.p-media .c-media_item__img__inner {
  padding-top: 127.273%;
}
.p-media .p-media_item__name {
  font-size: 1.1rem;
  margin: 8px 0 4px;
}
.p-media .c-media_item__text {
  font-size: 1.0rem;
  font-weight: 300;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 719px) {
  .p-media .c-media_item {
    display: block;
    padding: 0;
  }
}
@media screen and (min-width: 720px) {
  .p-media .p-media__inner__list {
    padding-bottom: 20px;
  }
  .p-media .p-media_item__name {
    font-size: 1.2rem;
  }

  /* 2枚center寄せ */
  .p-media__inner__list.is-center {
    justify-content: center;
  }
  .p-media__inner__list.is-center .p-media__inner__list__item:first-of-type {
    margin-left: 20px;
  }
}

/* column ------------------------- */
@media screen and (max-width: 719px) {
  .c-column_item__inner:hover {
    opacity: 1.0;
  }
}

.p-column .p-column__inner__title {
  text-align: unset;
  margin-bottom: 0;
}
.p-column .p-column__inner__list {
  flex-wrap: unset;
}
.p-column .c-column_item__inner {
  background: #FFF;
}
.p-column .p-column_item__content {
  padding: 20px 20px 28px;
}
.p-column .c-column_item__inner__date {
  font-family: 'Jost', sans-serif;
  margin: 0;
}
.p-column .c-media_item__img__inner {
  padding-top: 56.123%;
}
@media screen and (min-width: 720px) {
  .p-column .c-column_item__inner {
    display: flex;
  }
  .p-column .c-media_item__img {
    width: 50%;
  }
  .p-column .p-column_item__content {
    width: 50%;
    padding: 24px 28px;
  }
  /* .p-column .swiper-scrollbar {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  } */
}

/* news --------------------------- */
.p-news .p-news__inner__title {
  text-align: unset;
}
.p-news__inner {
  max-width: unset;
}
.p-news__inner__title {
  margin-bottom: 0;
}
.p-news__inner__list {
  margin: -8px 0;
}
@media screen and (min-width: 720px) {
  .p-news__inner__list {
    margin: -12px 0;
  }
}
.c-news_item,
.c-news_item:first-child {
  border: none;
}
.c-news_item__inner {
  position: relative;
  padding: 8px 0;
}
.c-news_item__inner::after {
  border-top: solid 1px #575757;
  border-right: solid 1px #575757;
  width: 6px;
  height: 6px;
  position: absolute;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  right: 10px;
}
.c-news_item__inner__date {
  font-size: 1.1rem;
  font-family: 'Jost', sans-serif;
}
.c-news_item__inner__title {
  font-size: 1.2rem;
  padding-right: 20px;
}
@media screen and (min-width: 720px) {
  .c-news_item__inner {
    padding: 12px 0;
  }
  .c-news_item__inner__date {
    font-size: 1.2rem;
  }
  .c-news_item__inner__title {
    font-size: 1.4rem;
  }
}
 
/* award -------------------------- */
.p-award__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 28px;
}
.p-award__item {
  width: 160px;
}
.p-award__item img {
  width: 100px;
  margin: 0 auto;
}
.p-award__ttl {
  font-size: 1.3rem;
  margin: 20px 0 16px;
}
.p-award__detail p {
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 8px;
}
@media screen and (max-width: 719px) {
  .p-award__item {
    width: calc((100% - 15px) / 2);
  }
}
@media screen and (min-width: 720px) {
  .p-award__list {
    justify-content: center;
    column-gap: 40px;
  }
  .p-award__item img {
    width: 120px;
  }
}
 
/* service ------------------------ */
.p-service__list {
  display: flex;
  column-gap: 15px;
  row-gap: 32px;
}
.p-service__item {
  width: calc((100% - 40px * 3) / 4);
  text-align: center;
}
.p-service__item svg {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto 8px;
}
.p-service__item p {
  font-size: 1.1rem;
}
@media screen and (max-width: 719px) {
  .p-service__item {
    width: calc((100% - 15px) / 2);
  }
  .p-service__list {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 720px) {
  .p-service__list {
    column-gap: 40px;
    justify-content: center;
  }
  .p-service__item {
    max-width: 160px;
  }
}

/* Products Brand ----------------- */
.p-products__list .p-nav__products__inner {
  padding: 0;
}