@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&family=Zen+Old+Mincho:wght@400;700&display=swap');
#contents {
  width: 100% !important;
}
#sub-column {
  display: none !important;
}
#main-column {
  float: none !important;
  max-width: 100% !important;
  width: 100% !important;
}
#bread-crumb {
  display: none !important;
}
.js-detailMove01,
.js-detailMove02,
.js-detailMove03 {
  box-sizing: border-box;
}
.js-detailMove01 *,
.js-detailMove02 *,
.js-detailMove03 * {
  box-sizing: border-box;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}
i.material-icons {
  font-family: 'Material Icons' !important;
  font-weight: normal !important;
}
.detailSec {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 100px;
}
.container,
#itemDetail-wrap,
#itemList_wrap {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
  max-width: 100%;
  box-sizing: border-box;
}
@media (min-width: 1200px) {
  .container,
  #itemDetail-wrap,
  #itemList_wrap {
    padding: 0;
    max-width: 1200px;
  }
}
.text--center {
  text-align: center !important;
}
.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0px -15px 30px;
  gap: 30px 0;
}
@media (max-width: 1200px) {
  .row {
    margin: 0px -15px 15px;
    gap: 15px 0;
  }
}
.row:last-child {
  margin-bottom: 0;
}
.row--center {
  justify-content: center;
}
.col1, .col2 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  list-style: none;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .col1, .col2 {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}
.h2A,
.productCheck h2 {
  font-size: 45px !important;
  line-height: 60px !important;
  margin-bottom: 40px !important;
  text-align: center;
  letter-spacing: 3px !important;
  padding: 0 !important;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  color: #333;
}
.detailSec01 .h2A,
.detailSec02 .h2A,
.detailSec03 .h2A {
  font-size: 36px !important;
  line-height: 50px !important;
  margin-bottom: 20px !important;
  font-weight: 700;
}
.detailSec01 p,
.detailSec02 p {
  font-size: 23px !important;
  line-height: 40px !important;
  font-weight: 400;
}
.productCheck h2 {
  font-size: 36px !important;
}
article#Detail #main-column h1 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 26px !important;
  line-height: 40px !important;
}
section#itemDetail-wrap #pi_cart.itemOutline table.price th,
section#itemDetail-wrap #pi_cart.itemOutline table.price td,
section#itemDetail-wrap #pi_cart.itemOutline table.spec,
section#itemDetail-wrap #pi_cart.itemOutline table.spec th {
  font-size: 14px;
}
.h2A small {
  font-size: 18px;
  display: block;
  text-align: center;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 1px;
}
.h2A > span {
  font-size: 30px;
  display: block;
  text-align: center;
  letter-spacing: 1px;
  width: 100%;
}
@media (max-width: 768px) {
  .h2A,
  .productCheck h2 {
    font-size: 24px !important;
    line-height: 36px !important;
    margin-bottom: 20px !important;
    letter-spacing: 1px !important;
  }
  .productCheck h2 {
    font-size: 20px !important;
  }
  .detailSec01 .h2A,
  .detailSec02 .h2A,
  .detailSec03 .h2A {
    font-size: 20px !important;
    line-height: 36px !important;
    margin-bottom: 15px !important;
  }
  .detailSec01 p,
  .detailSec02 p {
    font-size: 16px !important;
    line-height: 30px !important;
    font-weight: 400;
  }
  article#Detail #main-column h1 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    font-size: 21px !important;
    line-height: 40px !important;
  }
  section#itemDetail-wrap #pi_cart.itemOutline table.price th,
  section#itemDetail-wrap #pi_cart.itemOutline table.price td,
  section#itemDetail-wrap #pi_cart.itemOutline table.spec,
  section#itemDetail-wrap #pi_cart.itemOutline table.spec th {
    font-size: 14px;
  }
  .h2A small {
    font-size: 14px;
  }
  .h2A > span {
    font-size: 20px;
  }
}
.bnrList a {
  display: block;
}
.bnrList a img {
  transition: 0.15s;
}
.bnrList a:hover {
  color: #1b1b1b;
}
.bnrList a:hover img {
  opacity: 0.65;
  transition: 0.15s;
}
.bnrBox {
  transition: 0.15s;
  display: block;
}
.bnrBox:hover {
  opacity: 0.65;
  transition: 0.15s;
}
.bnr, .bnrBox img {
  display: block;
  max-width: 100% !important;
  margin: auto;
}
.iframeWrap {
  padding-top: 56.25%;
  position: relative;
}
.iframeWrap iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
  z-index: 2;
}
@media (max-width: 991px) {
  .pcOnly {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .spOnly {
    display: none !important;
  }
}
.detail_mv {
  margin-bottom: 120px;
}
.detail_mv img {
  width: 100%;
}
.detailSec p {
  display: block;
  width: 100%;
  margin-bottom: 24px;
  font-feature-settings: "palt";
  font-size: 18px;
  line-height: 36px;
}
.detailSec p strong {
  font-size: 23px;
  line-height: 46px;
  margin-bottom: 10px;
  width: 100%;
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}
.detailSec p:last-child {
  margin-bottom: 0;
}
.detailSec p.cont_flex {
  display: flex;
  flex-wrap: wrap;
}
.detailSec p.cont_flex .ic {
  max-width: 74px;
  margin-right: 16px;
}
.detailSec p.cont_flex .txt {
  max-width: calc(100% - 90px);
}
.detail_bg01 {
  padding: 120px 0;
  background: #000;
  position: relative;
  margin-bottom: 100px;
}
.detail_bg01 .detailSec {
  margin-bottom: 0;
}
.detail_bg01 * {
  color: #fff !important;
}
.detail_bg01 .bg_img {
  width: 100%;
  height: 100%;
  background: #000;
  position: relative;
  z-index: 0;
  margin-bottom: 40px;
}
.detailSec .imgWrap,
.detailSec .bnrWrap {
  position: relative;
  text-align: center;
}
.detailSec .imgWrap img,
.detailSec .bnrWrap img {
  max-width: 100%;
  width: auto;
  margin: auto;
}
.detailSec .voice_btnWrap .voice_btn {
  position: absolute;
  width: 147px;
  height: 147px;
  bottom: 15px;
  right: 150px;
  display: inline-block;
}
.detailSec .voice_btnWrap .voice_btn audio {
  display: none !important;
}
.detailSec .voice_btnWrap .voice_btn a img {
  width: 100%;
  height: auto;
}
.detail_bg02 {
  background: #F2F0E8;
  padding-bottom: 80px;
  margin-bottom: 80px;
}
.detail_bg02 .detailSec:last-child {
  margin-bottom: 0;
}
.max800 {
  max-width: 800px;
  margin: auto;
}
.custom_h2 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 0 !important;
  color: #333;
}
.custom_h2 .round {
  font-size: 50px;
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  margin-right: 20px;
}
.custom_h2 small {
  font-size: 28px;
  line-height: 44px;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}
