@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@40,300,0,0");
/***reset***/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, select {
  vertical-align: middle; }

/***setting***/
.floatbox {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.2s ease-in-out; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline; }

html, body {
  height: 100%; }

body {
  position: relative;
  padding: 0 0 0;
  line-height: 1;
  text-align: center;
  color: #2b2d29;
  background: white;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif, 'Font Awesome', 'Font Awesome 5 Free','Font Awesome 5 Brands', 'Font Awesome';
  font-weight: 300;
  scroll-behavior: smooth; }

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none; }

a {
  margin: 0;
  padding: 0;
  color: #2b2d29;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  border: 0; }

a:hover {
  color: #2ba3a3; }

a:hover img {
  opacity: 0.5; }

a:focus, *:focus {
  outline: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

:root {
  font-size: 13px !important; }

/* wrapper
--------------------------- */
#wrapper {
  padding: 4rem 0 0 0;
  min-height: 100%; }

/* stage
--------------------------- */
.stage {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center; }

/* panel
--------------------------- */
.panel1 {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 1000px; }

.panel, .panel2 {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1000px; }

/* Floatバグ回避用
--------------------------- */
.clearfix:after {
  content: "";
  display: block;
  clear: both; }

/* タイトルスタイル
--------------------------- */
.ttl-type01 {
  padding: 3.5em 0.5em 1em;
  font-size: 2.4em;
  line-height: 1.2em;
  font-weight: 300;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

/* toTop
--------------------------- */
#toTop {
  position: fixed;
  right: 5%;
  bottom: 3%;
  opacity: 0;
  z-index: 1000;
  text-align: center;
  transition: all 0.4s ease-in-out;
  z-index: 8887; }

.to-top-on #toTop {
  bottom: 2%;
  opacity: 1; }

#toTop a {
  display: block;
  width: 60px;
  height: 60px;
  color: rgba(41, 49, 47, 0.8);
  font-size: 24px;
  line-height: 60px;
  text-decoration: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  cursor: default; }

.to-top-on #toTop a {
  cursor: pointer; }

#toTop a:hover {
  background-color: rgba(255, 255, 255, 0.8); }

#pos {
  position: absolute;
  left: -9999px;
  top: -9999px;
  height: 0;
  visibility: hidden; }

@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  /*IE9-11用ハック*/
  body {
    padding: 4em 0 0; }

  #wrapper {
    padding: 0; } }
.ftStage1, #title .period, #intro .inner, .info-entry dt, .info-entry dd::after, .info-entry dd strong, .btns label, .btns input[type="text"], #faq dt, #faq dd::before, .shoplist dt {
  font-family: "ads-stage1", sans-serif;
  font-weight: 400;
  font-style: normal; }

.icon, a.arw::before, button.arw::before, header ul li:nth-of-type(2) a::before, .btns .inputbox::before, .cvbtns li a::before, #itReview dt strong::before, .shoplist dd a::before, .shoplist dd a::after {
  font-family: 'Material Symbols Outlined';
  font-weight: 300;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 40; }

html {
  scroll-behavior: smooth;
  width: 100%;
  height: 100%; }

li {
  list-style: none; }

