@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New&display=swap");
/* パンくず */
body {
  padding: 0;
  margin: 0;
}

.c-breadcrumb {
  max-width: 1200px;
  width: 100%;
  margin: 25px auto;
}
@media screen and (max-width: 1320px) {
  .c-breadcrumb {
    max-width: 90.9090909091vw;
    margin: 1.8939393939vw auto;
  }
}
@media screen and (max-width: 750px) {
  .c-breadcrumb {
    max-width: 100%;
    margin: 4.6666666667vw 6vw;
  }
}
.c-breadcrumb ol {
  list-style: none;
  display: inline-flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  align-items: center;
}

.c-breadcrumb ol li {
  margin-right: 10px;
  font-size: 14px;
}
@media screen and (max-width: 1320px) {
  .c-breadcrumb ol li {
    font-size: 1.0606060606vw;
    margin-right: 0.7575757576vw;
  }
}
@media screen and (max-width: 750px) {
  .c-breadcrumb ol li {
    font-size: 3.7333333333vw;
    margin-right: 3.3333333333vw;
	  padding-bottom:10px;
  }
}
.c-breadcrumb ol li::after {
  content: ">";
  margin-left: 10px;
}
@media screen and (max-width: 1320px) {
  .c-breadcrumb ol li::after {
    margin-left: 0.7575757576vw;
  }
}
@media screen and (max-width: 750px) {
  .c-breadcrumb ol li::after {
    margin-left: 3.3333333333vw;
  }
}
.c-breadcrumb ol li:last-child::after {
  content: "";
  margin-left: 0;
}
.c-breadcrumb ol li a {
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1320px) {
  .c-breadcrumb ol li a {
    font-size: 1.0606060606vw;
  }
}
@media screen and (max-width: 750px) {
  .c-breadcrumb ol li a {
    font-size: 3.7333333333vw;
  }
}

.sec-inner {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1320px) {
  .sec-inner {
    max-width: 90.9090909091vw;
  }
}
@media screen and (max-width: 750px) {
  .sec-inner {
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 6vw;
  }
}

.pc_only {
  display: block;
}
@media screen and (max-width: 750px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp_only {
    display: block;
  }
}

