.rakutenPart {
  text-align: center;
}

@media (min-width:768px) {
  article.reviewBox {
    max-width: 600px;
    margin: auto;
  }

  .rakutenPart {
    text-align: right;
  }

  .product_link_area {
    margin-top: -85px !important;
  }
}

.product_description img {
  margin: 15px 0;
}

.product_description {
  max-width: 900px;
}

.product_description a {
  color: #0099FF !important;
  font-weight: 500;
}

.product_description a:hover {
  text-decoration: underline;
}

.product_description span {
  line-height: 1.4;
}

.login__text {
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  border: 1px solid #004370;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 10px;
  display: block;
  background: #004370;
  color: #fff !important;
}

@media (max-width:991px) {


  #basketBtn2 {
    margin-top: 0px;
  }
}

/* ************************************************
   *  product_detail_page
   * ************************************************ */

#zoomer {
  text-align: center;
}

/* お気に入り */
button.detail__favBtn {
  font-size: 16px;
  border-radius: 5px;
  color: #000 !important;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  padding: 0 15px;
  line-height: 56px;
  height: 56px;
  text-decoration: none;
  margin: -20px 0 30px;
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}

button.detail__favBtn.is-added {
  color: #000 !important;
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
}

button.detail__favBtn:after {
  content: "お気に入りに追加する";
}

button.detail__favBtn.is-added:after {
  content: "お気に入りを解除する";
}

form[name="product_form"] {
  margin-bottom: 60px;
}

@media screen and (max-width:767px) {
  form[name="product_form"] {
    margin-bottom: 40px;
  }

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

#productDetail {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

}

.product_images {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.product_detail_area {
  max-width: calc(50% - 40px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 40px);
  flex: 0 0 calc(50% - 40px);
}

@media screen and (max-width:991px) {
  #productDetail {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product_images {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 40px;
  }

  .product_detail_area {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

#itemName {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  #itemName {
    font-size: 16px;
  }
}

#option_area1 {
  margin-bottom: 15px;
}

#option_area1 h3,
#option_area2 h3 {
  margin-bottom: 5px;
  font-size: 18px;
}

#option_area2 {
  padding: 10px;
}

.op1 {
  margin-bottom: 10px;
}

.op2 {
  margin-bottom: 10px;
}

.op2_ttl {
  font-weight: bold;
  color: #666666;
  margin-bottom: 5px;
}

.stock_comment {
  font-size: 12px;
  color: #dd0000;
}

#option_table {
  line-height: 1;
}

#option_table table {
  border-top: 1px solid #999;
  border-right: 1px solid#999;
  width: 100%;
}

#option_table table th {
  text-align: left;
  background: #eeeeee;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  font-size: 14px;
  font-weight: normal;
  width: 30%;
  padding: 5px;
}

#option_table table td {
  text-align: right;
  color: #dd0000;
  background: #ffffff;
  border-bottom: 1px solid #999;
  font-size: 14px;
  font-weight: bold;
  width: 70%;
  padding: 5px;
  line-height: 1.2;
}

div#box_together .zoom__title {
  margin-bottom: 30px;
}

.price {
  font-weight: bold;
}


h2.product_name {
  margin-bottom: 0.8em;
  font-size: 18px;
}

h3.zoom__title {
  font-size: 14px;
  font-weight: bold;
  border-bottom: solid 1px #ddd;
}

.product_form {
  margin: 0 0 62px;
}

.product_detail_area {
  position: relative;
  width: 100%;
}

.product_images div img {
  border: 1px solid #ddd;
  margin: auto;
}

.product_images div p.detail {
  margin-top: 10px;
  line-height: 20px;
}

.add_cart {
  clear: right;
  float: right;
  overflow: hidden;
  width: 42%;
}

table.add_cart_table {
  margin-bottom: 10px;
  width: 100%;
  /* border-left: solid 1px #ccc; */
  table-layout: fixed;

}

table.add_cart_table th {
  overflow: hidden;
  padding: 5px 0;
  width: 28%;
  text-align: left;
  font-size: 12px;
  vertical-align: middle;
}

table.add_cart_table td {
  /*  overflow: hidden;*/
  padding: 5px 0;
  width: 55%;
  text-align: left;
  vertical-align: middle;
}

#productNumWrap {
  width: 30px;
}

/* オプション */
table.add_cart_table td input {
  padding: 5px 8px !important;
  border-radius: 5px;
  border: 1px solid #dfdfdf;
  font-size: 12px;
  line-height: 1 !important;
  height: auto !important;
  width: 30px;
}

.optionSelect {
  margin-bottom: 10px;
}