a, button {
  color: #289dc6;
  cursor: pointer;
  transition: color 0.2s ease-in-out,background 0.2s ease-in-out,box-shadow 0.2s ease-in-out,transform 0.2s ease-in-out; }
  a.arw, button.arw {
    position: relative;
    display: block;
    padding-left: 1.6em;
    font-weight: 500; }
    a.arw::before, button.arw::before {
      position: absolute;
      margin: auto;
      top: 0;
      left: 0;
      bottom: 0;
      content: "\e5cc";
      margin-right: 0.5em;
      font-size: 1.2em;
      color: white;
      background: #289dc6;
      border-radius: 2em;
      width: 1em;
      height: 1em;
      line-height: 1em;
      transition: background 0.2s ease-in-out; }
  a:hover, button:hover {
    color: #93bf19; }
    a:hover img, button:hover img {
      opacity: 1; }
    a:hover.arw::before, button:hover.arw::before {
      background: #93bf19; }

#cpCbPsl202504 {
  position: relative;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300; }

header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 6666; }
  header ul {
    position: relative;
    display: flex;
    justify-content: flex-start;
    margin: 0 auto;
    width: 100%;
    max-width: 1600px; }
    header ul .home {
      padding-left: 1rem;
      text-align: left; }
      header ul .home a {
        display: block;
        width: 4rem; }
      header ul .home img {
        width: 100%;
        height: auto; }
    header ul li:nth-of-type(2) {
      margin-left: auto;
      margin-top: 0.8rem; }
      header ul li:nth-of-type(2) a {
        color: white;
        display: none;
        margin: 0.4em 0.8em;
        position: relative;
        padding: 0 1.6em 0 2.4em;
        font-size: 1.2rem;
        line-height: 3rem;
        text-align: center;
        background: #29312f;
        border-radius: 3rem; }
        header ul li:nth-of-type(2) a::before {
          position: absolute;
          margin: auto;
          top: 0;
          bottom: 0;
          left: 0;
          font-size: 1.2em;
          line-height: 1em;
          width: 2em;
          height: 1em;
          text-align: center; }
        header ul li:nth-of-type(2) a:hover {
          color: white;
          background: #93bf19; }
    header ul a.cv01::before {
      content: "\ef91"; }
    header ul a.cv02::before, header ul a.cv03::before {
      content: "\f1cc"; }

@media screen and (min-width: 600px) {
  header ul li:nth-of-type(2) a {
    display: block; } }
@media screen and (min-width: 960px) {
  header ul li:nth-of-type(2) a {
    font-size: 1.4rem; } }
@media screen and (min-width: 1200px) {
  header ul a.cv01, header ul a.cv02 {
    font-size: 1.6rem;
    line-height: 3.6rem; } }
main {
  position: relative; }
  main section {
    display: block;
    position: relative;
    width: 100%; }
    main section h3 {
      padding: 2em 0 1em;
      font-size: 2.4rem; }

@media screen and (min-width: 600px) {
  main {
    padding: 0 0 3rem;
    min-height: calc(100% - 3rem); }
    main footer {
      bottom: 0; } }
#title {
  position: relative;
  padding: 0;
  width: 100%;
  background-image: url("/cp-cb-psl/img/bg02.svg");
  background-position: 50% 0;
  background-size: 30vw 30vw; }
  #title::before {
    display: block;
    content: "";
    background-image: url("/cp-cb-psl/img/bg01.svg");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  #title::after {
    display: block;
    content: "";
    background-image: url("/cp-cb-psl/img/cloud.svg");
    background-repeat: repeat-x;
    background-position: top center;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    width: 100%;
    height: 16%;
    z-index: 100; }
  #title .inner {
    position: relative;
    margin: 0 auto;
    padding: 3rem 0 0;
    width: 100%;
    max-width: 600px; }
  #title h1 {
    position: relative;
    margin: 0 auto 1rem;
    width: 75%;
    z-index: 85; }
    #title h1 img {
      width: 100%;
      height: auto; }
  #title figure {
    position: relative;
    margin: 0 auto;
    width: 75%;
    background-image: url("/cp-cb-psl/img/bg_pkg.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 75; }
    #title figure img {
      margin: 0 auto;
      width: 65%;
      height: auto; }
  #title .period {
    display: block;
    position: absolute;
    bottom: 1em;
    right: 1em;
    padding: 1.6em 0;
    width: 7.2em;
    height: 7.2em;
    font-size: 1.2rem;
    text-align: center;
    background: #dda036;
    border-radius: 50%;
    z-index: 110; }
    #title .period strong {
      font-size: 1.5em;
      line-height: 1.4em; }

@media screen and (min-width: 600px) {
  #title .inner {
    padding: 6rem 0 0; }
  #title h1 {
    font-size: 1.4rem; }
  #title .period {
    font-size: 1.4rem;
    bottom: 10%;
    right: 5%; } }
@media screen and (min-width: 960px) {
  #title {
    padding: 0 0 4rem;
    background-size: 20rem 20rem; }
    #title::after {
      height: 12rem; }
    #title .inner {
      display: flex;
      width: 75%;
      max-width: 1000px; }
    #title h1 {
      padding: 2rem 0 0;
      width: 50%;
      text-align: right; }
    #title figure {
      width: 50%; }
    #title .period {
      font-size: 1.6rem;
      bottom: 0;
      right: 2rem; } }
#intro {
  padding: 0 0 3rem; }
  #intro .inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 96%;
    max-width: 600px; }
  #intro h2 {
    padding: 0;
    width: 100%; }
    #intro h2 span {
      display: block;
      padding: 0.5rem 0 1em;
      color: #289dc6;
      font-size: 5vw; }
      #intro h2 span::before {
        content: "＼"; }
      #intro h2 span::after {
        content: "／"; }
      #intro h2 span br {
        display: none; }
    #intro h2 em {
      display: none; }
  #intro figure {
    width: 100%; }
    #intro figure img {
      width: 100%;
      max-width: 500px;
      height: auto; }
    #intro figure figcaption {
      display: inline-block;
      margin: 0.5rem 0 0;
      padding: 0.25em 2em;
      color: white;
      font-size: 5vw;
      line-height: 1em;
      font-style: normal;
      background: #289dc6; }

@media screen and (min-width: 600px) {
  #intro h2 span {
    font-size: 2.4rem; }
  #intro figure figcaption {
    font-size: 2.4rem; } }
@media screen and (min-width: 960px) {
  #intro .inner {
    width: 75%;
    max-width: 900px; }
  #intro h2 {
    width: 40%; }
    #intro h2 span {
      padding: 0.8em 0 0.3em;
      color: #289dc6;
      line-height: 1.25em;
      text-align: left; }
      #intro h2 span::before, #intro h2 span::after {
        display: none; }
      #intro h2 span br {
        display: block; }
    #intro h2 em {
      position: relative;
      display: block;
      margin: 0.5rem 0.5em 0 0;
      padding: 0.25em 0.5em;
      color: white;
      font-size: 2.4rem;
      line-height: 1em;
      font-style: normal;
      text-align: left;
      background: #289dc6; }
      #intro h2 em::after {
        content: "";
        position: absolute;
        top: 0;
        right: -1.4rem;
        background: #289dc6;
        width: 1.4rem;
        height: 100%;
        clip-path: polygon(0 0, 100% 50%, 0 100%);
        z-index: 2; }
  #intro figure {
    width: 60%; }
    #intro figure img {
      max-width: 600px; }
    #intro figure figcaption {
      display: none; } }
