.ca-product .txt .label-list {
  display: block !important;
}
.ca-product .txt .label-list .cm-label-list {
  margin-bottom: 3px;
}
.ca-product .img .cm-label-list {
  z-index: 2;
}

.page-cart-payment .co-header {
  display:none;
}
.page-cart-payment  .co-caution {
  display:none;
}
.page-cart-confirm .co-header {
  display:none;
}
.page-cart-confirm  .co-caution {
  display:none;
}

/* トップバナー */
.top-main-banner {
  margin: 0 10px;
}
.bp-sm .top-main-banner {
  margin: 0 10px;
}
.bp-sm .layout-default .co-ec-top .bg .top-main-banner .cm-banner-list .block {
  gap: 10px;
}

.co-product-stock .error-message .ca-alert-box {
  margin-bottom: 20px !important;
}

.com-channel-lieto .ca-free-area.cls-contact-top .button {
    background-color: #d4788a;
}

.bp-sm .co-caution span {
  font-size: 1.4rem;
}

.ct-static-page .ck-editor__main .contents {
  font-size: 0.875rem;
  line-height: 1.4;
}

.ck-editor__main a {
  display: inline;
}

.ct-static-page .ck-editor__main h1 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}

.ct-static-page .ck-editor__main h2 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  background-color: #ccc;
  padding: 20px;
  margin: 3.75rem 0 1.875rem;
}

.ct-static-page .ck-editor__main h3 {
  font-size: 1.125rem;
  font-weight: bold;
  background-color: #f8f8f8;
  padding: 14px 15px 13px 23px;
  border-left: 8px solid #e0e0e0;
  margin: 60px 0 30px 0;
}

.ct-static-page .ck-editor__main h4 {
  font-size: 1.125rem;
  font-weight: bold;
  padding: 1.25rem 0;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  margin: 3.75rem 0 1.875rem;
}

.ct-static-page .ck-editor__main h5 {
  font-size: 1.125rem;
  font-weight: bold;
  padding-bottom: 1.25rem;
  border-bottom: 2px solid #CCCCCC;
  margin: 3.75rem 0 1.5625rem;
}

.ct-static-page .ck-editor__main h6 {
  font-size: 1rem;
  font-weight: bold;
  margin: 3.75rem 0 1.25rem;
}

.cp-static .cm-terms .terms dl dd ol li li::before {
  counter-increment: unset;
  content: '●';
}

@media only screen and (max-width: 750px) {
  .ct-static-page .ck-editor__main h2 {
    padding: 1.875rem;
    font-size: 2.375rem;
  }

  .ct-static-page .ck-editor__main h3 {
    font-size: 2.25rem;
  }

  .ct-static-page .ck-editor__main h4,
  .ct-static-page .ck-editor__main h5  {
    font-size: 2.25rem;
  }

  .ct-static-page .ck-editor__main h6 {
    font-size: 2rem;
  }
}

.ct-static-page .ck-editor__main .mg-none {
  margin-top: 0;
}

.ct-static-page .ck-editor__main p {
  line-height: 28px;
}

.ck-editor__main small {
  display: flex;
  font-size: 0.75rem;
  line-height: 1.7;
  margin-bottom: 1.25rem;
}

.ck-editor__main small::before {
  counter-increment: item;
  content: counter(item)'.';
  font-weight: bold;
  margin-right: 5px;
}

.ck-editor__main ul {
  margin-top: -0.625rem;
  margin-bottom: 2.625rem;
  line-height: 2;
}

.ck-editor__main ul >li {
  margin-top: 0.9375rem;
  padding-left: 1.3em;
  text-indent: -1.3em;
  font-size: 0.875rem;
}

.ck-editor__main ul >li::before {
  content: "●";
  font-size: 1rem;
  font-weight: 500;
  margin-right: 5px;
}

.ck-editor__main ol li >ul li::before,
.ck-editor__main ul li >ul li::before {
  content: "・";
  font-size: 0.85rem;
  font-weight: 500;
  margin-right: 5px;
}

.ck-editor__main dl dt {
  font-weight: bold;
}

.ck-editor__main p.end {
  margin-top: 20px;
}

.ck-editor__main .cm-privacy-policy {
  padding: 2.5rem;
  background-color: #fff;
  border: solid 1px #eaeaea;
  box-sizing: border-box;
}

