@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

body.add-set {
  width: 100%;
  color: #333;
  min-width: 1220px;
  overflow-x: auto;
  background: #FFFDF3;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  margin-top: 105px;
}
@media screen and (max-width: 767px) {
  body.add-set {
    min-width: auto;
    margin-top: 66px;
  }
}
@media screen and (max-width: 767px) {
  body.add-set.menu-open {
    overflow-y: hidden;
  }
}
body.add-set.modal-open {
  overflow-y: hidden;
}
body.add-set.modal-open .header {
  display: none;
}

#primary {
  width: 100%;
  padding: 0;
  margin: 0;
}

a {
  color: #333;
  transition: 0.2s linear;
}
a:hover {
  color: #333;
  opacity: 0.7;
}
a:visited {
  color: #333;
}
a:active {
  color: #707070;
}
a.link {
  text-decoration: underline;
}

.text-link {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #EC5228 !important;
  padding-right: 32px;
}
.text-link::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/common/arrow_right.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

input[type=radio] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #333;
  content: "";
}

input[type=checkbox] {
  width: 100%;
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #333;
  border-radius: 4px;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=checkbox]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 6px;
  height: 9px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  content: "";
}

input[type=textarea],
input[type=select] {
  width: 100%;
  border: 1px solid #333;
  border-radius: 4px;
  padding: 8px;
}

.add-set .common-container {
  width: 1220px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .add-set .common-container {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 768px) {
  .add-set .common-container__column {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media screen and (min-width: 768px) {
  .add-set .common-container__column .side {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .add-set .common-container__column .side {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
  }
}
@media screen and (max-width: 767px) {
  .add-set .common-container__column .side.active {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .add-set .common-container__column .side.active::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
  }
}
@media screen and (max-width: 767px) {
  .add-set .common-container__column .side .modal-body {
    width: calc(100% - 32px);
    max-height: 85vh;
    border-radius: 8px;
    padding: 24px 16px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    overflow-y: auto;
  }
}
@media screen and (min-width: 768px) {
  .add-set .common-container__column .side .modal-close {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .add-set .common-container__column .side .modal-close {
    position: fixed;
    top: calc(7.5vh - 24px);
    right: 8px;
    width: 40px;
    height: 40px;
    background-color: #333;
    border-radius: 50%;
    z-index: 6;
  }
  .add-set .common-container__column .side .modal-close::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .add-set .common-container__column .side .modal-close::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
.add-set .common-container__column .main {
  flex: 1;
}

.heading {
  font-size: 24px;
  font-weight: bold;
  color: #096B68;
  margin: 120px 0 16px;
}
@media screen and (max-width: 767px) {
  .heading {
    font-size: 20px;
    margin-top: 80px;
  }
}

#dvProductDetailArea h2.heading {
  font-size: 24px;
  font-weight: bold;
  margin: 80px 0 16px;
}
@media screen and (max-width: 767px) {
  #dvProductDetailArea h2.heading {
    font-size: 20px;
    margin-top: 56px;
  }
}

.tab__btn-wrap {
  display: flex;
  margin: 40px 0;
}
.tab__btn {
  font-size: 16px;
  color: #707070;
  border-bottom: 1px solid #ddd;
  padding: 0 24px 12px;
}
.tab__btn.is-active {
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #333;
}

.common-slider .slide-arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .common-slider .slide-arrow {
    width: 32px;
    height: 32px;
  }
}
.common-slider .slide-arrow img {
  width: 100%;
}
.common-slider .prev-arrow {
  right: calc(50% + 302px);
}
@media screen and (max-width: 767px) {
  .common-slider .prev-arrow {
    left: 16px;
    right: auto;
  }
}
.common-slider .next-arrow {
  left: calc(50% + 302px);
}
@media screen and (max-width: 767px) {
  .common-slider .next-arrow {
    right: 16px;
    left: auto;
  }
}
.common-slider .slick-dots {
  bottom: -32px;
}
@media screen and (max-width: 767px) {
  .common-slider .slick-dots {
    bottom: -24px;
  }
}
.common-slider .slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0 6px;
  border-radius: 50%;
  background: rgba(18, 153, 144, 0.3);
  border: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .common-slider .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 4px;
  }
}
.common-slider .slick-dots li.slick-active {
  background: #129990;
}
.common-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.common-slider .slick-dots li button::before {
  font-size: 0;
  line-height: 0;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  content: "";
  opacity: 1;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 16px;
  margin-top: 40px;
}

.btn {
  min-width: 160px;
  border-radius: 4px;
  padding: 8px 24px;
}
.btn--primary {
  background: #EC5228;
  border: 2px solid #EC5228;
  color: #FFF !important;
  font-weight: 700;
  border-radius: 40px;
}
.btn--primary:hover {
  background: #ff6b43;
}
.btn--secondary {
  background: none;
  border: 2px solid #EC5228;
  color: #EC5228 !important;
  font-weight: 700;
  border-radius: 40px;
}
.btn--secondary:hover {
  background: #fff;
}

.accordion-trigger {
  display: inline-block;
  cursor: pointer;
  transition: 0.2s;
}
.accordion-trigger:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.accordion-trigger::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.accordion-trigger.is-active::after {
  transform: translateY(-20%) rotate(-135deg);
}

.accordion-content {
  display: none;
}

.note {
  font-size: 80%;
}

#dvCheckList .productCheckList {
  float: none;
  margin: 0;
}
@media screen and (min-width: 768px) {
  #dvCheckList .productCheckList:nth-child(n+5) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #dvCheckList .productCheckList:nth-child(n+7) {
    display: none;
  }
}
#dvCheckList .productCheckList ul {
  width: 100%;
}
#dvCheckList .productCheckList ul li {
  margin: 4px 0;
}
#dvCheckList .productCheckList ul li.thumnail a {
  display: inline-block;
  line-height: 1;
}
#dvCheckList .productCheckList ul li.thumnail img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #dvCheckList .productCheckList ul li.thumnail img {
    border-radius: 12px;
  }
}
#dvCheckList .productCheckList ul li.thumnail .soldout {
  position: absolute;
  top: 8px;
  left: 8px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  padding: 2px 8px;
  width: auto;
  height: auto;
  line-height: 1.4;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #dvCheckList .productCheckList .productPrice {
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  #dvCheckList .productCheckList .productPrice p {
    line-height: 1.2;
    margin: 8px 0;
  }
}
@media screen and (max-width: 767px) {
  #dvCheckList .productCheckList .productPrice .teiki {
    display: block;
  }
}

.list-product {
  display: grid;
  gap: 40px 24px;
}
@media screen and (max-width: 767px) {
  .list-product {
    gap: 16px;
  }
}
.list-product__col3-1 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .list-product__col3-1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px 0;
  }
}
.list-product__col3-2 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .list-product__col3-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 16px;
  }
}
.list-product__col4-2 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .list-product__col4-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.list-product__col5-2 {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 767px) {
  .list-product__col5-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.list-product__col6-2 {
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 767px) {
  .list-product__col6-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.list-product__col3-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .list-product__col3-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.list-product__col4-3 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .list-product__col4-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px 8px;
  }
}
.list-product__col5-3 {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 767px) {
  .list-product__col5-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.list-product__col6-3 {
  grid-template-columns: repeat(6, 1fr);
  gap: 24px 16px;
}
@media screen and (max-width: 767px) {
  .list-product__col6-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px 8px;
  }
}
.list-product .thumb,
.list-product .thumnail {
  position: relative;
  line-height: 1;
}
.list-product .thumb a,
.list-product .thumnail a {
  display: inline-block;
}
.list-product .thumb img,
.list-product .thumnail img {
  width: 100%;
  border-radius: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .list-product .thumb img,
  .list-product .thumnail img {
    border-radius: 16px;
  }
}
.list-product .thumb .soldout,
.list-product .thumnail .soldout {
  position: absolute;
  top: 8px;
  left: 8px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  padding: 2px 8px;
}
.list-product .icon {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.list-product .icon img {
  height: 22px;
}
@media screen and (max-width: 767px) {
  .list-product .icon img {
    height: 16px;
  }
}
.list-product .productName,
.list-product .name {
  font-size: 20px;
  font-weight: 700;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .list-product .productName,
  .list-product .name {
    font-size: 16px;
  }
}
.list-product .productPrice,
.list-product .price {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .list-product .productPrice,
  .list-product .price {
    font-size: 18px;
  }
}
.list-product .productPrice .tax,
.list-product .price .tax {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .list-product .productPrice .tax,
  .list-product .price .tax {
    font-size: 12px;
  }
}
.list-product .productPrice .teiki,
.list-product .price .teiki {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .list-product .productPrice .teiki,
  .list-product .price .teiki {
    font-size: 12px;
  }
}
.list-product .sale {
  color: #C5412D;
}
.list-product .icon, .list-product__icon {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 8px;
}
.list-product .icon img, .list-product__icon img {
  height: 22px;
}
@media screen and (max-width: 767px) {
  .list-product .icon img, .list-product__icon img {
    height: 16px;
  }
}
.list-product .rank {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}

#breadcrumb {
  margin: 32px 0;
}
@media screen and (max-width: 767px) {
  #breadcrumb {
    font-size: 12px;
    margin: 16px 0;
    overflow-x: auto;
  }
}
#breadcrumb ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #breadcrumb ul {
    flex-wrap: nowrap;
    width: fit-content;
  }
}
#breadcrumb ul li {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #breadcrumb ul li a {
    white-space: nowrap;
  }
}