.cvarea {
  margin: 0 auto;
  width: 94%;
  padding: 3rem 0 6rem; }
  .cvarea .inner {
    margin: 0 auto;
    padding: 0 1.6rem 1.6rem;
    width: 100%;
    max-width: 1200px;
    background: rgba(7, 170, 191, 0.1);
    border-radius: 1rem 1rem 0 0; }
    .cvarea .inner h3 {
      padding: 1em 0; }
    .cvarea .inner h4 {
      padding: 0 0 1.6em;
      font-size: 1.4rem;
      line-height: 1.2em;
      font-weight: 500; }
      .cvarea .inner h4 span {
        white-space: nowrap; }
    .cvarea .inner p {
      padding: 0 0 1em;
      font-size: 1.3rem;
      line-height: 2em;
      text-align: left; }
      .cvarea .inner p br {
        display: none; }
      .cvarea .inner p.img {
        width: 100%;
        text-align: center; }
        .cvarea .inner p.img strong {
          position: relative;
          display: block;
          padding: 1em 0 0; }
          .cvarea .inner p.img strong::before {
            content: "";
            position: absolute;
            top: 0;
            left: calc(50% - 1rem);
            background: #dda036;
            width: 2rem;
            height: 1.4rem;
            clip-path: polygon(0 0, 100% 0, 50% 100%);
            z-index: 2; }
        .cvarea .inner p.img span {
          display: block; }
        .cvarea .inner p.img img {
          display: block;
          margin: 1.6rem auto 0;
          width: 75%;
          max-width: 500px; }
  .cvarea ul {
    margin: 1.6rem auto 1.6rem;
    width: 100%;
    max-width: 1200px; }
  .cvarea li {
    position: relative;
    padding: 0 0 0.4em 2em;
    font-size: 1rem;
    line-height: 1.2em;
    font-weight: 500;
    text-align: left; }
    .cvarea li::before {
      position: absolute;
      top: 0;
      left: 0.8em;
      display: inline-block;
      content: "※"; }

@media screen and (min-width: 600px) {
  .cvarea .inner {
    padding: 0 2.4rem 2.4rem;
    border-radius: 1.4rem; }
    .cvarea .inner p {
      font-size: 1.3rem; } }
@media screen and (min-width: 960px) {
  .cvarea .inner {
    padding: 1rem 3.6rem 2.4rem;
    border-radius: 1.5rem 1.5rem 0 0; }
    .cvarea .inner p {
      font-size: 1.4rem;
      text-align: center; }
      .cvarea .inner p br {
        display: block; }
      .cvarea .inner p.img {
        position: relative;
        padding: 6rem 0 0 45%;
        min-height: 18rem; }
        .cvarea .inner p.img span {
          font-size: 0.8em; }
        .cvarea .inner p.img img {
          position: absolute;
          margin: auto;
          top: 0;
          left: 5%;
          bottom: 0;
          width: 50%; } }
@media screen and (min-width: 1200px) {
  .cvarea p {
    font-size: 1.6rem; } }
