@charset "UTF-8";
/* フォント読み込み。主にヘッダーとフッターで使用
---------------------------------------- */
@font-face {
  font-display: optional;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: normal;
  src: local("Noto Sans CJK JP Regular"), url(/fonts/NotoSansJP-Regular.woff2) format("woff2");
}

@font-face {
  font-display: optional;
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: normal;
  src: local("Noto Sans CJK JP Regular"), url(/fonts/YakuHanJP-Regular.woff2) format("woff2");
}

/* fontサイズ換算 rootが16pxの場合 */
/* 11px */
/* HTML 5 elements
---------------------------------------- */
/* line 54, app/assets/stylesheets/colorlens/color_contact.scss */
html {
  scroll-padding-top: 70px;
  /* ヘッダーの高さを設定 */
  -webkit-text-size-adjust: none;
}

/* ページ内遷移 */
/* reset
---------------------------------------- */
/* line 69, app/assets/stylesheets/colorlens/color_contact.scss */
.under section {
  padding: 0;
  margin: 0;
}

/* line 75, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents section {
  padding: 0;
  margin: 0;
}

/* line 79, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents h1, .under.pages:not(.home) .contents h2, .under.pages:not(.home) .contents h3, .under.pages:not(.home) .contents h4, .under.pages:not(.home) .contents h5, .under.pages:not(.home) .contents h6 {
  margin: 0;
  padding: 0;
  border: none;
}

/* line 85, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .cateList01 ul,
.under.pages:not(.home) .contents .cateList01 ul li {
  margin: 0;
}

/* line 92, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .ctn:not(.cateList01) ul,
.under.pages:not(.home) .ctn:not(.cateList01) ul li,
.under.pages:not(.home) .ctn:not(.cateList01) ol,
.under.pages:not(.home) .ctn:not(.cateList01) figure,
.under.pages:not(.home) .ctn:not(.cateList01) figcaption,
.under.pages:not(.home) .ctn:not(.cateList01) summary {
  margin: 0;
  padding: 0;
  border: none;
}

/* line 104, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) img {
  max-width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  line-height: 0;
  border: none;
  background: none;
}

/* line 114, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .bgnone {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}

/* line 121, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) ul,
.under.pages:not(.home) li {
  list-style-type: none;
}

/* line 126, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 133, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) hr {
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  padding: 10px 0;
  margin: 10px 0;
  -webkit-margin-start: auto;
  -webkit-margin-end: auto;
  border: none;
  border-top: #d6d6d6 1px solid;
}

/* line 145, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) br {
  padding: 0;
  margin: 0;
  font-size: 1px;
  line-height: 1;
}

/* 20230821 ヘッダー共通化 ここから
-------------------------------------------------- */
/* 20230621追加 */
/* 押下ボタンおよびメインの色。シルチカグリーン */
/* 背景色に使用する、薄いシルチカグリーン */
/* 目立たせたい要素の背景など */
/* 背景色に使用する、薄グリーン */
/* メインの補色 */
/* テキストリンク */
/* リンクアクティブ */
/* ボタンリンクのホバー等*/
/* グレー */
/* フッター */
/* グレー */
/* グレー */
/* フォント */
/* 多少薄いフォント */
/* アクセントに使用 */
/* ★レーティング1位*/
/* ★レーティング2位*/
/* ★レーティング3位*/
/* ★レーティング4位以降*/
/* 価格表現などの目立ちたい要素*/
/* fontサイズ換算 rootが16pxの場合 */
/* 11px */
/* 角丸設定 */
/* ランキング色 */
/* 20230821 ヘッダー共通化 ここまで */
/*　変数
-------------------------------------------------- */
/* 20230621追加 */
/* 共通部品
---------------------------------------- */
/* titleSimple 少し小さめのサブタイトル的な見た目 */
/* line 275, app/assets/stylesheets/colorlens/color_contact.scss */
#color_contact_list .titleSimple {
  margin: 20px 0 5px 2px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #595553;
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  /* line 275, app/assets/stylesheets/colorlens/color_contact.scss */
  #color_contact_list .titleSimple {
    font-size: 1rem;
  }
}

/* 下層 commonアプリから転記し、.under.pages:not(.home) でラップ */
/* line 291, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents {
  /* sp/pc Only None指定 */
  /* 色 */
  /* titleWaai ワーイ線 */
  /* コピー禁止 */
  /* tableArea */
}

/* line 293, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents p {
  padding: 0;
  margin: 0 0;
}

/* line 297, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .ctn {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 0;
}

/* line 304, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .ctn > .inner .clmHeader .title, .under.pages:not(.home) .contents .ctn > .inner > .title {
  margin: 50px auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #595553;
  font-weight: 600;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  /* line 320, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .ctn {
    padding: 0 0 0;
  }
  /* line 323, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .ctn > .inner {
    margin-right: 13px;
    margin-left: 13px;
  }
  /* line 327, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .ctn > .inner > .title {
    margin: 30px auto;
  }
  /* line 332, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .ctn.pt0 {
    padding-top: 0;
    margin-top: -5px;
  }
}

/* line 341, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .spOnly {
  display: none;
}

/* line 345, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .pcOnly {
  display: inherit;
}

@media screen and (max-width: 768px) {
  /* line 350, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .spOnly {
    display: inherit;
  }
  /* line 353, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .pcOnly {
    display: none;
  }
}

/* line 359, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .pink01 {
  color: #ef789b;
}

/* line 364, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .titleWaai {
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 371, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .titleWaai ._title {
  padding: 0 0 0;
  line-height: 1;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 380, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .titleWaai ._title .t {
  padding: 0 0 0 2px;
  margin: 0 0 0 -1px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
}

/* line 389, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .titleWaai ._title:before, .under.pages:not(.home) .contents .titleWaai ._title:after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 1px;
  background-color: #595553;
}

/* line 398, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .titleWaai ._title:before {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  left: 0;
}

/* line 405, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .titleWaai ._title:after {
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  right: 0;
}

@media screen and (max-width: 650px) {
  /* line 371, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .titleWaai ._title {
    padding: 0 0 0;
    margin: 0 5px 0 0;
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
  /* line 417, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .titleWaai ._title .t {
    line-height: 1;
    margin: 0 0 0 0.5%;
  }
  /* line 422, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .titleWaai ._title:before, .under.pages:not(.home) .contents .titleWaai ._title:after {
    width: 16px;
  }
}

/* line 437, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .tableArea .yubi_arrow {
  position: relative;
}

/* line 439, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .tableArea .yubi_arrow > .inner {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 10px 3px 0;
  color: #8e7071;
  font-size: 0.6875rem;
  position: absolute;
  top: -20px;
  right: 0;
}

/* line 452, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .tableArea .yubi_arrow b {
  transform: scale(0.85);
  font-size: 0.625rem;
  letter-spacing: -0.1rem;
}

/* line 459, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .tableArea > .inner {
  max-width: 100%;
  margin: 0 0 30px;
  overflow-x: scroll;
}

/* line 466, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .tableArea .tableBlock {
  table-layout: fixed;
}

/* line 471, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .tableArea .tableBlock tr th, .under.pages:not(.home) .contents .tableArea .tableBlock tr td {
  padding: 13px 5px 13px 8px;
  line-height: 1.3;
  font-size: 0.75rem;
  text-align: center;
  vertical-align: top;
  color: #8e7071;
  border: 1px solid #8e7071;
  background: #fff;
}

/* line 480, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .tableArea .tableBlock tr th.itemTitle, .under.pages:not(.home) .contents .tableArea .tableBlock tr td.itemTitle {
  padding-left: 0;
  padding-right: 0;
  vertical-align: middle;
  background: #efebeb;
}

/* line 487, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .tableArea .tableBlock tr th.c._coreItem, .under.pages:not(.home) .contents .tableArea .tableBlock tr td.c._coreItem {
  /* 親コンタクト */
}