#Head {
  background-color: #fff;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
  transition: 0.5s;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .header {
    gap: 0;
    justify-content: space-between;
  }
}
.header__logo a {
  display: inline-block;
}
.header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .header__nav {
    flex: none;
  }
}
.header__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
}
@media screen and (max-width: 767px) {
  .header__menu {
    display: none;
  }
}
.header__menu .has-child {
  position: relative;
  padding-right: 16px;
  cursor: pointer;
}
.header__menu .has-child::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #707070;
  border-bottom: 2px solid #707070;
  position: absolute;
  right: 0;
  top: 3px;
  transform: rotate(45deg);
}
.header__menu .has-child.is-active::after {
  top: 7px;
  transform: rotate(-135deg);
}
.header__menu-child {
  display: none;
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  background-color: #f0f0f0;
  padding: 64px 0;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .header__menu-child {
    position: static;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .header__menu-child .common-container {
    padding: 0;
  }
}
.header__item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 768px) {
  .header__item {
    gap: 16px 40px;
  }
}
.header__item > li {
  border-bottom: 1px solid #ccc;
}
.header__item a {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 16px;
}
.header__item a span {
  flex: 1;
}
.header__utility {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .header__utility {
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .header__utility img {
    width: 28px;
  }
}
.header__search {
  display: none;
}
@media screen and (min-width: 768px) {
  .header .hamburger-menu {
    display: none;
  }
}

#HeadSearch {
  position: relative;
  width: 240px;
  height: auto;
  padding: 0;
  float: none;
}

#HeadSearch .wrapSearch,
#HeadSearch .textBox {
  width: 100%;
}

#HeadSearch .textBox input {
  width: 100%;
  font-size: 14px;
  color: #333;
  background-color: #f0f0f0;
  border-radius: 4px;
  padding: 12px 10px;
}

#HeadSearch .textBox input::-webkit-input-placeholder {
  color: #999;
}

#HeadSearch .btnSearch {
  width: auto;
  line-height: 0;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

#HeadSearch .btnSearch a {
  display: inline-block;
}

#HeadSearch .btnSearch a img {
  width: 36px;
}

#HeadCartView {
  width: auto;
  height: auto;
  float: none;
  padding: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  #HeadCartView {
    margin-top: -3px;
  }
}
@media screen and (max-width: 767px) {
  #HeadCartView img {
    width: 25px;
  }
}
#HeadCartView .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #EC5228;
  font-size: 11px;
  color: #fff;
  position: absolute;
  top: -6px;
  right: -8px;
}
#HeadCartView .menu {
  position: absolute;
  top: calc(100% + 16px);
  right: 0;
  background-color: #FFF;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  min-width: 220px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #HeadCartView .menu {
    display: none !important;
  }
}
#HeadCartView .dvMiniCart {
  background: none;
}

#HeadCartView > a {
  height: auto;
  line-height: 1.2;
}

.dvMiniCart {
  border-radius: 8px;
  padding: 8px;
}
.dvMiniCart .miniCart {
  display: flex;
  gap: 16px;
  margin: 16px 0;
}
.dvMiniCart .miniCart tr {
  display: flex;
}
.dvMiniCart .miniCart__img {
  width: 30%;
}
.dvMiniCart .miniCart__text {
  flex: 1;
}

.dvMiniCart ul li.productInfo .productName,
.dvMiniCart ul li.productInfo .productPrice {
  float: none;
  display: block;
  width: 200px;
  margin-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .hamburger-menu {
    text-align: center;
    margin-top: -5px;
  }
  .hamburger-menu .menu-trigger {
    display: inline-block;
  }
  .hamburger-menu .menu-trigger div {
    position: relative;
    width: 28px;
    height: 34px;
  }
  .hamburger-menu .menu-trigger div span {
    width: 14px;
    height: 2px;
    border-radius: 2px;
    background: #096B68;
    position: absolute;
  }
  .hamburger-menu .menu-trigger div span:first-child {
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
  }
  .hamburger-menu .menu-trigger div span:nth-child(2) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .hamburger-menu .menu-trigger div span:last-child {
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%);
  }
  .hamburger-menu .menu-content {
    position: fixed;
    left: -85vw;
    top: 0;
    width: 85vw;
    height: 100%;
    background: #FFF;
    transition: all 0.5s;
    z-index: 3;
    border-top-right-radius: 56px;
  }
  .hamburger-menu .menu-content.open {
    left: 0;
  }
  .hamburger-menu .menu-content .header__menu {
    display: block;
  }
  .hamburger-menu .menu-content .header__menu > li {
    border-bottom: 1px solid #ddd;
  }
  .hamburger-menu .menu-content .header__menu > li a {
    display: block;
    padding: 12px 16px;
  }
  .hamburger-menu .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
  }
  .hamburger-menu .overlay.open {
    display: block;
    opacity: 1;
  }
  .hamburger-menu .menu-close {
    display: none;
    position: fixed;
    top: 24px;
    left: calc(85vw + 8px);
    width: 40px;
    height: 40px;
    background-color: #129990;
    border-radius: 50%;
    z-index: 3;
  }
  .hamburger-menu .menu-close::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .hamburger-menu .menu-close::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .hamburger-menu .menu-close.open {
    display: block;
  }
  .hamburger-menu .btn-wrap {
    padding: 32px 16px;
    margin-top: 0;
  }
  .hamburger-menu .header__menu {
    border-top: 1px solid #ddd;
  }
  .hamburger-menu .header__menu .has-child {
    display: block;
    width: 100%;
    padding: 12px 16px;
  }
  .hamburger-menu .header__menu .has-child::after {
    top: 18px;
    right: 16px;
  }
  .hamburger-menu .header__menu .has-child.is-active::after {
    top: 20px;
  }
  .hamburger-menu .header__item {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .hamburger-menu .header__item > li {
    border-bottom: none;
    border-top: 1px solid #ddd;
  }
  .hamburger-menu .header__item a {
    gap: 8px;
    padding: 8px 16px;
  }
  .hamburger-menu .header__category {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 0;
  }
  .hamburger-menu .header__category li {
    display: block;
    border-bottom: none;
    padding-bottom: 0;
  }
  .hamburger-menu .header__category-parent {
    display: none;
  }
  .hamburger-menu .header__category-list {
    display: block;
  }
  .hamburger-menu .header__category-list a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: none;
  }
  .hamburger-menu .header__category-list a:not(.header__category-parent) {
    padding-left: 56px;
  }
  .hamburger-menu .header__category-list a:not(.header__category-parent)::before {
    content: "";
    width: 8px;
    height: 8px;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    position: absolute;
    left: 32px;
    top: 16px;
  }
  .hamburger-menu .menu-content__list li {
    border-bottom: 1px solid #333;
    padding: 0 16px;
  }
  .hamburger-menu .menu-content__list li a {
    display: block;
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
#Foot {
  border-top: none;
  padding: 0;
}

.footer {
  background-color: #f0f0f0;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .footer {
    letter-spacing: 0;
  }
}
.footer__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 80px;
  }
}
.footer__logo a {
  display: block;
}
.footer__logo img {
  width: 160px;
}
@media screen and (max-width: 767px) {
  .footer__logo img {
    width: 120px;
  }
}
.footer__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 40px;
}
.footer__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__nav {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    flex-direction: column;
  }
}
.footer__nav-item {
  min-width: 200px;
}
@media screen and (max-width: 767px) {
  .footer__nav-item {
    min-width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0 16px;
  }
}
.footer__nav-item p {
  font-size: 14px;
  font-weight: 600;
  padding: 8px 0;
}
@media screen and (max-width: 767px) {
  .footer__nav-item p {
    width: calc(50% - 8px);
  }
}
.footer__nav-item ul {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .footer__nav-item ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0 16px;
  }
}
.footer__nav-item li {
  font-size: 14px;
  padding: 4px 0;
}
@media screen and (max-width: 767px) {
  .footer__nav-item li {
    width: calc(50% - 8px);
  }
}
.footer__nav-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .footer__nav-title {
    width: 100% !important;
  }
}
.footer__copy {
  font-size: 12px;
  font-weight: 400;
  color: #707070;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .footer__copy {
    text-align: center;
  }
}

.main-slider {
  margin: 24px 0 -40px;
}
@media screen and (max-width: 767px) {
  .main-slider {
    margin: 16px 0 0;
  }
}
.main-slider .slick-slide {
  padding: 0 12px;
}
@media screen and (max-width: 767px) {
  .main-slider .slick-slide {
    padding: 0 8px;
  }
}
.main-slider .slick-slide img {
  width: 100%;
  border-radius: 80px;
}
@media screen and (max-width: 767px) {
  .main-slider .slick-slide img {
    border-radius: 40px;
  }
}

.list-feature {
  margin: 0 -12px;
}
@media screen and (max-width: 767px) {
  .list-feature {
    width: 100vw;
    margin: 0 -16px;
  }
}
.list-feature__item {
  position: relative;
  margin: 0 12px;
}
@media screen and (max-width: 767px) {
  .list-feature__item {
    margin: 0 8px;
  }
}
.list-feature__img {
  text-align: center;
}
.list-feature__img img {
  max-width: 100%;
}
.list-feature__text {
  line-height: 1.7;
  margin-top: 12px;
}
.list-feature__title {
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.list-feature__desc {
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 8px;
}

.list-info li {
  display: flex;
  gap: 56px;
  padding: 24px;
  border-bottom: 1px solid #e4e4e4;
}
@media screen and (max-width: 767px) {
  .list-info li {
    flex-wrap: wrap;
    gap: 8px 0;
    padding: 16px 0;
  }
}
.list-info span {
  width: 100px;
  font-size: 14px;
  color: #707070;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .list-info span {
    width: 100%;
  }
}
.list-info__text {
  flex: 1;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .list-info__text {
    width: 100%;
  }
}
.list-info__text a {
  text-decoration: underline;
}

