﻿@charset "UTF-8";
/*//////////////////////////////////////////////////

Title : LP CSS

//////////////////////////////////////////////////*/

/* ========================================================
                   * Custom Properties *
========================================================= */

:root {
  --main-color: #e15280;
  --font-en: "ambroise-std", 'Noto Sans JP', sans-serif;
  --font-jp-serif: "yu-mincho-pr6n","游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho", "メイリオ", serif;

}

/* ========================================================
                      * Layout style *
========================================================= */

#Wrap,
.contents {
  width: 100%;
  max-width: 100%;
}

.share-txt span {
}

#share {
  z-index: 100 !important;
}

/* ===================
  LP Contents
=================== */

.lp_contents {
  position: relative;
  margin: 0 auto;
  padding: 0;
  letter-spacing: 0;
  color: #3e3a39;
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.25em;
}

#FooterWrap {
  position: relative;
  z-index: inherit;
}

.lp_contents *,
.lp_contents *:before,
.lp_contents *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.lp_contents ul,
.lp_contents li {
  list-style: none;
}

.lp_contents a:hover {
}

.lp_contents img {
  max-width: 100%;
}

.lp_contents sup {
  color: #888;
}

.lp_contents a,
.lp_contents a:before,
.lp_contents a:after,
.lp_contents a img {
  transition: opacity .3s ease-in-out,
    color .3s ease-in-out,
    background-color .3s ease-in-out,
    background-image .3s ease-in-out,
    border-color .3s ease-in-out,
    text-shadow .3s ease-in-out,
    text-weight .3s ease-in-out;
}

.lp_contents h1 {
  padding: 0;
}

p {
  text-align: left;
}

/* -- List -- */

.list ul {
  letter-spacing: -0.4em;
}

.list ul li {
  display: inline-block;
  letter-spacing: 0.08em;
  vertical-align: top;
}

/* ===================
  　Page Menu
=================== */

.lp_menu {
  opacity: 0;
  transition: opacity .3s ease-in-out;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 33;
  font-size: 1.4rem;
}

.lp_menu.fixed {
  opacity: 1;
}

/* ===================
  　　 General
=================== */

.lp_contents .txt_center {
  text-align: center;
}

.lp_contents .txt_bold {
  font-weight: bold;
}

