/* 部分テンプレート(利用規約) */
.term_label {
  font-size: 14px;
  display: -webkit-box;
}
.term_label > a {
  color: #386F81;
}

/* ecforce側からAJAXで返されるモーダルのデザイン用CSS(Smartphone) */
@media screen and (max-width: 480px) {
  .modal-scrollable {
    position: fixed;
    top: 0;
  }
  .modal-scrollable .modal {
    padding: 20px 10%;
    overflow-y: scroll;
    max-height: 100vh;
  }
  .modal-scrollable .modal .modal-header {
    text-align: right;
  }
  .modal-scrollable .modal .modal-header .close {
    font-size: 30px;
  }
  .modal-scrollable .modal .modal-title {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
  }
  .modal-scrollable .modal .modal-body {
    margin: 30px 0;
  }
  .modal-scrollable .modal .modal-body p {
    margin: 5px 0;
    font-size: 13px;
  }
  .modal-scrollable .modal .modal-body form {
    margin: 10px 0;
  }
  .modal-scrollable .modal .modal-body form .form-group {
    margin: 15px 0;
  }
  .modal-scrollable .modal .modal-body form label {
    font-size: 15px;
    font-weight: bold;
  }
  .modal-scrollable .modal .modal-body form input {
    border: solid 1px #ddd;
    font-size: 16px;
    width: 100%;
    padding: 10px;
    margin-top: 5px;
  }
  .modal-scrollable .modal .modal-body form a {
    background: #386F81;
    color: #fff;
    padding: 15px;
    width: 100%;
    display: block;
    text-align: center;
  }
  .modal-scrollable .modal .modal-body form a.disabled {
    background: #aaa;
    cursor: default;
  }
}

/* ecforce側からAJAXで返されるモーダルのデザイン用CSS(PC) */
@media screen and (min-width: 480px) {
  .modal-scrollable {
    position: fixed;
    top: 0;
  }
  .modal-scrollable .modal {
    padding: 60px 25%;
  }
  .modal-scrollable .modal .modal-header {
    text-align: right;
  }
  .modal-scrollable .modal .modal-header .close {
    font-size: 30px;
  }
  .modal-scrollable .modal .modal-title {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
  }
  .modal-scrollable .modal .modal-body {
    margin: 30px 0;
  }
  .modal-scrollable .modal .modal-body p {
    margin: 5px 0;
  }
  .modal-scrollable .modal .modal-body form {
    margin: 10px 0;
  }
  .modal-scrollable .modal .modal-body form .form-group {
    margin: 20px 0;
  }
  .modal-scrollable .modal .modal-body form label {
    font-weight: bold;
  }
  .modal-scrollable .modal .modal-body form input {
    border: solid 1px #ddd;
    font-size: 16px;
    width: 100%;
    padding: 10px;
    margin-top: 5px;
  }
  .modal-scrollable .modal .modal-body form a {
    margin-top: 50px;
    background: #386F81;
    color: #fff;
    padding: 15px;
    width: 100%;
  }
  .modal-scrollable .modal .modal-body form a.disabled {
    background: #aaa;
    cursor: default;
  }
}

/* SKU画像項目用(smartphone) */
@media screen and (max-width: 480px) {
  .c-product_img {
    display: block;
  }
  #sub-images-view {
    max-width: 100%;
    display: block;
  }
  .img-wrap {
    width: 100%;
    max-height: 100%;
    align-items: center;
    padding: 0;
    list-style: none;
    display: flex;
  }
  .img-box {
    margin: 2px;
  }
  .img-thumbnail {
    width: 100% !important;
    pointer-events: auto;
  }
  .img-box:hover {
    opacity: 0.8;
  }
  .product-thumbnail {
    max-height: 125px;
    max-width: 125px;
  }
  #main-img {
    height: auto;
    object-fit: contain;
  }
}

