﻿@charset "UTF-8";

/* ============================
   キャンペーンLP（送料無料キャンペーン）
============================ */
div.wrapper_>div.container_ {
  width: auto;
}

.page-cplp-contents {
  color: #404040;
}

.page-cplp-contents .cplp-inner {
  max-width: 1094px;
  margin-inline: auto;
}

.page-cplp-contents img {
  max-width: 100%;
  vertical-align: bottom;
}

.page-cplp-contents sup {
  font-size: 0.5em;
  vertical-align: super;
}
.block-header-outer {
  height: 180px;
}
/* メインビジュアル */
.cplp-mv {
  line-height: 0;
  text-align: center;
}

.cplp-mv img {
  margin: auto;
}

/* リード文（＼...／） */
.cplp-lead {
  margin: 40px 0 0;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #0163A0;
}

.cplp-lead .cplp-lead-inner {
  position: relative;
  padding: 0 40px;
  font-size: 22px;
}
.cplp-lead .cplp-lead-inner * {
  font-size: 22px;
}

.cplp-lead .cplp-lead-inner::before,
.cplp-lead .cplp-lead-inner::after {
  content: "";
  position: absolute;
  top: 4px;
  width: 14px;
  height: 22px;
}

.cplp-lead .cplp-lead-inner::before {
  left: 0;
  border-left: 2px solid #00A7EB;
  transform: skewX(35deg);
}

.cplp-lead .cplp-lead-inner::after {
  right: 0;
  border-right: 2px solid #00A7EB;
  transform: skewX(-35deg);
}

.cplp-lead .cplp-lead-inner .emphasis-dot {
  position: relative;
}

.cplp-lead .cplp-lead-inner .emphasis-dot::before {
  content: "・・・";
  display: inline-block;
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
  margin: auto;
  color: #00A7EB;
}

/* 見出しライン（丸角ラベル＋左右罫線） 共通 */
.cplp-heading-line {
  max-width: 1094px;
  margin: 50px auto 0;
  position: relative;
  z-index: 0;
  text-align: center;
}

.cplp-heading-line::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #0063A0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

.cplp-heading-line span {
  margin-inline: auto;
  display: inline-block;
  padding: 12px 30px;
  border: 1px solid #0063A0;
  border-radius: 10em;
  background: #FFF;
  color: #0063A0;
  font-size: 26px;
  text-align: center;
  min-width: 283px;
}

/* キャンペーン期間 */
.cplp-period {
  margin: 30px 0 0;
  text-align: center;
  font-size: 24px;
  color: #0063A0;
}

.cplp-period .font-w {
  font-size: 1.4em;
}

/* 導入イラスト＋テキスト */
.cplp-intro {
  margin: 60px auto 0;
  text-align: center;
}

.cplp-intro--text {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  line-height: 2;
  background: url(/cms/img/usr/cplp260730/cplp_illust_woman.png) left center / auto 100% no-repeat, url(/cms/img/usr/cplp260730/cplp_illust_man.png) right center / auto 100% no-repeat;
  padding-inline: 10em;
}

/* セクション見出し（送料無料キャンペーン対象商品） */
.cplp-section-title,
.cplp-section-title * {
  font-size: 50px;
}
.cplp-section-title {
  margin: 30px 0 0;
  text-align: center;
  color: #555;
  font-weight: normal;
}

.cplp-section-title .font-blue {
  color: #0063A0;
}

/* 商品一覧 */
.cplp-about-cp {
  background: url(/cms/img/usr/cplp260730/cplp_bg.jpg) top center / 100% repeat-y;
  padding-bottom: 50px;
}

.cplp-products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px 100px;
  margin: 60px auto 0;
  max-width: 1200px;
  padding: 0;
  list-style: none;
}