/* line 491, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .tableArea .tableBlock tr th.c.pkgBox img, .under.pages:not(.home) .contents .tableArea .tableBlock tr td.c.pkgBox img {
  width: 100px;
}

@media screen and (max-width: 650px) {
  /* line 491, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .tableArea .tableBlock tr th.c.pkgBox img, .under.pages:not(.home) .contents .tableArea .tableBlock tr td.c.pkgBox img {
    width: 80px;
  }
}

/* line 498, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .tableArea .tableBlock tr th.c.priceBox, .under.pages:not(.home) .contents .tableArea .tableBlock tr td.c.priceBox {
  padding-right: 0;
  padding-left: 0;
  letter-spacing: 0;
}

/* line 503, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .tableArea .tableBlock tr th.c.priceBox .lensPrice .perPrice, .under.pages:not(.home) .contents .tableArea .tableBlock tr td.c.priceBox .lensPrice .perPrice {
  transform: scale(0.8);
  padding: 0 0 5px;
}

/* line 506, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .tableArea .tableBlock tr th.c.priceBox .lensPrice .perPrice .price, .under.pages:not(.home) .contents .tableArea .tableBlock tr td.c.priceBox .lensPrice .perPrice .price {
  font-weight: 600;
}

/* line 510, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .tableArea .tableBlock tr th.c.priceBox .lensPrice .priceTotal, .under.pages:not(.home) .contents .tableArea .tableBlock tr td.c.priceBox .lensPrice .priceTotal {
  font-weight: 600;
}

/* line 512, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .tableArea .tableBlock tr th.c.priceBox .lensPrice .priceTotal .perPkg, .under.pages:not(.home) .contents .tableArea .tableBlock tr td.c.priceBox .lensPrice .priceTotal .perPkg {
  display: block;
  font-weight: normal;
}

/* line 519, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .tableArea .tableBlock tr th.c.prTxtBox, .under.pages:not(.home) .contents .tableArea .tableBlock tr td.c.prTxtBox {
  padding-top: 5px;
  padding-right: 3px;
}

/* line 524, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .tableArea .tableBlock tr th.c.prTxtBox .miniTxt, .under.pages:not(.home) .contents .tableArea .tableBlock tr td.c.prTxtBox .miniTxt {
  margin-bottom: 0px;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: left;
}

@media screen and (max-width: 650px) {
  /* line 519, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .tableArea .tableBlock tr th.c.prTxtBox, .under.pages:not(.home) .contents .tableArea .tableBlock tr td.c.prTxtBox {
    padding-right: 8px;
    padding-left: 8px;
  }
  /* line 534, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .tableArea .tableBlock tr th.c.prTxtBox .miniTxt, .under.pages:not(.home) .contents .tableArea .tableBlock tr td.c.prTxtBox .miniTxt {
    font-size: 0.6875rem;
  }
}

/* line 539, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .tableArea .tableBlock tr th.c.attcImgBox, .under.pages:not(.home) .contents .tableArea .tableBlock tr td.c.attcImgBox {
  padding: 0;
  line-height: 0;
}

/* line 542, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .tableArea .tableBlock tr th.c.attcImgBox img, .under.pages:not(.home) .contents .tableArea .tableBlock tr td.c.attcImgBox img {
  width: 97%;
  margin: 2% auto;
  object-fit: cover;
}

/* line 549, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .tableArea .tableBlock tr th.c.lensBox img, .under.pages:not(.home) .contents .tableArea .tableBlock tr td.c.lensBox img {
  width: 60px;
}

/* line 555, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .tableArea .tableBlock tr th.c.moistureBox .moistureCont::before, .under.pages:not(.home) .contents .tableArea .tableBlock tr td.c.moistureBox .moistureCont::before {
  display: inline-block;
  content: "(";
}

/* line 559, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .tableArea .tableBlock tr th.c.moistureBox .moistureCont::after, .under.pages:not(.home) .contents .tableArea .tableBlock tr td.c.moistureBox .moistureCont::after {
  display: inline-block;
  content: ")";
}

/* line 567, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .tableArea .tableBlock tr.tr_blockTitle {
  /* 一番上の列 */
}

/* line 568, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .tableArea .tableBlock tr.tr_blockTitle th, .under.pages:not(.home) .contents .tableArea .tableBlock tr.tr_blockTitle td {
  border: none;
  vertical-align: middle;
  background: #dfa3ad;
}

/* line 572, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .tableArea .tableBlock tr.tr_blockTitle th.blockTitle_coreItem, .under.pages:not(.home) .contents .tableArea .tableBlock tr.tr_blockTitle td.blockTitle_coreItem {
  border-radius: 15px 0 0 0;
  color: #fff;
  background: #dfa3ad;
}

/* line 577, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .tableArea .tableBlock tr.tr_blockTitle th.blockTitle_sateItem, .under.pages:not(.home) .contents .tableArea .tableBlock tr.tr_blockTitle td.blockTitle_sateItem {
  color: #5e4d41;
  border-right: 1px solid #efdde3;
  background: #fdf1f5;
}

/* line 583, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .tableArea .tableBlock tr.tr_blockTitle th:first-child {
  background: none;
}

/* line 588, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .tableArea .tableBlock img {
  width: 120px;
}

/* line 591, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .tableArea .tableBlock th:first-child,
.under.pages:not(.home) .contents .tableArea .tableBlock td:first-child {
  width: 130px;
}

@media screen and (max-width: 650px) {
  /* line 591, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .tableArea .tableBlock th:first-child,
.under.pages:not(.home) .contents .tableArea .tableBlock td:first-child {
    width: 80px;
    font-size: 0.625rem;
  }
}

/* line 599, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .tableArea .tableBlock th:not(:first-child),
.under.pages:not(.home) .contents .tableArea .tableBlock td:not(:first-child) {
  width: 180px;
}

@media screen and (max-width: 650px) {
  /* line 599, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .tableArea .tableBlock th:not(:first-child),
.under.pages:not(.home) .contents .tableArea .tableBlock td:not(:first-child) {
    width: 130px;
  }
}

/* line 608, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .tableArea._type01 {
  max-width: 100%;
  padding: 0 0 30px;
  margin: 0 0 30px;
  border-right: 1px solid #f1e6ea;
}

@media screen and (max-width: 768px) {
  /* line 608, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .tableArea._type01 {
    padding: 0 0 10px;
    margin: 0;
  }
}

/* line 617, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .tableArea._type01 .tableBlock {
  margin: 0 0 8px 20px;
}

@media screen and (max-width: 650px) {
  /* line 617, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .tableArea._type01 .tableBlock {
    margin: 0 8px;
  }
}

/* line 624, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .tableArea._type01 .tableBlock tr .itemTitle,
.under.pages:not(.home) .contents .tableArea._type01 .tableBlock tr.tr_blockTitle,
.under.pages:not(.home) .contents .tableArea._type01 .tableBlock tr td.c:not(.pdtLinkBox) {
  /* コピー禁止 */
  pointer-events: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}

