﻿@charset "UTF-8";
.jktitle {
  padding: 5px 0 5px 10px !important;
}
.jk_copy {
  padding-bottom: 10px;
}
.tracklist2 li {
  list-style: none;
  list-style-position: inside;
  margin-left: 0;
  background: #f5f5f5;
  padding: 6px 6px 6px 15px !important;
  border-bottom: 2px dotted #e5e5e5;
}
.tracklist2 li {
  list-style: decimal;
  list-style-position: inside;
  margin-left: 0;
  background: #f5f5f5;
  padding: 6px 6px 6px 15px !important;
  border-bottom: 2px dotted #e5e5e5;
}
.sub {
  color: #888;
  display: block;
  font-size: 15px;
  line-height: 1.3;
  padding: 5px 0 0 15px;
}
.wrapper .backgreen:after {
  background: #35b597 !important;
}
@media screen and (max-width: 767px) {
  .wrapper .backgreen:after {
    background: #35b597 !important;
  }
  .mt100 {
    margin-top: 0px !important;
  }
}
/* 共通CSS */
.copy {
  padding-bottom: 10px;
}
/* オーダーボタンのマウスオーバー */
.order_btn a:hover {
  opacity: 0.6 !important;
}
/* 画像拡大の際の、虫眼鏡 */
.imgzoom {
  position: relative;
}
.imgzoom:after {
  content: '';
  background: url(/defaultShop/js/base2016_js/zoom_icon.png) top left no-repeat;
  width: 25px;
  height: 25px;
  background-size: 25px;
  display: block;
  display: inline-block;
  position: absolute;
  bottom: 5px;
  right: 5px;
  pointer-events: none;
}
.recommend-box {
  background: #fffbe6; /* パステル黄色 */
  border-radius: 16px;
  padding: 40px 50px;
  margin: 24px 0 40px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .recommend-box {
    padding: 30px 25px 15px;
    border-radius: 12px;
  }
}
/* 項目同士の間隔を少しあける */
.cmn_column02 {
  gap: 20px;
}
/* ①② と ③④ の縦間隔を広げる */
.cmn_column02 + .cmn_column02 {
  margin-top: 40px;
}
.cmn_message_tit {
  padding-left: 0;
}
.cmn_message_tit:before {
  content: '';
  width: 0;
  height: 0;
  background: none;
}
.cmn_message_txtBox {
  width: 660px;
}
.cmn_message_img {
  width: auto !important;
}
@media screen and (max-width: 767px) {
  .cmn_message_img {
    float: none;
    width: 50vw;
    margin: 0 auto 10px;
  }
  .cmn_message_txtBox {
    width: 100%;
  }
}
/* 微調整追加20260224 */
#dpw_wrap .cmn_float01 h3 {
  font-size: 24px;
  font-weight: 500;
}
#dpw_wrap .checkmark-list {
  width: 37%;
  padding-top: 35px;
}
#dpw_wrap .checkmark-list li:last-child {
  margin: 0 0 0;
}
#dpw_wrap .recommend-box img {
  width: 26%;
}
.mv_noties {
  padding: 20px 0 0;
  font-size: 12px;
  font-weight: 400;
}
.mv_noties li {
  position: relative;
  padding-left: 1.3em;
}
.mv_noties li::before {
  position: absolute;
  left: 0;
  content: '※';
}
@media screen and (max-width: 767px) {
  #dpw_wrap .cmn_float01 h3 {
    font-size: 20px;
    font-weight: bold;
  }
  .cmn_column04 {
    margin-top: 40px;
  }
  #dpw_wrap .checkmark-list {
    width: 100%;
    padding-top: 0;
  }
  #dpw_wrap .checkmark-list li:last-child {
    margin: 0 0 15px;
  }
  #dpw_wrap .recommend-box img {
    width: 100%;
    margin: 15px 0;
  }
  #dpw_wrap .cmn_message_img {
    max-width: 600px;
  }
  #dpw_wrap .goods_detail_description_copy01 {
    padding: 13px 0;
  }
  .mv_noties {
    display: none;
  }
}