.info-entry {
  margin: 2rem auto 0;
  padding: 1.6rem 0 0;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .info-entry dt {
    padding: 0.5em 0 1em;
    width: 100%;
    font-size: 2rem; }
    .info-entry dt span {
      display: inline-block;
      padding: 0.4em 1.6em;
      font-size: 0.7em;
      color: white;
      background: #dda036;
      border-radius: 0.5em; }
    .info-entry dt strong {
      display: block;
      padding: 0.5em 0 0; }
  .info-entry dd {
    position: relative;
    margin: 0.5rem;
    padding: 0 0 0.8rem;
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.4em;
    background: white;
    border-radius: 1rem;
    box-shadow: 0.4rem 0.4rem 0 #289dc6;
    z-index: 10; }
    .info-entry dd::after {
      display: block;
      position: absolute;
      top: 0;
      left: 0.25rem;
      font-size: 4rem;
      line-height: 1em;
      color: #289dc6;
      letter-spacing: -0.1em;
      opacity: 0.15;
      z-index: 1; }
    .info-entry dd:nth-child(2)::after {
      content: "01"; }
    .info-entry dd:nth-child(3)::after {
      content: "02"; }
    .info-entry dd:nth-child(4)::after {
      content: "03"; }
    .info-entry dd:nth-child(5)::after {
      content: "04"; }
    .info-entry dd strong {
      display: block;
      padding: 1em 0 0.5em;
      font-size: 1.4rem; }
    .info-entry dd figure {
      position: relative;
      margin: 0;
      padding: 0 0 0 7rem;
      width: 100%;
      min-height: 7rem; }
      .info-entry dd figure img {
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        width: 8rem;
        height: 8rem; }
      .info-entry dd figure figcaption {
        padding: 1.6em 0.8em;
        text-align: left; }
    .info-entry dd a {
      position: relative;
      display: block;
      margin: 0 0.8em;
      width: calc(100% - 1.6em);
      text-align: left; }

h4 + .info-entry {
  border-top: 1px solid #289dc6; }

@media screen and (min-width: 600px) {
  .info-entry {
    margin: 1rem auto 2rem; }
    .info-entry dt {
      font-size: 2.4rem; }
    .info-entry dd {
      padding: 0 0 3rem;
      width: calc(50% - 1rem); }
      .info-entry dd a {
        position: absolute;
        bottom: 0.8em; } }
@media screen and (min-width: 960px) {
  .info-entry {
    margin: 1rem auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    .info-entry dt {
      width: 100%;
      font-size: 2.8rem; }
    .info-entry dd {
      margin: 0.5rem 0.5rem;
      width: calc(25% - 1rem); }
      .info-entry dd figure {
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%; }
        .info-entry dd figure img {
          position: relative;
          margin: 0 auto;
          width: 65%;
          height: auto; }
        .info-entry dd figure figcaption {
          padding: 0 0.8em 1.6em;
          text-align: left; }
      .info-entry dd a {
        text-align: left; } }
.btns {
  margin: 0 auto;
  padding: 1.6rem 0 2.4rem;
  width: 100%;
  max-width: 1200px;
  color: white;
  background: #29312f;
  border-radius: 0 0 1rem 1rem; }
  .btns label {
    display: block;
    padding: 0.8em 0;
    font-size: 1.8rem; }
  .btns input[type="text"] {
    display: block;
    margin: 0 0 0.5em;
    padding: 0.8em 0.5em 0.8em 2.4em;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1em;
    border: none;
    background: white;
    border-radius: 0.5em;
    transition: opacity 0.5s ease-in-out; }
    .btns input[type="text"]::placeholder {
      color: #289dc6;
      opacity: 0.6; }
    .btns input[type="text"]:focus {
      background: white; }
      .btns input[type="text"]:focus::placeholder {
        opacity: 0; }
  .btns .inputbox {
    position: relative;
    display: block;
    margin: 0 auto 0.5em;
    padding: 0;
    width: 90%;
    max-width: 600px; }
    .btns .inputbox::before {
      position: absolute;
      content: "\e897";
      color: #29312f;
      margin: auto;
      top: 0;
      left: 0;
      bottom: 0;
      font-size: 2rem;
      width: 2em;
      height: 1em;
      line-height: 1em; }
  .btns a, .btns button {
    display: block;
    margin: 0.5em auto;
    padding: 0.8em 0.5em 0.8em;
    width: 90%;
    max-width: 600px;
    color: white;
    background: #289dc6;
    font-size: 1.8rem;
    line-height: 1.2em;
    font-weight: 500;
    border-radius: 0.5em;
    border: none;
    outline: none; }
    .btns a:hover, .btns button:hover {
      background: #93bf19; }
    .btns a span, .btns button span {
      display: inline-block;
      padding: 0 0.5em;
      font-size: 0.6em;
      white-space: nowrap; }

@media screen and (min-width: 960px) {
  .btns {
    border-radius: 0 0 1.5rem 1.5rem; } }
.cvbtns {
  position: relative;
  margin: 0;
  padding: 3rem 0;
  background-image: url("/cp-cb-psl/img/bg02.svg");
  background-position: 50% 50%;
  background-size: 30vw 30vw;
  border-top: 0.4rem solid #29312f;
  border-bottom: 1rem solid #07aabf;
  box-shadow: 0 1rem 0 #07aabf inset;
  overflow: hidden; }
  .cvbtns::before {
    display: block;
    content: "";
    background-image: url("/cp-cb-psl/img/bg01.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: calc(100% - 1rem);
    z-index: 1; }
  .cvbtns ul {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    z-index: 10; }
  .cvbtns li {
    display: block;
    width: 100%; }
    .cvbtns li a {
      position: relative;
      display: block;
      margin: 0 auto;
      padding: 0 3em;
      width: 75%;
      height: 3em;
      font-size: 4vw;
      line-height: 3em;
      font-weight: 500;
      color: white;
      background: #29312f;
      text-align: center;
      border-radius: 3em;
      overflow: hidden;
      box-shadow: 0 0 0 #29312f; }
      .cvbtns li a::before {
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        content: "\f1cc";
        font-size: 1.6em;
        width: 2em;
        height: 1em;
        line-height: 1em; }
      .cvbtns li a:hover {
        background: #93bf19;
        transform: translateY(-0.5rem);
        box-shadow: 0 0.5rem 0 #29312f; }

@media screen and (min-width: 600px) {
  .cvbtns li a {
    font-size: 2rem; } }
@media screen and (min-width: 960px) {
  .cvbtns {
    background-size: 20rem 20rem;
    padding: 6rem 0; }
    .cvbtns li a {
      font-size: 2.4rem; } }
#infoPrd {
  padding: 3rem 0 9rem; }
  #infoPrd h3 span {
    display: block;
    padding: 0 0 1em;
    font-size: 0.8em;
    line-height: 1.25em; }
  #infoPrd h3 figure {
    width: 100%;
    text-align: center; }
    #infoPrd h3 figure img {
      display: block;
      margin: 0 auto;
      width: 20rem; }
    #infoPrd h3 figure figcaption {
      display: block;
      padding: 0.4em 0 0 0.5em;
      font-size: 1.6em;
      line-height: 1em;
      color: #289dc6;
      white-space: nowrap; }
      #infoPrd h3 figure figcaption strong {
        font-size: 2em; }
  #infoPrd p.text-s {
    position: relative;
    margin: 1rem auto;
    padding: 0 0 1em 1.5em;
    width: 94%;
    max-width: 760px;
    font-weight: 500;
    text-align: left;
    line-height: 1.2em; }
    #infoPrd p.text-s::before {
      content: "※";
      position: absolute;
      top: 0;
      left: 0; }