.cplp-product {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.cplp-product--heading {
  margin: 0;
  font-size: 30px;
  font-weight: 500;
  flex: 1;
}

.cplp-product--heading.is-blue {
  color: #079EED;
}

.cplp-product--heading.is-orange {
  color: #FFAA80;
}

.cplp-product--heading.is-gray {
  color: #9A9A9A;
}

.cplp-product--tags {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  flex: 1;
}

.cplp-product--tags li {
  padding: 4px 14px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
}

.cplp-product--tags li.is-blue {
  background: #079EED;
}

.cplp-product--tags li.is-yellow {
  background: #FFFFC5;
  color: #FF8E5B;
}

.cplp-product--tags li.is-orange {
  background: #FADFD0;
  color: black;
}

.cplp-product--tags li.is-gray {
  background: #9A9A9A;
}

.cplp-product--figure {
  position: relative;
  display: inline-block;
  margin: 30px auto 0;
  z-index: 0;
  flex: 1;
}

.cplp-product--badge {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -65px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  z-index: -1;
}

.cplp-product--badge.is-yellow {
  background: #FFFFC5;
  color: #FF8E5B;
}

.cplp-product--badge.is-blue {
  background: #CBF1FF;
  color: #079EED;
}

.cplp-product--badge.is-orange {
  background: #FADFD0;
  color: #FD9A6A;
}

.cplp-product--badge.is-gray {
  background: #D4D4D4;
  color: #555252;
}

.item01 .cplp-product--badge.badge-01 {
  bottom: auto;
  right: auto;
  left: -90px;
}

.item02 .cplp-product--badge.badge-01 {
  right: -75px;
}

.item03 .cplp-product--badge.badge-01 {
  right: -80px;
}

.item04 .cplp-product--badge.badge-01 {
  right: -75px;
}

.cplp-product--name {
  margin: 20px 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  flex: 2;
}

.cplp-product--name .frame-text {
  display: inline-block;
  padding: 1px 6px;
  border: 1px solid #404040;
  font-size: 12px;
  font-weight: 400;
  vertical-align: middle;
}

.cplp-product--desc {
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 1.8;
  flex: 2;
}

.cplp-product--checklist {
  margin: 20px 0 0;
  padding: 20px 24px;
  list-style: none;
  text-align: left;
  border-radius: 8px;
  width: 70%;
  max-width: 312px;
  margin-inline: auto;
  flex: 3;
}

.cplp-product--checklist.is-yellow {
  background: #FFFFC5;
}

.cplp-product--checklist.is-blue {
  background: #CBF1FF;
}

.cplp-product--checklist.is-orange {
  background: #FADFD0;
}

.cplp-product--checklist.is-gray {
  background: #D4D4D4;
}

.cplp-product--checklist li {
  position: relative;
  padding: 4px 0 4px 28px;
  font-size: 15px;
  background: url(/cms/img/usr/cplp260730/check-icon.png) 0 0.5em / auto 1.2em no-repeat;
}

.cplp-product--price {
  margin: 20px 0 0;
  font-size: 16px;
}

.cplp-product--price .font-s {
  font-size: 0.8em;
}

.cplp-product--freeship {
  margin: 0 0 1em;
  font-size: 16px;
  color: #0075C2;
}

.cplp-product--buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: center;
  gap: 10px;
  margin: 26px 0 0;
  position: relative;
}

.cplp-product--buttons>* {
  width: calc((100% - 10px) / 2);
  box-sizing: border-box;
}

.cplp-btn-buy,
.cplp-btn-detail {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  border-radius: 6px;
  font-size: 16px;
  text-decoration: none;
  box-sizing: border-box;
}

.cplp-btn-buy span,
.cplp-btn-detail span {
  position: relative;
  padding-right: 20px;
}

.cplp-btn-buy {
  background: #0063A0;
  color: white !important;
}

.cplp-btn-buy span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  line-height: 1;
  width: 8px;
  height: 8px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  box-sizing: border-box;
  transform: rotate(45deg);
  transform-origin: center;
  z-index: 1;
  display: inline-block;
}

.cplp-btn-detail {
  border: 1px solid #C8C8C8;
  background: #FFF;
  color: #878787;
}

.cplp-btn-detail span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  line-height: 1;
  width: 8px;
  height: 8px;
  border-top: 1px solid #878787;
  border-right: 1px solid #878787;
  box-sizing: border-box;
  transform: rotate(135deg);
  transform-origin: center;
  z-index: 1;
}

.cplp-product--note {
  width: 100%;
  font-size: 11px;
  color: #878787;
  text-align: right;
  position: absolute;
  bottom: -3em;
  right: 0;
}
.cplp-product-auto--note {
    margin-top: 70px;
    text-align: right;
}