.optionSelect span {
  display: inline-block;
  margin-right: 5px;

}

.optionSelect select {
  padding: 5px 8px !important;
  border-radius: 5px;
  border: 1px solid #dfdfdf;
}

.productNum__changeWrap {}

.productNum__changeWrap {
  width: 15px;
  margin-left: 5px;
}

.productNum__changeWrap a {
  display: block;
  margin: 5px 0;
}

table#option_tbl {
  margin-bottom: 20px;
  width: calc(100% - 1px);
}

table#option_tbl th,
table#option_tbl td.none {
  background: whiteSmoke;
}

table#option_tbl th,
table#option_tbl td {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
}

table#option_tbl th {
  background: whiteSmoke;
}

table#option_tbl td div input {
  margin-bottom: 5px;
}

ul.option_price {
  margin: 0 0 20px 0;
}

ul.option_price li {
  list-style-type: none;
}

.option_box {
  clear: both;
  width: 100%;
  overflow: hidden;
  font-size: 12px;
}

@media (max-width: 767px) {
  .option_box {
    font-size: 10px;
  }
}

table td.pur_block {
  margin: 0 5px 0 0;
  width: auto;
  white-space: normal;
}

.button_area input {
  width: 100%;
}

.product_description {
  clear: both;
  word-wrap: break-word;
  font-size: 14px;
  line-height: 24px;
}

.product_description .desc_box {
  border: 1px solid #E80000;
}

.product_description .desc_box .index {
  background-color: #E80000;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: .8em;
  margin-bottom: 0;
  font-weight: 700;
}

.product_description .desc_box .cont {
  padding: 1.5em;
}

.product_description .desc_box .cont .text {
  font-size: 16px;
}

.product_description .desc_box .cont .text .color {
  color: #E80000;
  display: block;
  font-weight: 700;
  font-size: 1.1em;
}

.product_description .desc_box .cont .text .bold {
  font-size: 1.1em;
  font-weight: 700;
}

.product_images .slick-slide img {
  width: 500px;
  height: 550px;
  object-fit: contain;
}


@media screen and (max-width:767px) {
  .product_description {
    font-size: 12px;
    line-height: 20px;
  }

  .product_description .desc_box .index {
    font-size: 16px;
  }

  .product_description .desc_box .cont .text {
    font-size: 14px;
  }
}

.product_image_extra {
  margin-bottom: 20px;
  text-align: center;
}

.product_image_extra img.item {
  margin-bottom: 20px;
}

.product_link_area {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: #ccc solid 1px;
}

.socialIconWrap {
  display: flex;
  justify-content: space-between;
  max-width: 290px;
}

@media (max-width:768px) {
  .socialIconWrap {
    justify-content: space-between;
    max-width: 85%;
    margin: auto;
  }
}

.product_link_area div.twitter {
  /* float: left;*/
  margin-right: 10px;
  width: 100px !important;
}

.product_link_area div.pinterest {
  /* float: left;*/
  margin-right: 10px;
  width: 100px !important;
}

.product_link_area div.fb-like {
  /* float: left;*/
  width: 100px;
}

.product_link_area div.twitter {
  /*margin-right: 20px !important;*/
}

.product_link_area div.fb-like {
  width: 100px !important;
}

.product_link_area ul.other_link {
  clear: both;
  padding-top: 20px;
}

.product_link_area ul.other_link li {
  margin-bottom: 5px;
  list-style: none;
  vertical-align: middle;
  line-height: 24px;
}

.product_link_area ul.other_link li i {
  vertical-align: middle;
}

.share {
  margin: 15px 0 0;
  list-style: none;
}

.share li {
  display: inline-block;
  float: left;
  margin: 0 10px 10px 0;
  max-width: 125px;
}

.calamel-link {
  margin-top: 10px;
}

#tb_cap_tb {
  margin-top: 20px;
}

.tb {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #CCC;
}

#tb_stitle {
  margin-bottom: 20px;
}

.tb_date,
.tb_title,
.tb_body,
.tb_state {
  margin-bottom: 5px;
}

#detail__productImage .slick-dots {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
  position: relative;
  bottom: auto;
  margin-top: 12px;
}

#detail__productImage .slick-dots li {
  max-width: 16.666%;
  -ms-flex: 0 0 16.666%;
  -webkit-box-flex: 0;
  flex: 0 0 16.666%;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 14px;
  width: auto;
  height: auto;
  margin: 0 0 10px 0;
}

#detail__productImage .slick-dotted.slick-slider {
  margin-bottom: 0;
}

#detail__productImage .slick-next:before,
#detail__productImage .slick-prev:before {
  content: none;
}