.detailSec .bnrWrap,
.max800 p {
  margin-bottom: 20px;
}
.detail_bg02 .max800 p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 36px;
}
.detailSec .btnWrap {
  text-align: center;
  display: block;
  margin-top: 50px;
}
.detailSec .btnWrap p {
  margin-bottom: 5px;
}
.detailSec .btnWrap p small {
  font-size: 18px;
  line-height: 1.5;
}
.detailSec .btnWrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 60px;
  margin: auto;
  background: #960101;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}
.detailSec .btnWrap a i {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  margin-right: 10px;
  font-family: 'Material Icons' !important;
  font-weight: normal !important;
}
.max1000 {
  max-width: 1000px;
  margin: auto;
}
.col2 {
  max-width: 50%;
  flex: 0 0 50%;
}
.col1 {
  max-width: 100%;
  flex: 0 0 100%;
}
.userreview h2 {
  display: none;
}
.userreview .userreview_list tbody {
  padding: 30px 40px;
  background: #DDDDDD;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.userreview .userreview_list tbody tr:nth-child(1) {
  width: auto;
  display: inline-block;
}
.userreview .userreview_list tbody tr:nth-child(2) {
  order: -1;
}
.userreview .userreview_list tbody tr:nth-child(3) {
  width: 100%;
}
.userreview .userreview_list tbody .userreview_user {
  font-size: 16px !important;
  margin-right: 15px;
  display: inline-block;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  color: #333333;
}
.userreview .userreview_list tbody .userreview_date {
  text-align: left !important;
  display: inline-block;
  font-size: 12px !important;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  color: #333333;
}
.userreview .userreview_list tbody .userreview_rate {
  font-size: 0 !important;
  margin-right: 15px;
  display: inline-block;
}
.userreview .userreview_list tbody .userreview_rate img {
  padding: 0 2px;
}
.userreview .userreview_list tbody .userreview_comment {
  padding-top: 10px !important;
  padding-bottom: 0 !important;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}