@media only screen and (max-width: 750px) {
  .ck-editor__main ul >li,
  .ck-editor__main ol >li {
    font-size: 1.75rem;
  }

  .cm-user-guide-terms div >dl {
    margin-top: 2.5rem;
  }
}

.ck-editor__main ol {
  counter-reset: number 0;
  margin-top: -0.625rem;
  margin-bottom: 2.625rem;
  line-height: 2;
}

.ck-editor__main ol >li {
  margin-top: 0.9375rem;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.ck-editor__main ol >li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  font-size: 1rem;
  font-weight: 500;
  margin-right: 5px;
}

.ck-editor__main ol li >ol li::before {
  counter-increment: number 1;
  content: "(" counter(number) ")";
  font-size: 0.85rem;
  font-weight: 500;
  margin-right: 5px;
}

.ck-editor__main .table-wrap {
  overflow-x: auto;
}

.ck-editor__main table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 1.875rem;
  line-height: 1.5;
}

.ck-editor__main table th {
  padding: 0.625rem 0.9375rem;
  font-weight: bold;
  border: 1px solid #CCCCCC;
}

.ct-static-page .ck-editor__main table td {
  font-size: 0.8125rem;
  padding: 0.625rem 0.9375rem;
  border: 1px solid #CCCCCC;
}

.ck-editor__main hr {
  margin-top: 5rem;
  margin-bottom: 2.9375rem;
}

.ck-editor__main .pdf-link {
  margin: 1.25rem 0;
}

.ck-editor__main a.link {
  text-decoration-line: underline;
  text-underline-offset: 4px;
  transition: .3s;
}

.ck-editor__main a.link:hover {
  text-decoration-line: none;
}

.ck-editor__main strong {
  font-weight: bold;
}

.ck-editor__main i {
  font-style: italic;
}


/* blog */
.co-blog-body .intro {
  background-color: #EDEBE7;
  border-radius: 24px;
  padding: 36px 40px;
  margin-bottom: 70px;
  letter-spacing: 0.03em;
  font-weight: 500;
}

.co-blog-body .contents.ck.ck-editor__main.ck-content p {
  font-weight: 500;
}

.co-blog-body .contents.ck.ck-editor__main.ck-content .contents {
  margin-bottom: 65px;
  width: 100%;
}

.co-blog-body .contents.ck.ck-editor__main.ck-content section {
  margin-bottom: 90px;
}

.co-blog-body .contents.ck.ck-editor__main.ck-content .contents td {
  font-weight: bold;
  padding: 23.6px 2em 8.8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.875;
  letter-spacing: 0.03em;
}

.co-blog-body .contents.ck.ck-editor__main.ck-content .contents td::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  transform-origin: right;
}

.co-blog-body .contents.ck.ck-editor__main.ck-content h1,
.co-blog-body .contents.ck.ck-editor__main.ck-content h2,
.co-blog-body .contents.ck.ck-editor__main.ck-content h3,
.co-blog-body .contents.ck.ck-editor__main.ck-content h4{
  margin: 30px 0;
  line-height: 1.3;
  font-weight: bold;
}

.co-blog-body .contents.ck.ck-editor__main.ck-content h1 {
  font-size: 48px;
}

.co-blog-body .contents.ck.ck-editor__main.ck-content h2 {
  font-size: 40px;
}

.co-blog-body .contents.ck.ck-editor__main.ck-content h3 {
  font-size: 32px;
}

.co-blog-body .contents.ck.ck-editor__main.ck-content h4 {
  font-size: 28px;
}

.co-blog-body .contents.ck.ck-editor__main.ck-content .detail {
  margin-top: 30px;
  letter-spacing: 0.03em;
  font-weight: 500;
}

.co-blog-body .contents.ck.ck-editor__main.ck-content .detail.paragraph-2 {
  display: grid;
  grid-template-columns: repeat(2, calc((100% - 30px) / 2));
  gap: 30px;
  margin-top: 60px;
}

.co-blog-body .contents.ck.ck-editor__main.ck-content img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  margin: 40px auto;
}

.co-blog-body .contents.ck.ck-editor__main.ck-content .paragraph-2 img {
  margin-top: 0;
}