/* ベースとなるエリアのCSS
---------------------------------------- */
/* メインコンテンツ */
/* line 646, app/assets/stylesheets/colorlens/color_contact.scss */
#color_contact_list .distinction {
  display: none;
}

/* line 651, app/assets/stylesheets/colorlens/color_contact.scss */
.under .excursion_area,
.excursion_area {
  width: 100%;
  padding-bottom: 0;
}

/* line 655, app/assets/stylesheets/colorlens/color_contact.scss */
.under .excursion_area img,
.excursion_area img {
  max-width: 100% !important;
}

/* line 658, app/assets/stylesheets/colorlens/color_contact.scss */
.under .excursion_area .link_colortop_button,
.excursion_area .link_colortop_button {
  display: block;
  color: #ff7282;
  font-size: 13px;
  text-align: center;
  width: 300px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  padding: 12px 8px;
  margin: 32px auto 0;
}

/* LP
---------------------------------------- */
/* line 673, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents {
  /* color_lp_natural ここから */
  /* color_lp_natural ここまで */
}

/* line 676, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural {
  font-family: "YakuHanJP", "Noto Sans JP", Meiryo, sans-serif;
  display: block;
  width: 100%;
  max-width: 742px;
  margin: 0 auto 40px;
  /* color_lp_natural　pc用ここまで */
}

