@charset "utf-8";
.l-container {
  padding-top: 10%;
}

/******************** 製品一覧********************/

.products_index_wrap {
  position: relative;
  width: 100%;
  margin: 80px auto 15.5%;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
}

/* 右だけ見せたいので左側をマスク */
.products_index_wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 9.5%; /* ←隠したい幅 */
  height: 100%;
  background: #fff; /* ページの背景色に合わせる */
  z-index: 14; /* 矢印より下なら14とかにする */
  pointer-events: none; /* クリックは通す */
}
.products_index_wrap::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 9.5%; /* ←隠したい幅 */
  height: 100%;
  background: #fff; /* ページの背景色に合わせる */
  z-index: 14; /* 矢印より下なら14とかにする */
  pointer-events: none; /* クリックは通す */
  opacity: 0.6;
}

/* カード共通 */
.products_index_slider li {
  padding: 0 0.2%; /* カード間の余白 */
  list-style: none;
}
.products_index_slider .card {
  position: relative;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  min-height: 180px;
}
.products_index_slider .card img {
  width: 100%;
  display: block;
  height: auto;
  object-fit: cover;
}
@media screen and (min-width: 751px) {
  .slick-list {
    overflow: visible;
  }
}
/* 矢印（丸いボタン） */
.products_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 1 / 1;
  width: 3.7%;
  height: auto;
  border-radius: 50%;
  border: none;
  background: #fff;
  cursor: pointer;
  z-index: 15;
}
.products_prev {
  left: 8.3%;
}
.products_next {
  right: 8.3%;
}
.products_arrow img {
  width: 100%;
}
.products_arrow img:hover {
  opacity: 0.5;
}

/*プロダクト001*/
#product001 .product001_mv {
  position: relative;
  width: 100%;
  max-height: 500px;
}
#product001 .product001_mv .product001_bg {
  position: relative;
  object-fit: cover;
}
#product001 .product001_txt_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 5%;
  max-width: calc(1200px + 10%);
  width: 100%;
}
#product001 .product001_txt {
  width: 50%;
}
#product001 .product001_content {
  max-width: calc(1545px + 10%);
  width: 100%;
  margin: 70px auto 90px;
  padding: 0 5%;
  justify-content: space-between;
  display: flex;
  color: #051d47;
}
.product001_content_right {
  width: 47%;
}
.product001_content_left {
  width: 47%;
}
.product001_content_right ul {
  justify-content: space-between;
  display: flex;
}
.product001_content_right ul li {
  width: 48%;
}

.product001_content_left ul {
  justify-content: space-between;
  display: flex;
}
.product001_content_left ul li {
  width: 48%;
}
.product001_content .product_name {
  font-size: 19px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif !important;
  line-height: 1.8em;
  margin-bottom: 9%;
}
.product001_content .product_name .large {
  font-size: 23px;
}
.product001_content .product_name .small {
  font-size: 17px;
}
.product001_content .product001_photo01 {
  margin-left: 2%;
  width: 90%;
}
.product001_content .product001_photo02 {
  margin-left: 2%;
  width: 94%;
}
.product001_content .price {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 28.79px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.3em;
  margin-bottom: 10px;
}
.product001_content .price span {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 14.39px;
  font-weight: 400;
}
.product001_content a.btn_tanpin {
  display: block;
  width: 100%;
  height: 53px;
  border: 2px solid #051d47;
  border-radius: 30px;
  text-align: center;
  line-height: 48px;
  font-size: 17px;
  letter-spacing: 0.12em;
  margin-bottom: 27px;
}
.product001_content .tab_wrap {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-top: 2px;
  margin-bottom: 12px;
}
.product001_content .tab_wrap .tag01 {
  font-weight: 500;
  font-size: 11.51px;
  color: #fff;
  line-height: 1em;
  background-color: #eb6100;
  height: 21px;
  line-height: 21px;
  padding: 0 15px;
}
.product001_content .tab_wrap .tag02 {
  font-weight: 500;
  font-size: 11.51px;
  color: #eb6100;
  line-height: 1em;
  border: 1px solid #eb6100;
  height: 21px;
  line-height: 18px;
  padding: 0 15px;
  margin-left: 12px;
}
.product001_content a.btn_teiki {
  display: block;
  width: 100%;
  height: 53px;
  background-color: #eb6100;
  border: 2px solid #eb6100;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  line-height: 48px;
  font-size: 17px;
  letter-spacing: 0.12em;
  margin-bottom: 27px;
}