@media screen and (max-width: 750px) {
  .co-blog-body .intro {
    margin-bottom: 6.75rem;
    padding: 3.75rem calc(10.25% / 2);
    border-radius: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    font-size: 1.68rem;
    line-height: 1.8;
  }

  .co-blog-body .contents.ck.ck-editor__main.ck-content p {
    font-weight: 500;
    font-size: 1.75rem;
  }

  .co-blog-body .contents.ck.ck-editor__main.ck-content .contents {
    margin-bottom: 6.875rem;
  }

  .co-blog-body .contents.ck.ck-editor__main.ck-content section {
    margin-bottom: 10rem;
  }

  .co-blog-body .contents.ck.ck-editor__main.ck-content .contents td {
    font-size: 1.75rem;
    padding: 3.2rem 0 1.6rem;
    border-image-repeat: stretch;
  }

  .co-blog-body .contents.ck.ck-editor__main.ck-content .contents td::after {
    transform-origin: top;
    margin-right: 0.5em;
  }

  .co-blog-body .contents.ck.ck-editor__main.ck-content h1,
  .co-blog-body .contents.ck.ck-editor__main.ck-content h2,
  .co-blog-body .contents.ck.ck-editor__main.ck-content h3 {
    margin: 3rem 0;
    line-height: 1.5;
  }

  .co-blog-body .contents.ck.ck-editor__main.ck-content h1 {
    font-size: 3.5rem;
  }

  .co-blog-body .contents.ck.ck-editor__main.ck-content h2 {
    font-size: 3rem;
  }

  .co-blog-body .contents.ck.ck-editor__main.ck-content h3 {
    font-size: 2.5rem;
  }

  .co-blog-body .contents.ck.ck-editor__main.ck-content h4 {
    font-size: 2.25rem;
  }

  .co-blog-body .contents.ck.ck-editor__main.ck-content .detail {
    margin-top: 3rem;
    font-size: 1.68rem;
    line-height: 1.85;
  }

  .co-blog-body .contents.ck.ck-editor__main.ck-content .detail.paragraph-2 {
    display: flex;
    flex-direction: column;
    gap: 4.5rem;
    margin-top: 7.5rem;
  }

  .ck-editor__main ul >li::before,
  .ck-editor__main ol >li::before {
    font-size: 2rem;
  }

  .ck-editor__main ul li >ul li::before,
  .ck-editor__main ol li >ul li::before,
  .ck-editor__main ol li >ol li::before {
    font-size: 1.7rem;
  }

  .ct-static-page .ck-editor__main table td {
    font-size: 1.625rem;
  }
}

.ca-banner > a,
.ca-banner > div {
  border-radius: 4px;
}

.ct-free-html .contents {
  font-size: 0.875rem;
  line-height: 1.4;
}

.ck-editor__main a {
  display: inline;
}

.ct-free-html img {
  max-width: 100%;
}

.ct-free-html h1 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}

.ct-free-html h2 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  background-color: #ccc;
  padding: 20px;
  margin: 3.75rem 0 1.875rem;
}

.ct-free-html h3 {
  font-size: 1.125rem;
  font-weight: bold;
  background-color: #f8f8f8;
  padding: 14px 15px 13px 23px;
  border-left: 8px solid #e0e0e0;
  margin: 60px 0 30px 0;
}

.ct-free-html h4 {
  font-size: 1.125rem;
  font-weight: bold;
  padding: 1.25rem 0;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  margin: 3.75rem 0 1.875rem;
}

.ct-free-html h5 {
  font-size: 1.125rem;
  font-weight: bold;
  padding-bottom: 1.25rem;
  border-bottom: 2px solid #CCCCCC;
  margin: 3.75rem 0 1.5625rem;
}

.ct-free-html h6 {
  font-size: 1rem;
  font-weight: bold;
  margin: 3.75rem 0 1.25rem;
}

.cp-static .cm-terms .terms dl dd ol li li::before {
  counter-increment: unset;
  content: '●';
}

@media only screen and (max-width: 750px) {
  .ct-free-html h2 {
    padding: 1.875rem;
    font-size: 2.375rem;
  }

  .ct-free-html h3 {
    font-size: 2.25rem;
  }

  .ct-free-html h4,
  .ct-free-html h5  {
    font-size: 2.25rem;
  }

  .ct-free-html h6 {
    font-size: 2rem;
  }
}

.ct-free-html .mg-none {
  margin-top: 0;
}

.ct-free-html p {
  line-height: 28px;
}

.ck-editor__main small {
  display: flex;
  font-size: 0.75rem;
  line-height: 1.7;
  margin-bottom: 1.25rem;
}

.ck-editor__main small::before {
  counter-increment: item;
  content: counter(item)'.';
  font-weight: bold;
  margin-right: 5px;
}

