@charset "Shift_JIS";

@media screen and (max-width: 750px) and (orientation: portrait),
screen and (min-width: 319px) and (max-width: 750px) and (orientation: landscape) {


  .spOnly { display: block; }
  .pcOnly { display: none; }

  .fontXS {
    font-size: 8px !important;
  }

  .fontS {
    font-size: 10px !important;
  }

  .fontM {
    font-size: 12px !important;
  }

  .fontL {
    font-size: 14px !important;
  }

  .fontXL {
    font-size: 16px !important;
  }

  .mt_s {
    margin-top: 5px !important;
  }

  .mt_M {
    margin-top: 10px !important;
  }

  .mt_L {
    margin-top: 20px !important;
  }

  .mr_s {
    margin-right: 5px !important;
  }

  .mr_M {
    margin-right: 10px !important;
  }

  .mr_L {
    margin-right: 20px !important;
  }

  .mb_s {
    margin-bottom: 5px !important;
  }

  .mb_M {
    margin-bottom: 10px !important;
  }

  .mb_L {
    margin-bottom: 20px !important;
  }

  .mb_LL {
    margin-bottom: 40px !important;
  }

  .ml_s {
    margin-left: 5px !important;
  }

  .ml_M {
    margin-left: 10px !important;
  }

  .ml_L {
    margin-left: 20px !important;
  }

  body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","モトヤLシーダ3等幅", sans-serif;
    font-size: 12px;
    -webkit-text-size-adjust: 100%;
  }

	body.-fix {
		overflow: hidden;
	}

  a,
  button,
  [type=button],
  [type=image],
  [type=submit] {
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -ms-transition-duration: 0;
    transition-duration: 0;
  }

  a:hover,
  button:hover,
  [type=button]:hover,
  [type=image]:hover,
  [type=submit]:hover {
    opacity: 1;
  }

  img {
    width: 100%;
  }

  #content {
    width: 100%;
    margin: 0 auto;
  }

  /*------------------------------------------------
  Section
  ------------------------------------------------*/
  .section {
    padding: 0 10px;
  }

  .sectionWrap .section {
    width: auto;
    margin-bottom: 10px;
  }


  /*------------------------------------------------
  Heading Parts
  ------------------------------------------------*/

  .heading01 {
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    border: none;
  }

  .heading02 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.7;
  }

  .heading02 .shoulderTxt {
    font-size: 11px;
    padding-left: 0;
    display: block;
    font-weight: normal;
  }

  .heading02 .icoRecommend {
    padding-left: 22px;
    background-size: auto 15px;
    background-position: left top;
  }

  .heading02 .icoKuchikomi {
    padding-left: 22px;
    background-size: auto 15px;
    background-position: left top;
  }

  .heading02 .icoCheck {
    padding-left: 22px;
    background-size: auto 15px;
    background-position: left top;
  }

  .heading02 .icoInfo {
    padding-left: 22px;
    background-size: auto 15px;
    background-position: left top;
  }

  .heading02 .icoBargain {
    padding-left: 22px;
    background-size: auto 15px;
    background-position: left top;
  }

  .heading02 .icoRankNew {
    padding-left: 28px;
    background-size: auto 20px;
    background-position: left top;
  }

  /*------------------------------------------------
  Text Parts
  ------------------------------------------------*/
  .paragraph01 {
    font-size: 12px;
  }

  /*------------------------------------------------
  Column Parts
  ------------------------------------------------*/
  .txtCol2 .col {
    float: left;
    width: 49%;
    margin-left: 2%;
  }

  .txtCol2 .col:first-child {
    margin-left: 0;
  }

  .imgCol2 .col {
    float: left;
    width: 49%;
    margin-left: 2%;
  }

  .imgCol2 .col.rect {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .imgCol3 .col {
    float: left;
    width: 49%;
    margin-left: 2%;
    margin-bottom: 10px;
  }

  .imgCol3 .col:last-child {
    width: 100%;
    margin-left: 0;
  }

  .variableCol .imgCol {
    float: left;
    margin: 0 18px 0 0;
    width: 75px;
  }

  .variableCol .txtCol {
    font-size: 12px;
    overflow: hidden;
  }

  /* 191017追記 start */
  .imgColMulti {
    margin-left: -2%;
  }

  .imgColMulti .col {
    width: 98%;
    margin: 0 0 2% 2%;
    max-width: none;
  }

  .imgColMulti .col.half {
    width: 48%;
  }

  /* 191017追記 end */

  /*------------------------------------------------
  Font Price
  ------------------------------------------------*/
  .price.priceS {
    font-size: 12px;
  }

  .price.priceS .priceNum {
    font-size: 15px;
  }

  .price.priceS .priceTax {
    font-size: 11px;
  }

  .price.priceL {
    font-size: 15px;
  }

  .price.priceL .priceNum {
    font-size: 22px;
  }

  .price.priceL .priceTax {
    font-size: 13px;
  }

  .price.priceL .priceTax {
    font-weight: bold;
  }

  /*------------------------------------------------
  Links
  ------------------------------------------------*/
  .pipedLink ul li {
    font-size: 12px;
  }

  .linkExIcon li {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 10px;
  }

  .linkExIcon li a {
    background-size: 15px;
  }

  .linkEx {
    font-size: 12px;
  }

  .linkExIcon02 ul {
    padding: 0 0 5px;
  }

  /*------------------------------------------------
  TopNews
  ------------------------------------------------*/
  .topNews dl {
    padding: 10px 10px 10px 10px;
    display: table;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .topNews dl .topNewsDate {
    width: auto;
    padding-right: 10px;
    float: none;
    display: table-cell;
    font-size: 12px;
    width: 70px;
  }

  .topNews dl .topNewsTxt {
    width: auto;
    float: none;
    display: table-cell;
    font-size: 12px;
  }

  .topNews dl .topNewsTxt a {
    text-decoration: underline;
    color: #93560f;
  }

  /*------------------------------------------------
  CautionInfo
  ------------------------------------------------*/
  .cautionInfo ul {
    overflow: hidden;
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .cautionInfo ul li {
    padding: 0;
  }

  .cautionInfo ul li a {
    line-height: 2.2;
  }

  /*------------------------------------------------
  Btn
  ------------------------------------------------*/
  .btn a,
  .btn button {
    font-size: 14px;
  }

	/* ボタン幅 */
  .btn.btnW60 {
    width: 100%;
  }

  .btn.btnW104 {
    width: 100%;
  }

  .btn.btnW140 {
    width: 100%;
  }

  .btn.btnW220 {
    width: 100%;
  }

  .btn.btnW300 {
    width: 100%;
  }

  .btn.btnW380 {
    width: 100%;
  }

  .btn.btnW500 {
    width: 100%;
  }

  .btn.spBtnW100p {
    width: 100% !important;
  }

	/* ボタン高さ */
  .btn .btnH_s {
    padding: 4px 0 3px;
  }

  /*30px*/
  .btn .btnH_m {
    padding: 10px 0 8px;
  }

  /*40px*/
  .btn .btnH_l {
    padding: 15px 0 13px;
  }

  /*60px*/

  .btn .btnH_l.btnH_l_sp2l {
    padding: 4px 0 3px;
  }

  /*60px*/

  .btn.spLeftBtn {
    width: 49% !important;
    float: left;
  }

  .btn.spCenterBtn {
    width: 49% !important;
    margin: 0 auto;
  }

  .btn.spRightBtn {
    width: 49% !important;
    float: right;
  }

  .btn2Col {
    width: 100%;
  }

  .btn2Col .btn {
    width: 49%;
    float: left !important;
    margin-left: 2%;
  }

  .btn2Col .btn:first-child {
    margin-left: 0;
  }

  .btn3Col {
    width: 100%;
  }

  .btn3Col .btn {
    width: 100%;
    margin-left: 0;
  }

  .btnPriority01 a {
    width: 100%;
    padding: 15px 0 13px;
  }

  .btnPriority02 a {
    width: 100%;
    padding: 15px 0 13px;
  }

  .btnPriority03 a {
    width: 100%;
    padding: 15px 0 13px;
  }

  .btnPriority04 a {
    width: 100%;
    padding: 15px 0 13px;
  }

  .btnPriority05 a {
    width: 100%;
    padding: 15px 0 13px;
  }

  .btnBigH,
  .btnBigW {
    float: none !important;
  }

  .btnBigH a {
    width: 100%;
    padding: 15px 0 13px;
  }

  .btnBigW a {
    width: 100%;
    padding: 5px 0 3px;
  }

  .btnMid a {
    width: 100%;
    padding: 10px 0 8px;
  }

  .btnSml a {
    width: 100%;
    padding: 5px 0 3px;
  }

  .btnCart01 button {
    width: 100%;
    padding: 15px 0 13px;
  }

  .btnCart02 button {
    width: 100%;
    padding: 5px 0 3px;
  }

  .btnCart03 button {
    width: 100%;
    padding: 10px 0 8px;
  }

  .btnCart04 button {
    width: 100%;
    padding: 10px 0 8px;
  }

  .btnSml a {
    display: inline-block;
    background: #ffffff;
    color: #000000;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #000000;
  }

  .spBtn3ColType01 {
    width: 100%;
  }

  .spBtn3ColType01 .btn {
    width: 32%;
    float: left;
    margin-left: 2%;
  }

  .spBtn3ColType02 {
    width: 66%;
    float: right;
  }

  .spBtn3ColType02 .btn {
    width: 49%;
    float: left;
    margin-left: 2%;
  }

  .spBtn3ColType03 {
    width: 32%;
    float: right;
  }

  .spBtn3ColType03 .btn {
    width: 100%;
  }

  .spBtn3ColType01 .btn:first-child,
  .spBtn3ColType02 .btn:first-child,
  .spBtn3ColType03 .btn:first-child {
    margin-left: 0;
  }

  .btn.is-active .favoriteIcon span {
    background: url(/shop/common/images/bg-icon-favorite-is-active-sp.png) no-repeat left center;
    background-size: 19px 16px;
  }

  .favoriteItemsBtn button {
    width: 47px;
    padding: 6px 0 4px;
  }

  /*------------------------------------------------
  Text Box input textarea select
  ------------------------------------------------*/
  .txtBox,
  .txtBox02 {
    font-size: 12px;
  }

  .txtBox .unitTxt,
  .txtBox02 .unitTxt {
    margin-left: -2px;
  }

  .txtBox .txtBoxInner,
  .txtBox02 .txtBoxInner {
    margin: 0 6px 0 2px;
  }

  .txtBox .txtBoxInner {
    display: inline-block;
    width: 100%;
  }

  .txtBox02 .txtBoxInner {
    display: inline-block;
    width: 25%;
  }

  .txtBox input,
  .txtBox02 input {
    height: 40px;
    font-size: 12px;
  }

  .inputW01 {
    width: 100%;
  }

  .inputW02 {
    width: 100%;
  }

  .inputW03 {
    width: 100%;
  }

  .inputW04 {
    width: 100%;
  }

  .inputW05 {
    width: 100%;
  }

  .inputW06 {
    width: 100%;
  }

  .inputW07 {
    width: 100%;
  }

  .inputW08 {
    width: 100%;
  }

  .txtAreaBox textarea {
    width: 100%;
    max-width: 100%;
  }

  .txtAreaBox .txtAreaBoxInner {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }


  .selectBox02 .selectBoxInner {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .selectType04 .selectBoxInner {
    width: 100%;
  }

  .selectW01 {
    width: 60px;
  }

  .selectW02 {
    width: 70px;
  }

  .selectW03 {
    width: 140px;
  }

  .selectW04 {
    width: 100%;
    height: 40px;
  }

  .selectW05 {
    width: 200px;
  }

  .selectW06 {
    width: 100%;
  }

  .selectW07 {
    width: 100%;
  }

  /*------------------------------------------------
  CheckBox RadioBtn
  ------------------------------------------------*/
  .checkList ul {
    letter-spacing: -1em;
  }

  .checkList ul li {
    width: 49%;
    margin: 0 2% 10px 0;
  }

  .checkList ul li:nth-child(2n) {
    margin-right: 0;
  }

  .checkList ul li label:after {
    background: url(/shop/common/images/bg-icon-checkbox-sp.png) no-repeat left top;
    background-size: 24px auto;
  }

  .radioListHorizon ul li,
  .radioListVertical ul li {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }

  .checkList ul li label {
    padding: 0 0 0 25px;
    height: auto;
  }

  .radioList ul {
    border: 1px solid #e6e7c7;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
  }

  .radioList ul li {
    border-top: 1px solid #e6e7c7;
    padding-right: 0;
    display: table;
  }

  .radioList ul li:first-child {
    border-top: none;
  }

  .radioList ul li span {
    display: block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .radioList ul li label {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    line-height: 1.5;
    padding: 10px 10px 10px 40px;
    background: none;
    position: relative;
  }

  .radioList ul li label.is_on {
    background: no-repeat;
    background-color: #ffd9b2;
  }

  .radioList ul li:first-child label.is_on {
    border-radius: 5px 5px 0 0;
  }

  .radioList ul li:last-child label.is_on {
    border-radius: 0 0 5px 5px;
  }

  .radioList ul li.installments label.is_on {
    border-radius: 5px;
  }

  .radioList ul li label:after {
    top: 50%;
    left: 10px;
    margin-top: -10px;
  }

  .radioList ul li label:after {
    background: url(/shop/common/images/bg-icon-radiobtn-sp.png) no-repeat left top;
    background-size: 20px auto;
  }

  /*------------------------------------------------
    Conts searchBox
    ------------------------------------------------*/
  .searchBox {
    position: relative;
    width: 100%;
  }

  .contsSearchBox:before {
    content: none;
  }

  .contsSearchBox {
    float: none;
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 5px;
    border-radius: 5px;
  }

  .contsSearchBox input {
    width: 100%;
    width: calc(100% - 38px);
    height: auto;
    padding: 7px;
    font-size: 16px;
  }

  .contsSearchBtn {
    float: none;
    display: block;
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-size: 25px;
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -ms-transition-duration: 0;
    transition-duration: 0;
  }

  .contsSearchBtn:hover {
    opacity: 1;
  }


  /*------------------------------------------------
  ModalWindow
  ------------------------------------------------*/
  .modalContentInner,
  .modalAddCartInner {
    width: 96%;
    margin-left: -48%;
    padding: 20px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .modalTit {
    font-size: 14px;
    padding: 0 24px 15px 0;
    font-weight: bold;
  }

  .modalBtmConts .section {
    padding: 0;
  }

  .modalBtmConts .mAuto.spCenterBtn.btn:first-of-type {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .modalBtmConts .mAuto.spCenterBtn.btn {
    margin-bottom: 10px;
  }

  .modalBtmConts .heading02 {
    margin: 15px 0 20px;
    padding-bottom: 8px;
    border-bottom: dotted 1px #000;
  }

  .modalBtmConts .heading02 .icoRecommend {
    padding-left: 0;
    background: none;
  }

  .modalClose {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    width: 20px;
    height: 20px;
  }

  /*------------------------------------------------
  Table
  ------------------------------------------------*/
  .tableLayout .tableType01,
  .tableLayout .tableType02 {
    border: none;
    margin-bottom: 20px;
  }

  .tableLayout .tableType01 tr,
  .tableLayout .tableType01 tr th,
  .tableLayout .tableType01 tr td,
  .tableLayout .tableType02 tr,
  .tableLayout .tableType02 tr th,
  .tableLayout .tableType02 tr td {
    display: block;
    width: 100vw;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: none;
    font-weight: normal;
  }

  .tableLayout .tableType01 tr th,
  .tableLayout .tableType01 tr td,
  .tableLayout .tableType02 tr th,
  .tableLayout .tableType02 tr td {
    font-size: 12px;
    padding: 15px 10px;
  }

  .tableLayout th .requiredIcon {
    margin-left: 20px;
    margin-top: -4px;
  }

  .tableLayout .tableType02 {
    width: 100%;
    border-right: none;
    float: none;
  }

  .tableLayout .tableSideArea {
    width: 32%;
    padding-right: 10px;
    float: right;
    border: none;
    display: block;
    height: inherit !important;
  }

  /*------------------------------------------------
  PaginationNav
  ------------------------------------------------*/
  .paginationNav {
    float: none;
    margin-bottom: 10px;
    overflow: hidden;
  }

  .paginationNav ol {
    display: table;
    width: auto;
    float: right;
  }

  .paginationNav ol li {
    float: none;
    display: table-cell;
    width: 50px;
    border-left: 1px dotted #000000;
    text-align: center;
  }

  .paginationNav ol li:first-child {
    border-left: 1px dotted #000000;
    width: 50px;
  }

  .paginationNav ol li:last-child {
    border-right: 1px dotted #000000;
    width: 50px;
  }

  .paginationNav ol li a {
    display: inline-block;
    width: 100%;
    padding: 2px 0;
    font-size: 12px;
    font-weight: bold;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
  }

  .paginationNav ol li.is-active,
  .paginationNav ol li:hover {
    background: #ffd9b2;
  }

  /*------------------------------------------------
  DispNum
  ------------------------------------------------*/
  .dispNum {
    width: 100%;
    padding: 5px 0;
  }

  .dispNum.borderTop {
    border-top: 1px dotted #000000;
  }

  .dispNum.borderBtm {
    border-bottom: 1px dotted #000000;
  }

  .dispNum .dispNumTxt {
    font-size: 13px;
  }

  .dispNum .dispNumTxt .getNumTxt {
    font-weight: bold;
  }

  .dispNum.dispNumAbove {
    float: none;
    margin-bottom: 5px;
    padding-bottom: 0;
    border-bottom: solid 1px #000;
  }

  /*------------------------------------------------
  SingleItemSort
  ------------------------------------------------*/
  .singleItemSort {
    width: 100%;
  }

  .singleItemSortTit {
    font-size: 12px;
  }

  .singleItemSortSelect li span {
    display: block;
    padding: 10px 12px;
    font-size: 12px;
  }

  /*------------------------------------------------
  StepNav
  ------------------------------------------------*/
  .stepNav ol li {
    height: 24px;
  }

  /* stepNavType01 */
  .stepNav .stepNavType01 ol li {
    background: url(/shop/common/images/bg-icon-stepnav.png) no-repeat left -0.5px transparent;
    background-size: 10px auto;
    -moz-background-size: 10px auto;
    -webkit-background-size: 10px auto;
  }

  body#MapPage .stepNav .stepNavType01 ol li {
    background:none;
  }

  .stepNav .stepNavType01 ol li.is-active {
    background: url(/shop/common/images/bg-icon-stepnav.png) no-repeat left -26px #ff8247;
    background-size: 10px auto;
    -moz-background-size: 10px auto;
    -webkit-background-size: 10px auto;
  }

  body#MapPage .stepNav .stepNavType01 ol li.is-active {
    background:#EAE4D8;
  }

  /* stepNavType02 */
  .stepNav .stepNavType02 ol li {
    background: url(/shop/common/images/bg-icon-stepnav.png) no-repeat left 0 transparent;
    background-size: 10px auto;
    -moz-background-size: 10px auto;
    -webkit-background-size: 10px auto;
  }

  .stepNav .stepNavType02 ol li.is-active {
    background: url(/shop/common/images/bg-icon-stepnav.png) no-repeat left -26px #ff8247;
    background-size: 10px auto;
    -moz-background-size: 10px auto;
    -webkit-background-size: 10px auto;
  }

  .stepNav .stepNavType02 ol li.is-disable {
    background: url(/shop/common/images/bg-icon-stepnav.png) no-repeat left -52px transparent;
    background-size: 10px auto;
    -moz-background-size: 10px auto;
    -webkit-background-size: 10px auto;
  }

  /* stepNavType03 */
  .stepNav .stepNavType03 ol li {
    background: url(/shop/common/images/bg-icon-stepnav.png) no-repeat left 0 transparent;
    background-size: 10px auto;
    -moz-background-size: 10px auto;
    -webkit-background-size: 10px auto;
  }

  .stepNav .stepNavType03 ol li.is-active {
    background: url(/shop/common/images/bg-icon-stepnav.png) no-repeat left -26px #ff8247;
    background-size: 10px auto;
    -moz-background-size: 10px auto;
    -webkit-background-size: 10px auto;
  }

  .stepNav .stepNavType03 ol li.is-disable {
    background: url(/shop/common/images/bg-icon-stepnav.png) no-repeat left -52px transparent;
    background-size: 10px auto;
    -moz-background-size: 10px auto;
    -webkit-background-size: 10px auto;
  }

  /*------------------------------------------------
  module02
  ------------------------------------------------*/
  .deleteHistory {
    position: static;
  }

  .price .priceTax {
    font-size: 10px;
  }

  .price.priceS,
  .price.priceL {
    font-size: 10px;
  }

  .price.priceS .fontM {
    font-size: 12px !important;
  }

  .price.priceL .fontL,
  .items .price.priceS .fontM {
    font-size: 14px !important;
  }

  .btnPriority05 a {
    box-sizing: border-box;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 14px;
  }

  .btnCart02 button {
    box-sizing: border-box;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 14px;
  }

  .favoriteItemsBtn button {
    width: 47px;
  }

  .smallSpecial {
    padding-top: 0;
    border-top: none;
  }

  .favoriteItemsBtn button span {
    background: url(/shop/common/images/bg-icon-favorite-sp.png) no-repeat center 2px;
    background-size: 19px auto;
  }

  .favoriteItemsBtn.is-active button span {
    background: url(/shop/common/images/bg-icon-favorite-is-active-sp.png) no-repeat center 2px;
    background-size: 19px auto;
  }

  .smallSpecialLink:nth-child(n+4),
  .smallSpecialLink {
    display: block;
    width: 100%;
    margin: 0 0 20px;
    box-sizing: border-box;
  }

  .smallSpecial dt:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    border-top: solid 5px transparent;
    border-bottom: solid 5px transparent;
    border-left: solid 9px #E07448;
  }

  .recommend {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .recommendInner {
    width: auto;
  }

  .recommendList {
    letter-spacing: 0;
  }

  .recommendList:after {
    content: "";
    clear: both;
    display: table;
  }

  .recommendListItem {
    display: block;
    float: left;
    padding: 0 2px;
    width: 25%;
  }

  .noSlide .recommendListItem {
    width: 47%;
    float: left;
    padding: 0 2px;
    margin-bottom: 20px;
  }

  /* .noSlide .recommendListItem:last-child{
    display: none;
  } */
  .noSlide .recommendListItem:nth-child(2n) {
    margin-right: 0;
  }

  .recommendListItem.slick-slide .recommendListItemInner {
    padding: 0 2px;
  }

  .recommend.recommendModal {
    width: 100%;
    margin: 0 auto;
  }

  .recommendModal .recommendListItem {
    width: 50%;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .recommendModal .recommendListItem:nth-child(3n) {
    border-right: dotted 1px #000;
  }

  .recommendModal .recommendListItem:nth-child(2n) {
    border-right: none;
  }

  .recommendModal .recommendListItem:nth-child(3n+1):before {
    content: none;
  }

  .recommendModal .recommendListItem:nth-child(2n+1):before {
    content: "";
    position: absolute;
    top: auto;
    right: 0;
    top: -20px;
    left: 0;
    width: 300%;
    border-top: dotted 1px #000;
  }

  .recommendName {
    margin: 0 5px;
  }

  /* .recommendList .price */
  .recommendList .review {
    display: none;
  }

  .recommendControlPrev,
  .recommendControlNext {
    display: block;
    position: absolute;
    top: 50%;
    width: 25px;
    height: 50px;
    margin-top: -45px;
    background-color: rgba(255, 130, 71, .6);
  }

  .recommendControlPrev {
    left: -10px;
    border-radius: 0 2px 2px 0;
  }

  .recommendControlNext {
    right: -10px;
    border-radius: 2px 0 0 2px;
  }

  .recommendControlPrev:before,
  .recommendControlNext:before {
    top: 17px;
    width: 16px;
    height: 16px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
  }

  .recommendControlPrev:before {
    left: 8px;
  }

  .recommendControlNext:before {
    right: 8px;
  }

  .catalogList {
    padding: 0 5px;
    letter-spacing: -.4em;
  }

  .catalogListItem {
    position: relative;
    width: 50%;
    padding: 0 5px;
    float: none;
    display: inline-block;
    letter-spacing: normal;
  }

  .catalogListItem:nth-child(4n+1),
  .catalogListItem:nth-child(4n+2) {
    padding-top: 19px;
  }

  .catalogListItem:nth-child(4n+1):before {
    content: "";
    position: absolute;
    top: -1px;
    right: 0;
    left: 0;
    width: 200%;
    border-top: dotted 1px #000;
  }

  .catalogListItem:nth-child(4n+1):after {
    content: "";
    position: absolute;
    top: -1px;
    right: auto;
    left: 0;
    width: 5px;
    border-top: solid 1px #FFF;
  }

  .catalogListItem:nth-child(4n+2):after {
    content: "";
    position: absolute;
    top: -1px;
    right: 0;
    left: auto;
    width: 5px;
    border-top: solid 1px #FFF;
  }

  .catalogListItem:nth-child(6n+1) {
    clear: none;
  }

  .catalogImg {
    margin-bottom: 5px;
    border: solid 1px #000;
  }

  .catalogName {
    margin-bottom: 5px;
  }

  .catalogPeriod {
    font-size: 10px;
    letter-spacing: -1em;
  }

  .catalogPeriod dt,
  .catalogPeriod dd {
    display: inline;
    letter-spacing: 0;
  }

  .itemsList {
    padding: 0;
  }

  .is-2col .itemsListItem,
  .itemsListItem {
    width: 50%;
    margin-bottom: 20px;
    padding: 0 9px 20px 10px;
  }

  .is-2col .itemsListItem:nth-child(2n),
  .itemsListItem:nth-child(2n) {
    padding: 0 10px 20px;
    border-right: none;
  }

  .is-2col .itemsListItem:nth-child(2n+1):before,
  .itemsListItem:nth-child(2n+1):before {
    content: "";
    position: absolute;
    top: auto;
    right: 0;
    bottom: -2px;
    left: 0;
    width: 200%;
    border-top: dotted 1px #000;
  }

  .is-2col .itemsListItem:nth-child(2n+1):after,
  .itemsListItem:nth-child(2n+1):after {
    content: "";
    position: absolute;
    top: auto;
    bottom: -2px;
    left: 0;
    width: 10px;
    border-top: solid 1px #FFF;
  }

  .is-2col .itemsListItem:nth-child(2n):after,
  .itemsListItem:nth-child(2n):after {
    content: "";
    position: absolute;
    top: auto;
    right: 0;
    bottom: -2px;
    width: 10px;
    border-top: solid 1px #FFF;
  }

  .itemsListItem:nth-child(odd) .favoritePopup {
    -ms-transform: translateY(-100%) translateX(-95px);
    -webkit-transform: translateY(-100%) translateX(-95px);
    transform: translateY(-100%) translateX(-95px);
  }

  .itemsListItem:nth-child(odd) .favoritePopup:after {
    right: auto;
    left: 52%;
  }

  .itemsListItem:nth-child(even) .favoritePopup {
    -ms-transform: translateY(-100%) translateX(-80%);
    -webkit-transform: translateY(-100%) translateX(-80%);
    transform: translateY(-100%) translateX(-80%);
  }

  .itemsListItem:nth-child(even) .favoritePopup:after {
    right: 5px;
  }

  .is-2col .itemsImg,
  .itemsImg {
    position: relative;
    width: 100%;
    max-height: 100%;
    margin: 0 auto 10px;
  }

  .itemsImg img {
    max-height: 100%;
  }

  .is-2col .itemsName,
  .itemsName {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: normal;
  }

  .itemsTxt,
  .itemsSpec {
    display: none;
  }

  .itemsFavorite .itemsSpec {
    display: block;
    font-size: 12px;
  }

  .is-2col .itemsList .reviewStars,
  .itemsList .reviewStars {
    padding-right: 0;
  }

  .is-2col .itemsList .review {
    width: 100%;
  }

  .is-2col .itemsList .reviewStars img,
  .itemsList .reviewStars img {
    width: 65px;
  }

  .itemsList .reviewNum {
    font-size: 10px;
  }

  .itemsList .tag {
    margin: 5px 0 0;
  }

  .itemsList .tagImg {
    margin: 5px 0 0;
    overflow: hidden;
  }

  .itemsPeriod {
    margin: 5px 0 0;
    font-size: 10px;
  }

  .itemsBtn {
    margin: 0;
  }

  .itemsBtn .colorOR.btnH_s {
    padding: 17px 0 15px;
  }

  .itemsBtn .colorBorderBK.btnH_s {
    padding: 16px 0 14px;
  }

  .itemsBtn .colorBorderOR.btnH_s {
    padding: 16px 0 14px;
    font-size: 14px;
  }

  .tag {
    letter-spacing: 0;
    overflow: hidden;
  }

  .tag li {
    float: left;
    display: block;
    width: auto;
    margin: 10px 10px 0 0;
    padding: 8px 6px 6px;
    font-size: 10px;
    border-radius: 6px;
  }

  .tagImg li {
    float: left;
    display: block;
    width: auto;
    margin: 5px 5px 0 0;
  }

  .tagImg li img {
    height: 25px;
    width: auto;
  }

  .tagOutstock {
    padding: 12px 0 0;
    font-size: 12px;
  }

  /* 301 */
  .selectRegionList {
    margin-bottom: 20px;
  }

  .selectRegionList dt {
    position: relative;
    margin-top: 20px;
    padding: 10px 0;
    font-size: 14px;
    border-bottom: dotted 1px #000;
  }

  .selectRegionList li:first-child dt {
    margin-top: 0;
  }

  .selectRegionList dd li {
    padding: 10px 0;
    border-bottom: dotted 1px #000;
  }

  .selectRegionTrigger {
    display: inline-block;
    position: absolute;
    bottom: 2px;
    right: 0;
    width: 47px;
    height: 30px;
    border: solid 1px #000;
    background-color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
  }

  .selectRegionTrigger:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-top: -5px;
    margin-left: -4.5px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  /* 302 */
  .loginStepNav {
    margin-bottom: 20px;
  }

  .loginStepNavList {
    position: relative;
  }

  .loginStepNavList li {
    display: table;
    position: relative;
    width: 100%;
    height: 89px;
    margin-bottom: 28px;
  }

  .loginStepNavList li:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 37px;
    border-top: solid 13px #E07448;
    border-right: solid 8px transparent;
    border-left: solid 8px transparent;
  }

  .loginStepNavList:after {
    content: none;
  }

  .loginStepNavList li:last-child {
    overflow: hidden;
    margin-bottom: 18px;
  }

  .loginStepNavImg,
  .loginStepNavTxt {
    display: table-cell;
    vertical-align: middle;
  }

  .loginStepNavImg {
    padding: 0;
    width: 89px;
    height: 89px;
  }

  .loginStepNavTxt {
    padding-left: 18px;
  }

  .loginStepNav .btn .btnH_l {
    padding: 10px 0 8px;
  }

  /* 308 */
  .rulesArea {
    margin-bottom: 20px;
  }

  .rulesArea .paragraph01 {
    margin-bottom: 10px;
  }

  .rulesAreaDocumentInner {
    height: 200px;
    font-size: 10px;
    padding: 0 10px 0 0;
  }


  /* 008A */
  .tableOrderNum {
    width: 100%;
  }

  .tableOrderNumTable {
    display: block;
  }

  .tableOrderNumTable th {
    display: none;
  }

  .tableOrderNumTable td {
    display: block;
  }

  .tableOrderNumTable td:first-of-type {
    text-align: center;
  }

  .tableOrderNumTable th:last-of-type,
  .tableOrderNumTable td:last-of-type {
    border-right: none;
  }

  .tableOrderNumTable td:last-of-type[colspan] {
    text-align: left;
    border-right: dotted 1px #000;
  }

  .tableOrderNumTable .btnSml a,
  .tableOrderNumTable .inputType02 input {
    width: 100%;
  }

  /*------------------------------------------------
  ThemeTxtList ThemeImgList
  ------------------------------------------------*/
  .themeTxtList ul {
    border-bottom: 1px dotted #000000;
  }

  .themeTxtList ul li {
    width: 50%;
    margin-right: 0;
    margin-bottom: 0;
    border: none;
    border-top: 1px dotted #000000;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 5px 0;
    min-height: 75px;
    background: url(/shop/common/images/bg-icon-themeTxtList-arrow-sp.png) no-repeat right 10px center;
    background-size: 7px 12px;
    -moz-background-size: 7px 12px;
    -webkit-background-size: 7px 12px;
  }

  .themeTxtList ul li:nth-child(2n) {
    margin-right: 0;
  }

  .themeTxtList ul li a {
    width: 100%;
    font-size: 12px;
    border-right: 1px dotted #000000;
    padding: 0 25px 0 10px;

  }

  .themeTxtList ul li:nth-child(2n) a {
    border-right: none;
  }

	.sp_themeImgList ul {
		/*border-bottom: 1px solid #000000;*/
	}
	.sp_themeImgList ul li {
		/*float: left;*/
		width: 100%;
		position: relative;
		border-bottom: 1px solid #000000;
	}

	.sp_themeImgList ul li:first-child {
		border-top: 1px solid #000000;
	}

	.sp_themeImgList ul li.is-active {
		/*background: #f9f8f8;*/
	}

	.sp_themeImgList ul li.is-active a:after {
		background-position: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 35px;
	}

	.sp_themeImgList ul li a {
		display: block;
		padding: 10px 20px 10px 0;
	}
	.sp_themeImgList ul li a:after {
		content: '';
		width: 10px;
		height: 10px;
		overflow: hidden;
		border-top: 1px solid #000000;
		border-right: 1px solid #000000;
		position: absolute;
		top: 30px;
		/*bottom: 0;*/
		margin: auto 0;
		right: 10px;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	.sp_themeImgList ul li dl {
		display: table;
		width: 100%;
	}

	.sp_themeImgList ul li dl dt,
	.sp_themeImgList ul li dl dd {
		display: table-cell;
		vertical-align: middle;
	}

	.sp_themeImgList ul li dl dt {
		width: 54px;
	}
	.sp_themeImgList ul li dl dd {
		padding-left: 7px;
	}

	.sp_themeImgList_conts .sp_themeImgList_contsInner {
		display: none;
		/*background: #f9f8f8;*/
		position: relative;
	}

	.sp_themeImgList_conts .sp_themeImgList_contsInner:after {
		content: '';
		position: absolute;
		top: -1px;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 1px;
		background: #000000;
	}

	.sp_themeImgList_conts .sp_themeImgList_contsInner li {
		border-top: 1px dotted #000000;
		border-bottom: 1px dotted #000000;
		margin-top: -1px;
		background: url(/shop/common/images/bg-icon-themeTxtList-arrow-sp.png) no-repeat right 10px center;
		background-size: 7px 12px;
		-moz-background-size: 7px 12px;
		-webkit-background-size: 7px 12px;
		padding: 5px 0;
	}

	.sp_themeImgList_conts .sp_themeImgList_contsInner li:first-child {
		/*border: none;*/
		width: 100%;
		text-align: center;
		margin-top: 0;
	}

	.sp_themeImgList_conts .sp_themeImgList_contsInner li:last-child {
		border-bottom: none;	}

	.sp_themeImgList_conts .sp_themeImgList_contsInner li a {
		display: block;
		padding: 20px;
		/*border-right: 1px dotted #000000;*/
	}

	.sp_themeImgList_conts .sp_themeImgList_contsInner li:nth-child(odd) a {
		border: none;
	}

	.sp_themeImgList_conts .sp_themeImgList_contsInner li a:after {
		display: none;
	}

  /*------------------------------------------------
Header
------------------------------------------------*/
  .headerWapper .headerWper.spOnly {
    padding: 13px 10px 1px;
    overflow-x: clip;
    display: block;
		margin-top: -10px;
  }

  .headerWapper .headerWper.pcOnly {
    display: none;
  }

  .headerWapper .globalNav.pcOnly {
    display: none;
  }

  .headerWapper .headerWper.spOnly .headerTop .headerLogo {
    width: 134px;
    height: 30px;
  }

  .headerWapper .headerWper.spOnly .headerTop {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
  }

  .headerWapper .headerWper.spOnly .headerTop .headerMenuBack {
    width: 80px;
    margin-left: auto;
    margin-top: 5px;
  }

  .headerWapper .headerWper.spOnly .headerTop .headerMenuBack a {
    font-size: 10px;
    display: block;
    text-align: center;
  }

  .headerWapper .headerWper.spOnly .headerTop .headerMenu ul {
    display: flex;
  }

  .headerWapper .headerWper.spOnly .headerTop .headerMenu ul li {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    text-align: center;
    position: relative;
  }

  .headerWapper .headerWper.spOnly .headerTop .headerMenu ul li a {
    font-size: 10px;
  }

  .headerWapper .headerWper.spOnly .headerTop .headerMenu ul li a::before {
    content: "";
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 auto -4px;
  }

  .headerWapper .headerWper.spOnly .headerTop .headerMenu ul li.login a::before {
    background: url(/shop/common/images/headerControll_icon_login_sp.png) no-repeat;
    background-size: cover;
  }

  .headerWapper .headerWper.spOnly .headerTop .headerMenu ul li.cart a::before {
    background: url(/shop/common/images/headerControll_icon_cart_sp.png) no-repeat;
    background-size: cover;
  }

  .headerWapper .headerWper.spOnly .headerTop .headerMenu ul li.cart .cartCount {
    position: absolute;
    top: -5px;
    right: 10px;
    min-width: 25px;
    height: 25px;
    margin: 0 0 0 8px;
    line-height: 23px;
    border: 2px solid #fff;
    border-radius: 25px;
    background: #BC3434;
    font-size: 11px;
    text-align: center;
    text-indent: 0;
    box-sizing: border-box;
    padding: 0 3px;
    color: #fff;
  }

  .headerWapper .headerWper.spOnly .headerTop .headerMenu ul li.menu a::before {
    background: url(/shop/common/images/headerControll_icon_menu_sp.png) no-repeat;
    background-size: cover;
  }

  .headerWapper .headerWper.spOnly .headerTop .headerMenu ul li:last-child {
    margin-right: 0;
  }

  .headerWapper .headerWper.spOnly .headerBtm {
    margin-bottom: 10px;
  }


	.headerWapper .headerWper.spOnly .headerBtm.-fixed{
		position: fixed;
		left: 0;
		top: -111px;
		width: 100%;
		box-sizing: border-box;
		padding: 10px;
		background: #FFF;
		z-index: 10;
		transition: 0.3s ease;
	}

	.headerWapper .headerWper.spOnly .headerBtm.-fixed.-down{
		top: 0;
		padding: 10px;
		margin: 0;
		z-index: 1999;
	}

	.SearchBoxOverlay{
		opacity: 0;
		transition: 0.3s ease;
		visibility: hidden;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 10;
		background: rgba(0, 0, 0, 0.55);
	}

	.SearchBoxOverlay.-active{
		opacity: 1;
		visibility: visible;
	}

  .headerWapper .headerWper .headerMenuBack a img{
    max-height: 33px;
    width: auto;
  }

  form#np_form_sp_menu, form#np_form_sp {
    display: flex;
    height: 38px;
  }

  .headerSearchBox {
    width: 100%;
  }

  .headerSearchBox input {
    border: 1px solid #D9D9D9;
    width: 100%;
    height: 38px;
    box-sizing: border-box;
    padding: 0 10px;
    background: #FAFAFA;
    border-radius: 0;
    -webkit-appearance: none;
  }

  .headerSearchButton button {
    height: 38px;
    width: 38px;
    background: url(/shop/common/images/img-header-icon-search.png) no-repeat #4A3F37 center;
    background-size: 19px 19px;
  }

  .headerWapper .headerWper.spOnly .globalNav {
    background: #4B3F2E;
    margin: 0 -10px;
    z-index: 20;
    position: relative;
  }

  .headerWapper .headerWper.spOnly .globalNav>ul {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .headerWapper .headerWper.spOnly .globalNav ul::-webkit-scrollbar {
    display: none;
  }

  .headerWapper .headerWper.spOnly .globalNav .slick-arrow {
    width: 20px;
    height: 28px;
    position: absolute;
    top: 0;
  }

  .headerWapper .headerWper.spOnly .globalNav .slick-arrow {
    content: "";
    width: 24px;
    height: 34px;
    display: block;
    opacity: 1;
    transition: all 0.3s ease;
  }

  .headerWapper .headerWper.spOnly .globalNav .slick-arrow.slick-disabled {
    opacity: 0;
  }

  .headerWapper .headerWper.spOnly .globalNav .gnav-arrow-prev {
    left: 0;
    background: url(/shop/common/images/gnav_arrow_left_sp.png) no-repeat;
    background-size: cover;
  }

  .headerWapper .headerWper.spOnly .globalNav .gnav-arrow-next {
    right: 0;
    background: url(/shop/common/images/gnav_arrow_right_sp.png) no-repeat;
    background-size: cover;
  }

  .headerWapper .headerWper.spOnly .globalNav ul.globalNavLists .slick-list {
    overflow: inherit;
  }

  .headerWapper .headerWper.spOnly .globalNav ul.globalNavLists li.globalNavList {
    padding: 0 15px;
    flex-shrink: 0;
    height: 34px;
    border-right: 1px solid #FFF;
  }

  /* .headerWapper .headerWper.spOnly .globalNav ul.globalNavLists li.globalNavList:last-child{
	padding-right: 35px;
} */

  .headerWapper .headerWper.spOnly .globalNav ul.globalNavLists li.globalNavList span {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 1.3;
  }

  .headerWapper .headerWper.spOnly .globalNav ul.globalNavLists li.globalNavList .globalNavContents {
    display: none;
  }

  .headerWapper .headerWper.spOnly .globalNav ul.globalNavLists li.globalNavList.Active {
    background: #F1EDE7;
  }

  .headerWapper .headerWper.spOnly .globalNav ul.globalNavLists li.globalNavList.Active span {
    color: #4B3F2E;
    font-weight: bold;
  }

  .headerWapper .headerWper.spOnly .globalNav .SubMenu .globalNavContents {
    display: none;
  }

  .headerWapper .headerWper.spOnly .globalNav .SubMenu .globalNavContents.Active {
    display: block;
    position: absolute;
    z-index: 30;
    background: #F1EDE7;
    left: 0;
    width: 100vw;
    padding: 10px;
    box-sizing: border-box;
  }

  .headerWapper .headerWper.spOnly .globalNav .SubMenu .globalNavContents>a {
    color: #4B3F2E;
    display: block;
    margin-bottom: 25px;
    font-size: 14px;
  }

  .headerWapper .headerWper.spOnly .globalNav .SubMenu .globalNavContents .globalNavViewLinks {
    padding-left: 10px;
  }

  .headerWapper .headerWper.spOnly .globalNav .SubMenu .globalNavContents .globalNavViewLinks ul {
    margin-bottom: 20px;
  }

  .headerWapper .headerWper.spOnly .globalNav .SubMenu .globalNavContents .globalNavViewLinks ul li {
    margin-bottom: 20px;
  }

  .headerWapper .headerWper.spOnly .globalNav .SubMenu .globalNavContents .globalNavViewLinks ul li:last-child {
    margin-bottom: 0;
  }

  .headerWapper .headerWper.spOnly .globalNav .SubMenu .globalNavContents .globalNavViewLinks ul li a {
    font-size: 14px;
  }

  .headerWapper .headerWper.spOnly .globalNav .NavArrow div {
    content: "";
    width: 24px;
    height: 34px;
    display: block;
    opacity: 1;
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
  }

  .headerWapper .headerWper.spOnly .globalNav .NavArrow .ArrowRight {
    right: 0;
    background: url(/shop/common/images/gnav_arrow_right_sp.png) no-repeat;
    background-size: cover;
  }

  .headerWapper .headerWper.spOnly .globalNav .NavArrow .ArrowLeft {
    left: 0;
    background: url(/shop/common/images/gnav_arrow_left_sp.png) no-repeat;
    background-size: cover;
  }

  .headerWapper .headerWper.spOnly .globalNav .NavArrow div.active {
    opacity: 1;
    visibility: visible;
    transition: 0.4s;
  }

/* header animation[s] */
.header {
	background: #fff;
}

.header .headerTop{
}

.header.-fixed .headerTop{
	position: fixed;
	width: 100%;
	top: 0;
	right: 0;
	z-index: 1000;
	background-color: #fff;
	-webkit-animation: headerScroll .2s ease-out;
	animation: headerScroll .2s ease-out;
	padding: 13px 10px 0;
	box-sizing: border-box;
}
.header.-fixed .headerBtm{
	margin-top: 45px;
}

.header .headerBtm,
.header .globalNav{
}
.header.-hidemenu .headerBtm,
.header.-hidemenu .globalNav{
}
@-webkit-keyframes headerScroll {
	0% {
		top: -141px;
	}
	to {
		top: 0;
	}
}
@keyframes headerScroll {
	0% {
		top: -141px;
	}
	to {
		top: 0;
	}
}
/* header animation[e] */



.modalMenu {
	display: none;
}
  .modalMenuOverlay .modalMenu {
    display: block;
  }

  .modalMenuOverlay {
    position: fixed;
    background: #F1EDE7;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2000;
    padding: 15px 10px;
    box-sizing: border-box;
    overflow: auto;
  }

  .modalMenuOverlay .headerGreeting {
    display: flex;
    align-items: baseline;
    margin-bottom: 3px;
  }

  .modalMenuOverlay .headerGreeting span.TxtWelcome {
    font-size: 10px;
    margin-right: 3px;
  }

  .modalMenuOverlay .headerGreeting span.TxtUserName,
  .modalMenuOverlay .headerGreeting span.TxtSama {
    font-size: 16px;
  }

  .modalMenuOverlay .headerControllLogout a {
    color: #E07448;
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
  }

  .modalMenuOverlay form#np_form_sp_menu, .modalMenuOverlay form#np_form_sp {
    margin-bottom: 20px;
  }

  .modalMenuOverlay .pipedLink {
    margin-bottom: 10px;
  }

  .modalMenuOverlay .pipedLink ul {
    display: flex;
  }

  .modalMenuOverlay .pipedLink ul li {
    width: 31%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #4A3F37;
    margin-right: 3.5%;
    border-radius: 5px;
    text-align: center;
    position: relative;
    padding-top: 20px;
    box-sizing: border-box;
  }

  .modalMenuOverlay .pipedLink ul li:nth-child(3n) {
    margin-right: 0;
  }

  .modalMenuOverlay .pipedLink ul li span {
    font-size: 12px;
    line-height: 1.2;
    display: block;
  }

  .modalMenuOverlay .pipedLink ul li span::before {
    content: "";
    width: 17px;
    height: 17px;
    display: block;
    margin: 0 auto 3px;
    top: 6px;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
  }

  .modalMenuOverlay .pipedLink ul li p.headerControllOrder span::before {
    background: url(/shop/common/images/headerControll_icon_order_sp.png) no-repeat;
    background-size: cover;
  }

  .modalMenuOverlay .pipedLink ul li p.headerControllCatalog span::before {
    background: url(/shop/common/images/headerControll_icon_catalog_sp.png) no-repeat;
    background-size: cover;
  }

  .modalMenuOverlay .pipedLink ul li p.headerControllBrowsingHistory span::before {
    background: url(/shop/common/images/headerControll_icon_history_sp.png) no-repeat;
    background-size: cover;
  }

  .modalMenuOverlay .pipedLink ul li p.headerControllBrowsingHistory {
    line-height: 1.75;
  }

  .modalMenuOverlay ul.modalMenuHeaderLink {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .modalMenuOverlay ul.modalMenuHeaderLink li {
    width: 31%;
    height: 40px;
    background: #4A3F37;
    margin-right: 3.5%;
    margin-bottom: 10px;
    border-radius: 5px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
  }

  .modalMenuOverlay ul.modalMenuHeaderLink li:nth-child(3n) {
    margin-right: 0;
  }

  .modalMenuOverlay ul.modalMenuHeaderLink li a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 6px;
  }

  .modalMenuOverlay ul.modalMenuHeaderLink li a span {
    color: #FFF;
    display: flex;
  }

  .modalMenuOverlay ul.modalMenuHeaderLink li a span:before {
    content: "";
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    left: 5px;
    top: 9px;
  }

  .modalMenuOverlay ul.modalMenuHeaderLink li.headerControllMyPage a span:before {
    background: url(/shop/common/images/headerControll_icon_mypage_sp.png) no-repeat;
    background-size: cover;
  }

  .modalMenuOverlay ul.modalMenuHeaderLink li.headerControllFavorite a span:before {
    background: url(/shop/common/images/headerControll_icon_favorite_sp.png) no-repeat;
    background-size: cover;
  }

  .modalMenuOverlay ul.modalMenuHeaderLink li.headerControllFAQ a span:before {
    background: url(/shop/common/images/headerControll_icon_faq_sp.png) no-repeat;
    background-size: cover;
  }

  .modalMenuOverlay ul.modalMenuHeaderLink li.headerControllOrderDetail a span:before {
    background: url(/shop/common/images/headerControll_icon_orderdetail_sp.png) no-repeat;
    background-size: cover;
  }

  .modalMenuOverlay ul.modalMenuHeaderLink li.headerControllEdit a span:before {
    background: url(/shop/common/images/headerControll_icon_edit_sp.png) no-repeat;
    background-size: cover;
  }

  .modalMenuOverlay ul.modalMenuHeaderLink li.headerControllReview a span:before {
    background: url(/shop/common/images/headerControll_icon_review_sp.png) no-repeat;
    background-size: cover;
  }

  .modalMenuOverlay .modalMenuSlideLink li span,
  .modalMenuOverlay .modalMenuSlideLink li a {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 14px;
  }

  .modalMenuOverlay .modalMenuSlideLink li>span::after {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(45deg);
    position: absolute;
    right: 2px;
    top: 14px;
  }

  .modalMenuOverlay .modalMenuSlideLink li.active>span::after {
    top: 16px;
    transform: rotate(-135deg);
  }

  .modalMenuOverlay .modalMenuSlideLink li span+ul {
    background: #FFF;
    padding: 12px;
    display: none;
  }

  .modalMenuOverlay .modalMenuSlideLink li span+ul li:not(:first-child) {
    padding-left: 25px;
  }

  .modalMenuClose {
    position: absolute;
    right: 10px;
    top: 25px;
    width: 26px;
    height: 26px;
    display: block;
    background: url(/shop/common/images/ModalBtnClose.png) no-repeat;
    background-size: cover;
  }

  .BtmLink {
    margin: 10% 0;
  }

  .BtmLink ul {
    display: flex;
  }

  .BtmLink ul li {
    width: 50%;
    height: 40px;
  }

  .BtmLink ul li a {
    width: 100%;
    height: 100%;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
  }















  body.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }

  img {
    width: 100%;
  }

  /* 001 */
  .sectionWrapTopKv {
    padding-bottom: 0;
    background: none;
  }

  .topKv {
    margin-top: -20px;
    border-bottom: solid 5px #c8c8c8;
  }

  .topKvInner {
    width: 100%;
  }

  .topKvSlide img {
    width: 100%;
  }

  .topKvSlide .slick-dots li {
    margin: 0;
  }

  .topKv .slick-dots {
    bottom: -30px;
  }

  .topKv .slick-dots li button:before {
    font-size: 12px;
    width: 10px;
    height: 10px;
    line-height: 10px;
  }

  .topKvControl {
    display: none;
  }


  .borderSection .borderSectionInner {
    width: 100%;
    padding-top: 20px;
  }

  .topCatalogueBlock {
    margin-bottom: 15px;
  }

  .topCatalogueBlockInfo .searchBox {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }

  .topCatalogueBlockInfo .searchBox .contsSearchBox {
    width: 100%;
  }

  .topCatalogueBlockLink {
    margin: 0 0 10px;
    overflow: hidden;
  }

  .topCatalogueBlockLink.col2 p {
    width: 48%;
  }

  .topCatalogueBlockLink.col2 p:not(:first-child) {
    margin-left: 4%;
  }

  .topCatalogueBlockLink.col3 p {
    width: 32%;
  }

  .topCatalogueBlockLink.col3 p:not(:first-child) {
    margin-left: 2%;
  }

  .topCatalogueBlockLink p a {
    height: 40px;
    line-height: 40px;
    padding: 0;
    overflow: hidden;
  }

  .topCatalogueBlock div:last-child {
    margin-right: 0;
  }

  .topCatalogueBlockCategory p a {
    display: block;
    position: relative;
    height: 40px;
    box-sizing: border-box;
    padding: 0;
    border: 1px solid #E07448;
    border-radius: 4px;
    background: #E07448;
    line-height: 40px;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 1px rgba(0, 0, 0, .6);
  }

  .topCatalogueBlockCategory p a::before,
  .topCatalogueBlockCategory p a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    margin: auto 0;
    width: 15px;
    height: 2px;
    background: #fff;
    -webkit-transition: transform .3s;
    -ms-transition: transform .3s;
    transition: transform .3s;
  }

  .topCatalogueBlockCategory p a::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .topCatalogueBlockCategory.active p a::after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  .topCatalogueBlockCategory .modalMenuSlideLink {
    display: none;
    border-top: none;
    border-bottom: 1px dotted #000;
  }

  /* 3/12 edit start */
  .topCatalogueBlockCategory.topPageTwoLineCategory .modalMenuSlideLink {
    display: block;
    overflow: hidden;
    position: relative;
  }

  .topCatalogueBlockCategory.topPageTwoLineCategory .modalMenuSlideLink:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    display: block;
    height: 1px;
    width: 100%;
    background: #fff;
  }

  .topCatalogueBlockCategory.topPageTwoLineCategory .modalMenuSlideLink>li {
    float: left;
    width: 50%;
    border-top: 1px dotted #000;
    margin-top: -1px;
    background: #fff;
    position: relative;
  }

  .topCatalogueBlockCategory.topPageTwoLineCategory .modalMenuSlideLink>li:first-child {}

  .topCatalogueBlockCategory.topPageTwoLineCategory .modalMenuSlideLink>li:nth-child(2n+1) {
    clear: left;
  }

  .topCatalogueBlockCategory.topPageTwoLineCategory .modalMenuSlideLink>li.active {
    border-bottom: none;
  }

  .topCatalogueBlockCategory.topPageTwoLineCategory .modalMenuSlideLink>li>span {
    position: relative;
    display: block;
    width: 100%;
    height: 49px;
    padding: 0px 10px;
    box-sizing: border-box;
  }

  .topCatalogueBlockCategory.topPageTwoLineCategory .modalMenuSlideLink>li:nth-child(2n+1)>span {
    border-right: 1px dotted #000;
  }

  .topCatalogueBlockCategory.topPageTwoLineCategory .modalMenuSlideLink>li>span>span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    padding: 0 25px 0 0;
  }

  .topCatalogueBlockCategory.topPageTwoLineCategory .modalMenuSlideLink>li>ul {
    width: 200%;
    margin-left: 0;
    padding-top: 10px;
    padding-left: 20px;
    box-sizing: border-box;
  }

  .topCatalogueBlockCategory.topPageTwoLineCategory .modalMenuSlideLink>li:nth-child(2n)>ul {
    margin-left: -100%;
  }

  .topCatalogueBlockCategory.topPageTwoLineCategory .modalMenuSlideLink>li.twoTimesWidth {
    width: 100%;
  }

  .topCatalogueBlockCategory.topPageTwoLineCategory .modalMenuSlideLink>li.twoTimesWidth span {
    border-right: none;
  }

  /* 3/12 edit end */

  /* 002 */
  .categoryTopKv {
    width: 100%;
    margin: -20px 0 20px;
  }

  .categoryTopKvInner {
    width: 100%;
  }

  .categoryTopKvSlide img {
    width: 100%;
  }

  .categoryTopKv .slick-slider {
    width: auto;
    margin-bottom: 60px;
    border-bottom: 1px solid #c8c8c8;
  }

  .categoryTopKvSlide .slick-dots li {
    margin: 0 2px;
  }

  .categoryTopKv .slick-dots {
    bottom: -30px;
  }

  .categoryTopKv .slick-dots li button:before {
    font-size: 12px;
  }

  .categoryTopKvControl {
    display: none;
  }

  .spImageSlide {
    overflow: hidden;
    margin-left: -20px;
    margin-right: -10px;
  }

  .spImageSlide .slick-list {
    padding-right: 50px;
  }

  .spImageSlideItem {
    float: left;
    width: 50%;
  }

  .spImageSlideItem a {
    display: block;
    padding-left: 10px;
  }

  /*003*/
  .is-2col.items .favoriteItemsBtn {
    top: auto;
    right: 0;
  }

  /* 004 */
  .itemDetailInfo {
    margin: 0;
    padding: 0 10px;
  }

  .itemDetailInfo {
    font-size: 10px;
  }

  .itemDetailInfoTagWrap {
    border-bottom: none;
  }

  .itemDetailInfoTag {
    padding: 0;
    font-size: 10px;
  }

  .itemDetailInfoTagWrap .tag li {
    height: 20px;
  }

  .itemDetailInfoTagWrap .tag li img {
    height: 100%;
    width: auto;
  }

  .itemDetailInfoTagWrap .linkExIcon {
    margin-top: -5px;
  }

  .itemDetailInfoTagWrap .linkExIcon a {
    font-size: 12px;
  }

  .itemDetailInfoTitle {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
  }

  .itemDetailInfoReviews {
    /*display: table;*/
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
  }

  .itemDetailInfoReview {
    /*display: table-cell;*/
    width: 100%;
    vertical-align: top;
    margin-bottom: 0;
  }

  .itemDetailInfoReviewBlock {
    display: block;
    margin-bottom: 2px;
  }

  .itemDetailInfoReviewer {
    font-size: 10px;
  }

  .itemDetailInfoReview .itemDetailInfoStars {
    width: 70px;
  }

  .itemDetailInfoReviewNum {
    display: inline-block;
    margin-right: 6px;
    font-size: 10px;
  }

  .itemDetailInfoReview .linkExIcon {
    display: inline-block;
  }

  .itemDetailInfoReview .linkExIcon.kuchikomiIcon li a {
    padding: 2px 0 2px 16px;
    font-size: 10px;
    background-size: 15px;
    background-position: 0;
  }

  .itemDetailInfoReviews .price {
    /*display: table-cell;*/
    vertical-align: bottom;
    width: 100%;
    padding-top: 0;
    font-size: 12px;
  }

  .itemDetailInfoReviews .price.priceL .priceNum {
    font-size: 18px;
  }

  .itemDetailInfoReviews .price.priceL .priceTax {
    font-size: 10px;
  }

  .itemDetailInfoReviews .price.priceL .priceTax .priceNum {
    font-size: 12px;
  }

  .discountNum {
    font-size: 12px;
  }

  .viewDetailItem {
    margin-bottom: 5px;
  }

  .detailItemSlidePrev,
  .detailItemSlideNext {
    top: 0;
    height: 100%;
    margin-top: 0;
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -ms-transition-duration: 0;
    transition-duration: 0;
  }

  .detailItemSlidePrev:hover,
  .detailItemSlideNext:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }

  .detailItemSlidePrev {
    left: 10px;
  }

  .detailItemSlideNext {
    right: 10px;
  }

  .detailItemSlidePrev:before {
    width: 15px;
    height: 15px;
  }

  .detailItemSlideNext:before {
    width: 15px;
    height: 15px;
  }

  .viewDetailItemTxt {
    margin-bottom: 10px;
    font-size: 10px;
  }

  .detailItemSlideControl li {
    width: 15%;
    margin: 0 0 0 2%;
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -ms-transition-duration: 0;
    transition-duration: 0;
  }

  .detailItemSlideControl li:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }

  .detailItemSlideControl li:first-child {
    margin-left: 0;
  }

  .itemDetailSelectForm {
    margin: 0 10px 40px;
  }

  .itemDetailSelectForm label {
    font-size: 12px;
  }

  .itemDetailSelectForm .stockTxt {
    font-size: 22px;
    font-weight: normal;
  }

  .itemDetailSelectForm .selectType01 select {
    height: 55px;
  }

  .itemDetailSimpleForm select,
  .itemDetailSimpleForm .txtBox input {
    width: 100%;
    height: 50px;
  }

  .itemDetailSimpleFormNotes {
    font-size: 12px;
  }

  .itemDetailSimpleFormErrorTxt {
    font-size: 12px;
  }

  .itemDetailSlideArrowBtn {
    position: relative;
    margin-bottom: 20px;
  }

  .itemDetailSlideArrowBtn span {
    position: absolute;
    top: -26px;
    right: 0;
    display: block;
    width: 46px;
    height: 28px;
    content: "";
    border: 1px solid #222;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
  }

  .itemDetailSlideArrowBtn span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-top: -8px;
    margin-left: -5px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .itemDetailSlideArrowBtn.is-active span:before {
    -ms-transform: rotate(-135deg) scaleY(-1);
    -webkit-transform: rotate(-135deg) scaleY(-1);
    transform: rotate(-135deg) scaleY(-1);
    margin-top: -4px;
  }

  .itemDetailRecommendWrap {
    display: block;
  }

  .itemDetailRecommend {
    margin: 0 0 20px;
    font-size: 12px;
  }

  .itemDetailRecommendImg {
    width: 32%;
    margin-right: 2%;
  }

  .itemDetailRecommendTxt {
    width: 66%;
    float: right;
  }

  .itemDetailRecommendTagArea {
    margin-bottom: 10px;
    width: 100%;
  }

  .itemDetailRecommendTagArea .itemDetailRecommendTagAreaInner {
    float: left;
    border-bottom: dotted 1px #696969;
    border-right: dotted 1px #696969;
    padding: 0 10px;
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 10px;
  }

  .itemDetailRecommendTagArea .itemDetailRecommendTagAreaInner:nth-child(2n) {
    border-right: none;
  }

  .itemDetailRecommendTagArea .itemDetailRecommendTagAreaInner .itemDetailRecommendTagTitle {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
  }

  .itemDetailRecommendTags {
    margin-bottom: 15px;
  }

  .itemDetailRecommendTags li {
    width: 40px;
  }

  .itemDetailProductInfo {
    display: block;
  }

  .itemDetailSizeTable {
    overflow: hidden;
    width: auto;
    margin: 0 0 10px;
  }

  .section .itemDetailSizeTable {
    margin-left: -10px;
    margin-right: -10px;
  }

  .itemDetailSizeTableInner {
    overflow-x: scroll;
  }

  /* .itemDetailSizeTableInner table {
    width: 100%;
  } */
  .itemDetailSizeTableInner table {
    width: 720px;
  }

  .itemDetailSizeTable th {
    padding: 7px 10px 4px;
    font-size: 12px;
  }

  .itemDetailSizeTable td {
    padding: 7px 6px 4px;
    font-size: 12px;
  }

  .itemDetailSizeTableNotes {
    margin-bottom: 30px;
  }

  .itemDetailSizeTableNotes p {
    margin-left: 10px;
    font-size: 12px;
  }

  .itemDetailSizeTableNotes .linkExIcon {
    margin-top: 0;
  }

  .itemDetailSizeTableNotes .linkExIcon li a {
    margin-top: 3px;
  }

  .itemDetailReviewComment {
    width: 100%;
    float: none;
    padding: 0;
    border: solid 2px #93560f;
  }

  .itemDetailReviewLists .itemDetailReviewComment {
    border: none;
  }

  .itemDetailReviewComment:before {
    display: none;
  }

  .itemDetailReviewComment:after {
    display: none;
  }

  .itemDetailReviewAnswer {
    padding: 10px 20px 0px 40px;
    background: url(/shop/common/images/bg-icon-arrow-answer.png) 10px 10px no-repeat;
    background-size: 20px 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .itemDetailReviewList {
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: none;
  }

  .itemDetailReviewLists .itemDetailReviewList:last-child {
    border: none;
  }

  .itemDetailReviewList:first-child {
    border-top: none;
  }

  .itemDetailReviewListInner {
    display: none;
    padding: 10px;
  }

  .itemDetailReviewTitle {
    position: relative;
    margin-bottom: 0;
    padding: 10px 12px;
    font-size: 14px;
    cursor: pointer;
    width: auto;
  }

  .itemDetailReviewTitle span {
    display: inline-block;
    width: 60%;
  }

  .itemDetailReviewTitle .reviewListStatusStar {
    position: absolute;
    top: 12px;
    right: 36px;
    width: 84px;
    height: 14px;
  }

  .itemDetailReviewTxt {
    margin-bottom: 0;
  }

  .itemDetailReviewDate {
    position: relative;
    top: auto;
    right: auto;
  }

  .itemDetailReviewStatusWrap {
    overflow: hidden;
    margin-bottom: 10px;
    border-top: 1px dotted #000000;
    margin-top: 5px;
    padding-top: 5px;
  }

  .itemDetailReviewPerson {
    padding-left: 0;
    background: none;
    font-size: 12px;
  }

  .itemDetailReviewStatus {
    margin-left: 50%;
  }

  .itemDetailReviewStatus:first-child {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .itemDetailReviewStatusItems p {
    font-size: 12px;
    font-weight: bold;
  }

  .itemDetailReviewStatusItems dt.itemDetailReviewPerson {
    width: 100%;
    padding-right: 10px;
    display: block;
    box-sizing: border-box;
  }

  .itemDetailReviewStatusItems table {
    font-size: 10px;
    margin-top: 5px;
  }

  .itemDetailReviewStatusItemsTotal img {
    padding-left: 4px;
  }

  .itemDetailReviewStatusItems table th {
    font-weight: normal;
    width: 5em;
  }

  .itemDetailReviewStatusItems dt,
  .itemDetailReviewStatusItems dd {
    font-size: 12px;
  }

  .itemDetailReviewStatusItems dt {
    width: 36%;
  }

  .itemDetailReviewStatusItems dd {
    width: 50%;
  }

  .itemDetailReviewReferWrap {
    text-align: center;
  }

  .itemDetailReviewRefer dd {
    top: -1px;
  }

  .itemDetailReviewRefer dd>span:before {
    right: -4px;
    margin-top: -4px;
    border-width: 4px 0 4px 4px;
  }

  .itemDetailReviewRefer .itemDetailReferencePopup {
    margin-top: 6px;
  }

  /* 006 */
  .topCatalogueInfo {
    float: none;
    width: auto;
  }

  .topCatalogueInfo h2 {
    margin-left: 0;
    font-size: 14px;
    font-weight: bold;
  }

  .topCatalogueInfo p {
    margin-left: 0;
    margin-bottom: 5px;
    font-size: 10px;
  }

  /* 007A アコーディオン追加 */
  .legendListTrigger a:before {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .legendListTrigger.is-active a:before {
    -ms-transform: rotate(-180deg) scaleY(-1);
    -webkit-transform: rotate(-180deg) scaleY(-1);
    transform: rotate(-180deg) scaleY(-1);
  }

  .legendListItemWrap {
    display: none;
  }

  /* 301 */
  .selectRegionList li dt {
    cursor: pointer;
  }

  .selectRegionList li dt.is-active .selectRegionTrigger:before {
    margin-top: -2px;
    -ms-transform: rotate(-135deg) scaleY(-1);
    -webkit-transform: rotate(-135deg) scaleY(-1);
    transform: rotate(-135deg) scaleY(-1);
  }

  .selectRegionList li dd {
    display: none;
  }

  .selectRegionList dd li {
    cursor: pointer;
  }

  .modalContentInnerSelectRegion {
    height: auto;
    font-size: 14px;
  }

  .modalContentInnerSelectRegion br {
    display: none;
  }

  .modalContentInnerSelectRegion .modalRelative>a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px dotted #000;
    font-size: 12px;
  }

  .modalContentInnerSelectRegion .modalRelative>a:first-of-type {
    margin-top: 15px;
    border-top: 1px dotted #000;
  }

  .modalContentInnerSelectRegion .modalRelative .modalClose,
  .modalContentInnerSelectRegion .modalRelative .modalAddCartClose {
    position: relative;
    top: 0;
    right: 0;
    height: auto;
  }


  /* スライダー派生 ランキング*/
  .recommend.ranking .recommendListItem .rank {
    top: 24px;
    left: 5px;
    font-size: 24px;
  }

  /* スライダー派生 レビューバルーン*/
  .recommend.reviews .reviewBalloon {
    margin: 0 -3px;
    background: #fff;
  }

  .recommend.reviews .reviewBalloonInner {
    margin: 0 5px;
    padding: 10px 6px 4px;
    max-height: 230px;
  }

  .recommend.reviews .reviewBalloonInner:before {
    bottom: -7px;
    margin-left: -10px;
    border-width: 7px 7px 0 7px;
  }

  .recommend.reviews .reviewBalloonInner:after {
    bottom: -6px;
    margin-left: -10px;
    border-width: 7px 7px 0 7px;
  }

  .recommend.reviews .recommendListItem.slick-slide a {
    margin-top: 0;
  }

  .reviewBalloon .reviewStars {
    margin-bottom: 3px;
  }

  .reviewBalloon .reviewTitle {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .reviewBalloon .reviewComment {
    margin-bottom: 5px;
    font-size: 10px;
  }

  .reviewAllLink {
    display: block;
    margin: 0 0 5px;
    font-size: 10px;
    font-weight: bold;
    color: #93560f;
    text-decoration: underline;
  }

  .reviewBalloon .reviewUser {
    font-size: 8px;
  }

  /* スライダー派生 sp only slide */
  .recommend.spOnlySlide .recommendListItem {
    padding-bottom: 0;
    border-bottom: none;
    width: 47%;
    float: left;
    padding: 0 2px;
    margin-right: 20px;
  }

  .recommend.spOnlySlide .recommendListItem:nth-child(2n) {
    margin-right: 0;
  }

  /* エレメントリストに足りなかったもの */
  /* PC 4 / SP 2カラムバナー */
  .imgCol4 .col {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 2%;
  }

  .imgCol4 .col:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
  }

  .imgCol2+.imgCol2 {
    margin-top: 0;
  }


  .selectBox.selectBoxH50 select {
    height: 50px;
  }

  .txtAreaBox.txtAreaBoxH150 textarea {
    height: 150px;
  }

  .pipedLink.pipedLinkCol2Center ul li {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    box-sizing: border-box;
  }

  .paragraph02 {
    font-size: 10px;
  }

  .tableLayout .tableType01.spTdPb30 tr td {
    padding-bottom: 30px;
  }


  /* 004 */
  .heading01.noBorder.fontXL {
    margin-bottom: 15px;
    font-size: 14px !important;
  }

  .sortSearchWrap.itemIndex {
    margin-bottom: 10px;
    border-top: 1px dotted #000;
  }

  .sortSearchWrap.itemIndex dl.price,
  .sortSearchWrap.itemIndex dl {
    float: none;
    width: 100%;
    margin: 0 0 15px;
    padding-right: 0;
    border-right: none;
  }

  .sortSearchWrap.itemIndex dl.price .btn {
    display: inline-block;
    vertical-align: middle;
  }

  .sortSearchWrap.itemIndex .refineSearchLink {
    margin-top: 0;
  }

  .selectDispNumWrap .selectType02 select,
  .sortSearchWrap .selectType02 select,
  .sortSearchWrap .inputType01 .txtBoxInner input {
    height: 40px;
  }

  .sortSearchWrap.itemIndex .selectType02 .selectBoxInner {
    display: block;
  }

  .sortSearchWrap.itemIndex .selectType02 select {
    width: 100%;
  }

  .sortSearchWrap.itemIndex .price .txtBox02 .txtBoxInner {
    width: 41%;
    margin: 0 0 0 3%;
  }

  .sortSearchWrap.itemIndex .price .txtBox02 .txtBoxInner:first-child {
    margin-left: 0;
  }

  .sortSearchWrap.itemIndex .price .txtBox02 .unitTxt {
    margin-left: 1.5%;
  }

  .sortSearchWrap.itemIndex .price .txtBox02 .refineSearchPriceBtn {
    display: block;
    width: 100%;
    margin: 20px 0 0;
    text-align: right;
    box-sizing: border-box;
    background: transparent;
  }

  .sortSearchWrap.itemIndex .price .txtBoxInner.refineSearchPriceBtn .btn .btnH_m {
    display: inline-block;
    width: 49%;
    padding: 15px 0 13px;
  }

  .dispNumWrap .dispNum {
    padding-top: 0;
  }

  .selectDispNumWrap,
  .selectDispNum {
    width: 100%;
    text-align: right;
  }

  .selectDispNum dd {
    width: 49%;
  }

  .otherlinkList {
    margin: 30px 0 0 1px;
  }

  .otherlinkList dt {
    margin-bottom: 10px;
    padding-left: 0;
    font-size: 12px;
  }

  .otherlinkList li {
    margin-bottom: 10px;
  }

  .otherlinkList li a {
    font-size: 12px;
  }

  .favoriteBtnWrapSp .is-active button {
    /* border: 1px solid #ff82d2; */
  }

  .favoriteBtnWrapSp .is-active button span {
    /* color: #ff82d2; */
  }

  .favoriteBtnWrapSp .favoritePopup {
    left: auto;
    right: 0;
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  .favoriteBtnWrapSp .favoritePopup:after {
    left: auto;
    right: 29%;
  }

  /* 009 */
  .refineSearchWrap,
  .refineSearchWrap .searchResult,
  .refineSearchWrap .refineSearch {
    display: block;
    width: 100%;
  }

  .searchResult .searchWord {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .refineSearchWrap {
    padding: 0;
    border: none;
  }

  .refineSearchWrap .searchResult {
    overflow: hidden;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
  }

  .refineSearch .refineSearchInputWrap {
    display: none;
    border-bottom: 1px solid #000;
  }

  .refineSearchWrap.is-active .refineSearch .refineSearchInputWrap {
    display: block;
  }

  .refineSearchWrap .searchResultNum {
    float: left;
  }

  .refineSearchWrap .searchResultNum span {
    font-size: 12px;
  }

  .refineSearchWrap .refineSearchBtn {
    float: right;
  }

  .refineSearchWrap .refineSearchBtn span {
    padding: 5px 0 5px 20px;
    font-weight: bold;
    color: #19afa5;
    background: url(../images/bg-icon-refineSearch-sp.png) left center no-repeat;
    background-size: 15px;
  }

  .refineSearchWrap .refineSearchBtn a {
    position: relative;
    z-index: 1;
    display: block;
    padding-right: 20px;
  }

  .refineSearchWrap .refineSearchBtn a:before,
  .refineSearchWrap .refineSearchBtn a:after {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    width: 9px;
    height: 2px;
    background-color: #19afa5;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .refineSearchWrap .refineSearchBtn a:before {
    margin-right: 5px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
  }

  .refineSearchWrap .refineSearchBtn a:after {
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
  }

  .refineSearchWrap .refineSearchBtn a.is-active:before {
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
  }

  .refineSearchWrap .refineSearchBtn a.is-active:after {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
  }

  .refineSearchWrap .refineSearchInputWrap dl {
    padding-top: 30px;
  }

  .refineSearch .refineSearchInputWrap dt {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
    font-size: 12px;
  }

  .refineSearchKeyWord,
  .refineSearchCategory {
    position: relative;
    z-index: 1;
  }

  .refineSearchKeyWord:before,
  .refineSearchCategory:before {
    content: '●';
  }

  .refineSearch .refineSearchInputWrap dd {
    float: none;
    margin: 0 0 15px;
  }

  .refineSearchKeyWordInput .inputType01 .txtBoxInner input,
  .refineSearchKeyWordInput .inputType01 .txtBoxInner,
  .refineSearch .refineSearchInputWrap dd select,
  .refineSearchPriceInput .txtBox02 {
    width: 100%;
    box-sizing: border-box;
  }

  .refineSearchCategoryInput .selectBoxInner,
  .refineSearchMediaInput .selectBoxInner {
    width: 100%;
    margin: 0 0 10px;
    box-sizing: border-box;
  }

  .refineSearchCategoryInput .selectType02 select,
  .refineSearchMediaInput .selectType02 select {
    height: 50px;
    padding: 15px 25px 13px 10px;
  }

  .refineSearchPriceInput .txtBox02 .txtBoxInner {
    width: 41%;
    margin: 0 0 0 3%;
  }

  .refineSearchPriceInput .txtBox02 .txtBoxInner:first-child {
    margin-left: 0;
  }

  .refineSearchPriceInput .txtBox02 .unitTxt {
    margin-left: 1.5%;
  }

  .refineSearchMediaInput .selectBoxInner {
    margin-bottom: 0;
  }

  .refineSearch .checkList li {
    margin-left: 0;
  }

  .refineSearchInputWrap .btn {
    position: static;
    text-align: right;
    margin-bottom: 10px;
  }

  .refineSearchInputWrap .btn .colorOR {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding: 15px 0 13px 0;
    color: #E07448;
    border: 1px solid #E07448;
    background-color: #fff;
  }

  .dispNumWrap .dispNum .dispNumTxt,
  .dispNumWrap .dispNum .dispNumTxt span,
  .dispNumBottom.dispNum .dispNumTxt,
  .dispNumBottom.dispNum .dispNumTxt span {
    font-size: 12px;
  }

  .paginationNavBottom.dispNum {
    margin-bottom: 20px;
  }

  .paginationNav.borderTop {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #000;
  }

  .paginationNav.borderTop ol {
    display: table;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .paginationNavBottom.paginationNav ol {
    padding: 0 10px;
    box-sizing: border-box;
  }

  .items.searchResult {
    margin-bottom: 0;
  }

  .linkExIcon.linkExIcon01.mb50 {
    margin-bottom: 30px !important;
  }

  .sortSearchWrap .btn {
    position: static;
  }

  .sortSearchListWrap {
    margin-bottom: 30px;
  }

  .sortSearchListWrap ul {
    display: none;
    margin-top: 20px;
    border-top: 1px dotted #000;
  }

  .sortSearchListWrap li {
    border-bottom: 1px dotted #000;
  }

  .sortSearchListWrap li a {
    display: block;
    padding: 15px 0 13px 0;
  }

  .errorMessage {
    margin-bottom: 20px;
  }

  .searchTips {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #000;
  }

  .searchTips dt {
    font-weight: bold;
  }

  .searchTips dd dt {
    margin-top: 15px;
    font-size: 12px;
    font-weight: bold;
  }

  .searchTips dd {
    font-size: 12px;
  }

  /* 103A */
  .orderConfirmationAddressWrap {
    margin-bottom: 20px;
  }

  .txtLead {
    font-size: 10px;
  }

  .orderConfirmation h3 {
    margin-bottom: 15px;
    font-size: 14px;
    border-bottom: 1px dotted #000;
  }

  .orderConfirmationAddress {
    display: block;
    border: none;
  }

  .orderConfirmationAddressInfo,
  .orderConfirmationAddressBtnWrap {
    display: block;
  }

  .orderConfirmationAddressInfo {
    padding: 10px;
    border: 1px solid #000;
    border-radius: 5px;
  }

  .orderConfirmationAddressInfo dt,
  .orderConfirmationAddressInfo dd {
    width: 100% !important;
    font-size: 12px;
  }

  .orderConfirmationAddressInfo dt {
    margin-top: 25px;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 1;
  }

  .orderConfirmationAddressInfo dd {
    margin-bottom: 0;
  }

  .orderConfirmationAddressInfo dt:first-child {
    margin-top: 0;
  }

  .orderConfirmationAddressInfo dd.payDetails .spOnly {
    display: inline !important;
  }

  .orderConfirmationAddressBtnWrap {
    width: 100%;
    text-align: center;
    border: none;
  }

  .orderConfirmationAddressBtnWrap .btn.btnW104 {
    width: 50%;
  }

  .orderConfirmationAddressBtnWrap .btn.btnW104 a {
    font-size: 12px;
  }


  .orderConfirmationAddress.orderConfirmationAddressTable {
    border: none;
    padding: 0;
    display: block;
    margin-bottom: 20px;
  }

  .orderConfirmationAddress.orderConfirmationAddressTable .orderConfirmationAddressInfo {
    padding: 0;
  }

  .orderConfirmationAddress.orderConfirmationAddressTable table {
    width: 100%;
    border-bottom: none;
    margin-bottom: 0;
    display: block;
  }

  .orderConfirmationAddress.orderConfirmationAddressTable table tr {
    display: block;
  }

  .orderConfirmationAddress.orderConfirmationAddressTable table td {
    text-align: left;
    vertical-align: top;
    padding: 10px;
    display: block;
  }

  .orderConfirmationAddress.orderConfirmationAddressTable table td .orderConfirmationAddressBtnWrap {
    border-left: none;
  }

  .orderConfirmationAddress.orderConfirmationAddressTable table td {
    border-left: none;
    border-top: none;
    border-bottom: 1px dotted #000;
  }

  .orderConfirmationAddress.orderConfirmationAddressTable table tr td:first-child {
    border-left: none;
    border-bottom: none;
  }

  .orderConfirmationAddress.orderConfirmationAddressTable table td .orderConfirmationAddressBtnWrap {
    padding-top: 0;
  }

  .orderConfirmationAddress.orderConfirmationAddressTable table td.emptyCell {
    display: none;
  }


  .orderConfirmationItemWrap h3 {
    padding: 0 10px;
    margin: 0 -10px;
    border-style: solid;
  }

  .orderConfirmationItem table {
    display: block;
    margin-bottom: 0;
  }

  .orderConfirmationItem thead {
    display: none;
  }

  .orderConfirmationItem tbody,
  .orderConfirmationItem tr,
  .orderConfirmationItem td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .orderConfirmationItem td {
    padding: 20px 0;
    border-left: none;
  }

  .orderConfirmationItem .txtC {
    text-align: left;
  }

  .orderConfirmationItem .productName {
    font-weight: bold;
  }

  .orderConfirmationItem .spOnly {
    display: inline !important;
  }

  .orderConfirmationItem td.quantityCol,
  .orderConfirmationItem td.unitPriceCol {
    width: 50%;
  }

  .quantityCol {
    float: left;
    font-weight: bold;
  }

  .unitPriceCol {
    float: right;
    color: #ff4b4b;
  }

  .orderConfirmationItem .unitPriceCol .txtC {
    text-align: right;
  }

  .orderConfirmationItem .unitPriceCol .txtC:first-child {
    font-size: 18px;
    font-weight: bold;
  }

  .orderConfirmationItem .unitPriceCol .txtC span,
  .orderConfirmationItem .unitPriceCol .txtC.fColorRed {
    font-size: 12px !important;
  }

  .unitPriceCol,
  .serviceCol,
  .priceCol {
    clear: both;
  }

  .numtxt {
    font-weight: normal;
  }

  .orderConfirmationItem .dottedLineBK {
    display: none;
  }

  .priceCol dl {
    display: table;
    width: 100%;
  }

  .priceCol dt,
  .priceCol dd {
    float: none;
    display: table-cell;
    vertical-align: baseline;
    text-align: right;
    font-weight: bold;
  }

  .priceCol dt {
    width: 80%;
    padding-right: 10px;
    font-size: 14px;
  }

  .priceCol dd {
    font-size: 18px;
    word-wrap: normal;
    word-break: normal;
    white-space: nowrap;
  }

  .priceCol dd span {
    font-size: 12px !important;
  }

  .orderConfirmationItem table tr:last-child td:last-child {
    border: none;
  }

  .totalPriceWrap {
    margin: 0 -10px 20px;
  }

  .totalPriceWrap dl {
    float: none;
    width: 100%;
  }

  .totalPriceWrap dt {
    font-weight: bold;
    padding-left: 20px;
    font-size: 14px;
    box-sizing: border-box;
  }

  .totalPriceWrap dd {
    padding-top: 14px;
    padding-right: 20px;
    font-size: 18px;
    box-sizing: border-box;
  }

  .totalPriceWrap dd span {
    font-size: 14px;
  }

  .totalPriceWrap dt.totalPrice {
    width: 50%;
    padding-top: 16px;
    font-size: 18px;
  }

  .totalPriceWrap dd.totalPrice {
    width: 50%;
  }

  .totalPriceWrap dd.totalPrice span span {
    font-size: 22px;
  }

  .orderConfirmationBtnWrap {
    display: block;
  }

  .orderConfirmationBtnWrap .back,
  .orderConfirmationBtnWrap .order {
    display: block;
    font-size: 10px;
  }

  .orderConfirmationBtnWrap .back {
    margin-bottom: 20px;
  }

  .orderConfirmationBtnWrap .back a {
    color: #19afa5;
    text-decoration: underline;
  }

  .orderConfirmationBtnWrap .btn {
    margin-bottom: 0;
  }

  .orderConfirmationBtnWrap .btn a {
    padding: 15px 0 13px;
    font-size: 14px;
  }

  .orderConfirmation .paymentWrap {
    clear: both;
    width: 100%;
    padding: 0 10px;
    border-top: 1px solid #000;
    box-sizing: border-box;
  }

  .orderConfirmation .paymentWrap .title {
    padding: 20px 0 18px;
    color: #000;
    font-weight: normal;
    text-align: left;
    background-color: #fff;
    border-bottom: 1px dotted #000;
  }

  .orderConfirmation .paymentInner {
    padding: 10px 0 20px;
  }

  .orderConfirmation .paymentInner p {
    font-size: 10px;
  }

  .orderConfirmation .paymentInner .paymentErrorTxt {
    margin-bottom: 10px;
  }

  .orderConfirmation .radioListVertical ul,
  .orderConfirmation .radioListVertical ul li {
    border: none;
    border-radius: 0;
  }

  .orderConfirmation .paymentInner .radioList {
    margin-bottom: 10px;
  }

  .orderConfirmation .paymentInner .selectBox,
  .orderConfirmation .paymentInner .radioList ul li label {
    display: block;
  }

  .orderConfirmation .paymentInner .selectBox select,
  .orderConfirmation .paymentInner .radioList ul li label {
    width: 100%;
  }

  .orderConfirmation .paymentInner .selectBox {
    margin: 10px 0 20px;
  }

  .orderConfirmation .paymentInner .selectBox select {
    height: 50px;
  }

  .orderConfirmation .paymentInner .radioList ul li:last-child .selectBox {
    margin-bottom: 0;
  }

  .orderConfirmation .oneTime label {
    border: 1px solid #e6e7c7;
    border-radius: 5px 5px 0 0;
  }

  .orderConfirmation .bonus label {
    border: 1px solid #e6e7c7;
    border-top: none;
    border-radius: 0 0 5px 5px;
  }

  .orderConfirmation .installments label {
    border: 1px solid #e6e7c7;
    border-radius: 5px;
  }

  /*104*/
  .orderComplete.imgCol2,
  .orderComplete.txtLead {
    margin-bottom: 20px !important;
  }

  .orderComplete.txtBtnCol2,
  .orderComplete.txtBtnCol2 p,
  .orderComplete.txtBtnCol2 .btn {
    display: block;
  }

  .orderComplete.txtBtnCol2 {
    padding: 20px 0;
    margin-bottom: 20px;
    border-top: 1px dotted #000;
    border-bottom: 1px dotted #000;
  }

  .orderComplete.txtBtnCol2 p {
    margin-bottom: 20px;
    padding: 0;
    font-size: 10px;
  }

  .orderComplete.imgCol3,
  .orderComplete.btnCol2 {
    margin-bottom: 10px !important;
  }

  .orderComplete.recommend,
  .orderComplete.btnCol2 .btn {
    margin-bottom: 20px;
  }

  .heading02 .icoMypage {
    padding-left: 22px;
    background: url(/shop/common/images/bg-icon-user_or.png) no-repeat left 3px;
    background-size: 12px auto;
  }

  .orderComplete.myMenuCol4 {
    margin-bottom: 10px;
  }

  .orderComplete.myMenuCol4 .equalCol4>li {
    float: none;
    width: 100%;
    margin: 0;
  }

  .orderComplete.myMenuCol4 .equalCol4 .btn .btnH_m {
    padding: 15px 0 13px;
  }

  .orderComplete.myMenuCol4 p,
  .orderComplete.myMenuCol4 .paragraph01 {
    padding-left: 10px;
  }

  .orderComplete.myMenuCol4 p {
    font-size: 12px;
  }

  .orderComplete.myMenuCol4 .equalCol4 .equalCol4Item {
    margin-bottom: 20px;
  }

  .orderComplete.imgCol4 .equalCol4>li {
    width: 49%;
    margin: 0 0 2%;
  }

  .orderComplete.imgCol4 .equalCol4>li:nth-child(2),
  .orderComplete.imgCol4 .equalCol4>li:nth-child(4) {
    margin-left: 2%;
  }

  /*105*/
  .heading01.deliveryAddress {
    margin: 0 -10px;
    padding: 0 10px 10px;
    border-bottom: 1px solid #000;
  }

  .deliveryAddress.boxCol3 {
    margin: 0 0 25px;
  }

  .deliveryAddress.boxCol3 .box {
    overflow: hidden;
    float: none;
    width: 100%;
    margin: 15px 0 0;
    box-sizing: border-box;
  }

  .deliveryAddress.boxCol3 dl {
    margin-bottom: 15px;
  }

  .deliveryAddress.boxCol3 dt {
    margin-bottom: 10px;
  }

  .deliveryAddress.boxCol3Btn {
    float: right;
    width: 66%;
    margin-bottom: 5px;
  }

  .deliveryAddress.boxCol3 .btn.btnW220 {
    text-align: right;
  }

  .deliveryAddress.boxCol3 .btn.btnW220 a {
    display: inline-block;
    vertical-align: top;
    width: 72.6%;
    padding: 15px 0 13px;
  }

  .deliveryAddress.boxCol3 .btn2Col {
    width: 100%;
  }

  .deliveryAddress.boxCol3 .btn2Col .btn {
    width: 49%;
    margin-left: 2%;
  }

  .deliveryAddress .validatedTxt .paragraph01 {
    font-size: 10px;
  }

  .deliveryAddress .validatedTxt.mb40 {
    margin-bottom: 10px !important;
  }

  .deliveryAddress .tableLayout {
    width: auto;
    margin: 0 -10px;
    padding-top: 25px;
    border: 1px solid #000;
    border-left: none;
    border-right: none;
  }

  .deliveryAddress .tableLayout .tableType01 {
    margin-bottom: 0;
  }

  .deliveryAddress .tableLayout .exampleTxt {
    display: block;
    margin-top: 10px;
  }

  .deliveryAddress .zipLink {
    float: right;
    margin: 4px 0 0;
  }

  .deliveryAddress .txtBox .txtBoxInner {
    margin: 0;
    box-sizing: border-box;
  }

  .deliveryAddress .deliveryAddressNumber.txtBox02 .txtBoxInner {
    width: 29.8%
  }

  .deliveryAddress .deliveryAddressNumber .inputNotes {
    position: static;
    display: block;
    margin-top: 5px;
  }

  .deliveryAddress .addressAutoBtn {
    width: 100%;
    margin-top: 20px;
    text-align: right;
  }

  .deliveryAddress .addressAutoBtn a {
    display: inline-block;
    width: 48%;
    margin-bottom: 10px;
  }

  .deliveryAddress .addressAutoTxt {
    width: 100%;
    margin: 0;
  }

  .deliveryAddress .inputNotes.pcOnly {
    display: none;
  }

  .deliveryAddress .confirmationBtn .btn {
    width: 49%;
    margin-left: 2%;
    margin-top: 10px;
  }

  .deliveryAddress .confirmationBtn .btn:first-child {
    margin-left: 0;
  }

  .deliveryAddress .tableType01 .selectType02 {
    margin-bottom: 15px;
  }

  /*106*/
  .deliveryAddressConfirmation .heading01.noBorder {
    margin-bottom: 10px;
    padding: 0;
  }

  .deliveryAddressConfirmation .txtLead {
    padding-left: 0;
    font-size: 12px;
  }

  .deliveryAddressConfirmationTable .tableLayout {
    display: block;
    width: auto;
    margin: 0 -10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
  }

  .deliveryAddressConfirmationTable .tableLayout .tableType02,
  .deliveryAddressConfirmationTable .tableLayout .tableSideArea {
    display: block;
  }

  .deliveryAddressConfirmationTable .tableLayout .tableSideArea,
  .deliveryAddressConfirmationTable .tableLayout th,
  .deliveryAddressConfirmationTable .tableLayout td,
  .deliveryAddressConfirmationTable .tableLayout tbody {
    display: block;
    width: 100%;
  }

  .deliveryAddressConfirmationTable .tableLayout .tableType02 {
    border-bottom: none;
  }

  .deliveryAddressConfirmationTable .tableLayout .tableSideArea .btn {
    float: right !important;
    width: 42%;
  }

  .deliveryAddressConfirmation .configurationBtn {
    margin-top: 20px;
  }

  .deliveryAddressConfirmation .configurationBtn .btn {
    float: none !important;
    margin: 0 auto;
    width: 53%;
  }


  /* 005 */
  .reviewedProductAbove .reviewedProductLeftCol {
    width: 50%;
    margin-right: 0;
    margin-bottom: 10px;
    padding-right: 5px;
    box-sizing: border-box;
  }

  .reviewedProductBelow .reviewedProductLeftCol {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .reviewedProductLeftColImg {
    padding-right: 5px;
    box-sizing: border-box;
  }

  .reviewedProductBelow .reviewedProductLeftColImg {
    float: left;
    width: 50%;
    padding-left: 5px;
    box-sizing: border-box;
  }

  .reviewedProductRightCol {
    float: none;
    width: auto;
  }

  .reviewedProductBelow .reviewedProductRightCol {
    clear: both;
  }

  .reviewedProductBelow .reviewedProductLeftCol .reviewedProductColInner,
  .reviewedProductAbove .reviewedProductRightCol .reviewedProductColInner {
    width: 50%;
    margin-bottom: 0;
    margin-left: 50%;
    padding-bottom: 0;
    padding-left: 5px;
    border-bottom: none;
    box-sizing: border-box;
  }

  .reviewedProductNameWrap {
    float: none;
    width: auto;
    margin-right: 0;
  }

  .reviewedProductName {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
  }

  .reviewedProductLeftCol .review,
  .reviewedProductRightCol .review {
    width: auto;
    margin-bottom: 15px;
  }

  .reviewedProductBelow .reviewedProductLeftCol .review .reviewNum {
    width: auto;
    display: block;
    position: static;
    top: auto;
    left: auto;
    text-align: left;
  }

  .reviewedProductLeftCol .reviewReviewer,
  .reviewedProductRightCol .reviewReviewer {
    display: inline-block;
    width: 90px;
    font-size: 10px;
  }

  .reviewedProductLeftCol .reviewStars,
  .reviewedProductRightCol .reviewStars {
    display: inline-block;
    width: 65px;
  }

  .reviewedProductLeftCol .reviewNum,
  .reviewedProductRightCol .reviewNum {
    margin-top: 3px;
    display: block;
    font-size: 10px;
    text-align: left;
  }

  .reviewedProductLeftCol .reviewNum br,
  .reviewedProductRightCol .reviewNum br {
    display: none;
  }

  .reviewedProductRightBtn li {
    clear: both;
    font-size: 13px;
  }

  .reviewedProductRightBtnStock {
    width: 50%;
  }

  .reviewedProductRightBtn .fontXL {
    font-size: 22px !important;
    font-weight: normal;
  }

  .reviewedProductRightCol .itemDetailSelectForm {
    margin: 0 0 40px;
  }

  .colorBorderOR.kuchikomiIcon span {
    padding: 3px 0 5px 22px;
    background-image: url(/shop/common/images/bg-icon-kuchikomi4.png);
    background-size: 16px auto;
  }

  .colorOR.kuchikomiIcon span {
    padding: 4px 0 5px 22px;
    background-image: url(/shop/common/images/bg-icon-kuchikomi3.png);
    background-size: 18px auto;
  }

  .btn.btnW220.reviewedProductRightBtnList {
    width: 50%;
    margin-bottom: 10px;
    margin-top: 0 !important;
    position: static;
  }

  .reviewedProductBelow .reviewedProductRightCol .selectBoxInner,
  .reviewedProductBelow .reviewedProductRightCol .selectBox select {
    width: 100%;
  }

  .reviewedProductBelow .reviewedProductRightCol .price {
    margin-bottom: 10px;
  }

  .btn.btnW220.reviewedProductRightBtnFav {
    float: right;
    width: 50%;
    margin: 0 0 10px;
  }

  .btn.btnW220.reviewedProductRightBtnFav .favoritePopup {
    left: auto;
    right: 0;
    font-size: 13px;
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  .btn.btnW220.reviewedProductRightBtnFav .favoritePopup:after {
    right: 32%;
    left: auto;
  }

  .reviewedProductRightColLimit {
    text-align: left;
  }

  .reviewSPbg {
    background-color: #fefdeb;
    margin: 0 -10px;
    padding: 0 10px;
    border-top: solid 1px #93560f;
  }

  .refineSearchReview {
    clear: both;
  }

  .refineSearchReviewMenu {
    width: 100%;
    padding: 20px 0 0;
    box-sizing: border-box;
  }

  .refineSearchReviewMenu dd {
    float: left;
    width: 50%;
    margin-bottom: 0;
    padding-left: 10px;
    box-sizing: border-box;
  }

  .refineSearchReviewMenu dd.is-first {
    padding-right: 10px;
    padding-left: 0;
  }

  .refineSearchReviewMenu .selectBoxInner,
  .refineSearchReviewMenu .selectBox select {
    width: 100%;
  }

  /* 20200302 追加 */
  .refineSearchReviewTable {
    width: calc(100% - 20px);
  }

  /* 20200302 追加 */

  .sortReview {
    margin-top: 0;
    padding-top: 20px;
    float: none;
    letter-spacing: -1em;
  }

  .sortReview dt,
  .sortReview dd {
    font-size: 12px;
  }

  .sortReview dt {
    display: block;
    margin-bottom: 5px;
  }

  .sortReview dd {
    font-weight: normal;
  }

  .sortReview dd a {
    display: block;
    padding: 2px 10px;
    border-right: dotted 1px #000;
    border-radius: 0;
  }

  .sortReviewMenu {
    display: table;
    width: 100%;
  }

  .sortReviewMenu dt {
    display: table-cell;
    width: 50%;
    padding-right: 5px;
    text-align: right;
    font-size: 12px;
    font-weight: normal;
    box-sizing: border-box;
  }

  .sortReviewMenu dd {
    display: table-cell;
    width: 50%;
    padding-left: 5px;
    box-sizing: border-box;
  }

  .sortReviewMenu .selectBoxInner,
  .sortReviewMenu .selectBox select {
    width: 100%;
  }

  .reviewListDetail {
    display: block;
  }

  .reviewListPerson {
    margin-bottom: 3px;
    width: 50%;
    padding-left: 15px;
    font-size: 10px;
    background: none;
    letter-spacing: -0.1em;
    box-sizing: border-box;
  }

  .reviewListPerson .fwBold {
    letter-spacing: 0;
  }

  .sectionWrapReview .itemDetailReviewLeft {
    float: none;
    width: auto;
    padding: 0 15px;
  }

  .sectionWrapReview .itemDetailReviewRefer dt a {
    width: 170px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }

  .sectionWrapReview .itemDetailReviewRefer .itemDetailReferencePopup {
    margin-left: -135px;
  }

  .noBorderT .itemDetailReviewPerson {
    width: 50%;
    font-size: 10px;
  }

  .noBorderT .itemDetailReviewStatusItems {
    display: block;
    width: 50%;
    float: left;
    box-sizing: border-box;
    margin-bottom: 10px;
  }

  .noBorderT .itemDetailReviewStatusItems dt,
  .noBorderT .itemDetailReviewStatusItems dd {
    font-size: 10px;
  }

  .noBorderT .itemDetailReviewStatusItems:first-child {
    padding-right: 5px;
  }

  .noBorderT .itemDetailReviewStatus {
    margin-left: 0;
  }


  .noBorderT .itemDetailReviewComment {
    margin-bottom: 20px;
    margin-left: 0;
    float: none;
    padding: 10px;
    position: relative;
  }

  .noBorderT .itemDetailReviewComment:after {
    content: '';
    display: block;
    width: 24px;
    height: 22px;
    position: absolute;
    top: -22px;
    left: 50px;
    background: url(/shop/common/images/icon_kuchikomi_balloonArrow.png) no-repeat left top;
    background-size: 100%;
    z-index: 100;
    margin-top: 0;
    border: none;
  }


  .noBorderT .itemDetailReviewTitle {
    margin-bottom: 5px;
    padding: 0;
    color: #93560f;
    font-size: 12px;
    font-weight: bold;
  }

  .noBorderT .itemDetailReviewTitle:before {
    content: none;
  }

  .noBorderT .itemDetailReviewDate {
    width: auto;
    top: 0;
    margin-bottom: 5px;
    text-align: left;
    font-size: 10px;
  }

  .noBorderT .itemDetailReviewTxtWrap {
    display: table;
    width: 100%;
  }

  .noBorderT .itemDetailReviewImg {
    float: none;
    display: table-cell;
    width: 110px;
    padding-right: 10px;
    vertical-align: top;
  }

  .noBorderT .itemDetailReviewTxt {
    display: table-cell;
    vertical-align: top;
  }

  .noBorderT .itemDetailReviewTxt p {
    overflow-y: auto;
    max-height: 150px;
  }

  .noBorderT .itemDetailReviewReferWrap {
    margin-top: 10px;
    margin-right: 0;
    text-align: right;
  }

  .noBorderT .itemDetailReviewRefer dd>span {
    padding: 7px 5px 8px;
  }

  .noBorderT .itemDetailReviewAnswer {
    margin-top: 10px;
    margin-right: 0;
    margin-left: 0;
    padding: 10px 0 5px 53px;
    color: #27afa4;
    font-size: 12px;
    border-top: dotted 1px #000;
    background: url(/shop/common/images/bg-icon-arrow-answer.png) 14px 11px no-repeat;
    background-size: 20px auto;
  }

  .stocksConfirm .selectBox {
    width: 49%;
    float: left;
  }

  .stocksConfirm .selectBox select {
    width: 100%;
    height: 40px;
  }

  .stocksConfirm .reviewedProductRightBtnList {
    width: 49% !important;
    float: left;
    margin-left: 2%;
  }


  /* 007 */
  .refineSearchProductsName {
    font-size: 14px;
  }

  .refineSearchProducts .pipedLink {
    float: right;
    margin-left: 0;
  }

  .refineSearchProducts .pipedLink ul li {
    padding: 5px 10px;
    font-size: 10px;
  }

  .refineSearchProducts .pipedLink ul li:last-child {
    border-right: dotted 1px #000000;
  }

  .refineSearchStock {
    display: block;
    margin: 20px 0 30px;
  }

  .refineSearchStockCol {
    display: block;
    width: auto;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .refineSearchStockCol dt {
    font-size: 13px;
    font-weight: bold;
  }

  .refineSearchStockCol .btn {
    float: right;
  }

  .tableStock {
    width: 100%;
    box-sizing: border-box;
  }

  .tableStockRow {
    display: table;
    width: 100%;
    border-bottom: dotted 1px #000;
  }

  .tableStockCol {
    width: 50%;
    padding-top: 15px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 10px;
    vertical-align: top;
  }

  .tableStockCol.tableStockColProduct {
    width: 50%;
    padding-right: 10px;
    padding-left: 0;
    border-right: dotted 1px #000;
  }

  .tableStockCol.tableStockColNotes {
    width: 100%;
    padding-top: 10px;
    padding-left: 0;
  }

  .tableStockCol .selectBox,
  .tableStockCol .btn {
    display: block;
  }

  .tableStockCol .selectBox {
    display: block;
    margin-bottom: 10px;
  }

  .tableStockCol .btn .btnH_m {
    padding: 15px 0 13px;
  }

  .tableStockCol .selectBoxInner,
  .tableStockCol .selectBox select {
    width: 100%;
  }

  .tableStockCol .selectType02 select {
    height: 40px;
  }

  .tableStockCol .selectBox,
  .tableStockCol .btn {
    margin-left: 0;
  }

  .tableStockColProductName {
    margin-bottom: 10px;
  }

  .tableStockColProductName span {
    display: block;
    font-size: 12px;
    margin-right: 0;
  }

  .tableStock .spOnly {
    display: inline;
  }

  .tableStock .tag {
    margin-bottom: 10px;
  }

  .tableStock .tag li {
    margin-top: 0;
    margin-right: 5px;
  }

  .tableStockColProductStatus,
  .tableStockColProductPrice {
    display: block;
  }

  .tableStockColProductStatus {
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 1px 3px 0;
    line-height: 1.3;
    font-size: 14px;
    font-weight: bold;
    border: solid 1px #000;
  }

  .tableStockColProductPrice {
    font-size: 12px;
    font-weight: bold;
  }

  .tableStockColProductPriceNum {
    font-size: 18px;
  }


  .tableStockColProductPriceIntax {
    font-size: 10px;
  }

  .tag li.tagFurniture {
    padding: 6px 6px 5px;
    font-size: 10px;
    border: solid 1px #93560f;
    border-radius: 2px;
  }

  .tableStock .tag li.tagFurniture {
    margin-right: 5px;
  }

  .tagReadyMade {
    color: #FFF;
    background-color: #ff6f6f;
  }

  .tagSimpleKnockdown {
    color: #FFF;
    background-color: #93560f;
  }

  .tableStock .tagReadyMade,
  .tableStock .tagSimpleKnockdown {
    width: 110px;
  }

  .tableStock .tagMinute {
    width: 68px;
  }

  .legendList {
    margin: 0;
  }

  .legendListTrigger a {
    position: relative;
  }

  .legendListTrigger a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    width: 10px;
    height: 7px;
    margin-top: -3px;
    background: url(/shop/common/images/bg-icon-accordion_01.png) 0 0 no-repeat/10px auto;
  }

  .legendListItem {
    display: table;
    float: none;
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 0;
  }

  .legendList .tag,
  .legendListItem p {
    display: table-cell;
    vertical-align: middle;
  }

  .legendList .tag li {
    margin-top: 0;
    margin-right: 5px;
  }

  .legendListItem p {
    font-size: 10px;
  }

  .legendList .tag {
    width: 125px;
  }

  .legendList .legendListItem:nth-child(-n+3) .tag {
    width: 30px;
  }

  .legendList .legendListItem:nth-child(1) .tag,
  .legendList .legendListItem:nth-child(1) p {
    vertical-align: top;
  }

  .legendList .tagReadyMade,
  .legendList .tagSimpleKnockdown {
    width: 120px;
  }

  .legendList .tagMinute,
  .legendList .tagOneself,
  .legendList .tagTwosome {
    width: 57px;
  }

  /* 008A */
  .tableOrderList {
    margin-top: -10px;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
  }

  .tableOrderListItem {
    padding: 15px 10px;
    border-bottom: solid 1px #000;
  }

  .tableOrderListItem:last-child {
    border-bottom: none;
  }

  .tableOrderList .txtBox02.inputType02 {
    display: table;
    width: 100%;
    margin-bottom: 0;
  }

  .tableOrderList .unitTxt {
    display: table-cell;
    width: 54px;
    font-weight: normal;
    vertical-align: middle;
  }

  .tableOrderList .txtBox02.inputType02 .txtBoxInner {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }

  .tableOrderListName {
    margin: 15px 0 0;
  }

  .tableOrderList .selectBox {
    margin-top: 15px;
  }

  .tableOrderList .selectBoxInner,
  .tableOrderList .selectBox select {
    width: 100%;
  }

  .tableOrderListTxtWrap {
    margin-top: 20px;
    padding: 15px 0 15px 10px;
    border-top: dotted 1px #000;
    border-bottom: dotted 1px #000;
    box-sizing: border-box;
  }

  .tableOrderListTxt {
    clear: both;
    padding-top: 5px;
  }

  .tableOrderListStatus {
    float: left;
  }

  .tableOrderListPrice {
    float: right;
  }

  .tableOrderListPrice span {
    font-size: 18px;
  }

  .tableOrderListPrice .tableOrderListPriceInTax {
    font-size: 10px;
    color: #000;
  }

  .tableOrderListPrice .tableOrderListPriceInTax span {
    font-size: 12px;
  }

  .tableOrderList .paragraph01 {
    padding: 15px 10px 0;
    border-bottom: dotted 1px #000;
  }

  .tableOrderList li {
    margin: 0 0 10px 0;
  }

  .tableOrderList .tag {
    display: block;
    margin: 5px 0;
  }

  .tableOrderList .tagImg {
    display: block;
    margin: 5px 0;
  }

  .tableOrderList .tagImg li {
    margin-bottom: 0;
  }

  .tableOrderList .tag li {
    margin: 0 5px 0 0;
    padding-right: 20px;
    padding-left: 20px;
  }

  .tableOrderList .assemblyIcon {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tableOrderList .assemblyIcon img {
    width: auto;
    margin-right: 5px;
  }

  .tableOrderList .btn {
    margin: 20px 0 10px;
    text-align: right;
  }

  .tableOrderList .btn a {
    position: relative;
    display: inline-block;
    width: 106px;
    padding-left: 16px;
  }

  .tableOrderList .btn a span:before,
  .tableOrderList .btn a span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 16px;
    margin-top: -2px;
    border-top: solid 1px #000;
  }

  .tableOrderList .btn a span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .tableOrderList .btn a span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .tableOrderListFoot {
    display: table;
    width: 100%;
    margin: 15px 0;
  }

  .tableOrderListFootAdd,
  .tableOrderListFootPrice {
    display: table-cell;
    vertical-align: middle;
  }

  .tableOrderListFootPrice {
    font-weight: bold;
    text-align: right;
    font-size: 14px;
  }

  .tableOrderListFootPriceNum {
    font-size: 18px;
  }

  .modalWandering {
    margin-bottom: 0;
  }

  .modalWandering .fColorGreen {
    font-weight: bold;
  }

  /* 214 309 */
  .deliveryAddress .tableType01 tr .setMailMagazine {
    padding-right: 10px;
  }

  .deliveryAddress .tableType01 tr .setMailMagazine .radioList {
    width: 100%;
  }

  .deliveryAddress .setMailMagazine .pipedLink {
    width: 100%;
    margin-bottom: 5px;
  }

  .deliveryAddress .setMailMagazine .pipedLink li {
    width: 50%;
    float: left;
    padding: 2px 0;
    text-align: center;
    box-sizing: border-box;
  }

  /* 219 */
  .sectionWrap.sectionWrapHd {
    margin-top: -20px;
  }

  .sectionWrap.sectionWrapReview {
    min-width: 0;
    background-color: #fff;
  }

  .sectionWrap.sectionWrapReview .heading01 {
    margin-top: -10px;
    padding: 0 0 20px;
  }

  .sectionWrap.sectionWrapReview.sectionWrapMain {
    background-color: #fefdeb;
    border-top: solid 1px #93560f;
  }

  .sectionWrap.sectionWrapReview.sectionWrapFree {
    margin-top: 10px;
    border-bottom: none;
  }

  .sectionWrap.sectionWrapReview .section {
    padding: 10px 10px 0;
  }

  .sectionWrap.sectionWrapReview .paginationNav ol li a {
    border-left: 1px solid #fefdeb;
    border-right: 1px solid #fefdeb;
  }

  .sectionWrap.sectionWrapReview .dispNum {
    color: #000;
  }


  .reviewList {
    margin-top: 40px;
  }

  .reviewListItems {
    display: block;
    margin-bottom: 30px;
    padding: 0;
    border-bottom: none;
  }

  .reviewListProduct {
    display: table;
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
    table-layout: fixed;
  }

  .reviewListProduct p {
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
  }

  .reviewListProduct p:first-child {
    padding-right: 5px;
  }

  .reviewListProduct p:last-child {
    padding-left: 5px;
  }

  .reviewListProduct p:first-child:last-child {
    padding: 0;
  }

  .reviewListDetail {
    display: block;
  }

  .reviewListPerson {
    margin-bottom: 3px;
    width: 50%;
    padding-left: 15px;
    font-size: 10px;
    background: none;
    letter-spacing: -0.1em;
    box-sizing: border-box;
  }

  .reviewListPerson .fwBold {
    letter-spacing: 0;
  }

  .reviewListStatus {
    margin: -33px 0 0;
    padding: 0 15px;
  }

  .reviewListStatusItems {
    display: block;
    width: auto;
    font-size: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
  }

  .reviewListStatusItems.reviewListStatusProfile,
  .reviewListStatusItemsWrap {
    display: table-cell;
    width: 50%;
    vertical-align: top;
  }

  .reviewListStatusItems.reviewListStatusProfile {
    padding-top: 33px;
    padding-right: 10px;
  }

  .reviewListStatus dt {
    padding-top: 0;
  }

  .reviewListStatus dt:after {
    top: 0;
  }

  .reviewListStatus dd {
    padding-top: 0;
  }

  .reviewListStatus .reviewListStatusItems dt,
  .reviewListStatus .reviewListStatusItems dd {
    font-size: 10px;
  }

  .reviewListStatus .reviewListStatusItems dt {
    width: 36%;
  }

  .reviewListStatus .reviewListStatusItems dd {
    width: 50%;
  }

  .reviewListStatusStar {
    width: 65px;
  }

  .reviewListStatus p {
    margin-bottom: 3px;
    font-weight: bold;
  }

  .reviewListStatus p .reviewListStatusStar {
    margin-left: 5px;
  }

  .reviewListComment {
    padding: 13px;
    border: solid 2px #93560f;
    background-color: #fff;
    border-radius: 4px;
  }

  .reviewListCommentTitleWrap {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }

  .reviewListCommentTitle,
  .reviewListCommentDate {
    display: block;
  }

  .reviewListCommentTitle {
    margin-bottom: 5px;
    color: #93560f;
    font-size: 12px;
    font-weight: bold;
  }

  .reviewListCommentDate {
    width: auto;
    text-align: left;
    font-size: 10px;
  }

  .reviewListCommentInner {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .reviewListCommentImg,
  .reviewListCommentTxtWrap {
    display: table-cell;
    vertical-align: top;
  }

  .reviewListCommentImg {
    width: 110px;
    padding-right: 10px;
  }

  .reviewListCommentTxt {
    max-height: 130px;
    padding-right: 10px;
    overflow-y: auto;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .reviewListCommentTxt::-webkit-scrollbar {
    background: #f5f5f5;
    width: 5px;
  }

  .reviewListCommentTxt::-webkit-scrollbar-thumb {
    background: #ccc;
  }

  .reviewListCommentRefer {
    position: relative;
    text-align: right;
  }

  .reviewListCommentRefer dt {
    padding: 9px 0;
    color: #93560f;
    font-weight: bold;
  }

  .reviewListCommentRefer dd {
    position: absolute;
    top: 0;
    right: 8.25em;
    padding: 8px;
    font-size: 10px;
    font-weight: bold;
    border: solid 1px #000;
    background-color: #fff;
    border-radius: 4px;
  }

  .reviewListCommentRefer dd:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -5px;
    margin-top: -5px;
    border-top: solid 5px transparent;
    border-bottom: solid 5px transparent;
    border-left: solid 5px #000;
  }

  .reviewListCommentRefer dd:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -4px;
    margin-top: -4px;
    border-top: solid 4px transparent;
    border-bottom: solid 4px transparent;
    border-left: solid 4px #fff;
  }

  .reviewListCommentAnswer {
    margin-top: 10px;
    margin-right: 0;
    margin-left: 0;
    padding: 10px 0 5px 53px;
    color: #27afa4;
    border-top: dotted 1px #000;
    background: url(/shop/common/images/bg-icon-arrow-answer.png) 14px 11px no-repeat;
    background-size: 20px auto;
  }

  .sectionWrap .btn2Col.btn2ColW220 {
    width: 100%;
  }

  .sectionWrap.sectionWrapReview .btn2Col.btn2ColW220 {
    padding-bottom: 10px;
  }

  /* coupon */
  .coupon {
    font-size: 12px;
  }

  .couponInner {
    height: auto;
  }


  .radioList ul li .coupon span {
    padding: 0;
  }

  .radioList ul li .coupon label {
    display: block;
    box-sizing: border-box;
    padding: 5px 8px 5px 54px;
  }

  .couponLabel {
    width: 80px;
    height: 80px;
  }

  .couponLabelInner {
    top: 21px;
    left: -30px;
    width: 120px;
    padding-top: 24px;
    background-size: auto 24px;
  }

  .radioList ul li .coupon .couponLabelInner {
    width: 120px;
    padding-top: 24px;
  }

  .couponNum {
    margin-bottom: 5px;
    text-align: right;
  }

  .couponNumIcon {
    display: inline-block;
    margin-right: 4px;
    vertical-align: baseline;
    background: url(/shop/common/images/bg-icon-present.png) left top no-repeat;
    font-size: 0;
    width: 14px;
    height: 14px;
    background-size: auto 14px;
  }

  .radioList ul li .couponNumIcon {
    display: inline-block;
    width: 14px;
  }

  .couponName {
    min-height: 70px;
    font-size: 28px;
  }

  .couponTxt {
    font-weight: bold;
  }

  .couponName {
    margin-bottom: 5px;
    color: #ff4b4b;
    font-size: 28px;
  }

  .couponPrice {
    margin-bottom: 5px;
    text-align: right;
    color: #ff4b4b;
    font-size: 24px;
    font-weight: bold;
    line-height: 0.9;
  }

  .couponPrice span {
    font-size: 250%;
    letter-spacing: -0.025em;
  }

  .radioList ul li .couponPrice span {
    display: inline;
    width: auto;
  }

  .couponLimit {
    font-size: 12px;
  }


  /*108*/
  .radioList .couponList,
  .radioList .couponList .paragraph01 {
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }

  .radioList .couponList li {
    border-top: none;
  }

  .couponListBtn02 {
    margin-bottom: 20px;
  }

  .couponListBtn02 .btn:first-child {
    float: none !important;
  }

  .couponListBtn02 .btn:last-child {
    margin-top: 20px;
  }

  .couponListBtn02 .btn .colorOR.btnH_m {
    padding: 15px 0 13px;
  }

  .radioList .couponListNum {
    display: block;
    padding: 0;
    border: none;
  }

  .radioList .couponListNum label {
    display: block;
    width: auto;
  }

  .radioList .couponListNum label.is_on {
    background: none;
  }

  /* 211 */
  .couponGet {
    width: auto;
    max-width: 335px;
  }


  /* 220 */
  .couponList {
    letter-spacing: -0.4em;
  }

  .couponListItem {
    display: block;
    width: auto;
    max-width: 335px;
    margin: 0 auto 20px;
  }

  .couponListItem:nth-child(3n) {
    margin-right: auto;
  }

  .couponListBtn {
    display: block;
  }

  .couponListBtn li {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 0;
  }

  .couponListBtn li:first-child {
    text-align: right;
  }


  /* 201 */
  .heading02 .icoUser {
    padding-left: 22px;
    background-position: 2px 2px;
    background-size: auto 15px;
  }

  .mypageColWrap {
    margin-bottom: 40px;
  }

  .mypageCol {
    float: none;
    width: 100%;
    padding: 0 10px;
  }

  .mypageCol:nth-of-type(odd) {
    padding-right: 10px;
  }

  .mypageCol:nth-of-type(even) {
    padding-left: 10px;
  }

  .mypageNews {
    position: relative;
    margin-bottom: 30px;
    padding: 0;
  }

  .mypageNews:before {
    content: "";
    display: block;
    position: absolute;
    right: -10px;
    bottom: -10px;
    left: -10px;
    border-bottom: dotted 1px #93560f;
  }

  .mypageNews ul {
    height: 150px;
    padding-right: 20px;
    overflow-y: scroll;
  }

  .mypageNews li {
    margin-top: 0;
    margin-bottom: 15px;
  }

  .mypageBtns {
    letter-spacing: -0.4em;
  }

  .mypageBtnsItem {
    display: block;
    width: 100%;
  }

  .mypageBtns .mypageBtnsItem:nth-child(even) {
    margin-left: 0;
  }

  .mypageInfo {
    padding: 8px;
    font-size: 12px;
    border: solid 2px #000;
    border-radius: 6px;
  }

  .mypageInfo dt {
    font-weight: bold;
  }

  .mypageInfoNum {
    font-weight: bold;
    text-align: right;
    line-height: 1.25;
  }

  .mypageInfoNum span {
    font-size: 18px;
  }


  /* 202A */
  .orderHistory {
    margin: 0 -10px 20px;
    border-bottom: none;
  }

  .orderHistoryHeader {
    padding: 5px 10px;
    font-size: 12px;
  }

  .orderHistoryHeader em {
    font-size: 18px;
    font-weight: bold;
  }

  .orderHistoryHeader em.orderHistorySum {
    font-size: 21px;
  }

  .orderHistoryLabel {
    margin: 0 -10px;
  }

  /* 230321 注文履歴サムネイル追加 */ 
  .orderHistoryProductImgSp {
    width: 120px;
    vertical-align: top;
    display: table-cell;
    padding-right: 10px;
  }

  .orderHistoryProductImg {
    display: none;
  }

  .orderHistoryMiddleWrap {
    margin-left: 0px;
  }

  .orderHistoryListDetail {
    width: 100%;
  }

  /* 230321 注文履歴サムネイル追加 end */


  .orderHistoryListDetail.is-canceled {
    background-color: #f9f8f8;
  }

  .orderHistoryListDetail+.orderHistoryHeader {
    margin-top: 40px;
  }

  .orderHistoryListDetail .favoritePopup {
    -ms-transform: translateY(-100%) translateX(-175px);
    -webkit-transform: translateY(-100%) translateX(-175px);
    transform: translateY(-100%) translateX(-175px);
  }

  .orderHistoryListDetail .favoritePopup:after {
    right: 6%;
  }

  .orderHistoryMiddle {
    width: 100%;
    /* margin: 0 10px; */
    padding: 10px 10px 7px 10px;
    border-bottom: dotted 1px #969696;
    /*230321 注文履歴サムネイル追加*/
    display: table;
    box-sizing: border-box;
  }

  .orderHistoryProduct {
    display: block;
    max-width: 100%;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
  }

  .orderHistoryProductNum {
    display: block;
    width: auto;
    margin-left: 0;
  }

  .orderHistoryParagraph {
    margin-top: 10px;
  }

  .orderHistoryParagraph li {
    display: block;
    margin-right: 0;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
  }

  .orderHistoryParagraph li.fColorRed {
    text-align: left;
    font-size: 12px;
    font-weight: normal;
  }

  .orderHistoryBottom {
    display: block;
    padding: 7px 10px 17px;
    /* border-bottom: solid 1px #000; */
    box-sizing: border-box;
  }

  .orderHistoryBottomLeft {
    display: block;
    width: auto;
    padding-right: 0;
  }

  .orderHistoryAddress {
    display: block;
  }

  .orderHistoryAddress.noDetails dd {
    display: block;
  }

  .orderHistory .paragraph01 li {
    margin-bottom: 0;
  }

  .orderHistory .paragraph01 em {
    font-size: 14px;
  }

  .orderHistoryBtnWrap {
    padding: 0 10px;
    text-align: center;
  }

  .orderHistoryBtnWrap .btn {
    display: inline-block;
    margin-bottom: 10px;
    letter-spacing: 0;
    vertical-align: top;
  }

  .orderHistoryBtnWrap .btn:not(.orderHistoryBtnCancel).btnW104,
  .orderHistoryBtnWrap .btn.btnW220 {
    width: 106px;
  }

  .orderHistoryBtnWrap .btn:not(.orderHistoryBtnCancel).btnW104 .btnH_m,
  .orderHistoryBtnWrap .btn.btnW220 .btnH_m {
    display: inline-block;
    height: 30px;
    padding: 4px 0 3px;
  }

  .orderHistoryBtnWrap .btn.orderHistoryBtnCancel,
  .orderHistoryBtnWrap .btn:first-child {
    margin-left: 0;
  }

  .orderHistoryBtnWrap .kuchikomiIcon span {
    padding: 0;
    background: none;
  }

  .orderHistoryBtnWrap .favoriteItemsBtn button {
    height: 30px;
    padding: 6px 0 4px;
  }

  .linkExIcon.linkExIcon04 li {
    display: block;
    margin-bottom: 10px;
    padding: 0;
  }

  .orderHistoryAddress {
    margin-top: 10px;
    padding: 0 10px;
  }

  .orderHistoryAddress dt {
    position: relative;
    padding: 15px;
    color: #fff;
    font-size: 14px;
    background-color: #93560f;
    text-align: center;
    border-radius: 4px;
  }

  .orderHistoryAddress dt:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .orderHistoryAddress dt.is-active:before {
    margin-top: -2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .orderHistoryAddress dd {
    display: none;
    margin-top: 5px;
  }

  .orderHistory .favoriteItemsBtn button span {
    background-position-y: 0;
  }

  /* 203 */
  .reviewedProductInput {
    margin-bottom: 15px;
  }

  .reviewedProductInput .reviewedProductLeftCol {
    width: 50%;
    margin-right: 0;
    margin-bottom: 10px;
    padding-right: 5px;
    box-sizing: border-box;
  }

  .reviewedProductInput .refineSearchReviewTable {
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
  }

  dt .refineSearchReviewStars img {
    width: 65px;
  }

  .refineSearchReviewStars a img {
    width: 74px;
  }

  .paragraph01 dt {
    margin-bottom: 0;
  }

  .reviewForm .tableLayout {
    width: auto;
    margin: 0 -10px;
    padding-top: 25px;
    border: 1px solid #000;
    border-left: none;
    border-right: none;
  }

  .reviewForm .selectBoxInner,
  .reviewForm .selectW05 {
    width: 100%;
  }

  .reviewForm input[type="text"],
  .reviewForm select {
    height: 38px;
  }

  .tableType01 .selectBox3Col .selectBox {
    float: none;
    margin-right: 0;
    margin-top: 10px;
  }

  .tableType01 .selectBox3Col .selectBox:first-child {
    margin-top: 0;
  }

  .reviewInfo {
    padding: 0;
    font-size: 12px;
    background: none;
  }

  .reviewInfo p {
    margin-bottom: 10px;
  }

  .reviewInfo p a {
    display: inline-block;
    margin-top: 10px;
  }

  /* 206 */
  .sendList {
    margin-bottom: 30px;
    padding: 20px 0 0;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
  }

  .sendList ul {
    margin: 0;
  }

  .sendList li {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }

  .sendList dt {
    margin-bottom: 5px;
  }

  .sendListBtn {
    letter-spacing: -1em;
    text-align: right;
  }

  .sendListBtn .btn.btnW104 {
    width: 113px;
    margin: 0 0 0 10px;
  }

  .sendListBtn .btn .btnH_m {
    padding: 4px 0 3px;
  }

  .btnSp2Col .btn.btnW220 {
    width: 49%;
  }

  /* 204 */
  .kuchikomiConf .tableLayout {
    padding-top: 10px;
    border-top: 1px solid #000;
  }

  .kuchikomiConf .tableLayout table {
    border-bottom: 1px solid #000000;
    margin-bottom: 0;
  }

  .borderFrame {
    border: 1px solid #000000;
    padding: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
  }

  .kuchikomiConf table .reviewBox {
    display: block;
    margin-top: 5px;
  }

  .kuchikomiConf table .reviewBox:first-child {
    margin-top: 0;
  }

  .kuchikomiConf table .itemImg {
    width: 110px;
  }

  /* 205 */
  .colorBorderBR.kuchikomiIcon span {
    background-position: left center;
  }

  .noKuchikomiItems ul {
    padding: 0;
  }

  .noKuchikomiItems ul li {
    display: block;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px dotted #000000;
    border-right: none;
  }

  .noKuchikomiItems ul li:first-child {
    border-top: 1px dotted #000000;
  }

  .noKuchikomiItems ul li .noKuchikomiItemsImg {
    width: 50%;
    box-sizing: border-box;
  }

  .noKuchikomiItems ul li .noKuchikomiItemsName {
    width: 50%;
    box-sizing: border-box;
    padding-right: 0;
  }

  .noKuchikomiItems ul li .noKuchikomiItemsName .btn {
    right: 0;
    bottom: 10px;
    width: 48%;
  }

  .noKuchikomiItems ul li:nth-child(2n) .noKuchikomiItemsImg {
    padding-left: 0;
  }



  /* 215 */
  .registrationInfoConfTable .tableLayout {
    display: block;
    width: auto;
    margin: 0 -10px;
    padding-bottom: 20px;
  }

  .registrationInfoConfTable .tableLayout .tableType02 {
    border-bottom: 1px solid #000000;
  }

  /* 217B */
  .heading02 .icoFavoriteList {
    padding-left: 22px;
    background-size: auto 15px;
    background-position: left top;
  }

  .favoriteListMsg {
    font-size: 14px;
  }

  /* 101 */
  .spReadMoreWrap .spReadMore {
    display: none;
  }

  .btnReadMore {
    text-align: center;
    color: #19af7d;
    font-size: 10px;
    position: relative;
    padding: 10px;
  }

  .btnReadMore:after {
    content: '';
    background: url(/shop/common/images/bg-icon-readmore.png) no-repeat left top;
    background-size: 18px auto;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -9px;
    width: 18px;
    height: 10px;
  }

  .btnReadMore.is-active:after {
    background-position: left bottom;
  }

  .cartItemWrap {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    width: 100%;
  }

  .cartItemHeading {
    padding: 20px 10px 10px;
    font-weight: bold;
  }

  .cartItemHeading:first-child {
    border-top: 1px dotted #000000;
  }

  .cartItemWrap .cartItem:first-child .cartItemHeading:first-child {
    border-top: none;
  }

  .cartItemHeading span {
    font-weight: normal;
  }

  .cartItemHeading span.cartItemApNum {
    font-weight: bold;
  }

  .cartItemName .cartItemImg {
    width: 30%;
    padding-right: 5%;
  }

  .cartItemName .cartItemDetail {
    float: left;
    min-width: 65%;
  }

  .itemDetailTxt {
    display: inline-block;
    background: #ffd9b2;
    padding: 4px 10px 2px;
    margin-bottom: 10px;
  }

  .cartItemBtn {
    display: table;
    width: 100%;
    margin-bottom: 10px;
  }

  .cartItemBtn.clearfix:after {
    content: none;
  }

  .cartItemBtn div {
    display: table-cell;
    width: 48%;
    padding-left: 10px;
  }

  .cartItemBtn div:first-child {
    padding-left: 0;
    white-space: nowrap;
  }

  .cartItemBtn div:first-child button {
    min-width: 108px;
  }

  .cartItemBtn div button {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
  }

  .cartItemBtn div.spFavoriteBtn {
    position: relative;
    z-index: 5;
  }

  .cartItemBtn div.spFavoriteBtn span {
    padding: 4px 0 5px 30px;
    background: url(/shop/common/images/bg-cart-favoriteBtn-sp.png) no-repeat left center;
    background-size: 30px 26px;
  }

  .cartItemBtn div.spFavoriteBtn.is-active button {
    border: 1px solid #ff82d2;
  }

  .cartItemBtn div.spFavoriteBtn.is-active span {
    color: #ff82d2;
    background: url(/shop/common/images/bg-cart-favoriteBtn-is-active-sp.png) no-repeat left center;
    background-size: 30px 26px;
  }

  .cartItemBtn div.spDeleteBtn button {
    background: url(/shop/common/images/bg-cart-deleteBtn-sp.png) no-repeat left 10px center;
    background-size: 14px 14px;
  }

  .cartItemBtn div.spFavoriteBtn .favoritePopup {
    width: 230px;
    padding-left: 20px;
    -ms-transform: translateY(-100%) translateX(0);
    -webkit-transform: translateY(-100%) translateX(0);
    transform: translateY(-100%) translateX(0);
  }

  .cartItemBtn div.spFavoriteBtn .favoritePopup:after {
    right: auto;
    left: 24%;
  }

  .cartItemPrice {
    margin-top: 10px;
    border-top: 1px dotted #000000;
    padding: 15px 0 40px;
    text-align: right;
  }

  .cartItemPrice p {
    padding: 0;
    border: none;
    font-size: 18px;
  }

  .cartItemPrice p span {
    font-size: 12px;
  }

  .cartPriceTotalWrap {
    width: 100%;
  }

  .cartPriceTotalWrap .cartPriceTotal table {
    width: 100%;
    border-top: none;
  }

  .cartPriceTotalWrap .cartPriceTotal table th {
    font-size: 14px;
    font-weight: bold;
    box-sizing: border-box;
    padding-left: 20px;
  }

  .cartPriceTotalWrap .cartPriceTotal table td {
    font-size: 14px;
    padding-right: 20px;
  }

  .cartPriceTotalWrap .cartPriceTotal table td span {
    font-size: 18px;
  }

  .cartPriceTotalWrap .cartPriceTotal table .totalPrice th {
    font-size: 18px;
  }

  .cartPriceTotalWrap .cartPriceTotal table .totalPrice td span {
    font-size: 22px;
  }

  .cartPriceTotalWrap .cartPriceTotal table th,
  .cartPriceTotalWrap .cartPriceTotal table td {
    padding-top: 10px;
  }

  #category {
    margin: 30px 0;
  }

  #category dt {
    border: 1px solid #000;
    padding: 17px 8px;
    box-sizing: border-box;
    position: relative;
    background-color: #fafaf1;
    border-radius: 5px;
  }

  #category dt:after {
    content: '';
    width: 10px;
    height: 10px;
    overflow: hidden;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    position: absolute;
    top: 50%;
    margin: auto 0;
    right: 10px;
    transform: translateY(calc(-50% - .25em)) rotate(135deg);
  }

  #category dt.is-active:after {
    transform: translateY(calc(-50% + .25em)) rotate(-45deg);
  }

  #category dd {
    display: none;
  }

	/* 191017追記 start */
  /*------------------------------------------------
  Thumb Txt
  ------------------------------------------------*/
  .thumbTxt.boxCol3 .box {
    float: none;
    width: 100%;
    overflow: hidden;
  }

  .thumbTxt.boxCol3 .box .thumb {
    width: 85px;
  }

  .thumbTxt.boxCol3 .box .txt {
    margin-left: 100px;
  }

  .thumbTxt.boxCol3 .box .txt .prodName {
    margin-bottom: 2px;
    font-size: 13px;
    font-weight: bold;
  }

  .thumbTxt.boxCol3 .box .txt .prodInfo {
    font-size: 11px;
  }

/* 200610追記 start */
  .thumbTxt.boxCol2 .box {
    float: none;
    width: 100%;
    overflow: hidden;
  }

  .thumbTxt.boxCol2 .box .thumb {
    width: 85px;
  }

  .thumbTxt.boxCol2 .box .txt {
    margin-left: 100px;
  }

  .thumbTxt.boxCol2 .box .txt .prodName {
    margin-bottom: 2px;
    font-size: 13px;
    font-weight: bold;
  }

  .thumbTxt.boxCol2 .box .txt .prodInfo {
    font-size: 11px;
  }


  /*20230601-0731*/

  /*------------------------------------------------
  Section
  ------------------------------------------------*/
  .mainArea .sectionWrap .section {
    margin-bottom: 10px;
  }



  /* 191017追記 end */

  /* 191031追記 start */
  p#moresearch {
    width: 100%;
    margin-top: 0px;
  }

  /* 191031追記 end */

  /* 240729追記 start */
  .deliveryAddress .tableLayout .tableType01 .txtBox02 .txtBoxInner {
    display: inline-block;
  }
  /* 240729追記 end */
}

@media screen and (max-width: 374px) {
  .headerMenuBack img {
    width: 60px;
  }

  .modalMenuHeaderLink li {
    width: 50%;
  }

  .modalMenuHeaderLink li:nth-child(3n+1) {
    clear: none;
  }

  .modalMenuHeaderLink li:nth-child(odd) {
    clear: both;
  }

  .modalMenuHeaderLink li:nth-child(odd) a {
    margin: 0 5px 0 0;
  }

  .modalMenuHeaderLink li:nth-child(even) a {
    margin: 0 0 0 5px;
  }

  .cartItemBtn div {
    margin-left: 0;
  }
}

@media screen and (max-width: 320px) {
  .totalPriceWrap dt.totalPrice {
    font-size: 14px;
  }

  .totalPriceWrap dd.totalPrice {
    font-size: 18px;
  }

  /* 004 009 */
  .sortSearchWrap.itemIndex .price .txtBox02 .txtBoxInner,
  .refineSearchPriceInput .txtBox02 .txtBoxInner {
    width: 40%;
  }

}

  /*------------------------------------------------
  クチコミ返信
  ------------------------------------------------*/
@media screen and (max-width: 750px) and (orientation: portrait),
screen and (min-width: 319px) and (max-width: 750px) and (orientation: landscape) {
  .sectionWrap.sectionWrapReview.sectionWrapMain {
    background-color: #ffffff;
  }

  .noBorderT .itemDetailReviewTxt p {
    font-size: 13px;
  }

  .noBorderT .itemDetailReviewAnswer {
    padding: 38px 0px 13px 12px;
    background: url(/shop/common/images/2021-bg-icon-arrow-answer.png) 12px 5px no-repeat;
    background-size: 175px 25px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    border-top: none;
    background-color: #fffee6 !important;
    color: #000000;
  }

  .noBorderT .itemDetailReviewStatusItems dt,
  .noBorderT .itemDetailReviewStatusItems dd {
    font-size: 13px;
  }

  .noBorderT .itemDetailReviewTitle {
    font-size: 14px;
  }

  .itemDetailReviewList {
    padding-bottom: 15px;
    padding-top: 10px;
    margin: 10px auto;
  }

  .sectionWrap.sectionWrapReview {
    background-color: #fffee6;
    margin-bottom: 10px;
  }
}



  /* 210714追記 end */

/* 210915追記 start */
@media screen and (max-width: 360px) {
  .headerLogo img {
    width: 78%;
  }

  .headerMenuSp ul li {
    width: 43px;
  }

  .headerMenuSp ul li a {
    margin: 0;
    font-size: 9px;
  }

  .searchSpArea .headerSearchSp .headerSearchBox input {
    font-size: 10px !important;
  }
}

/* 210915追記 end */



@media screen and (max-width: 750px) and (orientation: portrait),
screen and (min-width: 319px) and (max-width: 750px) and (orientation: landscape) {

/* 220815追記 start */
  .howtoTxt {
    padding: 0 17px;
  }

  .howtoTxt p {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .btnWrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }

  .btnWrap li {
    width: 48%;
  }

  #cat1 .cat1_txt {
    margin-top: 20px;
    text-align: center;
    margin: 20px auto 25px;
    width: 95%;
  }

  #cat1 h3 .sp,
  #cat2 h3 .sp,
  #cat3 h3 .sp {
    width: 46%;
  }

  .howtoChart {
    position: relative;
  }

  .howtoChart .btn_no {
    position: absolute;
    top: 20%;
    right: 0%;
    width: 66%;
  }

  .howtoChart .btn_login {
    position: absolute;
    top: 63%;
    left: 3.5%;
    width: 93%;
  }

  .howtoMore {
    text-align: center;
    width: 95%;
    margin: 35px auto 0 auto;
  }

  .howtoMore p {
    margin: 15px auto 0;
    width: 82%;
  }

  .howtoContact {
    margin-top: 30px;
    margin-bottom: 50px;
    text-align: center;
  }

  #cat2 .cat2_txt {
    margin-top: 20px;
    text-align: center;
    margin: 20px auto 0;
  }

  .cat2_txt .sp {
    width: 70%;
    margin: 0 auto;
  }

  .howtoStep {
    padding: 10px 5px 0;
  }

  .step {
    text-align: center;
    position: relative;
    margin: 35px auto 0;
    border: 2px solid #00b050;
  }

  .step p {
    font-size: 14px;
  }

  .step1_inner .flex {
    align-items: end;
    margin-bottom: 10px;
  }

  .step1_inner .flex img {
    width: 28%;
  }

  .step1_inner .flex p {
    text-align: left;
  }

  .step1_inner .flex span {
    display: block;
  }

  .step.step1::before {
    position: absolute;
    content: url(../../guide/howto/2022/img/step1.jpg);
    top: -22.5%;
    left: 50%;
    transform: translate(-50%, 0%) scale(.7);
    z-index: 1;
  }

  .step.step1::after {
    position: absolute;
    content: url(../../guide/howto/2022/img/arrow.png);
    bottom: -27%;
    left: 50%;
    transform: translate(-50%, 0%) scale(.8);
    z-index: 2;
  }

  .step.step2 {
    margin-top: 60px;
    margin-bottom: 50px;
  }

  .step.step2::before {
    position: absolute;
    content: url(../../guide/howto/2022/img/step2.jpg);
    top: -6.5%;
    left: 50%;
    transform: translate(-50%, 0%) scale(.7);
    z-index: 1;
  }

  .inner {
    padding: 25px 40px 30px;
  }

  .inner.step2_inner {
    padding: 30px 25px;
  }


  .step2_inner p.first {
    text-align: left;
    max-width: 290px;
    margin: 0 auto 15px;
  }

  .thumbTxt.boxCol2 .box .txt {
    margin-left: 80px;
    padding-right: 20px;
  }

  .thumbTxt.boxCol2 .box .txt a {
    position: relative;
  }

  .thumbTxt.boxCol2 .box .txt a.arrow::after {
    position: absolute;
    content: "";
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    width: 4px;
    height: 4px;
    background: transparent;
    top: 50%;
    right: -10px;
    transform: translate(0, -50%) rotate(45deg);
  }

  .step2 .step2_inner li {
    position: relative;
    max-width: 290px;
    margin: 0 auto;
    font-size: 14px;
    text-align: left;
    margin-top: 1.5em;
    display: inline-block;
  }

  .step2 .step2_inner li: nth-child(1) {
    margin-top: 0;
  }

  .step2 .step2_inner li span.img {
    display: block;
    width: 25%;
    margin: 0 auto;
  }

  .step2 .step2_inner li img {
    width: auto;
  }

  .step2_inner.inner p {
    max-width: 290px;

  }

  .btn_deli {
    margin-bottom: 20px;
    padding: 0 16px;
  }

  .u-text-md-center {
    text-align: left;
    max-width: 290px;
    margin: 20px auto 0;
  }

  #cat3 {
    border-bottom: 2px solid #bfbfbf;
    padding-bottom: 7px;
    margin-bottom: 20px;
  }

  #cat3 img {
    width: 55%;
  }



  .thumbTxt.boxCol2 .box .txt .prodName a.insta,
  .thumbTxt.boxCol2 .box .txt .prodName a.youtube {
    color: #000000;
  }

  .thumbTxt.boxCol2 .box .txt .prodName a.insta: before,
  .thumbTxt.boxCol2 .box .txt .prodName a.youtube: before {
    display: none;
  }


  .howtoWrap .sp {
    display: block;
  }

  .howtoWrap .pc {
    display: none;
  }

  .howtoWrap h1 .sp {
    margin-top: 20px;
  }

  .section.sns {
    padding: 0;
  }

  .box {
    margin-bottom: 0;
  }