.product-list-page__title {
  font-size: 28px;
  font-weight: 700;
  width: 100%;
  margin: 32px 0 16px;
}
@media screen and (max-width: 767px) {
  .product-list-page__title {
    font-size: 20px;
  }
}
.product-list-page__sort-wrap {
  display: flex;
  gap: 16px 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .product-list-page__sort-wrap {
    flex-direction: column;
    margin: 24px 0;
  }
}
.product-list-page #pagination.above {
  margin: 0;
}
.product-list-page #pagination.above .add-pager__link-wrapper {
  display: none;
}
.product-list-page #pagination.above .add-pager__wrapper {
  padding: 4px 0;
}
.product-list-page #pagination.above .add-total {
  flex: 1;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .product-list-page #pagination.above .add-total {
    width: 100%;
  }
}
.product-list-page #pagination.above .add-total span {
  font-size: 20px;
}
.product-list-page #pagination.below {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .product-list-page #pagination.below {
    margin-top: 56px;
  }
}
.product-list-page #pagination.below .add-total {
  display: none;
}
.product-list-page #pagination.below .add-pager__wrapper {
  display: block;
}
.product-list-page #pagination.below .add-pager__link-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.product-list-page #pagination.below .add-num {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 18px;
  font-weight: bold;
}
.product-list-page #pagination.below .add-back a {
  position: relative;
  color: rgba(0, 0, 0, 0);
}
.product-list-page #pagination.below .add-back a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-left: 2px solid #707070;
  border-bottom: 2px solid #707070;
  position: absolute;
  top: 4px;
  left: 0;
  transform: rotate(45deg);
}
.product-list-page #pagination.below .add-next a {
  position: relative;
  color: rgba(0, 0, 0, 0);
}
.product-list-page #pagination.below .add-next a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #707070;
  border-top: 2px solid #707070;
  position: absolute;
  top: 4px;
  right: 0;
  transform: rotate(45deg);
}
.product-list-page .sp-search-btn {
  position: static;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .product-list-page .sp-search-btn {
    display: none;
  }
}
.product-list-page .sp-search-btn.fixed-bottom {
  position: fixed;
  bottom: 8px;
  left: 16px;
  width: calc(100% - 32px);
  z-index: 2;
}
.product-list-page .sp-search-btn a {
  display: block;
  text-align: center;
  width: 100%;
  background: url(../img/common/icon_filter_white.svg) left 16px center #333 no-repeat;
  border-radius: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 8px 24px;
}

.add-set #sortBox {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  flex: 1;
  padding: 0;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .add-set #sortBox {
    flex-wrap: nowrap;
    gap: 8px;
  }
}
.add-set #sortBox .box {
  position: relative;
  float: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .add-set #sortBox .box {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .add-set #sortBox .box:last-child .nav {
    left: auto;
    right: 0;
  }
}
.add-set #sortBox .title {
  position: relative;
  font-size: 14px;
  cursor: pointer;
  margin: 0;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .add-set #sortBox .title {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 11px;
    letter-spacing: 0;
    margin-right: 0 !important;
  }
}
.add-set #sortBox .title:hover {
  opacity: 0.7;
}
.add-set #sortBox .title .selected {
  position: relative;
  font-weight: bold;
  padding-right: 16px;
}
@media screen and (max-width: 767px) {
  .add-set #sortBox .title .selected {
    width: calc((100vw - 24px - 32px) / 4);
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 4px;
    font-size: 14px;
    font-weight: normal;
    overflow-x: hidden;
    word-break: keep-all;
  }
}
@media screen and (max-width: 767px) {
  .add-set #sortBox .title .selected::before {
    content: "";
    width: 16px;
    height: 100%;
    background: #FFF;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
}
.add-set #sortBox .title .selected::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #707070;
  border-bottom: 2px solid #707070;
  position: absolute;
  right: 0;
  top: 2px;
  transform: rotate(45deg);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .add-set #sortBox .title .selected::after {
    top: 14px;
    right: 4px;
  }
}
.add-set #sortBox .nav {
  display: none;
  width: 160px;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #f9f9f9;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .add-set #sortBox .nav {
    right: auto;
    left: 0;
  }
}
.add-set #sortBox .nav li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.add-set #sortBox .nav li.active {
  font-size: 100%;
  padding: 6px 16px;
  height: auto;
  line-height: inherit;
  color: #333;
  background-color: #e9e9e9;
}
.add-set #sortBox .nav li a {
  padding: 6px 16px !important;
  height: auto !important;
  background-color: #f9f9f9 !important;
}

.side .categoryList:not(:first-child) {
  margin-top: 8px;
}
.side .categoryList .title {
  position: relative;
  display: block;
  font-weight: bold;
  background-color: #eee;
  border-radius: 4px;
  padding: 8px 32px 8px 8px;
}
.side .categoryList .title::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/common/icon_plus.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
}
.side .categoryList .title.is-active::after {
  content: "";
  background: url(../img/common/icon_minus.svg) no-repeat;
  background-size: contain;
}
.side .categoryList ul:not(.search-color) li a {
  display: block;
  padding: 8px;
}
.side .categoryList ul:not(.search-color) li:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}
.side .categoryList .child {
  background-color: #f7f7f7;
}
.side .categoryList .child li {
  position: relative;
  padding-left: 16px;
}
.side .categoryList .child li::before {
  content: "";
  width: 6px;
  height: 8px;
  border-left: 1px solid #777;
  border-bottom: 1px solid #777;
  position: absolute;
  left: 12px;
  top: 12px;
}
.side .search-color {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 16px 0;
}
.side .search-color li {
  font-size: 11px;
}
.side .search-color a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.side .search-color img {
  width: 32px;
  max-width: 100%;
}

.dvProductAdvancedSearch {
  margin-top: 24px;
}
.dvProductAdvancedSearch__title {
  position: relative;
  display: block;
  font-weight: bold;
  background: url(../img/common/icon_search_white.svg) left 4px center #777 no-repeat;
  background-size: 24px;
  color: #fff;
  border-radius: 4px;
  padding: 8px 32px 8px 28px;
}
.dvProductAdvancedSearch__content .title {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
  text-align: left;
  background-color: #eee;
  border-radius: 4px;
  padding: 8px 32px 8px 8px;
  margin-top: 8px;
}
.dvProductAdvancedSearch__content .title.accordion-trigger::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/common/icon_plus.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
}
.dvProductAdvancedSearch__content .title.accordion-trigger.is-active::after {
  content: "";
  background: url(../img/common/icon_minus.svg) no-repeat;
  background-size: contain;
}
.dvProductAdvancedSearch__content .accordion-content {
  display: none;
}
.dvProductAdvancedSearch__content input[type=search] {
  border: 1px solid #ccc;
  padding: 8px;
  width: 100%;
  border-radius: 4px;
}
.dvProductAdvancedSearch__content table td {
  padding: 8px 0;
}
.dvProductAdvancedSearch__content table td select {
  border: 1px solid #ccc;
  padding: 8px;
  width: 100%;
  border-radius: 4px;
}
.dvProductAdvancedSearch .search-color {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  font-size: 11px;
  margin: 16px 0;
}
.dvProductAdvancedSearch .search-color__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4px;
}
.dvProductAdvancedSearch .search-color__trigger {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}
.dvProductAdvancedSearch .button {
  padding: 0;
  margin-top: 16px;
}