/* iniksとは */
.cplp-about {
  margin: 100px 0 0;
  text-align: center;
}

.cplp-about--img {
  width: 730px;
  margin: 40px 0 0;
}

.cplp-about--text {
  margin: 30px 0 0;
  font-size: 16px;
  line-height: 2;
  color: #555;
}

/* よりそい設計 */
.cplp-care {
  margin: 100px 0 0;
  padding: 60px 20px 50px;
  text-align: center;
  background: radial-gradient(#FFF 20%, #D6EAF7 70%);
}

.cplp-care .cplp-heading-line {
  margin-top: 0;
}

.cplp-care--text {
  margin: 30px 0 0;
  font-size: 16px;
  line-height: 1.9;
}

.cplp-care--list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 11px;
  margin: 40px auto 0;
  max-width: 950px;
  padding: 0;
  list-style: none;
}
.cplp-care--list li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: calc((100% - 66px) / 7);
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #F5B899;
  color: #FFF;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4;
}
.cplp-care--list li * {
  font-size: 1.1rem;
}
.cplp-care--list li.care-point6 * { font-size: 0.9rem; }
.cplp-care--list li.care-point3 .inner-text {
    font-size: 0.9em;
}
.cplp-care--list li sup {
  font-size: 0.5em;
  vertical-align: super;
}
.cplp-care--list .font-s {
  font-size: 0.7em;
}
.cplp-care--note {
  margin: 30px 0 0;
  font-size: 10px;
  color: #666;
  text-align: right;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}

/* Instagram */
.cplp-instagram {
  margin: 50px 0 0;
  text-align: center;
}

.cplp-instagram--title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  font-size: 26px;
  font-weight: 700;
}
.cplp-instagram .hacobune-gallery {
    margin-inline: auto;
}
.cplp-instagram .hacobune-gallery .hacobune-app-container {
    width: 100vw;
    max-width: 1096px;
}
.instagram-title {
    font-size: 36px;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}
.instagram-title::before {
  content: "";
    display: inline-block;
  vertical-align: text-top;
    width: 1em;
    aspect-ratio: 1;
  background: url(/cms/img/usr/cplp260730/icon-insta.png) center / 100% no-repeat;
  margin-right: 0.5em;
}
.instagram-read {
    font-size: 16px;
  line-height: 1.8;
}
.cplp-instagram .hacobune-gallery .hacobune-swiper-slide .hacobune-card-slider-list-item-figure-thumbnail {
    border-radius: 10px;
}
.cplp-instagram .hacobune-gallery .hacobune-card-slider-list-item-description,
.cplp-instagram .hacobune-gallery .hacobune-card-slider-list-item-caption-profile-createDateTime {
    display: none;
}

/* おすすめの使い方 */
.cplp-howtouse {
  margin: 60px 0 0;
  padding: 90px 20px;
  text-align: center;
  background: url(/cms/img/usr/cplp260730/bg_howtouse.jpg) center / cover no-repeat;
  overflow: hidden;
}

.cplp-howtouse--lead {
  margin: 0;
  font-size: 26px;
  color: #707070;
}

.cplp-howtouse--title {
  margin: 10px 0 0;
  font-size: 36px;
  color: #0063A0;
  font-weight: normal;
}
.cplp-swipe-btn { display: none; }
.cplp-howtouse--list {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 40px auto 0;
  max-width: 1200px;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 0;
}

.cplp-howtouse--list::before,
.cplp-howtouse--list::after {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
}

.cplp-howtouse--list::before {
  width: 181px;
  aspect-ratio: 181 / 380;
  background: url(/cms/img/usr/cplp260730/suiteki_01.png) center / 100% no-repeat;
  right: -130px;
  top: -190px;
}
.cplp-howtouse--list::after {
  width: 209px;
  aspect-ratio: 209 / 340;
  background: url(/cms/img/usr/cplp260730/suiteki_02.png) center / 100% no-repeat;
  left: -160px;
  top: -180px;
}
.cplp-howtouse--list .hacobune-app-container,
.cplp-howtouse--list .hacobune-app-main {
    background: transparent!important;
    height: auto!important;
    padding: 0!important;
}
.cplp-howtouse--list .hacobune-unit-video-outline {
    display: none;
}