.ck-editor__main ul {
  margin-top: -0.625rem;
  margin-bottom: 2.625rem;
  line-height: 2;
}

.ck-editor__main ul >li {
  margin-top: 0.9375rem;
  padding-left: 1.3em;
  text-indent: -1.3em;
  font-size: 0.875rem;
}

.ck-editor__main ul >li::before {
  content: "●";
  font-size: 1rem;
  font-weight: 500;
  margin-right: 5px;
}

.ck-editor__main ol li >ul li::before,
.ck-editor__main ul li >ul li::before {
  content: "・";
  font-size: 0.85rem;
  font-weight: 500;
  margin-right: 5px;
}

.ck-editor__main dl dt {
  font-weight: bold;
}

.ck-editor__main p.end {
  margin-top: 20px;
}

.ck-editor__main .cm-privacy-policy {
  padding: 2.5rem;
  background-color: #fff;
  border: solid 1px #eaeaea;
  box-sizing: border-box;
}

@media only screen and (max-width: 750px) {
  .ck-editor__main ul >li,
  .ck-editor__main ol >li {
    font-size: 1.75rem;
  }

  .cm-user-guide-terms div >dl {
    margin-top: 2.5rem;
  }
}

.ck-editor__main ol {
  counter-reset: number 0;
  margin-top: -0.625rem;
  margin-bottom: 2.625rem;
  line-height: 2;
}

.ck-editor__main ol >li {
  margin-top: 0.9375rem;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.ck-editor__main ol >li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  font-size: 1rem;
  font-weight: 500;
  margin-right: 5px;
}

.ck-editor__main ol li >ol li::before {
  counter-increment: number 1;
  content: "(" counter(number) ")";
  font-size: 0.85rem;
  font-weight: 500;
  margin-right: 5px;
}

.ck-editor__main .table-wrap {
  overflow-x: auto;
}

.ck-editor__main table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 1.875rem;
  line-height: 1.5;
}

.ck-editor__main table th {
  padding: 0.625rem 0.9375rem;
  font-weight: bold;
  border: 1px solid #CCCCCC;
}

.ct-free-html table td {
  font-size: 0.8125rem;
  padding: 0.625rem 0.9375rem;
  border: 1px solid #CCCCCC;
}

.ck-editor__main hr {
  margin-top: 5rem;
  margin-bottom: 2.9375rem;
}

.ck-editor__main .pdf-link {
  margin: 1.25rem 0;
}

.ck-editor__main a.link {
  text-decoration-line: underline;
  text-underline-offset: 4px;
  transition: .3s;
}

.ck-editor__main a.link:hover {
  text-decoration-line: none;
}

.ck-editor__main strong {
  font-weight: bold;
}

.ck-editor__main i {
  font-style: italic;
}


/* blog */
.co-blog-body .intro {
  background-color: #EDEBE7;
  border-radius: 24px;
  padding: 36px 40px;
  margin-bottom: 70px;
  letter-spacing: 0.03em;
  font-weight: 500;
}

.co-blog-body .contents.ck.ck-editor__main.ck-content p {
  font-weight: 500;
}

.co-blog-body .contents.ck.ck-editor__main.ck-content .contents {
  margin-bottom: 65px;
  width: 100%;
}

.co-blog-body .contents.ck.ck-editor__main.ck-content section {
  margin-bottom: 90px;
}

.co-blog-body .contents.ck.ck-editor__main.ck-content .contents td {
  font-weight: bold;
  padding: 23.6px 2em 8.8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.875;
  letter-spacing: 0.03em;
}

.co-blog-body .contents.ck.ck-editor__main.ck-content .contents td::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  transform-origin: right;
}

.co-blog-body .contents.ck.ck-editor__main.ck-content h1,
.co-blog-body .contents.ck.ck-editor__main.ck-content h2,
.co-blog-body .contents.ck.ck-editor__main.ck-content h3,
.co-blog-body .contents.ck.ck-editor__main.ck-content h4{
  margin: 30px 0;
  line-height: 1.3;
  font-weight: bold;
}

.co-blog-body .contents.ck.ck-editor__main.ck-content h1 {
  font-size: 48px;
}

.co-blog-body .contents.ck.ck-editor__main.ck-content h2 {
  font-size: 40px;
}

.co-blog-body .contents.ck.ck-editor__main.ck-content h3 {
  font-size: 32px;
}

.co-blog-body .contents.ck.ck-editor__main.ck-content h4 {
  font-size: 28px;
}