@media screen and (min-width: 600px) {
  #infoPrd h3 figure {
    width: auto; }
    #infoPrd h3 figure img {
      display: inline-block; }
    #infoPrd h3 figure figcaption {
      display: inline-block; } }
@media screen and (min-width: 960px) {
  #infoPrd h3 span::before {
    content: "＼"; }
  #infoPrd h3 span::after {
    content: "／"; }
  #infoPrd h3 span br {
    display: none; }
  #infoPrd p.text-s {
    text-align: center;
    max-width: 1200px; }
    #infoPrd p.text-s::before {
      position: relative;
      padding-right: 0.5em; } }
.dlbox3 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 1rem;
  width: 94%;
  max-width: 1200px; }
  .dlbox3 dl {
    margin: 0.5rem auto;
    width: 100%;
    max-width: 480px;
    background: rgba(221, 160, 54, 0.07);
    border-radius: 0.8rem;
    box-shadow: 0.3rem 0.3rem 0 rgba(41, 49, 47, 0.2); }
  .dlbox3 dt {
    position: relative;
    padding: 30% 0 0; }
    .dlbox3 dt strong {
      position: absolute;
      margin: auto;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      font-size: 2rem;
      line-height: 1.3em;
      color: #26466d;
      font-weight: 700;
      height: 2.6em; }
  .dlbox3 dd {
    padding: 0 1.6em 1.6em;
    font-size: 1.2rem;
    text-align: left; }
    .dlbox3 dd figure {
      width: 100%;
      text-align: center; }
      .dlbox3 dd figure img {
        margin: 0 auto;
        width: 75%;
        max-width: 20rem; }
    .dlbox3 dd p {
      display: block;
      padding: 0 0 1em;
      line-height: 1.6em; }
      .dlbox3 dd p em {
        font-weight: 700;
        font-style: normal; }

@media screen and (min-width: 600px) {
  .dlbox3 dl {
    max-width: 760px;
    background-repeat: no-repeat;
    background-position: 1vw 10%;
    background-size: 22vw auto; }
    .dlbox3 dl:nth-child(1) {
      background-image: url("/cp-cb-psl/img/img_info_prd01.svg"); }
    .dlbox3 dl:nth-child(2) {
      background-image: url("/cp-cb-psl/img/img_info_prd02.svg"); }
    .dlbox3 dl:nth-child(3) {
      background-image: url("/cp-cb-psl/img/img_info_prd03.svg"); }
  .dlbox3 dt {
    padding: 2rem 1.6em 1.6em 24vw;
    text-align: right; }
    .dlbox3 dt strong {
      position: relative;
      height: auto; }
      .dlbox3 dt strong br {
        display: none; }
  .dlbox3 dd {
    padding: 1.6em 1.6em 1.6em 24vw;
    text-align: right; }
    .dlbox3 dd figure {
      display: none; } }
@media screen and (min-width: 960px) {
  .dlbox3 dl {
    margin: 0.5rem;
    width: calc(33.33% - 1rem); }
    .dlbox3 dl:nth-child(1) {
      background-image: none; }
    .dlbox3 dl:nth-child(2) {
      background-image: none; }
    .dlbox3 dl:nth-child(3) {
      background-image: none; }
  .dlbox3 dt {
    padding: 30% 0 0; }
    .dlbox3 dt strong {
      position: absolute;
      padding: 0;
      text-align: center;
      height: 2.6em; }
      .dlbox3 dt strong br {
        display: block; }
  .dlbox3 dd {
    padding: 0 1.6em 1.6em;
    font-size: 1.4rem;
    text-align: left; }
    .dlbox3 dd figure {
      display: block; }
    .dlbox3 dd p {
      font-size: 1.2rem; } }
#itReview {
  padding: 0 0 6rem;
  background: rgba(221, 160, 54, 0.07); }
  #itReview .inner {
    margin: 0 auto;
    width: 94%;
    max-width: 1200px; }
  #itReview h3 {
    padding: 1em;
    color: white;
    font-size: 1.6rem;
    line-height: 1.5em;
    background: #414993;
    text-align: left; }
  #itReview p {
    position: relative;
    padding: 2em 0 1em;
    font-size: 1.2rem;
    line-height: 2em;
    text-align: left; }
    #itReview p img {
      display: block;
      margin: 0 auto 1rem;
      width: 18rem;
      height: auto; }
  #itReview dl {
    margin: 0 auto;
    width: 100%;
    max-width: 800px; }
  #itReview dt {
    position: relative;
    padding: 2rem 8rem 2rem 0;
    font-size: 1.4rem;
    font-weight: 500;
    color: #e87463;
    text-align: left; }
    #itReview dt strong {
      position: relative;
      display: block;
      padding: 0 0.5em;
      line-height: 1.2em; }
    #itReview dt figure {
      position: absolute;
      top: 0;
      right: 0;
      width: 8rem; }
      #itReview dt figure img {
        width: 100%;
        height: auto; }
  #itReview dd img {
    margin: 0 0 0.5rem;
    width: 100%;
    height: auto; }