/* SKU画像項目用(PC) */
@media screen and (min-width: 480px) {
  .c-product_img {
    display: flex;
    justify-content: space-around;
  }
  #sub-images-view {
    max-width: 15%;
    display: flex;
    flex-direction: column;
  }
  .img-wrap {
    width: 100%;
    max-height: 100%;
    align-items: center;
    padding: 0;
    list-style: none;
  }
  .img-wrap:nth-child(n+2) {
    display: none;
  }
  .img-box {
    width: 100% !important;
    margin: 2px;
  }
  .img-thumbnail {
    width: 100% !important;
    pointer-events: auto;
  }
  .img-box:hover {
    opacity: 0.8;
  }
  .product-thumbnail {
    max-height: 125px;
    max-width: 125px;
  }
  #main-img {
    width: 70%;
    height: auto;
    object-fit: contain;
  }
}

.recommend_product_padding {
  padding-top: 80px;
  padding-bottom: 100px;
}

<!---->


.Product_Rreason {
  background: #f6f4ee;
  padding: 100px 0;
}
@media screen and (max-width: 719px) {
  .Product_Rreason {
    padding: 10.6666666667vw 2vw;
  }
}
.Product_Rreason_Inner {
  max-width: 1110px;
  margin: auto;
}
.Product_Rreason_Title {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Title {
    gap: 0.6666666667vw;
  }
}
.Product_Rreason_Title p {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: normal;
  font-size: 26px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Title p {
    font-size: 4.8vw;
  }
}
.Product_Rreason_Title img {
  max-width: 40px;
  width: 100%;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Title img {
    max-width: 6.9333333333vw;
  }
}
.Product_Rreason_Head {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  margin: 50px auto;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Head {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0.6666666667vw;
    margin: 5.3333333333vw auto 8vw;
  }
}
.Product_Rreason_Head_item button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 24px;
  text-align: center;
  color: #222;
  padding: 11px;
  border: 4px solid #fff;
  transition: 0.3s;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Head_item button {
    font-size: 3.2vw;
    line-height: 4.2666666667vw;
    border-width: 0.6666666667vw;
    height: 12vw;
  }
}
.Product_Rreason_Head_item button:hover {
  background: #bfb08b;
  color: #fff;
}
.Product_Rreason_Head_item button.active {
  background: #bfb08b;
  color: #fff;
}
.Product_Rreason_Main {
  max-width: 990px;
  margin: auto;
}
.Product_Rreason_Main .tabcontent {
  display: none;
}
.Product_Rreason_Main_Box {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  padding-bottom: 60px;
  margin-top: 60px;
  border-bottom: 1px solid #dad1bc;
}
.Product_Rreason_Main_Box:last-child {
  border: none;
  padding-bottom: 0;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main_Box {
    flex-direction: column;
    padding: 0 3.3333333333vw;
    margin-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
    gap: 5.3333333333vw;
  }
}
.Product_Rreason_Main_Box.readybox {
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main_Box.readybox {
    height: 66.6666666667vw;
  }
}
.Product_Rreason_Main_Box .readytxt {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 33px;
  text-align: center;
  color: #555;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main_Box .readytxt {
    font-size: 4vw;
    line-height: 7.2vw;
  }
}
.Product_Rreason_Main_img {
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main_img {
    max-width: 100%;
  }
}
.Product_Rreason_Main_img p.bottomtxt {
  margin-top: 15px;
  padding: 5px;
  border-radius: 20px;
  background: #c3524f;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main_img p.bottomtxt {
    margin-top: 2.6666666667vw;
    font-size: 3.4666666667vw;
    line-height: 5.6vw;
    border-radius: 6.6666666667vw;
  }
}
.Product_Rreason_Main_img .expiration_grid {
  background-color: #fff;
  padding: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px 20px;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main_img .expiration_grid {
    padding: 4vw;
    grid-gap: 2.6666666667vw 4vw;
  }
}
.Product_Rreason_Main_img .expiration_grid_item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main_img .expiration_grid_item {
    gap: 1.3333333333vw;
  }
}
.Product_Rreason_Main_img .expiration_grid_item .number {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: #af8f3a;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main_img .expiration_grid_item .number {
    width: 6.666666666vw;
    height: 6.666666666vw;
    font-size: 4vw;
  }
}
.Product_Rreason_Main_img .expiration_grid_item .txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main_img .expiration_grid_item .txt {
    font-size: 3.2vw;
  }
}
.Product_Rreason_Main_content {
  max-width: 440px;
  width: 100%;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main_content {
    max-width: 100%;
  }
}
.Product_Rreason_Main_content .boxtitle {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  text-align: left;
  color: #222;
  padding-bottom: 15px;
  border-bottom: 1px solid #dedede;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main_content .boxtitle {
    font-size: 4.5333333333vw;
    line-height: 7.2vw;
    padding-bottom: 2vw;
  }
}
.Product_Rreason_Main_content .boxtxt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 27px;
  text-align: left;
  color: #222;
  margin-top: 30px;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main_content .boxtxt {
    font-size: 3.4666666667vw;
    line-height: 6.2666666667vw;
    margin-top: 4vw;
  }
}
.Product_Rreason_Main_content .boxtxt .col-red {
  color: #B42723;
}
.Product_Rreason_Main_content .smalltxt {
  margin-top: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  color: #707070;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main_content .smalltxt {
    font-size: 3.2vw;
    line-height: 4.5333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.Product_Rreason_Main_content .img {
  margin-top: 30px;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main_content .img {
    margin-top: 4vw;
  }
}
.Product_Rreason_Main_content .discount_txt {
  margin-top: 25px;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main_content .discount_txt {
    margin-top: 5.3333333333vw;
  }
}
.Product_Rreason_Main_content .discount_txt .item {
  font-weight: 500;
  font-size: 24px;
  line-height: 2.2;
  letter-spacing: 0.02em;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main_content .discount_txt .item {
    font-size: 5.0666666667vw;
  }
}
.Product_Rreason_Main_content .discount_txt .item .col-red {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: bold;
  color: #B42723;
  font-size: 34px;
  display: inline-block;
  position: relative;
  line-height: 1.2;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main_content .discount_txt .item .col-red {
    font-size: 6.6666666667vw;
  }
}
.Product_Rreason_Main_content .discount_txt .item .col-red::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #B42723;
}
.Product_Rreason_Main_content .discount_txt .item .txt {
  font-size: 20px;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main_content .discount_txt .item .txt {
    font-size: 4vw;
  }
}
.Product_Rreason_Main_content .storagemethod_box {
  margin-top: 40px;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main_content .storagemethod_box {
    margin-top: 5.3333333333vw;
  }
}
.Product_Rreason_Main_content .storagemethod_box_head {
  background: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #222;
  padding: 5px;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main_content .storagemethod_box_head {
    font-size: 3.7333333333vw;
    padding: 1.3333333333vw;
  }
}
.Product_Rreason_Main_content .storagemethod_box_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main_content .storagemethod_box_grid {
    margin-top: 2.6666666667vw;
    grid-gap: 1.3333333333vw;
  }
}
.Product_Rreason_Main_content .storagemethod_box_grid .item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 60px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  border: 1px solid #af8f3a;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main_content .storagemethod_box_grid .item {
    min-height: 12vw;
    font-size: 3.0666666664vw;
  }
}
.Product_Rreason_Main_content .storagemethod_box_grid .item_head {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #af8f3a;
  color: #fff;
}
.Product_Rreason_Main_content .storagemethod_box_grid .item_txt {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222;
}
.Product_Rreason_Main .boxgrid {
  margin-top: 20px;
  padding: 35px 15px;
  background-color: #fff;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main .boxgrid {
    margin: auto 3.3333333333vw;
    grid-template-columns: 1fr 1fr;
    margin-top: 5.3333333333vw;
    padding: 6vw 2.6666666667vw;
    grid-gap: 1.3333333333vw;
  }
}
.Product_Rreason_Main .boxgrid_item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main .boxgrid_item {
    font-size: 3.4666666667vw;
    line-height: 4.5333333333vw;
  }
}
.Product_Rreason_Main .boxgrid_item_img {
  position: relative;
}
.Product_Rreason_Main .boxgrid_item_img .zoom {
  position: absolute;
  bottom: 20px;
  right: 5px;
  width: 20px;
  height: auto;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main .boxgrid_item_img .zoom {
    bottom: 3.3333333333vw;
    right: 1.3333333333vw;
    width: 4.6666666667vw;
  }
}
.Product_Rreason_Main .boxgrid_item_img .modalimg {
  display: none;
}
.Product_Rreason_Main .boxgrid_item_txt {
  display: none;
}
.Product_Rreason_Main .giftmodal {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}
.Product_Rreason_Main .giftmodal_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 80vh;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main .giftmodal_box {
    width: 100vw;
    height: auto;
  }
}
.Product_Rreason_Main .giftmodal_box_close {
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: #e5e5e5;
  border-radius: 50%;
  top: 20px;
  right: 20px;
  position: absolute;
  font-size: 38px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  /* line-height: 0.6; */
  color: #707070;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main .giftmodal_box_close {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    top: 2.6666666667vw;
    right: 2.6666666667vw;
    font-size: 5.3333333333vw;
  }
}
.Product_Rreason_Main .giftmodal_box_close span {
  margin-top: -5px;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main .giftmodal_box_close span {
    margin-top: -0.6666666667vw;
  }
}
.Product_Rreason_Main .giftmodal_box_content {
  max-width: 215px;
  width: 100%;
  position: absolute;
  top: 60px;
  left: 60px;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main .giftmodal_box_content {
    max-width: 26.6666666667vw;
    left: 8vw;
    top: 8vw;
  }
}
.Product_Rreason_Main .giftmodal_box_title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 26px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #222;
  padding-bottom: 15px;
  border-bottom: 2px solid #ededed;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main .giftmodal_box_title {
    font-size: 3.4666666667vw;
    padding-bottom: 2vw;
  }
}
.Product_Rreason_Main .giftmodal_box_txt {
  margin-top: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 30px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main .giftmodal_box_txt {
    font-size: 2.6666666667vw;
    margin-top: 2vw;
    line-height: 4vw;
  }
}
.Product_Rreason_Main .giftmodal_box_img img {
  width: 100%;
  height: 80vh;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main .giftmodal_box_img img {
    height: auto;
  }
}
.Product_Rreason_Main .unzipbox01 {
  margin-top: 40px;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main .unzipbox01 {
    margin-top: 8vw;
  }
}
.Product_Rreason_Main .unzipbox01_item {
  display: flex;
  align-items: center;
  border: 1px solid #af8f3a;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main .unzipbox01_item {
    margin-bottom: 2vw;
  }
}
.Product_Rreason_Main .unzipbox01_item .recommend {
  position: absolute;
  top: -12px;
  left: 20px;
  padding: 5px 10px;
  border-radius: 5px;
  background: #b42723;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main .unzipbox01_item .recommend {
    padding: 1.3333333333vw 2.6666666667vw;
    font-size: 3.4666666667vw;
    top: -2.6666666667vw;
    left: 2.6666666667vw;
  }
}
.Product_Rreason_Main .unzipbox01_item_head {
  max-width: 140px;
  min-width: 140px;
  min-height: 70px;
  background: #af8f3a;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 10px;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  text-align: left;
  color: #fff;
  display: flex;
  align-items: center;
}
.Product_Rreason_Main .unzipbox01_item_head.col-blue {
  background: #125ba3;
}
.Product_Rreason_Main .unzipbox01_item_head .txt02 {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main .unzipbox01_item_head {
    min-height: 16vw;
    max-width: 30vw;
    min-width: 30vw;
    padding: 1.3333333333vw 2.6666666667vw;
    font-size: 3.4666666667vw;
    line-height: 5.2vw;
  }
}
.Product_Rreason_Main .unzipbox01_item_content {
  width: 100%;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main .unzipbox01_item_content {
    padding: 1.3333333333vw 2vw;
    gap: 1.3333333333vw;
  }
}
.Product_Rreason_Main .unzipbox01_item_content p.txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main .unzipbox01_item_content p.txt {
    font-size: 3.4666666667vw;
    line-height: 5.2vw;
  }
}
.Product_Rreason_Main .unzipbox01_item_content p.txt .bg-yellow {
  background: linear-gradient(transparent 50%, rgba(255, 255, 0, 0.5019607843) 50%);
}
.Product_Rreason_Main .unzipbox01_item_content img {
  height: 50px;
  width: auto;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main .unzipbox01_item_content img {
    height: 10.6666666667vw;
  }
}
.Product_Rreason_Main .unzipbox02 {
  margin-top: 40px;
  background: #fff;
  padding: 20px;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main .unzipbox02 {
    margin-top: 8vw;
    padding: 3.3333333333vw;
  }
}
.Product_Rreason_Main .unzipbox02 .toptxt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 27px;
  text-align: center;
  color: #222;
  margin-bottom: 10px;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main .unzipbox02 .toptxt {
    font-size: 3.4666666667vw;
    line-height: 5.6vw;
  }
}
.Product_Rreason_Main .unzipbox02_item {
  display: flex;
  align-items: center;
  border: 1px solid #125ba3;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main .unzipbox02_item {
    margin-bottom: 2vw;
  }
}
.Product_Rreason_Main .unzipbox02_item:last-child {
  margin-bottom: 0;
}
.Product_Rreason_Main .unzipbox02_item_head {
  max-width: 180px;
  min-width: 180px;
  min-height: 70px;
  background: #125ba3;
  padding: 10px;
  display: flex;
  align-items: center;
}
.Product_Rreason_Main .unzipbox02_item_head p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main .unzipbox02_item_head p {
    font-size: 3.4666666667vw;
    line-height: 5.2vw;
  }
}
.Product_Rreason_Main .unzipbox02_item_head p .txt02 {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main .unzipbox02_item_head p .txt02 {
    font-size: 2.9333333333vw;
    line-height: 3.4666666667vw;
  }
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main .unzipbox02_item_head {
    min-height: 16vw;
    max-width: 38vw;
    min-width: 38vw;
    padding: 1.3333333333vw 2.6666666667vw;
    font-size: 3.4666666667vw;
    line-height: 5.2vw;
  }
}
.Product_Rreason_Main .unzipbox02_item_head.col-blue {
  background: #125ba3;
}
.Product_Rreason_Main .unzipbox02_item_content {
  width: 100%;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main .unzipbox02_item_content {
    padding: 1.3333333333vw 2vw;
    gap: 1.3333333333vw;
  }
}
.Product_Rreason_Main .unzipbox02_item_content p.txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main .unzipbox02_item_content p.txt {
    font-size: 3.4666666667vw;
    line-height: 5.2vw;
  }
}
.Product_Rreason_Main .unzipbox02_item_content p.txt .bg-yellow {
  background: linear-gradient(transparent 50%, rgba(255, 255, 0, 0.5019607843) 50%);
}
.Product_Rreason_Main .unzipbox02_item_content img {
  height: 50px;
  width: auto;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main .unzipbox02_item_content img {
    height: 10.6666666667vw;
  }
}
.Product_Rreason_Main .unzipbox03 {
  margin-top: 40px;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main .unzipbox03 {
    margin-top: 8vw;
  }
}
.Product_Rreason_Main .unzipbox03_item {
  border: 1px solid #d27646;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 20px;
  background-color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main .unzipbox03_item {
    padding: 3.3333333333vw;
    gap: 0;
    margin-bottom: 6vw;
  }
}
.Product_Rreason_Main .unzipbox03_item:last-child {
  margin-bottom: 15px;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main .unzipbox03_item:last-child {
    margin-bottom: 2.6666666667vw;
  }
}
.Product_Rreason_Main .unzipbox03_item .number {
  z-index: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: 32px;
  height: 32px;
  background: #d27646;
  font-weight: 500;
  font-size: 18px;
  text-align: left;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main .unzipbox03_item .number {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    font-size: 4.1333333333vw;
    top: -3.3333333333vw;
    left: 2.6666666667vw;
  }
}
.Product_Rreason_Main .unzipbox03_item_title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 27px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main .unzipbox03_item_title {
    font-size: 3.4666666667vw;
    line-height: 5.6vw;
  }
}
.Product_Rreason_Main .unzipbox03_item_title .bg-yellow {
  background: linear-gradient(transparent 50%, rgba(255, 255, 0, 0.5019607843) 50%);
}
.Product_Rreason_Main .unzipbox03_item_txt {
  margin-top: 5px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  color: #707070;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main .unzipbox03_item_txt {
    font-size: 3.2vw;
    line-height: 4.5333333333vw;
    margin-top: 2vw;
  }
}
.Product_Rreason_Main .unzipbox03_item_img {
  max-width: 125px;
  width: 100%;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main .unzipbox03_item_img {
    max-width: 24vw;
  }
}
.Product_Rreason_Main .unzipbox04 {
  margin-top: 40px;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main .unzipbox04 {
    margin-top: 8vw;
  }
}
.Product_Rreason_Main .unzipbox04_item {
  background: #fff;
  border: 1px solid #d27646;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main .unzipbox04_item {
    padding: 3.3333333333vw;
    gap: 0;
  }
}
.Product_Rreason_Main .unzipbox04_item_content {
  max-width: 200px;
  width: 100%;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main .unzipbox04_item_content {
    max-width: 46.6666666667vw;
  }
}
.Product_Rreason_Main .unzipbox04_item_img {
  max-width: 155px;
  width: 100%;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main .unzipbox04_item_img {
    max-width: 30vw;
  }
}
.Product_Rreason_Main .unzipbox04_item_title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 27px;
  text-align: left;
  color: #222;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main .unzipbox04_item_title {
    font-size: 3.4666666667vw;
    line-height: 5.6vw;
  }
}
.Product_Rreason_Main .unzipbox04_item_title .bg-yellow {
  background: linear-gradient(transparent 50%, rgba(255, 255, 0, 0.5019607843) 50%);
}
.Product_Rreason_Main .unzipbox04_item_txt {
  margin-top: 5px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  color: #707070;
  text-indent: -1em;
  padding-left: 1em;
  white-space: nowrap;
  word-wrap: break-word;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main .unzipbox04_item_txt {
    font-size: 3.2vw;
    line-height: 4.5333333333vw;
    margin-top: 2vw;
  }
}
.Product_Rreason_Main .unzipbox04_item_txt .bg-yellow {
  background: linear-gradient(transparent 50%, rgba(255, 255, 0, 0.5019607843) 50%);
}
.Product_Rreason_Sizebottombox {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Sizebottombox {
    margin-top: 5.3333333333vw;
    gap: 4vw;
    flex-direction: column;
    align-items: center;
    padding: 0 3.3333333333vw;
  }
}
.Product_Rreason_Sizebottombox_tablebox {
  width: 100%;
  max-width: 440px;
  width: 100%;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Sizebottombox_tablebox {
    max-width: 100%;
  }
}
.Product_Rreason_Sizebottombox_tablebox table,
.Product_Rreason_Sizebottombox_tablebox th,
.Product_Rreason_Sizebottombox_tablebox td {
  border: 2px solid #f6f4ee;
  border-collapse: collapse;
}
.Product_Rreason_Sizebottombox_tablebox .tablehead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  color: #222;
  margin-bottom: 10px;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Sizebottombox_tablebox .tablehead {
    font-size: 4vw;
    margin-top: 1.3333333333vw;
  }
}
.Product_Rreason_Sizebottombox_tablebox .sizetable th {
  background: #af8f3a;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  color: #fff;
  padding: 5px;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Sizebottombox_tablebox .sizetable th {
    font-size: 3.4666666667vw;
    line-height: 4.8vw;
    padding: 1.3333333333vw;
  }
}
.Product_Rreason_Sizebottombox_tablebox .sizetable td {
  font-family: "Zen Kaku Gothic New";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 19px;
  text-align: center;
  color: #222;
  padding: 8px;
  background-color: #fff;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Sizebottombox_tablebox .sizetable td {
    font-size: 3.4666666667vw;
    line-height: 4.8vw;
    padding: 1.3333333333vw;
  }
}
.Product_Rreason_Sizebottombox_tablebox .sizetable td.bg_pink {
  background: #f6e4e4;
}
.Product_Rreason_Sizebottombox_img {
  max-width: 500px;
  width: 100%;
  margin-top: 25px;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Sizebottombox_img {
    margin-top: 0;
    max-width: 100%;
  }
}
.Product_Rreason_Sizebottombox_grid {
  background-color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
  padding: 30px;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Sizebottombox_grid {
    grid-template-columns: 1fr;
    padding: 5.3333333333vw 4vw;
    grid-gap: 4vw;
    width: 100%;
  }
}
.Product_Rreason_Sizebottombox_grid .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Sizebottombox_grid .item {
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 1.3333333333vw;
  }
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Sizebottombox_grid .item_img {
    max-width: 38.6666666667vw;
    width: 100%;
  }
}
.Product_Rreason_Sizebottombox_grid .item_content {
  max-width: 200px;
  width: 100%;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Sizebottombox_grid .item_content {
    max-width: 40vw;
  }
}
.Product_Rreason_Sizebottombox_grid .item_head {
  padding: 5px;
  background: #dedede;
  border-radius: 5px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Sizebottombox_grid .item_head {
    font-size: 3.7333333333vw;
    padding: 1.0666666667vw;
  }
}
.Product_Rreason_Sizebottombox_grid .item_head.bg-brown {
  background: #af8f3a;
}
.Product_Rreason_Sizebottombox_grid .item_weight {
  padding: 5px 0 10px;
  border-bottom: 1px solid #bfb08b;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Sizebottombox_grid .item_weight {
    font-size: 3.2vw;
    padding: 0.6666666667vw 0 1.3333333333vw;
  }
}
.Product_Rreason_Sizebottombox_grid .item_weight .weight {
  font-size: 22px;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Sizebottombox_grid .item_weight .weight {
    font-size: 4.5333333333vw;
  }
}
.Product_Rreason_Sizebottombox_grid .item_txt {
  margin-top: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Sizebottombox_grid .item_txt {
    margin-top: 1.3333333333vw;
    font-size: 3.4666666667vw;
    line-height: 4.8vw;
  }
}
.Product_Rreason_Sizebottombox .flexbox {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  padding: 35px 45px;
  background-color: #fff;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Sizebottombox .flexbox {
    padding: 5.3333333333vw 4vw;
    gap: 2.6666666667vw;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
.Product_Rreason_Sizebottombox .flexbox_left {
  max-width: 365px;
  width: 100%;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Sizebottombox .flexbox_left {
    max-width: 100%;
  }
}
.Product_Rreason_Sizebottombox .flexbox_left img {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Sizebottombox .flexbox_left img {
    max-width: 80%;
    margin: auto;
  }
}
.Product_Rreason_Sizebottombox .flexbox_left_txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Sizebottombox .flexbox_left_txt {
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
    margin-top: 1.3333333333vw;
  }
}
.Product_Rreason_Sizebottombox .flexbox_right {
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Sizebottombox .flexbox_right {
    max-width: 100%;
  }
}
.Product_Rreason_Sizebottombox .flexbox_right_txt {
  margin-top: 10px;
  padding: 8px;
  border-radius: 5px;
  background: #af8f3a;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Sizebottombox .flexbox_right_txt {
    font-size: 3.2vw;
    padding: 1.3333333333vw;
    margin-top: 1.3333333333vw;
  }
}
.Product_Rreason .smalltxt {
  margin-top: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  color: #707070;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 719px) {
  .Product_Rreason .smalltxt {
    font-size: 3.2vw;
    line-height: 4.5333333333vw;
    margin-top: 2.6666666667vw;
  }
}

.Product_Rreason_Main .boxgrid {
  padding: 30px 35px;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 27px;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main .boxgrid {
    grid-template-columns: repeat(6, 1fr);
    padding: calc(100vw / 750 * 26) calc(100vw / 750 * 28);
    gap: calc(100vw / 750 * 20) calc(100vw / 750 * 30);
  }
}
.Product_Rreason_Main .boxgrid_item .boxgrid_item_title {
  display: none;
}
.Product_Rreason_Main .boxgrid_item_img .zoom {
  position: relative;
  bottom: unset;
  right: unset;
  width: 20px;
  margin: 10px auto 0;
}
.Product_Rreason_Main .giftmodal_box_title {
  line-height: 39px;
}
@media screen and (max-width: 719px) {
  .Product_Rreason_Main .boxgrid_item_img .zoom {
    margin: alc(100vw / 750 * 10) auto 0;
    width: calc(100vw / 750 * 37);
  }
  .Product_Rreason_Main .giftmodal_box_content {
    max-width: calc(100vw / 750 * 240);
    left: calc(100vw / 750 * 40);
  }
  .Product_Rreason_Main .giftmodal_box_title {
    line-height: calc(100vw / 750 * 44);
  }
}

<!---->