#detail__productImage .slick-next {
  right: 15px;
}

#detail__productImage .slick-prev {
  left: 15px;
}

#detail__productImage .slick-prev,
#detail__productImage .slick-next {
  color: #fff;
  font-size: 22px;
  line-height: 1;
  z-index: 11;
  background: rgba(0, 0, 0, .4);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  place-content: center;
}

.stockCell,
.stockCell center {
  text-align: left;
  display: inline-block;
}

.product_detail_area .sold_out {
  text-align: center;
  background: #f2f2f2;
  font-size: 16px;
  border-radius: 5px;
  color: #1b1b1b !important;
  font-weight: bold;
  text-align: center;
  padding: 0 15px;
  line-height: 56px;
  height: 56px;
  text-decoration: none;
  margin: 0px 0 15px;
}

br.clear {
  clear: both;
}

.ranking,
#box_together,
#box_recommend {
  margin-bottom: 40px;
}

#detail__productImage .detailSlider {
  opacity: 0;
}

#detail__productImage .detailSlider.slick-initialized {
  opacity: 1;
}

.detailSlider img {
  width: auto;
}

/*
     詳細itemTag
   */
.itemTag_area {
  margin-bottom: 20px;
}

.itemTag {
  display: inline-block;
  border: 1px solid;
  border-radius: 10px;
  padding: 3px 20px;
  font-size: 12px;
  margin: 0 2px;
}

#itemName,
.price {
  font-weight: 500;
}

#itemName {
  margin-bottom: 10px;
}

.itemPriceArea {
  padding-bottom: 30px;
}

.itemPriceArea.teika {
  text-decoration: line-through;
  text-decoration-color: red;
}

.itemPriceArea .price {
  font-weight: bold;
  font-size: 24px;
}

.itemPriceArea .price.color {
  color: red;
}

@media (max-width: 767px) {
  .itemPriceArea .price {
    font-size: 20px;
  }
}

.quantity,
.quantity>dd>span {
  display: flex;
}

.quantity {
  align-items: center;
}

.quantityTitle {
  padding-right: 14px;
  display: inline-block;
}

a.quantity-down,
a.quantity-up {
  border: 1px solid;
  display: inline-block;
  padding: 6px 10px;
  border: 1px solid #ccc;
  background: #efefef;
  color: #000;
  line-height: 1.6;
}

.quantity input {
  display: inline-block;
  border: 1px solid #ccc;
  border-right: 0px;
  border-left: 0px;
  width: 80px;
  text-align: center;
  line-height: 1.6;
}

.cell_2>div,
.cell_2>label {
  display: inline-block !important;
  cursor: pointer;
}

table#option_tbl th {
  font-weight: 500;
}

.cell_2>div {
  margin-right: 2px;
}

.itemCartTitle {
  font-size: 16px;
  font-weight: 400;
  margin: 20px 0;
}

button.detail__cartBtn {
  cursor: pointer;
  transition: 0.2s;
  border-radius: 0;
}

button.detail__cartBtn:hover,
a.detail__contactBtn:hover {
  opacity: 0.8;
  transition: 0.2s;
}


.product_link_area {
  border-top: none;
  margin: 0;
  padding: 0;
}

.product_link_area ul.other_link li {
  line-height: 14px;
}

.product_link_area ul.other_link li>a {
  font-size: 14px;
}

.product_link_area ul.other_link li>a>i {
  font-size: 18px;
}

table.add_cart_table tr {
  border-bottom: 1px solid #ccc;
}

table.add_cart_table th {
  width: 15%;
  font-weight: normal;
  font-size: 14px;
  padding: 15px 0;
  line-height: 2;
}

table.add_cart_table td {
  width: 75%;
  font-size: 14px;
  padding: 15px 0;
  line-height: 2;
}

ul.review_poster {
  display: block;
  margin-bottom: 10px;
}

.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}

.icon_star {
  overflow: hidden;
  width: 75px;
}

.icon_star img {
  max-width: inherit;
}

.review_name {
  margin-bottom: 10px;
}

.review_poster li {
  display: inline-block;
  margin-right: 10px;
  list-style: none;
  color: #999;
  font-size: 12px;
}


.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 16px;
}

.review_ttl {
  font-size: 16px;
  margin-top: 12px;
}

.review_img {
  float: left;
  margin: 0 16px 16px 0;
}

.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}

.shopcomment {
  margin-top: 10px;
  background: #eee;
  padding: 15px;
  border-radius: 6px;
}

article.reviewBox {
  padding: 16px;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  margin-bottom: 24px;
}

