.wp-block-list.is-style-type1 {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 1.5em;
  font-weight: 500;
  font-size: 20px;
  line-height: 250%;
  letter-spacing: 0;
  list-style: disc;
}
@media screen and (max-width: 768px) {
  .wp-block-list.is-style-type1 {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .wp-block-group.is-style-pc-hidden {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-group.is-style-sp-hidden {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .is-style-pc-hidden {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .is-style-sp-hidden {
    display: none !important;
  }
}

.dc-btn.--btnShop a {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  padding: 19px 20px;
  font-family: "Spectral", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.03em;
  border: 1px solid;
  text-decoration: unset;
  color: #4d301b;
}
.dc-btn.--btnShop a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid;
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .dc-btn.--btnShop {
    width: 100%;
  }
  .dc-btn.--btnShop a {
    justify-content: center;
    width: 100%;
  }
}
.dc-hd.--hd1 {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 50px;
}
.dc-hd.--hd1 .sub {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Spectral", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
}
.dc-hd.--hd1 .sub::before {
  content: "";
  width: 50px;
  height: 1px;
  border-radius: 2em;
  background-color: #4d301b;
}
.dc-hd.--hd1 .sub .no {
  font-weight: 400;
  font-style: Italic;
  font-size: 18px;
  line-height: 100%;
}
.dc-hd.--hd1 .main {
  font-weight: 900;
  font-size: 28px;
  line-height: 150%;
  letter-spacing: 0;
}
.dc-hd.--hd1 .main .x-large,
.dc-hd.--hd1 .main .is-style-x-large {
  font-size: 38px;
  line-height: 150%;
}
.dc-hd.--hd1 .main .larger,
.dc-hd.--hd1 .main .is-style-larger {
  font-size: 35px;
  line-height: 150%;
}
.dc-hd.--hd1 .main .small,
.dc-hd.--hd1 .main .is-style-small {
  font-size: 22px;
  line-height: 150%;
}
.dc-hd.--hd1 .main .large,
.dc-hd.--hd1 .main .is-style-large {
  font-size: 30px;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .dc-hd.--hd1 .sub {
    letter-spacing: -0.02em;
  }
  .dc-hd.--hd1 .sub .no {
    letter-spacing: 0;
  }
  .dc-hd.--hd1 .main {
    font-size: 24px;
  }
  .dc-hd.--hd1 .main .is-style-small {
    font-size: 20px;
  }
  .dc-hd.--hd1 .main .is-style-large {
    font-size: 24px;
  }
  .dc-hd.--hd1 .main .is-style-larger {
    font-size: 24px;
  }
  .dc-hd.--hd1 .main .is-style-x-large {
    font-size: 30px;
  }
}
.dc-hd.--hd2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  margin-bottom: 100px;
  text-shadow: 4px 5px 15px rgba(0, 0, 0, 0.1019607843);
}
.dc-hd.--hd2 .sub {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.1em;
  color: rgba(77, 48, 27, 0.6980392157);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1019607843);
}
.dc-hd.--hd2 .main {
  font-family: "Spectral", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .dc-hd.--hd2 {
    margin-bottom: 30px;
    text-shadow: 4px 5px 15px rgba(0, 0, 0, 0.1019607843);
  }
  .dc-hd.--hd2 .sub {
    font-size: 16px;
    color: rgba(77, 48, 27, 0.6980392157);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1019607843);
  }
  .dc-hd.--hd2 .main {
    font-size: 30px;
  }
}
.dc-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dc-list.--list1 {
  padding-left: 1.5em;
  font-weight: 500;
  font-size: 20px;
  line-height: 250%;
  letter-spacing: 0;
  list-style: disc;
}
.dc-list.--list2 {
  display: flex;
  flex-direction: column;
  gap: 45px;
  width: 632px;
  max-width: 100%;
  padding-top: 30px;
}
.dc-list.--list2 li {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-left: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  border-left: 1px solid rgba(77, 48, 27, 0.2509803922);
}
.dc-list.--list2 .dc-list2__hd {
  display: flex;
  gap: 30px;
  margin: 0;
  font-weight: 900;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
}
.dc-list.--list2 .dc-list2__hd::after {
  content: "";
  flex: 1;
  border-top: 1px solid rgba(77, 48, 27, 0.2);
}
.dc-list.--list2.is-style-type1 {
  gap: 30px;
}
.dc-list.--list2.is-style-type1 li {
  gap: 11px;
  padding: 0;
  padding-left: 10px;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  border: 0;
  border-left: 1px solid rgba(57, 57, 57, 0.1019607843);
  color: rgba(57, 57, 57, 0.8);
  background: unset;
  backdrop-filter: unset;
}
.dc-list.--list2.is-style-type1 .dc-list2__hd {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .dc-list.--list2 {
    gap: 0;
    padding: 0;
  }
  .dc-list.--list2 li {
    gap: 15px;
    padding: 20px 0;
    border-left: 0;
    border-bottom: 1px solid rgba(57, 57, 57, 0.1019607843);
    line-height: 175%;
    background: rgba(255, 255, 255, 0.1019607843);
    backdrop-filter: blur(10px);
  }
  .dc-list.--list2 .dc-list2__hd {
    font-size: 20px;
  }
  .dc-list.--list2 .dc-list2__hd::after {
    display: none;
  }
}
.dc-figure.--figure1 {
  position: relative;
  width: 225px;
  height: 225px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  border-radius: 100%;
  padding: 20px;
  background: rgba(255, 255, 255, 0.0117647059);
  backdrop-filter: blur(20px);
  background-image: url(../img/border_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.dc-figure.--figure1::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -10px;
  left: -10px;
  width: calc(100% + 0px);
  height: calc(100% + 0px);
  opacity: 0.05;
  border-radius: 100%;
  border: 10px solid #4d301b;
}
.dc-figure.--figure1 .dc-figure1__no {
  font-family: "Spectral", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-style: Italic;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0em;
}
.dc-figure.--figure1 .dc-figure1__txt {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 7px;
  letter-spacing: 0em;
}
.dc-figure.--figure1 .dc-figure1__txt .main {
  font-family: "Spectral", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 100%;
}
.dc-figure.--figure1 .dc-figure1__txt .sub {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
}
.dc-figure.--figure1-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  gap: 45px;
  width: 495px;
  max-width: 100%;
}
.dc-figure.--figure1-group > * {
  display: flex;
  justify-content: center;
}
.dc-figure.--figure1-group > *:first-child {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .dc-figure.--figure1 {
    width: 125px;
    height: 125px;
    gap: 9px;
  }
  .dc-figure.--figure1::before {
    top: -5px;
    left: -5px;
    border-width: 5px;
  }
  .dc-figure.--figure1 .dc-figure1__no {
    font-size: 14px;
  }
  .dc-figure.--figure1 .dc-figure1__txt .main {
    font-size: 16px;
    font-weight: 500;
  }
  .dc-figure.--figure1 .dc-figure1__txt .sub {
    font-size: 14px;
    font-weight: 500;
  }
  .dc-figure.--figure1-group {
    align-items: center;
    justify-content: center;
    gap: 10px 20px;
  }
}
.dc-figure.--figure2 {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  letter-spacing: 0;
  text-align: center;
  color: #623b20;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0em;
}
.dc-figure.--figure2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dc-figure.--figure2 > * {
  position: relative;
  z-index: 10;
}
.dc-figure.--figure2 .large,
.dc-figure.--figure2 .is-style-large {
  font-weight: 600;
  font-size: 32px;
  line-height: 150%;
}
.dc-figure.--figure2 .larger,
.dc-figure.--figure2 .is-style-larger {
  font-weight: 600;
  font-size: 52px;
  line-height: 150%;
}
.dc-figure.--figure2 .smaller,
.dc-figure.--figure2 .is-style-small {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
.dc-figure.--figure2-1 {
  padding-top: 20px;
}
.dc-figure.--figure2-1::before {
  width: 228px;
  height: 204px;
  background-image: url(../img/figure2_back_1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.dc-figure.--figure2-2::before {
  width: 223.9px;
  height: 213.7px;
  background-image: url(../img/figure2_back_2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.dc-figure.--figure2-3::before {
  width: 225px;
  height: 207.9px;
  background-image: url(../img/figure2_back_3.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.dc-figure.--figure2-group {
  position: relative;
  width: 521px;
  height: 500px;
}
.dc-figure.--figure2-group > * {
  position: absolute;
  margin: auto;
}
.dc-figure.--figure2-group .line {
  width: 50px;
  height: 86.6px;
  background-image: url(../img/figure2_line.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.dc-figure.--figure2-group .line.--line1 {
  left: 140px;
  bottom: 206px;
}
.dc-figure.--figure2-group .line.--line2 {
  right: 140px;
  bottom: 206px;
  transform: scale(-1, 1);
}
.dc-figure.--figure2-group .cross {
  left: 0;
  right: 0;
  bottom: 92.5px;
  width: 15px;
  height: 15px;
  background-image: url(../img/figure2_cross.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.dc-figure.--figure2-group .dc-figure:nth-child(1) {
  top: 0;
  left: 0;
  right: 0;
}
.dc-figure.--figure2-group .dc-figure:nth-child(2) {
  left: 0;
  bottom: 0;
}
.dc-figure.--figure2-group .dc-figure:nth-child(3) {
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .dc-figure.--figure2 {
    width: 150px;
    height: 150px;
    font-size: 14px;
  }
  .dc-figure.--figure2 .is-style-small {
    font-size: 12px;
  }
  .dc-figure.--figure2 .is-style-large {
    font-size: 24px;
  }
  .dc-figure.--figure2 .is-style-larger {
    font-size: 24px;
  }
  .dc-figure.--figure2-1 {
    padding-top: 10px;
  }
  .dc-figure.--figure2-1::before {
    width: calc(100% + 20px);
    height: calc(100% + 10px);
  }
  .dc-figure.--figure2-2::before {
    width: calc(100% + 5px);
    height: calc(100% + 10px);
  }
  .dc-figure.--figure2-3::before {
    width: calc(100% + 5px);
    height: calc(100% + 5px);
  }
  .dc-figure.--figure2-group {
    width: 330px;
    height: 340px;
  }
  .dc-figure.--figure2-group .line {
    bottom: 150px !important;
    width: 25px;
    height: 43px;
  }
  .dc-figure.--figure2-group .line.--line1 {
    left: 90px;
  }
  .dc-figure.--figure2-group .line.--line2 {
    right: 90px;
  }
  .dc-figure.--figure2-group .cross {
    bottom: 70.5px;
    width: 10px;
    height: 9px;
  }
}
.dc-product.--product1 {
  width: 300px;
  max-width: 100%;
}
.dc-product.--product1 .dc-product1-img img {
  display: flex;
  width: 100%;
}
.dc-product.--product1 .dc-product1-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 25px;
}
.dc-product.--product1 .dc-product1__hd {
  margin: 0;
  font-weight: 900;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.1em;
}
.dc-product.--product1 .dc-product1__price .currency,
.dc-product.--product1 .dc-product1__price .value {
  font-family: "Spectral", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0;
}
.dc-product.--product1 .dc-product1__price .currency {
  font-size: 18px;
}
.dc-product.--product1 .dc-product1__price .value {
  padding: 0 0.25em;
  font-style: Italic;
  font-size: 32px;
}
.dc-product.--product1 .dc-product1__price .tax {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.1em;
}
.dc-product.--product1-small .dc-product1-img img, .dc-product.--product1.is-style-small .dc-product1-img img {
  object-fit: cover;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.0509803922);
}
.dc-product.--product1-small .dc-product1-info, .dc-product.--product1.is-style-small .dc-product1-info {
  gap: 2px;
  margin-top: 27px;
  padding-bottom: 15px;
  border-bottom: 2px solid #4d301b;
}
@media screen and (max-width: 768px) {
  .dc-product.--product1 {
    width: 330px;
  }
  .dc-product.--product1.is-style-small .dc-product1-info {
    gap: 10px;
    margin-top: 25px;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .dc-product.--product1.is-style-small .dc-product1-img img {
    box-shadow: unset;
  }
}
.dc-products.--products1 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  gap: 50px;
}
.dc-products.--products1-small, .dc-products.--products1.is-style-small {
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .dc-products.--products1 {
    flex-direction: column;
    gap: 30px;
    width: 330px;
    max-width: 100%;
    margin: 0 auto;
  }
  .dc-products.--products1 .dc-products1-item {
    width: 100%;
  }
  .dc-products.--products1 .dc-products1-item .dc-btn.--btnShop {
    margin-top: 20px;
  }
}
.dc-block.--block1 {
  width: 300px;
  max-width: 100%;
}
.dc-block.--block1 .dc-block1-img {
  margin-top: 16px;
  padding-top: 12px;
  padding-right: 10px;
  padding-bottom: 17px;
  padding-left: 10px;
}
.dc-block.--block1 .dc-block1-img img {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.0509803922);
}
.dc-block.--block1 .dc-block1-txt {
  margin-top: 34px;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0;
  text-shadow: 4px 5px 10px rgba(0, 0, 0, 0.1019607843);
}
.dc-block.--block1 .dc-block1__hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-family: "Spectral", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0;
  text-shadow: 4px 5px 10px rgba(0, 0, 0, 0.1019607843);
}
.dc-block.--block1 .dc-block1__hd .no {
  width: 30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.1em;
  text-align: center;
  color: #bbbbbb;
}
.dc-block.--block1 .dc-block1__link {
  display: block;
  margin-top: 16px;
}
.dc-block.--block1 .dc-block1__link a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding-left: 5px;
  padding-right: 8px;
  padding-bottom: 10px;
  font-weight: 900;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  text-decoration: unset;
  color: #999999;
  border-bottom: 2px solid #cccccc;
}
.dc-block.--block1 .dc-block1__link a::after {
  content: "";
  display: block;
  width: 19px;
  height: 24.7px;
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.dc-block.--block1-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .dc-block.--block1 {
    width: 330px;
  }
  .dc-block.--block1-group {
    gap: 30px;
    margin-top: 50px;
  }
}
.dc-block.--blockFoam .dc-hd {
  margin-bottom: 60px;
}
.dc-block.--blockFoam .dc-blockFoam-columns {
  justify-content: space-between;
  gap: 50px;
}
.dc-block.--blockFoam .dc-blockFoam-columns .dc-column.--txt {
  padding-top: 21px;
}
@media screen and (min-width: 769px) {
  .dc-block.--blockFoam .dc-blockFoam-columns {
    gap: 100px;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .dc-block.--blockFoam .dc-hd {
    margin-bottom: 30px;
  }
  .dc-block.--blockFoam .dc-blockFoam-columns {
    justify-content: center;
    gap: 30px;
  }
}
.dc-faq-item {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 30px 40px;
}
.dc-faq-item.--q .dc-faq__hd {
  font-size: 22px;
}
.dc-faq-item.--a {
  background: rgba(255, 255, 255, 0.2509803922);
}
.dc-faq__hd {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0;
  text-shadow: 4px 5px 10px rgba(0, 0, 0, 0.1019607843);
}
.dc-faq__icon {
  font-family: "Spectral", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 100%;
  letter-spacing: 0;
  text-shadow: 4px 5px 10px rgba(0, 0, 0, 0.1019607843);
}
.dc-faq-group {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .dc-faq-item {
    gap: 20px;
    padding: 20px;
  }
  .dc-faq-item.--q .dc-faq__hd {
    font-size: 18px;
  }
  .dc-faq-item.--a {
    padding: 10px 20px;
  }
  .dc-faq__hd {
    font-size: 16px;
  }
  .dc-faq__icon {
    font-size: 28px;
  }
  .dc-faq-group {
    gap: 20px;
    width: 500px;
    padding-bottom: 50px;
  }
}
.dc-columns {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.dc-columns .dc-column {
  max-width: 100%;
}
.dc-section {
  position: relative;
  overflow-x: clip;
}
.dc-section-waterDrop {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dc-section-waterDrop img {
  transform: translateY(0px);
  transition: 0.3s ease-out;
}
.dc-section-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.dc-section-back img {
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: cover;
}
.dc-section-in {
  position: relative;
  z-index: 10;
  max-width: 100%;
  margin: auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .dc-section-in {
    padding: 0 30px;
  }
}
.dc-section.--section1 {
  padding: 150px 0;
  background: linear-gradient(180deg, #f3f1ee 0%, #fbf4e7 100%);
}
.dc-section.--section1 .dc-section-in {
  width: 1187px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .dc-section.--section1 {
    padding: 100px 0;
  }
  .dc-section.--section1 .dc-section-in {
    width: 560px;
  }
}
.dc-section.--section2 {
  padding: 150px 0 200px;
  background: linear-gradient(22.27deg, rgba(248, 230, 196, 0.5) 6.15%, #fbf4e7 36.86%, rgba(248, 230, 196, 0.66) 50.02%, #fbf4e7 63.18%, #fbf4e7 93.9%);
}
.dc-section.--section2 .dc-section-in {
  width: 1187px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .dc-section.--section2 {
    padding: 100px 0;
  }
  .dc-section.--section2 .dc-section-in {
    width: 560px;
  }
}
.dc-section.--section3 {
  padding: 200px 0 300px;
  margin-top: -80px;
}
.dc-section.--section3 .dc-section-waterDrop img {
  position: absolute;
  z-index: 100;
}
.dc-section.--section3 .dc-section-waterDrop img:nth-child(1) {
  top: 82px;
  right: 135px;
}
.dc-section.--section3 .dc-section-waterDrop img:nth-child(2) {
  top: 144px;
  right: 182px;
}
.dc-section.--section3 .dc-section-waterDrop img:nth-child(3) {
  top: 366px;
  left: 91px;
}
.dc-section.--section3 .dc-section-waterDrop img:nth-child(4) {
  top: 413px;
  left: 73px;
}
.dc-section.--section3 .dc-section-in {
  width: 1187px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .dc-section.--section3 {
    padding: 100px 0;
    margin-top: -45px;
  }
  .dc-section.--section3 .dc-section-waterDrop img:nth-child(1) {
    top: 48px;
    right: -25px;
    width: 35px;
  }
  .dc-section.--section3 .dc-section-waterDrop img:nth-child(2) {
    top: 91px;
    right: -7px;
    width: 62px;
  }
  .dc-section.--section3 .dc-section-waterDrop img:nth-child(3) {
    display: none;
  }
  .dc-section.--section3 .dc-section-waterDrop img:nth-child(4) {
    display: none;
  }
}
.dc-section.--section4 {
  padding: 180px 0 244px;
  margin-top: -80px;
}
.dc-section.--section4 .dc-section-back img {
  object-fit: fill;
  object-position: top;
}
.dc-section.--section4 .dc-section-in {
  width: 1100px;
  max-width: 100%;
}
@media screen and (max-width: 1440px) {
  .dc-section.--section4 .dc-section-back img {
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .dc-section.--section4 {
    padding: 80px 0 137px;
    margin-top: -50px;
  }
}
.dc-section.--section5 {
  padding: 180px 0;
  margin-top: -150px;
}
.dc-section.--section5 .dc-section-back img {
  object-position: top;
}
.dc-section.--section5 .dc-section-in {
  width: 880px;
  max-width: 100%;
}
@media screen and (min-width: 2400px) {
  .dc-section.--section5 .dc-section-back img {
    object-fit: fill;
  }
}
@media screen and (max-width: 768px) {
  .dc-section.--section5 {
    padding: 100px 0;
    margin-top: -50px;
  }
  .dc-section.--section5 .dc-section-in {
    padding: 0 10px;
  }
}
.dc-section.--fv {
  height: 900px;
  max-height: 100vh;
}
.dc-section.--fv .dc-section-in {
  width: 100%;
  height: 100%;
}
.dc-section.--fv .dc-section-back img {
  object-position: bottom;
}
.dc-section.--fv .dc-sectionFv__hd {
  position: absolute;
  left: 90px;
  bottom: 151px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-weight: 500;
  color: white;
}
.dc-section.--fv .dc-sectionFv__hd__sub {
  font-weight: 500;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: 0;
  text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.4);
}
.dc-section.--fv .dc-sectionFv__hd__main {
  font-size: 70px;
  line-height: 130%;
  letter-spacing: -0.1em;
  text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 769px) {
  .dc-section.--fv .dc-sectionFv__hd {
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .dc-section.--fv {
    height: 100svh;
    min-height: 500px;
  }
  .dc-section.--fv .dc-sectionFv__hd {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    top: unset;
    bottom: 80px;
    width: 366px;
    max-width: 100%;
    margin: auto;
    padding: 0 15px;
    text-shadow: 0px 6px 24px #ffffff;
    color: #4d301b;
  }
  .dc-section.--fv .dc-sectionFv__hd__sub {
    max-width: 100%;
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
    text-shadow: unset;
  }
  .dc-section.--fv .dc-sectionFv__hd__main {
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    letter-spacing: -0.15em;
    text-shadow: unset;
  }
}
.dc-section.--sectionClay {
  padding: 100px 0;
}
.dc-section.--sectionClay .dc-section-back.--clay {
  z-index: 1;
  top: -159px;
  left: -73px;
  width: 400px;
  height: 426px;
}
.dc-section.--sectionClay .dc-section-back:not(.--clay) img {
  object-fit: fill;
}
.dc-section.--sectionClay .dc-sectionClay__catch {
  margin-bottom: 100px;
  font-weight: 500;
  font-size: 24px;
  line-height: 250%;
  letter-spacing: 0.3em;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .dc-section.--sectionClay {
    padding-top: 150px;
  }
}
@media screen and (max-width: 768px) {
  .dc-section.--sectionClay {
    padding: 80px 0;
  }
  .dc-section.--sectionClay .dc-section-back.--clay {
    top: -107px;
    left: -53px;
    width: 200px;
    height: 213px;
  }
  .dc-section.--sectionClay .dc-section-back:not(.--clay) img {
    object-fit: fill;
  }
  .dc-section.--sectionClay .dc-section-in {
    padding: 0 30px;
  }
  .dc-section.--sectionClay .dc-sectionClay__catch {
    margin-bottom: 50px;
    font-weight: 500;
    font-size: 18px;
    line-height: 250%;
    letter-spacing: 0.3em;
    text-align: center;
  }
}
.dc-section.--sectionConcept {
  padding: 200px 0 180px;
  background: #f3f1ee;
}
.dc-section.--sectionConcept .dc-section-back img {
  max-height: 1000px;
  object-position: top;
}
.dc-section.--sectionConcept .dc-sectionConcept-columns {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
  width: 1211px;
  max-width: 100%;
  margin: 0 auto;
}
.dc-section.--sectionConcept .dc-sectionConcept-columns .dc-column.--txt {
  padding-top: 27px;
}
.dc-section.--sectionConcept .dc-sectionConcept__hd {
  font-family: "Spectral", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 0.07em;
}
.dc-section.--sectionConcept .dc-sectionConcept-catch {
  margin-top: 60px;
  font-weight: 900;
  font-size: 28px;
  line-height: 200%;
  letter-spacing: 0.1em;
}
.dc-section.--sectionConcept .dc-sectionConcept-catch p {
  margin-bottom: 10px;
}
.dc-section.--sectionConcept .dc-sectionConcept-catch .small {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.1em;
}
.dc-section.--sectionConcept .dc-sectionConcept-detail {
  margin-top: 40px;
  font-weight: 500;
  font-size: 20px;
  line-height: 200%;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .dc-section.--sectionConcept .dc-sectionConcept-columns {
    flex-wrap: nowrap;
    gap: 40px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  .dc-section.--sectionConcept {
    padding-bottom: 40px;
  }
  .dc-section.--sectionConcept .dc-sectionConcept-columns {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
  .dc-section.--sectionConcept .dc-section-back img {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .dc-section.--sectionConcept {
    padding: 100px 0;
  }
  .dc-section.--sectionConcept .dc-sectionConcept-columns {
    justify-content: center;
    gap: 30px;
  }
  .dc-section.--sectionConcept .dc-sectionConcept__hd {
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 0.08em;
  }
  .dc-section.--sectionConcept .dc-sectionConcept-catch {
    margin-top: 40px;
    font-size: 22px;
    font-weight: 600;
  }
  .dc-section.--sectionConcept .dc-sectionConcept-catch .small {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .dc-section.--sectionConcept .dc-sectionConcept-detail {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) and (min-width: 426px) {
  .dc-section.--sectionConcept .dc-section-back {
    opacity: 0.6;
  }
}
.dc-section.--sectionOil {
  background: #fbf4e7;
}
.dc-section.--sectionOil .dc-section-back {
  top: unset;
  left: unset;
  right: -294px;
  bottom: 67px;
  width: 1130px;
  height: 818px;
}
@media screen and (max-width: 768px) {
  .dc-section.--sectionOil {
    padding: 50px 0 106px;
  }
  .dc-section.--sectionOil .dc-section-back {
    right: -60px;
    bottom: 25px;
    width: 396px;
    height: 287px;
  }
}
.dc-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9000;
}
.dc-modal-in {
  position: relative;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 769px) {
  .dc-tb {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .dc-tb-hidden {
    display: none !important;
  }
}
@media screen and (min-width: 426px) {
  .dc-sp {
    display: none !important;
  }
}
@media screen and (max-width: 425px) {
  .dc-sp-hidden {
    display: none !important;
  }
}