.product-detail__container {
  display: flex;
  gap: 24px 80px;
}
@media screen and (max-width: 767px) {
  .product-detail__container {
    flex-direction: column;
  }
}
.product-detail #dvProductDetailArea #detailImage {
  width: 558px;
}
@media screen and (max-width: 767px) {
  .product-detail #dvProductDetailArea #detailImage {
    width: 100vw;
    margin-left: -16px;
    margin-right: -16px;
  }
}
.product-detail #dvProductDetailArea #detailOne {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .product-detail #dvProductDetailArea #detailOne {
    width: 100%;
  }
}
.product-detail__slider img {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.product-detail__thumbnail {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .product-detail__thumbnail {
    margin: 8px 0 0;
  }
}
.product-detail__thumbnail img {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .product-detail__thumbnail img {
    border-radius: 4px;
  }
}
.product-detail__thumbnail .slick-active {
  border: 0;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .product-detail__thumbnail .slick-active img {
    border-radius: 4px;
  }
}
.product-detail__thumbnail .slick-track {
  transform: unset !important;
  width: 100% !important;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .product-detail__thumbnail .slick-track {
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
  }
}
.product-detail__thumbnail .slick-track::before {
  content: none;
}
.product-detail__thumbnail .slick-track::after {
  content: none;
}
.product-detail__thumbnail .slick-slide {
  width: auto !important;
  cursor: pointer;
}
.product-detail__thumbnail .slick-current img {
  border: 2px solid #333;
}
.product-detail .icon {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.product-detail .icon .soldout {
  font-size: 14px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 2px 12px;
}
@media screen and (max-width: 767px) {
  .product-detail .icon img {
    height: 20px !important;
  }
}
.product-detail__copy {
  margin: 16px 0 8px;
}
.product-detail__name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}
.product-detail__id {
  font-size: 13px;
  color: #707070;
}
.product-detail .wrapProductPrice {
  margin: 24px 0;
}
.product-detail .wrapProductPrice .productPrice {
  font-size: 14px;
  font-weight: bold;
}
.product-detail .wrapProductPrice .productPrice span {
  font-size: 28px;
}
.product-detail__set-promotion {
  background-color: #f9f0dc;
  border-radius: 4px;
  padding: 8px 16px;
  margin: 16px 0 !important;
}
.product-detail__novelty {
  margin: 24px 0;
}
.product-detail__novelty .noveltyProduct {
  gap: 16px;
  padding: 8px;
  border: none;
  border-radius: 8px;
  background: #f7f7f7;
  margin-bottom: 0;
}
.product-detail__novelty .noveltyProduct .image {
  width: 72px;
  line-height: 1;
}
.product-detail__novelty .noveltyProduct .image img {
  width: 100% !important;
  height: auto !important;
}
.product-detail__novelty-head {
  margin-bottom: 10px;
}
.product-detail__novelty-title {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #333;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.product-detail__novelty-name {
  font-weight: bold;
  margin-bottom: 8px;
}
.product-detail .productSellInfo {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.product-detail .productSellInfo .selectVariation {
  margin: 24px 0;
}
.product-detail .productSellInfo .selectVariation__wrap + .selectVariation__wrap {
  margin-top: 8px;
}
.product-detail .productSellInfo .selectVariation__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .product-detail .productSellInfo .selectVariation__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.product-detail .productSellInfo .selectVariation__item a {
  display: block;
}
.product-detail .productSellInfo .selectVariation__img {
  width: 100%;
}
.product-detail .productSellInfo .selectVariation__name {
  font-size: 12px;
  text-align: center;
  margin: 4px 0 0 !important;
}
.product-detail .productSellInfo .selectVariation .VariationPanel__img {
  display: block;
  border: 1px solid #ccc;
  border-radius: 4px;
  line-height: 0;
}
.product-detail .productSellInfo .selectVariation .VariationPanel__img.selected {
  border: 2px solid #333;
  border-radius: 4px;
}
.product-detail .productSellInfo .selectVariation .VariationPanel {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  text-align: center;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.product-detail .productSellInfo .selectVariation .VariationPanel.selected {
  border: 2px solid #333;
}
.product-detail .productSellInfo .selectVariation select {
  min-width: 300px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 12px 16px;
}
.product-detail .option-value {
  margin: 24px 0;
}
.product-detail .option-value__title {
  display: block;
  margin: 8px 0 4px;
}
.product-detail .option-value__checkbox {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 12px 0;
}
.product-detail .option-value__textbox {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 12px 16px;
}
.product-detail .option-value__selectbox {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 12px 16px;
}
.product-detail__btn-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 24px 0 16px;
}
@media screen and (max-width: 767px) {
  .product-detail .addCart {
    flex: 1;
  }
}
.product-detail .addCart .btnCart {
  padding: 0;
  margin: 0 !important;
}
.product-detail .addCart .btnCart .btn {
  min-width: 300px;
  font-size: 16px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .product-detail .addCart .btnCart .btn {
    min-width: auto;
    width: 100%;
    max-width: 300px;
  }
}
.product-detail .btn-mail {
  min-width: 300px;
}
.product-detail .productAmount {
  display: flex;
  align-items: center;
  gap: 0 8px;
  margin: 24px 0;
}
.product-detail .productAmount input {
  width: 72px !important;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 12px 16px;
}
.product-detail #divProductArrivalMail {
  padding: 0;
}
.product-detail #divProductArrivalMail td {
  padding: 16px !important;
}
.product-detail #divProductArrivalMail input {
  width: 100% !important;
  background: #F7f7f7;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px;
}
.product-detail .btnListContact li + li {
  margin-top: 4px;
}
.product-detail .snsList {
  margin: 24px 0;
}
.product-detail .multi-variation {
  border-bottom: 1px solid #ddd;
  margin: 40px 0 !important;
}
.product-detail .multi-variation__item {
  display: flex;
  align-items: center;
  gap: 8px 16px;
  border-top: 1px solid #ddd;
  padding: 12px 16px;
}
@media screen and (max-width: 767px) {
  .product-detail .multi-variation__item {
    flex-wrap: wrap;
    padding: 12px 0;
  }
}
.product-detail .multi-variation__text {
  flex: 1;
  font-size: 13px;
}
.product-detail .multi-variation__kind {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
}
.product-detail .multi-variation__btn-area {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .product-detail .multi-variation__btn-area {
    width: 100%;
  }
}
.product-detail .multi-variation__btn-area .addCart {
  display: flex;
  align-items: center;
}
.product-detail .multi-variation__btn-area .btnCart .btn {
  min-width: 200px;
  font-size: 14px;
  margin-right: 8px;
}
.product-detail .multi-variation__btn-area .btnCart:empty {
  display: none;
}
.product-detail .multi-variation .error {
  font-size: 12px;
}
.product-detail .multi-variation .product-detail__set-promotion {
  font-size: 12px;
  padding: 2px 8px;
  margin: 8px 0 !important;
}
.product-detail .multi-variation .product-detail__set-promotion:empty {
  display: none;
}
.product-detail .tblReviewInput {
  background: #f9f9f9;
  padding: 40px 80px;
}
@media screen and (max-width: 767px) {
  .product-detail .tblReviewInput {
    padding: 16px;
  }
}
.product-detail .tblReviewInput tr {
  display: flex;
  align-items: center;
  padding: 4px 0;
}
.product-detail .tblReviewInput th {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .product-detail .tblReviewInput th {
    width: 110px;
  }
}
.product-detail .tblReviewInput td {
  flex: 1;
}
.product-detail .tblReviewInput input,
.product-detail .tblReviewInput textarea {
  width: 100%;
  padding: 8px 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.product-detail .tblReviewInput select {
  padding: 8px 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.product-detail .tblReviewInput .btn-wrap {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 0;
}
.product-detail .review .spMessage {
  margin-bottom: 16px;
}
.product-detail .review__item {
  border-top: 1px solid #ccc;
  padding: 24px;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .product-detail .review__item {
    padding: 24px 0;
  }
}
.product-detail .review__info {
  display: flex;
  align-items: center;
  gap: 16px;
}
.product-detail .review__info span {
  display: flex;
  align-items: center;
}
.product-detail .review__title {
  font-size: 16px;
  font-weight: bold;
  margin: 16px 0;
}
.product-detail .review__comment {
  margin-bottom: 0 !important;
}

#dvProductDetailArea .wrapProductPrice p strike {
  color: #333 !important;
}

#dvProductDetailArea .wrapProductPrice p .sale {
  color: #C5412D;
}
#dvProductDetailArea .wrapProductPrice p .sale span {
  color: #C5412D;
}

#breadcrumb {
  font-size: 14px;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  #breadcrumb {
    font-size: 12px;
    margin: 24px 0;
  }
}
#breadcrumb ul {
  gap: 0 8px;
}
#breadcrumb a {
  text-decoration: underline;
}

.product-list-page__heading {
  font-size: 32px;
  font-weight: 700;
  color: #096B68;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .product-list-page__heading {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.product-list-page h2.heading {
  background: url(../img/common/mark.svg) left center no-repeat;
  background-size: 28px;
  padding-left: 34px;
}
.product-list-page .add-total {
  color: #096B68;
  font-size: 16px !important;
  font-weight: 700;
}
.product-list-page .add-total .num {
  font-size: 24px !important;
  margin: 0 4px;
}
.product-list-page .list-product .thumb {
  border-radius: 40px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .product-list-page .list-product .thumb {
    border-radius: 16px;
    margin-bottom: 8px;
  }
}
.product-list-page .list-product .thumb img {
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .product-list-page .list-product .thumb img {
    border-radius: 16px;
  }
}
.product-list-page .list-product .icon {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .product-list-page .list-product .icon {
    margin-bottom: 8px;
  }
}
.product-list-page .list-product .icon:empty {
  display: none;
}
.product-list-page .list-product .name {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .product-list-page .list-product .name {
    font-size: min(4.1025641026vw, 16px);
  }
}
.product-list-page .list-product .price {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .product-list-page .list-product .price {
    font-size: min(4.6153846154vw, 18px);
    line-height: 1.2;
  }
}
.product-list-page .list-product .price .teiki {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .product-list-page .list-product .price .teiki {
    font-size: min(3.0769230769vw, 12px);
  }
}
.product-list-page .list-product .price .tax {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .product-list-page .list-product .price .tax {
    font-size: min(2.8205128205vw, 11px);
  }
}
.product-list-page #dvCheckList {
  border-top: 3px dotted #129990;
  padding-top: 80px;
  margin-top: 104px;
}
@media screen and (max-width: 767px) {
  .product-list-page #dvCheckList {
    margin-top: 80px;
    padding-top: 64px;
  }
}
.product-list-page #dvCheckList .heading {
  margin-top: 0;
}