.s-product_title {
  font-weight: bold;
  font-size: 60px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #000;
  margin-bottom: 60px;
}
@media screen and (max-width: 1320px) {
  .s-product_title {
    font-size: 4.5454545455vw;
    margin-bottom: 4.5454545455vw;
  }
}
@media screen and (max-width: 750px) {
  .s-product_title {
    font-size: 9.3333333333vw;
    line-height: 13.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.s-product_main {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
@media screen and (max-width: 1320px) {
  .s-product_main {
    gap: 3.7878787879vw;
  }
}
@media screen and (max-width: 750px) {
  .s-product_main {
    flex-direction: column;
    gap: 0;
  }
}
.s-product_imgs {
  max-width: 600px;
  width: 100%;
}
@media screen and (max-width: 1320px) {
  .s-product_imgs {
    max-width: 45.4545454545vw;
  }
}
@media screen and (max-width: 750px) {
  .s-product_imgs {
    max-width: 100%;
  }
}
.s-product_imgs_main {
  border-radius: 40px;
  background: #f7f7f7;
}
@media screen and (max-width: 1320px) {
  .s-product_imgs_main {
    border-radius: 3.0303030303vw;
  }
}
.s-product_imgs_main .slick-list {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1320px) {
  .s-product_imgs_main .slick-list {
    max-width: 30.303030303vw;
  }
}
@media screen and (max-width: 750px) {
  .s-product_imgs_main .slick-list {
    max-width: 58.6666666667vw;
  }
}
.s-product_imgs_main .slick-prev {
  width: 60px;
  height: 60px;
  border-radius: 0 12px 12px 0;
  background: #dadada !important;
  left: 0;
}
@media screen and (max-width: 1320px) {
  .s-product_imgs_main .slick-prev {
    width: 4.5454545455vw;
    height: 4.5454545455vw;
  }
}
@media screen and (max-width: 750px) {
  .s-product_imgs_main .slick-prev {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    left: -6vw;
  }
}
.s-product_imgs_main .slick-prev:hover {
  background: #dadada;
}
.s-product_imgs_main .slick-prev::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 1;
}
@media screen and (max-width: 1320px) {
  .s-product_imgs_main .slick-prev::before {
    width: 0.7575757576vw;
    height: 0.7575757576vw;
  }
}
@media screen and (max-width: 750px) {
  .s-product_imgs_main .slick-prev::before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.s-product_imgs_main .slick-next {
  width: 60px;
  height: 60px;
  border-radius: 12px 0 0 12px;
  background: #dadada !important;
  right: 0;
}
@media screen and (max-width: 1320px) {
  .s-product_imgs_main .slick-next {
    width: 4.5454545455vw;
    height: 4.5454545455vw;
  }
}
@media screen and (max-width: 750px) {
  .s-product_imgs_main .slick-next {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    right: -6vw;
  }
}
.s-product_imgs_main .slick-next:hover {
  background: #dadada;
}
.s-product_imgs_main .slick-next::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(50% - 5px);
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 1;
}
@media screen and (max-width: 1320px) {
  .s-product_imgs_main .slick-next::before {
    width: 0.7575757576vw;
    height: 0.7575757576vw;
  }
}
@media screen and (max-width: 750px) {
  .s-product_imgs_main .slick-next::before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.s-product_imgs_thumb {
  margin-top: 40px;
}
@media screen and (max-width: 1320px) {
  .s-product_imgs_thumb {
    margin-top: 3.0303030303vw;
  }
}
@media screen and (max-width: 750px) {
  .s-product_imgs_thumb {
    margin-top: 5.3333333333vw;
  }
}
.s-product_imgs_thumb .slick-slide {
  margin: 0 10px;
  border-radius: 10px;
  background: #f7f7f7;
}
@media screen and (max-width: 1320px) {
  .s-product_imgs_thumb .slick-slide {
    margin: 0 0.7575757576vw;
    border-radius: 0.7575757576vw;
  }
}
@media screen and (max-width: 750px) {
  .s-product_imgs_thumb .slick-slide {
    margin: 0 1.3333333333vw;
    border-radius: 1.3333333333vw;
  }
}
.s-product_imgs_thumb .slick-slide img {
  width: auto;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
@media screen and (max-width: 1320px) {
  .s-product_imgs_thumb .slick-slide img {
    height: 7.5757575758vw;
  }
}
@media screen and (max-width: 750px) {
  .s-product_imgs_thumb .slick-slide img {
    height: 17.3333333333vw;
  }
}
.s-product_infor {
  max-width: 550px;
  width: 100%;
}
@media screen and (max-width: 1320px) {
  .s-product_infor {
    max-width: 41.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .s-product_infor {
    max-width: 100%;
  }
}
.s-product_category {
  margin: 0;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1320px) {
  .s-product_category {
    font-size: 1.8181818182vw;
  }
}
@media screen and (max-width: 750px) {
  .s-product_category {
    font-size: 4.2666666667vw;
  }
}
.s-product_price {
  margin-top: 15px;
  margin-bottom: 30px;
  font-family: "Jost", sans-serif;
  font-weight: bold;
  font-size: 46px;
  text-align: left;
  color: #ff3000;
}
@media screen and (max-width: 1320px) {
  .s-product_price {
    font-size: 3.4848484848vw;
    margin-top: 1.1363636364vw;
    margin-bottom: 2.2727272727vw;
  }
}
@media screen and (max-width: 750px) {
  .s-product_price {
    font-size: 10.9333333333vw;
    margin-top: 2.6666666667vw;
    margin-bottom: 4vw;
  }
}
.s-product_price .tax {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: 24px;
  text-align: left;
  color: #ff3000;
  margin-left: 12px;
}
@media screen and (max-width: 1320px) {
  .s-product_price .tax {
    font-size: 1.8181818182vw;
    margin-left: 0.9090909091vw;
  }
}
@media screen and (max-width: 750px) {
  .s-product_price .tax {
    font-size: 5.3333333333vw;
    margin-left: 4vw;
  }
}
.s-product_option_head {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #000;
  margin-bottom: 10px;
}
@media screen and (max-width: 1320px) {
  .s-product_option_head {
    font-size: 1.3636363636vw;
    margin-bottom: 0.7575757576vw;
  }
}
@media screen and (max-width: 750px) {
  .s-product_option_head {
    font-size: 4vw;
    margin-bottom: 2.6666666667vw;
  }
}
.s-product_option__select {
  position: relative;
  z-index: 2;
}
.s-product_option__select::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  right: 30px;
  top: 45%;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 1320px) {
  .s-product_option__select::after {
    width: 0.6060606061vw;
    height: 0.6060606061vw;
    right: 2.2727272727vw;
    border-width: 0.1515151515vw;
  }
}
@media screen and (max-width: 750px) {
  .s-product_option__select::after {
    width: 2vw;
    height: 2vw;
    border-width: 0.2666666667vw;
    right: 5.3333333333vw;
  }
}
.s-product_option__select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 60px;
  border-radius: 12px;
  background: #dadada;
  border: 2px solid #dadada;
  font-weight: 500;
  font-size: 18px;
  text-align: left;
  color: #000;
  padding: 5px 30px;
}
@media screen and (max-width: 1320px) {
  .s-product_option__select select {
    height: 4.5454545455vw;
    font-size: 1.3636363636vw;
    border-radius: 0.9090909091vw;
    padding: 0.3787878788vw 2.2727272727vw;
  }
}
@media screen and (max-width: 750px) {
  .s-product_option__select select {
    font-size: 4.2666666667vw;
    height: 13.3333333333vw;
    border-radius: 1.6vw;
    padding: 1.3333333333vw 6.6666666667vw;
  }
}
.s-product_quantity {
  margin-top: 30px;
}
@media screen and (max-width: 1320px) {
  .s-product_quantity {
    margin-top: 2.2727272727vw;
  }
}
@media screen and (max-width: 750px) {
  .s-product_quantity {
    margin-top: 5.3333333333vw;
  }
}
.s-product_quantity_head {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #000;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 1320px) {
  .s-product_quantity_head {
    font-size: 1.3636363636vw;
    margin-bottom: 0.7575757576vw;
  }
}
@media screen and (max-width: 750px) {
  .s-product_quantity_head {
    margin-bottom: 2.6666666667vw;
    font-size: 4vw;
  }
}
.s-product_quantity_box {
  display: flex;
  align-items: stretch;
  gap: 5px;
}
@media screen and (max-width: 1320px) {
  .s-product_quantity_box {
    gap: 0.3787878788vw;
  }
}
.s-product_quantity_box input {
  border: none;
  outline: none;
  width: 60px;
  padding: 10px;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1320px) {
  .s-product_quantity_box input {
    width: 4.5454545455vw;
    padding: 0.7575757576vw;
    font-size: 1.3636363636vw;
  }
}
@media screen and (max-width: 750px) {
  .s-product_quantity_box input {
    width: 13.3333333333vw;
    padding: 1.3333333333vw;
    font-size: 5.6vw;
  }
}
.s-product_quantity_Minus, .s-product_quantity_Plus {
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background: #dadada;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1320px) {
  .s-product_quantity_Minus, .s-product_quantity_Plus {
    width: 4.5454545455vw;
    height: 4.5454545455vw;
    border-radius: 0.9090909091vw;
    font-size: 1.3636363636vw;
  }
}
@media screen and (max-width: 750px) {
  .s-product_quantity_Minus, .s-product_quantity_Plus {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    font-size: 4.2666666667vw;
    border-radius: 1.6vw;
  }
}
.s-product_buybutton {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  height: 80px;
  border-radius: 12px;
  background: #ff5933;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #fff;
  border: none;
  outline: none;
  margin-top: 30px;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 1320px) {
  .s-product_buybutton {
    gap: 1.5151515152vw;
    height: 6.0606060606vw;
    border-radius: 0.9090909091vw;
    font-size: 1.9696969697vw;
    margin-top: 2.2727272727vw;
  }
}
@media screen and (max-width: 750px) {
  .s-product_buybutton {
    height: 17.3333333333vw;
    font-size: 5.6vw;
    border-radius: 1.6vw;
    gap: 4vw;
    margin-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  .s-product_buybutton:hover {
    opacity: 0.8;
  }
}
.s-product_buybutton img {
  width: 30px;
  height: auto;
}
@media screen and (max-width: 1320px) {
  .s-product_buybutton img {
    width: 2.2727272727vw;
  }
}
@media screen and (max-width: 750px) {
  .s-product_buybutton img {
    width: 6.6666666667vw;
  }
}
.s-product_otherlinks {
  margin: 25px 0;
  padding: 0;
}
@media screen and (max-width: 1320px) {
  .s-product_otherlinks {
    margin: 1.8939393939vw 0;
  }
}
@media screen and (max-width: 750px) {
  .s-product_otherlinks {
    margin-top: 5.3333333333vw;
  }
}
.s-product_otherlinks li {
  list-style: none;
}
.s-product_otherlinks li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 26px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1320px) {
  .s-product_otherlinks li a {
    font-size: 1.2121212121vw;
    line-height: 1.9696969697vw;
  }
}
@media screen and (max-width: 750px) {
  .s-product_otherlinks li a {
    font-size: 4vw;
    line-height: 7.4666666667vw;
  }
}
.s-product_snsList {
  margin: 25px 0;
  max-width: 300px;
}
@media screen and (max-width: 1320px) {
  .s-product_snsList {
    margin: 1.8939393939vw 0;
    max-width: 22.7272727273vw;
  }
}
@media screen and (max-width: 750px) {
  .s-product_snsList {
    max-width: 72vw;
    margin: 6vw 0;
  }
}
.s-product_example {
  width: 100%;
  padding: 25px;
  background: transparent;
  border: 2px solid #ff3000;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #ff3000;
  border-radius: 12px;
  box-sizing: border-box;
}
@media screen and (max-width: 1320px) {
  .s-product_example {
    padding: 1.8939393939vw;
    font-size: 1.2121212121vw;
    border-radius: 0.9090909091vw;
  }
}
@media screen and (max-width: 750px) {
  .s-product_example {
    padding: 5.3333333333vw;
    font-size: 4vw;
    line-height: 6.1333333333vw;
    border-radius: 1.6vw;
    text-align: left;
  }
}
.s-product_example p {
  margin: 0;
  padding: 0;
}
.s-product__sectitle {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 56px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  color: #000;
  margin-bottom: 40px;
}
@media screen and (max-width: 1320px) {
  .s-product__sectitle {
    font-size: 4.2424242424vw;
    margin-bottom: 3.0303030303vw;
  }
}
@media screen and (max-width: 750px) {
  .s-product__sectitle {
    font-size: 7.4666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}

.s-productdetail {
  background-color: #F8F3EE;
  padding: 50px 0;
  margin-top: 60px;
}
@media screen and (max-width: 1320px) {
  .s-productdetail {
    padding: 3.7878787879vw 0;
    margin-top: 4.5454545455vw;
  }
}
@media screen and (max-width: 750px) {
  .s-productdetail {
    margin-top: 8vw;
    padding: 6.6666666667vw 0;
  }
}
.s-productdetail_head {
  margin: 0;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #000;
  line-height: 1;
  border-left: 4px solid #000;
  padding-left: 20px;
}
@media screen and (max-width: 1320px) {
  .s-productdetail_head {
    margin-bottom: 1.8939393939vw;
    font-size: 2.1212121212vw;
    border-width: 0.303030303vw;
    padding-left: 1.5151515152vw;
  }
}
@media screen and (max-width: 750px) {
  .s-productdetail_head {
    font-size: 4.8vw;
    border-width: 0.5333333333vw;
    padding-left: 2.6666666667vw;
    margin-bottom: 4vw;
  }
}
.s-productdetail_box {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
@media screen and (max-width: 1320px) {
  .s-productdetail_box {
    gap: 3.7878787879vw;
  }
}
@media screen and (max-width: 750px) {
  .s-productdetail_box {
    flex-direction: column;
    gap: 6.6666666667vw;
  }
}
.s-productdetail_left {
  max-width: 600px;
  width: 100%;
}
@media screen and (max-width: 1320px) {
  .s-productdetail_left {
    max-width: 45.4545454545vw;
  }
}
@media screen and (max-width: 750px) {
  .s-productdetail_left {
    max-width: 100%;
  }
}
.s-productdetail_right {
  max-width: 550px;
  width: 100%;
}
@media screen and (max-width: 1320px) {
  .s-productdetail_right {
    max-width: 41.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .s-productdetail_right {
    max-width: 100%;
  }
}
.s-productdetail_right .itembox {
  margin-bottom: 20px;
}
@media screen and (max-width: 1320px) {
  .s-productdetail_right .itembox {
    margin-bottom: 1.5151515152vw;
  }
}
@media screen and (max-width: 750px) {
  .s-productdetail_right .itembox {
    margin-bottom: 6.6666666667vw;
  }
}
.s-productdetail_right .itembox:last-child {
  margin-bottom: 0;
}
.s-productdetail_right .itembox_head {
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #000;
  margin-bottom: 15px;
}
@media screen and (max-width: 1320px) {
  .s-productdetail_right .itembox_head {
    font-size: 1.5151515152vw;
    margin-bottom: 1.1363636364vw;
  }
}
@media screen and (max-width: 750px) {
  .s-productdetail_right .itembox_head {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
}
.s-productdetail_right .itembox_content table {
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #c69c6d;
  border-bottom: 2px solid #c69c6d;
}
@media screen and (max-width: 1320px) {
  .s-productdetail_right .itembox_content table {
    border-width: 0.1515151515vw;
  }
}
@media screen and (max-width: 750px) {
  .s-productdetail_right .itembox_content table {
    border-width: 0.5333333333vw;
  }
}
.s-productdetail_right .itembox_content table tr th {
  border-collapse: collapse;
  background: #c69c6d;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #fff;
  padding: 20px;
}
@media screen and (max-width: 1320px) {
  .s-productdetail_right .itembox_content table tr th {
    font-size: 1.2121212121vw;
    padding: 1.5151515152vw;
  }
}
@media screen and (max-width: 750px) {
  .s-productdetail_right .itembox_content table tr th {
    width: 28%;
    font-size: 3.4666666667vw;
    line-height: 4.6666666667vw;
    padding: 1.3333333333vw 2.6666666667vw;
  }
}
.s-productdetail_right .itembox_content table tr th.border-wihte {
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 1320px) {
  .s-productdetail_right .itembox_content table tr th.border-wihte {
    border-width: 0.1515151515vw;
  }
}
@media screen and (max-width: 750px) {
  .s-productdetail_right .itembox_content table tr th.border-wihte {
    border-width: 0.5333333333vw;
  }
}
.s-productdetail_right .itembox_content table tr td {
  padding: 20px;
  border-collapse: collapse;
  background-color: #fff;
  border-bottom: 2px solid #c69c6d;
  border-top: 2px solid #c69c6d;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1320px) {
  .s-productdetail_right .itembox_content table tr td {
    padding: 1.5151515152vw;
    border-width: 0.1515151515vw;
    font-size: 1.2121212121vw;
    line-height: 1.9696969697vw;
  }
}
@media screen and (max-width: 750px) {
  .s-productdetail_right .itembox_content table tr td {
    font-size: 3.4666666667vw;
    line-height: 4.6666666667vw;
    padding: 1.3333333333vw 2.6666666667vw;
    border-width: 0.5333333333vw;
  }
}
.s-productdetail_colors {
  margin-top: 25px;
}
@media screen and (max-width: 1320px) {
  .s-productdetail_colors {
    margin-top: 1.8939393939vw;
  }
}
@media screen and (max-width: 750px) {
  .s-productdetail_colors {
    margin-top: 6.6666666667vw;
  }
}
.s-productdetail_colors_head {
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1320px) {
  .s-productdetail_colors_head {
    margin-bottom: 1.8939393939vw;
    font-size: 1.5151515152vw;
  }
}
@media screen and (max-width: 750px) {
  .s-productdetail_colors_head {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
}
.s-productdetail_colors_box {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 1320px) {
  .s-productdetail_colors_box {
    gap: 1.5151515152vw;
  }
}
@media screen and (max-width: 750px) {
  .s-productdetail_colors_box {
    gap: 2.6666666667vw;
  }
}
.s-productdetail_colors__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex: 1;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1320px) {
  .s-productdetail_colors__item {
    gap: 0.7575757576vw;
    font-size: 1.2121212121vw;
  }
}
@media screen and (max-width: 750px) {
  .s-productdetail_colors__item {
    gap: 2vw;
    font-size: 3.2vw;
  }
}
.s-productdetail_colors__item span {
  margin-left: 20px;
}
@media screen and (max-width: 1320px) {
  .s-productdetail_colors__item span {
    margin-left: 1.5151515152vw;
  }
}

.s-productcategory {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 1320px) {
  .s-productcategory {
    padding: 7.5757575758vw 0;
  }
}
@media screen and (max-width: 750px) {
  .s-productcategory {
    padding: 13.3333333333vw 0;
  }
}
.s-productcategory_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}
@media screen and (max-width: 1320px) {
  .s-productcategory_grid {
    grid-gap: 3.0303030303vw;
  }
}
@media screen and (max-width: 750px) {
  .s-productcategory_grid {
    grid-template-columns: 1fr;
    grid-gap: 5.3333333333vw;
  }
}
.s-productcategory__item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  text-decoration: none;
  gap: 10px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #000;
  transition: 0.3s;
}
@media screen and (max-width: 1320px) {
  .s-productcategory__item {
    font-size: 1.3636363636vw;
    gap: 0.7575757576vw;
  }
}
@media screen and (max-width: 750px) {
  .s-productcategory__item {
    font-size: 4vw;
    gap: 2vw;
  }
}
@media screen and (min-width: 750px) {
  .s-productcategory__item:hover {
    opacity: 0.8;
  }
}
.s-productcategory__item p {
  margin: 0;
  padding: 0;
}

.s-categorycomp {
  padding: 200px 0;
  background-color: #D2C1A3;
  clip-path: polygon(0 13%, 100% 0%, 100% 87%, 0% 100%);
}
@media screen and (max-width: 1320px) {
  .s-categorycomp {
    padding: 15.1515151515vw 0;
  }
}
@media screen and (max-width: 750px) {
  .s-categorycomp {
    padding: 20vw 0;
    clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
  }
}
.s-categorycomp_box {
  max-width: 900px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1320px) {
  .s-categorycomp_box {
    max-width: 68.1818181818vw;
  }
}
@media screen and (max-width: 750px) {
  .s-categorycomp_box {
    max-width: 100%;
  }
}
.s-categorycomp_box table {
  border: 5px solid #D2C1A3;
  border-collapse: collapse;
  width: 100%;
}
@media screen and (max-width: 1320px) {
  .s-categorycomp_box table {
    border-width: 0.3787878788vw;
  }
}
@media screen and (max-width: 750px) {
  .s-categorycomp_box table {
    border-width: 1.0666666667vw;
  }
}
.s-categorycomp_box table tr:nth-of-type(2) td:first-child {
  border-top-left-radius: 16px;
}
@media screen and (max-width: 1320px) {
  .s-categorycomp_box table tr:nth-of-type(2) td:first-child {
    border-top-left-radius: 1.2121212121vw;
  }
}
@media screen and (max-width: 750px) {
  .s-categorycomp_box table tr:nth-of-type(2) td:first-child {
    border-top-left-radius: 2.6666666667vw;
  }
}
.s-categorycomp_box table tr:last-child td:first-child {
  border-bottom-left-radius: 16px;
}
@media screen and (max-width: 1320px) {
  .s-categorycomp_box table tr:last-child td:first-child {
    border-bottom-left-radius: 1.2121212121vw;
  }
}
@media screen and (max-width: 750px) {
  .s-categorycomp_box table tr:last-child td:first-child {
    border-bottom-left-radius: 2.6666666667vw;
  }
}
.s-categorycomp_box table tr th {
  border-collapse: collapse;
  border: 5px solid #D2C1A3;
  padding: 10px;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  border-radius: 16px 16px 0 0;
  background-image: url(../img/th-bg02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 38%;
}
@media screen and (max-width: 1320px) {
  .s-categorycomp_box table tr th {
    font-size: 1.9696969697vw;
    padding: 0.7575757576vw;
    border-width: 0.3787878788vw;
    border-radius: 1.2121212121vw 1.2121212121vw 0 0;
  }
}
@media screen and (max-width: 750px) {
  .s-categorycomp_box table tr th {
    font-size: 4vw;
    padding: 2vw;
    border-width: 1.0666666667vw;
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  }
}
.s-categorycomp_box table tr th:first-child {
  opacity: 0;
  width: 25%;
}
.s-categorycomp_box table tr td {
  border-collapse: collapse;
  border: 5px solid #D2C1A3;
  padding: 8px;
  background: #fff;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 30px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1320px) {
  .s-categorycomp_box table tr td {
    padding: 0.6060606061vw;
    border-width: 0.3787878788vw;
    line-height: 2.2727272727vw;
    font-size: 1.5151515152vw;
  }
}
@media screen and (max-width: 750px) {
  .s-categorycomp_box table tr td {
    padding: 1.3333333333vw 0;
    font-size: 3.4666666667vw;
    line-height: 4.6666666667vw;
    border-width: 1.0666666667vw;
  }
}
.s-categorycomp_box table tr td:first-child {
  font-size: 22px;
  text-align: center;
  color: #fff;
  background-image: url(../img/th-bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1320px) {
  .s-categorycomp_box table tr td:first-child {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .s-categorycomp_box table tr td:first-child {
    font-size: 3.4666666667vw;
  }
}
.s-categorycomp_box table tr td span {
  font-size: 16px;
}
@media screen and (max-width: 1320px) {
  .s-categorycomp_box table tr td span {
    font-size: 1.2121212121vw;
  }
}
@media screen and (max-width: 750px) {
  .s-categorycomp_box table tr td span {
    font-size: 2.4vw;
  }
}

.s-productcontent {
  padding: 100px 0;
}
@media screen and (max-width: 1320px) {
  .s-productcontent {
    padding: 7.5757575758vw 0;
  }
}
@media screen and (max-width: 750px) {
  .s-productcontent {
    padding: 13.3333333333vw 0;
  }
}
.s-productcontent_box {
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: space-between;
}
@media screen and (max-width: 1320px) {
  .s-productcontent_box {
    gap: 3.7878787879vw;
  }
}
@media screen and (max-width: 750px) {
  .s-productcontent_box {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}
.s-productcontent__item {
  flex: 1;
  width: 100%;
}
.s-productcontent__item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  border-radius: 14px;
  background: #000;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 1320px) {
  .s-productcontent__item a {
    height: 7.5757575758vw;
    font-size: 2.4242424242vw;
    border-radius: 1.0606060606vw;
  }
}
@media screen and (max-width: 750px) {
  .s-productcontent__item a {
    width: 100%;
    font-size: 5.6vw;
    height: 18vw;
    border-radius: 1.8666666667vw;
  }
}
.s-productcontent__item a::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  background-image: url(../img/btn.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1320px) {
  .s-productcontent__item a::after {
    width: 2.2727272727vw;
    height: 2.2727272727vw;
    right: 3.0303030303vw;
  }
}
@media screen and (max-width: 750px) {
  .s-productcontent__item a::after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    right: 6.6666666667vw;
  }
}

.s-productinformation {
  padding: 100px 0;
  background-color: #DFCFAE;
}
@media screen and (max-width: 1320px) {
  .s-productinformation {
    padding: 7.5757575758vw 0;
  }
}
@media screen and (max-width: 750px) {
  .s-productinformation {
    padding: 13.3333333333vw 0;
  }
}
.s-productinformation_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 1320px) {
  .s-productinformation_box {
    gap: 3.7878787879vw;
  }
}
@media screen and (max-width: 750px) {
  .s-productinformation_box {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}
.s-productinformation__item {
  flex: 1;
}

.footer_top {
  background: #000000;
  padding: 60px 0;
}
@media screen and (max-width: 1320px) {
  .footer_top {
    padding: 4.5454545455vw 0;
  }
}
@media screen and (max-width: 750px) {
  .footer_top {
    padding: 13.3333333333vw 0;
  }
}
.footer_nav {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  justify-content: space-between;
}
@media screen and (max-width: 1320px) {
  .footer_nav {
    gap: 3.7878787879vw;
  }
}
@media screen and (max-width: 750px) {
  .footer_nav {
    gap: 0;
    flex-direction: column;
  }
}
.footer_nav .navlist {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 750px) {
  .footer_nav .navlist {
    width: 100%;
  }
  .footer_nav .navlist:last-child {
    margin-top: 10.6666666667vw;
    padding-top: 10.6666666667vw;
    border-top: 1px solid #2d2d2d;
  }
}
.footer_nav .navlist li {
  list-style: none;
}
.footer_nav .navlist li a {
  font-weight: 500;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 36px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1320px) {
  .footer_nav .navlist li a {
    font-size: 1.2121212121vw;
    line-height: 2.7272727273vw;
  }
}
@media screen and (max-width: 750px) {
  .footer_nav .navlist li a {
    font-size: 4.2666666667vw;
    line-height: 13.3333333333vw;
  }
}
.footer_bottom {
  padding: 30px;
  background-color: #fff;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 36px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 1320px) {
  .footer_bottom {
    font-size: 1.0606060606vw;
    padding: 2.2727272727vw;
    line-height: 2.7272727273vw;
  }
}
@media screen and (max-width: 750px) {
  .footer_bottom {
    font-size: 3.7333333333vw;
    line-height: 5.6vw;
    padding: 4vw 0;
  }
}
.footer_bottom p {
  margin: 0;
  padding: 0;
}

/* よくある質問 */
html {
  scroll-behavior: smooth;
}
.faq-inner{
		width:92%;
		max-width:1000px;
		margin-left: auto;
		margin-right: auto;
	}
.faq {
  width: 100%;
  margin: 0 auto 6%;
}
.faq-item {
  margin-bottom: 16px;
}
.faq-q-text {
  display: flex;
  gap: 12px;
  font-weight:bold;
font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.faq-a {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.45s ease;
  background: #fff;
}
.faq-a-inner {
  padding: 20px;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.faq-item.is-open .faq-a {
  max-height: 500px;
}
.faq-item.is-open .faq-a-inner {
  opacity: 1;
  transform: translateY(0);
}
.faq-item.is-open .faq-icon {
  content: "-";
}
@media screen and (min-width: 769px) {
.faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #c9a06f;
  color: #fff;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  border-radius: 10px;
}
.q-label{
font-size: 28px!important;
font-family: "Jost", sans-serif;
}
.q-text{
font-size: 18px!important;
padding-top:5px;
}
.a-label{
color:#ee2a00;
font-family: "Jost", sans-serif;
font-size: 28px;
font-weight:bold;
display: block;
width: 5%;
float:left;
vertical-align: top;
}
.faq-a-inner p{
width: 95%;
float:right;
vertical-align: top;
margin-top: 0;
padding-top: 0;
font-size: 16px!important;
line-height: 1.5em;
}
.faq-icon {
  font-size: 28px;
  font-weight:bold;
}
.faq-h2{
font-size:28px!important;
margin-bottom: 5%;
padding-top: 3%!important;;
}
.faq h2{
color:#333;
font-size: 24px;
font-weight:bold;
margin-top: 5%;
}
.faq h2 span{
color:#ff5933;
font-size: 28px;
font-weight:bold;
font-family: "Jost", sans-serif;
padding-right: 15px;
}
}
@media screen and (max-width: 768px) {
.faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #c9a06f;
  color: #fff;
  padding: 5px 18px 10px 12px;
  border: none;
  cursor: pointer;
  border-radius: 6px;
  line-height:1.5em;
}
.q-label{
font-size: 22px!important;
font-family: "Jost", sans-serif;
margin-top:7px;
}
.q-text{
font-size: 16px!important;
padding-top:5px;
text-align: left;
}
.a-label{
color:#ee2a00;
font-family: "Jost", sans-serif;
font-size: 22px;
font-weight:bold;
display: block;
width: 3%;
float:left;
vertical-align: top;
}
.faq-a-inner p{
width: 92%!important;
float:right;
vertical-align: top;
margin-top: 0;
padding-top: 0;
font-size: 16px!important;
line-height: 1.5em;
padding-left:1%;
}
.faq-icon {
  font-size: 22px;
  font-weight:bold;
}
.faq-h2{
text-align: center;
font-size:20px;
margin-bottom: 3%;
padding-top: 6%!important;
}
.faq h2{
color:#333;
font-size: 18px;
font-weight:bold;
padding-top: 5%;
}
.faq h2 span{
color:#ff5933;
font-size: 22px;
font-weight:bold;
font-family: "Jost", sans-serif;
padding-right: 10px;
}
}
.page-link-btn .arrow {
  font-size: 20px;
  margin-left: 12px;
}
@media screen and (min-width: 769px) {
.page-link-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 1000px;
  margin: 0 auto 10%;
}
.page-link-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #000;
  padding: 15px 8px 15px 15px;
  text-decoration: none;
  color: #000;
  background: #fff;
}
.page-link-btn .num {
  font-size: 28px;
  color:#ff5933;
  font-weight: bold;
  margin-right: 12px;
font-family: "Jost", sans-serif;
}
.page-link-btn .text {
  flex: 1;
  font-size: 18px;
  font-weight: bold;
}
}
@media (max-width: 768px) {
.page-link-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 1000px;
 margin: 3% auto 10%;
}
.page-link-grid{
padding-top:3%;
	}
.spNone{
display:none;
}
.page-link-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #000;
  padding: 10px;
  text-decoration: none;
  color: #000;
  background: #fff;
}
.page-link-grid {
grid-template-columns: 1fr;
}
.page-link-btn .num {
  font-size: 24px;
  color:#ff5933;
  font-weight: bold;
  margin-right: 12px;
font-family: "Jost", sans-serif;
}
.page-link-btn .text {
  flex: 1;
  font-size: 16px;
  font-weight: bold;
}
}

/*プライバシーポリシー*/
@media screen and (min-width: 769px) {
.privacy h2{
font-size:18px;
}	
}
@media screen and (max-width: 768px) {
.privacy h2{
font-size: 18px;
}	
}
.p-privacy-box{
margin-bottom: 3%;
}
.privacy p{
line-height: 1.7em;		
}

/*ショッピングガイド*/
.c-tbl-list__th,
.c-tbl-list__td{
line-height: 1.5em;		
}
@media screen and (min-width: 769px) {
.guide h2{
color:#ee2a00;
margin-top:8%;
padding-bottom:3%;
font-size:24px;
}
.c-tbl-list__th{
width:25%;
float:left;
}
.c-tbl-list__td{
width:75%;
float:right;
}
.c-tbl-list__tr{
border-top:1px solid #333;
padding-top:3%;
padding-bottom:3%;
clear: both;
}
}
@media screen and (max-width: 768px) {
.guide h2{
color:#ee2a00;
margin-top:8%;
padding-bottom:1%;
font-size:18px;
text-align: center;
}
.c-tbl-list__th{
width:30%;
float:left;
}
.c-tbl-list__td{
width:70%;
float:right;
}
.c-tbl-list__tr{
border-top:1px solid #333;
padding-top:5%;
padding-bottom:5%;
clear: both;
}
}
.c-tbl-list__tr h3{
margin: 0;
padding: 0;
font-size:16px;
}
.clearfix::after {
   content: "";
   clear: both;
   display: table;
}
.guide{
margin-bottom: 3%;
}

/*インフルエンサー募集*/

	.influencer{
		margin-bottom: 6%;
	}
	.influ-top{
	width:100%;	
	}
	.influ-top img{
	width:100%;
	height:auto!important;
	}
	.influ-read{
text-align: center;
line-height: 2.5em!important;
margin-top: 3%;		
	}
@media screen and (min-width: 769px) {
.influ-read span{
		font-size:22px;
	}
.influencer h2{
		text-align: center;
		padding-top: 9%;
	padding-bottom: 3%!important;
		color:#ee2a00;
	font-size:24px;
	}
	.pcNone{
		display: none;
	}
	.center{
		text-align: center;
	}
.info-title {
  position: absolute;
  top: -18px;
  left: 20px;
  background: #000;
  color: #fff;
  padding: 10px 16px;
  font-weight: bold;
  font-size: 17px;
}
.info-block {
  max-width: 1000px;
  margin: 6% auto 0;
}
.entry-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 330px;
  margin: 40px auto;
  padding: 18px 28px;
  background: #e6e6e6;
  border-radius: 999px;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  transition: background 0.3s ease;
	font-weight:bold!important;
}
}
@media screen and (max-width: 768px) {
.influ-read span{
		font-size:18px;
	}
.influencer h2{
		text-align: center;
		padding-top: 6%;
	padding-bottom: 3%!important;
		color:#ee2a00;
		font-size:18px;
	line-height: 1.7em;
	}
.spNone{
		display: none;
	}
.info-title {
  position: absolute;
  top: -18px;
  left: 17px;
  background: #000;
  color: #fff;
  padding: 8px 10px;
  font-weight: bold;
  font-size: 16px;
}
.info-block {
  max-width: 1000px;
  margin: 10% auto 0;
}
.entry-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 330px;
  width:90%;
  margin: 40px auto;
  padding: 18px 28px;
  background: #e6e6e6;
  border-radius: 999px;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  transition: background 0.3s ease;
	font-weight:bold!important;
}
}
	
	.influencer p{
		line-height: 1.7em;
	}
	
.info-box {
  position: relative;
  border: 1px solid #000;
  padding: 40px 30px 30px;
  margin-bottom: 40px;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.check-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 7px;
  font-size: 17px;
  line-height: 1.6;
	font-weight: bold;
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 6px;
  width: 18px;
  height: 10px;
  border-left: 4px solid #ee2a00;
  border-bottom: 4px solid #ee2a00;
  transform: rotate(-45deg);
}
.info-text {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.7;
font-weight: bold;
}
/* SP */
@media (max-width: 768px) {
  .info-box {
    padding: 36px 20px 24px;
  }
  .check-list li {
    font-size: 15px;
  }
}
.flow-wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.flow-list {
  counter-reset: step;
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}
.flow-list li {
  counter-increment: step;
  position: relative;
  padding-left: 18px;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1.7;
}
.flow-list li::before {
  content: counter(step) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #ee2a00;
  font-weight: bold;
}
.important-box {
  position: relative;
  border: 2px double #ee2a00;
  border-radius: 6px;
  padding: 20px 20px 18px;
  margin: 24px 0;
  background: #fff;
}
.important-label {
  position: absolute;
  top: -12px;
  left: 16px;
  background: #fff;
  padding: 0 8px;
  color: #ee2a00;
  font-weight: bold;
  font-size: 15px;
}
.important-box p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}
/* SP */
@media (max-width: 768px) {
  .flow-list li {
    font-size: 15px;
  }
  .important-box p {
    font-size: 14px;
  }
}
.required-wrap {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
}