#itemDetail-cont .itemThumb-wrap {
  width: 45%;
  margin-right: 5%;
}
#itemDetail-cont .itemOutline {
  width: 50%;
}
.itemThumb-wrap .itemThumb-main {
  float: none !important;
  width: 100% !important;
}
.itemThumb-wrap .itemThumb {
  float: none !important;
  width: 100% !important;
}
.itemThumb-wrap .itemThumb ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
div#main-column section#itemDetail-wrap p.review_txt {
  order: unset !important;
}
div#main-column #itemDetail-wrap #spsVarpriceBox > div {
  margin: 0;
  padding: 0;
  background: 0;
  border-radius: 0;
}
#itemDetail-cont #pi_cart .cartArea {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 0;
  width: 100%;
}
#itemDetail-cont #pi_cart .cartArea #cartButton {
  max-width: 90%;
  padding-right: 5%;
  margin: 0;
}
#itemDetail-cont #pi_cart .cartArea .pay_img + div {
  margin: 0;
  max-width: 20%;
  display: block;
}
#itemDetail-cont #pi_cart .cartArea + p,
#itemDetail-cont #pi_cart p:first-of-type {
  position: relative;
  bottom: auto;
  right: auto;
}
#itemDetail-cont #pi_cart .cartArea [class*=sps-wishArea] {
  margin-left: 0;
  width: 100%;
  max-width: 10%;
  display: block;
  margin-right: 0;
  text-align: right;
}
#itemDetail-cont #pi_cart p[class*=sps-wishArea] > a > span > img {
  width: 80%;
  max-width: 80%;
}
#itemDetail-cont #pi_cart .cartArea .infoArea {
  display: block;
  margin: 0;
  margin-left: auto;
  max-width: 80%;
  width: 100%;
  height: auto;
}
#itemDetail-cont #pi_cart .cartArea > img {
  padding-left: 5%;
}
#itemDetail-cont #pi_cart .cartArea .infoArea img {
  width: auto;
  max-width: 100%;
}
#fsrecommenddiv4.detailSec,
.bnrWrap.spOnly,
.page-index.cateRank.spOnly,
.page-index.user_voice.spOnly,
.itemSection.bgColor.keyword__sec.cateSearch {
  display: none !important;
}
#fs_target + #fsrecommenddiv4.detailSec {
  display: block !important;
}
.detailSec03 .voice_btnWrap .h2A {
  margin-top: 70px;
  margin-bottom: 0 !important;
  font-weight: 400;
}
.detailSec03 .voice_btnWrap .h2A small {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 5px;
}
.detailSec .voice_btnWrap .voice_btn.dadacha {
  bottom: auto;
  top: 100px;
}
.dropDown .dropClick {
  max-width: 1200px;
  margin: auto;
  padding: 45px 50px;
  background: #333333;
  color: #fff;
  font-weight: 700;
  font-size: 35px;
  line-height: 60px;
  position: relative;
  cursor: pointer;
}
.dropDown .dropClick.remove {
  margin-bottom: 80px;
}
.dropDown .dropClick .drop_ic {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 70px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #960101;
}
.dropDown .dropClick .drop_ic i {
  font-size: 35px;
}
.dropDown .dropClick .dropSlide {
  display: none;
}
.dropDown .dropClick .dropSlide.open {
  display: block;
}
.detailSec.dada_miso .custom_h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 30px;
}
.detailSec.dada_miso .row_bnr {
  margin-left: -20px;
  margin-right: -20px;
}
.detailSec.dada_miso .row_bnr .bnrWrap {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 20px;
}
.detailSec.dada_miso .row_bnr p {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 20px;
}
.detailSec.dada_cate .voice_btnWrap .row {
  margin-left: -5px;
  margin-right: -5px;
}
.detailSec.dada_cate .voice_btnWrap .row .cate_inner {
  max-width: 33.333%;
  flex: 0 0 33.333%;
  padding: 0 5px;
}
.detailSec.dada_cate .voice_btnWrap .voice_btn.dadaCate {
  bottom: 200px;
  right: -75px;
}
.detailSec.dada_cate.reviewSec .reviewList .reviewWrap {
  margin-bottom: 15px;
}
.detailSec.dada_cate.reviewSec .reviewList .reviewWrap .dadaT_txt {
  font-family: "Zen Kaku Gothic New", serif;
  line-height: 30px;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 5px;
  color: #333;
}
.detailSec.dada_cate.reviewSec .reviewList .reviewWrap .review_inner {
  background: #DDDDDD;
  padding: 30px 40px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.detailSec.dada_cate.reviewSec .reviewList .reviewWrap .review_inner .review_top {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}
.detailSec.dada_cate.reviewSec .reviewList .reviewWrap .review_inner .review_top .star {
  color: #ff8a00;
  margin-right: 10px;
}
.detailSec.dada_cate.reviewSec .reviewList .reviewWrap .review_inner .review_top .r_time {
  margin-left: 10px;
  font-weight: 400;
  font-size: 12px;
}
.detailSec.dada_cate.reviewSec .reviewList .reviewWrap .review_inner .review_ttl {
  font-family: "Zen Kaku Gothic New", serif;
  margin-bottom: 10px;
  color: #960101;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.detailSec.dada_cate.reviewSec .reviewList .reviewWrap .review_inner .review_txt {
  font-family: "Zen Kaku Gothic New", serif;
  margin-top: 0;
  font-size: 22px;
  line-height: 34px;
  color: #333333;
}
.detailSec.dada_cate.reviewSec .reviewList .reviewWrap .r_itemLink {
  text-align: right;
}
.detailSec.dada_cate.reviewSec .reviewList .reviewWrap .r_itemLink .r_itemBtn {
  font-family: "Zen Kaku Gothic New", serif;
  padding-right: 30px;
  position: relative;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  border-bottom: 1px solid #333;
}
.detailSec.dada_cate.reviewSec .reviewList .reviewWrap .r_itemLink .r_itemBtn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: top center;
  transition: 0.15s;
}
.choose_taste a{
  position: relative;
  border-radius: 0 !important;
}
.choose_taste img{
  width: 50px;
  height: auto;
  border-radius: 0 !important;
}
.choose_taste a::after{
/*  position: absolute;
  content: "＞";
  right: 15px;
  top: 50%;
  transform: translateY(-50%);*/
}
section.userreview,
#fsrecommenddiv5,
.expl {
  order: 0 !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.expl.expl-fixed {
  z-index: 0 !important;
}
.userreview .js-review_h2 h2 {
  display: block !important;
}
@media (max-width: 768px) {
  .js-detailMove01,
  .js-detailMove02,
  .js-detailMove03 {
/*    margin: 0 -2%;*/
  }
  .detailSec {
    width: auto;
    margin-bottom: 60px;
  }
  .detailSec.detailSec04,
  .detailSec.detailSec08 .bnrWrap {
    margin-left: -15px;
    margin-right: -15px;
  }
  .detail_mv {
    margin-bottom: 60px;
  }
  .detail_mv img {
    width: 100%;
  }
  .detailSec p {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-feature-settings: "palt";
    font-size: 14px;
    line-height: 24px;
  }
  .detailSec p strong {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .detailSec p:last-child {
    margin-bottom: 0;
  }
  .detailSec p.cont_flex {
    display: flex;
    flex-wrap: wrap;
  }
  .detailSec p.cont_flex .ic {
    max-width: 69px;
    margin-right: 11px;
  }
  .detailSec p.cont_flex .txt {
    max-width: calc(100% - 80px);
  }
  .detail_bg01 {
    padding: 60px 0;
    background: #000;
    position: relative;
    margin-bottom: 60px;
  }
  .detail_bg01 .detailSec {
    margin-bottom: 0;
  }
  .detail_bg01 * {
    color: #fff !important;
  }
  .detail_bg01 .bg_img {
    width: 100%;
    height: 100%;
    background-image: none;
    position: relative;
    z-index: 0;
    margin-bottom: 20px;
  }
  .detailSec .imgWrap,
  .detailSec .bnrWrap {
    position: relative;
    text-align: center;
  }
  .detailSec .imgWrap img,
  .detailSec .bnrWrap img {
    max-width: 100%;
    width: auto;
    margin: auto;
  }
  .detailSec .voice_btnWrap .voice_btn {
    position: absolute;
    width: 104px;
    height: 104px;
    bottom: 10px;
    right: 0px;
    display: inline-block;
  }
  .detailSec .voice_btnWrap .voice_btn audio {
    display: none !important;
  }
  .detailSec .voice_btnWrap .voice_btn a img {
    width: 100%;
    height: auto;
  }
  .detail_bg02 {
    background: #F2F0E8;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .detail_bg02 .detailSec:last-child {
    margin-bottom: 0;
  }
  .max800 {
    max-width: 100%;
    margin: auto;
  }
  .custom_h2 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  .custom_h2 .round {
    font-size: 30px;
    line-height: 1.5;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    margin-right: 10px;
  }
  .custom_h2 small {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
  }
  .detailSec .bnrWrap,
  .max800 p {
    margin-bottom: 15px;
  }
  .detail_bg02 .max800 p {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
  }
  .detailSec .btnWrap {
    text-align: center;
    display: block;
    margin-top: 20px;
  }
  .detailSec .btnWrap p {
    margin-bottom: 5px;
  }
  .detailSec .btnWrap p small {
    font-size: 10px;
    line-height: 1.5;
  }
  .detailSec .btnWrap a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 270px;
    height: 50px;
    margin: auto;
    background: #960101;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
  }
  .detailSec .btnWrap a i {
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    margin-right: 5px;
  }
  .max1000 {
    max-width: 100%;
    margin: auto;
  }
  .col2 {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 15px;
  }
  .col1 {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
  .userreview .userreview_list tbody {
    padding: 20px;
    background: #DDDDDD;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .userreview .userreview_list tbody tr:nth-child(1) {
    width: auto;
    display: inline-block;
  }
  .userreview .userreview_list tbody tr:nth-child(2) {
    order: -1;
  }
  .userreview .userreview_list tbody tr:nth-child(3) {
    width: 100%;
  }
  .userreview .userreview_list tbody .userreview_user {
    font-size: 12px !important;
    margin-right: 10px;
    display: inline-block;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    color: #333333;
  }
  .userreview .userreview_list tbody .userreview_date {
    text-align: left !important;
    display: inline-block;
    font-size: 10px !important;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    color: #333333;
  }
  .userreview .userreview_list tbody .userreview_rate {
    font-size: 0 !important;
    margin-right: 10px;
    display: inline-block;
  }
  .userreview .userreview_list tbody .userreview_rate img {
    padding: 0 1px;
  }
  .userreview .userreview_list tbody .userreview_comment {
    padding-top: 10px !important;
    padding-bottom: 0 !important;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
  }
  #itemDetail-cont .itemThumb-wrap {
    width: 100%;
    margin-right: 0;
  }
  #itemDetail-cont .itemOutline {
    width: 100%;
  }
  .itemThumb-wrap .itemThumb-main {
    float: none !important;
    width: 100% !important;
  }
  .itemThumb-wrap .itemThumb {
    float: none !important;
    width: 100% !important;
  }
  .itemThumb-wrap .itemThumb ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }
  div#main-column section#itemDetail-wrap p.review_txt {
    order: unset !important;
    font-size: 12px;
    width: 100%;
  }
  #pi_cart .cartArea {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  #itemDetail-cont #pi_cart .cartArea #cartButton {
    margin: 0;
    max-width: 85%;
    padding-right: 5%;
  }
  #itemDetail-cont #pi_cart .cartArea + p,
  #itemDetail-cont #pi_cart p:first-of-type {
    position: relative !important;
    bottom: auto !important;
    right: auto !important;
    border: none !important;
    border-radius: 0 !important;
  }
  #itemDetail-cont #pi_cart .cartArea [class*=sps-wishArea] {
    margin-left: 0;
    width: 100%;
    max-width: 15%;
    display: block;
    margin-right: 0;
    text-align: right;
  }
  #itemDetail-cont #pi_cart .cartArea > div:not(#cartButton) {
    margin: 0;
    max-width: 20%;
    display: block;
  }
  #pi_cart p:first-of-type > a > span.sps-wishAddItem:before,
  #pi_cart p:first-of-type > a > span.sps-wishAddItemOk:before {
    content: none !important;
  }
  #pi_cart .cartArea .infoArea {
    margin: 0 !important;
    margin-left: auto !important;
    height: auto !important;
  }
  #pi_cart .cartArea > img {
    padding-left: 5% !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
  #pi_cart .cartArea .infoArea img {
    width: auto;
    max-width: 100%;
  }
  #itemDetail-cont #pi_cart p[class*=sps-wishArea] > a > span > img {
    width: auto;
    max-width: 100%;
  }
  .page-index.product_detail.detailSec {
    padding: 0 15px;
  }
  .page-index.product_detail.choose_taste.detailSec {
    display: block !important;
  }
  .detailSec03 .voice_btnWrap .h2A {
    margin-top: 45px;
    margin-bottom: 0 !important;
    font-weight: 400;
    font-size: 30px !important;
    line-height: 48px !important;
  }
  .detailSec03 .voice_btnWrap .h2A small {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .detailSec .voice_btnWrap .voice_btn.dadacha {
    bottom: auto;
    top: 100px;
  }
  .dropDown .dropClick {
    max-width: 100%;
    margin: auto;
    padding: 15px 20px;
    background: #333333;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    cursor: pointer;
    text-align: center;
  }
  .dropDown .dropClick.remove {
    margin-bottom: 40px;
  }
  .dropDown .dropClick .drop_ic {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #960101;
  }
  .dropDown .dropClick .drop_ic i {
    font-size: 20px;
  }
  .dropDown .dropSlide {
    display: none;
  }
  .dropDown .dropSlide.open {
    display: block;
  }
  .detailSec.dada_miso .custom_h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .detailSec.dada_miso .row_bnr {
    margin-left: -10px;
    margin-right: -10px;
  }
  .detailSec.dada_miso .row_bnr .bnrWrap {
    max-width: 40%;
    flex: 0 0 40%;
    padding: 0 10px;
  }
  .detailSec.dada_miso .row_bnr p {
    max-width: 60%;
    flex: 0 0 60%;
    padding: 0 10px;
  }
  .detailSec.dada_cate .voice_btnWrap .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .detailSec.dada_cate .voice_btnWrap .row .cate_inner {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 5px;
  }
  .detailSec.dada_cate .voice_btnWrap .voice_btn.dadaCate {
    bottom: 175px;
    right: 0;
  }
  .detailSec.dada_cate.reviewSec .reviewList .reviewWrap {
    margin-bottom: 10px;
  }
  .detailSec.dada_cate.reviewSec .reviewList .reviewWrap .dadaT_txt {
    font-family: "Zen Kaku Gothic New", serif;
    line-height: 20px;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
    color: #333;
  }
  .detailSec.dada_cate.reviewSec .reviewList .reviewWrap .review_inner {
    background: #DDDDDD;
    padding: 20px 20px;
    border-radius: 20px;
    margin-bottom: 10px;
  }
  .detailSec.dada_cate.reviewSec .reviewList .reviewWrap .review_inner .review_top {
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 16px;
    color: #333333;
  }
  .detailSec.dada_cate.reviewSec .reviewList .reviewWrap .review_inner .review_top .star {
    color: #ff8a00;
    margin-right: 5px;
  }
  .detailSec.dada_cate.reviewSec .reviewList .reviewWrap .review_inner .review_top .r_time {
    margin-left: 5px;
    font-weight: 400;
    font-size: 10px;
  }
  .detailSec.dada_cate.reviewSec .reviewList .reviewWrap .review_inner .review_ttl {
    font-family: "Zen Kaku Gothic New", serif;
    margin-bottom: 10px;
    color: #960101;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
  }
  .detailSec.dada_cate.reviewSec .reviewList .reviewWrap .review_inner .review_txt {
    font-family: "Zen Kaku Gothic New", serif;
    margin-top: 0;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
  }
  .detailSec.dada_cate.reviewSec .reviewList .reviewWrap .r_itemLink {
    text-align: right;
  }
  .detailSec.dada_cate.reviewSec .reviewList .reviewWrap .r_itemLink .r_itemBtn {
    font-family: "Zen Kaku Gothic New", serif;
    padding-right: 30px;
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: #333333;
    border-bottom: 1px solid #333;
  }
  .detailSec.dada_cate.reviewSec .reviewList .reviewWrap .r_itemLink .r_itemBtn:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg) translateY(-50%);
    transform-origin: top center;
    transition: 0.15s;
  }
  .choose_taste a{
    position: relative;
    border-radius: 0 !important;
  }
  .choose_taste img{
    width: 50px;
    height: auto;
    border-radius: 0 !important;
  }
  .choose_taste a::after{
/*    position: absolute;
    content: "＞";
    right: 15px;
    top: 50%;
    transform: translateY(-50%);*/
  }
  section.userreview,
  #fsrecommenddiv5,
  .expl {
    order: 0 !important;
    max-width: 100% !important;
    padding: 0 15px !important;
  }
}

.fs-l-main {
  max-width: 100%;
  width: 100%;
}
.fs-l-main .fs-c-productList {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.fs-c-heading.fs-c-heading--page {
  display: none;
}
.fs-l-product .fs-l-pageMain .fs-l-productLayout {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.fs-l-product .fs-l-pageMain .fs-l-productLayout .fs-l-productLayout__item {
  margin: 0;
  padding: 0 15px;
}
.fs-l-product .fs-l-pageMain .fs-l-productLayout .fs-l-productLayout__item .fs-p-card,
.fs-l-product .fs-l-pageMain .fs-l-productLayout .fs-l-productLayout__item .fs-p-card {
  display: none;
}
@media (max-width: 768px) {
  .fs-l-main {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .fs-l-main .fs-c-productList {
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
  }
  .fs-l-product .fs-l-pageMain .fs-l-productLayout {
    max-width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  .fs-l-product .fs-l-pageMain .fs-l-productLayout .fs-l-productLayout__item {
    margin: 0;
    padding: 0 15px;
  }
}