.lp_contents .txt_en {
  font-family: var(--font-en);
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

/* ===================
  　　　Animation
=================== */

/* -- keyframes -- */

@keyframes opa0 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes opa1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes opa2 {
  0% {
    opacity: 0;
    filter: blur(10px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes tra1 {
  100% {
    transform: translateX(0);
  }
}

@keyframes tra2 {
  100% {
    transform: translateY(0);
  }
}

@keyframes tra3 {
  0% {
    transform: translateY(50px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes tra3_2 {
  0% {
    transform: translateY(30px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes tra4 {
  0% {
    transform: translateX(6%);
  }

  100% {
    transform: translateX(0);
  }
}


@keyframes tra5 {
  0% {
    transform: translateX(-30%);
  }

  100% {
    transform: translateX(0);
  }
}


@keyframes tra6 {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

.ef {
  opacity: 0;
}

.ef.effect {
  animation: opa1 1s ease-in-out 0s 1 forwards;
}

.ef2 {
  opacity: 0;
}

.ef2.effect {
  animation: opa2 1.5s ease-in-out 0s 1 forwards;
}

.ef-top {
  opacity: 0;
  transform: translateY(50px);
}

.ef-top.effect {
  animation: opa1 1.1s ease-in-out 0s 1 forwards, tra3 1s ease-in-out 0s 1 forwards;
}

.ef-top2 {
  opacity: 0;
  transform: translateY(40px);
}

.ef-top2.effect {
  animation: opa1 1.1s ease-in-out 0s 1 forwards, tra3_2 1s ease-in-out 0s 1 forwards;
}

.ef-right {
  opacity: 0;
  transform: translateX(6%);
}

.ef-right.effect {
  animation: opa1 1.2s ease-in-out 0s 1 forwards, tra4 1.2s ease-in-out 0s 1 forwards;
}

.ef-left {
  opacity: 0;
}

.ef-left.effect {
  animation: opa1 1.5s ease-in-out 0s 1 forwards, tra5 1.5s ease-in-out 0s 1 forwards;
}

.ef-lg.effect {
  animation: opa1 1.5s ease-in-out 0s 1 forwards, tra6 1.5s ease-in-out 0s 1 forwards;
}

/* ===================
  　Section Common
=================== */

.section .section_inner {
  width: 120rem;
  max-width: 100%;
  margin: auto;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.sec_inner {
  width: 102rem;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
}

.ttl_section {
  position: relative;
  margin: 0 0 2.5rem;
  font-weight: normal;
  line-height: 1.25;
  text-align: left;
  font-weight: bold;
}

.ttl_section::before {
  transition: right ease-in-out 3s;
  position: absolute;
  top: 2.7rem;
  left: 0;
  right: 100%;
  height: 1px;
  background: #a09e9e;
  content: "";
}

.effect .ttl_section::before {
  right: 0;
}

.ttl_section span {
  position: relative;
  z-index: 1;
  display: block;
  width: fit-content;
  padding-right: 2rem;
  background: #fff;
}

.ttl_section .txt_en {
  font-size: 4.2rem;
  font-weight: 600;
}

.ttl_section .txt_ja {
  padding-top: .8rem;
  font-size: 2rem;
  font-weight: 300;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* ===================
     Text Setting
=================== */

.txt_cont {
  text-align: center;
  line-height: 1.7;
}

/* ===================
  Button Setting
=================== */

.btn_wrap {
  text-align: center;
}

/* ===================
  　　LP HEADER
=================== */

.header_section {

}

.header_section .section_inner {
  padding: 7rem 0 6.5rem;
}

.header_section .ckb_logo {
  width: 32.4rem;
  margin: auto;
}

.header_section .ckb_nav {
  padding-top: 10rem;
  font-family: var(--font-en);
}

.header_section .ckb_nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.7rem;
  font-size: 2.1rem;
}

/* ===================
  　　MAIN VISUAL
=================== */

.mainvisual_section {
}

/* ---- MV ---- */
.mainvisual_section .mv_list {
  overflow: visible;
  position: relative;
  margin-bottom: 15rem;
  width: 100%;
}

.mainvisual_section .mv_list .swiper-slide {
  overflow: hidden;
  transition: .7s;
}

.mainvisual_section .mv_list .swiper-slide img {
  width: 100%;
}

/* ---- Pagination ---- */

.mainvisual_section .swiper-pagination-bullets {
  bottom: -5rem;
}

.mainvisual_section .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2rem;
}

.mainvisual_section .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #3f3f3f;
}

/* ---- Page Navi ---- */

.page_nav {
  margin-bottom: 9rem;
  padding-bottom: 30rem;
  background: url(../img/page_nav_line.png) no-repeat center bottom;
  background-size: 1.8rem;
}

.page_nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14.8rem;
}

.page_nav ul li:nth-child(1) {
  width: 16.4rem;
}

.page_nav ul li:nth-child(2) {
  width: 21.8rem;
}

.page_nav ul li:nth-child(3) {
  width: 15.5rem;
}

.page_nav ul li:last-child {
  width: 25.7rem;
}

/* ===================
  　　COLLECTION
=================== */

.collection_section {
  background: #f5e3dc;
  padding: 9.3rem 0;
}

.collection_section .section_inner {
  position: relative;
}

.collection_section .section_inner::before {
  position: absolute;
  right: -13rem;
  bottom: 0rem;
  z-index: 2;
  width: 16.8rem;
  height: 16.8rem;
  background: url(../img/collection_circle.svg) no-repeat;
  background-size: 100%;
  animation: animeRotate 30000ms linear infinite forwards;
  content: "";
}

@keyframes animeRotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.collection_section .ttl_section {
  margin-bottom: 5rem;
}

.collection_section .ttl_section span {
  background: #f5e3dc;
}

.collection_list {
  overflow: hidden;
}

.collection_list ul {
  display: flex;
  gap: 3rem;
}

.collection_list .collection_ttl {
  min-width: 12rem;
  margin: 3.3rem auto 0;
  padding-top: 3rem;
  display: block;
  width: fit-content;
  border-top: 1px solid #a09e9e;
  text-align: center;
  font-size: 2.4rem;
  font-family: var(--font-en);
}

.swiper-button-next-collection,
.swiper-button-prev-collection {
  display: none;
}

/* ===================
  COSME KITCHEN BEAUTY
=================== */

.ckbeauty_section .section_inner {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.ckbeauty_section .ckbeauty_logo {
  width: 25.7rem;
  margin: auto auto 2.6rem;
}

.ckbeauty_section .ckbeauty_img {
  width: 51.8rem;
  margin: auto;
}


/* ===================
       HOW TO
=================== */

.howto_section {
  background-color: #f8ece9;
}

.howto_section .section_inner {
  position: relative;
}

.howto_section .section_inner::before {
  position: absolute;
  left: -20rem;
  bottom: 5rem;
  z-index: 2;
  width: 16.8rem;
  height: 16.8rem;
  background: url(../img/howto_circle.svg) no-repeat;
  background-size: 100%;
  animation: animeRotate 30000ms linear infinite forwards;
  content: "";
}

.howto_section .section_inner {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.howto_section .ttl_section {
  margin-bottom: 8rem;
}

.howto_section .ttl_section span {
  background: #f8ece9;
}

.howto_list {
  position: relative;
  overflow: hidden;
  margin: 0 -6rem;
  padding: 0 2rem;
}

.howto_list > ul {
}

.howto_list > ul > li {
  padding: 0 4rem;
}

.howto_list .howto_inner {
  overflow: hidden;
  background: #fff;
}

.howto_list .howto_cont {
  padding: 1rem;
}

.howto_list .howto_cont ul {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
}

.howto_list .howto_cont li {
}

.howto_list .img01 {
  width: 8.9rem;
}

.howto_list .img02 {
  width: 4.3rem;
}

/* -- 矢印 -- */

.swiper-button-next,
.swiper-button-prev {
  width: 1.6rem;
  height: 2.7rem;
  margin-top: -3rem;
  background: none;
}

.swiper-button-next {
  right: 1.5rem;
}

.swiper-button-prev {
  left: 1.5rem;
}

.swiper-button-next::before,
.swiper-button-prev::before,
.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #3e3a39;
  border: none;
  top: auto;
  left: auto;
}

.swiper-button-prev::before {
  transform: rotate(45deg);
  right: 0;
  bottom: 57%;
}

.swiper-button-prev::after {
  transform: rotate(-45deg);
  top: 0;
  right: 0;
}

.swiper-button-next:before {
  transform: rotate(45deg);
  top: 0;
  left: 0;
}

.swiper-button-next:after {
  transform: rotate(-45deg);
  left: 0;
  bottom: 57%;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .15;
}


/* ===================
     STAFF REVIEW
=================== */

.review_section {
  background: #f3e1da;
}

.review_section .section_inner {
  position: relative;
  padding: 11rem 0 20rem;
}

.review_section .section_inner::before {
  position: absolute;
  right: -17rem;
  bottom: 6rem;
  z-index: 2;
  width: 16.8rem;
  height: 16.8rem;
  background: url(../img/review_circle.svg) no-repeat;
  background-size: 100%;
  animation: animeRotate 30000ms linear infinite forwards;
  content: "";
}

.review_section .ttl_section {
  margin-bottom: 9rem;
}

.review_section .ttl_section span {
  background: #f3e1da;
}

.benentsnap_list_wrap {
  position: relative;
  margin-right: -1rem;
  margin-left: -1rem;
}

.benentsnap_list {
  overflow: hidden;
}

.benentsnap_list .item_list__inner {
  display: flex;
}

.benentsnap_list .item_list__item {
  overflow: hidden;
  height: auto;
  margin: 0;
  padding: 0 1rem;
}

.benentsnap_list .item_list__item_inner {
  height: 100%;
  padding: 1.2rem;
  border-radius: 1rem;
  background: #fff;
}

.benentsnap_list .item_list__img img {
  width: 100%;
  height: 21.3rem;
  object-fit: cover;
}

.benentsnap_list .item_list__item .benentsnap_cont {
  display: flex;
  align-items: center;
  margin-top: auto;
  padding: 1.2rem 0 0;
  letter-spacing: 0.08em;
}

.benentsnap_list .item_list__item p.topUserImage {
  width: 5rem;
  margin-right: 1.2rem;
}

.benentsnap_list .item_list__item p.topUserImage img {
  width: 5rem;
  height: 5rem;
  object-fit: cover;
  border-radius: 50%;
}

.benentsnap_list .item_list__item .topLabelName {
  font-size: 1.1rem;
}

.benentsnap_list .item_list__item .topProductName {
  font-size: 1.2rem;
}

.benentsnap_list .item_list__item .topUserName {
  font-size: 1.1rem;
}

.review_section .swiper-button-prev {
  left: -3.2rem;
}

.review_section .swiper-button-next {
  right: -3.2rem;
}

/* ===================
       RANKING
=================== */

.ranking_section {
}

.ranking_section .section_inner {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 30rem;
}

.ranking_section .section_inner::before {
  position: absolute;
  right: -17rem;
  bottom: 20rem;
  z-index: 2;
  width: 16.8rem;
  height: 16.8rem;
  background: url(../img/ranking_circle.svg) no-repeat;
  background-size: 100%;
  animation: animeRotate 30000ms linear infinite forwards;
  content: "";
}

.ranking_section .tab_panel {
  display: none;
}

.ranking_section .tab_panel:first-child {
  display: block;
  animation: tabmenu_fadein .25s ease 0s 1 forwards;
}

.ranking_section .tab_panel.is-active {
  animation: tabmenu_fadein .25s ease 0s 1 forwards;
}

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

.ranking_section .tab_btn_area {
  margin-bottom: 6rem;
  font-family: var(--font-en);
  font-size: 1.8rem;
}

.ranking_section .tab_btn_area ul {
  display: flex;
  gap: 7rem;
  justify-content: center;
}

.ranking_section .tab_btn_area li {
  position: relative;
  z-index: 0;
  padding: 0 0 3rem;
  cursor: pointer;
}

.ranking_section .tab_btn_area li::before {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  content: "";
}

.ranking_section .tab_btn_area li:nth-child(1)::before {
  right: -4.5rem;
  bottom: 0.2rem;
  width: 8.4rem;
  height: 5.7rem;
  background-image: url(../img/tab_bg_01.png);
}

.ranking_section .tab_btn_area li:nth-child(2)::before {
  right: -3.5rem;
  bottom: 0.2rem;
  width: 7.9rem;
  height: 5.9rem;
  background-image: url(../img/tab_bg_02.png);
}

.ranking_section .tab_btn_area li:nth-child(3)::before {
  right: -3rem;
  bottom: 0.2rem;
  width: 7.3rem;
  height: 5.3rem;
  background-image: url(../img/tab_bg_03.png);
}

.ranking_section .tab_btn_area li:nth-child(4)::before {
  right: -3rem;
  bottom: -0.2rem;
  width: 8.5rem;
  height: 6.5rem;
  background-image: url(../img/tab_bg_04.png);
}

.ranking_section .tab_btn_area li:nth-child(5)::before {
  right: -3rem;
  bottom: -0.8rem;
  width: 8.2rem;
  height: 7.2rem;
  background-image: url(../img/tab_bg_05.png);
}

.ranking_section .item_list__inner {
  display: flex;
  justify-content: center;
  gap: 4rem;
}

.ranking_section .item_list__item {
  position: relative;
  width: 40rem;
  margin: 0;
  padding-top: 4rem;
  padding-bottom: 0;
  box-shadow: inherit;
  font-family: var(--font-jp-serif);
  border-radius: 0;
}

.ranking_section .item_list__item .item_list__img {
  margin-bottom: 2.8rem;
}

.item_list__item .item_list__img {
  position: relative;
}

.item_list__item .item_list__img .soldout {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  background: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.1em;
}

.ranking_section .item_list__item .icn_rank {
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--font-en);
  font-size: 3.2rem;
  font-weight: bold;
}

.ranking_section .item_list__item .item_list__review {
  display: none;
}

.ranking_section .item_list__item .item_list__cat {
  margin: 0 0 .5rem;
  padding: 0;
  background: none;
  font-size: 1.8rem;
  text-align: left;
  letter-spacing: 0.02em;
}

.ranking_section .item_list__item .item_list__title {
  margin: 0 0 1rem;
  padding: 0;
  font-size: 2.3rem;
  letter-spacing: 0.02em;
}

.ranking_section .item_list__item .item_list__price {
  padding: 0;
  font-family: var(--font-en);
  font-size: 2.3rem;
  letter-spacing: 0.08em;
}

/* ===================
  最近チェックしたアイテム
=================== */

.history_section .section_inner {
  position: relative;
  padding-bottom: 10rem;
}

.history_section .section_inner::before {
  position: absolute;
  left: -20rem;
  bottom: 5rem;
  z-index: 2;
  width: 16.8rem;
  height: 16.8rem;
  background: url(../img/item_circle.svg) no-repeat;
  background-size: 100%;
  animation: animeRotate 30000ms linear infinite forwards;
  content: "";
}

.history_section .ttl_section {
  margin-bottom: 5rem;
}

.history_section .product-slide-section__title {
  display: none;
}

.history_section .history_list {
  position: relative;
  overflow: hidden;
  margin: 0 -2rem;
}

.history_section .history_list ul {
}

.history_section .item_list__item {
  position: relative;
  width: 22rem;
  padding: 0 2rem 3rem;
  box-shadow: inherit;
  font-family: var(--font-jp-serif);
  border-radius: 0;
}

.history_section .item_list__item .item_list__img {
  margin-bottom: 2rem;
}

.history_section .item_list__item .icn_rank {
  display: none;
}

.history_section .item_list__item .item_list__review {
  display: none;
}

.history_section .item_list__item .item_list__title {
  margin: 0 0 0.5rem;
  padding: 0;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
}

.history_section .item_list__item .item_list__price {
  padding: 0;
  font-family: var(--font-en);
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}

.history_section .swiper-button-next {
  right: -4.2rem;
}

.history_section .swiper-button-prev {
  left: -4.2rem;
}


/* ===================
       CATEGORY
=================== */

.category_section {
  background: #f6eae7;
}

.category_section .section_inner {
  position: relative;
  padding-top: 12rem;
  padding-bottom: 20rem;
}

.category_section .section_inner::before {
  position: absolute;
  right: -17rem;
  bottom: 5rem;
  z-index: 2;
  width: 16.8rem;
  height: 16.8rem;
  background: url(../img/howto_circle.svg) no-repeat;
  animation: animeRotate 30000ms linear infinite forwards;
  background-size: 100%;
  content: "";
}

.category_section .ttl_section {
  margin-bottom: 5rem;
}

.category_section .ttl_section span {
  background: #f6eae7;
}

.category_section .cate_list {
  background: #fff;
  padding: 1.8rem;
}

.category_section .cate_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem;
}

.category_section .cate_list ul li {
  width: 27.6rem;
}

/* ===================
       BRAND LIST
=================== */

.brand_section {
}

.brand_section .section_inner {
  position: relative;
  padding-top: 12rem;
  padding-bottom: 20rem;
}

.brand_section .section_inner::before {
  position: absolute;
  left: -20rem;
  bottom: 15rem;
  z-index: 2;
  width: 16.8rem;
  height: 16.8rem;
  background: url(../img/brand_circle.svg) no-repeat;
  background-size: 100%;
  animation: animeRotate 30000ms linear infinite forwards;
  content: "";
}

.brand_section .ttl_section {
  margin-bottom: 8rem;
}

.brand_section .brand_list {
  margin-bottom: 10rem;
}

.brand_section .brand_list ul {
  display: flex;
  gap: 1.7rem;
}

.brand_section .btn_link {
  text-align: center;
}

.brand_section .btn_link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24.6rem;
  height: 4.6rem;
  margin: auto;
  border: 1px solid #ccc;
  font-size: 2rem;
  letter-spacing: 0;
}



/*=======================================
                    PC
========================================*/


@media screen and (min-width: 768px)  {
  .sp_only {
    display: none;
  }

  #Wrap,
  .wrapBottom,
  .wrapTop,
  #Contents {
    width: 100%;
  }

  .lp_contents {
    overflow: hidden;
  }


  /* ===================
        RANKING
  =================== */

  .ranking_section {
  }

  .ranking_section .swiper-button-next,
  .ranking_section .swiper-button-prev {
    display: none !important;
  }

}


/*=======================================
                    SP
========================================*/

/* only SP */
@media only screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }

  /* ===================
    LP Contents
  =================== */

  .lp_contents {
    overflow: hidden;
    padding-top: 0;
    font-size: calc(13 * (100vw / 390));
    letter-spacing: 0.02em;
  }

  /* ===================
    　Section Common
  =================== */

  .section .section_inner {
    width: 100%;
    padding: 0 calc(25 * (100vw / 390));
  }

  .contents {
    padding-top: 0;
  }

  .contents_inner .section {
    padding-right: 0;
    padding-left: 0;
  }

  .sec_inner {
    width: 100%;
  }

  .ttl_section {
    margin: 0 0 calc(48 * (100vw / 390));
  }

  .ttl_section::before {
    top: calc(14 * (100vw / 390));
  }

  .ttl_section span {
    padding-right: calc(10 * (100vw / 390));
  }

  .ttl_section .txt_en {
    font-size: calc(22 * (100vw / 390));
    font-weight: 500;
  }

  .ttl_section .txt_ja {
    padding-top: calc(5 * (100vw / 390));
    font-size: calc(11 * (100vw / 390));
  }

  /* ===================
         ANIME
  =================== */

  @keyframes tra3 {
    0% {
      transform: translateY(50px);
    }

    100% {
      transform: translateY(0);
    }
  }

  /* ===================
    　　LP HEADER
  =================== */

  .header_section {

  }

  .header_section .section_inner {
    padding: calc(40 * (100vw / 390)) 0 calc(25 * (100vw / 390));
  }

  .header_section .ckb_logo {
    width: calc(193 * (100vw / 390));
  }

  .header_section .ckb_nav {
    padding-top: calc(26 * (100vw / 390));
  }

  .header_section .ckb_nav ul {
    gap: calc(13 * (100vw / 390));
    font-size: calc(10 * (100vw / 390));
  }

  /* ===================
    　　MAIN VISUAL
  =================== */

  .mainvisual_section {
  }

  .mainvisual_section .section_inner {
    padding: 0;
  }

  /* ---- MV ---- */
  .mainvisual_section .mv_list {
    margin-bottom: calc(60 * (100vw / 390));
  }

  .mainvisual_section .mv_list  .swiper-slide {
    width: 100vw !important;
  }

  /* ---- Pagination ---- */

  .mainvisual_section .swiper-pagination-bullets {
    bottom: calc(-30 * (100vw / 390));
  }

  .mainvisual_section .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 calc(7 * (100vw / 390));
    width: calc(6 * (100vw / 390));
    height: calc(6 * (100vw / 390));
  }

  /* ---- Page Navi ---- */

  .page_nav {
    margin-bottom: calc(45 * (100vw / 390));
    padding-bottom: calc(216 * (100vw / 390));
    background-size: calc(13 * (100vw / 390));
  }

  .page_nav ul {
    gap: calc(15 * (100vw / 390));
  }

  .page_nav ul li:nth-child(1) {
    width: calc(75 * (100vw / 390));
  }

  .page_nav ul li:nth-child(2) {
    width: calc(96 * (100vw / 390));
  }

  .page_nav ul li:nth-child(2) img {
    vertical-align: bottom;
    margin-bottom: calc(-30 * (100vw / 390));
  }

  .page_nav ul li:nth-child(3) {
    width: calc(64 * (100vw / 390));
  }

  .page_nav ul li:nth-child(3) img {
    margin-top: calc(-20 * (100vw / 390));
  }

  .page_nav ul li:last-child {
    width: calc(90 * (100vw / 390));
  }

  /* ===================
    　　COLLECTION
  =================== */

  .collection_section {
    padding: calc(70 * (100vw / 390)) 0;
  }

  .collection_section .section_inner {
  }

  .collection_section .section_inner::before {
    right: calc(30 * (100vw / 390));
    bottom: calc(-30 * (100vw / 390));
    width: calc(78 * (100vw / 390));
    height: calc(78 * (100vw / 390));
  }

  .collection_section .ttl_section {
    margin-bottom: calc(43 * (100vw / 390));
  }

  .collection_list_wrap {
    position: relative;
  }

  .collection_list {
    overflow: visible;
  }

  .collection_list ul {
    gap: 0;
  }

  .collection_list ul li {
    padding: 0 calc(24 * (100vw / 390));
  }

  .collection_list .collection_ttl {
    min-width: calc(90 * (100vw / 390));
    margin: calc(50 * (100vw / 390)) auto 0;
    padding-top: calc(20 * (100vw / 390));
    font-size: calc(17 * (100vw / 390));
  }

  .collection_list_wrap .swiper-button-next-collection,
  .collection_list_wrap .swiper-button-prev-collection {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: calc(-45 * (100vw / 390));
  }

  .collection_list_wrap .swiper-button-next-collection {
    right: calc(22 * (100vw / 390));
  }

  .collection_list_wrap .swiper-button-prev-collection {
    left: calc(22 * (100vw / 390));
  }

  /* ===================
    COSME KITCHEN BEAUTY
  =================== */

  .ckbeauty_section .section_inner {
    padding: calc(30 * (100vw / 390)) 0 0;
  }

  .ckbeauty_section .ckbeauty_logo {
    width: calc(193 * (100vw / 390));
    margin-bottom: calc(22 * (100vw / 390));
  }

  .ckbeauty_section .ckbeauty_img {
    width: 100%;
    line-height: 0;
  }

  /* ===================
        HOW TO
  =================== */

  .howto_section {
  }

  .howto_section .section_inner {
    padding-top: calc(70 * (100vw / 390));
    padding-bottom: calc(120 * (100vw / 390));
  }

  .howto_section .section_inner::before {
    left: calc(30 * (100vw / 390));
    bottom: calc(26 * (100vw / 390));
    width: calc(77 * (100vw / 390));
    height: calc(77 * (100vw / 390));
  }

  .howto_section .ttl_section {
    margin-bottom: calc(24 * (100vw / 390));
  }

  .howto_list {
    margin: 0 calc(-25 * (100vw / 390));
    padding: 0;
  }

  .howto_list > ul {
  }

  .howto_list > ul > li {
    padding: 0 calc(25 * (100vw / 390));
  }

  .howto_list .howto_inner {
  }

  .howto_list .howto_cont {
    padding: calc(7 * (100vw / 390));
  }

  .howto_list .howto_cont ul {
    gap: calc(7 * (100vw / 390));
  }

  .howto_list .howto_cont li {
  }

  .howto_list .img01 {
    width: calc(53 * (100vw / 390));
  }

  .howto_list .img02 {
    width: calc(25 * (100vw / 390));
  }

  /* -- 矢印 -- */

  .swiper-button-next,
  .swiper-button-prev {
    width: calc(12 * (100vw / 390));
    height: calc(17 * (100vw / 390));
    margin-top: calc(-5 * (100vw / 390));
  }

  .swiper-button-next {
    right: calc(50 * (100vw / 390));
  }

  .swiper-button-prev {
    left: calc(50 * (100vw / 390));
  }

  .collection_list .swiper-button-next {
    margin-top: calc(-55 * (100vw / 390));
    right: calc(20 * (100vw / 390));
  }

  .collection_list .swiper-button-prev {
    margin-top: calc(-55 * (100vw / 390));
    left: calc(20 * (100vw / 390));
  }

  .swiper-button-prev::before {
    transform: rotate(45deg);
    right: 0;
    bottom: 50%;
  }

  .swiper-button-prev::after {
    transform: rotate(-45deg);
    top: 0;
    right: 0;
  }

  .swiper-button-next:before {
    transform: rotate(45deg);
    top: 0;
    left: 0;
  }

  .swiper-button-next:after {
    transform: rotate(-45deg);
    left: 0;
    bottom: 50%;
  }

  .howto_list .swiper-button-next::after {
    bottom: 48%;
  }

  .howto_list .swiper-button-prev::before {
    bottom: 48%;
  }

  /* ===================
      STAFF REVIEW
  =================== */

  .review_section {
  }

  .review_section .section_inner {
    padding-top: calc(70 * (100vw / 390));
    padding-bottom: calc(175 * (100vw / 390));
  }

  .review_section .section_inner::before {
    right: calc(24 * (100vw / 390));
    bottom: calc(50 * (100vw / 390));
    width: calc(88 * (100vw / 390));
    height: calc(88 * (100vw / 390));
  }

  .review_section .ttl_section {
    margin-bottom: calc(45 * (100vw / 390));
  }

  .benentsnap_list_wrap {
    margin-right: calc(-25 * (100vw / 390));
    margin-left: calc(-25 * (100vw / 390));
  }

  .benentsnap_list {
  }

  .benentsnap_list .item_list__inner {
  }

  .benentsnap_list .item_list__item {
    padding: 0 calc(26 * (100vw / 390));
  }

  .benentsnap_list .item_list__item_inner {
    padding: calc(15 * (100vw / 390));
    border-radius: calc(10 * (100vw / 390));
  }

  .benentsnap_list .item_list__img img {
    height: calc(187 * (100vw / 390));
  }

  .benentsnap_list .item_list__item .benentsnap_cont {
    padding: calc(10 * (100vw / 390)) 0 0;
  }

  .benentsnap_list .item_list__item p.topUserImage {
    width: calc(50 * (100vw / 390));
    margin-right: calc(10 * (100vw / 390));
  }

  .benentsnap_list .item_list__item p.topUserImage img {
    width: calc(45 * (100vw / 390));
    height: calc(45 * (100vw / 390));
  }

  .benentsnap_list .item_list__item .topLabelName {
    font-size: calc(10 * (100vw / 390));
  }

  .benentsnap_list .item_list__item .topProductName {
    font-size: calc(12 * (100vw / 390));
  }

  .benentsnap_list .item_list__item .topUserName {
    font-size: calc(11 * (100vw / 390));
  }

  .review_section .swiper-button-prev {
    left: calc(45 * (100vw / 390));
  }

  .review_section .swiper-button-next {
    right: calc(45 * (100vw / 390));
  }

  .review_section .swiper-button-prev::before,
  .review_section .swiper-button-next:after {
    bottom: 45%;
  }

  /* ===================
        RANKING
  =================== */

  .ranking_section {
  }

  .ranking_section .section_inner {
    padding-top: calc(74 * (100vw / 390));
    padding-bottom: calc(142 * (100vw / 390));
  }

  .ranking_section .section_inner::before {
    right: calc(26 * (100vw / 390));
    bottom: calc(50 * (100vw / 390));
    width: calc(88 * (100vw / 390));
    height: calc(88 * (100vw / 390));
  }

  .ranking_section .ttl_section .txt_en {
    font-size: calc(24 * (100vw / 390));
  }

  .ranking_section .ttl_section .txt_ja {
    font-size: calc(12 * (100vw / 390));
  }

  .ranking_section .tab_btn_area {
    margin-bottom: calc(54 * (100vw / 390));
    font-size: calc(14 * (100vw / 390));
  }

  .ranking_section .tab_btn_area ul {
    gap: calc(10 * (100vw / 390));
  }

  .ranking_section .tab_btn_area li {
    padding: 0 0 calc(15 * (100vw / 390));
  }

  .ranking_section .tab_btn_area li:nth-child(1)::before {
    right: calc(-20 * (100vw / 390));
    bottom: calc(5 * (100vw / 390));
    width: calc(40 * (100vw / 390));
    height: calc(27 * (100vw / 390));
  }

  .ranking_section .tab_btn_area li:nth-child(2)::before {
    right: calc(-15 * (100vw / 390));
    bottom: calc(5 * (100vw / 390));
    width: calc(38 * (100vw / 390));
    height: calc(28 * (100vw / 390));
  }

  .ranking_section .tab_btn_area li:nth-child(3)::before {
    right: calc(-15 * (100vw / 390));
    bottom: calc(5 * (100vw / 390));
    width: calc(35 * (100vw / 390));
    height: calc(25 * (100vw / 390));
  }

  .ranking_section .tab_btn_area li:nth-child(4)::before {
    right: calc(-20 * (100vw / 390));
    bottom: calc(0 * (100vw / 390));
    width: calc(41 * (100vw / 390));
    height: calc(31 * (100vw / 390));
  }

  .ranking_section .tab_btn_area li:nth-child(5)::before {
    right: calc(-15 * (100vw / 390));
    bottom: calc(0 * (100vw / 390));
    width: calc(39 * (100vw / 390));
    height: calc(34 * (100vw / 390));
  }

  .ranking_section .ranking_list {
    overflow: visible;
  }

  .ranking_section .ranking_list .item_list__inner {
    gap: 0;
    justify-content: inherit;
  }

  .ranking_section .ranking_list .item_list {
    display: block;
    white-space: inherit;
  }

  .ranking_section .item_list__item {
    width: calc(204 * (100vw / 390));
    padding: calc(24 * (100vw / 390)) calc(24 * (100vw / 390)) 0;
  }

  .ranking_section .item_list__item .item_list__img {
    margin-bottom: calc(13 * (100vw / 390));
  }

  .item_list__item .item_list__img .soldout {
    font-size: calc(15 * (100vw / 390));
  }

  .ranking_section .item_list__item .icn_rank {
    top: calc(-15 * (100vw / 390));
    left: calc(24 * (100vw / 390));
    font-size: calc(33 * (100vw / 390));
    line-height: 1;
  }

  .ranking_section .item_list__item .item_list__cat {
    font-size: calc(12 * (100vw / 390));
  }

  .ranking_section .item_list__item .item_list__title {
    margin-bottom: calc(5 * (100vw / 390));
    font-size: calc(15 * (100vw / 390));
  }

  .ranking_section .item_list__item .item_list__price {
    padding: 0;
    font-family: var(--font-en);
    font-size: calc(15 * (100vw / 390));
  }

  .ranking_section .swiper-button-next,
  .ranking_section .swiper-button-prev {
    width: calc(15 * (100vw / 390));
    height: calc(20 * (100vw / 390));
    margin-top: calc(-60 * (100vw / 390));
  }

  .ranking_section .swiper-button-next {
    right: calc(40 * (100vw / 390));
  }

  .ranking_section .swiper-button-prev {
    left: calc(40 * (100vw / 390));
  }

  .ranking_section .swiper-button-prev::before,
  .ranking_section .swiper-button-next:after {
    bottom: 45%;
  }

  /* ===================
    最近チェックしたアイテム
  =================== */

  .history_section .section_inner {
    padding-bottom: calc(150 * (100vw / 390));
  }

  .history_section .section_inner::before {
    left: calc(30 * (100vw / 390));
    bottom: calc(60 * (100vw / 390));
    width: calc(86 * (100vw / 390));
    height: calc(86 * (100vw / 390));
  }

  .history_section .ttl_section {
    margin-bottom: calc(60 * (100vw / 390));
  }

  .history_section .history_list {
    margin-left: calc(-25 * (100vw / 390));
    margin-right: calc(-25 * (100vw / 390));
  }

  .history_section .item_list__item {
    width: calc(204 * (100vw / 390));
    padding: 0 calc(26 * (100vw / 390)) calc(20 * (100vw / 390));
  }

  .history_section .item_list__item .item_list__img {
    margin-bottom: calc(20 * (100vw / 390));
  }

  .history_section .item_list__item .item_list__title {
    margin: 0 0 calc(10 * (100vw / 390));
    padding: 0;
    font-size: calc(13 * (100vw / 390));
  }

  .history_section .item_list__item .item_list__price {
    padding: 0;
    font-size: calc(14 * (100vw / 390));
  }

  .history_section .swiper-button-next,
  .history_section .swiper-button-prev {
    width: calc(15 * (100vw / 390));
    height: calc(20 * (100vw / 390));
    margin-top: calc(-93 * (100vw / 390));
  }

  .history_section .swiper-button-next {
    right: calc(45 * (100vw / 390));
  }

  .history_section .swiper-button-prev {
    left: calc(45 * (100vw / 390));
  }

  .history_section .swiper-button-prev::before,
  .history_section .swiper-button-next:after {
    bottom: 45%;
  }

  /* ===================
        CATEGORY
  =================== */

  .category_section {
  }

  .category_section .section_inner {
    padding-top: calc(65 * (100vw / 390));
    padding-bottom: calc(146 * (100vw / 390));
  }

  .category_section .section_inner::before {
    right: calc(26 * (100vw / 390));
    bottom: calc(40 * (100vw / 390));
    width: calc(80 * (100vw / 390));
    height: calc(80 * (100vw / 390));
  }

  .category_section .ttl_section {
    margin-bottom: calc(35 * (100vw / 390));
    font-family: var(--font-jp-serif);
  }

  .category_section .ttl_section::before {
    display: none;
  }

  .category_section .ttl_section span {
    margin: auto;
    padding: 0;
  }

  .category_section .ttl_section .txt_ja {
    padding-top: calc(12 * (100vw / 390));
  }

  .category_section .cate_list {
    padding: calc(11 * (100vw / 390));
  }

  .category_section .cate_list ul {
    gap: calc(10 * (100vw / 390));
  }

  .category_section .cate_list ul li {
    width: calc(150 * (100vw / 390));
  }

  /* ===================
        BRAND LIST
  =================== */

  .brand_section {
  }

  .brand_section .section_inner {
    padding-top: calc(66 * (100vw / 390));
    padding-bottom: calc(63 * (100vw / 390));
  }

  .brand_section .section_inner::before {
    left: calc(30 * (100vw / 390));
    bottom: calc(46 * (100vw / 390));
    width: calc(76 * (100vw / 390));
    height: calc(76 * (100vw / 390));
  }

  .brand_section .ttl_section {
    margin-bottom: calc(40 * (100vw / 390));
    font-family: var(--font-jp-serif);
  }

  .brand_section .ttl_section::before {
    display: none;
  }

  .brand_section .ttl_section span {
    margin: auto;
    padding: 0;
  }

  .brand_section .ttl_section .txt_ja {
    padding-top: calc(12 * (100vw / 390));
  }

  .brand_section .brand_list {
    margin-bottom: calc(55 * (100vw / 390));
    padding: 0 calc(40 * (100vw / 390));
  }

  .brand_section .brand_list ul {
    gap: calc(24 * (100vw / 390));
    flex-direction: column;
  }

  .brand_section .btn_link {
  }

  .brand_section .btn_link a {
    width: calc(145 * (100vw / 390));
    height: calc(27 * (100vw / 390));
    font-size: calc(11.5 * (100vw / 390));
  }

}


@media screen and (min-width: 768px)  {
.collection_list li {
    padding: 0 1.5rem;
}

.swiper-button-next-collection {
    right: -2rem;
    margin-top: 1rem;
    display: block;
}

.swiper-button-prev-collection {
    left: -2rem;
    margin-top: 1rem;
    display: block;
}

.collection_list ul {
    gap: 0;
}
}