/* line 683, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural img {
  width: 100%;
}

/* line 687, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .designNum {
  height: 30px;
  font-family: 'serif';
  font-style: italic;
  align-items: center;
  color: #8e7070;
}

/* line 695, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .designNum .img {
  width: 80px;
  height: 100%;
  align-items: center;
}

/* line 700, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .designNum .t {
  height: 100%;
  padding: 4% 0 0;
  font-size: 1.25rem;
  align-items: center;
}

/* line 707, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .key {
  line-height: 0;
}

/* line 711, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .ctn00 {
  overflow: hidden;
  padding-bottom: 30px;
  background-color: #fbf2f3;
}

/* line 716, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .ctn00 .ctn00_inner {
  margin: -170px 0 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  /* line 716, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .ctn00 .ctn00_inner {
    margin: -23vw 0 0;
  }
}

/* line 724, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .ctn00 .ctn00_bg {
  line-height: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  /* line 724, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .ctn00 .ctn00_bg {
    width: 113%;
    top: -20px;
  }
}

/* line 737, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .ctn00 .messageBox {
  position: relative;
}

/* line 739, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .ctn00 .messageBox .message_imgBox {
  margin: 10px auto 0;
}

/* line 744, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .ctn00 .message_txtBox {
  width: 100%;
  padding: 0 0 30px;
  margin: 0 auto;
  font-size: 1.3125rem;
  font-weight: 600;
  text-align: center;
  color: #a8828e;
  position: relative;
}

@media screen and (max-width: 768px) {
  /* line 744, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .ctn00 .message_txtBox {
    padding: 0 0 25px;
    font-size: 3.5vw;
  }
}

/* line 758, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .ctn00 .message_txtBox::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 20px solid #c3b1b6;
}

@media screen and (max-width: 768px) {
  /* line 758, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .ctn00 .message_txtBox::after {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 15px solid #c3b1b6;
  }
}

/* line 777, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .ctn00 .massageBox01 {
  padding: 20px 0 8px;
  text-align: center;
  font-weight: 600;
  color: #674d37;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  /* line 777, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .ctn00 .massageBox01 {
    padding: 0 0 10px;
  }
}

/* line 787, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .ctn00 .massageBox01 .t01 {
  padding: 0 0 6px;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  /* line 787, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .ctn00 .massageBox01 .t01 {
    padding: 6px 0 6px;
    font-size: 1.25rem;
    letter-spacing: -0.1rem;
  }
}

/* line 796, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .ctn00 .massageBox01 .t01 span {
  font-size: 1.875rem;
  color: #ef789b;
  display: inline-block;
  margin-left: 5px;
}

@media screen and (max-width: 768px) {
  /* line 796, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .ctn00 .massageBox01 .t01 span {
    font-size: 1.5rem;
  }
}

/* line 808, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .ctn00 .massageBox01 .t02 {
  position: relative;
  display: inline-block;
  font-size: 1.125rem;
}

@media screen and (max-width: 768px) {
  /* line 808, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .ctn00 .massageBox01 .t02 {
    font-size: 0.9375rem;
  }
}

/* line 816, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .ctn00 .massageBox01 .t02::before {
  content: '';
  display: inline-block;
  background-color: #322010;
  height: 1.5px;
  width: 20px;
  margin-right: 5px;
  position: absolute;
  left: -24px;
  top: 50%;
  transform: rotate(60deg) translate(0%, -50%);
}

/* line 829, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .ctn00 .massageBox01 .t02::after {
  content: '';
  display: inline-block;
  background-color: #322010;
  height: 1.5px;
  width: 20px;
  margin-right: 5px;
  position: absolute;
  right: -26px;
  top: 50%;
  transform: rotate(-60deg) translate(0%, -50%);
}

/* line 844, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .ctn00 .disclaimer {
  width: 93%;
  padding: 13px 10px;
  margin: 0 auto;
  color: #9b7e87;
  letter-spacing: 0.01rem;
  border: solid 2px #c19fa9;
  background: inherit;
}

/* line 854, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .nav01 {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 60px;
}

/* line 860, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .nav01 .designNum {
  position: absolute;
  top: 0;
  left: -10%;
}

/* line 866, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .nav01 > .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

/* line 872, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .nav01 > .inner .item {
  width: calc((100% - 30px) / 3);
}

/* line 874, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .nav01 > .inner .item > .inner {
  height: 100%;
  padding: 30px 0 0;
  flex-direction: column;
  position: relative;
}

/* line 879, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .nav01 > .inner .item > .inner:hover {
  text-decoration: none;
  opacity: 1;
}

/* line 885, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .nav01 > .inner .item .item_in {
  height: 100%;
  border-radius: 15px;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.27);
  background-color: #8e7070;
}

/* line 891, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .nav01 > .inner .item .item_in .img {
  height: 124px;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}

/* line 896, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .nav01 > .inner .item .item_in .img img {
  width: 100%;
  object-fit: cover;
}

/* line 902, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .nav01 > .inner .item .item_in .p_name {
  padding: 0 15px 10px 70px;
  color: #fff;
  font-size: 13px;
  white-space: nowrap;
}

/* line 907, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .nav01 > .inner .item .item_in .p_name .mini {
  font-size: 0.75rem;
  letter-spacing: -0.03rem;
}

/* line 913, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .nav01 > .inner .item .item_in .lens_img {
  width: 60px;
  position: absolute;
  top: 126px;
  left: 5px;
}

/* line 919, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .nav01 > .inner .item .item_in .lens_img img {
  width: 100%;
}

@media screen and (max-width: 650px) {
  /* line 854, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .nav01 {
    padding: 10px 13px 30px;
  }
  /* line 928, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .nav01 .fl_wrapp {
    gap: 25px 15px;
  }
  /* line 931, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .nav01 .fl_wrapp .designNum {
    transform: scale(0.65);
    font-weight: 600;
    left: 20px;
  }
  /* line 937, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .nav01 .fl_wrapp .item {
    max-width: 200px;
  }
  /* line 942, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .nav01 .fl_wrapp .item .item_in .img {
    height: 80px;
  }
}

@media screen and (max-width: 650px) and (max-width: 445px) {
  /* line 942, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .nav01 .fl_wrapp .item .item_in .img {
    height: 60px;
  }
}

@media screen and (max-width: 650px) {
  /* line 949, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .nav01 .fl_wrapp .item .item_in .lens_img {
    width: 50px;
    top: -10px;
    left: -5px;
  }
  /* line 955, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .nav01 .fl_wrapp .item .item_in .p_name {
    padding: 3px 0 5px;
    text-align: center;
    font-size: 0.625rem;
    line-height: 1.3;
    letter-spacing: 0;
  }
  /* line 961, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .nav01 .fl_wrapp .item .item_in .p_name .mini {
    transform: scale(0.88);
    display: inline-block;
    font-size: 0.625rem;
    letter-spacing: -0.03rem;
  }
  /* line 970, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .nav01 .fl_wrapp .item img {
    background: none;
    border: none;
  }
}

/* line 979, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .titlePtn01 {
  padding: 20px 0 10px;
  text-align: center;
  color: #8e7071;
}

/* line 984, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .titlePtn01 .title .subTxt {
  padding: 10px;
  font-size: 0.7rem;
  font-weight: 900;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #8e7071;
}

/* line 993, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .titlePtn01 .title .subTxt .designNum {
  height: 30px;
  margin: -10px 0 -5px;
  font-weight: 500;
}

/* line 997, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .titlePtn01 .title .subTxt .designNum .img {
  width: 70px;
}

/* line 1000, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .titlePtn01 .title .subTxt .designNum .t {
  font-size: 1.75rem;
}

@media screen and (max-width: 768px) {
  /* line 1004, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .titlePtn01 .title .subTxt .t01 {
    font-size: 28px;
  }
}

/* line 1009, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .titlePtn01 .title .subTxt::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 65%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #8e7071 transparent transparent transparent;
}

/* line 1020, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .titlePtn01 .title .mainTxt {
  font-size: 1.875rem;
  margin: 3% auto 0;
  font-weight: 900;
  line-height: 1.3;
  display: block;
}

@media screen and (max-width: 768px) {
  /* line 1020, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .titlePtn01 .title .mainTxt {
    font-size: 1.125rem;
  }
}

/* line 1032, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .miniTxt {
  max-width: 600px;
  margin: 4% auto;
  text-align: center;
  color: #8e7071;
  font-size: 0.876rem;
}

@media screen and (max-width: 768px) {
  /* line 1032, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .miniTxt {
    font-size: 0.6875rem;
  }
}

/* line 1043, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .btnList {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
  position: relative;
}

/* line 1050, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .btnList .btn03_in {
  width: calc((100% - 20px) / 3);
}

/* line 1054, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .btnList .btn02_in {
  width: 65%;
}

/* line 1059, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .btnList .waaiLine {
  text-align: center;
}

/* line 1062, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .btnList .waaiLine .in {
  display: inline-block;
  position: relative;
  font-size: 0.75rem;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  /* line 1062, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .btnList .waaiLine .in {
    transform: scale(0.95);
  }
}

/* line 1070, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .btnList .waaiLine .in::before {
  content: '';
  display: inline-block;
  background-color: #322010;
  height: 1px;
  width: 14px;
  margin-right: 5px;
  position: absolute;
  left: -16px;
  top: 50%;
  transform: rotate(60deg) translate(0%, -50%);
}

/* line 1083, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .btnList .waaiLine .in::after {
  content: '';
  display: inline-block;
  background-color: #322010;
  height: 1px;
  width: 14px;
  margin-right: 5px;
  position: absolute;
  right: -18px;
  top: 50%;
  transform: rotate(120deg) translate(0%, -50%);
}

/* line 1096, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .btnList .waaiLine .in .bold {
  font-size: 0.876rem;
  color: #f997bd;
}

/* line 1103, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .btnList .btnPink {
  height: 60px;
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  color: #3e2b32;
  background: none;
  font-weight: 600;
  font-size: 0.876rem;
  transition: all 0.5s;
  padding: 0;
}

/* line 1117, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .btnList .btnPink:before {
  position: absolute;
  top: 3px;
  left: 3px;
  content: "";
  height: 100%;
  width: 100%;
  background: #f997bd;
}

/* line 1127, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .btnList .btnPink span {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  border: 2px solid #3e2b32;
  padding: 8px 0 8px;
}

/* line 1139, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .btnList .btnPink:hover {
  opacity: 1;
  text-decoration: none;
  transform: translate(2px, 2px);
}

/* line 1146, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .btnList .btnGreen {
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  color: #3e2b32;
  background: none;
  font-weight: 600;
  transition: all 0.5s;
  padding: 0;
}

/* line 1158, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .btnList .btnGreen:before {
  position: absolute;
  top: 3px;
  left: 3px;
  content: "";
  height: 100%;
  width: 100%;
  background: #29bdb1;
}

/* line 1168, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .btnList .btnGreen span {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #3e2b32;
  padding: 8px 5px 8px 5px;
}

/* line 1178, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .btnList .btnGreen:hover {
  opacity: 1;
  text-decoration: none;
  transform: translate(2px, 2px);
}

/* line 1186, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .set {
  background: linear-gradient(#eededf, #efdbe6);
  padding: 60px 0 0;
}

/* line 1190, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .set .coreItem {
  position: relative;
  padding: 0 50px;
}

/* line 1194, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .set .coreItem:before {
  background: repeating-linear-gradient(-45deg, #f3e8ef, #f3e8ef 5px, transparent 0, transparent 10px);
  /* ストライプの色 */
  content: '';
  position: absolute;
  top: -30px;
  left: 30px;
  width: calc(100% - 60px);
  height: 110%;
}

