@charset "utf-8";

/* content */
/* ---------------
  common 
------------------*/
:root {
  --spp: 24px;
  --tbp: 32px;
  --pcp: 48px;
}

.container {
  padding: 0 var(--spp);
}

@media all and (min-width: 767px) {
  .container {
    padding: 0 var(--tbp);
  }
}

@media all and (min-width: 1024px) {
  .container {
    padding: 0 var(--pcp);
  }
}

/* ----------------------
  kv
------------------------- */
.kv_slider_sp {
  margin-bottom: 80px;
}

.kv_slider_pc {
  display: none;
}

.splide__slide img {
  width: 100%;
  object-fit: contain;
}

.kv_sp_pagination {
  justify-content: center;
  /*gap: 8px;*/
  gap: 14px;
  padding: 0;
  bottom: 32%;
  left: 0;
}

.kv_pc_pagination {
  justify-content: center;
  gap: 14px;
  padding: 0;
  bottom: 32%;
  left: 0;
}

.kv_sp_page.is-active,
.kv_pc_page.is-active {
  transform: scale(1.0);
  background-color: #DA0024;
}

.splide__arrow {
  background-color: initial;
}

.splide__arrow--prev {
  justify-content: start;
}

.splide__arrow--next {
  justify-content: end;
}

.kv_arrows_wrap {
  width: 100%;
  /*max-width: 380px;*/
  max-width: 320px;
  position: absolute;
  bottom: -42px;
  left: 50%;
  height: 42px;
  transform: translate(-50%, 0);
}

.kv_sp_arrows,
.kv_pc_arrows {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.kv_pc_arrows button img {
  width: 20px;
  object-fit: contain;
}

@media all and (min-width: 1024px) {
  .kv_slider_sp {
    display: none;
  }

  .kv_slider_pc {
    display: block;
    margin-bottom: 110px;
  }

  .kv_arrows_wrap {
    /*max-width: 480px;*/
    max-width: 320px;
  }
}


/* ----------------------
  news
------------------------- */
.cl_news {
  margin-bottom: 60px;
}

.cl_section_ttl {
  font-family: jins_next_ttmedium;
  font-size: 19px;
  margin-bottom: 18px;
}

.cl_section_ttl span {
  display: none;
}

.cl_news_desc {
  padding: 12px var(--spp);
  background-color: #F8F8F8;
  display: flex;
  gap: 24px;
  font-size: 10px;
  font-weight: 200;
}

.cl_news_desc + .cl_news_desc {
  margin-top: 3px;
}

.cl_news_desc dd {
  margin: 0;
}

@media all and (min-width: 767px) {
  .cl_news {
    margin-bottom: 72px;
  }

  .cl_section_ttl {
    font-size: 24px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
  }

  .cl_section_ttl span {
    display: inline-block;
    color: #808080;
    font-size: 12px;
    margin-left: 20px;
  }

  .cl_news_desc {
    padding: 15px var(--tbp);
    font-size: 13px;
  }
}

@media all and (min-width: 1024px) {
  .cl_news_desc {
    padding: 15px var(--pcp);
    gap: 115px;
  }
}



/* ----------------------
  concept
------------------------- */
.cl_concept {
  background-color: #F8F8F8;
  padding: 50px 60px;
}

.cl_concept_wrap {
  max-width: 740px;
  margin: 0 auto;
}

.cl_concept_img img {
  width: 100%;
  object-fit: contain;
  margin-bottom: 30px;
}

.cl_concept_img_pc {
  display: none;
}

.cl_concept_ttl {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.55;
  margin-bottom: 20px;
}

.cl_concept_desc {
  font-size: 12px;
  line-height: 1.66;
}

.cl_concept_desc_attention {
  display: inline-block;
  margin-top: 12px;
  font-size: 11px;
}

@media all and (min-width: 767px) {
  .cl_concept_img_sp {
    display: none;
  }

  .cl_concept_img_pc {
    display: inline-block;
  }
}

@media all and (min-width: 1024px) {
  .cl_concept {
    padding: 111px var(--pcp);
  }

  .cl_concept_img img {
    margin-bottom: 64px;
  }

  .cl_concept_ttl {
    font-size: 40px;
    flex: 1;
  }

  .cl_concept_desc {
    font-size: 16.5px;
    flex: 1;
  }
}


/* ----------------------
  product
------------------------- */
.cl_product {
  padding: 60px 0;
}

.cl_product_ttl {
  margin-bottom: 30px;
}

.cl_product_list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px 8px;
}

.cl_product_link {
  border-radius: 30px;
  background-size: 100%;
  background-position: center;
  aspect-ratio: 330 / 185;
  font-weight: 700;
  color: #fff;
  padding: 15px 20px;
  display: flex;
  align-items: end;
  text-decoration: none;
  box-shadow: inset 0px -33px 30px 4px rgba(0, 0, 0, 0.4);
  letter-spacing: 1px;
  transition: opacity .3s, background-size .3s;
}

.cl_product_link:hover {
  opacity: 0.5;
  background-size: 110%;
}

.cl_product_link.slcn {
  background-image: url(../img/productListSilicone.webp);
}

.cl_product_link.od {
  background-image: url(../img/productList1day.webp);
}

.cl_product_link.color {
  background-image: url(../img/productListColor.webp);
}

.coming_soon.slcn.cl_product_link {
  background-image: url(../img/productListSiliconeComingSoon.webp);
}
 
.coming_soon.slcn.cl_product_link:hover {
  opacity: 1;
  background-size: 100%;
}

.cl_product_new {
  color: #DA0024;
  font-weight: bold;
}

.cl_product_wrap {
  padding: 60px 0 0;
}