.review_box {
  border-bottom: 2px dotted #C9C9C9;
  padding-bottom: 30px;
}

.review_box .index {
  color: #fff;
  padding: .8em 1em;
  background-color: #F08C36;
  font-size: 18px;
  text-align: center;
  margin: 0;
}

.review_box .list ul {
  list-style-type: none;
}

.review_box .list ul li .title_box {
  border-bottom: 1px solid #F08C35;
  display: flex;
  gap: 0 100px;
  align-items: flex-end;
  padding-bottom: .6em;
  font-size: 16px;
}

.review_box .list ul li .title_box .catch {
  margin-bottom: 0;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1.7;
}

.review_box .list ul li .title_box .age {
  width: fit-content;
  font-size: 16px;
}

.review_box .list ul li .title_box .img_box {
  display: flex;
  gap: 0 .6em;
  align-items: center;
}

.review_box .list ul li .title_box .img_box img {
  width: 100px;
  margin: 0;
}

.review_box .list ul li .title_box .img_box .num {
  color: #F08C35;
}

.review_box .list ul li .text_box {
  margin-top: 1em;
}

.review_box .list ul li .text_box .text {
  font-size: 15px;
}

.point_box {
  border: #dd0000 1px solid;
  padding: 20px;
}


#basketBtn2 {
  max-width: 560px;
  margin: -40px auto 40px;
}

@media (max-width:768px) {
  #basketBtn2 {
    max-width: 560px;
    margin: 0px auto 40px;
  }

  iframe {
    height: 180px;
  }

  .review_box .list ul li .title_box {
    justify-content: space-between;
  }

  .product_images .slick-slide img {
    width: 100%;
    height: 80vw;
  }

  .product_images .slick-list.draggable {
    height: auto !important;
  }

}

.footstamp p {
  line-height: 1.6 !important;
}

ul.other_link {
  list-style-type: none;
}
.product_description .product_voice_area {
  margin-bottom: 80px;
}