/* line 1209, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .set .coreItem > .inner {
  border: 4px solid #c5c5d1;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 30px;
  background-color: #fff;
  position: relative;
}

/* line 1219, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .set .coreItem .core_mdNumber {
  font-size: 0.6875rem;
  color: #b4b4b4;
}

@media screen and (max-width: 768px) {
  /* line 1219, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .set .coreItem .core_mdNumber {
    font-size: 0.625rem;
    white-space: nowrap;
    position: absolute;
    top: -19px;
    right: 0;
  }
  /* line 1228, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .set .coreItem .core_mdNumber br {
    display: none;
  }
}

/* line 1234, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .set .coreItem .core_prTxt {
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 0.75rem;
  position: absolute;
  top: -27px;
  left: 150px;
  color: #727272;
}

/* line 1243, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .set .coreItem .core_prTxt .yajirushi {
  font-size: 0.9375rem;
  padding: 1px 2px 0 0;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  /* line 1234, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .set .coreItem .core_prTxt {
    font-size: 0.6875rem;
    top: -40px;
    left: 15px;
  }
  /* line 1252, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .set .coreItem .core_prTxt .yajirushi {
    transform: rotate(-90deg);
  }
}

/* line 1258, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .set .coreItem .coreItemHead_type {
  padding: 2px 3px;
  margin: 0 0 0 3px;
  font-size: 0.625rem;
  letter-spacing: 0;
  font-weight: 600;
  display: inline-flex;
  border-radius: 3px;
  background: #f5f5f5;
}

/* line 1275, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .set .coreItem .coreItemHead {
  position: relative;
  display: flex;
  gap: 20px;
  margin-bottom: 5px;
}

/* line 1281, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .set .coreItem .coreItemHead .lensImgBox {
  width: 100%;
  max-width: 130px;
  position: absolute;
  left: -20px;
  top: -80px;
}

/* line 1289, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .set .coreItem .coreItemHead .attcImgBox {
  width: calc(100% - 240px);
  height: 220px;
}

/* line 1293, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .set .coreItem .coreItemHead .attcImgBox img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

/* line 1300, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .set .coreItem .coreItemHead .lensInfo {
  width: 220px;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
}

/* line 1307, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .set .coreItem .coreItemHead .lensInfo .lensHukidashi {
  transform: scale(1.1);
  width: 130px;
  position: absolute;
  top: -20px;
  right: -45px;
}

@media screen and (max-width: 768px) {
  /* line 1307, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .set .coreItem .coreItemHead .lensInfo .lensHukidashi {
    width: 90px;
    top: 130px;
    right: -21px;
  }
}

/* line 1320, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .set .coreItem .coreItemHead .lensInfo .lensHukidashi > .inner {
  width: 100%;
  height: 100%;
  padding: 0 0 0 13px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  /* line 1320, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .set .coreItem .coreItemHead .lensInfo .lensHukidashi > .inner {
    padding: 0 0 0 10px;
  }
}

/* line 1337, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .set .coreItem .coreItemHead .lensInfo .lensHukidashi .perDay {
  font-size: 0.75rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  /* line 1337, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .set .coreItem .coreItemHead .lensInfo .lensHukidashi .perDay {
    font-size: 0.625rem;
  }
}

/* line 1344, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .set .coreItem .coreItemHead .lensInfo .lensHukidashi .unitPrice {
  font-size: 1.125rem;
  color: #22bdb1;
  display: flex;
  align-items: baseline;
  text-decoration: underline;
  position: relative;
}

@media screen and (max-width: 768px) {
  /* line 1344, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .set .coreItem .coreItemHead .lensInfo .lensHukidashi .unitPrice {
    font-size: 0.8125rem;
  }
}

/* line 1354, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .set .coreItem .coreItemHead .lensInfo .lensHukidashi .unitPrice small {
  font-size: 0.8125rem;
  font-weight: normal;
}

/* line 1361, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .set .coreItem .coreItemHead .lensInfo .lensPackage {
  display: flex;
  align-items: flex-end;
}

/* line 1364, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .set .coreItem .coreItemHead .lensInfo .lensPackage .img {
  width: 100px;
}

@media screen and (max-width: 768px) {
  /* line 1364, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .set .coreItem .coreItemHead .lensInfo .lensPackage .img {
    display: none;
  }
}

/* line 1372, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .set .coreItem .coreItemHead .lensInfo .maker {
  margin: auto 0 3px;
  font-size: 0.75rem;
  color: #5f5f5f;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  /* line 1372, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .set .coreItem .coreItemHead .lensInfo .maker {
    margin: 5px 0 2px;
    font-size: 0.6875rem;
  }
}

/* line 1383, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .set .coreItem .coreItemHead .lensInfo .lensPrice {
  padding: 3px 0;
  line-height: 1.3;
  color: #814054;
  font-weight: 600;
}

/* line 1388, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .set .coreItem .coreItemHead .lensInfo .lensPrice b {
  font-size: 28px;
  line-height: 1;
  padding: 0 3px 0 0;
}

@media screen and (max-width: 768px) {
  /* line 1388, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .set .coreItem .coreItemHead .lensInfo .lensPrice b {
    font-size: 1.125rem;
  }
}

/* line 1396, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .set .coreItem .coreItemHead .lensInfo .lensPrice .tax {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  /* line 1396, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .set .coreItem .coreItemHead .lensInfo .lensPrice .tax {
    font-size: 0.75rem;
  }
}

/* line 1408, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .set .coreItem .spec .pTitle {
  padding: 10px 0 20px;
  letter-spacing: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* line 1415, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .set .coreItem .spec .pTitle .t {
  font-size: 0.9375rem;
}

@media screen and (max-width: 768px) {
  /* line 1408, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .set .coreItem .spec .pTitle {
    padding: 0 0 10px;
  }
  /* line 1420, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .set .coreItem .spec .pTitle .t {
    font-size: 0.6875rem;
  }
}

/* line 1426, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .set .coreItem .spec .pInfo {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

/* line 1431, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .set .coreItem .spec .pInfo .specList {
  width: calc((100% - 20px) / 3);
  background-color: #eeeef6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 5px;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
}

/* line 1442, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .set .coreItem .spec .pInfo .specList .t01 {
  color: #7987b7;
  font-size: 18px;
  margin-right: 10px;
}

/* line 1448, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .set .coreItem .spec .pInfo .specList .t03 {
  color: #322010;
  font-size: 14px;
}

/* line 1453, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .set .coreItem .spec .pInfo .specList .t04 {
  color: #7987b7;
  font-size: 13px;
  margin-right: 10px;
}

/* line 1459, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .set .coreItem .spec .pInfo .specList .t05 {
  color: #322010;
  font-size: 14px;
  letter-spacing: 0;
}

/* line 1468, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .set .coreItem .spec .btnList .waaiLine {
  height: 40px;
  margin: 0 0 0 7px;
  line-height: 1.3;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 1482, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .set .coreItem .spec .btnList .waaiLine .in {
  font-size: 0.75rem;
  letter-spacing: 0;
}

/* line 1488, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .set .coreItem .spec .btnList .waaiLine .in .bold {
  font-size: 0.8125rem;
}

/* line 1504, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .titlePtn02 {
  padding: 32px 0 20px;
  margin: 0;
  text-align: center;
  color: #5e4d41;
  border: none;
}

@media screen and (max-width: 768px) {
  /* line 1504, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .titlePtn02 {
    padding: 30px 0 10px;
  }
}

/* line 1514, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .titlePtn02 .t01 {
  font-size: 32px;
  color: #ef789b;
  font-weight: 600;
}

/* line 1520, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .titlePtn02 .t02 {
  position: relative;
  display: inline-block;
}

/* line 1524, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .titlePtn02 .t02::before {
  content: '';
  display: inline-block;
  background-color: #5e4d41;
  height: 1.5px;
  width: 20px;
  margin-right: 5px;
  position: absolute;
  left: -24px;
  top: 50%;
  transform: rotate(60deg) translate(0%, -50%);
}

/* line 1537, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .titlePtn02 .t02::after {
  content: '';
  display: inline-block;
  background-color: #5e4d41;
  height: 1.5px;
  width: 20px;
  margin-right: 5px;
  position: absolute;
  right: -26px;
  top: 50%;
  transform: rotate(120deg) translate(0%, -50%);
}

/* line 1552, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .titlePtn03 {
  padding: 5px 0 30px;
  justify-content: center;
  align-items: center;
  color: #8e7070;
}

/* line 1557, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .titlePtn03 .designNum {
  transform: scale(0.85);
}

/* line 1560, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .titlePtn03 .t01 {
  padding: 3px 13px 0 0;
  font-size: 1.25rem;
}

@media screen and (max-width: 768px) {
  /* line 1552, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .titlePtn03 {
    padding: 0 0 10px;
  }
  /* line 1566, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .titlePtn03 .t01 {
    font-size: 0.9375rem;
  }
}

/* line 1572, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem {
  overflow: hidden;
  padding: 0 0 0 11px;
  line-height: 1.3;
}

/* line 1577, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_inner {
  margin: 0 auto;
}

/* line 1582, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .slick__container {
  width: calc(100% + (100vw - 100%) / 2);
  padding: 0 0 30px;
  position: relative;
}

/* line 1588, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sate_type {
  transform: scale(0.9);
  font-size: 0.625rem;
  padding: 2px;
  margin: 0 auto 0 0;
  display: inline-block;
  color: #858585;
  position: absolute;
  top: 45px;
  right: 20px;
  border-radius: 3px;
  background: #f5f5f5;
}

/* line 1605, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .slick-track {
  padding-bottom: 10px;
  display: flex;
}

/* line 1610, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item {
  width: 240px;
  height: auto;
  padding: 0;
  margin: 0;
  float: none;
  text-align: center;
  position: relative;
}

/* line 1620, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .sate_prTxt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  line-height: 1;
  font-size: 0.75rem;
  position: absolute;
  top: 0;
  left: 90px;
  color: #727272;
}

/* line 1631, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .sate_prTxt br {
  display: none;
}

/* line 1634, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .sate_prTxt .yajirushi {
  font-size: 0.9375rem;
  padding: 1px 2px 0 0;
  display: inline-block;
  transform: rotate(-90deg);
}

@media screen and (max-width: 768px) {
  /* line 1620, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .sate_prTxt {
    font-size: 0.6875rem;
    line-height: 1.3;
    top: 6px;
    left: 85px;
  }
  /* line 1645, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .sate_prTxt br {
    display: inherit;
  }
  /* line 1648, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .sate_prTxt .yajirushi {
    font-size: 1.125rem;
    transform: rotate(-45deg);
  }
}

/* line 1655, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem {
  position: relative;
  padding-top: 40px;
}

/* line 1659, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .lens_img {
  width: 100px;
  border-radius: 50%;
  border: 3px solid #f3e5e7;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}

/* line 1668, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .lens_img img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  /* line 1659, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .lens_img {
    width: 90px;
  }
}

/* line 1677, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .itemBg {
  background: #fff;
  padding: 40px 15px 20px;
  background-image: repeating-linear-gradient(180deg, #eedce2, #eedce2 12px, transparent 12px, transparent 16px);
  background-position: right top;
  background-repeat: repeat-y;
  background-size: 3px 100%;
}

@media screen and (max-width: 768px) {
  /* line 1677, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .itemBg {
    padding: 25px 15px 10px;
  }
}

/* line 1689, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .attcImgBox {
  width: 100%;
  height: 125px;
  object-fit: contain;
}

/* line 1694, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .attcImgBox img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  /* line 1689, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .attcImgBox {
    height: 100px;
  }
}

/* line 1707, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .lensInfo {
  padding: 0 0 10px;
}

@media screen and (max-width: 768px) {
  /* line 1707, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .lensInfo {
    padding: 5px 8px 10px;
  }
}

/* line 1713, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .lensInfo .sate_pTitle {
  height: 33px;
  margin: 0 0 1px;
  font-size: 0.75rem;
  letter-spacing: 0.01rem;
  line-height: 1.2;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 表示する行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  /* line 1713, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .lensInfo .sate_pTitle {
    height: 30px;
    margin: 0 0;
    font-size: 0.625rem;
    font-weight: normal;
  }
}

/* line 1731, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .lensInfo .maker {
  display: none;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1743, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .pInfo {
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  gap: 3px;
  margin-bottom: 10px;
}

/* line 1750, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .pInfo .specList {
  width: 100%;
  display: flex;
  align-items: center;
  letter-spacing: 0.05rem;
}

/* line 1755, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .pInfo .specList .t {
  width: 75px;
  padding: 5px 0;
  margin-right: 10px;
  color: #7987b7;
  font-size: 0.876rem;
  font-weight: 600;
  box-sizing: border-box;
  border-radius: 3px;
  background-color: #eeeef5;
  text-align: center;
}

@media screen and (max-width: 768px) {
  /* line 1755, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .pInfo .specList .t {
    padding: 3px 0;
    font-size: 0.75rem;
  }
}

/* line 1772, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .pInfo .specList .c {
  color: #322010;
  font-size: 0.75rem;
}

@media screen and (max-width: 768px) {
  /* line 1772, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .pInfo .specList .c {
    font-size: 0.75rem;
  }
}

/* line 1783, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .lensPrice {
  text-align: center;
}

/* line 1786, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .lensPrice .perPrice {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  /* line 1786, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .lensPrice .perPrice {
    margin-bottom: 0;
  }
}

/* line 1794, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .lensPrice .perPrice .per {
  font-size: 0.625rem;
}

/* line 1797, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .lensPrice .perPrice .price {
  font-size: 13px;
  color: #29bdb1;
  text-decoration: underline;
  font-weight: 600;
}

/* line 1803, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .lensPrice .perPrice .price .yen {
  font-size: 9px;
  font-weight: 400;
}

/* line 1810, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .lensPrice .priceTotal {
  padding: 4px 0 0;
  font-size: 1.375rem;
  color: #8c5668;
  font-weight: 600;
  letter-spacing: 0;
}

/* line 1816, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .lensPrice .priceTotal .perPkg {
  font-size: 0.75rem;
  color: #595553;
  font-weight: normal;
  display: none;
}

@media screen and (max-width: 768px) {
  /* line 1816, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .lensPrice .priceTotal .perPkg {
    font-size: 0.625rem;
  }
}

@media screen and (max-width: 768px) {
  /* line 1810, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .lensPrice .priceTotal {
    font-size: 1.125rem;
  }
}

/* line 1828, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .lensPrice .priceTotal .tax {
  font-size: 14px;
}

/* line 1834, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .btnList {
  margin: 0 auto 10px;
}

/* line 1836, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .btnList .sateItem_waaiLine {
  height: 31px;
  margin: 0 0 0 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 1843, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .btnList .sateItem_waaiLine .in {
  letter-spacing: 0;
  font-size: 0.6875rem;
  letter-spacing: -0.01rem;
  transform: inherit;
  display: inline-block;
  text-align: center;
}

/* line 1851, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .btnList .sateItem_waaiLine .in::before {
  width: 13px;
  top: 50%;
  left: -12px;
  transform: rotate(60deg) translate(0%, -50%);
}

/* line 1857, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .btnList .sateItem_waaiLine .in::after {
  width: 13px;
  margin: 0;
  right: -10px;
  top: 50%;
  transform: rotate(120deg) translate(0%, -50%);
}

@media screen and (max-width: 768px) {
  /* line 1857, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .btnList .sateItem_waaiLine .in::after {
    right: -10px;
  }
}

/* line 1867, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .btnList .sateItem_waaiLine .in .bold {
  font-size: 0.6875rem;
  font-weight: 600;
}

/* line 1872, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .btnList .sateItem_waaiLine .in._ptn01 {
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  /* line 1834, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .btnList {
    margin: 0 0 0 -3px;
  }
}

/* line 1881, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .mdNumber {
  height: 27px;
  text-align: right;
  font-size: 0.6875rem;
  color: #b4b4b4;
}

@media screen and (max-width: 768px) {
  /* line 1881, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .mdNumber {
    font-size: 0.625rem;
    white-space: nowrap;
  }
  /* line 1889, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .mdNumber br {
    display: none;
  }
}

/* line 1893, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .mdNumber.long {
  font-size: 10px;
}

/* line 1895, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .mdNumber.long br {
  display: none;
}

/* line 1901, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .btnPink {
  height: 50px;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
}

/* line 1906, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .btnPink .t {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  font-size: 0.6875rem;
}

@media screen and (max-width: 768px) {
  /* line 1901, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .btnPink {
    width: 102%;
  }
}

/* line 1918, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .toggleBox {
  margin: 15px 0 10px;
}

/* line 1920, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .toggleBox * {
  transition: all 0.1s;
}

/* line 1923, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .toggleBox p {
  margin: 8px 0;
}

/* line 1926, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .toggleBox .toggleCtn {
  display: none;
  padding: 15px 3px;
  line-height: 1.5;
  font-size: 0.8125rem;
  text-align: left;
}

/* line 1933, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .toggleBox .toggleBtn {
  width: 70%;
  font-size: 0.6875rem;
  padding: 10px 0;
  margin: 0 auto;
  position: relative;
  border-radius: 25px;
}

/* line 1940, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .toggleBox .toggleBtn::before {
  width: 100%;
  height: 100%;
  content: "";
  display: flex;
  border-radius: 25px;
  position: absolute;
  bottom: -3px;
  right: -3px;
  background: #f5f5f5;
}

/* line 1951, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .toggleBox .toggleBtn::after {
  width: 100%;
  height: 100%;
  content: "";
  display: flex;
  border-radius: 25px;
  position: absolute;
  bottom: 0;
  right: 0;
  border: 1px solid #858585;
}

/* line 1963, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .toggleBox .toggleBtn .t {
  position: relative;
}

/* line 1966, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .toggleBox .toggleBtn .icon {
  margin: 0 0 0 5px;
  position: relative;
  display: inline-block;
}

/* line 1972, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .toggleBox .toggleBtn.open .icon {
  transform: rotate(90deg);
}

/* line 1975, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item .lineupItem .toggleBox .toggleBtn.open + .toggleCtn {
  display: block;
}

/* line 1984, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item:last-child {
  /* .item最後の要素 */
}