.cl_product_wrap_ttl {
  font-size: min(19px, 4.8vw);
  color: #00ABC7;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cl_product_wrap_ttl img {
  height: min(18px, 4.5vw);
  object-fit: contain;
  transform: translate(0, -3px);
}

.color .cl_product_wrap_ttl img {
  height: 26px;
}

.cl_product_box_img img {
  width: 100%;
}

.slcn .cl_product_box_img {
  position: relative;
}

.slcn .cl_product_box_img .cl_product_new {
  position: absolute;
  top: 12vw;
  left: 18%;
  font-size: min(23px, 3vw);
}

.cl_product_box {
  border-radius: 22.5px;
}

.slcn .cl_product_box {
  background-color: #DDF5FF;
}

.oneday .cl_product_box {
  background-color: #D1F1F3;
}

.color .cl_product_box {
  background-color: #FEF2F0;
}

.cl_product_box_cont {
  padding: 0 var(--spp) 36px;
}

.cl_product_box_ttl {
  font-size: min(25px, 6vw);
  font-weight: 700;
  margin-bottom: 19px;
}

.cl_product_desc {
  font-size: 16.5px;
}

.cl_product_btn {
  display: inline-block;
  border-radius: 999px;
  background-color: #fff;
  font-size: 16px;
  padding: .25em 1em;
  text-decoration: none;
  transition: .3s;
  margin-bottom: 1em;
}

.cl_product_btn:hover {
  background-color: #000;
  color: #fff;
}


@media all and (min-width: 767px) {
  .cl_product_list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cl_product_box_cont {
    padding: 0 var(--tbp) 36px;
  }
}

@media all and (min-width: 1024px) {
  .cl_product {
    padding: 80px 0;
  }

  .cl_product_link {
    max-height: 210px;
    width: 100%;
  }

  .cl_product_wrap {
    padding: 80px var(--pcp) 0;
  }

  .cl_product_wrap_ttl {
    font-size: 32px;
    text-align: center;
    margin-bottom: 52px;
  }

  .cl_product_wrap_ttl img {
    height: 31px;
  }

  .color .cl_product_wrap_ttl img {
    height: 50px;
  }

  .cl_product_box_flex {
    display: flex;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 var(--pcp);
  }

  .oneday .cl_product_box_flex {
    display: flex;
    flex-direction: row-reverse;
  }

  .cl_product_box_img,
  .cl_product_box_cont {
    width: 50%;
  }

  .slcn .cl_product_box_img .cl_product_new {
    top: 21%;
    left: 18%;
    font-size: 17px;
  }

  .cl_product_box_cont {
    padding: 50px 0 50px 5%;
  }

  .oneday .cl_product_box_flex .cl_product_box_cont {
    padding: 50px 7% 50px 0;
  }

  .cl_product_desc {
    margin-bottom: 44px;
  }
}


/* ----------------------
  purchase plan
------------------------- */
.cl_plan_detail {
  background-color: #E6E6E6;
  padding-top: 40px;
  padding-bottom: 60px;
}

.cl_plan_detail_ttl {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.cl_plan_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px 21px;
  list-style: none;
  padding: 0;
}

.cl_plan_item {
  background-color: #fff;
  border-radius: 16px;
  padding: 40px 45px;
}

.cl_plan_cont dt {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  height: 250px;
}

.cl_plan_cont img {
  display: inline-block;
  height: 100px;
  width: 100px;
  margin: 30px 0 40px;
  object-fit: contain;
  object-position: center;
}

.cl_plan_name {
  border-radius: 999px;
  background-color: #FFE55F;
  font-size: 22px;
  display: block;
  padding: calc(.5em + 3px) 1em .5em;
  line-height: 1;
}

.cl_plan_name.syokai {
  padding-left: 90px;
  position: relative;
}

.cl_plan_name.syokai::before {
  display: block;
  content: "初回\A限定";
  white-space: pre;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #DA0024;
  color: #fff;
  font-size: 16.5px;
  line-height: 1.25;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
}

.cl_plan_cont dd {
  margin: 0;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cl_plan_desc {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.teiki .cl_plan_desc {
  margin: 0 -30px;
}

.cl_pan_bigger {
  font-size: 22px;
}

.cl_plan_name_attention {
  font-size: 13px;
  font-weight: 400;
}

.cl_plan_strong {
  font-size: 24px;
  color: #DA0024;
}

.cl_plan_smaller.cl_plan_strong {
  font-size: 20px;
}

.cl_plan_strong sup {
  font-size: 10px;
}

.cl_plan_link {
  border-radius: 999px;
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  padding: .25em 1em;
  transition: .3s;
}

.cl_plan_link.clcn {
  border: 1px solid #01B5DE;
  background-color: #01B5DE;
}

.cl_plan_link.oneday {
  border: 1px solid #10acc6;
  background-color: #10acc6;
}

.cl_plan_link.clcn:hover {
  background-color: #fff;
  color: #01B5DE;
}

.cl_plan_link.oneday:hover {
  background-color: #fff;
  color: #10acc6;
}

.cl_plan_link + .cl_plan_link {
  margin-top: 12px;
}

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

  .cl_plan_list {
    grid-template-columns: 1fr 1fr;
  }
}

@media all and (min-width: 1280px) {
  .cl_plan_list {
    max-width: 1500px;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .cl_plan_item {
    padding: 40px min(45px, 8%);
  }

  .teiki .cl_plan_desc {
    margin: 0;
  }

  .cl_plan_name.syokai::before {
    left: 12%;
  }
}

@media all and (min-width: 1440px) {
  .cl_plan_name.syokai::before {
    left: 16%;
  }
}