@media screen and (min-width: 600px) {
  #itReview p {
    font-size: 1.5rem; }
    #itReview p img {
      display: inline-block;
      float: left;
      width: 16rem;
      margin: 0 1rem 1rem 0; }
  #itReview dt {
    padding: 2rem 11rem 2rem 0; }
    #itReview dt strong {
      padding: 0.5em 1.6em 0.5em 3em;
      color: white;
      background: #e87463;
      border-radius: 3rem; }
      #itReview dt strong::before {
        content: "\e8dc";
        position: absolute;
        margin: auto;
        top: 0;
        left: 0.5em;
        bottom: 0;
        font-size: 1.6em;
        line-height: 1em;
        width: 1em;
        height: 1em; }
    #itReview dt figure {
      width: 10rem; } }
@media screen and (min-width: 960px) {
  #itReview {
    padding: 3rem 3rem 9rem; }
    #itReview h3 {
      padding: 2em 0 0;
      color: #414993;
      background: transparent;
      font-size: 2.4rem;
      text-align: center; }
      #itReview h3 span {
        display: block; }
    #itReview p {
      padding: 2em 0 2em 19rem; }
      #itReview p img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        float: none;
        width: 18rem;
        margin: 0; }
    #itReview dt {
      padding: 3rem 12rem 4rem 0;
      font-size: 1.5rem; }
      #itReview dt strong {
        padding: 0.5em 1.6em 0.5em 3em;
        color: white;
        background: #e87463;
        border-radius: 3rem; }
      #itReview dt figure {
        width: 11rem; } }
#faq {
  padding: 3rem 0 9rem; }
  #faq .inner {
    margin: 0 auto;
    width: 94%;
    max-width: 900px; }
  #faq h3 {
    padding: 2em 0 0; }
  #faq dl {
    padding: 0;
    text-align: left; }
  #faq dt {
    position: relative;
    margin: 0 0 1em;
    padding: 4rem 0 0.5em 3rem;
    font-size: 1.5rem;
    line-height: 1.2em;
    color: #289dc6;
    border-bottom: 1px solid #289dc6; }
    #faq dt::before {
      display: block;
      content: "Q";
      font-size: 2em;
      line-height: 1em;
      position: absolute;
      top: 3rem;
      left: 0; }
  #faq dd {
    position: relative;
    padding: 0 0 0 3rem;
    z-index: 10; }
    #faq dd::before {
      display: block;
      content: "A";
      font-size: 7rem;
      line-height: 1em;
      position: absolute;
      top: -1.5rem;
      left: 0;
      opacity: 0.075;
      z-index: 1; }
    #faq dd p {
      padding: 0 0 1em;
      font-size: 1.2rem;
      line-height: 2em; }
    #faq dd ul {
      padding: 1rem 0; }
    #faq dd li {
      padding: 0 0 0.5em;
      font-size: 1rem;
      line-height: 1.2em;
      font-weight: 500; }

@media screen and (min-width: 600px) {
  #faq .inner {
    margin: 0 auto;
    width: 94%;
    max-width: 900px; }
  #faq dt {
    position: relative;
    margin: 0 0 1em;
    padding: 4rem 0 0.5em 4rem;
    font-size: 1.8rem;
    line-height: 1.2em;
    color: #289dc6;
    border-bottom: 1px solid #289dc6; }
    #faq dt::before {
      display: block;
      content: "Q";
      font-size: 2em;
      line-height: 1em;
      position: absolute;
      top: 3rem;
      left: 0; }
  #faq dd {
    position: relative;
    padding: 0 0 0 5rem;
    z-index: 10; }
    #faq dd::before {
      display: block;
      content: "A";
      font-size: 7rem;
      line-height: 1em;
      position: absolute;
      top: -1rem;
      left: 0;
      opacity: 0.1;
      z-index: 1; }
    #faq dd p {
      font-size: 1.4rem;
      line-height: 2em; }
    #faq dd ul {
      padding: 1rem 0; }
    #faq dd li {
      padding: 0 0 0.5em;
      font-size: 1rem;
      line-height: 1.2em;
      font-weight: 500; } }
#infoConvert + #faq {
  background: rgba(221, 160, 54, 0.07); }