/*プロダクト002*/

#product002 .product002_mv {
  position: relative;
  width: 100%;
  max-height: 500px;
}
#product002 .product002_mv .product002_bg {
  position: relative;
  object-fit: cover;
}
#product002 .product002_txt_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 5%;
  max-width: calc(1200px + 10%);
  width: 100%;
}
#product002 .product002_txt {
  width: 50%;
  margin-left: 0;
}

#product002 .product002_content {
  max-width: calc(1545px + 10%);
  width: 100%;
  margin: 65px auto 70px;
  padding: 0 5%;
  justify-content: space-between;
  display: flex;
  color: #752470;
}
.product002_content_right {
  width: 47%;
}
.product002_content_left {
  width: 47%;
}
.product002_content ul {
  justify-content: space-between;
  display: flex;
}
.product002_content ul li:first-child {
  width: 48%;
}
.product002_content ul li:last-child {
  width: 48%;
  margin-top: 0;
}
.product002_content .product_name {
  font-size: 19px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif !important;
  line-height: 1.8em;
  margin-bottom: 9%;
}
.product002_content .product_name .large {
  font-size: 23px;
}
.product002_content .product_name .small {
  font-size: 17px;
}
.product002_content .product002_photo01 {
  position: relative;
  left: -20%;
  margin: 0;
  width: 120%;
}
.product002_content .product002_photo02 {
  position: relative;
  left: -12%;
  margin: 0;
  width: 120%;
}
.product002_content .product002 {
  margin-left: 2%;
  width: 90%;
}
.product002_content .price {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 28.79px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.3em;
  margin-bottom: 10px;
}
.product002_content .price span {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 14.39px;
  font-weight: 400;
}
.product002_content a.btn_tanpin {
  display: block;
  width: 100%;
  height: 53px;
  border: 2px solid #051d47;
  border-radius: 30px;
  text-align: center;
  line-height: 48px;
  font-size: 17px;
  letter-spacing: 0.12em;
  margin-bottom: 27px;
}
.product002_content .tab_wrap {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 17px;
}
.product002_content .tab_wrap .tag01 {
  font-weight: 500;
  font-size: 11.51px;
  color: #fff;
  line-height: 1em;
  background-color: #d32890;
  height: 21px;
  line-height: 21px;
  padding: 0 15px;
}
.product002_content .tab_wrap .tag02 {
  font-weight: 500;
  font-size: 11.51px;
  color: #d32890;
  line-height: 1em;
  border: 1px solid #d32890;
  height: 21px;
  line-height: 18px;
  padding: 0 15px;
  margin-left: 12px;
}
.product002_content a.btn_teiki {
  display: block;
  width: 100%;
  height: 53px;
  background-color: #d32890;
  border: 2px solid #d32890;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  line-height: 48px;
  font-size: 17px;
  letter-spacing: 0.12em;
  margin-bottom: 27px;
}