/* line 1986, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .sateItem_lineup .item:last-child .lineupItem .itemBg {
  background-image: none;
}

/* line 1996, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .slick-list {
  overflow: visible;
  padding: 0 10% 0 0 !important;
}

/* line 2001, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .slick-dots {
  max-width: 722px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 2007, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .slick-dots li {
  margin: 0 5px;
}

/* line 2010, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .slick-dots li button:before {
  color: #ef789b;
  font-size: 9px;
}

/* line 2018, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .sateItem .slick-dots li .slick-active button:before {
  opacity: 1;
}

/* line 2028, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .tableArea .titlePtn01 {
  padding: 30px 0;
}

@media screen and (max-width: 768px) {
  /* line 2028, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .tableArea .titlePtn01 {
    padding: 10px 0 25px;
  }
}

@media screen and (max-width: 768px) {
  /* line 2036, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .tableArea .titlePtn03 .t01 {
    font-size: 1.125rem;
  }
}

/* line 2044, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .tableArea .tableBlock .tr_pkg {
  display: none;
}

/* line 2049, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .tableArea .tableBlock tr .c.pdtLinkBox {
  padding-top: 8px;
  padding-bottom: 15px;
}

/* line 2052, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .tableArea .tableBlock tr .c.pdtLinkBox .btnList {
  line-height: 1.3;
  letter-spacing: 0;
  flex-direction: column;
}

/* line 2056, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .tableArea .tableBlock tr .c.pdtLinkBox .btnList .btn02_in,
.under.pages:not(.home) .contents .color_lp_natural .tableArea .tableBlock tr .c.pdtLinkBox .btnList .btn03_in {
  width: 100%;
}

/* line 2059, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .tableArea .tableBlock tr .c.pdtLinkBox .btnList .btn02_in .btnPink,
.under.pages:not(.home) .contents .color_lp_natural .tableArea .tableBlock tr .c.pdtLinkBox .btnList .btn03_in .btnPink {
  font-size: 0.6875rem;
}

@media screen and (max-width: 768px) {
  /* line 2059, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .tableArea .tableBlock tr .c.pdtLinkBox .btnList .btn02_in .btnPink,
.under.pages:not(.home) .contents .color_lp_natural .tableArea .tableBlock tr .c.pdtLinkBox .btnList .btn03_in .btnPink {
    height: 50px;
  }
}

/* line 2066, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .tableArea .tableBlock tr .c.pdtLinkBox .btnList .waaiLine {
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  /* line 2066, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .tableArea .tableBlock tr .c.pdtLinkBox .btnList .waaiLine {
    height: 30px;
  }
}

/* line 2075, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .tableArea .tableBlock tr .c.pdtLinkBox .btnList .waaiLine .in {
  transform: inherit;
}

/* line 2077, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .tableArea .tableBlock tr .c.pdtLinkBox .btnList .waaiLine .in::before, .under.pages:not(.home) .contents .color_lp_natural .tableArea .tableBlock tr .c.pdtLinkBox .btnList .waaiLine .in::after {
  display: none;
}

@media screen and (max-width: 768px) {
  /* line 2075, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .tableArea .tableBlock tr .c.pdtLinkBox .btnList .waaiLine .in {
    font-size: 0.625rem;
  }
}

/* line 2084, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .tableArea .tableBlock tr .c.pdtLinkBox .btnList .waaiLine .in .bold {
  display: block;
}

@media screen and (max-width: 768px) {
  /* line 2084, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .tableArea .tableBlock tr .c.pdtLinkBox .btnList .waaiLine .in .bold {
    font-size: 0.6875rem;
  }
  /* line 2088, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .tableArea .tableBlock tr .c.pdtLinkBox .btnList .waaiLine .in .bold br {
    display: none;
  }
}

/* line 2094, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .tableArea .tableBlock tr .c.pdtLinkBox .btnList .waaiLine .in._ptn01 .bold {
  display: inline;
}

/* line 2096, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .tableArea .tableBlock tr .c.pdtLinkBox .btnList .waaiLine .in._ptn01 .bold br {
  display: inherit;
}

/* line 2104, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .tableArea .tableBlock tr .c.pdtLinkBox .btnList .btnPink .t {
  letter-spacing: 0;
  font-size: 0.6875rem;
}

@media screen and (max-width: 768px) {
  /* line 2121, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .titlePtn01 .t02 {
    font-size: 16px;
  }
  /* line 2127, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .titlePtn02 .t01 {
    font-size: 28px;
  }
  /* line 2131, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .titlePtn02 .t02 {
    font-size: 16px;
  }
  /* line 2137, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .set .set_inner {
    margin-bottom: 0;
  }
  /* line 2141, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .set .coreItem {
    max-width: 550px;
    padding: 0 15px;
    margin: 0 auto;
  }
  /* line 2146, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .set .coreItem:before {
    height: 105%;
    top: -2.5%;
    left: 0;
    width: calc(100% - 0px);
  }
  /* line 2153, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .set .coreItem .coreItemHead {
    flex-wrap: wrap;
    gap: 0;
    margin: 0;
  }
  /* line 2158, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .set .coreItem .coreItemHead .lensImgBox {
    max-width: 100px;
    top: -50px;
  }
  /* line 2163, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .set .coreItem .coreItemHead .attcImgBox {
    width: 100%;
    max-width: 410px;
    height: 160px;
    margin: 0 auto;
  }
  /* line 2169, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .set .coreItem .coreItemHead .attcImgBox img {
    height: 160px;
  }
  /* line 2174, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .set .coreItem .coreItemHead .lensInfo {
    width: 100%;
    padding: 0 111px 0 0;
  }
  /* line 2181, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .set .coreItem .spec .pInfo {
    flex-wrap: wrap;
    margin: 0 0 10px;
  }
  /* line 2184, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .set .coreItem .spec .pInfo .specList {
    padding: 5px 10px 15px;
    flex-direction: column;
    justify-content: flex-start;
  }
  /* line 2189, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .set .coreItem .spec .pInfo .specList .t {
    height: 35px;
    min-height: 35px;
    font-size: 0.876rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* line 2198, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .set .coreItem .spec .pInfo .specList .c {
    height: 100%;
    font-size: 0.8125rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  /* line 2206, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .set .coreItem .spec .pInfo .specList .c .moistureCont {
    display: block;
  }
  /* line 2210, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .set .coreItem .spec .pInfo .specList .t05 {
    font-size: 0.75rem;
  }
  /* line 2219, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .btnList {
    max-width: 340px;
    margin: 0 auto;
  }
  /* line 2223, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .btnList .btn03_in {
    width: 100%;
  }
}

/* SEOコンテンツ */
/* line 2233, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .seo_contents {
  padding: 0 13px;
}

@media screen and (max-width: 768px) {
  /* line 2233, app/assets/stylesheets/colorlens/color_contact.scss */
  .under.pages:not(.home) .contents .color_lp_natural .seo_contents {
    padding: 0;
  }
}

/* line 2241, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .seo_contents .titlePtn01 {
  padding-bottom: 20px;
}

/* line 2244, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .seo_contents p {
  margin: 13px 0;
}

/* line 2249, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .seo_contents .seo_contentsTxtArea .content > .item {
  border-radius: 25px;
}

/* line 2254, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .seo_contents .clmArea01 .content .t3_01 {
  padding: 0 0 0 13px;
  margin: 20px 0;
  border-left: 6px solid #22bdb1;
}

/* line 2259, app/assets/stylesheets/colorlens/color_contact.scss */
.under.pages:not(.home) .contents .color_lp_natural .seo_contents .clmArea01 .content .t4_01 {
  padding: 0 0 0 20px;
  margin: 20px 0 20px 0;
  display: block;
  position: relative;
}