#infoConvert {
  padding: 0; }
  #infoConvert .inner {
    position: relative;
    margin: 0 auto;
    padding: 3rem 0;
    width: 94%;
    max-width: 1200px;
    z-index: 0; }
  #infoConvert h3 {
    padding: 22rem 0 2rem 0;
    font-size: 3rem;
    font-weight: 300;
    color: #26466d;
    font-size: 1.8rem;
    line-height: 1.5em;
    text-align: right; }
    #infoConvert h3::before {
      content: url("/cp-cb-psl/img/img_info_cnv01.svg");
      display: block;
      position: absolute;
      top: 4rem;
      left: 0;
      width: 20rem;
      height: 20rem;
      z-index: 100; }
    #infoConvert h3::after {
      position: absolute;
      top: 11.5rem;
      left: 14rem;
      content: "それでも";
      display: inline-block;
      margin-right: 0.5em;
      margin-bottom: 0.25em;
      padding: 0.25em 0.8em;
      color: white;
      font-weight: 700;
      background: #dda036;
      border-radius: 0.5em;
      font-size: 1em;
      line-height: 1em;
      z-index: 200; }
    #infoConvert h3 em {
      display: block;
      position: relative;
      padding: 0 1em 1.5em;
      font-style: normal;
      border-bottom: 1px solid #26466d;
      z-index: 1; }
  #infoConvert .imgbox {
    position: relative;
    margin: 0 auto;
    padding: 20rem 0 0;
    width: 90%;
    z-index: 100;
    background-image: url("/cp-cb-psl/img/img_info_cnv02.svg");
    background-repeat: no-repeat;
    background-size: auto 22rem;
    background-position: 50% 0; }
    #infoConvert .imgbox h4 {
      padding: 0 0 1.5em;
      color: #26466d;
      font-size: 1.8rem;
      line-height: 1.5em;
      text-align: left; }
      #infoConvert .imgbox h4 em {
        font-style: normal;
        background: linear-gradient(transparent 70%, #ff6 70%); }
      #infoConvert .imgbox h4 br {
        display: none; }
    #infoConvert .imgbox p {
      padding: 0 0 1.6em;
      font-size: 1.3rem;
      line-height: 2em;
      text-align: left;
      text-shadow: 0 0 0.5em white; }
      #infoConvert .imgbox p span {
        display: block;
        padding: 1em 0 0;
        font-size: 0.7em;
        line-height: 1.3em;
        font-weight: 500; }

@media screen and (min-width: 600px) {
  #infoConvert h3 {
    padding: 20rem 0 4rem 0;
    font-size: 2.2rem; }
    #infoConvert h3::after {
      top: 12.5rem;
      left: 16rem; }
  #infoConvert .imgbox {
    padding: 22rem 0 0;
    background-size: auto 20rem; }
    #infoConvert .imgbox h4 {
      font-size: 2rem; }
    #infoConvert .imgbox p {
      padding: 0 0 1.6em;
      font-size: 1.6rem;
      line-height: 2em;
      text-align: left; }
      #infoConvert .imgbox p span {
        display: block;
        font-size: 0.7em;
        font-weight: 500; } }
@media screen and (min-width: 840px) {
  #infoConvert h3 {
    margin: 0 0 6rem;
    padding: 4rem 0 0 20rem;
    font-size: 2.2rem; }
    #infoConvert h3::before {
      width: 22rem;
      height: 22rem; }
    #infoConvert h3::after {
      font-size: 0.9em; }
  #infoConvert .imgbox {
    padding: 0;
    background-size: 26rem auto;
    background-position: top right; }
    #infoConvert .imgbox h4 {
      padding: 2em 24rem 1.5em 0;
      font-size: 2.4rem; }
    #infoConvert .imgbox p {
      padding: 0 0 1.6em;
      font-size: 1.6rem;
      line-height: 2em;
      text-align: left; }
      #infoConvert .imgbox p span {
        display: block;
        font-size: 0.7em;
        font-weight: 500; } }
@media screen and (min-width: 960px) {
  #infoConvert h3 {
    margin: 0 0 4rem; }
    #infoConvert h3::after {
      left: 16rem; }
  #infoConvert .imgbox {
    background-size: 26rem auto; }
    #infoConvert .imgbox h4 {
      font-size: 2.6rem; }
    #infoConvert .imgbox p {
      padding: 0 0 1.6em;
      font-size: 1.6rem;
      line-height: 2em;
      text-align: left; }
      #infoConvert .imgbox p span {
        display: block;
        font-size: 0.7em;
        font-weight: 500; } }
@media screen and (min-width: 1280px) {
  #infoConvert {
    padding: 3rem 0 6rem; }
    #infoConvert h3 {
      padding: 1em 0 0 22rem;
      font-size: 3rem; }
      #infoConvert h3::before {
        width: 26rem;
        height: 26rem; }
      #infoConvert h3::after {
        top: 14.5rem;
        left: 18rem;
        font-size: 0.8em; }
      #infoConvert h3 em {
        padding: 1em 1em 0.5em; }
    #infoConvert .imgbox {
      margin: 3rem auto;
      padding: 6rem 36rem 0 4rem;
      width: 100%;
      background-size: 36rem auto;
      background-position: 100% 100%; }
      #infoConvert .imgbox h4 {
        padding: 0 0 1.5em;
        font-size: 2.6rem; }
        #infoConvert .imgbox h4 br {
          display: block; }
      #infoConvert .imgbox p {
        padding: 0 0 1.6em;
        font-size: 1.6rem;
        line-height: 2em;
        text-align: left; }
        #infoConvert .imgbox p span {
          display: block;
          font-size: 0.7em;
          font-weight: 500; } }