.product-list-category {
  background: #FFF8DC;
  padding: 40px 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .product-list-category {
    padding: 24px 0;
    margin-bottom: 24px;
  }
}
.product-list-category__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .product-list-category__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.product-list-category__item {
  background: #fff;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .product-list-category__item {
    border-radius: 8px;
  }
}
.product-list-category__item a {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .product-list-category__item a {
    gap: 8px;
    padding: 8px;
  }
}
.product-list-category__img {
  width: 80px;
}
@media screen and (max-width: 767px) {
  .product-list-category__img {
    width: 48px;
  }
}
.product-list-category__text {
  flex: 1;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .product-list-category__text {
    font-size: 18px;
  }
}
.product-list-category__text .jp {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #129990;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .product-list-category__text .jp {
    font-size: 11px;
  }
}

.add-set .add-pager__wrapper .add-num span {
  background-color: #129990;
  border: none;
}

.add-set .add-pager__wrapper .add-num a {
  color: #333;
  border: none;
}

.add-set .add-pager__wrapper .add-num a:hover {
  background: #fff;
  color: #129990;
  opacity: 1;
}

.product-list-page #pagination.below .add-next a::after {
  top: 6px;
}

.product-list-page #pagination.below .add-back a::after {
  top: 7px;
}

.list-product .productName {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .list-product .productName {
    font-size: min(4.1025641026vw, 16px);
  }
}
.list-product .productPrice {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .list-product .productPrice {
    font-size: min(4.1025641026vw, 16px);
  }
}
.list-product .productPrice .teiki {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .list-product .productPrice .teiki {
    font-size: min(3.0769230769vw, 12px);
  }
}
.list-product .productPrice .tax {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .list-product .productPrice .tax {
    font-size: min(3.0769230769vw, 12px);
  }
}

#dvCheckList .productCheckList ul li {
  margin: 8px 0;
}
@media screen and (max-width: 767px) {
  #dvCheckList .productCheckList ul li {
    margin: 4px 0;
  }
}

.header {
  justify-content: space-between;
  padding-right: 24px;
}
@media screen and (max-width: 767px) {
  .header {
    padding-right: 8px;
  }
}
.header__logo {
  background: #129990;
  border-bottom-right-radius: 60px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: box-shadow 0.5s ease;
  margin-right: 50px;
}
@media screen and (max-width: 1235px) {
  .header__logo {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    border-bottom-right-radius: 40px;
    margin-right: 0;
    line-height: 1;
  }
}
.header__logo a {
  padding: 36px 24px;
  border-bottom-right-radius: 60px;
}
@media screen and (max-width: 767px) {
  .header__logo a {
    padding: 25px 10px 25px 6px;
    border-bottom-right-radius: 40px;
  }
}
.header__logo img {
  width: 166px;
}
@media screen and (max-width: 767px) {
  .header__logo img {
    width: 96px;
  }
}
.header__menu {
  background: #fff;
  padding: 16px 64px;
  border-radius: 70px;
  gap: 0 24px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: box-shadow 0.5s ease;
}
@media screen and (max-width: 1300px) {
  .header__menu {
    padding: 16px 32px;
  }
}
@media screen and (max-width: 1185px) {
  .header__menu {
    flex: 1;
    padding: 8px 32px;
    gap: 4px 16px;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .header__menu {
    border-radius: 0;
    padding: 0;
  }
}
.header__menu .jp {
  display: block;
  font-size: 11px;
  font-weight: 500;
  color: #096B68;
}
.header__utility {
  position: relative;
  background: #fff;
  padding: 10px 32px;
  border-radius: 70px;
  gap: 0 16px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: box-shadow 0.5s ease;
}
@media screen and (max-width: 767px) {
  .header__utility {
    padding: 6px 16px;
    gap: 0 10px;
  }
}
.header__utility-item a {
  display: inline-block;
  text-align: center;
  line-height: 1.2;
}
.header__icon-text {
  display: block;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  color: #096B68;
}
@media screen and (max-width: 767px) {
  .header__icon-text {
    font-size: clamp(8px, 2.0512820513vw, 11px);
  }
}
.header__search {
  position: absolute !important;
  top: calc(100% + 4px);
  right: 0;
  background: #fff;
  padding: 16px !important;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.header #HeadSearch {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .header #HeadSearch {
    width: calc(100vw - 16px);
  }
}
.header #HeadSearch .textBox input {
  background: #f7f7f7;
  border-radius: 8px;
}
.header #HeadSearch .btnSearch {
  right: 24px;
}
.header #HeadSearch .btnSearch a img {
  width: 32px;
}
.header.shadow .header__logo,
.header.shadow .header__menu,
.header.shadow .header__utility {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.5s ease;
}
@media screen and (max-width: 767px) {
  .header.shadow .header__menu {
    box-shadow: none;
    transition: none;
    background: none;
  }
}