/*プロダクト003*/
#product003 .product003_content {
  max-width: calc(898px + 10%);
  width: 100%;
  margin: 60px auto;
  padding: 0 5%;
  justify-content: space-between;
  display: flex;
  color: #051d47;
}
#product003 .product003_mv {
  position: relative;
  width: 100%;
  max-height: 500px;
}
#product003 .product003_mv .product003_bg {
  position: relative;
  object-fit: cover;
}
#product003 .product003_txt_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 5%;
  max-width: calc(1200px + 10%);
  width: 100%;
}
#product003 .product003_txt {
  width: 46%;
}
.product003_content ul {
  justify-content: space-between;
  display: flex;
  width: 950px;
}
.product003_content ul li:first-child {
  width: 48%;
  padding-left: 6%;
}
.product003_content ul li:last-child {
  width: 37%;
  margin-top: 4.7%;
}
.product003_content .product003 {
  margin-left: 2%;
  width: 90%;
}
.product003_content .set {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.4em !important;
  width: 90%;
  margin: 7% 1.9% 0 0;
  margin-bottom: 10px;
  color: #5e6065;
  white-space: nowrap;
}
.product003_content .price {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 28.79px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.3em;
  margin-bottom: 10px;
}
.product003_content .price span {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 14.39px;
  font-weight: 400;
}
.product003_content a.btn_tanpin {
  display: block;
  width: 100%;
  height: 53px;
  background: linear-gradient(90deg, #eee 0%, #dcdcdc 100%);
  border-radius: 30px;
  text-align: center;
  line-height: 48px;
  font-size: 17px;
  letter-spacing: 0.12em;
  margin-bottom: 27px;
  color: #765bff;
  font-weight: 600;
}
.product003_content .tab_wrap {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 17px;
}
.product003_content .tab_wrap .tag01 {
  font-weight: 500;
  font-size: 11.51px;
  color: #fff;
  line-height: 1em;
  background-color: #c0c0c0;
  height: 21px;
  line-height: 21px;
  padding: 0 15px;
}
.product003_content .tab_wrap .tag02 {
  font-weight: 500;
  font-size: 11.51px;
  color: #c0c0c0;
  line-height: 1em;
  border: 1px solid #c0c0c0;
  height: 21px;
  line-height: 18px;
  padding: 0 15px;
  margin-left: 12px;
}
.product003_content .YOSHIROTTEN_product_name {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 21.4px;
  font-weight: 500;
  line-height: 1.3em;
  margin-bottom: 5%;
}
.product003_content .YOSHIROTTEN_product_name span {
  font-size: 18.4px;
}

/*プロダクト004*/
#product004 .product004_content {
  max-width: calc(898px + 10%);
  width: 100%;
  margin: 60px auto 0;
  padding: 0 5%;
  justify-content: space-between;
  display: flex;
  color: #051d47;
}
#product004 .product004_mv {
  position: relative;
  width: 100%;
  max-height: 500px;
}
#product004 .product004_mv .product004_bg {
  position: relative;
  object-fit: cover;
}
#product004 .product004_txt_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 5%;
  max-width: calc(1200px + 10%);
  width: 100%;
}
#product004 .product004_txt {
  width: 44%;
}
.product004_content ul {
  justify-content: space-between;
  display: flex;
  width: 950px;
}
.product004_content ul li:first-child {
  width: 48%;
  padding-left: 6%;
}
.product004_content ul li:last-child {
  width: 37%;
  margin-top: 9%;
}
.product004_content .product004 {
  margin-left: 2%;
  width: 90%;
}
.product004_content .set {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.3em;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
  color: #5e6065;
  white-space: nowrap;
}
.product004_content .price {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 28.79px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.3em;
  margin-bottom: 10px;
}
.product004_content .price span {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 14.39px;
  font-weight: 400;
}
.product004_content a.btn_tanpin {
  display: block;
  width: 100%;
  height: 53px;
  background-color: #ff0000;
  border-radius: 30px;
  text-align: center;
  line-height: 48px;
  font-size: 17px;
  letter-spacing: 0.12em;
  margin-bottom: 27px;
  color: #fff;
  font-weight: 600;
}
.product004_content .tab_wrap {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 17px;
}
.product004_content .tab_wrap .tag01 {
  font-weight: 500;
  font-size: 11.51px;
  color: #fff;
  line-height: 1em;
  background-color: #ff0000;
  height: 21px;
  line-height: 21px;
  padding: 0 15px;
}
.product004_content .tab_wrap .tag02 {
  font-weight: 500;
  font-size: 11.51px;
  color: #ff0000;
  line-height: 1em;
  border: 1px solid #ff0000;
  height: 21px;
  line-height: 18px;
  padding: 0 15px;
  margin-left: 12px;
}
.product004_content .product004_product_name {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 19.19px;
  font-weight: 500;
  line-height: 1.3em;
  margin-bottom: 5%;
}
/*****************************************************/