.appeal {
  position: relative;
  margin: 0 auto;
  padding: 3rem 0;
  width: 90%;
  min-height: 8rem; }
  .appeal span {
    position: absolute;
    margin: auto;
    padding: 0 0.5em 0 0.8em;
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    height: 7rem;
    line-height: 7rem;
    color: white;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: right;
    background: #289dc6;
    border-radius: 0.5em 0 0 0.5em; }
    .appeal span::after {
      content: "";
      position: absolute;
      top: 0;
      right: -1.8rem;
      background: #289dc6;
      width: 1.8rem;
      height: 100%;
      clip-path: polygon(0 0, 100% 50%, 0 100%);
      z-index: 2; }
  .appeal p {
    position: relative;
    padding: 1em 1em 1em 11rem;
    font-size: 1.6rem;
    line-height: 1.4em;
    text-align: left;
    background: rgba(7, 170, 191, 0.1);
    border-radius: 0.5em; }
    .appeal p strong {
      color: #26466d; }

#esmile {
  position: relative;
  margin: 3rem auto;
  width: 100%;
  min-height: 24rem;
  border: 0.4rem solid #26466d;
  border-radius: 1.6rem; }
  #esmile h5 {
    padding: 1em 0 0.5em;
    color: #26466d;
    font-size: 3rem;
    font-weight: 700; }
  #esmile figure {
    width: 100%;
    text-align: center; }
    #esmile figure img {
      margin: 0 auto;
      width: auto;
      height: 20rem; }
  #esmile p {
    padding: 0 1.6em 1em;
    font-size: 1.3rem;
    line-height: 2em;
    text-align: left; }
    #esmile p a {
      display: block;
      margin: 1em 0 0; }

@media screen and (min-width: 600px) {
  #esmile h5 br {
    display: none; }
  #esmile figure img {
    height: 24rem; }
  #esmile p {
    padding: 0 1.6em 1em;
    font-size: 1.3rem;
    line-height: 2em;
    text-align: left; }
    #esmile p a {
      display: block;
      margin: 1em 0 0; } }
@media screen and (min-width: 960px) {
  #esmile h5 {
    padding: 1em 0 0.5em 24rem;
    line-height: 1.3em;
    text-align: left; }
    #esmile h5 br {
      display: none; }
  #esmile figure {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    width: 24rem;
    height: 20rem; }
    #esmile figure img {
      height: 20rem; }
  #esmile p {
    padding: 0 2.4rem 1em 24rem;
    font-size: 1.6rem; } }
@media screen and (min-width: 1280px) {
  #esmile {
    margin: 6rem auto 3rem; } }
#howto {
  margin: 0 auto 6rem;
  padding: 0 0 2.4rem;
  width: 96%;
  max-width: 1200px;
  border-radius: 1.6rem;
  background: #29312f; }
  #howto h3 {
    color: white; }

.shoplist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 1.6rem; }
  .shoplist dl {
    position: relative;
    margin: 1rem;
    padding: 0;
    width: 100%;
    min-width: 340px;
    max-width: 360px;
    background: white;
    border-radius: 1rem; }
  .shoplist dt {
    padding: 0.8em;
    font-size: 2rem;
    border-bottom: 1px solid #29312f; }
  .shoplist dd {
    position: relative;
    padding: 0 0 4rem;
    height: calc(100% - 5.2rem); }
    .shoplist dd figure {
      width: 100%;
      text-align: center; }
      .shoplist dd figure img {
        margin: 0 auto;
        width: 60%; }
    .shoplist dd p {
      padding: 0 1em 1em;
      font-size: 1.2rem;
      line-height: 1.5em;
      text-align: left; }
      .shoplist dd p span {
        display: block;
        font-size: 0.8em;
        font-weight: 500; }
    .shoplist dd a {
      display: block;
      position: absolute;
      margin: auto;
      padding: 0 3rem;
      right: 0;
      bottom: 0.8rem;
      left: 0;
      width: calc(100% - 1.6rem);
      height: 3rem;
      font-size: 1.6rem;
      line-height: 3rem;
      font-weight: 700;
      color: white;
      background: #93bf19;
      border-radius: 3rem; }
      .shoplist dd a::before, .shoplist dd a::after {
        display: block;
        width: 3rem;
        height: 3rem;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        line-height: 3rem;
        text-align: center; }
      .shoplist dd a::before {
        left: 0;
        font-size: 1.4em; }
      .shoplist dd a.search::before {
        content: "\e8b6"; }
      .shoplist dd a.shop::before {
        content: "\ea12"; }
      .shoplist dd a::after {
        content: "\e5e1";
        right: 0; }
      .shoplist dd a:hover {
        background: #29312f; }

#notes {
  padding: 0 3rem 6rem; }
  #notes h3 {
    padding: 0 0 1em;
    color: #93bf19; }
  #notes ul {
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    text-align: left; }
  #notes li {
    position: relative;
    padding: 0 0 1em 1.4em;
    font-size: 1.1rem;
    line-height: 1.5em; }
    #notes li::before {
      content: "※";
      position: absolute;
      top: 0;
      left: 0; }

footer {
  position: relative;
  padding: 0 0 5rem;
  width: 100%; }
  footer p {
    display: block;
    font-size: 1rem;
    line-height: 4rem;
    height: 4rem; }

@media screen and (min-width: 600px) {
  footer {
    padding: 0; } }
#navFoot {
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6666;
  width: 100%;
  background: #29312f; }
  #navFoot ul {
    padding: 0.5rem;
    width: 100%;
    display: flex; }
  #navFoot li {
    width: 50%;
    padding: 0.5rem; }
    #navFoot li a {
      display: block;
      width: 100%;
      height: 3rem;
      color: #29312f;
      font-size: 1.4rem;
      line-height: 3rem;
      background: white;
      border-radius: 3rem; }

@media screen and (min-width: 600px) {
  #navFoot {
    display: none; } }
