.breadcrumb {
  padding: 10px 0px;
}
@media screen and (max-width: 1400px) {
  .breadcrumb {
    padding: 10rem 0rem;
  }
}
.breadcrumb .sec_contain {
  box-sizing: border-box;
  margin: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .breadcrumb .sec_contain {
    padding: 0 30rem;
  }
}
.breadcrumb .sec_contain .breadcrumb-item {
  position: relative;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.8;
  text-align: left;
  color: #111;
  padding-right: 25px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .breadcrumb .sec_contain .breadcrumb-item {
    font-size: 11rem;
    padding-right: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb .sec_contain .breadcrumb-item {
    font-size: 20rem;
    padding-right: 40rem;
  }
}
.breadcrumb .sec_contain .breadcrumb-item::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  right: 10px;
  top: 3px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(-45deg);
}
@media screen and (max-width: 1400px) {
  .breadcrumb .sec_contain .breadcrumb-item::after {
    width: 8rem;
    height: 8rem;
    right: 10rem;
    top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb .sec_contain .breadcrumb-item::after {
    width: 13rem;
    height: 13rem;
    right: 15rem;
    top: 7rem;
  }
}
.breadcrumb .sec_contain .breadcrumb-item:last-child {
  padding-right: 0;
}
.breadcrumb .sec_contain .breadcrumb-item:last-child::after {
  content: "";
  border: 0;
}
.breadcrumb .sec_contain .breadcrumb-item a {
  font-weight: 500;
  font-size: 11px;
  text-align: left;
  color: #111;
}
@media screen and (max-width: 1400px) {
  .breadcrumb .sec_contain .breadcrumb-item a {
    font-size: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb .sec_contain .breadcrumb-item a {
    font-size: 20rem;
  }
}
.breadcrumb .sec_contain .breadcrumb-item a img {
  width: 14px;
}
@media screen and (max-width: 1400px) {
  .breadcrumb .sec_contain .breadcrumb-item a img {
    width: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb .sec_contain .breadcrumb-item a img {
    width: 30rem;
  }
}

.page_title h2 {
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 1400px) {
  .page_title h2 {
    margin-bottom: 80rem;
    gap: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .page_title h2 {
    margin-bottom: 80rem;
  }
}
.page_title h2 .en {
  font-family: "DM Sans", serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1;
  color: #a02d26;
}
@media screen and (max-width: 1400px) {
  .page_title h2 .en {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .page_title h2 .en {
    font-size: 24rem;
  }
}
.page_title h2 .jp {
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 1400px) {
  .page_title h2 .jp {
    font-size: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .page_title h2 .jp {
    font-size: 44rem;
  }
}

.contentbox {
  display: flex;
  align-items: flex-start;
  gap: 65px;
  max-width: 1200px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1400px) {
  .contentbox {
    gap: 65rem;
    max-width: 1200rem;
    margin-top: 30rem;
    margin-bottom: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .contentbox {
    gap: 0;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 100rem;
  }
}
.contentbox .sidebar {
  max-width: 235px;
  min-width: 235px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .contentbox .sidebar {
    min-width: 235rem;
    max-width: 235rem;
  }
}
@media screen and (max-width: 768px) {
  .contentbox .sidebar {
    display: none;
  }
}
.contentbox .sidebar .categorybox {
  margin-top: 20px;
}
@media screen and (max-width: 1400px) {
  .contentbox .sidebar .categorybox {
    margin-top: 20rem;
  }
}
.contentbox .sidebar .categorybox .head {
  padding: 5px;
  font-family: "DM Sans", serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  border-radius: 8px 8px 0px 0px;
  background: #6e3f21;
}
@media screen and (max-width: 1400px) {
  .contentbox .sidebar .categorybox .head {
    padding: 5rem;
    font-size: 13rem;
    border-radius: 8rem 8rem 0 0;
  }
}
.contentbox .sidebar .categorybox .categorylist__item {
  border-bottom: 1px solid #d5cebf;
}
.contentbox .sidebar .categorybox .categorylist__item .parent {
  cursor: pointer;
  padding: 13px 15px;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: #222;
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .contentbox .sidebar .categorybox .categorylist__item .parent {
    padding: 13rem 15rem;
    font-size: 16rem;
    gap: 5rem;
  }
}
.contentbox .sidebar .categorybox .categorylist__item .parent.active {
  background: #f9f6f0;
}
.contentbox .sidebar .categorybox .categorylist__item .parent.active::after {
  height: 0;
}
.contentbox .sidebar .categorybox .categorylist__item .parent::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  background-color: #000000;
}
@media screen and (max-width: 1400px) {
  .contentbox .sidebar .categorybox .categorylist__item .parent::before {
    width: 11rem;
    right: 15rem;
  }
}
.contentbox .sidebar .categorybox .categorylist__item .parent::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 11px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background-color: #000000;
}
@media screen and (max-width: 1400px) {
  .contentbox .sidebar .categorybox .categorylist__item .parent::after {
    height: 11rem;
    right: 20rem;
  }
}
.contentbox .sidebar .categorybox .categorylist__item .parent img {
  max-width: 27px;
}
@media screen and (max-width: 1400px) {
  .contentbox .sidebar .categorybox .categorylist__item .parent img {
    max-width: 27rem;
  }
}
.contentbox .sidebar .categorybox .categorylist__item .childcategory a {
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: normal;
  font-size: 15px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1400px) {
  .contentbox .sidebar .categorybox .categorylist__item .childcategory a {
    padding: 10rem;
    gap: 10rem;
    font-size: 15rem;
  }
}
.contentbox .sidebar .categorybox .categorylist__item .childcategory a img {
  max-width: 11px;
}
@media screen and (max-width: 1400px) {
  .contentbox .sidebar .categorybox .categorylist__item .childcategory a img {
    max-width: 11rem;
  }
}
.contentbox .sidebar .searchbox {
  margin-top: 20px;
}
@media screen and (max-width: 1400px) {
  .contentbox .sidebar .searchbox {
    margin-top: 20rem;
  }
}
.contentbox .sidebar .searchbox .head {
  padding: 5px;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  border-radius: 8px 8px 0px 0px;
  background: #6e3f21;
}
@media screen and (max-width: 1400px) {
  .contentbox .sidebar .searchbox .head {
    padding: 5rem;
    font-size: 13rem;
    border-radius: 8rem 8rem 0 0;
  }
}
.contentbox .sidebar .searchbox .inputbox {
  position: relative;
}
.contentbox .sidebar .searchbox .inputbox input[type=text] {
  width: 100%;
  height: 35px;
  border-radius: 5px;
  background: #f9f6f0;
  border: none;
  outline: none;
  margin-top: 10px;
  padding: 10px 15px;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1400px) {
  .contentbox .sidebar .searchbox .inputbox input[type=text] {
    height: 35rem;
    border-radius: 5rem;
    margin-top: 10rem;
    padding: 10rem 15rem;
    font-size: 13rem;
    line-height: 24rem;
  }
}
.contentbox .sidebar .searchbox .inputbox input[type=text]::-moz-placeholder {
  color: #222;
}
.contentbox .sidebar .searchbox .inputbox input[type=text]::placeholder {
  color: #222;
}
.contentbox .sidebar .searchbox .inputbox .search_btn {
  cursor: pointer;
  outline: none;
  border: none;
  background: transparent;
  position: absolute;
  top: 20px;
  right: 10px;
}
@media screen and (max-width: 1400px) {
  .contentbox .sidebar .searchbox .inputbox .search_btn {
    top: 20rem;
    right: 10rem;
  }
}
.contentbox .sidebar .searchbox .inputbox .search_btn img {
  width: 15px;
}
@media screen and (max-width: 1400px) {
  .contentbox .sidebar .searchbox .inputbox .search_btn img {
    width: 15rem;
  }
}
.contentbox .sidebar .pointmember,
.contentbox .sidebar .fblink,
.contentbox .sidebar .noticbox,
.contentbox .sidebar .weblink,
.contentbox .sidebar .comlink,
.contentbox .sidebar .attentionbox,
.contentbox .sidebar .calendarbox {
  margin-top: 20px;
}
@media screen and (max-width: 1400px) {
  .contentbox .sidebar .pointmember,
  .contentbox .sidebar .fblink,
  .contentbox .sidebar .noticbox,
  .contentbox .sidebar .weblink,
  .contentbox .sidebar .comlink,
  .contentbox .sidebar .attentionbox,
  .contentbox .sidebar .calendarbox {
    margin-top: 20rem;
  }
}
.contentbox .sidebar .noticbox {
  padding: 0px 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1400px) {
  .contentbox .sidebar .noticbox {
    padding: 0rem 5rem;
    font-size: 13rem;
    line-height: 24rem;
    gap: 10rem;
  }
}
.contentbox .sidebar .noticbox span {
  border-bottom: 1px solid #f9f6f0;
  padding-bottom: 2px;
  display: block;
}
@media screen and (max-width: 1400px) {
  .contentbox .sidebar .noticbox span {
    padding-bottom: 2rem;
  }
}
.contentbox .sidebar .noticbox img {
  max-width: 57px;
}
@media screen and (max-width: 1400px) {
  .contentbox .sidebar .noticbox img {
    max-width: 57rem;
  }
}
.contentbox .sidebar .calendarbox_txt {
  margin-top: 15px;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1400px) {
  .contentbox .sidebar .calendarbox_txt {
    margin-top: 15rem;
    font-size: 14rem;
    line-height: 24rem;
  }
}
.contentbox .sidebar .calendarbox_txt .col-pink {
  color: #F7E4E8;
}
.contentbox .sidebar .calendarbox_txt .col-blue {
  color: #DBECEE;
}

.cartpage .maincotents {
  max-width: 100%;
}

.maincotents {
  max-width: 900px;
  width: 100%;
}
.maincotents .topintrobox {
  background: rgba(249, 246, 240, 0.5019607843);
  padding: 40px;
}
@media screen and (max-width: 1400px) {
  .maincotents .topintrobox {
    padding: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .maincotents .topintrobox {
    padding: 60rem 50rem;
  }
}
.maincotents .titlebox01 h1 {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 1400px) {
  .maincotents .titlebox01 h1 {
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .maincotents .titlebox01 h1 {
    flex-direction: column;
    gap: 10rem;
  }
}
.maincotents .titlebox01 h1 img {
  max-width: 45px;
}
@media screen and (max-width: 1400px) {
  .maincotents .titlebox01 h1 img {
    max-width: 45rem;
  }
}
@media screen and (max-width: 768px) {
  .maincotents .titlebox01 h1 img {
    max-width: 60rem;
  }
}
.maincotents .titlebox01 h1 .jp {
  font-weight: 500;
  font-size: 32px;
  line-height: 45px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1400px) {
  .maincotents .titlebox01 h1 .jp {
    font-size: 32rem;
    line-height: 45rem;
  }
}
@media screen and (max-width: 768px) {
  .maincotents .titlebox01 h1 .jp {
    font-size: 44rem;
  }
}
.maincotents .titlebox01 h1 .en {
  margin-left: 15px;
  font-family: "DM Sans", serif;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #6e3f21;
}
@media screen and (max-width: 1400px) {
  .maincotents .titlebox01 h1 .en {
    margin-left: 15rem;
    font-size: 17rem;
  }
}
@media screen and (max-width: 768px) {
  .maincotents .titlebox01 h1 .en {
    margin-left: 0;
    margin-top: 10rem;
    font-size: 26rem;
  }
}
.maincotents .brandintro {
  margin-top: 50px;
  font-weight: normal;
  font-size: 15px;
  line-height: 26px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1400px) {
  .maincotents .brandintro {
    margin-top: 50rem;
    font-size: 15rem;
    line-height: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .maincotents .brandintro {
    margin-top: 60rem;
    font-size: 28rem;
    line-height: 52rem;
  }
}
.maincotents .boxhead {
  max-width: 100%;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 24px;
  text-align: left;
  color: #222;
  padding-bottom: 10px;
  border-bottom: 2px solid #d5cebf;
}
@media screen and (max-width: 1400px) {
  .maincotents .boxhead {
    margin-top: 60rem;
    margin-bottom: 40rem;
    gap: 10rem;
    font-size: 24rem;
    padding-bottom: 10rem;
    border-bottom: 2rem solid #d5cebf;
  }
}
@media screen and (max-width: 768px) {
  .maincotents .boxhead {
    margin-top: 100rem;
    margin-bottom: 50rem;
    font-size: 34rem;
    gap: 15rem;
    padding-bottom: 15rem;
  }
}
.maincotents .boxhead img {
  max-width: 18px;
}
@media screen and (max-width: 1400px) {
  .maincotents .boxhead img {
    max-width: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .maincotents .boxhead img {
    max-width: 32rem;
  }
}
.maincotents .productbottom .boxhead {
  font-size: 22px;
}
@media screen and (max-width: 1400px) {
  .maincotents .productbottom .boxhead {
    font-size: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .maincotents .productbottom .boxhead {
    font-size: 34rem;
  }
}
.maincotents .related {
  border-radius: 10px;
  background: #f9f6f0;
  padding: 30px;
  margin-top: 100px;
}
@media screen and (max-width: 1400px) {
  .maincotents .related {
    margin-top: 100rem;
    padding: 30rem;
    border-radius: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .maincotents .related {
    padding: 50rem;
    border-radius: 0;
  }
}
.maincotents .related .boxhead {
  margin-top: 0;
  margin-bottom: 25px;
}
@media screen and (max-width: 1400px) {
  .maincotents .related .boxhead {
    margin-bottom: 25rem;
  }
}
.maincotents .related .relatedbox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
@media screen and (max-width: 1400px) {
  .maincotents .related .relatedbox {
    grid-gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .maincotents .related .relatedbox {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20rem;
  }
}
.maincotents .related .relatedbox__item {
  border-radius: 7px;
  background: #fff;
  border: 1px solid #dedede;
  padding: 15px;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: #222;
  transition: 0.3s;
  display: flex;
  align-items: center;
  min-height: 60px;
}
@media screen and (max-width: 1400px) {
  .maincotents .related .relatedbox__item {
    min-height: 60rem;
    font-size: 16rem;
    padding: 15rem;
    border-radius: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .maincotents .related .relatedbox__item {
    font-size: 26rem;
    line-height: 39rem;
    padding: 15rem;
    min-height: 100rem;
  }
}
@media screen and (min-width: 768px) {
  .maincotents .related .relatedbox__item:hover {
    background: transparent;
    border: 1px solid #6E3F21;
    opacity: 1;
  }
}
.maincotents .makerlistbox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
@media screen and (max-width: 1400px) {
  .maincotents .makerlistbox {
    grid-gap: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .maincotents .makerlistbox {
    grid-template-columns: 1fr 1fr;
    grid-gap: 60rem 20rem;
  }
}
.maincotents .makerlistbox__item {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column;
}
@media screen and (max-width: 1400px) {
  .maincotents .makerlistbox__item {
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .maincotents .makerlistbox__item {
    gap: 15rem;
  }
}
@media screen and (min-width: 768px) {
  .maincotents .makerlistbox__item:hover .makerlistbox__item_img img {
    border: 2px solid #A02D26;
  }
}
.maincotents .makerlistbox__item_title {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 1400px) {
  .maincotents .makerlistbox__item_title {
    font-size: 18rem;
    line-height: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .maincotents .makerlistbox__item_title {
    font-size: 30rem;
    line-height: 46rem;
  }
}
.maincotents .makerlistbox__item_txt {
  font-weight: normal;
  font-size: 15px;
  line-height: 26px;
  text-align: left;
  color: #707070;
}
@media screen and (max-width: 1400px) {
  .maincotents .makerlistbox__item_txt {
    font-size: 15rem;
    line-height: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .maincotents .makerlistbox__item_txt {
    font-size: 28rem;
    line-height: 52rem;
  }
}
.maincotents .makerlistbox__item_img {
  transition: 0.3s;
}
.maincotents .makerlistbox__item_img img {
  border-radius: 5px;
  transition: 0.3s;
  border: 2px solid #dedede;
}
@media screen and (max-width: 1400px) {
  .maincotents .makerlistbox__item_img img {
    border-radius: 5rem;
    border: 1px solid #dedede;
  }
}
.maincotents .serieslistbox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px 30px;
}
@media screen and (max-width: 1400px) {
  .maincotents .serieslistbox {
    grid-gap: 40rem 30rem;
  }
}
@media screen and (max-width: 768px) {
  .maincotents .serieslistbox {
    grid-template-columns: 1fr 1fr;
    grid-gap: 60rem 20rem;
  }
}
.maincotents .serieslistbox__item {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column;
}
@media screen and (max-width: 1400px) {
  .maincotents .serieslistbox__item {
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .maincotents .serieslistbox__item {
    gap: 15rem;
  }
}
@media screen and (min-width: 768px) {
  .maincotents .serieslistbox__item:hover .serieslistbox__item_img img {
    border: 2px solid #A02D26;
  }
}
.maincotents .serieslistbox__item_title {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 1400px) {
  .maincotents .serieslistbox__item_title {
    font-size: 16rem;
    line-height: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .maincotents .serieslistbox__item_title {
    font-size: 30rem;
    line-height: 46rem;
  }
}
.maincotents .serieslistbox__item_img {
  transition: 0.3s;
}
.maincotents .serieslistbox__item_img img {
  border-radius: 5px;
  transition: 0.3s;
  border: 2px solid #dedede;
}
@media screen and (max-width: 1400px) {
  .maincotents .serieslistbox__item_img img {
    border-radius: 5rem;
    border: 1px solid #dedede;
  }
}
.maincotents .productlist_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.maincotents .productlist_head .productcount {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 1400px) {
  .maincotents .productlist_head .productcount {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .maincotents .productlist_head .productcount {
    font-size: 26rem;
  }
}
.maincotents .productlist_head .productcount .en {
  font-family: "DM Sans", serif;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #111;
  margin: 0 5px;
}
@media screen and (max-width: 1400px) {
  .maincotents .productlist_head .productcount .en {
    font-size: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .maincotents .productlist_head .productcount .en {
    font-size: 35rem;
  }
}
.maincotents .productlist_sort {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 1400px) {
  .maincotents .productlist_sort {
    gap: 10rem;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .maincotents .productlist_sort {
    font-size: 26rem;
  }
}
.maincotents .productlist_sort select {
  width: 200px;
  height: 45px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #dedede;
  font-weight: 400;
  font-size: 16px;
  color: #222;
  padding: 0 10px;
}
@media screen and (max-width: 1400px) {
  .maincotents .productlist_sort select {
    width: 200rem;
    height: 45rem;
    font-size: 16rem;
    padding: 0 10rem;
    border-radius: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .maincotents .productlist_sort select {
    width: 290rem;
    height: 70rem;
    background: #fff;
    font-size: 26rem;
  }
}
.maincotents .productlistbox {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px 30px;
}
@media screen and (max-width: 1400px) {
  .maincotents .productlistbox {
    margin-top: 20rem;
    grid-gap: 40rem 30rem;
  }
}
@media screen and (max-width: 768px) {
  .maincotents .productlistbox {
    grid-template-columns: 1fr 1fr;
    grid-gap: 60rem 20rem;
  }
}
.maincotents .productlistbox__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .maincotents .productlistbox__item:hover .productlistbox__item_img img {
    border: 1px solid #A02D26;
  }
}
.maincotents .productlistbox__item_img {
  transition: 0.3s;
}
.maincotents .productlistbox__item_img img {
  border-radius: 6px;
  background: #fff;
  border: 1px solid #dedede;
  transition: 0.3s;
}
@media screen and (max-width: 1400px) {
  .maincotents .productlistbox__item_img img {
    border-radius: 5rem;
  }
}
.maincotents .productlistbox__item_content {
  margin-top: 15px;
}
@media screen and (max-width: 1400px) {
  .maincotents .productlistbox__item_content {
    margin-top: 15rem;
  }
}
.maincotents .productlistbox__item_title {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1400px) {
  .maincotents .productlistbox__item_title {
    font-size: 16rem;
    line-height: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .maincotents .productlistbox__item_title {
    font-size: 30rem;
    line-height: 42rem;
  }
}
.maincotents .productlistbox__item_producer {
  margin: 5px 0;
  font-weight: 500;
  font-size: 13px;
  color: #222;
}
@media screen and (max-width: 1400px) {
  .maincotents .productlistbox__item_producer {
    margin: 5rem 0;
    font-size: 13rem;
  }
}
@media screen and (max-width: 768px) {
  .maincotents .productlistbox__item_producer {
    margin: 15rem 0;
    font-size: 24rem;
  }
}
.maincotents .productlistbox__item_producer span {
  border-radius: 3px;
  background: #f9f6f0;
  text-align: center;
  padding: 3px 5px;
}
@media screen and (max-width: 1400px) {
  .maincotents .productlistbox__item_producer span {
    border-radius: 3rem;
    padding: 3rem 5rem;
  }
}
@media screen and (max-width: 768px) {
  .maincotents .productlistbox__item_producer span {
    padding: 5rem 10rem;
    border-radius: 5rem;
  }
}
.maincotents .productlistbox__item_producer.category span {
  background: #f9f6f0;
}
.maincotents .productlistbox__item_price .origin {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1400px) {
  .maincotents .productlistbox__item_price .origin {
    font-size: 12rem;
    line-height: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .maincotents .productlistbox__item_price .origin {
    font-size: 18rem;
    line-height: 30rem;
  }
}
.maincotents .productlistbox__item_price .origin .price {
  font-family: "DM Sans", serif;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 1400px) {
  .maincotents .productlistbox__item_price .origin .price {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .maincotents .productlistbox__item_price .origin .price {
    font-size: 26rem;
  }
}
.maincotents .productlistbox__item_price .discount {
  font-weight: 400;
  font-size: 12px;
  text-align: left;
  color: #6e3f21;
}
@media screen and (max-width: 1400px) {
  .maincotents .productlistbox__item_price .discount {
    font-size: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .maincotents .productlistbox__item_price .discount {
    font-size: 21rem;
  }
}
.maincotents .productlistbox__item_price .discount .price {
  font-family: "DM Sans", serif;
  font-weight: 500;
  font-size: 21px;
}
@media screen and (max-width: 1400px) {
  .maincotents .productlistbox__item_price .discount .price {
    font-size: 21rem;
  }
}
@media screen and (max-width: 768px) {
  .maincotents .productlistbox__item_price .discount .price {
    font-size: 40rem;
  }
}
.maincotents .productlistbox__item_txt {
  margin-top: 10px;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  color: #707070;
}
@media screen and (max-width: 1400px) {
  .maincotents .productlistbox__item_txt {
    margin-top: 10rem;
    font-size: 14rem;
    line-height: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .maincotents .productlistbox__item_txt {
    margin-top: 10rem;
    font-size: 28rem;
    line-height: 52rem;
  }
}
@media screen and (max-width: 768px) {
  .maincotents .categoryfv {
    margin-top: 20rem;
  }
}
.maincotents .categoryfv_top {
  background: #f9f6f0;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 35px;
}
@media screen and (max-width: 1400px) {
  .maincotents .categoryfv_top {
    padding: 15rem;
    gap: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .maincotents .categoryfv_top {
    padding: 50rem;
    gap: 40rem;
  }
}
.maincotents .categoryfv_top.newprotop {
  gap: 20px;
}
@media screen and (max-width: 1400px) {
  .maincotents .categoryfv_top.newprotop {
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .maincotents .categoryfv_top.newprotop {
    gap: 30rem;
  }
}
.maincotents .categoryfv_top .categoryimg {
  width: 100%;
  max-width: 125px;
  border-radius: 5px;
}
@media screen and (max-width: 1400px) {
  .maincotents .categoryfv_top .categoryimg {
    max-width: 125rem;
    border-radius: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .maincotents .categoryfv_top .categoryimg {
    max-width: 200rem;
    border-radius: 5rem;
  }
}
.maincotents .categoryfv_top .categoryimg.newimg {
  max-width: 50px;
  margin-left: 20px;
}
@media screen and (max-width: 1400px) {
  .maincotents .categoryfv_top .categoryimg.newimg {
    max-width: 50rem;
    margin-left: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .maincotents .categoryfv_top .categoryimg.newimg {
    margin-left: 0;
    max-width: 68rem;
  }
}
.maincotents .categoryfv_top .categoryimg img {
  border-radius: 5px;
}
@media screen and (max-width: 1400px) {
  .maincotents .categoryfv_top .categoryimg img {
    border-radius: 5rem;
  }
}
.maincotents .categoryfv_top .categorytitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #222;
  padding: 10px 0;
}
@media screen and (max-width: 1400px) {
  .maincotents .categoryfv_top .categorytitle {
    font-size: 32rem;
    padding: 10rem 0;
  }
}
@media screen and (max-width: 768px) {
  .maincotents .categoryfv_top .categorytitle {
    padding: 0;
    font-size: 44rem;
  }
}
.maincotents .categoryfv_desc {
  margin-top: 30px;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1400px) {
  .maincotents .categoryfv_desc {
    margin-top: 30rem;
    font-size: 15rem;
    line-height: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .maincotents .categoryfv_desc {
    padding: 0 50rem;
    margin-top: 50rem;
    font-size: 28rem;
    line-height: 52rem;
  }
}
.maincotents .subcategory {
  margin-top: 40px;
}
@media screen and (max-width: 1400px) {
  .maincotents .subcategory {
    margin-top: 40rem;
  }
}
.maincotents .subcategory_spbtn {
  display: none;
}
@media screen and (max-width: 768px) {
  .maincotents .subcategory_spbtn {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100rem;
    border-radius: 6rem;
    background: #efe6d5;
    padding: 30rem;
    position: relative;
    font-weight: 500;
    font-size: 28rem;
    text-align: left;
    color: #6e3f21;
  }
  .maincotents .subcategory_spbtn.active {
    border-radius: 6rem 6rem 0 0;
  }
  .maincotents .subcategory_spbtn.active::after {
    width: 0;
  }
  .maincotents .subcategory_spbtn::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 35rem;
    transform: translateY(-50%);
    width: 23rem;
    height: 3rem;
    background-color: #222;
  }
  .maincotents .subcategory_spbtn::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 45rem;
    transform: translateY(-50%);
    height: 23rem;
    width: 3rem;
    background-color: #222;
    transition: 0.1s;
  }
}
.maincotents .subcategory_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
  align-items: stretch;
}
@media screen and (max-width: 1400px) {
  .maincotents .subcategory_list {
    grid-gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .maincotents .subcategory_list {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}
.maincotents .subcategory_list li {
  width: 100%;
}
.maincotents .subcategory_list li:last-child a {
  border-bottom: 1px solid #d5cebf;
}
.maincotents .subcategory_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 7px;
  background: #fff;
  border: 1px solid #dedede;
  padding: 18px 15px;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: #222;
  transition: 0.3s;
  height: 100%;
}
@media screen and (max-width: 1400px) {
  .maincotents .subcategory_item {
    font-size: 16rem;
    padding: 18rem 15rem;
    border-radius: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .maincotents .subcategory_item {
    padding: 25rem 35rem;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 10rem;
    border-radius: 0;
    background: #fff;
    font-weight: 500;
    font-size: 28rem;
    text-align: left;
    color: #222;
    position: relative;
    border: 1px solid #d5cebf;
    border-bottom: 0;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .maincotents .subcategory_item:hover {
    opacity: 1;
    background-color: #F9F6F0;
  }
}
.maincotents .subcategory_item img {
  display: none;
}
@media screen and (max-width: 768px) {
  .maincotents .subcategory_item img {
    display: block;
    width: 24rem;
  }
}
.maincotents .referrencetxt {
  margin-top: 70px;
  padding: 20px;
  border: 1px solid #A02D26;
  border-radius: 5px;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  color: #A02D26;
}
@media screen and (max-width: 1400px) {
  .maincotents .referrencetxt {
    font-size: 14rem;
    margin-top: 70rem;
    border-radius: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .maincotents .referrencetxt {
    margin-top: 100rem;
    border-radius: 10rem;
    border-width: 2rem;
    font-size: 24rem;
  }
}

.sec_contain02 {
  max-width: 900px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1400px) {
  .sec_contain02 {
    max-width: 900rem;
    margin-top: 40rem;
    margin-bottom: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_contain02 {
    padding: 0 50rem;
    max-width: 100%;
    margin-top: 60rem;
    margin-bottom: 100rem;
  }
}

.sec_contain03 {
  max-width: 1000px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1400px) {
  .sec_contain03 {
    max-width: 1000rem;
    margin-top: 40rem;
    margin-bottom: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_contain03 {
    padding: 0 50rem;
    max-width: 100%;
    margin-top: 60rem;
    margin-bottom: 100rem;
  }
}

.sec_contain04 {
  max-width: 850px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1400px) {
  .sec_contain04 {
    max-width: 850rem;
    margin-top: 40rem;
    margin-bottom: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_contain04 {
    padding: 0 50rem;
    max-width: 100%;
    margin-top: 60rem;
    margin-bottom: 100rem;
  }
}

.s-company .companybox__item {
  display: flex;
  align-items: flex-start;
  padding: 30px 20px;
  border-bottom: 1px solid #d5cebf;
}
@media screen and (max-width: 1400px) {
  .s-company .companybox__item {
    padding: 30rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .s-company .companybox__item {
    flex-direction: column;
    gap: 30rem;
    padding: 40rem 20rem;
  }
}
.s-company .companybox__item_head {
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #222;
  min-width: 190px;
  max-width: 190px;
}
@media screen and (max-width: 1400px) {
  .s-company .companybox__item_head {
    font-size: 16rem;
    line-height: 26rem;
    min-width: 190rem;
    max-width: 190rem;
  }
}
@media screen and (max-width: 768px) {
  .s-company .companybox__item_head {
    max-width: 100%;
    min-width: auto;
    font-size: 30rem;
    line-height: 40rem;
  }
}
.s-company .companybox__item_txt {
  max-width: 665px;
  width: 100%;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1400px) {
  .s-company .companybox__item_txt {
    font-size: 16rem;
    line-height: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .s-company .companybox__item_txt {
    font-size: 28rem;
    line-height: 45rem;
  }
}
.s-company .companybox__item_txt .color-brown {
  font-weight: 500;
  color: #6e3f21;
  margin-bottom: 10px;
}
@media screen and (max-width: 1400px) {
  .s-company .companybox__item_txt .color-brown {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s-company .companybox__item_txt .color-brown {
    margin-bottom: 15rem;
  }
}
.s-company .companybox__item_txt .mt-20 {
  margin-top: 20px;
}
@media screen and (max-width: 1400px) {
  .s-company .companybox__item_txt .mt-20 {
    margin-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .s-company .companybox__item_txt .mt-20 {
    margin-top: 30rem;
  }
}
.s-company .companybox__item_txt .smalltxt {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  text-align: left;
  color: #707070;
}
@media screen and (max-width: 1400px) {
  .s-company .companybox__item_txt .smalltxt {
    margin-top: 10rem;
    font-size: 14rem;
    line-height: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .s-company .companybox__item_txt .smalltxt {
    margin-top: 15rem;
    font-size: 26rem;
    line-height: 39rem;
  }
}
.s-company .accessbox {
  margin-top: 60px;
}
@media screen and (max-width: 1400px) {
  .s-company .accessbox {
    margin-top: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .s-company .accessbox {
    margin-top: 50rem;
  }
}
.s-company .accessbox .head {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  color: #222;
  padding-bottom: 5px;
  border-bottom: 1px solid #6e3f21;
}
@media screen and (max-width: 1400px) {
  .s-company .accessbox .head {
    font-size: 20rem;
    gap: 10rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .s-company .accessbox .head {
    font-size: 34rem;
    padding-bottom: 10rem;
  }
}
.s-company .accessbox .head .dot {
  transform: rotate(45deg);
  display: flex;
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background: #6e3f21;
}
@media screen and (max-width: 1400px) {
  .s-company .accessbox .head .dot {
    width: 9rem;
    height: 9rem;
    border-radius: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .s-company .accessbox .head .dot {
    width: 14rem;
    height: 14rem;
    border-radius: 2rem;
  }
}
.s-company .accessbox .mapbox {
  margin-top: 30px;
}
@media screen and (max-width: 1400px) {
  .s-company .accessbox .mapbox {
    margin-top: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .s-company .accessbox .mapbox {
    margin-top: 50rem;
  }
}
.s-company .accessbox .mapbox iframe {
  width: 100%;
  height: 350px;
}
@media screen and (max-width: 1400px) {
  .s-company .accessbox .mapbox iframe {
    height: 350rem;
  }
}
@media screen and (max-width: 768px) {
  .s-company .accessbox .mapbox iframe {
    height: 600rem;
  }
}

.referencebox {
  margin-top: 40px;
  background: #f7f2e5;
  padding: 30px;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #6e3f21;
}
@media screen and (max-width: 1400px) {
  .referencebox {
    margin-top: 40rem;
    padding: 30rem;
    font-size: 16rem;
    line-height: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .referencebox {
    margin-top: 50rem;
    padding: 30rem;
    font-size: 28rem;
    line-height: 45rem;
  }
}

.s-law .lawbox .toptxt {
  font-weight: normal;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  color: #222;
  margin-bottom: 40px;
}
@media screen and (max-width: 1400px) {
  .s-law .lawbox .toptxt {
    font-size: 15rem;
    line-height: 26rem;
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .s-law .lawbox .toptxt {
    text-align: left;
    font-size: 28rem;
    line-height: 52rem;
    margin-bottom: 50rem;
  }
}
.s-law .lawbox__item {
  display: flex;
  align-items: flex-start;
  padding: 30px 20px;
  border-top: 1px solid #d5cebf;
}
.s-law .lawbox__item:last-child {
  border-bottom: 1px solid #d5cebf;
}
@media screen and (max-width: 1400px) {
  .s-law .lawbox__item {
    padding: 30rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .s-law .lawbox__item {
    flex-direction: column;
    gap: 30rem;
    padding: 40rem 20rem;
  }
}
.s-law .lawbox__item_head {
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #222;
  min-width: 190px;
  max-width: 190px;
}
@media screen and (max-width: 1400px) {
  .s-law .lawbox__item_head {
    font-size: 16rem;
    line-height: 26rem;
    min-width: 190rem;
    max-width: 190rem;
  }
}
@media screen and (max-width: 768px) {
  .s-law .lawbox__item_head {
    max-width: 100%;
    min-width: auto;
    font-size: 30rem;
    line-height: 40rem;
  }
}
.s-law .lawbox__item_txt {
  max-width: 665px;
  width: 100%;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1400px) {
  .s-law .lawbox__item_txt {
    font-size: 16rem;
    line-height: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .s-law .lawbox__item_txt {
    font-size: 28rem;
    line-height: 45rem;
  }
}
.s-law .lawbox__item_txt .color-brown {
  font-weight: 500;
  color: #6e3f21;
  margin-bottom: 10px;
}
@media screen and (max-width: 1400px) {
  .s-law .lawbox__item_txt .color-brown {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s-law .lawbox__item_txt .color-brown {
    margin-bottom: 15rem;
  }
}
.s-law .lawbox__item_txt .mt-20 {
  margin-top: 20px;
}
@media screen and (max-width: 1400px) {
  .s-law .lawbox__item_txt .mt-20 {
    margin-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .s-law .lawbox__item_txt .mt-20 {
    margin-top: 30rem;
  }
}
.s-law .lawbox__item_txt .smalltxt {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  text-align: left;
  color: #707070;
}
@media screen and (max-width: 1400px) {
  .s-law .lawbox__item_txt .smalltxt {
    margin-top: 10rem;
    font-size: 14rem;
    line-height: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .s-law .lawbox__item_txt .smalltxt {
    margin-top: 15rem;
    font-size: 26rem;
    line-height: 39rem;
  }
}

.s-privacy .privacybox .toptxt {
  font-weight: normal;
  font-size: 15px;
  line-height: 26px;
  text-align: left;
  color: #222;
  margin-bottom: 40px;
}
@media screen and (max-width: 1400px) {
  .s-privacy .privacybox .toptxt {
    font-size: 15rem;
    line-height: 26rem;
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .s-privacy .privacybox .toptxt {
    text-align: left;
    font-size: 28rem;
    line-height: 52rem;
    margin-bottom: 50rem;
  }
}
.s-privacy .privacybox__item {
  margin-bottom: 40px;
}
@media screen and (max-width: 1400px) {
  .s-privacy .privacybox__item {
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .s-privacy .privacybox__item {
    margin-bottom: 50rem;
  }
}
.s-privacy .privacybox__item_head {
  display: flex;
  gap: 10px;
  font-weight: 500;
  font-size: 22px;
  text-align: left;
  color: #6e3f21;
}
@media screen and (max-width: 1400px) {
  .s-privacy .privacybox__item_head {
    font-size: 22rem;
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s-privacy .privacybox__item_head {
    font-size: 32rem;
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s-privacy .privacybox__item_head span:first-child {
    min-width: 85rem;
  }
}
.s-privacy .privacybox__item_content {
  margin-top: 20px;
}
@media screen and (max-width: 1400px) {
  .s-privacy .privacybox__item_content {
    margin-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .s-privacy .privacybox__item_content {
    margin-top: 25rem;
  }
}
.s-privacy .privacybox__item_content .txt {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1400px) {
  .s-privacy .privacybox__item_content .txt {
    font-size: 15rem;
    line-height: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .s-privacy .privacybox__item_content .txt {
    font-size: 28rem;
    line-height: 52rem;
  }
}
.s-privacy .privacybox__item_content .txt a {
  color: #6e3f21;
}
.s-privacy .privacybox__item_content .txt02 {
  margin: 20px auto 15px;
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .s-privacy .privacybox__item_content .txt02 {
    margin: 20rem auto 15rem;
  }
}
.s-privacy .privacybox__item_content .list {
  margin-top: 20px;
}
@media screen and (max-width: 1400px) {
  .s-privacy .privacybox__item_content .list {
    margin-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .s-privacy .privacybox__item_content .list {
    margin-top: 25rem;
  }
}
.s-privacy .privacybox__item_content .list li {
  position: relative;
  padding-left: 15px;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #222;
  margin-bottom: 10px;
}
@media screen and (max-width: 1400px) {
  .s-privacy .privacybox__item_content .list li {
    padding-left: 15rem;
    font-size: 16rem;
    line-height: 26rem;
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s-privacy .privacybox__item_content .list li {
    padding-left: 25rem;
    font-size: 28rem;
    line-height: 45rem;
    margin-bottom: 20rem;
  }
}
.s-privacy .privacybox__item_content .list li:last-child {
  margin-bottom: 0;
}
.s-privacy .privacybox__item_content .list li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: #222;
  transform: rotate(45deg);
}
@media screen and (max-width: 1400px) {
  .s-privacy .privacybox__item_content .list li::before {
    top: 10rem;
    width: 7rem;
    height: 7rem;
    border-radius: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .s-privacy .privacybox__item_content .list li::before {
    width: 12rem;
    height: 12rem;
    top: 20rem;
    left: 2rem;
  }
}

.s-guide .guidebox .toptxt {
  font-weight: normal;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  color: #222;
  margin-bottom: 40px;
}
@media screen and (max-width: 1400px) {
  .s-guide .guidebox .toptxt {
    font-size: 15rem;
    line-height: 26rem;
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .s-guide .guidebox .toptxt {
    font-size: 28rem;
    line-height: 52rem;
    margin-bottom: 50rem;
  }
}
.s-guide .guidebox .toptxt a {
  color: #9B453F;
  text-decoration: underline;
}
.s-guide .guidebox .pageinlink {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}
@media screen and (max-width: 1400px) {
  .s-guide .guidebox .pageinlink {
    margin-bottom: 40rem;
    grid-gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s-guide .guidebox .pageinlink {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10rem 15rem;
  }
}
.s-guide .guidebox .pageinlink .itemlink {
  padding: 15px;
  border-radius: 6px;
  background: #f7f2e5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #222;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .s-guide .guidebox .pageinlink .itemlink {
    padding: 15rem;
    border-radius: 6rem;
    gap: 10rem;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .s-guide .guidebox .pageinlink .itemlink {
    font-size: 28rem;
    line-height: 42rem;
  }
}
@media screen and (min-width: 768px) {
  .s-guide .guidebox .pageinlink .itemlink:hover {
    background: #f9f6f0;
    color: #6e3f21;
  }
  .s-guide .guidebox .pageinlink .itemlink:hover .arrow {
    border-color: #6e3f21;
  }
}
.s-guide .guidebox .pageinlink .itemlink .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
}
@media screen and (max-width: 1400px) {
  .s-guide .guidebox .pageinlink .itemlink .txt {
    height: 45rem;
  }
}
@media screen and (max-width: 768px) {
  .s-guide .guidebox .pageinlink .itemlink .txt {
    height: 80rem;
  }
}
.s-guide .guidebox .pageinlink .itemlink .arrow {
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}
@media screen and (max-width: 1400px) {
  .s-guide .guidebox .pageinlink .itemlink .arrow {
    width: 10rem;
    height: 10rem;
    border-width: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .s-guide .guidebox .pageinlink .itemlink .arrow {
    width: 15rem;
    height: 15rem;
  }
}
.s-guide .guidebox__item_head {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 24px;
  text-align: left;
  color: #222;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5cebf;
  margin: 40px auto;
}
@media screen and (max-width: 1400px) {
  .s-guide .guidebox__item_head {
    margin: 40rem auto;
    font-size: 24rem;
    padding-bottom: 10rem;
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s-guide .guidebox__item_head {
    margin: 50rem auto;
    font-size: 34rem;
    padding-bottom: 20rem;
    gap: 15rem;
  }
}
.s-guide .guidebox__item_head img {
  max-width: 18px;
}
@media screen and (max-width: 1400px) {
  .s-guide .guidebox__item_head img {
    max-width: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .s-guide .guidebox__item_head img {
    max-width: 34rem;
  }
}
.s-guide .guidebox__item ul.list li {
  margin-top: 30px;
  padding-left: 20px;
}
@media screen and (max-width: 1400px) {
  .s-guide .guidebox__item ul.list li {
    margin-top: 30rem;
    padding-left: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .s-guide .guidebox__item ul.list li {
    margin-top: 50rem;
    padding-left: 30rem;
  }
}
.s-guide .guidebox__item ul.list li p a,
.s-guide .guidebox__item ul.list li p .color_red {
  color: #9b453f;
}
.s-guide .guidebox__item ul.list li p .color-brown {
  color: #6E3F21;
}
.s-guide .guidebox__item ul.list li p a {
  text-decoration: underline;
}
.s-guide .guidebox__item ul.list .sublist li {
  padding-left: 15px;
  margin-top: 0;
}
@media screen and (max-width: 1400px) {
  .s-guide .guidebox__item ul.list .sublist li {
    padding-left: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .s-guide .guidebox__item ul.list .sublist li {
    padding-left: 25rem;
  }
}
.s-guide .guidebox__item .head {
  margin-bottom: 10px;
  position: relative;
  font-weight: 500;
  font-size: 17px;
  text-align: left;
  color: #6e3f21;
}
@media screen and (max-width: 1400px) {
  .s-guide .guidebox__item .head {
    margin-bottom: 10rem;
    font-size: 17rem;
  }
}
@media screen and (max-width: 768px) {
  .s-guide .guidebox__item .head {
    font-size: 30rem;
    margin-bottom: 25rem;
  }
}
.s-guide .guidebox__item .head::before {
  position: absolute;
  content: "";
  left: -18px;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #6e3f21;
  transform: rotate(45deg);
}
@media screen and (max-width: 1400px) {
  .s-guide .guidebox__item .head::before {
    top: 11rem;
    width: 8rem;
    height: 8rem;
    left: -18rem;
    border-radius: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .s-guide .guidebox__item .head::before {
    width: 12rem;
    height: 12rem;
    top: 20rem;
    left: -25rem;
  }
}
.s-guide .guidebox__item .txt {
  margin: 10px auto;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1400px) {
  .s-guide .guidebox__item .txt {
    margin: 10rem auto;
    font-size: 15rem;
    line-height: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .s-guide .guidebox__item .txt {
    margin: 20rem auto;
    font-size: 28rem;
    line-height: 52rem;
  }
}
.s-guide .guidebox__item .smalltxt {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  text-align: left;
  color: #707070;
}
@media screen and (max-width: 1400px) {
  .s-guide .guidebox__item .smalltxt {
    margin-top: 10rem;
    font-size: 14rem;
    line-height: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .s-guide .guidebox__item .smalltxt {
    margin-top: 25rem;
    font-size: 24rem;
    line-height: 38rem;
  }
}
.s-guide .guidebox__item .smalltxt.color_red {
  color: #9b453f;
}
.s-guide .guidebox__item .smallhead {
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  color: #222;
  position: relative;
  margin-top: 20px;
}
@media screen and (max-width: 1400px) {
  .s-guide .guidebox__item .smallhead {
    font-size: 16rem;
    margin-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .s-guide .guidebox__item .smallhead {
    font-size: 28rem;
    margin-top: 40rem;
  }
}
.s-guide .guidebox__item .smallhead::before {
  position: absolute;
  content: "";
  left: -15px;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: #222;
  transform: rotate(45deg);
}
@media screen and (max-width: 1400px) {
  .s-guide .guidebox__item .smallhead::before {
    top: 11rem;
    width: 6.7rem;
    height: 6.5rem;
    left: -15rem;
    border-radius: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .s-guide .guidebox__item .smallhead::before {
    width: 12rem;
    height: 12rem;
    top: 20rem;
    left: -20rem;
  }
}
.s-guide .guidebox__item .appimg {
  max-width: 470px;
  margin-top: 10px;
}
@media screen and (max-width: 1400px) {
  .s-guide .guidebox__item .appimg {
    max-width: 470rem;
    margin-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s-guide .guidebox__item .appimg {
    max-width: 100%;
  }
}
.s-guide .guidebox__item table,
.s-guide .guidebox__item th,
.s-guide .guidebox__item td {
  border-collapse: collapse;
  border: 1px solid rgba(175, 175, 175, 0.3019607843);
}
.s-guide .guidebox__item .table {
  margin-top: 10px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .s-guide .guidebox__item .table {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s-guide .guidebox__item .table {
    margin-top: 30rem;
    margin-left: -30rem;
    width: calc(100% + 50rem);
    max-width: 650rem;
  }
}
.s-guide .guidebox__item .table th {
  width: 50%;
  background: #f9f6f0;
  padding: 10px;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  color: #6e3f21;
}
@media screen and (max-width: 1400px) {
  .s-guide .guidebox__item .table th {
    font-size: 15rem;
    padding: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s-guide .guidebox__item .table th {
    width: auto;
    font-size: 28rem;
    padding: 10rem 20rem;
  }
}
.s-guide .guidebox__item .table td {
  font-weight: normal;
  font-size: 15px;
  text-align: left;
  color: #222;
  padding: 15px 30px;
}
@media screen and (max-width: 1400px) {
  .s-guide .guidebox__item .table td {
    font-size: 15rem;
    padding: 15rem 30rem;
  }
}
@media screen and (max-width: 768px) {
  .s-guide .guidebox__item .table td {
    font-size: 28rem;
    padding: 15rem;
  }
}
.s-guide .guidebox__item .table td:nth-child(2) {
  text-align: right;
}
.s-guide .guidebox__item .cardbox {
  padding: 20px;
  background: #fff;
  border: 4px solid #f9f6f0;
}
@media screen and (max-width: 1400px) {
  .s-guide .guidebox__item .cardbox {
    padding: 20rem;
    border-width: 4rem;
  }
}
.s-guide .guidebox__item .cardbox img {
  max-width: 600px;
}
@media screen and (max-width: 1400px) {
  .s-guide .guidebox__item .cardbox img {
    max-width: 600rem;
  }
}
@media screen and (max-width: 768px) {
  .s-guide .guidebox__item .cardbox img {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .s-guide .guidebox__item .sp {
    display: none;
  }
}

.s-faq .faqbox .toptxt {
  font-weight: normal;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  color: #222;
  margin-bottom: 40px;
}
@media screen and (max-width: 1400px) {
  .s-faq .faqbox .toptxt {
    font-size: 15rem;
    line-height: 26rem;
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .s-faq .faqbox .toptxt {
    font-size: 28rem;
    line-height: 52rem;
    margin-bottom: 50rem;
  }
}
.s-faq .faqbox .toptxt a {
  color: #9B453F;
  text-decoration: underline;
}
.s-faq .faqbox .pageinlink {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}
@media screen and (max-width: 1400px) {
  .s-faq .faqbox .pageinlink {
    margin-bottom: 40rem;
    grid-gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s-faq .faqbox .pageinlink {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10rem 15rem;
  }
}
.s-faq .faqbox .pageinlink .itemlink {
  padding: 15px;
  border-radius: 6px;
  background: #f7f2e5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #222;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .s-faq .faqbox .pageinlink .itemlink {
    padding: 15rem;
    border-radius: 6rem;
    gap: 10rem;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .s-faq .faqbox .pageinlink .itemlink {
    font-size: 28rem;
    line-height: 42rem;
  }
}
@media screen and (min-width: 768px) {
  .s-faq .faqbox .pageinlink .itemlink:hover {
    background: #f9f6f0;
    color: #6e3f21;
  }
  .s-faq .faqbox .pageinlink .itemlink:hover .arrow {
    border-color: #6e3f21;
  }
}
.s-faq .faqbox .pageinlink .itemlink .txt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-faq .faqbox .pageinlink .itemlink .arrow {
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}
@media screen and (max-width: 1400px) {
  .s-faq .faqbox .pageinlink .itemlink .arrow {
    width: 10rem;
    height: 10rem;
    border-width: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .s-faq .faqbox .pageinlink .itemlink .arrow {
    width: 15rem;
    height: 15rem;
  }
}
.s-faq .faqbox__itembox_head {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 24px;
  text-align: left;
  color: #222;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5cebf;
  margin: 40px auto 20px;
}
@media screen and (max-width: 1400px) {
  .s-faq .faqbox__itembox_head {
    margin: 40rem auto 20rem;
    font-size: 24rem;
    padding-bottom: 10rem;
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s-faq .faqbox__itembox_head {
    margin: 50rem auto 30rem;
    font-size: 34rem;
    padding-bottom: 20rem;
    gap: 15rem;
  }
}
.s-faq .faqbox__itembox_head img {
  max-width: 18px;
}
@media screen and (max-width: 1400px) {
  .s-faq .faqbox__itembox_head img {
    max-width: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .s-faq .faqbox__itembox_head img {
    max-width: 34rem;
  }
}
.s-faq .faqbox__item {
  margin: 20px auto;
}
@media screen and (max-width: 1400px) {
  .s-faq .faqbox__item {
    margin: 20rem auto;
  }
}
@media screen and (max-width: 768px) {
  .s-faq .faqbox__item {
    margin: 40rem auto;
  }
}
.s-faq .faqbox__item_question {
  cursor: pointer;
  background: #f9f6f0;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  text-align: left;
  color: #222;
  padding: 20px;
  padding-right: 40px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .s-faq .faqbox__item_question {
    font-size: 15rem;
    line-height: 26rem;
    padding: 20rem;
    padding-right: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .s-faq .faqbox__item_question {
    padding: 40rem 35rem;
    padding-right: 80rem;
    font-size: 28rem;
    line-height: 42rem;
  }
}
.s-faq .faqbox__item_question.active::after {
  width: 0;
}
.s-faq .faqbox__item_question::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background-color: #000;
}
@media screen and (max-width: 1400px) {
  .s-faq .faqbox__item_question::before {
    width: 15rem;
    right: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .s-faq .faqbox__item_question::before {
    width: 27rem;
    right: 35rem;
  }
}
.s-faq .faqbox__item_question::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  right: 27px;
  background-color: #000;
}
@media screen and (max-width: 1400px) {
  .s-faq .faqbox__item_question::after {
    height: 15rem;
    right: 27rem;
  }
}
@media screen and (max-width: 768px) {
  .s-faq .faqbox__item_question::after {
    height: 27rem;
    right: 48rem;
  }
}
.s-faq .faqbox__item_answer {
  padding: 20px;
  background: #fdfcfa;
  font-weight: normal;
  font-size: 15px;
  line-height: 26px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1400px) {
  .s-faq .faqbox__item_answer {
    padding: 20rem;
    font-size: 15rem;
    line-height: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .s-faq .faqbox__item_answer {
    font-size: 28rem;
    line-height: 52rem;
    padding: 30rem;
  }
}
.s-faq .faqbox__item_answer a {
  color: #9B453F;
  text-decoration: underline;
}

.s-sitemap .sitemapbox {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px 30px;
}
@media screen and (max-width: 1400px) {
  .s-sitemap .sitemapbox {
    grid-gap: 50rem 30rem;
  }
}
@media screen and (max-width: 768px) {
  .s-sitemap .sitemapbox {
    grid-template-columns: 1fr;
    grid-gap: 80rem;
  }
}
.s-sitemap .sitemapbox__item_head {
  padding: 15px 10px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #6E3F21;
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  text-align: left;
  color: #6E3F21;
}
@media screen and (max-width: 1400px) {
  .s-sitemap .sitemapbox__item_head {
    padding: 15rem 10rem;
    gap: 10rem;
    font-size: 17rem;
    line-height: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .s-sitemap .sitemapbox__item_head {
    font-size: 32rem;
    line-height: 42rem;
    gap: 15rem;
    padding: 20rem 10rem;
  }
}
.s-sitemap .sitemapbox__item_head .dot {
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background: #6e3f21;
  transform: rotate(45deg);
}
@media screen and (max-width: 1400px) {
  .s-sitemap .sitemapbox__item_head .dot {
    width: 9rem;
    height: 9rem;
    border-radius: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .s-sitemap .sitemapbox__item_head .dot {
    width: 16rem;
    height: 16rem;
  }
}
.s-sitemap .sitemapbox__item_head::after {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  background-image: url(../image/common/icon-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1400px) {
  .s-sitemap .sitemapbox__item_head::after {
    width: 11rem;
    height: 11rem;
    right: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s-sitemap .sitemapbox__item_head::after {
    width: 24rem;
    height: 24rem;
    right: 20rem;
  }
}
.s-sitemap .sitemapbox__item .childlist a {
  padding: 15px 10px;
  font-weight: normal;
  font-size: 15px;
  text-align: left;
  color: #222;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 26px;
  border-bottom: 1px solid #d5cebf;
}
@media screen and (max-width: 1400px) {
  .s-sitemap .sitemapbox__item .childlist a {
    padding: 15rem 10rem;
    font-size: 15rem;
    gap: 10rem;
    line-height: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .s-sitemap .sitemapbox__item .childlist a {
    font-size: 28rem;
    line-height: 42rem;
    padding: 25rem 10rem;
    gap: 15rem;
  }
}
.s-sitemap .sitemapbox__item .childlist a img {
  max-width: 11px;
  height: auto;
}
@media screen and (max-width: 1400px) {
  .s-sitemap .sitemapbox__item .childlist a img {
    max-width: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .s-sitemap .sitemapbox__item .childlist a img {
    max-width: 24rem;
  }
}

.s-point .pointbox .toptxt {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  text-align: left;
  color: #222;
  margin-bottom: 40px;
}
@media screen and (max-width: 1400px) {
  .s-point .pointbox .toptxt {
    font-size: 15rem;
    line-height: 26rem;
    margin-bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .s-point .pointbox .toptxt {
    font-size: 28rem;
    line-height: 52rem;
    margin-bottom: 50rem;
  }
}
.s-point .pointbox .toptxt .smalltxt {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  text-align: left;
  color: #707070;
}
@media screen and (max-width: 1400px) {
  .s-point .pointbox .toptxt .smalltxt {
    margin-top: 10rem;
    font-size: 14rem;
    line-height: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .s-point .pointbox .toptxt .smalltxt {
    margin-top: 25rem;
    font-size: 24rem;
    line-height: 38rem;
  }
}
.s-point .pointbox .pageinlink {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}
@media screen and (max-width: 1400px) {
  .s-point .pointbox .pageinlink {
    margin-bottom: 40rem;
    grid-gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s-point .pointbox .pageinlink {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10rem 15rem;
  }
}
.s-point .pointbox .pageinlink .itemlink {
  padding: 15px;
  border-radius: 6px;
  background: #f7f2e5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #222;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .s-point .pointbox .pageinlink .itemlink {
    padding: 15rem;
    border-radius: 6rem;
    gap: 10rem;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .s-point .pointbox .pageinlink .itemlink {
    font-size: 28rem;
    line-height: 42rem;
  }
}
@media screen and (min-width: 768px) {
  .s-point .pointbox .pageinlink .itemlink:hover {
    background: #f9f6f0;
    color: #6e3f21;
  }
  .s-point .pointbox .pageinlink .itemlink:hover .arrow {
    border-color: #6e3f21;
  }
}
.s-point .pointbox .pageinlink .itemlink .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
}
@media screen and (max-width: 1400px) {
  .s-point .pointbox .pageinlink .itemlink .txt {
    height: 45rem;
  }
}
@media screen and (max-width: 768px) {
  .s-point .pointbox .pageinlink .itemlink .txt {
    height: 80rem;
  }
}
.s-point .pointbox .pageinlink .itemlink .arrow {
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}
@media screen and (max-width: 1400px) {
  .s-point .pointbox .pageinlink .itemlink .arrow {
    width: 10rem;
    height: 10rem;
    border-width: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .s-point .pointbox .pageinlink .itemlink .arrow {
    width: 15rem;
    height: 15rem;
  }
}
.s-point .pointbox__item_head {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 24px;
  text-align: left;
  color: #222;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5cebf;
  margin: 40px auto;
}
@media screen and (max-width: 1400px) {
  .s-point .pointbox__item_head {
    margin: 40rem auto;
    font-size: 24rem;
    padding-bottom: 10rem;
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s-point .pointbox__item_head {
    margin: 50rem auto;
    font-size: 34rem;
    padding-bottom: 20rem;
    gap: 15rem;
  }
}
.s-point .pointbox__item_head img {
  max-width: 18px;
}
@media screen and (max-width: 1400px) {
  .s-point .pointbox__item_head img {
    max-width: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .s-point .pointbox__item_head img {
    max-width: 34rem;
  }
}
.s-point .pointbox__item_content .numlist li {
  text-indent: -3em;
  padding-left: 2.5em;
  font-weight: normal;
  font-size: 15px;
  line-height: 26px;
  text-align: left;
  color: #222;
  margin-bottom: 20px;
}
@media screen and (max-width: 1400px) {
  .s-point .pointbox__item_content .numlist li {
    font-size: 15rem;
    line-height: 26rem;
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .s-point .pointbox__item_content .numlist li {
    font-size: 28rem;
    line-height: 52rem;
    margin-bottom: 30rem;
  }
}
.s-point .pointbox__item_content .numlist li:last-child {
  margin-bottom: 0;
}
.s-point .pointbox__item_content .numlist li .number {
  font-family: "DM Sans", serif;
  font-weight: bold;
  color: #6e3f21;
}
.s-point .pointbox__item_content .imgbox {
  margin: 20px auto;
}
@media screen and (max-width: 1400px) {
  .s-point .pointbox__item_content .imgbox {
    margin: 20rem auto;
  }
}
@media screen and (max-width: 768px) {
  .s-point .pointbox__item_content .imgbox {
    margin: 30rem auto;
  }
}
.s-point .pointbox__item_content .txt {
  margin: 10px auto;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1400px) {
  .s-point .pointbox__item_content .txt {
    margin: 10rem auto;
    font-size: 15rem;
    line-height: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .s-point .pointbox__item_content .txt {
    margin: 20rem auto;
    font-size: 28rem;
    line-height: 52rem;
  }
}
.s-point .pointbox__item_content .smalltxt {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  text-align: left;
  color: #707070;
}
@media screen and (max-width: 1400px) {
  .s-point .pointbox__item_content .smalltxt {
    margin-top: 10rem;
    font-size: 14rem;
    line-height: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .s-point .pointbox__item_content .smalltxt {
    margin-top: 25rem;
    font-size: 24rem;
    line-height: 38rem;
  }
}
.s-point .pointbox__item_content .smalltxt.color_red {
  color: #9b453f;
}
.s-point .pointbox__item_content .color-brown {
  color: #6e3f21;
}

.s-news .newslist__item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px 0 10px;
  border-bottom: 1px solid #d5cebf;
}
@media screen and (max-width: 1400px) {
  .s-news .newslist__item {
    gap: 20rem;
    padding: 30rem 0 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s-news .newslist__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 30rem;
    padding: 30rem 0;
  }
}
.s-news .newslist__item:first-child {
  padding-top: 0;
}
.s-news .newslist__item_info {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1400px) {
  .s-news .newslist__item_info {
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .s-news .newslist__item_info {
    gap: 20rem;
  }
}
.s-news .newslist__item_info .date {
  font-family: "DM Sans", serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 1;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1400px) {
  .s-news .newslist__item_info .date {
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .s-news .newslist__item_info .date {
    font-size: 28rem;
  }
}
.s-news .newslist__item_info .tag {
  padding: 0 5px;
  border-radius: 4px;
  background: #6e3f21;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .s-news .newslist__item_info .tag {
    font-size: 14rem;
    border-radius: 4rem;
    padding: 0 5rem;
  }
}
@media screen and (max-width: 768px) {
  .s-news .newslist__item_info .tag {
    font-size: 26rem;
    border-radius: 5rem;
    padding: 0 10rem;
  }
}
.s-news .newslist__item_title {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1400px) {
  .s-news .newslist__item_title {
    font-size: 16rem;
    line-height: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .s-news .newslist__item_title {
    font-size: 28rem;
    line-height: 46rem;
  }
}

.s-newsdetail .newsdetailbox__info {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1400px) {
  .s-newsdetail .newsdetailbox__info {
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .s-newsdetail .newsdetailbox__info {
    gap: 20rem;
  }
}
.s-newsdetail .newsdetailbox__info .date {
  font-family: "DM Sans", serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 1;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1400px) {
  .s-newsdetail .newsdetailbox__info .date {
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .s-newsdetail .newsdetailbox__info .date {
    font-size: 28rem;
  }
}
.s-newsdetail .newsdetailbox__info .tag {
  padding: 0 5px;
  border-radius: 4px;
  background: #6e3f21;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .s-newsdetail .newsdetailbox__info .tag {
    font-size: 14rem;
    border-radius: 4rem;
    padding: 0 5rem;
  }
}
@media screen and (max-width: 768px) {
  .s-newsdetail .newsdetailbox__info .tag {
    font-size: 26rem;
    border-radius: 5rem;
    padding: 0 10rem;
  }
}
.s-newsdetail .newsdetailbox__title h1 {
  font-weight: 500;
  font-size: 27px;
  line-height: 1.8;
  text-align: left;
  color: #222;
  padding: 15px 0;
  border-bottom: 1px solid #6e3f21;
}
@media screen and (max-width: 1400px) {
  .s-newsdetail .newsdetailbox__title h1 {
    font-size: 27rem;
    padding: 15rem 0;
  }
}
@media screen and (max-width: 768px) {
  .s-newsdetail .newsdetailbox__title h1 {
    padding: 20rem 0;
    font-size: 34rem;
  }
}
.s-newsdetail .newsdetailbox__content {
  margin-top: 40px;
}
@media screen and (max-width: 1400px) {
  .s-newsdetail .newsdetailbox__content {
    margin-top: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .s-newsdetail .newsdetailbox__content {
    margin-top: 40rem;
  }
}
.s-newsdetail .newsdetailbox__content img {
  max-width: 800px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1400px) {
  .s-newsdetail .newsdetailbox__content img {
    max-width: 800rem;
  }
}
@media screen and (max-width: 768px) {
  .s-newsdetail .newsdetailbox__content img {
    max-width: 100%;
  }
}
.s-newsdetail .newsdetailbox__content h2 {
  margin: 40px auto;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  color: #fff;
  padding: 10px 15px;
  border-radius: 4px;
  background: #6e3f21;
}
@media screen and (max-width: 1400px) {
  .s-newsdetail .newsdetailbox__content h2 {
    margin: 40rem auto;
    font-size: 18rem;
    line-height: 28rem;
    padding: 10rem 15rem;
    border-radius: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .s-newsdetail .newsdetailbox__content h2 {
    font-size: 32rem;
    line-height: 48rem;
    padding: 10rem 20rem;
    margin: 40rem auto;
  }
}
.s-newsdetail .newsdetailbox__content h3 {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #6e3f21;
  margin: 40px auto;
  padding-left: 15px;
}
@media screen and (max-width: 1400px) {
  .s-newsdetail .newsdetailbox__content h3 {
    font-size: 16rem;
    line-height: 26rem;
    margin: 40rem auto;
    padding-left: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .s-newsdetail .newsdetailbox__content h3 {
    margin: 40rem auto;
    font-size: 30rem;
    line-height: 45rem;
    padding-left: 25rem;
  }
}
.s-newsdetail .newsdetailbox__content h3::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: #6e3f21;
  left: 1px;
  top: 10px;
  transform: rotate(45deg);
}
@media screen and (max-width: 1400px) {
  .s-newsdetail .newsdetailbox__content h3::before {
    width: 7rem;
    height: 7rem;
    border-radius: 2rem;
    top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s-newsdetail .newsdetailbox__content h3::before {
    width: 12rem;
    height: 12rem;
    top: 17rem;
  }
}
.s-newsdetail .newsdetailbox__content p {
  font-weight: normal;
  font-size: 15px;
  line-height: 26px;
  text-align: left;
  color: #222;
  margin: 40px auto;
}
@media screen and (max-width: 1400px) {
  .s-newsdetail .newsdetailbox__content p {
    font-size: 15rem;
    line-height: 26rem;
    margin: 40rem auto;
  }
}
@media screen and (max-width: 768px) {
  .s-newsdetail .newsdetailbox__content p {
    font-size: 28rem;
    line-height: 52rem;
    margin: 40rem auto;
  }
}
.s-newsdetail .newsdetailbox__content a {
  font-weight: 500;
  text-decoration: underline;
  font-size: 15px;
  line-height: 26px;
  text-align: left;
  color: #a02d26;
}
@media screen and (max-width: 1400px) {
  .s-newsdetail .newsdetailbox__content a {
    font-size: 15rem;
    line-height: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .s-newsdetail .newsdetailbox__content a {
    font-size: 28rem;
    line-height: 52rem;
  }
}
.s-newsdetail .newsdetailbox__content .color-red {
  color: #A02D26;
}

.category-title {
  gap: 5px;
}
.category-title h2 {
  font-size: 20px;
  font-weight: 500;
  color: #222;
}
@media screen and (max-width: 1400px) {
  .category-title h2 {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .category-title h2 {
    font-size: 32rem;
    margin-bottom: 10rem;
  }
}
.category-title h2 span {
  font-size: 14px;
  margin-left: 10px;
}
@media screen and (max-width: 1400px) {
  .category-title h2 span {
    font-size: 14rem;
    margin-left: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .category-title h2 span {
    font-size: 24rem;
    margin-left: 10rem;
  }
}

.p-productdetail {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
@media screen and (max-width: 1400px) {
  .p-productdetail {
    gap: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .p-productdetail {
    padding: 0 50rem;
    margin-top: 50rem;
    flex-direction: column;
    gap: 60rem;
  }
}
.p-productdetail_imgs {
  max-width: 410px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .p-productdetail_imgs {
    max-width: 410rem;
  }
}
@media screen and (max-width: 768px) {
  .p-productdetail_imgs {
    max-width: 100%;
  }
}
.p-productdetail_desc {
  margin-top: 60px;
}
@media screen and (max-width: 1400px) {
  .p-productdetail_desc {
    margin-top: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .p-productdetail_desc {
    margin-top: 100rem;
  }
}
.p-productdetail_desc_head {
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  color: #222;
  position: relative;
  padding-left: 25px;
  border-bottom: 1px solid #6e3f21;
}
@media screen and (max-width: 1400px) {
  .p-productdetail_desc_head {
    font-size: 20rem;
    padding-left: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-productdetail_desc_head {
    font-size: 34rem;
    padding-left: 35rem;
  }
}
.p-productdetail_desc_head::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background: #6e3f21;
}
@media screen and (max-width: 1400px) {
  .p-productdetail_desc_head::before {
    left: 3rem;
    width: 9rem;
    height: 9rem;
    border-radius: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-productdetail_desc_head::before {
    width: 14rem;
    height: 14rem;
  }
}
.p-productdetail_desc_content {
  margin-top: 30px;
  font-weight: 400;
  font-size: 15px;
  line-height: 2;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1400px) {
  .p-productdetail_desc_content {
    margin-top: 30rem;
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-productdetail_desc_content {
    font-size: 28rem;
  }
}
.p-productdetail_desc_content .itemcontent {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d5cebf;
  font-weight: 400;
  font-size: 15px;
  line-height: 2;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1400px) {
  .p-productdetail_desc_content .itemcontent {
    font-size: 15rem;
    padding-bottom: 20rem;
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-productdetail_desc_content .itemcontent {
    font-size: 28rem;
  }
}
.p-productdetail_desc_content .itemcontent:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.p-productdetail_desc_content .head {
  font-weight: 500;
  color: #707070;
}
.p-productdetail_main {
  max-width: 440px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .p-productdetail_main {
    max-width: 440rem;
  }
}
@media screen and (max-width: 768px) {
  .p-productdetail_main {
    max-width: 100%;
  }
}
.p-productdetail_tags {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (max-width: 1400px) {
  .p-productdetail_tags {
    gap: 7rem;
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-productdetail_tags {
    gap: 10rem;
  }
}
.p-productdetail_tags li {
  background: #6e3f21;
  border-radius: 3px;
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  color: #fff;
  padding: 3px 8px;
}
@media screen and (max-width: 1400px) {
  .p-productdetail_tags li {
    border-radius: 3rem;
    font-size: 13rem;
    padding: 3rem 8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-productdetail_tags li {
    font-size: 24rem;
    padding: 5rem 10rem;
  }
}
.p-productdetail_title {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1400px) {
  .p-productdetail_title {
    font-size: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .p-productdetail_title {
    font-size: 42rem;
    line-height: 60rem;
  }
}
.p-productdetail_prices {
  margin-top: 15px;
}
@media screen and (max-width: 1400px) {
  .p-productdetail_prices {
    margin-top: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-productdetail_prices {
    margin-top: 20rem;
  }
}
.p-productdetail_prices .origin {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  color: #707070;
}
@media screen and (max-width: 1400px) {
  .p-productdetail_prices .origin {
    font-size: 13rem;
    line-height: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-productdetail_prices .origin {
    font-size: 22rem;
    line-height: 30rem;
  }
}
.p-productdetail_prices .origin .txt {
  color: #707070;
  font-size: 14px;
  margin-right: 10px;
}
@media screen and (max-width: 1400px) {
  .p-productdetail_prices .origin .txt {
    font-size: 14rem;
    margin-right: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .p-productdetail_prices .origin .txt {
    font-size: 26rem;
    margin-right: 15rem;
  }
}
.p-productdetail_prices .origin .price {
  font-family: "DM Sans", serif;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 1400px) {
  .p-productdetail_prices .origin .price {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .p-productdetail_prices .origin .price {
    font-size: 28rem;
  }
}
.p-productdetail_prices .origin .tax {
  font-size: 11px;
}
@media screen and (max-width: 1400px) {
  .p-productdetail_prices .origin .tax {
    font-size: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .p-productdetail_prices .origin .tax {
    font-size: 20rem;
  }
}
.p-productdetail_prices .discount {
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  color: #6e3f21;
}
@media screen and (max-width: 1400px) {
  .p-productdetail_prices .discount {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .p-productdetail_prices .discount {
    font-size: 26rem;
  }
}
.p-productdetail_prices .discount .price {
  font-family: "DM Sans", serif;
  font-weight: 500;
  font-size: 26px;
}
@media screen and (max-width: 1400px) {
  .p-productdetail_prices .discount .price {
    font-size: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .p-productdetail_prices .discount .price {
    font-size: 44rem;
  }
}
.p-productdetail_prices .discount .tax {
  font-size: 13px;
  margin-left: 5px;
}
@media screen and (max-width: 1400px) {
  .p-productdetail_prices .discount .tax {
    margin-left: 5rem;
    font-size: 13rem;
  }
}
@media screen and (max-width: 768px) {
  .p-productdetail_prices .discount .tax {
    font-size: 24rem;
    margin-left: 10rem;
  }
}
.p-productdetail_desc02 {
  margin-top: 40px;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 1400px) {
  .p-productdetail_desc02 {
    font-size: 15rem;
    line-height: 26rem;
    margin-top: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .p-productdetail_desc02 {
    font-size: 28rem;
    line-height: 52rem;
    margin-top: 60rem;
  }
}
.p-productdetail_quantity {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 1400px) {
  .p-productdetail_quantity {
    margin-top: 30rem;
    margin-bottom: 30rem;
    gap: 15rem;
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-productdetail_quantity {
    margin-top: 60rem;
    margin-bottom: 40rem;
    font-size: 26rem;
  }
}
.p-productdetail_quantity input {
  width: 55px;
  height: 40px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 0 10px;
  font-family: "DM Sans", serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #555;
}
@media screen and (max-width: 1400px) {
  .p-productdetail_quantity input {
    width: 55rem;
    height: 40rem;
    border-radius: 6rem;
    padding: 0 10rem;
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .p-productdetail_quantity input {
    width: 100rem;
    height: 60rem;
    border-radius: 6rem;
    font-size: 30rem;
    padding: 0 15rem;
  }
}
.p-productdetail_options_item,
.p-productdetail_options .makeshop-option-wrap {
  margin-bottom: 30px;
}
@media screen and (max-width: 1400px) {
  .p-productdetail_options_item,
  .p-productdetail_options .makeshop-option-wrap {
    margin-bottom: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .p-productdetail_options_item,
  .p-productdetail_options .makeshop-option-wrap {
    margin-bottom: 40rem;
  }
}
.p-productdetail_options_item:last-child,
.p-productdetail_options .makeshop-option-wrap:last-child {
  margin-bottom: 0;
}
.p-productdetail_options_head,
.p-productdetail_options .makeshop-option-label {
  font-weight: 500;
  font-size: 15px;
  text-align: left;
  color: #707070;
  margin-bottom: 10px;
}
@media screen and (max-width: 1400px) {
  .p-productdetail_options_head,
  .p-productdetail_options .makeshop-option-label {
    margin-bottom: 10rem;
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-productdetail_options_head,
  .p-productdetail_options .makeshop-option-label {
    font-size: 26rem;
    margin-bottom: 15rem;
  }
}
.p-productdetail_options_select,
.p-productdetail_options .makeshop-option-select {
  width: 100%;
  height: 40px;
  background: #f6f6f6;
  border: 1px solid #e5e5e5;
  padding: 0 10px;
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  color: #222;
  margin-bottom: 0;
}
@media screen and (max-width: 1400px) {
  .p-productdetail_options_select,
  .p-productdetail_options .makeshop-option-select {
    height: 40rem;
    padding: 0 10rem;
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-productdetail_options_select,
  .p-productdetail_options .makeshop-option-select {
    width: 650rem;
    height: 80rem;
    font-size: 26rem;
  }
}
.p-productdetail .addcartbox {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 1400px) {
  .p-productdetail .addcartbox {
    margin-top: 30rem;
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-productdetail .addcartbox {
    margin-top: 40rem;
  }
}
.p-productdetail .addcartbox .add-cart-btn {
  width: 420px;
  height: 60px;
  border-radius: 6px;
  background: #59c4a7;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .p-productdetail .addcartbox .add-cart-btn {
    width: 420rem;
    height: 60rem;
    border-radius: 6rem;
    gap: 15rem;
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .p-productdetail .addcartbox .add-cart-btn {
    width: 580rem;
    height: 90rem;
    font-size: 30rem;
  }
}
.p-productdetail .addcartbox .add-cart-btn img {
  width: 30px;
}
@media screen and (max-width: 1400px) {
  .p-productdetail .addcartbox .add-cart-btn img {
    width: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .p-productdetail .addcartbox .add-cart-btn img {
    width: 35rem;
  }
}
.p-productdetail .addcartbox .favorite-icon::after {
  margin: 0;
  font-size: 24px;
}
@media screen and (max-width: 1400px) {
  .p-productdetail .addcartbox .favorite-icon::after {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .p-productdetail .addcartbox .favorite-icon::after {
    font-size: 45rem;
  }
}
.p-productdetail_itemcontact a {
  margin-top: 30px;
  width: 420px;
  height: 50px;
  border-radius: 6px;
  background: #f9f6f0;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  .p-productdetail_itemcontact a {
    margin-top: 30rem;
    width: 420rem;
    height: 50rem;
    border-radius: 6rem;
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-productdetail_itemcontact a {
    width: 580rem;
    height: 90rem;
    font-size: 26rem;
    margin-top: 60rem;
  }
}
.p-productdetail .add-cart {
  margin: 0;
}
.p-productdetail .modal-area .modal-wrapper {
  padding: 30px;
}
.p-productdetail .makeshop-option-wrap {
  margin-top: 0;
}
.p-productdetail .modal-cart-btn {
  gap: 20px;
  width: 100%;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-productdetail .modal-cart-btn {
    display: flex;
    flex-direction: column;
    gap: 20rem;
    margin-top: 20rem;
  }
}
.p-productdetail .modal-cart-btn li {
  border-radius: 5px;
  margin: 0;
  width: 100%;
}
.p-productdetail .modal-cart-btn li a {
  width: 100%;
  display: block;
}

@media screen and (max-width: 768px) {
  .maincotents .p-recentcheck .boxhead {
    margin-left: 50rem;
    margin-right: 50rem;
  }
}
.maincotents .p-recentcheck .productlistbox {
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px;
}
@media screen and (max-width: 1400px) {
  .maincotents .p-recentcheck .productlistbox {
    grid-gap: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .maincotents .p-recentcheck .productlistbox {
    display: block;
    margin-left: 40rem;
  }
}
.maincotents .p-recentcheck .slick-list {
  padding-left: 0 !important;
}
@media screen and (max-width: 768px) {
  .maincotents .p-recentcheck .slick-slide {
    margin: 0 10rem;
  }
}

.breadcrumb_box .breadcrumb {
  display: none;
}
.breadcrumb_box .breadcrumb:last-child {
  display: block;
}/*# sourceMappingURL=subpage.css.map */