.required-title {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 14px;
}

.required-basic {
  list-style: disc;
  padding-left: 22px;
  margin-bottom: 6%;
}

.required-basic li {
  margin-bottom: 5px;
}

.required-detail {
  padding-left: 22px;
}

.required-detail li {
  margin-bottom: 5px;
}

/* SP */
@media (max-width: 768px) {
  .required-wrap {
    font-size: 15px;
  }

  .required-title {
    font-size: 17px;
  }
}


.entry-button:hover {
  background: #555;
	color: #fff;
}

.entry-text {
  font-weight: bold;
	text-align: center!important;
}

.entry-arrow {
  font-size: 22px;
  line-height: 1;
}

/* SP */
@media (max-width: 768px) {
  .entry-button {
    padding: 16px 22px;
    font-size: 15px;
  }

  .entry-arrow {
    font-size: 20px;
  }
}
/* お問い合わせ */
.p-contactsec_inner{
max-width:800px;
margin-left:auto;
margin-right:auto;
}
.itemrow {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.itemrow.align-start {
  align-items: flex-start;
}
.itemrow_head {
  width: 220px;
  font-weight: 600;
  line-height: 1.6;
}
.itemrow_head {
  position: relative;
}
.itemrow_head.required::after {
  content: "必須";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 2px 6px;
  font-size: 12px;
  color: #fff;
  background: #c40000;
  border-radius: 3px;
  margin-right:16px;
}
.inputbox {
  flex: 1;
}
.inputbox input,
.inputbox textarea {
  width: 100%;
  padding: 10px 12px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.inputbox textarea {
  min-height: 140px;
  resize: vertical;
}
.privacybox {
  flex: 1;
  font-size: 14px;
}
.privacybox a {
  color: #0066cc;
  text-decoration: underline;
}
.formsubmit {
  text-align: center;
  margin-top: 30px;
}
.formsubmit_btn {
  padding: 14px 48px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #333;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.formsubmit_btn:hover {
  opacity: 0.85;
}
/* SP */
@media (max-width: 768px) {
  .itemrow {
    flex-direction: column;
    align-items: stretch;
  }
  .itemrow_head {
    width: 100%;
    margin-bottom: 6px;
  }
}
.p-pagetopbox{

}


.cartjs_product_table table{
  width:100% !important;
  margin:0 auto 32px !important;
}

.cartjs_cart_in input[type="submit"]{
  width:100% !important;
  height:80px !important;
  font-size:22px !important;
  font-weight:bold !important;
  color:#fff !important;
  background-color:#f26a45 !important;
  border-radius:20px !important;
  border:0 !important;

  background-image:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 24 24'><path fill='%23fff' d='M7.2 18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM7.2 14h9.9c.8 0 1.5-.4 1.8-1.1l3-6.5-1.8-.8L16.9 12H8.1L4.3 4H1v2h2l3.6 7.6-1.3 2.4c-.2.3-.3.6-.3 1 0 1.1.9 2 2 2h12v-2H7.2z'/></svg>") !important;
  background-repeat:no-repeat !important;
  background-size:26px 26px !important;

  background-position:
    calc(50% - 90px) center !important;

  text-align:center !important;
}

.cartjs_product_table select[style]{
  width:100% !important;
  height:76px !important;
  padding:0 64px 0 24px !important;
  border-radius:22px !important;
  background-color:#e5e5e5 !important;
  border:none !important;
  font-size:18px !important;
  font-weight:600 !important;
  appearance:none !important;

  background-image:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24'><path fill='%23333' d='M7 9l5 6 5-6z'/></svg>") !important;
  background-repeat:no-repeat !important;
  background-position:right 24px center !important;
  background-size:28px 28px !important;
}

.cartjs_product_input_txt[style]{
  width:120px !important;
  height:64px !important;
  padding:0 16px !important;
  font-size:18px !important;
  text-align:center !important;
  border-radius:18px !important;
  background:#e5e5e5 !important;
  border:none !important;
}

.cartjs_product_input_txt[style]{
  width:120px !important;
  height:64px !important;
  padding:0 16px !important;
  font-size:18px !important;
  font-weight:700 !important;
  text-align:center !important;
  border-radius:18px !important;
  background:#e5e5e5 !important;
  border:none !important;
}

@media screen and (max-width:768px){
  .cartjs_product_table select[style]{
    height:84px !important;
    font-size:17px !important;
    padding:0 60px 0 24px !important;
  }
  .cartjs_product_input_txt[style]{
    width:140px !important;
    height:72px !important;
    font-size:18px !important;
  }
}
.s-product_snsList {
  display: flex;
  justify-content: center;
}
.c-product-snsList {
  display: flex;
  align-items: center;
  gap: 12px;
}
.c-product-snsList > div {
  display: flex;
  align-items: center;
}

.company {
	padding: 22px 0 80px;
}

.company-info,
.company-text,
.company-note {
  margin: 0 auto;
  text-align: left;
}

.company-info-name {
  font-size: 22px;
  font-weight: 700;
  margin: 60px 0 24px;
}

.company-info-item {
  margin: 0 0 12px;
  line-height: 1.7;
}

.company-text {
  margin-top: 40px;
  line-height: 1.8;
}

.company-note {
  margin-top: 32px;
  padding-left: 1.2em;
}

.company-note li {
  margin-bottom: 8px;
}

.s-categorycomp_box table tr:nth-of-type(2) td:first-child {
  border-top-left-radius: 28px;
}

.s-categorycomp_box table tr:last-child td:first-child {
  border-bottom-left-radius: 28px;
}

.s-categorycomp_box table tr th {
  border-radius: 28px 28px 0 0;
}

.s-categorycomp_box table tr:last-child td:last-child {
  border-bottom-right-radius: 28px;
}

@media screen and (max-width: 750px) {
  .s-categorycomp_box table tr:nth-of-type(2) td:first-child {
    border-top-left-radius: 22px;
  }

  .s-categorycomp_box table tr:last-child td:first-child {
    border-bottom-left-radius: 22px;
  }

  .s-categorycomp_box table tr th {
    border-radius: 22px 22px 0 0;
  }

  .s-categorycomp_box table tr:last-child td:last-child {
    border-bottom-right-radius: 22px;
  }
}



/*# sourceMappingURL=style.css.map */