.footer {
  position: relative;
  background: #FDF2C6;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 64px;
    margin-top: 0;
  }
}
.footer::before {
  content: "";
  width: 100%;
  height: 48px;
  background: url(../img/common/footer_bg.svg) repeat-x;
  position: absolute;
  bottom: 100%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .footer::before {
    height: 16px;
    background-size: 80px;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner {
    flex-direction: column-reverse;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__right {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 48px;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .footer__logo {
    text-align: center;
  }
}
.footer__logo img {
  width: 166px;
}
.footer__address {
  font-size: 16px;
  font-weight: 500;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .footer__address {
    text-align: center;
  }
}
.footer__sns {
  justify-content: flex-start;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .footer__sns {
    justify-content: center;
    margin-top: 32px;
  }
}
.footer__copy {
  font-size: 11px;
  font-weight: 500;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .footer__copy {
    margin-top: 48px;
  }
}
.footer__nav-title {
  border-bottom: none;
  color: #096B68;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .footer__nav-item:first-child {
    padding-left: 10px;
  }
}
.footer__nav-item p {
  font-weight: 500;
  padding: 6px 0;
}
.footer__nav-item ul {
  padding-left: 10px;
}
.footer__nav-item li {
  font-weight: 500;
}

.intro {
  position: relative;
  background: #FFF8DC;
  padding-bottom: 40px;
  margin: 170px 0;
}
@media screen and (max-width: 767px) {
  .intro {
    margin: 120px 0 80px;
  }
}
.intro::before {
  content: "";
  width: 100%;
  height: 148px;
  background: url(../img/top/about_bg_top.svg) center bottom no-repeat;
  background-size: 1920px;
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: -1;
}
@media screen and (min-width: 1920px) {
  .intro::before {
    background-size: 100%;
    height: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .intro::before {
    background-size: 1000px;
    height: 60px;
  }
}
.intro::after {
  content: "";
  width: 100%;
  height: 140px;
  background: url(../img/top/about_bg_bottom.svg) center top no-repeat;
  background-size: 1920px;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
}
@media screen and (min-width: 1920px) {
  .intro::after {
    background-size: 100%;
    height: 7vw;
  }
}
@media screen and (max-width: 767px) {
  .intro::after {
    background-size: 1000px;
    height: 70px;
  }
}
.intro__inner {
  display: flex;
  gap: 24px 80px;
}
@media screen and (max-width: 767px) {
  .intro__inner {
    flex-direction: column;
  }
}
.intro__img {
  position: relative;
  width: 478px;
}
@media screen and (max-width: 767px) {
  .intro__img {
    width: 73.3333333333vw;
    height: 70vw;
    margin: 0 auto;
  }
}
.intro__img::after {
  content: "";
  width: 498px;
  height: 476px;
  background: url(../img/top/about_shape.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: -100px;
  bottom: -30px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .intro__img::after {
    width: 69.2307692308vw;
    height: 72.8205128205vw;
    left: auto;
    right: -17.9487179487vw;
    bottom: -7.6923076923vw;
  }
}
.intro__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.intro__content {
  flex: 1;
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  .intro__content {
    margin-top: 0;
  }
}
.intro__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.6;
  color: #096B68;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .intro__title {
    font-size: min(28px, 6.4102564103vw);
    margin-bottom: 24px;
  }
}
.intro__text {
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .intro__text {
    font-size: min(16px, 3.4615384615vw);
  }
}
.intro__text + .intro__text {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .intro__text + .intro__text {
    margin-top: 16px;
  }
}
.intro .btn-wrap {
  justify-content: flex-start;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .intro .btn-wrap {
    justify-content: center;
  }
}

.index-page {
  overflow-x: hidden;
}
.index-page .heading {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #096B68;
  text-align: center;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .index-page .heading {
    font-size: 32px;
    margin: 0 0 32px;
  }
}
.index-page .heading .jp {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .index-page .heading .jp {
    font-size: 13px;
  }
}
.index-page .heading .jp span {
  position: relative;
  padding: 0 32px;
}
.index-page .heading .jp span::before {
  content: "";
  width: 24px;
  height: 16px;
  background: url(../img/common/mark.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .index-page .heading .jp span::before {
    width: 20px;
    height: 15px;
  }
}
.index-page .heading .jp span::after {
  content: "";
  width: 24px;
  height: 16px;
  background: url(../img/common/mark.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .index-page .heading .jp span::after {
    width: 20px;
    height: 15px;
  }
}
.index-page .info {
  padding: 48px 0;
}
@media screen and (max-width: 767px) {
  .index-page .info {
    padding: 0 0 48px;
  }
}
@media screen and (min-width: 768px) {
  .index-page .info__inner {
    display: flex;
    gap: 0 24px;
  }
}
.index-page .info__container {
  flex: 1;
  margin-top: 72px;
}
.index-page .info .heading {
  position: relative;
}
@media screen and (min-width: 768px) {
  .index-page .info .heading {
    width: 372px;
  }
}
.index-page .info .heading::after {
  content: "";
  width: 505px;
  height: 498px;
  background: url(../img/top/news_shape.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -40%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .index-page .info .heading::after {
    width: 73.0769230769vw;
    height: 73.0769230769vw;
    right: 20vw;
    top: -18.9743589744vw;
  }
}
.index-page .list-info li:nth-child(n+5) {
  display: none;
}

.index-product {
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  .index-product {
    padding: 48px 0 0;
  }
}
.index-product .unit {
  position: relative;
}
.index-product .unit::before {
  content: "";
  width: 613px;
  height: 585px;
  background: url(../img/top/product_shape1.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: -30%;
  top: -70%;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .index-product .unit::before {
    width: 307px;
    height: 292px;
    right: -130px;
    top: -280px;
  }
}
.index-product .unit::after {
  content: "";
  width: 490px;
  height: 520px;
  background: url(../img/top/product_shape2.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: -25%;
  bottom: -20%;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .index-product .unit::after {
    left: -220px;
    bottom: -440px;
  }
}
@media screen and (max-width: 767px) {
  .index-product .list-product ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .index-product .list-product li {
    width: calc(50% - 8px);
  }
}

.index-product + .info {
  margin-top: 104px;
}

.index-recipe {
  background: url(../img/top/recipe_bg.svg) center center no-repeat;
  background-size: 1920px;
  padding: 212px 0;
}
@media screen and (min-width: 1920px) {
  .index-recipe {
    background-size: 100%;
    padding: 14vw 0;
  }
}
@media screen and (max-width: 767px) {
  .index-recipe {
    padding: 48.7179487179vw 0;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .index-recipe .feature-page-parts-items {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
}
.index-recipe .feature-page-parts-item {
  background: #fff;
  border-radius: 48px;
  padding: 24px 24px 48px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .index-recipe .feature-page-parts-item {
    width: calc(50% - 8px);
    border-radius: 24px;
    padding: 8px 8px 16px;
  }
}
@media screen and (max-width: 767px) {
  .index-recipe .feature-page-parts-item:first-child {
    width: 100%;
    padding: 16px 16px 24px;
  }
}
.index-recipe .feature-page-parts-thumb {
  position: relative;
  line-height: 0;
}
.index-recipe .feature-page-parts-thumb::before {
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 2px dashed rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 4px;
  top: 4px;
  border-radius: 14px;
  box-sizing: border-box;
}
.index-recipe .feature-page-parts-title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: center;
}
.index-recipe .btn-wrap {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .index-recipe .btn-wrap {
    margin-top: 40px;
  }
}

.feature-page-parts-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 24px;
}
.feature-page-parts-items a {
  display: block;
}

.feature-page-parts-title {
  font-size: 16px;
  font-weight: 500;
  margin-top: 12px;
}

.feature-page-parts-thumb img {
  border-radius: 16px;
}

.list-info {
  margin-bottom: 32px;
}
.list-info li {
  display: flex;
  gap: 0 32px;
  border-bottom: 1px dashed #096B68;
}
.list-info .date {
  font-size: 14px;
  font-weight: 700;
  color: #096B68;
}
@media screen and (max-width: 767px) {
  .list-info .date {
    display: block;
    margin-bottom: 8px;
  }
}
.list-info__text {
  flex: 1;
  font-size: 16px;
}
.list-info__text strong {
  font-weight: 700;
}

.subscription {
  position: relative;
  background: #fff;
  padding: 104px 0 24px;
  margin: 104px 0 240px;
}
@media screen and (max-width: 767px) {
  .subscription {
    padding: 64px 0;
    margin: 64px 0 104px;
  }
}
.subscription::before {
  content: "";
  width: 100%;
  height: 83px;
  background: url(../img/top/teiki_bg_top.svg) center bottom -1px no-repeat;
  background-size: 1920px;
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: -1;
}
@media screen and (min-width: 1920px) {
  .subscription::before {
    background-size: 100%;
    height: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .subscription::before {
    background-size: 100%;
    height: 4.358974359vw;
  }
}
.subscription::after {
  content: "";
  width: 100%;
  height: 138px;
  background: url(../img/top/teiki_bg_bottom.svg) center top -1px no-repeat;
  background-size: 1920px;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
}
@media screen and (min-width: 1920px) {
  .subscription::after {
    background-size: 100%;
    height: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .subscription::after {
    background-size: 100%;
    height: 7.1794871795vw;
  }
}
.subscription .heading--subscription {
  font-size: 40px;
  font-weight: 700;
  color: #096B68;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .subscription .heading--subscription {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
.subscription .heading--subscription span {
  padding-bottom: 4px;
  border-bottom: 4px dotted #096B68;
}
@media screen and (min-width: 768px) {
  .subscription .card-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
.subscription .card-list__item {
  padding: 0 16px;
}
.subscription .card-list__img {
  text-align: center;
}
.subscription .card-list__img img {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .subscription .card-list__img img {
    max-width: 100%;
  }
}
.subscription .card-list__text {
  margin-top: -48px;
}
.subscription .card-list__title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #096B68;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .subscription .card-list__title {
    font-size: 20px;
  }
}
.subscription .card-list__desc {
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .subscription .card-list__desc {
    font-size: 14px;
  }
}
.subscription .card-list__note {
  font-size: 13px;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .subscription .btn-wrap {
    margin-top: 64px;
  }
}

.faq__container {
  width: 746px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .faq__container {
    width: 100%;
  }
}
.faq__item {
  margin-bottom: 24px;
}
.faq__question {
  position: relative;
  background: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  color: #333;
  border-radius: 16px;
  padding: 24px 54px 24px 64px;
}
@media screen and (max-width: 767px) {
  .faq__question {
    font-size: 16px;
    border-radius: 8px;
    padding: 16px 40px 16px 44px;
  }
}
.faq__question.is-active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.faq__question::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/common/faq_q.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 24px;
  top: 26px;
}
@media screen and (max-width: 767px) {
  .faq__question::before {
    width: 20px;
    height: 20px;
    left: 16px;
    top: 18px;
  }
}
.faq__question::after {
  right: 24px;
}
@media screen and (max-width: 767px) {
  .faq__question::after {
    right: 16px;
  }
}
.faq__answer {
  background: rgba(18, 153, 144, 0.05);
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  font-size: 16px;
  padding: 24px 24px 32px;
}
@media screen and (max-width: 767px) {
  .faq__answer {
    font-size: 14px;
    padding: 16px 16px 24px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
.faq__answer p + p {
  margin-top: 1em;
}
.faq__category {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  background: #FFF8DC;
  padding: 24px;
  border-radius: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .faq__category {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    padding: 16px;
  }
}
.faq__category a {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  padding: 8px;
}
@media screen and (max-width: 767px) {
  .faq__category a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 12px 8px;
  }
}

.feature-page__heading {
  font-size: 32px;
  font-weight: 700;
  color: #096B68;
  margin-bottom: 56px;
}
.feature-page .feature-page-view-list {
  width: 100%;
  padding: 0;
}
.feature-page .below {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .feature-page .below {
    margin-top: 56px;
  }
}
.feature-page .below .add-pager__wrapper {
  justify-content: center;
}
.feature-page .below .add-total {
  display: none;
}
.feature-page .feature-page-view-list {
  font-family: inherit;
}
.feature-page .feature-page-view-items {
  gap: 40px 24px;
}
@media screen and (max-width: 767px) {
  .feature-page .feature-page-view-items {
    gap: 24px 0;
  }
}
.feature-page .feature-page-view-item {
  width: calc((100% - 48px) / 3);
  border: none;
  background: none;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .feature-page .feature-page-view-item {
    width: 100%;
  }
}
.feature-page .feature-page-view-item a {
  display: inline-block;
}
.feature-page .feature-page-view-thumb img {
  border-radius: 32px;
}
.feature-page .feature-page-view-title {
  font-size: 16px;
  margin: 8px 4px 0;
}
@media screen and (max-width: 767px) {
  .feature-page .feature-page-view-title {
    margin-top: 4px;
  }
}

.feature-detail.common-container {
  width: 832px;
}
@media screen and (max-width: 767px) {
  .feature-detail.common-container {
    width: 100%;
  }
}
.feature-detail #page-title {
  font-size: 32px;
  font-weight: 700;
  color: #096B68;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .feature-detail #page-title {
    font-size: 24px;
  }
}
.feature-detail .date {
  font-size: 14px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .feature-detail .date {
    font-size: 12px;
  }
}
.feature-detail #header-banner {
  text-align: center;
  margin: 40px 0;
}
.feature-detail #header-banner img {
  max-width: 100%;
  border-radius: 32px;
}
@media screen and (max-width: 767px) {
  .feature-detail #header-banner img {
    border-radius: 16px;
  }
}
.feature-detail__return-wrap {
  display: flex;
  justify-content: center;
  margin-top: 104px;
}
@media screen and (max-width: 767px) {
  .feature-detail__return-wrap {
    margin-top: 80px;
  }
}
.feature-detail__return {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  padding-left: 20px;
}
.feature-detail__return::before {
  content: "";
  width: 8px;
  height: 8px;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.feature-detail #feature-group-items {
  margin: 40px 0;
}
.feature-detail #list-title {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  color: #096B68;
  border-bottom: 2px dashed #096B68;
  padding-bottom: 4px;
  margin: 2.5em 0 1em;
}
@media screen and (max-width: 767px) {
  .feature-detail #list-title {
    font-size: 22px;
  }
}
.feature-detail #list-title:empty {
  display: none;
}
.feature-detail .feature-item-list {
  display: block;
}
.feature-detail .feature-item-list .feature-item {
  display: flex;
  gap: 16px 24px;
  width: 100%;
  background: #fff;
  padding: 24px;
  border-radius: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .feature-detail .feature-item-list .feature-item {
    flex-wrap: wrap;
    justify-content: center;
    padding: 24px 16px;
  }
}
.feature-detail .feature-item-list .feature-item #productImage {
  width: 280px;
  height: auto;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .feature-detail .feature-item-list .feature-item #productImage {
    width: 100%;
    max-width: 240px;
  }
}
.feature-detail .feature-item-list .feature-item-text {
  flex: 1;
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .feature-detail .feature-item-list .feature-item-text {
    font-size: 14px;
  }
}
.feature-detail .feature-item-list .feature-item-name {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .feature-detail .feature-item-list .feature-item-name {
    font-size: 18px;
  }
}
.feature-detail .feature-item-list .feature-item-product-id {
  display: none;
}
.feature-detail .feature-item-list .feature-item-variation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 8px;
  font-size: 14px;
  font-weight: 500;
  margin: 12px 0;
}
@media screen and (max-width: 767px) {
  .feature-detail .feature-item-list .feature-item-variation {
    font-size: 12px;
  }
}
.feature-detail .feature-item-list .feature-item-variation select {
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  padding: 8px;
}
.feature-detail .feature-item-list .feature-vari-price {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .feature-detail .feature-item-list .feature-vari-price {
    font-size: 24px;
  }
}
.feature-detail .feature-item-list .feature-vari-price .teiki {
  font-size: 18px;
  font-weight: 700;
  color: #096B68;
}
@media screen and (max-width: 767px) {
  .feature-detail .feature-item-list .feature-vari-price .teiki {
    font-size: 14px;
  }
}
.feature-detail .feature-item-list .feature-vari-price .tax {
  font-size: 14px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .feature-detail .feature-item-list .feature-vari-price .tax {
    font-size: 12px;
  }
}
.feature-detail .feature-item-list .feature-vari-fixed-purchase-price-wrap {
  background: rgba(18, 153, 144, 0.05);
  padding: 16px;
  margin-bottom: 16px;
  border-radius: 16px;
}
.feature-detail .feature-item-list .feature-vari-fixed-purchase-price {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.feature-detail .feature-item-list .feature-vari-fixed-purchase-price .ic__free-shipping {
  white-space: nowrap;
  background: #129990;
  color: #fff;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .feature-detail .feature-item-list .feature-vari-cart-add {
    text-align: center;
  }
}
.feature-detail .feature-item-list .feature-vari-cart-add .btn {
  width: 360px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .feature-detail .feature-item-list .feature-vari-cart-add .btn {
    width: calc(100% - 32px);
  }
}
.feature-detail .feature-item-list .feature-vari-cart-add-fixed-purchase .btn {
  font-size: 20px;
  width: 100%;
}
.feature-detail .feature-item-list .feature-vari-normal-price {
  margin-bottom: 16px;
}
.feature-detail .feature-item-list .feature-vari-normal-price .feature-vari-price {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .feature-detail .feature-item-list .feature-vari-normal-price .feature-vari-price {
    font-size: 20px;
  }
}
.feature-detail .feature-item-list .feature-vari-normal-price .ic__shipping {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #096b68;
  background-color: #fff;
  border: 1px solid #096B68;
  border-radius: 4px;
  padding: 1px 4px;
  margin-left: 4px;
}
@media screen and (max-width: 767px) {
  .feature-detail .feature-item-list .feature-vari-normal-price .ic__shipping {
    font-size: 12px;
  }
}

