@charset "UTF-8";
/* font $size
====================================== */
/* font family
====================================== */
/* colors 色管理
====================================== */
/* border ボーダー管理
====================================== */
/* breakpoint ブレイクポイント
====================================== */
/*----------------------------------------------------
    INDEX PAGE
----------------------------------------------------*/
.column-mv .swiper {
  position: relative;
}
.column-mv .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  background-color: #f5f3ed;
}
.column-mv .swiper-slide a:hover {
  opacity: 1;
}
.column-mv .inner {
  position: relative;
}
.column-mv:nth-child(3) {
  text-shadow: 0 0 10px #bbb7b4;
}

.mv-img {
  width: 100%;
  object-fit: cover;
}

.mv-catch {
  position: absolute;
  top: 11rem;
  left: calc(50% - 700px);
  line-height: 1.1;
  color: #333;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 65px;
  font-size: 6.5rem;
}
@media screen and (max-width: 1280px) {
  .mv-catch {
    top: 6rem;
    left: 40px;
  }
}
@media screen and (max-width: 820px) {
  .mv-catch {
    top: 5rem;
    left: 80px;
    font-size: 50px;
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .mv-catch {
    line-height: 1;
    top: 25px;
    left: 20px;
    font-size: 30px;
    font-size: 3rem;
  }
}
.mv-catch.care-catch .text {
  margin-top: 20px;
}
@media screen and (max-width: 820px) {
  .mv-catch.care-catch .text {
    margin-top: 15px;
  }
}
.mv-catch.oil-catch {
  color: #fff;
}
.mv-catch.oil-catch .text {
  text-shadow: 0 0 10px #808080, 0 0 20px #808080, 0 0 30px #808080;
}
@media screen and (max-width: 767px) {
  .mv-catch.oil-catch .text {
    text-shadow: none;
  }
}
.mv-catch .catch-logo {
  font-family: "League Spartan", sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 820px) {
  .mv-catch .catch-logo {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .mv-catch .catch-logo {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 8px;
    display: inline-block;
  }
}
.mv-catch .num {
  font-family: "League Spartan", sans-serif;
  font-size: 92px;
  font-size: 9.2rem;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 1280px) {
  .mv-catch .num {
    font-size: 82px;
    font-size: 8.2rem;
  }
}
@media screen and (max-width: 820px) {
  .mv-catch .num {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .mv-catch .num {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
.mv-catch .text {
  margin-top: 10px;
  line-height: 1.6;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 820px) {
  .mv-catch .text {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 5px;
  }
}

#slide-number-mv {
  letter-spacing: 0.6rem;
  font-weight: 600;
  color: white;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  #slide-number-mv {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.mv-pagination {
  z-index: 1;
  position: absolute;
  right: 80px;
  bottom: 50px;
  text-align: right;
  color: #000;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .mv-pagination {
    right: 30px;
    bottom: 20px;
  }
}

.line-wrapper {
  display: flex;
  gap: 0;
  justify-content: flex-end;
  width: 105px;
}
.line-wrapper .line {
  width: 35px;
  height: 2px;
  background-color: #b6b5b0;
  transition: background-color 0.3s;
}
.line-wrapper .line.active {
  background-color: #fff;
}

#slide-number-products {
  letter-spacing: 0.6rem;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
}

.products-pagination {
  z-index: 1;
  text-align: right;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  gap: 25px;
}
.products-pagination .line.active {
  background-color: #7d766a;
}

.column-aboutus {
  position: relative;
  padding-bottom: 0;
}
.column-aboutus:before {
  content: "";
  background: url("../img/top/abou01.png") no-repeat;
  position: absolute;
  bottom: -150px;
  left: -50px;
  width: 218px;
  height: 390px;
  box-sizing: border-box;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .column-aboutus:before {
    bottom: -50px;
    left: -30px;
    background-size: contain;
    width: 150px;
    height: 300px;
  }
}
.column-aboutus .com-tit-01 {
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  font-family: "League Spartan", sans-serif;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 820px) {
  .column-aboutus .com-tit-01 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.item-wrap {
  display: flex;
  gap: 80px;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .item-wrap {
    gap: 40px;
  }
}

.aboutus-content {
  margin-top: 60px;
  justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .aboutus-content {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .aboutus-content {
    margin-top: 0;
  }
}
.aboutus-content .left {
  position: relative;
}
@media screen and (max-width: 767px) {
  .aboutus-content .left {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.8;
  }
}
.aboutus-content .left:before {
  content: "";
  background: url("../img/top/abou02.png") no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 125px;
  height: 241px;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .aboutus-content .left:before {
    width: 100px;
    bottom: -115px;
  }
}
.aboutus-content .left .text {
  font-size: 42px;
  font-size: 4.2rem;
  font-family: "Shippori Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-height: 2.2;
  font-weight: 500;
  letter-spacing: -0.1em;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 1280px) {
  .aboutus-content .left .text {
    font-size: 38px;
    font-size: 3.8rem;
    z-index: 1;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .aboutus-content .left .text {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.aboutus-content .right {
  font-weight: 500;
  text-align: left;
  line-height: 3;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1280px) {
  .aboutus-content .right {
    width: 50%;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 820px) {
  .aboutus-content .right {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .aboutus-content .right {
    line-height: 2.5;
  }
}
.aboutus-content .right > p {
  border-bottom: 1px solid #333;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.item-content {
  gap: 150px;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #d0ccc1;
  margin-bottom: 40px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1280px) {
  .item-content {
    margin-bottom: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 820px) {
  .item-content {
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .item-content {
    gap: 40px;
  }
}
.item-content:last-child {
  border: none;
  margin-bottom: 0;
}
.item-content.item-content-reverce {
  flex-direction: row-reverse;
}
.item-content figure {
  width: calc(60% - 150px);
}
@media screen and (max-width: 820px) {
  .item-content figure {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .item-content figure {
    width: 100%;
  }
}
.item-content .text {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  display: flex;
  gap: 30px;
  flex-direction: column;
}
@media screen and (max-width: 1280px) {
  .item-content .text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.item-content .item-size {
  height: 320px;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .item-content .item-size {
    height: auto;
  }
}

.column-allproducts {
  background: #6e7662;
  position: relative;
}
@media screen and (max-width: 767px) {
  .column-allproducts {
    padding: 60px 0 40px 0;
  }
}
.column-allproducts .product-title {
  line-height: 0.7;
  color: #fff;
  font-weight: 600;
  font-size: 60px;
  font-size: 6rem;
  position: absolute;
  bottom: 0;
  left: 55%;
  transform: translateX(-50%);
}
@media screen and (max-width: 820px) {
  .column-allproducts .product-title {
    left: 20px;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .column-allproducts .product-title {
    line-height: 0.8;
    font-size: 25px;
    font-size: 2.5rem;
    bottom: 10px;
  }
}
.column-allproducts .prodct-image {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  height: 780px;
}
@media screen and (max-width: 767px) {
  .column-allproducts .prodct-image {
    width: 100%;
    height: auto;
    position: relative;
  }
}
.column-allproducts .prodct-image img {
  object-fit: cover;
  width: 100%;
  height: 780px;
}
@media screen and (max-width: 767px) {
  .column-allproducts .prodct-image img {
    height: auto;
  }
}

.top-logo {
  margin-bottom: 10px;
  display: block;
  width: 250px;
  margin: 0 auto 30px auto;
}
@media screen and (max-width: 767px) {
  .top-logo {
    width: 150px;
    margin-bottom: 20px;
  }
}

.products-content {
  align-items: center;
  height: 780px;
}
@media screen and (max-width: 767px) {
  .products-content {
    height: auto;
    flex-wrap: wrap;
  }
}

.product-list {
  width: 35%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .product-list {
    width: 100%;
  }
}
.product-list li {
  border-bottom: 1px solid #fff;
  position: relative;
  padding-left: 20px;
}
.product-list li:first-child {
  border-top: 1px solid #fff;
}
.product-list li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.product-list li a {
  color: #fff;
  display: block;
  padding-bottom: 25px;
  padding-top: 25px;
  line-height: 1.8;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1280px) {
  .product-list li a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.product-list li .en {
  display: block;
  letter-spacing: 0.1em;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 1280px) {
  .product-list li .en {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.4;
  }
}

.column-new-item .swiper-slide {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
}
@media screen and (max-width: 1280px) {
  .column-new-item .swiper-slide {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .column-new-item .swiper-slide {
    gap: 40px 10px;
  }
}
.column-new-item .product-item {
  position: relative;
}
.column-new-item figure img {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.column-new-item .price {
  margin-bottom: 15px;
}
.column-new-item .price del {
  color: inherit;
  opacity: 0.7;
  display: inline-block;
}
.column-new-item .price ins {
  background: 0 0;
  font-weight: 500;
  display: inline-block;
}
.column-new-item .price .tax-included {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .column-new-item .price .tax-included {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.item-title {
  margin: 20px 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .item-title {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/* news-blog */
.column-news-blog {
  background: #edebe4;
}

/* --- スライドの順番に応じて遅延をかける --- */
/* 2番目のスライド（0.2秒遅れ） */
.swiper-slide:nth-child(2) .product-item.fade-item {
  transition-delay: 0.2s;
}

/* 3番目のスライド（0.4秒遅れ） */
.swiper-slide:nth-child(3) .product-item.fade-item {
  transition-delay: 0.4s;
}

/* 4番目のスライド（0.6秒遅れ） */
.swiper-slide:nth-child(4) .product-item.fade-item {
  transition-delay: 0.6s;
}

/* 5番目以降（必要に応じて追加） */
.swiper-slide:nth-child(5) .product-item.fade-item {
  transition-delay: 0.8s;
}

.news_list {
  margin-left: 80px;
}
@media screen and (max-width: 767px) {
  .news_list {
    margin-left: 0;
  }
}
.news_list li a {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 30px 0;
  border-bottom: 1px solid #d6d5d3;
}
@media screen and (max-width: 767px) {
  .news_list li a {
    gap: 20px;
  }
}
.news_list li .date {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .news_list li .date {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.news_list li .title {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .news_list li .title {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.news_list li:first-child a {
  border-top: 1px solid #d6d5d3;
}

/*----------------------------------------------------
    FAQ
----------------------------------------------------*/
.faq_wrap {
  margin-bottom: 60px;
  scroll-margin-top: 210px;
}
@media screen and (max-width: 820px) {
  .faq_wrap {
    scroll-margin-top: 145px;
  }
}
@media screen and (max-width: 767px) {
  .faq_wrap {
    scroll-margin-top: 130px;
  }
}

.faq_list {
  margin-bottom: 30px;
  border-bottom: 1px dashed #d0ccc1;
  padding-bottom: 30px;
}

.faq_title {
  margin-bottom: 10px;
  padding-left: 1.8em;
  text-indent: -1.8em;
  color: #355641;
  position: relative;
}
.faq_title:before {
  content: "Q.";
  margin-right: 8px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #6e7662;
}
@media screen and (max-width: 767px) {
  .faq_title:before {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.faq_content {
  position: relative;
  padding-left: 1.8em;
  text-indent: -1.8em;
}
.faq_content:before {
  content: "A.";
  margin-right: 8px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #6e7662;
}
@media screen and (max-width: 767px) {
  .faq_content:before {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.faq_content a {
  text-decoration: underline;
}

/*----------------------------------------------------
    LP共通
----------------------------------------------------*/
.key-main {
  padding-left: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 1280px) {
  .key-main {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .key-main {
    padding-left: 5px;
    margin-top: -20px;
  }
}

.key-text {
  color: #514949;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .key-text {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.column-keymv {
  height: auto;
  width: 100%;
  /* 画像の 横 / 縦 の比率を指定 */
  aspect-ratio: 1280/410;
}
@media screen and (max-width: 1280px) {
  .column-keymv {
    max-width: 1280px;
  }
}
@media screen and (max-width: 820px) {
  .column-keymv {
    height: 700px;
  }
}
@media screen and (max-width: 767px) {
  .column-keymv {
    height: 410px;
  }
}

.top-lead {
  font-size: 15px;
  font-size: 1.5rem;
  padding-left: 70px;
  margin-bottom: 80px;
  line-height: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-lead {
    font-size: 13px;
    font-size: 1.3rem;
    padding-left: 20px;
    margin-bottom: 40px;
  }
}
.top-lead:before {
  content: "";
  height: 70px;
  position: absolute;
  left: -4px;
  top: 0;
}
.top-lead:after {
  content: "";
  width: 585px;
  height: 280px;
  position: absolute;
  top: -150px;
  right: 0;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
  .top-lead:after {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-lead:after {
    right: 0;
    width: 250px;
    height: 150px;
  }
}
.top-lead .com-tit-08 span {
  line-height: 2.4;
}

.mainimg {
  text-align: center;
}

/* ギャラリー */
/* Swiper全体の動きを等速（linear）にする */
.swiper-wrapper {
  transition-timing-function: linear !important;
}

/*----------------------------------------------------
    3STEP CARE
----------------------------------------------------*/
.page-3step-care .column-new-item, .page-3step-care .column-scroll-gallery {
  background: #edebe4;
}
.page-3step-care .column-use {
  background: #f5f3ed;
}
.page-3step-care .use-wrap .use-list {
  width: 53%;
}
@media screen and (max-width: 820px) {
  .page-3step-care .use-wrap .use-list {
    width: 100%;
  }
}
.page-3step-care .swiper-use .how-to {
  height: 420px;
  display: flex;
}
@media screen and (max-width: 820px) {
  .page-3step-care .swiper-use .how-to {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .page-3step-care .swiper-use .how-to {
    height: 630px;
    display: block;
  }
}
@media screen and (max-width: 820px) {
  .page-3step-care .step-wrap .step-list {
    flex-wrap: wrap;
  }
}

.column-keymv.key-step {
  background: url("../img/lp/3stepcare/key_pc.jpg") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 820px) {
  .column-keymv.key-step {
    background: url("../img/lp/3stepcare/key_sp.jpg") no-repeat;
    background-size: cover;
  }
}
.column-keymv.key-step .com-tit-04 {
  color: #fff;
  text-shadow: 0 0 5px #666, 0 0 15px #808080;
}
@media screen and (max-width: 767px) {
  .column-keymv.key-step .com-tit-04 {
    color: #4d4745;
    text-shadow: none;
  }
}
.column-keymv.key-step .com-tit-04 .en {
  text-shadow: 0 0 8px rgba(128, 128, 128, 0.6), 0 0 15px rgba(128, 128, 128, 0.4);
}
@media screen and (max-width: 767px) {
  .column-keymv.key-step .com-tit-04 .en {
    text-shadow: none;
  }
}
.column-keymv.key-step .key-text {
  color: #fff;
  text-shadow: 0 0 5px #666, 0 0 15px #808080;
}
@media screen and (max-width: 767px) {
  .column-keymv.key-step .key-text {
    color: #4d4745;
    text-shadow: none;
  }
}

.column-3step {
  padding-bottom: 0;
}
.column-3step .top-lead {
  border-left: 4px solid #b5b8b1;
}
.column-3step .top-lead:before {
  content: "";
  border-left: 4px solid #6e7662;
}
.column-3step .top-lead:after {
  content: "";
  background: url("../img/lp/3stepcare/wave.png") no-repeat;
}
@media screen and (max-width: 767px) {
  .column-3step .top-lead:after {
    background-size: cover;
  }
}
.column-3step .mainimg {
  position: relative;
}
.column-3step .mainimg:before {
  content: "";
  background: url("../img/lp/3stepcare/step02_pc.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .column-3step .mainimg:before {
    background: url("../img/lp/3stepcare/step02_sp.png") no-repeat;
    background-size: contain;
  }
}

.step-wrap {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .step-wrap {
    gap: 30px;
  }
}
.step-wrap .step-list:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .step-wrap .step-list:nth-child(even) {
    flex-direction: column;
  }
}
.step-wrap .step-list:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.step-wrap .step-list .no {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .step-wrap .step-list .no {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1280px) {
  .step-wrap .no img {
    max-width: 160px;
  }
}
@media screen and (max-width: 820px) {
  .step-wrap .no img {
    max-width: 110px;
  }
}
@media screen and (max-width: 767px) {
  .step-wrap .no img {
    max-width: 80px;
  }
}

.step-title {
  display: flex;
  gap: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .step-title {
    flex-direction: column;
    margin-bottom: 30px;
    gap: 0;
  }
}
.step-title .com-tit-06 {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.step-nayami {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  gap: 120px;
}
@media screen and (max-width: 820px) {
  .step-nayami {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .step-nayami {
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
  }
}
.step-nayami .com-tit-11 {
  font-weight: 500;
  background: #fff;
  font-family: "Sawarabi Gothic", "Yu Gothic", "Meiryo", sans-serif;
  margin-bottom: 20px;
  border-radius: 0;
}
.step-nayami .table-left {
  width: 32%;
}
@media screen and (max-width: 820px) {
  .step-nayami .table-left {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .step-nayami .table-left {
    width: 100%;
  }
}
.step-nayami .top-lead {
  margin-bottom: 40px;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .step-nayami .top-lead {
    margin-bottom: 0;
  }
}

.arrow-icon {
  margin: 30px;
  text-align: center;
}
.arrow-icon img {
  width: 45px;
  height: 65px;
}

.img-step {
  text-align: center;
}

.step-nayami-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.step-nayami-list li:not(.en) {
  background: #333;
  color: #fff;
  border-radius: 60px;
  padding: 3px 20px;
}

.left-content {
  max-width: 610px;
}
@media screen and (max-width: 1280px) {
  .left-content {
    max-width: 480px;
  }
}
@media screen and (max-width: 767px) {
  .left-content {
    max-width: 100%;
  }
}

.table-treat {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .table-treat {
    flex-wrap: wrap;
  }
}
.table-treat figure {
  width: 40%;
  min-width: 250px;
}
@media screen and (max-width: 767px) {
  .table-treat figure {
    width: 75%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .table-treat > ul {
    order: 2;
  }
}
.table-treat .notion2 {
  padding-left: 1.3em;
  text-indent: -1.3em;
  margin-top: 10px;
}

.step-color-list {
  margin-top: 30px;
  display: flex;
  gap: 15px;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .step-color-list {
    gap: 25px;
  }
}
.step-color-list .notion {
  font-size: 13px;
  font-size: 1.3rem;
}
.step-color-list li {
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 1280px) {
  .step-color-list li {
    flex-direction: column;
    gap: 10px;
  }
}
.step-color-list li span {
  text-align: center;
  color: #9e8184;
  padding: 3px 20px;
  border: 1px solid;
  border-radius: 60px;
  max-width: 180px;
  width: 100%;
  line-height: 1.4;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .step-color-list li span {
    max-width: 270px;
  }
}

.step-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  line-height: 2.5;
  padding-bottom: 40px;
  border-bottom: 1px solid #d0ccc1;
}
@media screen and (max-width: 820px) {
  .step-list {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .step-list figure {
    margin-bottom: 20px;
  }
}
.step-list .text {
  width: 65%;
}
@media screen and (max-width: 1280px) {
  .step-list .text {
    width: 81%;
  }
}
@media screen and (max-width: 820px) {
  .step-list .text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .step-list .text .no {
    width: 80px;
  }
}

/*----------------------------------------------------
    CARE MENU
----------------------------------------------------*/
.column-keymv.key-care {
  background: url("../img/lp/caremenu/key_pc.jpg") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 820px) {
  .column-keymv.key-care {
    background: url("../img/lp/caremenu/key_sp.jpg") no-repeat;
    background-size: cover;
  }
}
.column-keymv.key-care .com-tit-04, .column-keymv.key-care .key-text {
  color: #000;
}
@media screen and (max-width: 820px) {
  .column-keymv.key-care .com-tit-04, .column-keymv.key-care .key-text {
    color: #000;
  }
}
.column-keymv.key-care .com-tit-04 span, .column-keymv.key-care .key-text span {
  color: #000;
}
@media screen and (max-width: 820px) {
  .column-keymv.key-care .com-tit-04 span, .column-keymv.key-care .key-text span {
    color: #000;
  }
}

.column-care {
  padding-bottom: 0;
}
.column-care .top-lead {
  border-left: 4px solid #d9cfd0;
}
.column-care .top-lead:before {
  content: "";
  border-left: 4px solid #a18a8c;
}
.column-care .top-lead:after {
  content: "";
  background: url("../img/lp/caremenu/wave.png") no-repeat;
}
@media screen and (max-width: 767px) {
  .column-care .top-lead:after {
    background-size: cover;
  }
}

.column-youtube .com-btn-02 {
  margin-top: 60px;
}

.yotube-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 1280px) {
  .yotube-content {
    gap: 40px 20px;
  }
}
.yotube-content li {
  width: calc(50% - 40px);
}
@media screen and (max-width: 767px) {
  .yotube-content li {
    width: 100%;
  }
}
.yotube-content li iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 10px;
}
.yotube-content .com-tit-07 {
  margin-bottom: 20px;
}
.yotube-content .com-btn-04 {
  margin-top: 10px;
}
.yotube-content .com-tit-12 {
  margin-top: 0;
}

.column-oil-list.column-care-list {
  padding-bottom: 0;
}
@media screen and (max-width: 820px) {
  .column-oil-list.column-care-list {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .column-oil-list.column-care-list {
    padding-top: 60px;
  }
}
.column-oil-list.column-care-list .com-tit-06 {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .column-oil-list.column-care-list .com-tit-06 {
    gap: 10px;
  }
}
.column-oil-list.column-care-list .com-tit-06 .border-tit {
  background: #6c1717;
  font-size: 15px;
  font-size: 1.5rem;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .column-oil-list.column-care-list .com-tit-06 .border-tit {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.column-oil-list.column-care-list .main-tit {
  display: flex;
  gap: 5px;
}
.column-oil-list.column-care-list .step-wrap {
  margin-top: 0;
}
@media screen and (max-width: 820px) {
  .column-oil-list.column-care-list .step-list {
    padding-bottom: 0;
  }
}

.oil_main {
  margin-bottom: 40px;
}

.page-care-menu .column-new-item {
  background: #edebe4;
}

.column-ill-table {
  padding-bottom: 0;
}

.column-5kit {
  border-top: 1px solid #d0ccc1;
  border-bottom: 1px solid #d0ccc1;
}
@media screen and (max-width: 820px) {
  .column-5kit .kit-tit {
    width: 200px;
  }
}
.column-5kit .column-new-item {
  background: #f5f3ed;
}
.column-5kit .price {
  margin-top: 15px;
  display: flex;
  gap: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}

.kit-wrap {
  font-size: 14px;
  font-size: 1.4rem;
  display: flex;
  gap: 60px;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .kit-wrap {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.kit-wrap .com-btn-03 {
  position: relative;
  margin-top: 30px;
}
@media screen and (max-width: 1280px) {
  .kit-wrap .com-tit-08 span {
    font-size: 42px;
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .kit-wrap .com-tit-08 span {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

/*----------------------------------------------------
    CURA OIL
----------------------------------------------------*/
.column-keymv.oil-step {
  background: url("../img/lp/curaoil/key_pc.jpg") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1280px) {
  .column-keymv.oil-step {
    background-size: contain;
  }
}
@media screen and (max-width: 820px) {
  .column-keymv.oil-step {
    background: url("../img/lp/curaoil/key_sp.jpg") no-repeat;
    background-size: cover;
  }
}
.column-keymv.oil-step .com-tit-04 .en {
  font-size: 75px;
  font-size: 7.5rem;
}
@media screen and (max-width: 767px) {
  .column-keymv.oil-step .com-tit-04 .en {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
.column-keymv.oil-step .com-tit-04, .column-keymv.oil-step .key-text {
  color: #f5eeee;
}
@media screen and (max-width: 820px) {
  .column-keymv.oil-step .com-tit-04, .column-keymv.oil-step .key-text {
    color: #4d4745;
  }
}
.column-keymv.oil-step .com-tit-04 span, .column-keymv.oil-step .key-text span {
  color: #f5eeee;
}
@media screen and (max-width: 820px) {
  .column-keymv.oil-step .com-tit-04 span, .column-keymv.oil-step .key-text span {
    color: #4d4745;
  }
}

.column-oil {
  padding-bottom: 40px;
}
.column-oil .top-lead {
  border-left: 4px solid #d9cfd0;
}
.column-oil .top-lead:before {
  content: "";
  border-left: 4px solid #a18a8c;
}
.column-oil .top-lead:after {
  content: "";
  background: url("../img/lp/curaoil/wave.png") no-repeat;
}
@media screen and (max-width: 767px) {
  .column-oil .top-lead:after {
    background-size: cover;
  }
}
.column-oil.column-aboutus {
  border-bottom: 1px solid #d0ccc1;
}
.column-oil.column-aboutus .aboutus-content {
  justify-content: center;
  gap: 160px;
}
@media screen and (max-width: 820px) {
  .column-oil.column-aboutus .aboutus-content {
    gap: 40px;
  }
}
@media screen and (max-width: 820px) {
  .column-oil.column-aboutus .aboutus-content .right {
    text-align: center;
  }
}
.column-oil.column-aboutus .aboutus-content .right > p {
  border-bottom: none;
}
@media screen and (max-width: 820px) {
  .column-oil.column-aboutus .aboutus-content .right > p {
    margin-bottom: 0;
    padding-bottom: 30px;
  }
}
.column-oil.column-aboutus .left:before {
  content: "";
  background: url("../img/lp/curaoil/abou03.png") no-repeat;
  position: absolute;
  bottom: -120px;
  right: 0;
  left: 100px;
  width: 250px;
  height: 307px;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .column-oil.column-aboutus .left:before {
    width: 100px;
    bottom: -115px;
  }
}

@media screen and (max-width: 767px) {
  .column-oil-list {
    padding-top: 100px;
  }
}
.column-oil-list .step-list {
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .column-oil-list .step-list {
    gap: 30px;
  }
}
.column-oil-list .step-list .text {
  width: calc(65% - 60px);
}
@media screen and (max-width: 767px) {
  .column-oil-list .step-list .text {
    width: 100%;
  }
}
.column-oil-list .step-list figure {
  width: calc(45% - 60px);
}
@media screen and (max-width: 767px) {
  .column-oil-list .step-list figure {
    width: 100%;
    margin-bottom: 20px;
  }
}

.column-fragrance {
  background: #edebe4;
}
@media screen and (max-width: 767px) {
  .column-fragrance .com-tit-09 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.fragrance-list {
  margin-top: 30px;
}
@media screen and (max-width: 820px) {
  .fragrance-list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.fragrance-list > li {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}
@media screen and (max-width: 820px) {
  .fragrance-list > li {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .fragrance-list > li {
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
    padding: 20px 15px;
  }
}
.fragrance-list > li:nth-child(1) {
  border-top: 5px solid #b99195;
}
.fragrance-list > li:nth-child(1) .com-tit-10 {
  color: #b99195;
}
.fragrance-list > li:nth-child(1) .f-text span {
  background: #b99195;
}
.fragrance-list > li:nth-child(1) .color-list span {
  border: 1px solid #b99195;
  color: #b99195;
}
.fragrance-list > li:nth-child(2) {
  border-top: 5px solid #926d52;
}
.fragrance-list > li:nth-child(2) .com-tit-10 {
  color: #926d52;
}
.fragrance-list > li:nth-child(2) .f-text span {
  background: #926d52;
}
.fragrance-list > li:nth-child(2) .color-list span {
  border: 1px solid #926d52;
  color: #926d52;
}
.fragrance-list > li:nth-child(3) {
  border-top: 5px solid #6d795f;
}
.fragrance-list > li:nth-child(3) .com-tit-10 {
  color: #6d795f;
}
.fragrance-list > li:nth-child(3) .f-text span {
  background: #6d795f;
}
.fragrance-list > li:nth-child(3) .color-list span {
  border: 1px solid #6d795f;
  color: #6d795f;
}
.fragrance-list > li .com-tit-10 {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.fragrance-list > li .color-list span {
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  border-radius: 60px;
  width: 74px;
  line-height: 1.4;
  margin-right: 10px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .fragrance-list > li .color-list span {
    font-size: 12px;
    font-size: 1.2rem;
    width: 68px;
  }
}
.fragrance-list > li .color-list li {
  letter-spacing: -0.01em;
}
.fragrance-list > li figure {
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .fragrance-list > li figure {
    margin-bottom: 10px;
  }
}
.fragrance-list > li figure img {
  border-radius: 10px;
}
.fragrance-list > li .f-text {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 820px) {
  .fragrance-list > li .f-text {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .fragrance-list > li .f-text {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.fragrance-list > li .f-text span {
  padding: 2px 12px;
}
@media screen and (max-width: 767px) {
  .fragrance-list > li .f-text span {
    padding: 2px 6px;
  }
}

.column-use {
  background: #edebe4;
  position: relative;
}
.column-use .swiper-pagination-bullet-active {
  background: #6e7662;
}
.column-use .swiper-pagination {
  position: absolute;
  right: 9%;
  left: inherit !important;
  top: 50%;
  bottom: inherit !important;
  width: auto !important;
}
@media screen and (max-width: 767px) {
  .column-use .swiper-pagination {
    right: 6%;
  }
}
.column-use .swiper-pagination-use .swiper-pagination-bullet {
  display: block; /* 縦並びにする */
  margin: 10px 0 !important; /* ボタン間の余白 */
  border-radius: 100%;
  height: 8px;
  width: 8px;
}
.column-use .swiper-button-next,
.column-use .swiper-button-prev {
  top: 57%;
  color: #6e7662;
  font-family: "Sawarabi Gothic", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 767px) {
  .column-use .swiper-button-next,
  .column-use .swiper-button-prev {
    top: 37%;
  }
}
.column-use .swiper-button-next:hover:after, .column-use .swiper-button-next:hover:before,
.column-use .swiper-button-prev:hover:after,
.column-use .swiper-button-prev:hover:before {
  transition: all 0.3s ease;
  background: #6e7662;
  color: #fff;
  border: 1px solid #6e7662;
}
.column-use .swiper-button-next:after,
.column-use .swiper-button-prev:after {
  text-rendering: initial;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 15px;
  display: flex;
  justify-content: center;
  border: 1px solid;
}
@media screen and (max-width: 820px) {
  .column-use .swiper-button-next:after,
  .column-use .swiper-button-prev:after {
    padding: 5px;
  }
}
@media screen and (max-width: 767px) {
  .column-use .swiper-button-next:after,
  .column-use .swiper-button-prev:after {
    padding: 15px 5px;
  }
}
.column-use .swiper-button-prev-use {
  left: 30px;
}
@media screen and (max-width: 1280px) {
  .column-use .swiper-button-prev-use {
    left: 10px;
  }
}
@media screen and (max-width: 820px) {
  .column-use .swiper-button-prev-use {
    left: 7px;
  }
}
.column-use .swiper-button-prev-use::after {
  content: "前へ" !important;
}
.column-use .swiper-button-next-use {
  right: 30px;
}
@media screen and (max-width: 1280px) {
  .column-use .swiper-button-next-use {
    right: 10px;
  }
}
@media screen and (max-width: 820px) {
  .column-use .swiper-button-next-use {
    right: 7px;
  }
}
.column-use .swiper-button-next-use::after {
  content: "次へ" !important;
}

.how-to-wrap {
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .how-to-wrap {
    padding-top: 100px;
    gap: 100px;
  }
}
.how-to-wrap .swiper-notification {
  display: none;
}
.how-to-wrap .use-wrap {
  gap: 60px;
  align-items: flex-start;
}
@media screen and (max-width: 820px) {
  .how-to-wrap .use-wrap {
    flex-direction: column;
    gap: 30px;
  }
}
.how-to-wrap .use-wrap .use-list {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 820px) {
  .how-to-wrap .use-wrap .use-list {
    width: 70%;
    margin: 0 auto;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .how-to-wrap .use-wrap .use-list {
    width: 100%;
  }
}
.how-to-wrap .use-wrap figure {
  width: 38%;
}
@media screen and (max-width: 820px) {
  .how-to-wrap .use-wrap figure {
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .how-to-wrap .use-wrap figure {
    width: 100%;
  }
}

.how-to-wrap02 {
  position: relative;
}
.how-to-wrap02:after {
  content: "";
  background: url("../img/lp/curaoil/oil_ill01.svg") no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  background-size: contain;
  width: 153px;
  height: 150px;
}
@media screen and (max-width: 820px) {
  .how-to-wrap02:after {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .how-to-wrap02:after {
    width: 100px;
    height: 97px;
  }
}
@media screen and (max-width: 767px) {
  .how-to-wrap02.how-to {
    padding-bottom: 75px !important;
  }
}

.flow-howto {
  width: 86%;
  margin: 30px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .flow-howto {
    width: 100%;
  }
}
.flow-howto .notion2 {
  margin-bottom: 20px;
}
.flow-howto figure {
  max-width: 470px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .flow-howto figure {
    max-width: 100%;
  }
}

.swiper-use {
  position: relative;
}
.swiper-use .swiper-slide {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .swiper-use .swiper-slide {
    padding-top: 100px;
  }
}
.swiper-use .use-style {
  background: #6e7662;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  position: absolute;
  top: -30px;
  left: -50px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
@media screen and (max-width: 820px) {
  .swiper-use .use-style {
    left: -40px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-use .use-style {
    top: -70px;
    left: -5px;
    width: 120px;
    height: 120px;
  }
}
.swiper-use .use-style .en {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .swiper-use .use-style .en {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
.swiper-use .how-to {
  padding: 60px;
  background: #fff;
  width: 87%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 820px) {
  .swiper-use .how-to {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .swiper-use .how-to {
    width: 96%;
    padding: 60px 30px 30px 30px;
  }
}

.use-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}
@media screen and (max-width: 820px) {
  .use-wrap {
    gap: 80px;
  }
}
@media screen and (max-width: 767px) {
  .use-wrap {
    gap: 30px;
    flex-wrap: wrap;
  }
}
.use-wrap > img {
  width: 30%;
}
@media screen and (max-width: 820px) {
  .use-wrap > img {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .use-wrap > img {
    width: 85%;
    margin: 0 auto;
  }
}
.use-wrap .use-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 40%;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 820px) {
  .use-wrap .use-list {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .use-wrap .use-list {
    width: 100%;
  }
}
.use-wrap .use-list li > p {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.use-wrap .use-list .en {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  color: #6e7662;
  margin-right: 10px;
}

.footnote {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 20px;
}

/*----------------------------------------------------
    PAMYROLについて about
----------------------------------------------------*/
.column-about {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .column-about {
    padding-top: 30px;
  }
}
.column-about .about-cencept {
  max-width: 880px;
  margin: 80px 0 0 auto;
}
@media screen and (max-width: 767px) {
  .column-about .about-cencept {
    margin-top: 50px;
  }
}

.key-about .logo {
  width: 400px;
}
@media screen and (max-width: 1280px) {
  .key-about .logo {
    width: 350px;
  }
}
@media screen and (max-width: 820px) {
  .key-about .logo {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .key-about .logo {
    width: 150px;
  }
}
.key-about .com-tit-02 {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: -0.009em;
}
@media screen and (max-width: 1280px) {
  .key-about .com-tit-02 {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 820px) {
  .key-about .com-tit-02 {
    font-size: 20px;
    font-size: 2rem;
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .key-about .com-tit-02 {
    font-size: 16px;
    font-size: 1.6rem;
    gap: 5px;
  }
}

.about-main {
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .about-main {
    margin-top: 30px;
  }
}
.about-main .logo_name {
  position: absolute;
  right: 45px;
  bottom: 50px;
}
@media screen and (max-width: 767px) {
  .about-main .logo_name {
    right: 20px;
    bottom: 20px;
  }
}
.about-main .logo_name img {
  width: 350px;
}
@media screen and (max-width: 1280px) {
  .about-main .logo_name img {
    width: 300px;
  }
}
@media screen and (max-width: 820px) {
  .about-main .logo_name img {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .about-main .logo_name img {
    width: 130px;
  }
}

.about-cencept {
  display: flex;
}
.about-cencept .com-tit-01 {
  margin-bottom: 30px;
}
.about-cencept .com-tit-06 {
  margin-top: 60px;
  line-height: 2.2;
  letter-spacing: -0.1em;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 42px;
  font-size: 4.2rem;
  border-bottom: none;
}
@media screen and (max-width: 1280px) {
  .about-cencept .com-tit-06 {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 767px) {
  .about-cencept .com-tit-06 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.typesquare_option {
  margin: 6px 32px 0 0;
  writing-mode: vertical-rl;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .typesquare_option {
    margin-right: 20px;
  }
}
.typesquare_option span {
  font-family: "League Spartan", sans-serif;
  position: relative;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .typesquare_option span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.typesquare_option span:before {
  content: "";
  position: absolute;
  left: 8px;
  top: calc(100% + 8px);
  height: 120px;
  width: 1px;
  background-color: #000;
}

.about-image {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media screen and (max-width: 767px) {
  .column-about-pamyrol {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .column-about-pamyrol .image-about-pamyrol {
    margin-left: -15px;
  }
}
@media screen and (max-width: 767px) {
  .column-about-pamyrol .flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .column-about-pamyrol .about-cencept {
    margin-top: 50px;
  }
}

/*----------------------------------------------------
    会社概要 company
----------------------------------------------------*/
.column-table-01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #d0ccc1;
  border-right: 1px solid #d0ccc1;
  border-left: 1px solid #d0ccc1;
}
.column-table-01 dt {
  width: 20%;
  background: #edebe4;
  border-bottom: 1px solid #d0ccc1;
  padding: 20px 0;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .column-table-01 dt {
    width: 100%;
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .column-table-01 dt {
    padding: 8px 0;
  }
}
.column-table-01 dd {
  width: 80%;
  border-bottom: 1px solid #d0ccc1;
  padding: 10px 0 10px 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 820px) {
  .column-table-01 dd {
    width: 100%;
    padding: 20px 10px;
  }
}

.column-philosophy {
  padding: 0 0 120px 0;
}
@media screen and (max-width: 820px) {
  .column-philosophy {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .column-philosophy {
    padding-bottom: 60px;
  }
}
.column-philosophy .com-tit-07 {
  margin-bottom: 100px;
}
@media screen and (max-width: 820px) {
  .column-philosophy .com-tit-07 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .column-philosophy .com-tit-07 {
    margin-bottom: 40px;
  }
}
.column-philosophy .com-tit-07 .left:before {
  content: "";
  right: -150px;
}
@media screen and (max-width: 820px) {
  .column-philosophy .com-tit-07 .left:before {
    right: 0;
  }
}
.column-philosophy .com-tit-07 .left .text {
  font-size: 35px;
  font-size: 3.5rem;
  letter-spacing: inherit;
}
@media screen and (max-width: 767px) {
  .column-philosophy .com-tit-07 .left .text {
    letter-spacing: -0.1em;
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.column-philosophy .aboutus-content .right > p {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.column-target {
  padding: 0 0 120px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .column-target {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .column-target {
    padding-bottom: 60px;
  }
}
.column-target ol {
  display: flex;
  flex-direction: column;
  gap: 40px;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 767px) {
  .column-target ol {
    padding-left: 0;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .column-target ol .com-tit-06 {
    font-size: 22px;
    font-size: 2.2rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.column-target ol .com-tit-06 span {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .column-target ol .com-tit-06 span {
    margin-right: 10px;
  }
}

/*----------------------------------------------------
    BLOG
----------------------------------------------------*/
/* お知らせ 一覧 */
#archive .content_text {
  position: relative;
}
#archive .content_text:after {
  content: "›";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #333;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #archive .content_text:after {
    right: 0;
  }
}

/* お知らせ 一覧・詳細 */
.blog_content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .blog_content {
    gap: 25px;
  }
}
.blog_content article .content_box {
  border-bottom: 1px solid #d0ccc1;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .blog_content article .content_box {
    padding-bottom: 25px;
  }
}

.content_text {
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .content_text {
    padding: 0 30px 0 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.content_text .title {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .content_text .title {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.content_text .fablic {
  margin-bottom: 15px;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .content_text .fablic {
    margin-bottom: 10px;
  }
}
.content_text .fablic .date {
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
}

.cat {
  color: #6e7662;
  border-radius: 60px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #6e7662;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .cat {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* ページャー */
.paging {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  margin: 40px 0 0 0;
}
@media screen and (max-width: 767px) {
  .paging {
    gap: 15px;
  }
}

.prev a, .next a {
  color: #6e7662;
}
@media screen and (max-width: 767px) {
  .prev a, .next a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*----------------------------------------------------
    プライバシーポリシー
----------------------------------------------------*/
.policy-wrap .com-tit-13 {
  margin: 30px 0 10px 0;
}
.policy-wrap .com-tit-13:first-child {
  margin-top: 0;
}
.policy-wrap .sub-policy {
  margin-top: 30px;
}

.ol-list {
  padding-left: 2.2em;
  position: relative;
}
.ol-list li::before {
  content: "・";
  position: absolute;
  left: 13px;
}

/*----------------------------------------------------
    CONTACT
----------------------------------------------------*/
@media screen and (max-width: 767px) {
  .column-contact .center {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.contact_form {
  border-top: 1px solid #d0ccc1;
  border-left: 1px solid #d0ccc1;
  border-right: 1px solid #d0ccc1;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.contact_form dt,
.contact_form dd {
  padding: 15px;
  border-bottom: 1px solid #d0ccc1;
}
.contact_form dt {
  width: 20%;
  background: #edebe4;
  border-right: 1px solid #d0ccc1;
  position: relative;
  line-height: 1.4;
}
@media screen and (max-width: 820px) {
  .contact_form dt {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .contact_form dt {
    width: 100%;
    border-right: none;
  }
}
.contact_form dt span {
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  right: 10px;
  background-color: #6e7662;
  color: #fff;
  padding: 2px 5px;
  border-radius: 5px;
}
.contact_form dd {
  width: 80%;
}
@media screen and (max-width: 820px) {
  .contact_form dd {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .contact_form dd {
    width: 100%;
  }
}
.contact_form input[type=text],
.contact_form input[type=tel],
.contact_form input[type=email],
.contact_form textarea {
  width: 100%;
  border-style: none;
  border: 1px solid #ccc;
  padding: 10px 0 10px 5px;
}
.contact_form select {
  padding: 5px;
}
.contact_form .required::before {
  content: "必須";
  float: right;
  font-size: 11px;
  font-size: 1.1rem;
  background-color: #9e8184;
  color: #fff;
  padding: 0.2em 0.8em;
  margin-left: 1em;
}
.contact_form .any::before {
  content: "任意";
  float: right;
  font-size: 11px;
  font-size: 1.1rem;
  background-color: #5c5253;
  color: #fff;
  padding: 0.2em 0.8em;
  margin-left: 1em;
}

.comment_form {
  margin: 15px 0;
}
@media screen and (max-width: 767px) {
  .comment_form {
    margin: 20px 0 15px 0;
  }
}

.form-icon-required {
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  background-color: #9e8184;
  color: #fff;
  padding: 0.2em 0.8em;
  margin-right: 1em;
}

.form-icon-any {
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  background-color: #5c5253;
  color: #fff;
  padding: 0.2em 0.8em;
  margin-right: 1em;
}

.wpcf7-form-control.com-btn-05, .wpcf7-form-control.com-btn-08 {
  width: 250px;
  margin: 30px auto 0 auto;
  display: block;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.name-flex {
  display: flex;
  gap: 15px;
}

@media screen and (max-width: 767px) {
  .h-adr input::placeholder {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.h-adr input[type=text] {
  margin-bottom: 10px;
}

.form-cotrol {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .form-cotrol {
    flex-direction: column;
    gap: 5px;
  }
}
.form-cotrol .wpcf7-form-control.com-btn-05, .form-cotrol .wpcf7-form-control.com-btn-08 {
  margin: 30px 0 0 0;
}
.form-cotrol .wpcf7-spinner {
  display: none;
}

.check_policy a {
  color: #6e7662;
  text-decoration: underline;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #6e7662 !important;
}

/*----------------------------------------------------
    新規会員登録
----------------------------------------------------*/
.slc-code-paragraph .slc-code-span {
  background: #f5f3ed !important;
  border: 1px solid #d4d1c7 !important;
  border-radius: 5px;
}

.shop_type {
  display: flex;
  gap: 10px;
}

#register {
  scroll-margin-top: 140px;
}
#register .com-tit-07 {
  margin: 20px 0 10px 0;
  color: #6e7662;
}
#register .form-row a {
  text-decoration: underline;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #register .form-row a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/*----------------------------------------------------
    WooCommerce　商品詳細
----------------------------------------------------*/
/* 商品ページだけパンくずを非表示にする */
body.single-product .woocommerce-breadcrumb {
  display: none;
}

/* メイン画像のみ背景色 */
.woocommerce ul.products li.product a img,
.woocommerce-product-gallery__image img,
.woocommerce div.product div.images .flex-control-thumbs li img,
.column-new-item figure img {
  background: #ebeaea;
}

.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 20px !important;
}

/* 商品説明の幅を少し狭くする */
.woocommerce div.product div.summary {
  max-width: 45%;
}
@media screen and (max-width: 820px) {
  .woocommerce div.product div.summary {
    max-width: 100%;
  }
}

.woocommerce div.product .product_title {
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.6;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 820px) {
  .woocommerce div.product .product_title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce div.product .product_title {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

/* 未ログイン時のボタン調整 */
.register-link {
  width: 100%;
  margin: 30px 0;
  display: block;
  text-align: center;
  line-height: 1.8;
}

/* 金額修正 */
.single-product.woocommerce div.product p.price,
.single-product.woocommerce div.product span.price,
.woocommerce .related ul.products li.product .price,
.archive.woocommerce ul.products li.product .price,
.up-sells.related_products ul.products li.product .price {
  color: #7b7b76;
  margin-bottom: 13px;
  font-size: 25px;
  font-size: 2.5rem;
  font-family: "Lato", sans-serif;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .single-product.woocommerce div.product p.price,
  .single-product.woocommerce div.product span.price,
  .woocommerce .related ul.products li.product .price,
  .archive.woocommerce ul.products li.product .price,
  .up-sells.related_products ul.products li.product .price {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

/* 税込表記の修正 */
.tax-included {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .tax-included {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/* カートの下の送料無料表記 */
.shipping-info {
  clear: both;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 1px solid #d7d6d3;
  padding: 30px 0;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .shipping-info {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.shipping-info a {
  border-bottom: 1px solid #000;
}
.shipping-info strong {
  color: #6e7662;
  font-weight: 500;
}

/* 商品ページのタイトル装飾 */
.woocommerce-product-details__short-description {
  border-top: 1px solid #d7d6d3;
  padding: 30px 0;
}
.woocommerce-product-details__short-description h2 {
  margin-bottom: 10px;
  color: #3f423a;
  line-height: 1.6;
  border-radius: 100vmax;
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 20px;
  position: relative;
  padding-left: 20px;
}
.woocommerce-product-details__short-description h2:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: block;
  width: 0.5rem;
  height: 100%;
  border-radius: 100vmax;
  background-image: linear-gradient(to bottom, #a4a99b 50%, #7c8174 50%);
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .woocommerce-product-details__short-description h2 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.woocommerce-tabs h3 {
  font-size: 19px;
  font-size: 1.9rem;
  color: #4d493b;
  margin: 20px 0;
  line-height: 1.6;
}
@media screen and (max-width: 820px) {
  .woocommerce-tabs h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-tabs h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.woocommerce-tabs h4 {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 20px 0 15px 0 !important;
  color: #677367;
  position: relative;
  padding-left: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .woocommerce-tabs h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.woocommerce-tabs h4:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: block;
  width: 0.6rem;
  height: 100%;
  border-radius: 100vmax;
  background-image: linear-gradient(to bottom, #709372 50%, #879a6c 50%);
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .woocommerce-tabs h4:before {
    width: 0.5rem;
  }
}
.woocommerce-tabs h5 {
  font-size: 17px;
  font-size: 1.7rem;
  margin: 20px 0;
  line-height: 1.6;
  color: #706c60;
  padding-left: 20px;
  position: relative;
}
.woocommerce-tabs h5:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 1rem;
  height: 0.4rem;
  margin: auto;
  border-radius: 100vmax;
  background-color: #5f7365;
}
@media screen and (max-width: 767px) {
  .woocommerce-tabs h5 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
  border: 2px solid #7b7b76 !important;
}

.woocommerce .quantity .qty {
  width: 5.631em !important;
  padding: 5px 0;
  font-size: 18px;
  font-size: 1.8rem;
  border: 1px solid #aaaba7;
  background: #f5f3ed;
}

.product_meta {
  margin-top: 15px;
}
.product_meta .posted_in a {
  color: #6e7662;
  border-radius: 60px;
  font-size: 13px;
  font-size: 1.3rem;
  border: 1px solid;
  padding: 5px 20px;
}
@media screen and (max-width: 767px) {
  .product_meta .posted_in a {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 3px 20px;
  }
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: #efeeea !important;
  border: 1px solid #d1d0cc !important;
  border-bottom: 1px solid #f5f3ed !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #f5f3ed !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: 600 !important;
}
@media screen and (max-width: 767px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.woocommerce div.product div.images {
  margin-bottom: 5em !important;
}
@media screen and (max-width: 767px) {
  .woocommerce div.product div.images {
    margin-bottom: 2em !important;
  }
}

/* tabs切り替え箇所 */
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 1px solid #d1d0cc !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
  box-shadow: -2px 2px 0 #f5f3ed !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  box-shadow: -2px 2px 0 #f5f3ed !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
  box-shadow: 2px 2px 0 #f5f3ed !important;
}

/* 買い物かご */
@media screen and (min-width: 743px) {
  .wc-block-cart__sidebar {
    position: sticky; /* stickyでスクロール追従 */
    top: 100px; /* ヘッダー分の余白を確保 */
    align-self: flex-start; /* 横並びレイアウトで上に固定 */
  }
}
.wc-block-cart-item__total-price-and-sale-badge-wrapper {
  font-weight: 600;
  color: #333;
}

@media screen and (max-width: 767px) {
  .wc-block-cart-item__wrap {
    padding-right: 16px;
  }
}

.wc-block-cart-item__image img {
  background: #ebeaea;
}

.wc-block-cart .wc-block-cart__submit-container--sticky {
  z-index: 1000 !important;
}

/*カートが空の場合　ボタンを表示 */
.wp-block-woocommerce-empty-cart-block .com-btn-06 {
  max-width: 250px;
  margin: 0 0 30px 0;
}

/* 買い物かごここまで */
/* 関連商品 */
.woocommerce .related ul.products li.product .price,
.archive.woocommerce ul.products li.product .price,
.up-sells.related_products ul.products li.product .price {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .woocommerce .related ul.products li.product .price,
  .archive.woocommerce ul.products li.product .price,
  .up-sells.related_products ul.products li.product .price {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.woocommerce .related ul.products li.product .price .tax-included,
.archive.woocommerce ul.products li.product .price .tax-included,
.up-sells.related_products ul.products li.product .price .tax-included {
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .woocommerce .related ul.products li.product .price .tax-included,
  .archive.woocommerce ul.products li.product .price .tax-included,
  .up-sells.related_products ul.products li.product .price .tax-included {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce .related ul.products li.product .price del,
  .archive.woocommerce ul.products li.product .price del,
  .up-sells.related_products ul.products li.product .price del {
    margin-bottom: 5px;
  }
}

.related_products {
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px solid #d0ccc1;
}

/* 関連商品ここまで */
/* レビュー */
.woocommerce-Reviews-title {
  display: none;
}

/* ★の数の表示調整 */
.woocommerce .star-rating {
  width: 6.4em !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  display: none !important;
}

/* レビュー ここまで */
/* ブロックエディタ */
/* アコーディオンの外枠 */
details.wp-block-details {
  border: 1px solid #d0ccc1;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 5px;
}

/* タイトル部分（クリックエリア） */
details.wp-block-details summary {
  cursor: pointer;
  font-weight: bold;
  list-style: none; /* デフォルトの矢印を消す場合 */
}

/* detailsタグに open 属性があるときの summary を指定 */
details.wp-block-details[open] summary {
  margin-bottom: 20px;
}

/* 矢印を自作する場合（例） */
details.wp-block-details summary::before {
  content: "＋";
  margin-right: 10px;
  color: #355641;
}

details[open].wp-block-details summary::before {
  content: "－";
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
  display: none;
}

.woocommerce-Tabs-panel a {
  text-decoration: underline;
}

ul.wp-block-list {
  padding-left: 20px;
}
ul.wp-block-list li {
  list-style: inside;
}

ol.wp-block-list li {
  list-style: decimal;
}

/*----------------------------------------------------
    WooCommerce　商品一覧
----------------------------------------------------*/
/* 取り消し線*/
.price del,
.price ins,
.price del *,
.price ins * {
  line-height: 1.3;
  text-decoration: none;
  font-weight: 500;
}
.price del .woocommerce-Price-amount {
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .price del .woocommerce-Price-amount {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* 通常価格の上に「本体価格」 */
.price del::before,
.price > span.amount::before {
  content: "";
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}

.single-product .price del::before,
.single-product .price > span.amount::before {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .single-product .price del::before,
  .single-product .price > span.amount::before {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/* 割引後価格の上に「仕入価格」 */
.price ins::before {
  content: "仕入価格";
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 500;
}

.single-product .price ins::before {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .single-product .price ins::before {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/* 仕入価格の金額の横に（税込）を表示 */
.price ins .amount::after {
  content: "（税込）";
  font-size: 12px;
  font-size: 1.2rem;
}

.entry-summary del .woocommerce-Price-amount {
  font-size: 23px;
  font-size: 2.3rem;
}
@media screen and (max-width: 767px) {
  .entry-summary del .woocommerce-Price-amount {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.entry-summary del .tax-included {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .entry-summary del .tax-included {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.entry-summary ins .amount:after {
  font-size: 14px;
  font-size: 1.4rem;
}

.wc-block-components-product-price__regular,
.wc-block-components-product-price__value {
  display: flex;
  gap: 10px;
}
.wc-block-components-product-price__regular.is-discounted,
.wc-block-components-product-price__value.is-discounted {
  margin-left: 0 !important;
}

.woocommerce-loop-product__title {
  line-height: 1.4;
  margin-bottom: 5px !important;
}

/* 並べ替えセレクトボックス */
.woocommerce-ordering select.orderby {
  appearance: none; /* ブラウザのデフォルトスタイルを消す */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  color: #333;
  border: 1px solid #ccc;
  padding: 0.5em 1em;
  border-radius: 6px;
  font-size: 1em;
  cursor: pointer;
}

/* ▼ 必要に応じて矢印をカスタム */
.woocommerce-ordering {
  position: relative;
  display: inline-block;
}

.woocommerce-ordering::after {
  content: "▼";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #333;
}

.woocommerce-no-products-found .woocommerce-info {
  border: none !important;
  text-align: center;
  background: none !important;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .woocommerce-no-products-found .woocommerce-info {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.woocommerce-no-products-found .woocommerce-info:before {
  content: none;
}

/*----------------------------------------------------
    ページネーション
----------------------------------------------------*/
.pagination {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.page-numbers {
  padding: 15px;
  border: 1px solid #6e7662;
  color: #3b473f;
  text-decoration: none;
  display: inline;
  margin-right: 5px;
  line-height: 1;
}
.page-numbers .current {
  background: #6e7662;
  color: #fff;
}
.page-numbers li:hover {
  background: #6e7662;
  color: #fff;
}

/* ページネーション */
.woocommerce nav.woocommerce-pagination {
  margin-bottom: 40px;
}
.woocommerce nav.woocommerce-pagination .page-numbers li a {
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .woocommerce nav.woocommerce-pagination .page-numbers li a {
    padding: 0.7em;
  }
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background: #6e7662 !important;
  color: #fff;
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    padding: 0.7em;
  }
}

.woocommerce nav.woocommerce-pagination ul {
  border: none !important;
}

.woocommerce nav.woocommerce-pagination ul li {
  border-right: 1px solid #d0ccc1 !important;
  margin: 5px;
}

/* 上部のカテゴリnav */
.product-category-tabs {
  position: sticky;
  background: #f5f3ed;
  top: 127px;
  z-index: 100;
  border-bottom: 1px solid #d0ccc1;
  margin: -30px 0 30px 0;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px 20px;
}
@media screen and (max-width: 1280px) {
  .product-category-tabs {
    top: 65px;
    padding: 15px 0;
    margin: -25px 0 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .product-category-tabs {
    gap: 8px 5px;
    padding: 10px 0;
  }
}
.product-category-tabs.is-sticky {
  padding: 15px 0;
}
.product-category-tabs a {
  background: #333;
  color: #fff;
  text-align: center;
  padding: 3px 20px;
  border-radius: 60px;
  font-size: 13px;
  font-size: 1.3rem;
}
.product-category-tabs a:hover {
  color: #fff;
  background: #6e7662;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .product-category-tabs a {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 3px 13px;
  }
}

/* ページ内リンク調整 */
.child-cat-section {
  scroll-margin-top: var(--dynamic-scroll-margin, 149px);
}
@media screen and (max-width: 1280px) {
  .child-cat-section {
    scroll-margin-top: var(--dynamic-scroll-margin, 75px);
  }
}

/*----------------------------------------------------
    WooCommerce　マイアカウント
----------------------------------------------------*/
.woocommerce-MyAccount-navigation {
  margin-bottom: 4rem;
}

.woocommerce-MyAccount-content {
  margin-bottom: 4rem;
}

.woocommerce-MyAccount-navigation-link {
  margin: 5px 0;
}
.woocommerce-MyAccount-navigation-link a:before {
  content: "〇";
}

/* WooCommerce のボタンなどに適用 */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wc-block-components-button {
  background: #f5f3ed !important;
  border: 1px solid #6e7662 !important;
  color: #6e7662 !important;
  font-weight: 500 !important;
  letter-spacing: 0.2rem;
  transition: all 0.3s ease;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.wc-block-components-button:hover {
  background: #6e7662 !important;
  color: #fff !important;
  border: 1px solid #6e7662 !important;
}

.wc-block-components-button,
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
  background: #6e7662 !important;
  color: #fff !important;
  font-weight: 500 !important;
}

.woocommerce-info {
  border-top: 3px solid #6e7662 !important;
  background: #f1efe8 !important;
}
.woocommerce-info:before {
  color: #6e7662 !important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  background: #f1efe8 !important;
}

.woocommerce-error::before {
  color: #6e7662 !important;
}

.woocommerce-error {
  border-top-color: #6e7662 !important;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: 1px solid #6e7662 !important;
}

.woocommerce-EditAccountForm fieldset {
  margin: 20px 0;
}

.woocommerce-Addresses {
  margin-top: 20px;
}
.woocommerce-Addresses address {
  margin-top: 10px;
}

.woocommerce-Address-title .edit {
  color: #6e7662;
  border-radius: 60px;
  border: 1px solid #6e7662;
  padding: 3px 15px;
}
.woocommerce-Address-title h2 {
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  color: #6e7662;
}
@media screen and (max-width: 767px) {
  .woocommerce-Address-title h2 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.woocommerce-Address-title h2:before {
  content: "●";
}

@media screen and (max-width: 767px) {
  #customer_login h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.woocommerce-form-row {
  margin-top: 5px !important;
}

/* マイアカウント画面及びチェックアウトページのサロン名・氏名編集不可フィールド 
サロン名とお届け先住所は新規登録時に必須で入力されるためCSSのみで編集不可対応*/
.woocommerce-address-fields #billing_shop_name,
.woocommerce-address-fields #billing_last_name, .woocommerce-address-fields #billing_first_name,
#billing_company, .woocommerce-address-fields #billing_postcode,
.woocommerce-address-fields #select2-billing_state-container,
.woocommerce-address-fields #billing_city,
.woocommerce-address-fields #billing_address_1,
.woocommerce-address-fields #billing_address_2,
.woocommerce-address-fields #billing_phone, #billing_email,
#account_email,
#contact #email,
#shipping-phone,
#billing-last_name, #billing-first_name, #billing-city,
#billing-address_1, #billing-address_2, #billing-phone,
#billing-postcode, #billing-state,
.billing_name_locked #billing-first_name,
.billing_name_locked #billing-last_name,
.billing_name_locked #billing_first_name,
.billing_name_locked #billing_last_name,
.shipping_name_locked #shipping-first_name,
.shipping_name_locked #shipping-last_name,
.shipping_name_locked #shipping_first_name,
.shipping_name_locked #shipping_last_name,
#account_display_name, #shipping-company, #billing-company,
#shipping-postcode, #shipping-state, #shipping-city, #shipping-address_1, #shipping-address_2,
.wc-block-components-address-form__address_2,
.wc-block-components-address-form__address_2 *,
#shipping_postcode, #shipping_state_field .select2-selection, #shipping_state_field .select2-selection__arrow, #shipping_city, #shipping_address_1, #shipping_address_2,
#shipping_company, #shipping_phone {
  pointer-events: none;
  background-color: #f5f3ed;
  color: #333;
  border: 1px solid #ccc;
}

/* 都道府県のプルダウンを完全に触れなくする */
#billing_state_field .select2-container,
#shipping_state_field .select2-container {
  pointer-events: none !important; /* クリックを無効化 */
  cursor: not-allowed;
}

/* マイアカウントの住所編集画面の「住所を保存」ボタンを非表示 */
/* マイアカウント画面の姓・名を非表示 */
.woocommerce-Addresses address,
.woocommerce-edit-address button[name=save_address],
.wc-block-components-address-form__address_2 > label,
.woocommerce-EditAccountForm #account_first_name,
.woocommerce-EditAccountForm #account_first_name + label,
.woocommerce-EditAccountForm #account_last_name,
.woocommerce-EditAccountForm #account_last_name + label,
#shipping_country_field,
#billing_country_field, #shipping_last_name_field, #shipping_first_name_field {
  display: none !important;
}

/* 親の <p> も非表示にしたい場合 */
.woocommerce-EditAccountForm .form-row-first,
.woocommerce-EditAccountForm .form-row-last {
  display: none !important;
}

/* アカウント編集ページのメールラベル変更 */
.woocommerce-account .woocommerce-form-row label[for=account_email]::before {
  content: "アカウント用";
}

.log-status {
  margin-top: 30px;
  border: 1px solid #3b473f;
  display: inline-block;
  color: #3b473f;
  border-radius: 60px;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .log-status {
    width: 100%;
  }
}

#copy_shipping_to_billing {
  color: #6e7662;
  border: 1px solid #6e7662;
  border-radius: 60px;
  padding: 5px 20px;
  cursor: pointer;
  font-weight: 500;
  background: #f2f4f0;
  transition: all 0.3s ease;
}
#copy_shipping_to_billing:hover {
  background: #6e7662;
  color: #fff;
  border: 1px solid #6e7662;
}

/* 登録フォーム内の、クラス名のないPタグ（案内文）を小さくする */
.woocommerce-form-register p:not([class]) {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: -8px !important; /* 上の項目との隙間を詰める */
  line-height: 1.5 !important;
  margin-bottom: 15px;
}

.woocommerce-form-register__submit {
  margin-top: 15px !important;
  display: block;
}

/*----------------------------------------------------
    checkout　支払画面
----------------------------------------------------*/
/* 「国/地域（日本）」の項目を完全に非表示にする */
.wc-block-components-address-form__country {
  display: none !important;
}

.custom-shop-label {
  font-weight: 600;
}

.custom-shop-name {
  padding: 9px 8px;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  width: 100%;
  margin-top: 5px;
  display: block;
}

.wc-block-components-address-card__address-section--primary,
#shipping .wc-block-components-address-form__last_name,
#shipping .wc-block-components-address-form__first_name {
  display: none;
}

/*----------------------------------------------------
    WooCommerce　お買い物カゴ
----------------------------------------------------*/
.wc-block-components-button__text {
  color: #fff;
}

.wc-block-components-button {
  background: #6e7662;
  border: 1px solid #6e7662;
  letter-spacing: 0.2em;
}
.wc-block-components-button:hover {
  transition: all 0.3s ease;
  border: 1px solid #6e7662;
  background: #333;
}

.wc-block-components-checkout-place-order-button__text {
  color: #fff;
}

/* 購入画面の「◯円の値引き」バッジを非表示 */
.wc-block-components-sale-badge {
  display: none !important;
}

/* 購入画面に「仕入価格」を追加する */
.wc-block-cart-item__prices .wc-block-components-product-price__value::before {
  content: "仕入価格 ";
  font-size: 12px;
  font-size: 1.2rem;
}

/* 購入画面の「本体価格」を非表示にする 
※割引き額0％の場合、購入画面に本体価格を表示できないため */
.wc-block-components-product-price__regular {
  display: none !important;
}

/*
 * WooCommerce：請求先情報フォームの「国（Country）」項目を非表示にする
 * 日本向けサイトで国選択が不要な場合用
 */
.woocommerce-billing-fields .woocommerce-billing-country {
  display: none !important;
}

address {
  font-style: inherit !important;
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon::before {
  display: none !important;
}

/* 「請求先住所に同じ住所を使う」を非表示（Woo Blocks） */
.wc-block-checkout__use-address-for-billing {
  display: none;
}

.pay_notion {
  margin-bottom: 30px;
}

/* メールの署名を左寄せ */
.email-additional-content p {
  text-align: left !important;
}

/*----------------------------------------------------
    WooCommerce　レビュー
----------------------------------------------------*/
.woocommerce .star-rating::before {
  color: #d2cdbf !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border: 1px solid #e5e2dc !important;
}

@media screen and (max-width: 767px) {
  .woocommerce-noreviews {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce-verification-required {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

/* 送信ボタン */
.form-submit > input {
  background-color: #f5f3ed !important;
  color: #6e7662 !important;
  font-weight: 500 !important;
  border: 1px solid #6e7662 !important;
  border-radius: 5px !important;
  display: inline-block;
}

/* レビューのテキスト部分の左余白をなくす */
.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin-left: 0 !important;
}

#reviews {
  scroll-margin-top: 175px;
}
@media screen and (max-width: 820px) {
  #reviews {
    scroll-margin-top: 145px;
  }
}