.cplp-howtouse--list li {
  width: calc(100% / 3);
}

.cplp-howtouse--list .youtube-player {
  cursor: pointer;
}
.cplp-howtouse--list .hacobune-unit-video {
    margin: 0!important;
    width: auto!important;
    display: block!important;
}
.cplp-howtouse--list .hacobune-app-container.hacobune-app-container-no-font {
    width: auto!important;
}
/* 動画 */
.youtube-player {
  aspect-ratio: 16 / 9;
  background-size: 100%;
  background-position: center;
  position: relative;
}
.youtube-player::before {
  content: "";
  background-color: #ff0000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 68px;
  height: 48px;
  border-radius: 14%;
  transition: background-color 0.3s, scale 0.2s;
  pointer-events: none;
}
.youtube-player::after {
  content: "";
  position: absolute;
  top: 47%;
  left: 48%;
  right: 0;
  margin: auto;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #fff;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal-content {
  position: relative;
  width: 90%;
  max-width: 800px;
  z-index: 10;
}
.iframe-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 35px;
  cursor: pointer;
  line-height: 1;
}
.modal-close:hover {
  color: #ff0000;
}
@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}
/* ============================
   スマホ幅対応
============================ */
@media screen and (max-width: 767px) {
    .block-header-outer {
      height: 82px;
    }
  .pc_only {
    display: block;
  }
  .cplp-lead {
    position: relative;
    padding: 0 20px;
    margin-bottom: 40px;
    margin-top: 20px;
  }
  .cplp-lead .cplp-lead-inner {
    padding: 0;
    position: static;
  }
  .cplp-lead .cplp-lead-inner,
  .cplp-lead .cplp-lead-inner * {
    font-size: clamp(10px,4vw,22px);
  }
  .cplp-lead .cplp-lead-inner::before,
  .cplp-lead .cplp-lead-inner::after {
    bottom: 0;
    top: auto;
    width: 14px;
    height: 90%;
  }
  .cplp-lead .cplp-lead-inner::before {
    left: 30px;
    transform: skewX(25deg);
  }
  .cplp-lead .cplp-lead-inner::after {
    right: 30px;
    transform: skewX(-25deg);
  }
  .cplp-lead .cplp-lead-inner .emphasis-dot::before {
    top: -0.8em;
  }
  .cplp-heading-line {
    margin-top: 0;
  }
  .cplp-heading-line span {
    padding: 10px 20px;
    font-size: 18px;
    min-width: auto;
  }

  .cplp-period {
    font-size: clamp(10px,4.2vw,22px);
  }

  .cplp-intro {
    margin-top: 25px;
  }

  .cplp-intro--text {
    padding: 0;
    font-size: 13px;
    line-height: 1.8;
    padding-bottom: 150px;
    background: url(/cms/img/usr/cplp260730/cplp_illust_woman.png) left bottom / auto 160px no-repeat, url(/cms/img/usr/cplp260730/cplp_illust_man.png) right bottom / auto 160px no-repeat;
  }

  .cplp-section-title,
  .cplp-section-title * {
    font-size: clamp(10px,6.4vw,26px);
  }

  .cplp-about picture {
    padding-inline: 20px;
    display: block;
  }

  .cplp-about-cp {
    background: url(/cms/img/usr/cplp260730/cplp_bg_sp.jpg) center 70px / 100% repeat-y;
    padding-bottom: 40px;
    margin-top: 10px;
  }

  .cplp-products {
    grid-template-columns: 1fr;
    gap: 50px;
    padding: 0 20px;
  }
  .cplp-product--figure {
    margin-top: 40px;
  }
  .cplp-product--heading {
    font-size: clamp(10px,6vw,30px);
  }
  .cplp-product--tags li {
    font-size: clamp(10px,3vw,14px);
    padding: 4px clamp(10px,3vw,14px);
  }
  .cplp-product--buttons {
    flex-wrap: wrap;
  }
  .cplp-product--buttons>* {
      width: 100%;
  }
  .cplp-product--checklist li {
    font-size: 14px;
  }
  .cplp-product--note {
    position: static;

  }

  .cplp-about {
    margin-top: 40px;
  }
  .cplp-about--img {
    width: 100%;
  }
  .cplp-about--text {
    font-size: clamp(10px,3.2vw,16px);
    padding-inline: 20px;
  }

  .cplp-care {
    margin-top: 40px;
  }
  .cplp-care--list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    row-gap: 12px;
    list-style: none;
    padding: 0;
    margin: 40px auto 0;
    max-width: 340px;
    justify-items: center;
    align-items: center;
  }
  .cplp-care--list .inner-text {
    font-size: clamp(10px,3.3vw,17px);
  }
  .cplp-care--list .care-point1 .inner-text,
  .cplp-care--list .care-point2 .inner-text {
    font-size: clamp(10px,5vw,18px);
  }
  .cplp-care--list li {
    width: clamp(80px,35vw,120px);
    font-size: 12px;
  }
  .cplp-care--list li:nth-child(1) {
    grid-column: 2 / 4;
  }
  .cplp-care--list li:nth-child(2) {
    grid-column: 4 / 6;
  }
  .cplp-care--list li:nth-child(3) {
    grid-column: 1 / 3;
  }
  .cplp-care--list li:nth-child(4) {
    grid-column: 3 / 5;
  }
  .cplp-care--list li:nth-child(5) {
    grid-column: 5 / 7;
  }
  .cplp-care--list li:nth-child(6) {
    grid-column: 2 / 4;
  }
  .cplp-care--list li:nth-child(7) {
    grid-column: 4 / 6;
  }
  .cplp-care--text {
    font-size: clamp(10px,3.5vw,14px);
  }
  .cplp-care--note {
    text-align: center;
  }

  .cplp-instagram {
    margin-top: 40px;
  }

  .cplp-howtouse {
    padding: 40px 0 30px;
  }
  .cplp-howtouse > *:not(.cplp-howtouse--list-wrap) {
    padding-inline: 20px;
  }
  .cplp-howtouse--title {
    position: relative;
    z-index: 0;
  }
  .cplp-howtouse--title::before,
  .cplp-howtouse--title::after {
    content: "";
    position: absolute;
    display: block;
    z-index: -1;
  }
  .cplp-howtouse--title::before {
    width: 32px;
    aspect-ratio: 1 / 1;
    background: url(/cms/img/usr/cplp260730/suiteki_02_sp.png) center / 100% no-repeat;
    right: 0;
    top: -20px;
  }
  .cplp-howtouse--title::after {
    width: 33px;
    aspect-ratio: 1 / 1;
    background: url(/cms/img/usr/cplp260730/suiteki_01_sp.png) center / 100% no-repeat;
    left: -10px;
    bottom: 0;
  }
  .cplp-howtouse--list-wrap {
    overflow: hidden;
    margin-top: 40px;
    position: relative;
  }
  .cplp-howtouse--list {
    margin: 0;
    padding-inline: 20px;
    overflow: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    justify-content: flex-start;
  }
  .cplp-howtouse--list::before,
  .cplp-howtouse--list::after {
    display: none;
  }
  .cplp-howtouse--list li {
    width: 80vw;
    flex: none;
  }
  .cplp-product--badge {
    right: -85px
  }
  .cplp-instagram .hacobune-gallery .hacobune-swiper-slide {
      width: 100%!important;
  }
  .cplp-swipe-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 56px;
    padding: 0;
    border: none;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    color: #333;
    cursor: pointer;
    transition: opacity 0.2s ease;
  }
  .cplp-swipe-btn::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 13px;
    height: 13px;
    margin: auto;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    box-sizing: border-box;
  }
  .cplp-swipe-btn--prev {
    left: 0;
    border-radius: 0 5px 5px 0;
  }
  .cplp-swipe-btn--next {
    right: 0;
    border-radius: 5px 0 0 5px;
  }
  .cplp-swipe-btn--prev::before {
    transform: rotate(-135deg);
  }
  .cplp-swipe-btn--next::before {
    right: 8px;
    transform: rotate(45deg);
  }
  .cplp-swipe-btn:disabled {
    opacity: 0;
    pointer-events: none;
  }
}