.feature-detail-contents-area {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .feature-detail-contents-area {
    font-size: 14px;
  }
}
.feature-detail-contents-area h2 {
  font-size: 24px;
  font-weight: 700;
  color: #096B68;
  border-bottom: 2px dashed #129990;
  padding-bottom: 4px;
  margin: 2.5em 0 0.5em;
}
@media screen and (max-width: 767px) {
  .feature-detail-contents-area h2 {
    font-size: 22px;
  }
}
.feature-detail-contents-area h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .feature-detail-contents-area h3 {
    font-size: 18px;
  }
}
.feature-detail-contents-area h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .feature-detail-contents-area h4 {
    font-size: 16px;
  }
}
.feature-detail-contents-area a {
  text-decoration: underline;
}
.feature-detail-contents-area p {
  line-height: 1.7;
  margin: 1em 0;
}
.feature-detail-contents-area .text-link {
  padding-right: 24px;
}
.feature-detail-contents-area .text-link a {
  color: #EC5228;
  text-decoration: none;
}
.feature-detail-contents-area table {
  display: table;
  border-top: 1px solid #129990;
  border-left: 1px solid #129990;
  margin: 2em 0;
}
.feature-detail-contents-area table th {
  background: rgba(18, 153, 144, 0.05);
}
.feature-detail-contents-area table th, .feature-detail-contents-area table td {
  display: table-cell;
  border-right: 1px solid #129990;
  border-bottom: 1px solid #129990;
  padding: 8px 12px;
}
.feature-detail-contents-area ul {
  padding-left: 1.4em;
  margin: 2em 0;
}
.feature-detail-contents-area ul li {
  list-style: disc;
}
.feature-detail-contents-area ol {
  padding-left: 1em;
  margin: 2em 0;
}
.feature-detail-contents-area ol li {
  list-style: decimal;
}
.feature-detail-contents-area dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #129990;
  padding: 14px 16px;
}
@media screen and (max-width: 767px) {
  .feature-detail-contents-area dl {
    padding: 14px 0;
  }
}
.feature-detail-contents-area .img {
  text-align: center;
  margin: 40px 0;
}
.feature-detail-contents-area .img img {
  max-width: 100%;
  border-radius: 32px;
}
@media screen and (max-width: 767px) {
  .feature-detail-contents-area .img img {
    border-radius: 16px;
  }
}
.feature-detail-contents-area .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 40px 0;
}
.feature-detail-contents-area .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.feature-detail-contents-area .howtomake {
  padding-left: 0;
  margin: 1em 0;
}
.feature-detail-contents-area .howtomake li {
  position: relative;
  list-style: none;
  padding-left: 28px;
  margin-bottom: 12px;
}
.feature-detail-contents-area .howtomake li::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #129990;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
}
.feature-detail-contents-area .howtomake li:nth-child(1)::before {
  content: "1";
}
.feature-detail-contents-area .howtomake li:nth-child(2)::before {
  content: "2";
}
.feature-detail-contents-area .howtomake li:nth-child(3)::before {
  content: "3";
}
.feature-detail-contents-area .howtomake li:nth-child(4)::before {
  content: "4";
}
.feature-detail-contents-area .howtomake li:nth-child(5)::before {
  content: "5";
}
.feature-detail-contents-area .howtomake li:nth-child(6)::before {
  content: "6";
}
.feature-detail-contents-area .howtomake li:nth-child(7)::before {
  content: "7";
}
.feature-detail-contents-area .howtomake li:nth-child(8)::before {
  content: "8";
}
.feature-detail-contents-area .howtomake li:nth-child(9)::before {
  content: "9";
}
.feature-detail-contents-area .howtomake li:nth-child(10)::before {
  content: "10";
}
.feature-detail-contents-area .note {
  font-size: 14px;
  margin: 1em 0;
}
.feature-detail-contents-area .btn-wrap {
  margin-bottom: 80px;
}
.feature-detail-contents-area .btn-wrap .btn-white {
  min-width: 160px;
  background: none;
  border: 2px solid #EC5228;
  color: #EC5228 !important;
  text-align: center;
  font-weight: 700;
  border-radius: 40px;
  text-decoration: none;
  padding: 8px 24px;
}
.feature-detail-contents-area .btn-wrap .btn-red {
  min-width: 160px;
  background: #EC5228;
  border: 2px solid #EC5228;
  color: #FFF !important;
  text-align: center;
  font-weight: 700;
  border-radius: 40px;
  text-decoration: none;
  padding: 8px 24px;
}

.news-page .info__inner {
  width: 1080px;
}
@media screen and (max-width: 767px) {
  .news-page .info__inner {
    width: 100%;
  }
}
.news-page .info .heading {
  display: flex;
  align-items: center;
  gap: 0 16px;
  margin: 40px 0;
}
.news-page .info .heading h2 {
  font-size: 32px;
}
.news-page .info .heading .jp {
  font-size: 16px;
}
.news-page .info .alignR {
  display: none;
}