@media print, screen and (max-width: 750px) {
  .l-container {
    padding-top: 17%;
  }

  /******************** 製品一覧********************/

  .products_index {
    width: 100%;
    margin: 12% 0 0;
    padding: 0;
    overflow: hidden;
    border: 1px dotted #ff0000;
  }
  .products_index_wrap {
    width: 86%;
    margin: 10% 7% 21%;
    padding: 0;
    overflow: hidden;
  }
  .products_index_wrap::before {
    display: none;
  }
  .products_index_wrap::after {
    display: none;
  }
  .products_index_wrap ul {
    margin-top: 11%;
  }

  /*プロダクト001*/
  #product001 .product001_mv {
    position: relative;
    width: 100%;
    max-height: none;
  }
  #product001 .product001_mv .product001_bg {
    position: relative;
    object-fit: cover;
  }
  #product001 .product001_txt_wrap {
    display: none;
  }
  #product001 .product001_content {
    max-width: none;
    width: 100%;
    margin: 5% auto 4%;
    padding: 0 5%;
    justify-content: space-between;
    display: block;
    color: #051d47;
  }
  .product001_content_right {
    width: 88%;
    margin: 14% 6% 0;
  }
  .product001_content_left {
    width: 88%;
    margin: 14% 6% 0;
  }
  .product001_content_right ul {
    justify-content: space-between;
    display: block;
  }
  .product001_content_right ul li {
    width: 100%;
  }

  .product001_content_left ul {
    justify-content: space-between;
    display: block;
  }
  .product001_content_left ul li {
    width: 100%;
  }
  .product001_content .product_name {
    font-size: 4vw;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif !important;
    line-height: 1.8em;
    margin-bottom: 9%;
  }
  .product001_content .product_name .large {
    font-size: 4.7vw;
  }
  .product001_content .product_name .small {
    font-size: 3.5vw;
  }
  .product001_content .product001_photo01 {
    margin: 0 10%;
    width: 80%;
  }
  .product001_content .product001_photo02 {
    margin: 0 10%;
    width: 80%;
  }
  .product001_content .price {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 6.8vw;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.3em;
    margin-bottom: 1.333vw;
  }
  .product001_content .price span {
    position: relative;
    top: -5px;
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif !important;
    font-size: 3.5vw;
    font-weight: 400;
  }
  .product001_content a.btn_tanpin {
    display: block;
    width: 100%;
    height: 11.5vw;
    border: 2px solid #051d47;
    border-radius: 7vw;
    text-align: center;
    line-height: 10.5vw;
    font-size: 4vw;
    letter-spacing: 0.12em;
    margin-bottom: 8vw;
  }
  .product001_content .tab_wrap {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 2.267vw;
  }
  .product001_content .tab_wrap .tag01 {
    font-weight: 500;
    font-size: 2.7vw;
    color: #fff;
    line-height: 1em;
    background-color: #eb6100;
    height: 5vw;
    line-height: 5vw;
    padding: 0 3vw;
  }
  .product001_content .tab_wrap .tag02 {
    font-weight: 500;
    font-size: 2.7vw;
    color: #eb6100;
    line-height: 1em;
    border: 1px solid #eb6100;
    height: 5vw;
    line-height: 5vw;
    padding: 0 3vw;
    margin-left: 1.6vw;
  }
  .product001_content a.btn_teiki {
    display: block;
    width: 100%;
    height: 11.5vw;
    background-color: #eb6100;
    border: 2px solid #eb6100;
    border-radius: 6vw;
    color: #fff;
    text-align: center;
    line-height: 10.5vw;
    font-size: 4vw;
    letter-spacing: 0.12em;
    margin-bottom: 16vw;
  }

  /*プロダクト002*/

  #product002 .product002_mv {
    position: relative;
    width: 100%;
    max-height: none;
  }
  #product002 .product002_mv .product002_bg {
    position: relative;
    object-fit: cover;
  }
  #product002 .product002_txt_wrap {
    display: none;
  }
  .product002_content ul {
    justify-content: space-between;
    display: block;
  }
  #product002 .product002_content {
    max-width: none;
    width: 88%;
    margin: 14% 6% 4%;
    padding: 0 5%;
    justify-content: space-between;
    display: block;
    color: #752470;
  }
  .product002_content_right {
    width: 100%;
  }
  .product002_content_left {
    width: 100%;
  }
  .product002_content ul li:first-child {
    width: 100%;
  }
  .product002_content .product002_photo01 {
    position: relative;
    left: -5%;
    margin: 0 0 -12%;
    width: 100%;
  }
  .product002_content .product002_photo02 {
    position: relative;
    left: -5%;
            margin: 0 0 -5.5%;
    width: 110%;
  }
  .product002_content ul li:last-child {
    width: 100%;
  }
  .product002_content .product_name {
    font-size: 4vw;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif !important;
    line-height: 1.8em;
    margin-bottom: 9%;
  }
  .product002_content .product_name .large {
    font-size: 4.7vw;
  }
  .product002_content .product_name .small {
    font-size: 3.5vw;
  }
  .product002_content .product002 {
    margin-left: 2%;
    width: 90%;
  }
  .product002_content .price {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 6.8vw;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.3em;
    margin-bottom: 1.333vw;
  }
  .product002_content .price span {
    position: relative;
    top: -0.7vw;
    font-family: "Noto Sans JP", sans-serif !important;
    font-size: 3.5vw;
    font-weight: 400;
  }
  .product002_content a.btn_tanpin {
    display: block;
    width: 100%;
    height: 11.5vw;
    border: 2px solid #051d47;
    border-radius: 6vw;
    text-align: center;
    line-height: 10.5vw;
    font-size: 4vw;
    letter-spacing: 0.12em;
    margin-bottom: 3vw;
  }
  .product002_content .tab_wrap {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 2.267vw;
margin-top:-10%;
  }
  .product002_content .tab_wrap .tag01 {
    font-weight: 500;
    font-size: 2.7vw;
    color: #fff;
    line-height: 1em;
    background-color: #d32890;
    height: 5vw;
    line-height: 5vw;
    padding: 0 3vw;
  }
  .product002_content .tab_wrap .tag02 {
    font-weight: 500;
    font-size: 2.7vw;
    color: #d32890;
    line-height: 1em;
    border: 1px solid #d32890;
    height: 5vw;
    line-height: 5vw;
    padding: 0 3vw;
    margin-left: 2vw;
  }
  .product002_content a.btn_teiki {
    display: block;
    width: 100%;
    height: 11.5vw;
    background-color: #d32890;
    border: 2px solid #d32890;
    border-radius: 6vw;
    color: #fff;
    text-align: center;
    line-height: 10.5vw;
    font-size: 4vw;
    letter-spacing: 0.12em;
    margin-bottom: 16vw;
  }

  /*プロダクト003*/
  #product003 .product003_content {
    max-width: none;
    width: 92%;
    margin: 14% 4% 16%;
    padding: 0 5%;
    justify-content: space-between;
    display: block;
    color: #051d47;
  }
  #product003 .product003_mv {
    position: relative;
    width: 100%;
    max-height: none;
  }
  #product003 .product003_mv .product003_bg {
    position: relative;
    object-fit: cover;
  }
  #product003 .product003_txt_wrap {
    display: none;
  }
  .product003_content ul {
    justify-content: space-between;
    display: block;
    width: 100%;
  }
  .product003_content ul li:first-child {
    width: 100%;
    padding: 0;
  }
  .product003_content ul li:last-child {
    width: 100%;
    margin-top: 9%;
  }
  .product003_content .product003 {
    margin-left: 3%;
    width: 90%;
  }
  .product003_content .set {
    font-size: 2.4vw;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.4em;
    letter-spacing: -0.01em;
    margin-bottom: 1.333vw;
    color: #5e6065;
    white-space: nowrap;
  }
  .product003_content .price {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 6.8vw;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.3em;
    margin-bottom: 1.333vw;
  }
  .product003_content .price span {
    position: relative;
    top: -0.7vw;
    font-family: "Noto Sans JP", sans-serif !important;
    font-size: 3.5vw;
    font-weight: 400;
  }
  .product003_content a.btn_tanpin {
    display: block;
    width: 90%;
    height: 11.5vw;
    background: linear-gradient(90deg, #eee 0%, #dcdcdc 100%);
    border-radius: 6vw;
    text-align: center;
    line-height: 11vw;
    font-size: 4vw;
    letter-spacing: 0.12em;
    margin: 0 5% 3.6vw;
    color: #765bff;
    font-weight: 600;
  }
  .product003_content .tab_wrap {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 2.267vw;
  }
  .product003_content .tab_wrap .tag01 {
    font-weight: 500;
    font-size: 2.7vw;
    color: #fff;
    line-height: 1em;
    background-color: #c0c0c0;
    height: 5vw;
    line-height: 5vw;
    padding: 0 3vw;
  }
  .product003_content .tab_wrap .tag02 {
    font-weight: 500;
    font-size: 2.7vw;
    color: #c0c0c0;
    line-height: 1em;
    border: 1px solid #c0c0c0;
    height: 5vw;
    line-height: 5vw;
    padding: 0 3vw;
    margin-left: 1.6vw;
  }
  .product003_content .YOSHIROTTEN_product_name {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 37px;
    font-weight: 500;
    line-height: 1.3em;
    margin-bottom: 5%;
  }
  .product003_content .YOSHIROTTEN_product_name span {
    font-size: 31px;
  }
  /*プロダクト004*/
  #product004 .product004_content {
    max-width: none;
    width: 92%;
    margin: 14% 4% 0;
    padding: 0 5%;
    justify-content: space-between;
    display: block;
    color: #051d47;
  }
  #product004 .product004_mv {
    position: relative;
    width: 100%;
    max-height: none;
  }
  #product004 .product004_mv .product004_bg {
    position: relative;
    object-fit: cover;
  }
  #product004 .product004_txt_wrap {
    display: none;
  }
  .product004_content ul {
    justify-content: space-between;
    display: block;
    width: 100%;
  }
  .product004_content ul li:first-child {
    width: 100%;
    padding: 0;
  }
  .product004_content ul li:last-child {
    width: 100%;
    margin-top: 9%;
  }
  .product004_content .product004 {
    margin-left: 0;
    width: 90%;
  }
  .product004_content .set {
    font-size: 2.4vw;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.3em;
    letter-spacing: -0.01em;
    margin-bottom: 1.333vw;
    color: #5e6065;
    white-space: nowrap;
  }
  .product004_content .price {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 6.8vw;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.3em;
    margin-bottom: 1.333vw;
  }
  .product004_content .price span {
    position: relative;
    top: -0.7vw;
    font-family: "Noto Sans JP", sans-serif !important;
    font-size: 3.5vw;
    font-weight: 400;
  }
  .product004_content a.btn_tanpin {
    display: block;
    width: 90%;
    height: 11.5vw;
    background-color: #ff0000;
    border-radius: 6vw;
    text-align: center;
    line-height: 11vw;
    font-size: 4vw;
    letter-spacing: 0.12em;
    margin: 0 5% 3.6vw;
    color: #fff;
    font-weight: 600;
  }
  .product004_content .tab_wrap {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 2.267vw;
  }
  .product004_content .tab_wrap .tag01 {
    font-weight: 500;
    font-size: 2.7vw;
    color: #fff;
    line-height: 1em;
    background-color: #ff0000;
    height: 5vw;
    line-height: 5vw;
    padding: 0 3vw;
  }
  .product004_content .tab_wrap .tag02 {
    font-weight: 500;
    font-size: 2.7vw;
    color: #ff0000;
    line-height: 1em;
    border: 1px solid #ff0000;
    height: 5vw;
    line-height: 5vw;
    padding: 0 3vw;
    margin-left: 1.6vw;
  }
  .product004_content .product004_product_name {
    font-family: "Noto Sans JP", sans-serif !important;
    font-size: 35px;
    font-weight: 500;
    line-height: 1.3em;
    margin-bottom: 5%;
  }
}