.co-blog-body .contents.ck.ck-editor__main.ck-content .detail {
  margin-top: 30px;
  letter-spacing: 0.03em;
  font-weight: 500;
}

.co-blog-body .contents.ck.ck-editor__main.ck-content .detail.paragraph-2 {
  display: grid;
  grid-template-columns: repeat(2, calc((100% - 30px) / 2));
  gap: 30px;
  margin-top: 60px;
}

.co-blog-body .contents.ck.ck-editor__main.ck-content img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  margin: 40px auto;
}

.co-blog-body .contents.ck.ck-editor__main.ck-content .paragraph-2 img {
  margin-top: 0;
}

@media screen and (max-width: 750px) {
  .co-blog-body .intro {
    margin-bottom: 6.75rem;
    padding: 3.75rem calc(10.25% / 2);
    border-radius: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    font-size: 1.68rem;
    line-height: 1.8;
  }

  .co-blog-body .contents.ck.ck-editor__main.ck-content p {
    font-weight: 500;
    font-size: 1.75rem;
  }

  .co-blog-body .contents.ck.ck-editor__main.ck-content .contents {
    margin-bottom: 6.875rem;
  }

  .co-blog-body .contents.ck.ck-editor__main.ck-content section {
    margin-bottom: 10rem;
  }

  .co-blog-body .contents.ck.ck-editor__main.ck-content .contents td {
    font-size: 1.75rem;
    padding: 3.2rem 0 1.6rem;
    border-image-repeat: stretch;
  }

  .co-blog-body .contents.ck.ck-editor__main.ck-content .contents td::after {
    transform-origin: top;
    margin-right: 0.5em;
  }

  .co-blog-body .contents.ck.ck-editor__main.ck-content h1,
  .co-blog-body .contents.ck.ck-editor__main.ck-content h2,
  .co-blog-body .contents.ck.ck-editor__main.ck-content h3 {
    margin: 3rem 0;
    line-height: 1.5;
  }

  .co-blog-body .contents.ck.ck-editor__main.ck-content h1 {
    font-size: 3.5rem;
  }

  .co-blog-body .contents.ck.ck-editor__main.ck-content h2 {
    font-size: 3rem;
  }

  .co-blog-body .contents.ck.ck-editor__main.ck-content h3 {
    font-size: 2.5rem;
  }

  .co-blog-body .contents.ck.ck-editor__main.ck-content h4 {
    font-size: 2.25rem;
  }

  .co-blog-body .contents.ck.ck-editor__main.ck-content .detail {
    margin-top: 3rem;
    font-size: 1.68rem;
    line-height: 1.85;
  }

  .co-blog-body .contents.ck.ck-editor__main.ck-content .detail.paragraph-2 {
    display: flex;
    flex-direction: column;
    gap: 4.5rem;
    margin-top: 7.5rem;
  }

  .ck-editor__main ul >li::before,
  .ck-editor__main ol >li::before {
    font-size: 2rem;
  }

  .ck-editor__main ul li >ul li::before,
  .ck-editor__main ol li >ul li::before,
  .ck-editor__main ol li >ol li::before {
    font-size: 1.7rem;
  }

  .ct-free-html table td {
    font-size: 1.625rem;
  }
}

///////////////////////////////

.table.cm-table .delete-btn{
    background: #b75064;
}

.ct-collection-page .title {
display: none;
}

.layout-default .co-caution {
  background: #E9274C;
}

.layout-default .co-caution .ct-single {
  text-align: center;
}

.layout-default .co-caution .ct-single span,
.layout-default .co-caution .ct-single > div,
.layout-default .co-caution .ct-single div a {
  padding-right: 0;
}

.layout-default .co-caution:hover {
  background: #333;
}

.layout-default .co-caution:hover .attention {
  color: #f33123;
}
.layout-default .co-caution .ct-single div:after {
  display: none;
  }

.cp-static-or-lp .coordinate .co-list-set .ca-swipe .navigations {
  top: calc(50% - 35px);
}
.cp-static-or-lp .coordinate .co-list-set .ca-swipe .swiper-pagination {
  display: none;
}
@media screen and (max-width: 750px) {
  .cp-static-or-lp .coordinate .co-list-set .ca-swipe .navigations {
    top: calc(50% - 16px);
  }
}

.cp-static .cm-terms .terms dl dd ol li > ol li:before {
  content: "(" counter(item) ")";
  counter-increment: item;
}