.product_description .product_voice_area .frame {
  background-image: url(https://img.shop-pro.jp/PA01431/259/etc/product_voice_area_bg_pc.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 100px;
}

.product_description .product_voice_area .voice_area_head {
  width: fit-content;
  background-color: #E06D18;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .04em;
  position: relative;
  padding: 1em 0;
  margin: 0 auto 2em;
}

.product_description .product_voice_area .voice_area_head::before,
.product_description .product_voice_area .voice_area_head::after {
  content: "";
  position: absolute;
  width: 2em;
  height: 100%;
  background-color: #E06D18;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  top: 0;
  bottom: 0;
}

.product_description .product_voice_area .voice_area_head::before {
  left: 0;
  transform: translateX(-98.5%);
}

.product_description .product_voice_area .voice_area_head::after {
  right: 0;
  transform: translateX(98.5%) scale(-1, 1);
}

.product_description .product_voice_area .voice_area_head .letter {
  line-height: 1.2;
  position: relative;
}

.product_description .product_voice_area .voice_area_head .letter::after {
  content: "";
  position: absolute;
  bottom: -1.5em;
  left: 50%;
  transform: translateX(-50%);
  background-color: #E06D18;
  width: 2em;
  height: 1em;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.product_description .product_voice_area .voice_area_ttl {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .04em;
  text-align: center;
  width: fit-content;
  margin: 0 auto 1em;
  position: relative;
  color: #E06D18;
}

.product_description .product_voice_area .voice_area_ttl::after {
  content: "";
  background-image: url(https://img.shop-pro.jp/PA01431/259/etc/product_voice_area_ttl_deco.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  transform: translate(100%, -100%);
  position:absolute;
  width: 1.2em;
  height: 1em;
}

.product_description .product_voice_area .voice_area_cont .voice_item {
  background-color: #fff;
  padding: 25px;
  position: relative;
}

.product_description .product_voice_area .voice_area_cont .voice_item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25px;
  transform: translateY(100%);
  background-color: #fff;
  clip-path: polygon(100% 0, 27% 0, 0 100%);
  height: 30px;
  width: 30px;
}

.product_description .product_voice_area .voice_area_cont .voice_item:nth-child(odd):after {
  transform: translateY(100%) scale(-1, 1);
  left: unset;
  right: 25px;
}

.product_description .product_voice_area .voice_area_cont .voice_item+.voice_item {
  margin-top: 40px;
}

.product_description .product_voice_area .voice_area_cont .voice_item .voice_text {
  font-size: 16px;
  letter-spacing: .04em;
  font-weight: 700;
}

.product_description .product_voice_area .voice_area_cont .voice_item .voice_text .color {
  color: #E80000;
}

.product_description .product_voice_area .voice_area_cont .voice_item .voice_prof {
  text-align: right;
  font-size: 16px;
  letter-spacing: .02em;
  font-weight: 700;
  margin-top: 1em;
}

.product_description .product_voice_area .voice_btn {
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  border: 1px solid #004370;
  border-radius: 5px;
  padding: 1em;
  display: block;
  background-color: #004370;
  color: #fff !important;
  margin: 2em auto 0;
  width: 400px;
  text-decoration: none !important;
  transition: .3s;
}

.product_description .product_voice_area .voice_btn:hover {
  background-color: #fff;
  color: #004370 !important;
}

.product_description .product_set_area .set_area_ttl {
  font-size: 22px;
  display: flex;
  align-items: center;
  gap: 1em;
  font-weight: 700;
  margin-bottom: 1.5em;
}

.product_description .product_set_area .set_area_ttl::after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background-color: #000;
}

.product_description .product_set_area .set_area_cont {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.product_description .product_set_area .set_area_cont .set_item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.product_description .product_set_area .set_area_cont .set_item .set_img {
  width: 200px;
  height: 200px;
  flex-shrink: 0;
}

.product_description .product_set_area .set_area_cont .set_item .set_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}

.product_description .product_set_area .set_area_cont .set_item .set_text {
  flex-grow: 1;
}

.product_description .product_set_area .set_area_cont .set_item .set_text .set_num {
  background-color: #D06143;
  color: #fff;
  font-weight: 700;
  width: 2em;
  letter-spacing: 0;
  line-height: 2em;
  text-align: center;
  font-size: 23px;
}

.product_description .product_set_area .set_area_cont .set_item .set_text .set_detail {
  padding: 1.5em;
  background-color: #F8F3DC;
  font-size: 16px;
  letter-spacing: .02em;
  font-weight: 700;
  margin-top: 1em;
}

.product_description .inner_back .arrange_box .menu_sec_box ul li .cont_box .menu_box .menu {
  white-space: nowrap;
}

@media (max-width:768px) {
  .product_description .product_voice_area {
    margin-bottom: 10vw;
  }
  
  .product_description .product_voice_area .frame {
    background-image: url(https://img.shop-pro.jp/PA01431/259/etc/product_voice_area_bg_sp.jpg);
    padding: 5vw 5vw 11vw;
  }
  
  .product_description .product_voice_area .voice_area_head {
    font-size: 4vw;
  }
  
  .product_description .product_voice_area .voice_area_ttl {
    font-size: 6.5vw;
  }
  
  .product_description .product_voice_area .voice_area_ttl::after {
    width: 1.2em;
    height: 1em;
  }
  
  .product_description .product_voice_area .voice_area_cont .voice_item {
    padding: 4vw;
  }
  
  .product_description .product_voice_area .voice_area_cont .voice_item::after {
    left: 5vw;
    height: 6vw;
    width: 6vw;
  }
  
  .product_description .product_voice_area .voice_area_cont .voice_item:nth-child(odd):after {
    right: 5vw;
  }
  
  .product_description .product_voice_area .voice_area_cont .voice_item+.voice_item {
    margin-top: 8vw;
  }
  
  .product_description .product_voice_area .voice_area_cont .voice_item .voice_text {
    font-size: 3.6vw;
  }
  
  .product_description .product_voice_area .voice_area_cont .voice_item .voice_prof {
    font-size: 3.6vw;
  }
  
  .product_description .product_voice_area .voice_btn {
    font-size: 3.8vw;
    margin: 2em auto 0;
    width: 100%;
  }
  
  .product_description .product_voice_area .voice_btn:hover {
    background-color: #004370;
    color: #fff !important;
  }
  
  .product_description .product_set_area .set_area_ttl {
    font-size: 5vw;
    margin-bottom: 1.5em;
  }
  
  .product_description .product_set_area .set_area_cont {
    grid-template-columns: 1fr;
    gap: 6vw;
  }
  
  .product_description .product_set_area .set_area_cont .set_item {
    gap: 4vw;
  }
  
  .product_description .product_set_area .set_area_cont .set_item .set_img {
    width: 38vw;
    height: 38vw;
  }
  
  .product_description .product_set_area .set_area_cont .set_item .set_text .set_num {
    font-size: 4vw;
  }
  
  .product_description .product_set_area .set_area_cont .set_item .set_text .set_detail {
    padding: 4vw;
    font-size: 3.6vw;
  }
  
  .product_description .inner_back .arrange_box .menu_sec_box ul li .cont_box .menu_box .menu {
  white-space: normal;
}
}