/* 220815追記 end */
 

.BtmNav{
	height: 58px;
	background: #FFF;
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 1999;
	display: flex;
	align-items: center;
	opacity: 0;
	transition: 0.3s ease;
	visibility: hidden;
}

.BtmNav.-visible{
	opacity: 1;
	visibility: visible;
}

.BtmNav .NavList{
	width: 100%;
	height: 100%;
}

.BtmNav .NavList ul{
	display: flex;
	align-items: center;
	height: 100%;
}

.BtmNav .NavList ul li{
	width: 20%;
	text-align: center;
	line-height: 1;
}

.BtmNav .NavList ul li a,
.BtmNav .NavList ul li span{
	font-size: 10px;
}

.BtmNav .NavList ul li a::before,
.BtmNav .NavList ul li:nth-child(1) span::before{
	content: "";
	width: 25px;
	height: 25px;
	display: block;
	margin: 2px auto 0;
}

.BtmNav .NavList ul li .cartCount {
  position: absolute;
  top: -5px;
  right: 30%;
  min-width: 25px;
  height: 25px;
  margin: 0 0 0 8px;
  line-height: 23px;
  border: 2px solid #fff;
  border-radius: 25px;
  background: #BC3434;
  font-size: 11px;
  text-align: center;
  text-indent: 0;
  box-sizing: border-box;
  padding: 0 3px;
  color: #fff;
}

.BtmNav .NavList ul li:nth-child(1) span::before{
	background: url(/shop/common/images/btmnav_icon_search.png) no-repeat center;
	background-size: 25px;
	margin-bottom: 4px;
}

.BtmNav .NavList ul li:nth-child(2) a::before{
	background: url(/shop/common/images/btmnav_icon_appnum.png) no-repeat center;
	background-size: 25px;
}

.BtmNav .NavList ul li:nth-child(3) a::before{
	background: url(/shop/common/images/btmnav_icon_favorite.png) no-repeat center;
	background-size: 25px;
	margin-bottom: 4px;
}

.BtmNav .NavList ul li:nth-child(4) a::before{
	background: url(/shop/common/images/btmnav_icon_cart.png) no-repeat center;
	background-size: 25px;
	margin-bottom: 4px;
}

.BtmNav .NavList ul li:nth-child(5) a::before{
	background: url(/shop/common/images/btmnav_icon_menu.png) no-repeat center;
	background-size: 25px;
	margin-bottom: 4px;
}
/* 
input:focus,
textarea:focus {
	outline: none;
}
 */