.static-page {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .static-page {
    font-size: 14px;
  }
}
.static-page__container.common-container {
  width: 1080px;
}
@media screen and (max-width: 767px) {
  .static-page__container.common-container {
    width: 100%;
  }
}
.static-page .heading {
  font-size: 32px;
  font-weight: 700;
  color: #096B68;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .static-page .heading {
    font-size: 24px;
    margin: 40px 0 1em;
  }
}
.static-page .sub-heading {
  font-size: 24px;
  font-weight: 700;
  color: #096B68;
  margin: 40px 0 1em;
}
@media screen and (max-width: 767px) {
  .static-page .sub-heading {
    font-size: 20px;
  }
}
.static-page strong {
  font-weight: bold;
}
.static-page table {
  width: 100%;
  display: table;
  border-top: 1px solid #129990;
  border-left: 1px solid #129990;
  margin: 2em 0;
}
.static-page table tbody {
  display: table;
  width: 100%;
}
.static-page table tr {
  display: table-row;
}
.static-page table th {
  background: rgba(18, 153, 144, 0.05);
  font-weight: 500;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .static-page table th {
    font-size: 12px;
  }
}
.static-page table th, .static-page table td {
  display: table-cell;
  border-right: 1px solid #129990;
  border-bottom: 1px solid #129990;
  padding: 12px;
}
@media screen and (max-width: 767px) {
  .static-page table th, .static-page table td {
    padding: 12px 8px;
  }
}
.static-page ul.list {
  padding-left: 1.4em;
  margin: 2em 0;
}
.static-page ul.list li {
  list-style: disc;
}
.static-page ol.list {
  padding-left: 1em;
  margin: 2em 0;
}
.static-page ol.list li {
  list-style: decimal;
}
.static-page .privacy {
  line-height: 1.7;
}
.static-page .privacy__date {
  margin-top: 80px;
  text-align: right;
}
.static-page .termofuse {
  line-height: 1.7;
}
.static-page .termofuse dl {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .static-page .termofuse dl {
    display: flex;
    gap: 0 40px;
    padding: 40px 24px;
  }
}
@media screen and (max-width: 767px) {
  .static-page .termofuse dl {
    padding: 32px 0;
  }
}
.static-page .termofuse dt {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .static-page .termofuse dt {
    width: 200px;
  }
}
.static-page .termofuse dd {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .static-page .termofuse dd {
    padding-top: 16px;
  }
}
.static-page .termofuse dd ul {
  margin: 0;
}
.static-page .termofuse dd li {
  margin: 0.5em 0;
}
.static-page .termofuse__img {
  max-width: 400px;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .static-page .termofuse__img {
    width: 100%;
  }
}
.static-page .img {
  text-align: center;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .static-page .img {
    margin: 24px 0;
  }
}
.static-page .img img {
  max-width: 100%;
  border-radius: 24px;
}
@media screen and (max-width: 767px) {
  .static-page .img img {
    max-width: 100%;
    border-radius: 16px;
  }
}
@media screen and (max-width: 767px) {
  .static-page .company__address-th {
    font-size: min(2.5641025641vw, 12px);
    padding: 12px 4px;
  }
}
@media screen and (max-width: 767px) {
  .static-page .company__address-td {
    font-size: min(3.5897435897vw, 14px);
  }
}

.add-set .add-title__05 {
  background: #129990 !important;
  color: #fff;
}
.add-set .add-title__05 a {
  color: #fff;
  border-color: #fff;
}

.add-set .add-grand-total__wrapper {
  background: #FFF8DC;
}

.add-set .add-u__form-wrapper.add-type1,
.add-set .couponBox,
.add-set .pointBox,
.add-set .result,
.add-u__message-2,
.add-set .add-u__message-4,
.add-set #dvUserBox table,
.add-set .add-u__message-3,
.add-set #dvUserBox .dvContentsInfo,
.add-set .add-point__info,
.add-set .add-social-connect__all,
.add-set .add-login__wrapper,
.add-set .add-u__table {
  background: #f5f7ee !important;
}

.add-set .add-u__form-wrapper input[type=text],
.add-set .add-u__form-wrapper input[type=password],
.add-set .add-u__form-wrapper input[type=tel],
.add-set .add-u__form-wrapper input[type=email],
.add-set .add-u__form-wrapper select,
.add-set .add-regulation__box {
  background: #fff !important;
}

#CartList h3 {
  background-color: #129990;
}

.add-cart__item-product {
  background: #FFFDF3;
}

.add-set .add-mypage__unit1 {
  background-color: #FFF8DC !important;
}

.add-set .add-order-history__list-wrapper {
  background-color: #fff;
}

.add-set .add-u__btn-01 {
  font-weight: 500;
  border: 1px solid #ccc;
  color: #333;
  background: #fff;
}

.add-set .add-u__btn-02,
.add-set .add-u__btn-cta {
  font-weight: 500;
  background: #EC5228;
  border-color: #EC5228;
}
.add-set .add-u__btn-02:hover,
.add-set .add-u__btn-cta:hover {
  opacity: 1;
  background-color: #ff6b43;
  border-color: #ff6b43;
}

.add-set .add-u__btn-mini {
  font-weight: 500;
  border: 1px solid #EC5228;
  color: #EC5228;
}

.add-set #sortBox ul li a {
  background-color: #fff;
}

.add-set .add-title__page--InquiryInput {
  padding-bottom: 24px;
}
.add-set .add-title__page--InquiryInput + .add-u__message {
  margin: 8px 0 40px;
}

#dvUserBox .inquiryInput__note {
  margin-bottom: 40px;
}

.add-set .add-regulation__box {
  height: 180px;
}
@media screen and (max-width: 767px) {
  .add-set .add-regulation__box {
    padding: 24px 16px !important;
    margin: 16px 0 24px;
  }
}
.add-set .add-regulation__box ul.list {
  padding-left: 1.4em !important;
}
.add-set .add-regulation__box ul.list li {
  list-style: disc !important;
}
.add-set .add-regulation__box ol.list {
  padding-left: 1em;
}
.add-set .add-regulation__box ol.list li {
  list-style: decimal !important;
}

.main.about {
  overflow-x: hidden;
}

.about-kv {
  position: relative;
  background: #FFFDF3;
  padding: 120px 0;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .about-kv {
    padding: 80px 0;
    margin-top: 0;
  }
}
.about-kv::after {
  content: "";
  width: 100%;
  height: 110px;
  background: url(../img/about/about_kv_bg.svg) center bottom -1px no-repeat;
  background-size: 1920px;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
}
@media screen and (min-width: 1920px) {
  .about-kv::after {
    background-size: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about-kv::after {
    background-size: 100%;
    height: 5.641025641vw;
  }
}
.about-kv__copy {
  font-size: 48px;
  font-weight: 700;
  color: #129990;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .about-kv__copy {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
.about-kv__text {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .about-kv__text {
    font-size: 16px;
  }
}
.about-kv .common-container {
  position: relative;
}
.about-kv .common-container::before {
  content: "";
  width: 621px;
  height: 786px;
  background: url(../img/about/kv_shape01.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: -320px;
  top: -140px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .about-kv .common-container::before {
    width: 371px;
    height: 476px;
    left: -170px;
    top: 240px;
  }
}
.about-kv .common-container::after {
  content: "";
  width: 709px;
  height: 940px;
  background: url(../img/about/kv_shape02.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: -350px;
  top: -40px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .about-kv .common-container::after {
    width: 439px;
    height: 590px;
    right: -220px;
    top: -280px;
  }
}

.about-point {
  padding-top: 160px;
}
@media screen and (max-width: 767px) {
  .about-point {
    padding-top: 104px;
  }
}
.about-point__heading {
  font-size: 24px;
  font-weight: 700;
  color: #096B68;
  text-align: center;
  line-height: 0.8;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .about-point__heading {
    font-size: 20px;
    margin-bottom: 80px;
  }
}
.about-point__heading span {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .about-point__heading span {
    font-size: 32px;
  }
}
.about-point__heading strong {
  font-size: 64px;
}
@media screen and (max-width: 767px) {
  .about-point__heading strong {
    font-size: 48px;
  }
}
.about-point__container {
  width: 1000px;
  display: flex;
  align-items: center;
  gap: 24px 56px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 767px) {
  .about-point__container {
    width: 100%;
    flex-direction: column;
    margin-bottom: 80px;
  }
}
.about-point__container--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .about-point__container--reverse {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .about-point__container--1 {
    align-items: flex-start;
  }
}
.about-point__text {
  flex: 1;
}
.about-point__title {
  font-size: 26px;
  font-weight: 700;
  color: #129990;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .about-point__title {
    font-size: 24px;
  }
}
.about-point__desc {
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .about-point__desc {
    font-size: 15px;
  }
}
.about-point__img {
  position: relative;
  width: 400px;
}
@media screen and (max-width: 767px) {
  .about-point__img {
    width: 90%;
  }
}
.about-point__img img {
  width: 100%;
}
.about-point__img--1::after {
  content: "";
  width: 375px;
  height: 356px;
  background: url(../img/about/point01_shape.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: -200px;
  bottom: -170px;
  z-index: -1;
}
.about-point__img--2::after {
  content: "";
  width: 364px;
  height: 370px;
  background: url(../img/about/point02_shape.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: -210px;
  bottom: -160px;
  z-index: -1;
}
.about-point__img--3::after {
  content: "";
  width: 353px;
  height: 372px;
  background: url(../img/about/point03_shape.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: -130px;
  bottom: -160px;
  z-index: -1;
}
.about-point__num {
  width: 210px;
  position: absolute;
  left: -70px;
  top: -82px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .about-point__num {
    width: 160px;
    left: -50px;
    top: -62px;
  }
}
.about-point__num--reverse {
  left: auto;
  right: -70px;
}
@media screen and (max-width: 767px) {
  .about-point__num--reverse {
    right: -50px;
  }
}
@media screen and (min-width: 768px) {
  .about-point .btn {
    width: 240px;
    font-size: 18px;
    padding: 12px 24px;
  }
}