@charset "UTF-8";
/* EDKDS001-03_ADD */
/*--------------------------------------------------
 ※※※※※※※※※※※※※※※※※※※※※※※※
 このファイルはsassでコンパイルされています
 以下の内容を変更したい場合は構成するscssファイルを
 ご確認ください
 ※※※※※※※※※※※※※※※※※※※※※※※※
--------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP&display=swap");
.overlay {
  position: absolute;
  z-index: 8;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.overlayーclear {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.lb_overlay {
  opacity: 0.8 !important;
}
@media screen and (min-width: 768px) {
  .lb_overlay {
    min-width: 1180px;
  }
}

#cboxOverlay {
  opacity: 0.8;
  background-color: #000;
  background-image: none;
}

@media screen and (max-width: 768px) {
  /* 画面サイズが768pxまではここを読み込む */
  
  /* KDS_add_start */
  .lp_imageArea img{
	width:90%
  }
  .lp_imageArea {
	text-align: center;
	padding: 24px 0 24px 0;
  }
  /* KDS_add_end */
  
  html {
    font-size: 10px;
  }
  html.is-fixed {
    height: 100vh;
    overflow: hidden;
  }

  body {
    color: #333;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    overflow-wrap: break-word;
    word-break: break-word;
  }
  .is-fixed body {
    position: fixed;
    width: 100%;
  }

  a {
    transition: 0.3s;
    color: #333;
    text-decoration: none;
  }
  a:hover {
    color: #333;
    text-decoration: none;
  }
  a img:hover {
    opacity: 1;
  }

  button {
    padding: 0;
    border: 0;
    background: none;
  }
  button:focus {
    outline: 0;
  }

  a,
  button,
  select {
    cursor: pointer;
  }

  input,
  button,
  textarea {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
    font-size: 16px;
    font-weight: normal;
  }

  input,
  select,
  textarea {
    outline: 0;
    word-break: normal;
  }
  input:focus,
  select:focus,
  textarea:focus {
    box-shadow: none;
  }

  input {
    transition: 0.3s;
  }

  ul, li {
    list-style: none;
  }

  h1, h2, h3, h4 {
    padding: 0;
    background: none;
  }

  .sp-hidden {
    display: none;
  }

  .text-link {
    text-decoration: underline;
  }
  .text-link:hover {
    text-decoration: underline;
  }
  .text-link--mail {
    position: relative;
    padding-left: 28px;
  }
  .text-link--mail::before {
    content: "";
    position: absolute;
    top: calc(50% + 1px);
    left: 0;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    /* EDKDS001-03_mod_start */
    background: url(../images/mail_black.svg) no-repeat center/100% 100%;
    /* background: url("../images/icon/black/mail_black.svg") no-repeat center/100% 100%; */
    /* EDKDS001-03_mod_end */
  }

  img:hover {
    opacity: 1;
  }

  input:hover {
    opacity: 1;
  }

  .wrapper > .container {
    max-width: none;
    margin: 0;
    padding: 0;
  }

  .wrapper > .container > .row {
    width: auto;
    min-height: 100vh;
  }

  .row {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .box_in {
    padding: 0;
  }

  .frameBody {
    border: 0;
  }

  .txt_red {
    color: #d9321d !important;
  }

  .txt_orange {
    color: #d9321d;
  }

  .txt_example {
    display: inline-block;
    margin-top: 8px;
    color: #707070;
    font-size: 14px;
  }

  .caution {
    color: #d9321d !important;
    font-size: 14px;
  }

  .txt_line-through {
    text-decoration: line-through;
    text-decoration-color: #d9321d;
  }

  .float_l,
  .float_r {
    float: none;
  }

  .normal_label {
    width: 175px;
    margin: 0;
    padding: 1px 0 3px;
    border: 1px solid #333;
    border-radius: 4px;
    background: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .normal_label--negative {
    background: #333;
    color: #fff;
  }

  .high_label {
    margin: 4px 0 0;
    padding: 4px 10px;
    border: 1px solid #d9321d;
    border-radius: 4px;
    color: #d9321d;
  }

  .require::after,
  .necessary::after,
  .requireTtl::before {
    height: auto;
    margin: 0 5px 0 0;
    padding: 1px 10px 2px;
    float: none;
    border: 1px solid #d9321d;
    border-radius: 4px;
    background: #fff;
    color: #d9321d;
    font-size: 14px;
    font-weight: bold;
  }

  .require::after {
    position: absolute;
    top: 0;
    left: 0;
  }

  #requiredMessageArea,
  .requireMessageArea {
    margin-bottom: 8px;
    padding-left: 0;
  }

  .necessary::after {
    margin: 0 0 5px 5px;
  }

  a:not([href]) {
    color: #1d7bd9;
  }
  a:not([href]):hover {
    color: #1d7bd9;
    text-decoration: none;
  }

  /* EDKDS001-03_add_start */
  .header a:not([href]), #detailUnitMain a:not([href]), #detailStandardMain a:not([href]), #detailSetMain a:not([href]), #detailDescription a:not([href]), .footer a:not([href]) {
    color: #333;
  }
  .header a:not([href]):hover , #detailUnitMain a:not([href]):hover, #detailStandardMain a:not([href]):hover, #detailSetMain a:not([href]):hover, #detailDescription a:not([href]):hover, .footer a:not([href]):hover {
    color: #333;
    text-decoration: none;
  }
  /* EDKDS001-03_add_end */

  .incWorkFreeTextTitle {
    display: inline-block;
    margin: 0 0 5px;
  }
  div + .incWorkFreeTextTitle {
    margin-top: 8px;
  }

  .button-primary {
    display: block;
    position: relative;
    width: 100%;
    margin: 24px auto 0;
    padding: 12px 0;
    border: 1px solid #333;
    border-radius: 50px;
    background: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .button-primary::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    width: 16px;
    height: 9px;
    transform: translateY(-50%) rotate(-90deg);
    transition: 0.3s;
    /* EDKDS001-03_mod_start */
    background: url(../images/arrow_black.svg) no-repeat center/contain; 
    /* background: url("../images/icon/black/arrow_black.svg") no-repeat center/contain; */
    /* EDKDS001-03_mod_end */
  }

  input[type="button"].btn-orange,
  input[type="button"].btn-black {
    padding: 8px 32px;
    border-radius: 50px;
    background: #91bd1d;
    color: #fff;
    font-weight: bold;
  }
  input[type="button"].btn-orange:hover,
  input[type="button"].btn-black:hover {
    opacity: 1;
  }

  input[type="button"].btn-gray {
    padding: 7px 32px;
    border: 1px solid #333;
    border-radius: 50px;
    background: #fff !important;
    color: #333 !important;
    font-weight: bold;
  }

  .btn {
    border-radius: 50px;
    background: #91bd1d;
    color: #fff;
    font-weight: bold;
  }
  .btn:focus {
    box-shadow: none;
  }
  .btn:hover {
    opacity: 1;
  }
  .btn span {
    font-weight: bold;
  }

  .btn-gray {
    padding: 7px 32px;
    border: 1px solid #333;
    background: #fff !important;
    color: #333 !important;
  }
  .btn-gray img {
    display: none;
  }
  .btn-gray:hover {
    opacity: 1;
  }
  .btn-gray[disabled] {
    border-color: #333;
  }
  .btn-gray[disabled]:hover {
    border-color: #333;
  }

  .addCartButton {
    padding: 7px;
    border: 1px solid transparent;
    border-radius: 50px;
    background: #91bd1d;
    color: #fff;
    font-weight: bold;
  }
  .addCartButton img {
    display: none;
  }
  .addCartButton .addCartLabel {
    position: relative;
    padding-left: 40px;
  }
  .addCartButton .addCartLabel::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    /* EDKDS001-03_mod_start */
    background: url(../images/cart_white.svg) no-repeat center/contain;
    /* background: url("../images/icon/white/cart_white.svg") no-repeat center/contain; */
    /* EDKDS001-03_mod_end */
  }
  .addCartButton:hover {
    opacity: 1;
  }

  /* EDKDS001-03_add_start */
  .reservationButton {
    padding: 7px;
    border: 1px solid transparent;
    border-radius: 50px;
    background: #91bd1d;
    color: #fff;
    font-weight: bold;
  }
  .reservationButton img {
    display: none;
  }
  .reservationButton .addCartLabel {
    position: relative;
    padding-left: 40px;
  }
  .reservationButton .addCartLabel::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    background: url(../images/cart_white.svg) no-repeat center/contain;
  }
  .reservationButton:hover {
    opacity: 1;
  }
  /* EDKDS001-03_add_end */
  
  /* KDS_add_start */
  .buyNowButton {
    padding: 7px;
    border: 1px solid transparent;
    border-radius: 50px;
    background: #FFA500;
    color: #fff;
    font-weight: bold;
  }
  .buyNowButton img {
    display: none;
  }
  .buyNowButton .buyNowLabel {
    position: relative;
    padding-left: 40px;
  }
  .buyNowButton .buyNowLabel::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    /* EDKDS001-03_mod_start */
    background: url(../images/buynow_white.png) no-repeat center/contain;
    /* background: url("../images/icon/white/cart_white.svg") no-repeat center/contain; */
    /* EDKDS001-03_mod_end */
  }
  .buyNowButton:hover {
    opacity: 1;
  }
  /* KDS_add_end */
  
  #addFavoriteButton {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 16px;
    padding: 7px 0 7px 40px;
    border: 1px solid #91bd1d;
    border-radius: 50px;
    background: #fff;
    color: #91bd1d;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  #addFavoriteButton::before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% - 100px);
    width: 24px;
    height: 22px;
    transform: translateY(-50%);
    /* EDKDS001-03_mod_start */
    background: url(../images/heart_green.svg) no-repeat center/contain;
    /* background: url("../images/icon/green/heart_green.svg") no-repeat center/contain; */
    /* EDKDS001-03_mod_end */
  }
  #addFavoriteButton img {
    display: none;
  }
  #addFavoriteButton:focus {
    outline: 0;
    opacity: 1;
    box-shadow: none;
  }

  #addArrivalGoodsButton {
    display: block;
    position: relative;
    width: 175px;
    padding: 2px 0 4px 24px;
    border: 1px solid #91bd1d;
    border-radius: 50px;
    background: #91bd1d !important;
    color: #fff !important;
  }
  #addArrivalGoodsButton::before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% - 68px);
    width: 16px;
    height: 18px;
    transform: translateY(-50%);
    /* EDKDS001-03_mod_start */
    background: url(../images/bell_white.svg) no-repeat center/contain;
    /* background: url("../images/icon/white/bell_white.svg") no-repeat center/contain; */
    /* EDKDS001-03_mod_end */
  }
  #addArrivalGoodsButton:focus {
    outline: 0;
    opacity: 1;
    box-shadow: none;
  }

  .btn_buy {
    margin-top: 16px;
  }
  .btn_buy .btn_off {
    padding: 7px 0;
    border-radius: 50px;
    background: #f8f8f8;
    color: #bababa;
  }
  .btn_buy .btn_off img {
    display: none;
  }
  .btn_buy .btn_off .addCartLabel {
    position: relative;
    padding-left: 40px;
    font-weight: bold;
  }
  .btn_buy .btn_off .addCartLabel::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    /* EDKDS001-03_mod_start */
    background: url(../images/cart_gray.svg) no-repeat center/contain;
    /* background: url("../images/icon/gray/cart_gray.svg") no-repeat center/contain; */
    /* EDKDS001-03_mod_end */
  }
  
  /* KDS_add_start */
  .btn_buy .btn_off .buyNowLabel {
    position: relative;
    padding-left: 40px;
    font-weight: bold;
  }
  .btn_buy .btn_off .buyNowLabel::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    /* EDKDS001-03_mod_start */
    background: url(../images/buynow_gray.png) no-repeat center/contain;
    /* background: url("../images/icon/gray/cart_gray.svg") no-repeat center/contain; */
    /* EDKDS001-03_mod_end */
  }
  /* KDS_add_end */

  #buttonArea {
    margin-top: 24px;
  }
  #buttonArea .left:not(:first-child),
  #buttonArea .float_l:not(:first-child) {
    margin-top: 12px;
  }
  #buttonArea input {
    margin: 0 auto;
  }
  #buttonArea .btn-black,
  #buttonArea .btn-orange,
  #buttonArea .btn-gray {
    width: 100%;
  }

  .cardInfoTitle {
    border: 0;
    border-radius: 8px;
    background: #ddd;
  }

  .savedCardInfo,
  .savedCardInfoList {
    border: 0;
  }

  .cartTtl {
    margin-bottom: 32px;
    padding: 16px 16px 20px;
    border-radius: 8px;
    background: #f8f8f8;
    font-size: 18px;
  }

  h1, h2, h3 {
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 16px;
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
  }
  h1::before, h2::before, h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80px;
    height: 2px;
    transform: translateX(-50%);
    border-radius: 4px;
    background: #91bd1d;
  }

  h3 {
    line-height: 1.5;
  }

  h4 {
    line-height: 1.5;
  }

  input[type="button"] {
    height: auto;
    border: 0;
  }

  input[type="text"],
  input[type="password"] {
    padding: 10px 16px 11px;
    max-width: 100%;
    border: 1px solid #707070;
    border-radius: 8px;
    font-size: 14px;
  }
  input[type="text"]::placeholder,
  input[type="password"]::placeholder {
    color: #707070;
  }

  input[type="radio"] {
    position: absolute;
    opacity: 0;
  }

  input[type="radio"] + label,
  input[type="radio"] + span {
    display: inline-block;
    position: relative;
    padding-left: 30px;
  }

  input[type="radio"] + label::before,
  input[type="radio"] + span::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #707070;
    border-radius: 50%;
    background: #fff;
  }

  input[type="radio"]:checked + label::after,
  input[type="radio"]:checked + span::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #91bd1d;
  }

  input[type="checkbox"] {
    position: absolute;
    opacity: 0;
  }

  input[type="checkbox"] + span {
    display: inline-block;
    position: relative;
    padding-left: 30px;
  }

  input[type="checkbox"] + span::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #707070;
    border-radius: 4px;
    background: #fff;
  }

  input[type="checkbox"]:checked + span::before {
    border: 0;
    /* EDKDS001-03_mod_start */
    background: #91bd1d url(../images/check_white.svg) no-repeat center/16px 12px;
    /* background: #91bd1d url("../../commonfiles/images/icon/white/check_white.svg") no-repeat center/16px 12px; */
    /* EDKDS001-03_mod_end */
  }

  #address3, #address4, #addressAddress3, #addressAddress4, #ownerAddress3, #ownerAddress4 {
    width: 250px;
  }

  .itembox {
    display: block;
    width: calc((100% - 16px) / 2);
    max-width: none;
    height: auto;
    margin-right: 16px;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 1.5;
  }

  .itembox_img {
    margin-bottom: 12px;
    overflow: hidden;
    border: 0;
    border-radius: 16px;
  }
  .itembox_img img {
    width: 100%;
    transform: none;
  }

  .itembox_itemname {
    width: 100%;
    margin-bottom: 8px;
    padding: 0;
    font-weight: bold;
  }
  .itembox_itemname.over_txt {
    display: -webkit-box;
    height: 48px;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .itembox_itemname a {
    display: block;
    height: 100%;
  }

  .itembox_shopname {
    margin-bottom: 8px;
    padding: 0;
  }

  .itembox_price {
    height: 48px;
    margin-bottom: 12px;
    padding: 0;
    font-weight: bold;
    text-align: left;
  }
  .itembox_price:last-child {
    margin-bottom: 0;
  }

  .itembox_icon {
    height: auto;
    padding: 0;
  }

  .icon_item {
    height: 100%;
  }
  .icon_item img {
    height: 31px;
  }

  .item_label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: bold;
  }

  .item_label span {
    display: block;
    padding: 5px 5px 6px;
    border-radius: 4px;
    background: #333;
    color: #fff;
    text-align: center;
  }

  .item_label span.bdr_black {
    border: 1px solid #333;
    background: #fff;
    color: #333;
  }

  .ly-container {
    margin: 0 16px;
  }

  .ly-section {
    margin-bottom: 40px;
  }

  .col-lg-10 {
    width: calc(100% - 32px);
    margin: 0 16px;
    padding: 0;
  }

  #message {
    margin: 0 16px;
  }

  .informationBlock {
    margin: 16px 0 0 0;
    padding: 12px;
    border: 1px solid #91bd1d;
    border-radius: 8px;
    background: #fff;
    color: #91bd1d;
    font-weight: bold;
  }

  .warningBlock {
    margin: 16px 0 0 0;
    padding: 12px;
    border: 1px solid #d9321d;
    border-radius: 8px;
    background: #fff;
    color: #d9321d;
    font-weight: bold;
  }

  .successAddCartMessage {
    right: 0;
    padding: 16px;
    border: 0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.24);
    color: #333;
    font-size: 14px;
    font-weight: bold;
  }
  .successAddCartMessage .addCartMessage {
    display: block;
    margin-bottom: 8px;
  }
  .successAddCartMessage .cartUrlButton {
    position: relative;
    padding-right: 20px;
  }
  .successAddCartMessage .cartUrlButton::before {
    content: "";
    position: absolute;
    top: calc(50%  + 1px);
    right: 0;
    width: 12px;
    height: 6px;
    transform: translateY(-50%) rotate(-90deg);
    transition: 0.3s;
    /* EDKDS001-03_mod_start */
    background: url(../images/arrow_black.svg) no-repeat center/contain;
    /* background: url("../images/icon/black/arrow_black.svg") no-repeat center/contain; */
    /* EDKDS001-03_mod_end */
  }
  .successAddCartMessage .cartUrlButton:focus {
    outline: 0;
  }

  .validationMessage {
    margin-top: -75px;
    margin-left: -10px;
    padding: 8px;
    border: 1px solid #d9321d;
    border-radius: 8px;
    opacity: 1;
    background-color: #fff;
    color: #d9321d;
    font-size: 12px;
  }

  .errorBlock {
    margin: 16px 0 0;
    padding: 8px;
    border: 1px solid #d9321d;
    border-radius: 8px;
    background: none;
    color: #d9321d;
    font-size: 14px;
    font-weight: bold;
  }

  .triangle {
    margin-top: -20px;
    border-top: 10px solid #d9321d;
  }

  .popMessage {
    margin: -50px 0 0 -180px;
    padding: 16px;
    border: 0;
    border-radius: 8px;
    opacity: 1;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.24);
    color: #333;
    font-size: 14px;
    font-weight: bold;
  }

  .mypageInfo {
    margin-bottom: 40px;
    border: 1px solid #d9321d;
    border-radius: 8px;
  }

  .bdr_b_dash {
    border: 0;
  }

  .bdr_b_solid {
    display: block;
    margin-bottom: 32px;
    border: 0;
  }
  .bdr_b_solid:last-child {
    margin-bottom: 0;
  }

  .d-inline {
    font-weight: bold;
  }

  div.compositionListArea {
    font-size: 16px;
  }

  .orderNo a {
    color: #1d7bd9;
  }

  span.reserveTypeIcon {
    display: inline-block;
    margin: 4px 0;
    border: 1px solid #91bd1d;
    border-radius: 4px;
    background-color: #fff;
    color: #91bd1d;
    font-weight: normal;
  }

  .pagerArea {
    margin-top: 24px;
    padding: 0;
    background: none;
  }
  .pagerArea a {
    border-color: #707070;
    font-weight: bold;
  }
  .pagerArea .pagingCount {
	/* EDKDS001-03_mod_start */
    /* width: 28px;
    height: 28px; */
    min-width: 28px;
    min-height: 28px;
    /* EDKDS001-03_mod_end */
    margin: 0 4px;
    padding: 0;
    border-radius: 50%;
  }
  .pagerArea .activepage {
    display: inline-block;
    /* EDKDS001-03_mod_start */
    /* width: 28px;
    height: 28px; */
    min-width: 28px;
    min-height: 28px;
    /* EDKDS001-03_mod_end */
    border: 0;
    background: #91bd1d;
    color: #fff;
  }

  .pager {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #dispPrevPageLink {
    margin: 0 6px 0 0;
    padding: 4px 8px 5px;
    border-radius: 8px;
    font-size: 0;
  }
  #dispPrevPageLink .d-md-inline {
    position: relative;
    padding-left: 9px;
    font-size: 12px;
  }
  #dispPrevPageLink .d-md-inline::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 9px;
    height: 5px;
    transform: translateY(-50%) rotate(90deg);
    /* EDKDS001-03_mod_start */
    background: url(../images/arrow_black.svg) no-repeat center/contain;
    /* background: url("../images/icon/black/arrow_black.svg") no-repeat center/contain; */
    /* EDKDS001-03_mod_end */
  }

  #dispNextPageLink {
    margin: 0 0 0 6px;
    padding: 4px 8px 5px;
    border-radius: 8px;
    font-size: 0;
  }
  #dispNextPageLink .d-md-inline {
    position: relative;
    padding-right: 9px;
    font-size: 12px;
  }
  #dispNextPageLink .d-md-inline::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 9px;
    height: 5px;
    transform: translateY(-50%) rotate(-90deg);
    /* EDKDS001-03_mod_start */
    background: url(../images/arrow_black.svg) no-repeat center/contain;
    /* background: url("../images/icon/black/arrow_black.svg") no-repeat center/contain; */
    /* EDKDS001-03_mod_end */
  }

  #dispFirstPageLink {
    margin-left: 0;
  }

  #dispLastPageLink {
    margin-right: 0;
  }

  .pagingDot {
    display: inline-block;
    position: relative;
    width: 4px;
    height: 4px;
    margin: 0 11px;
    border-radius: 50%;
    background: #ddd;
  }
  .pagingDot::before, .pagingDot::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ddd;
  }
  .pagingDot::before {
    left: -7px;
    margin-right: 3px;
  }
  .pagingDot::after {
    right: -7px;
    margin-left: 3px;
  }

  .paymentMethodLogoListMainArea img {
    margin: 0 5px 0 0;
  }
  .paymentMethodLogoListMainArea img:last-child {
    margin: 0;
  }

  .popUpArea {
    margin-right: 5px;
    padding: 16px;
    overflow: hidden;
    border: 0;
    border-radius: 8px;
  }

  select {
    max-width: 100%;
    height: 100%;
    padding: 9px 35px 8px 16px;
    border: 1px solid #707070;
    border-radius: 8px;
    /* EDKDS001-03_mod_start */
    background: #fff url(../images/arrow_black.svg) no-repeat right 16px center/12px 7px;
    /* background: #fff url("../../commonfiles/images/icon/black/arrow_black.svg") no-repeat right 16px center/12px 7px;*/
    /* EDKDS001-03_mod_end */
    color: #333;
    font-size: 14px;
    appearance: none;
    -webkit-appearance: none;
  }

  .col-lg-2.d-none {
    display: none !important;
  }

  .slick-next, .slick-prev {
    position: absolute;
    top: 50%;
    width: 32px;
    height: 32px;
    transform: translateY(-50%);
    transition: 0.3s;
    border-radius: 50%;
    background: rgba(51, 51, 51, 0.8);
    font-size: 0;
  }
  .slick-next::before, .slick-prev::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 10px;
    /* EDKDS001-03_mod_start */
    background: url(../images/arrow_white.svg) no-repeat center/contain;
    /* background: url("../images/icon/white/arrow_white.svg") no-repeat center/contain; */
    /* EDKDS001-03_mod_end */
  }

  .slick-next {
    right: 2px;
  }
  .slick-next::before {
    transform: translate(-50%, -50%) rotate(-90deg);
  }

  .slick-prev {
    left: -14px;
  }
  .slick-prev::before {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .slick-dots {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .slick-dots li {
    margin-right: 16px;
  }
  .slick-dots li:last-child {
    margin-right: 0;
  }
  .slick-dots button {
    width: 10px;
    height: 10px;
    padding: 0;
    transition: 0.3s;
    border-radius: 50%;
    background: #ddd;
    font-size: 0;
  }
  .slick-dots .slick-active button {
    background: #333;
  }

  .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background: rgba(51, 51, 51, 0.8);
  }

  #shopinfoMain {
    margin-bottom: 40px;
  }

  .frameBody.table {
    max-width: calc(100vw - 32px);
    margin: 0 auto;
    border: 0;
  }

  .frameBody ul.tableBody {
    border: 0;
  }

  .leftTitle {
    display: block;
    position: relative;
    width: 100%;
    padding: 0 0 12px;
    background: none;
    font-weight: bold;
  }
  .leftTitle.require {
    padding-left: 55px;
  }

  .rightData {
    display: block;
    width: 100%;
    padding: 0 0 24px;
  }
  .linkBlock:last-child .rightData {
    padding-bottom: 0;
  }

  .listTbl td {
    padding: 6px 0;
  }
  .listTbl tr:hover {
    background: #fff;
  }

  .cartTbl {
    border: 0;
    border-radius: 8px;
  }
  .cartTbl tr, .cartTbl th, .cartTbl td {
    border: 0;
  }
  .cartTbl th {
    padding: 5px 10px;
    background-color: #ddd;
  }
  .cartTbl tr:first-child th:first-child {
    border-top-left-radius: 8px;
  }
  .cartTbl tr:first-child th:last-child, .cartTbl tr:first-child td:last-child {
    border-top-right-radius: 8px;
  }
  .cartTbl tr:last-child th:first-child, .cartTbl tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
  }
  .cartTbl tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
  }

  .bdr_b_dash_fix,
  .bdr_t_dash {
    border: 0;
  }

  .cardListButtomArea {
    margin-bottom: 0;
    border: 0;
  }

  .commissionListDetailArea tr {
    border: 0;
    font-size: 14px;
  }
  .commissionListDetailArea tr:hover {
    background-color: #fff;
  }

  .commissionListDetailArea td,
  .commissionListDetailArea th {
    border: 0;
    font-size: 14px;
  }

  /* EDKDS001-03_add_start */
  .tagInformationCommodity {
    display: inline-flex;
    max-height: 80px;
    margin: -8px -8px 8px 0;
    overflow: hidden;
  }
  .tagInformationCommodity--name {
    display: block;
    margin: 8px 8px 0 0;
    padding: 4px 9px 6px;
    overflow: hidden;
    border-radius: 4px;
    background-color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .tagInformationCommodity--red {
    border: 1px solid #D9321D;
    color: #D9321D;
  }
  /* EDKDS001-03_add_end */

  .tag-list {
    display: flex;
    flex-wrap: wrap;
    max-height: 80px;
    margin: -8px -8px 8px 0;
    overflow: hidden;
  }
  .tag-list:last-child {
    margin-bottom: 0;
  }
  .tag-area .tag-list {
    max-height: none;
  }

  .tag {
    display: block;
    margin: 8px 8px 0 0;
    padding: 4px 9px 5px;
    overflow: hidden;
    border: 1px solid #91bd1d;
    border-radius: 4px;
    background-color: #fff;
    color: #91bd1d;
    font-size: 14px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .tag--black {
    border: 1px solid #333;
    color: #333;
  }

  textarea {
    width: 100%;
    padding: 10px 16px 11px;
    border: 1px solid #707070;
    border-radius: 8px;
    font-size: 14px;
  }
  textarea::placeholder {
    color: #707070;
  }
  textarea:focus {
    outline: 0;
  }
  /* KDS_add_start */
  #phoneNumber1, #addressPhoneNumber1, #ownerPhoneNumber1 {
	width: 30%;
  }
  #phoneNumber2, #phoneNumber3, #addressPhoneNumber2, #addressPhoneNumber3, #ownerPhoneNumber2, #ownerPhoneNumber3 {
	width: 25%;
  }
  /* KDS_add_end */
}
@media screen and (min-width: 769px) {
  /* 画面サイズが769pxからはここを読み込む */
  
  /*KDS_add_start */
  .lp_imageArea img{
	width:40%
  }  
  .lp_imageArea {
	text-align: center;
	padding: 24px 0 24px 0;
  }
  /* KDS_add_end */
  
  html {
    font-size: 10px;
    scrollbar-width: thin;
    scrollbar-color: #828282 #f5f5f5;
  }
  html.is-fixed {
    height: 100%;
    overflow: hidden;
  }

  body {
    color: #333;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    overflow-wrap: break-word;
    word-break: break-word;
  }
  .is-fixed body {
    position: fixed;
    width: 100%;
  }

  a {
    transition: 0.3s;
    color: #333;
    text-decoration: none;
  }
  a:hover {
    color: #333;
    text-decoration: none;
  }
  a img:hover {
    opacity: 1;
  }

  a,
  button,
  select {
    cursor: pointer;
  }

  button {
    padding: 0;
    border: 0;
    background: none;
  }
  button:focus {
    outline: 0;
  }

  input,
  button,
  select,
  textarea {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
    font-size: 16px;
    font-weight: normal;
  }

  input,
  textarea {
    margin: 0;
    transition: 0.3s;
  }
  input:hover,
  textarea:hover {
    opacity: 1;
  }
  input:focus,
  textarea:focus {
    box-shadow: none;
  }

  input, select {
    outline: 0;
    word-break: normal;
  }

  ul, li {
    list-style: none;
  }

  h1, h2, h3, h4 {
    padding: 0;
    background: none;
  }

  .pc-hidden {
    display: none;
  }

  .text-link {
    text-decoration: underline;
  }
  .text-link--mail {
    position: relative;
    padding-left: 28px;
  }
  .text-link--mail::before {
    content: "";
    position: absolute;
    top: calc(50% + 1px);
    left: 0;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    /* EDKDS001-03_mod_start */
    background: url(../images/mail_black.svg) no-repeat center/100% 100%;
    /* background: url("../images/icon/black/mail_black.svg") no-repeat center/100% 100%; */
    /* EDKDS001-03_mod_end */
  }

  .wrapper > .container {
    max-width: none;
    margin: 0;
    padding: 0;
  }

  .wrapper > .container > .row {
    display: flex;
    flex-direction: column;
    width: auto;
    min-height: 100vh;
  }

  .row {
    width: 1180px;
    margin: 0 auto;
  }
  .row.mx-0, .row.ml-0, .row.mr-o {
    margin: 0 auto !important;
  }

  .box_in {
    padding: 0;
  }

  .frameBody {
    border: 0;
  }

  .pagerMessage, .txt_normal {
    font-size: 16px;
  }

  .txt_red {
    color: #d9321d !important;
  }
  .itembox_price .txt_red {
    font-size: 20px;
  }

  .txt_orange {
    color: #d9321d;
  }

  .txt_example {
    display: inline-block;
    margin-top: 8px;
    color: #707070;
    font-size: 14px;
  }

  .caution {
    color: #d9321d !important;
    font-size: 14px;
  }
  .rightData .caution {
    display: inline-block;
    margin-top: 8px;
  }
  .rightData .caution.postalSearch {
    display: inline;
    margin: 0;
  }

  .txt_line-through {
    text-decoration: line-through;
    text-decoration-color: #d9321d;
  }

  .float_l,
  .float_r {
    display: flex;
    justify-content: center;
    float: none;
  }

  .normal_label {
    width: 210px;
    margin: 0;
    padding: 1px 0 3px;
    border: 1px solid #333;
    border-radius: 4px;
    background: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .normal_label--negative {
    background: #333;
    color: #fff;
  }

  .high_label {
    margin-top: 8px;
    padding: 4px 10px;
    border: 1px solid #d9321d;
    border-radius: 4px;
    color: #d9321d;
  }

  .require::after,
  .necessary::after,
  .requireTtl::before {
    height: auto;
    padding: 2px 15px 4px;
    border: 1px solid #d9321d;
    border-radius: 4px;
    background: #fff;
    color: #d9321d;
    font-size: 14px;
    font-weight: bold;
  }

  #requiredMessageArea,
  .requireMessageArea {
    margin-bottom: 8px;
    padding-left: 0;
  }

  .necessary::after {
    margin-bottom: 5px;
  }

  a:not([href]) {
    color: #1d7bd9;
  }
  a:not([href]):hover {
    opacity: 0.7;
    color: #1d7bd9;
    text-decoration: none;
  }

  /* EDKDS001-03_add_start */
  .header a:not([href]), #detailUnitMain a:not([href]), #detailStandardMain a:not([href]), #detailSetMain a:not([href]), #detailDescription a:not([href]), .footer a:not([href]) {
    color: #333;
  }
  .header a:not([href]):hover , #detailUnitMain a:not([href]):hover, #detailStandardMain a:not([href]):hover, #detailSetMain a:not([href]):hover, #detailDescription a:not([href]):hover, .footer a:not([href]):hover {
    opacity: 0.7;
    color: #333;
    text-decoration: none;
  }
  /* EDKDS001-03_add_end */

  .incWorkFreeTextTitle {
    display: inline-block;
    margin: 0 0 5px;
    vertical-align: sub;
  }
  div + .incWorkFreeTextTitle {
    margin-top: 8px;
  }

  .button-primary {
    display: block;
    position: relative;
    width: 380px;
    margin: 40px auto 0;
    padding: 15px 0 17px;
    transition: 0.3s;
    border: 1px solid #333;
    border-radius: 50px;
    background: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .button-primary::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    width: 16px;
    height: 9px;
    transform: translateY(-50%) rotate(-90deg);
    transition: 0.3s;
    /* EDKDS001-03_mod_start */
    background: url(../images/arrow_black.svg) no-repeat center/contain;
    /* background: url("../images/icon/black/arrow_black.svg") no-repeat center/contain; */
    /* EDKDS001-03_mod_end */
  }
  .button-primary:hover {
    border: 1px solid #91bd1d;
    background: #91bd1d;
    color: #fff;
  }
  .button-primary:hover::before {
	/* EDKDS001-03_mod_start */
    background-image: url(../images/arrow_white.svg);
    /* background-image: url("../images/icon/white/arrow_white.svg"); */
	/* EDKDS001-03_mod_end */
    background-size: 100% 100%;
  }

  input[type="button"].btn-orange,
  input[type="button"].btn-black {
    padding: 7px 32px;
    border-radius: 50px;
    background: #91bd1d;
    color: #fff;
    font-weight: bold;
  }
  input[type="button"].btn-orange:hover,
  input[type="button"].btn-black:hover {
    opacity: 0.7;
  }

  input[type="button"].btn-gray {
    padding: 7px 32px;
    border: 1px solid #333;
    border-radius: 50px;
    background: #fff !important;
    color: #333 !important;
    font-weight: bold;
  }
  input[type="button"].btn-gray:hover {
    opacity: 0.7;
  }

  .btn {
    padding: 11px 0 13px;
    transition: 0.3s;
    border-radius: 50px;
    background: #91bd1d;
    color: #fff;
    font-weight: bold;
  }
  .btn:hover {
    opacity: 0.7;
    color: #fff;
  }
  .btn:focus {
    box-shadow: none;
  }
  .btn span {
    font-weight: bold;
  }

  .btn-gray {
    padding: 7px 32px;
    border: 1px solid #333;
    background: #fff !important;
    color: #333 !important;
  }
  .btn-gray img {
    display: none;
  }
  .btn-gray[disabled] {
    border-color: #333;
  }
  .btn-gray[disabled]:hover {
    border-color: #333;
  }
  .btn-gray:focus {
    opacity: 1;
  }

  .addCartButton {
    padding: 15px;
    transition: 0.3s;
    border: 1px solid transparent;
    border-radius: 50px;
    background: #91bd1d;
    color: #fff;
    font-weight: bold;
  }
  .addCartButton img {
    display: none;
  }
  .addCartButton .addCartLabel {
    position: relative;
    padding-left: 46px;
  }
  .addCartButton .addCartLabel::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    transition: 0.3s;
    /* EDKDS001-03_mod_start */
    background: url(../images/cart_white.svg) no-repeat center/contain;
    /* background: url("../images/icon/white/cart_white.svg") no-repeat center/contain; */
    /* EDKDS001-03_mod_end */
  }
  .addCartButton:hover {
    border: 1px solid #91bd1d;
    opacity: 1;
    background: #fff;
    color: #91bd1d;
  }
  .addCartButton:hover .addCartLabel::before {
	/* EDKDS001-03_mod_start */
    background: url(../images/cart_green.svg) no-repeat center/100% 100%;
    /* background: url("../images/icon/green/cart_green.svg") no-repeat center/100% 100%; */
	/* EDKDS001-03_mod_end */
  }

  /* EDKDS001-03_add_start */
  .reservationButton {
    padding: 15px;
    transition: 0.3s;
    border: 1px solid transparent;
    border-radius: 50px;
    background: #91bd1d;
    color: #fff;
    font-weight: bold;
  }
  .reservationButton img {
    display: none;
  }
  .reservationButton .addCartLabel {
    position: relative;
    padding-left: 46px;
  }
  .reservationButton .addCartLabel::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    transition: 0.3s;
    background: url(../images/cart_white.svg) no-repeat center/contain;
  }
  .reservationButton:hover {
    border: 1px solid #91bd1d;
    opacity: 1;
    background: #fff;
    color: #91bd1d;
  }
  .reservationButton:hover .addCartLabel::before {
    background: url(../images/cart_green.svg) no-repeat center/100% 100%;
  }
  /* EDKDS001-03_add_end */
  
  /* KDS_add_start */
  .buyNowButton {
    padding: 15px;
    transition: 0.3s;
    border: 1px solid transparent;
    border-radius: 50px;
    background: #FFA500;
    color: #fff;
    font-weight: bold;
  }
  .buyNowButton img {
    display: none;
  }
  .buyNowButton .buyNowLabel {
    position: relative;
    padding-left: 46px;
  }
  .buyNowButton .buyNowLabel::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    transition: 0.3s;
    /* EDKDS001-03_mod_start */
    background: url(../images/buynow_white.png) no-repeat center/contain;
    /* background: url("../images/icon/white/cart_white.svg") no-repeat center/contain; */
    /* EDKDS001-03_mod_end */
  }
  .buyNowButton:hover {
    border: 1px solid #FFA500;
    opacity: 1;
    background: #fff;
    color: #FFA500;
  }
  .buyNowButton:hover .buyNowLabel::before {
	/* EDKDS001-03_mod_start */
    background: url(../images/buynow.png) no-repeat center/100% 100%;
    /* background: url("../images/icon/green/cart_green.svg") no-repeat center/100% 100%; */
	/* EDKDS001-03_mod_end */
  }
  /* KDS_add_end */
  
  .btn_buy {
    margin-top: 16px;
  }
  .btn_buy .btn_off {
    padding: 16px 0;
    border-radius: 50px;
    background: #f8f8f8;
    color: #bababa;
  }
  .btn_buy .btn_off img {
    display: none;
  }
  .btn_buy .btn_off .addCartLabel {
    position: relative;
    padding-left: 46px;
    font-weight: bold;
  }
  .btn_buy .btn_off .addCartLabel::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    transition: 0.3s;
    /* EDKDS001-03_mod_start */
    background: url(../images/cart_gray.svg) no-repeat center/contain;
    /* background: url("../images/icon/gray/cart_gray.svg") no-repeat center/contain; */
    /* EDKDS001-03_mod_end */
  }
  
  /* KDS_add_start */
  .btn_buy .btn_off .buyNowLabel {
    position: relative;
    padding-left: 46px;
    font-weight: bold;
  }
  .btn_buy .btn_off .buyNowLabel::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    transition: 0.3s;
    /* EDKDS001-03_mod_start */
    background: url(../images/buynow_gray.png) no-repeat center/contain;
    /* background: url("../images/icon/gray/cart_gray.svg") no-repeat center/contain; */
    /* EDKDS001-03_mod_end */
  }
  /* KDS_add_end */

  #addFavoriteLink {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 16px;
    padding: 15px 0 15px 49px;
    border: 1px solid #91bd1d;
    border-radius: 50px;
    background: #fff;
    color: #91bd1d;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  #addFavoriteLink::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 165px;
    width: 33px;
    height: 30px;
    transform: translateY(-50%);
    transition: 0.3s;
    /* EDKDS001-03_mod_start */
    background: url(../images/heart_green.svg) no-repeat center/contain;
    /* background: url("../images/icon/green/heart_green.svg") no-repeat center/contain; */
    /* EDKDS001-03_mod_end */
  }
  #addFavoriteLink img {
    display: none;
  }
  #addFavoriteLink:hover {
    opacity: 1;
    background: #91bd1d;
    color: #fff;
  }
  #addFavoriteLink:hover::before {
	/* EDKDS001-03_mod_start */
    background: url(../images/heart_white.svg) no-repeat center/100% 100%;
    /* background: url("../images/icon/white/heart_white.svg") no-repeat center/100% 100%; */
	/* EDKDS001-03_mod_end */
  }

  #addArrivalGoodsButton {
    display: block;
    position: relative;
    padding: 2px 37px 4px 61px;
    border: 1px solid #91bd1d;
    border-radius: 50px;
    background: #91bd1d !important;
    color: #fff !important;
  }
  #addArrivalGoodsButton::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 37px;
    width: 16px;
    height: 18px;
    transform: translateY(-50%);
    transition: 0.3s;
    /* EDKDS001-03_mod_start */
    background: url(../images/bell_white.svg) no-repeat center/contain;
    /* background: url("../images/icon/white/bell_white.svg") no-repeat center/contain; */
    /* EDKDS001-03_mod_end */
  }
  #addArrivalGoodsButton:hover {
    border: 1px solid #91bd1d;
    opacity: 1;
    background: #fff;
    color: #91bd1d;
  }
  #addArrivalGoodsButton:hover.btn-gray {
    background: #fff !important;
    color: #91bd1d !important;
  }
  #addArrivalGoodsButton:hover::before {
	/* EDKDS001-03_mod_start */
    background: url(../images/bell_green.svg) no-repeat center/100% 100%;
    /* background: url("../images/icon/green/bell_green.svg") no-repeat center/100% 100%; */
	/* EDKDS001-03_mod_end */
  }
  #addArrivalGoodsButton:focus {
    outline: 0;
    opacity: 1;
    box-shadow: none;
  }

  #buttonArea {
    margin-top: 40px;
  }
  #buttonArea .left, #buttonArea .right {
    display: flex;
    float: none;
  }
  #buttonArea .left:not(:first-child),
  #buttonArea .float_l:not(:first-child) {
    margin-top: 16px;
  }
  #buttonArea input {
    width: 380px;
    margin: 0 auto;
    padding: 15px 0 17px;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  #buttonArea .btn-black,
  #buttonArea .btn-orange,
  #buttonArea .btn-gray {
    width: 380px;
    height: auto !important;
  }
}

@media screen and (min-width: 769px) {
  .spBtn {
    height: auto !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .spBtn {
    width: auto;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  .cardInfoTitle {
    border: 0;
    border-radius: 8px;
    background: #ddd;
  }

  .savedCardInfo,
  .savedCardInfoList {
    border: 0;
  }

  .cartTtl {
    margin-bottom: 32px;
    padding: 16px 16px 20px;
    border-radius: 8px;
    background: #f8f8f8;
  }

  h1, h2, h3 {
    position: relative;
    margin-bottom: 32px;
    padding-bottom: 16px;
    font-size: 32px;
    line-height: 1.5;
    text-align: center;
  }
  h1::before, h2::before, h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80px;
    height: 2px;
    transform: translateX(-50%);
    border-radius: 4px;
    background: #91bd1d;
  }

  h3 {
    line-height: 1.5;
  }

  h4 {
    line-height: 1.5;
  }

  input[type="button"] {
    height: auto;
    border: 0;
  }

  input[type="text"],
  input[type="password"] {
    padding: 10px 16px 11px;
    border: 1px solid #707070;
    border-radius: 8px;
    font-size: 14px;
  }
  input[type="text"]::placeholder,
  input[type="password"]::placeholder {
    color: #707070;
  }

  input[type="radio"] {
    position: absolute;
    opacity: 0;
  }

  input[type="radio"] + label,
  input[type="radio"] + span {
    display: inline-block;
    position: relative;
    padding-left: 30px;
  }

  input[type="radio"] + label::before,
  input[type="radio"] + span::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #707070;
    border-radius: 50%;
    background: #fff;
  }

  input[type="radio"]:checked + label::after,
  input[type="radio"]:checked + span::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #91bd1d;
  }

  input[type="checkbox"] {
    position: absolute;
    opacity: 0;
  }

  input[type="checkbox"] + span {
    display: inline-block;
    position: relative;
    padding-left: 30px;
  }

  input[type="checkbox"] + span::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #707070;
    border-radius: 4px;
    background: #fff;
  }

  input[type="checkbox"]:checked + span::before {
    border: 0;
    /* EDKDS001-03_mod_start */
    background: #91bd1d url(../images/check_white.svg) no-repeat center/16px 12px;
    /* background: #91bd1d url("../../commonfiles/images/icon/white/check_white.svg") no-repeat center/16px 12px; */
    /* EDKDS001-03_mod_end */
  }

  .itembox {
    display: block;
    width: calc((100% - 80px) / 5);
    max-width: none;
    height: auto;
    margin: 0 20px 0 0;
    padding-bottom: 0;
    transition: 0.3s;
    font-size: 16px;
    line-height: 1.5;
  }
  .itembox:last-child {
    margin-right: 0;
  }

  .itembox_img {
    margin-bottom: 16px;
    overflow: hidden;
    border: 0;
    border-radius: 16px;
  }
  .itembox_img img {
    position: static;
    width: 100%;
    transform: none;
  }
  .itembox_img a:hover {
    opacity: 0.7;
  }

  .itembox_itemname {
    margin-bottom: 16px;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
  }
  .itembox_itemname.over_txt {
    display: -webkit-box;
    /* KDS_mod_start */
    height: 52px;
    /* KDS_mod_end */
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .itembox_itemname a {
    display: block;
    height: 100%;
  }
  .itembox_itemname a:hover {
    opacity: 0.7;
  }

  .itembox_shopname {
    margin: 0 0 8px;
    padding: 0;
  }
  .itembox_shopname a:hover {
    opacity: 0.7;
  }

  .itembox_price {
    min-height: 57px;
    margin-bottom: 16px;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
  }
  .itembox_price:last-child {
    margin-bottom: 0;
  }

  .itembox_icon {
    height: auto;
    padding: 0;
  }

  .icon_item {
    height: 35px;
  }
  .icon_item img {
    height: 100%;
  }

  .item_label {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: bold;
  }

  .item_label span {
    display: block;
    padding: 5px 5px 6px;
    border-radius: 4px;
    background: #333;
    color: #fff;
    text-align: center;
  }
  .itembox2 .item_label span {
    width: 210px;
  }

  .item_label span.bdr_black {
    border: 1px solid #333;
    background: #fff;
    color: #333;
  }

  .item_description {
    margin: 0 0 16px;
    padding: 0;
  }

  .ly-container {
    box-sizing: border-box;
    width: 1180px;
    margin: 0 auto;
  }

  .ly-section {
    margin-bottom: 80px;
  }

  .col-lg-10 {
    flex: 0 1 auto;
    width: 860px;
    max-width: none;
    padding: 0;
  }

  #message {
    width: 1180px;
    margin: 0 auto;
  }

  .informationBlock {
    margin: 24px 0 0 0;
    padding: 16px;
    border: 1px solid #91bd1d;
    border-radius: 8px;
    background: #fff;
    color: #91bd1d;
    font-size: 18px;
    font-weight: bold;
  }

  .warningBlock {
    margin: 24px 0 0 0;
    padding: 16px;
    border: 1px solid #d9321d;
    border-radius: 8px;
    background: #fff;
    color: #d9321d;
    font-size: 18px;
    font-weight: bold;
  }

  .successAddCartMessage {
    right: 0;
    padding: 16px;
    border: 0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.24);
    color: #333;
    font-size: 14px;
    font-weight: bold;
  }
  .successAddCartMessage .addCartMessage {
    display: block;
    margin-bottom: 8px;
  }
  .successAddCartMessage .cartUrlButton {
    position: relative;
    padding-right: 20px;
  }
  .successAddCartMessage .cartUrlButton::before {
    content: "";
    position: absolute;
    top: calc(50%  + 1px);
    right: 0;
    width: 12px;
    height: 6px;
    transform: translateY(-50%) rotate(-90deg);
    transition: 0.3s;
    /* EDKDS001-03_mod_start */
    background: url(../images/arrow_black.svg) no-repeat center/contain;
    /* background: url("../images/icon/black/arrow_black.svg") no-repeat center/contain; */
    /* EDKDS001-03_mod_end */
  }
  .successAddCartMessage .cartUrlButton:hover {
    opacity: 0.7;
  }
  .successAddCartMessage .cartUrlButton:focus {
    outline: 0;
  }

  .validationMessage {
    margin-top: -78px;
    margin-left: -10px;
    padding: 8px;
    border: 1px solid #d9321d;
    border-radius: 8px;
    opacity: 1;
    background-color: #fff;
    color: #d9321d;
    font-size: 12px;
  }

  .errorBlock {
    margin: 24px 0 0;
    padding: 16px;
    border: 1px solid #d9321d;
    border-radius: 8px;
    background: none;
    color: #d9321d;
    font-size: 18px;
    font-weight: bold;
  }

  .triangle {
    margin-top: -20px;
    border-top: 10px solid #d9321d;
  }

  .popMessage {
    margin: -135px 0 0 26px;
    padding: 16px;
    border: 0;
    border-radius: 8px;
    opacity: 1;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.24);
    color: #333;
    font-size: 14px;
    font-weight: bold;
  }

  .mypageInfo {
    margin-bottom: 80px;
    padding: 16px;
    border: 1px solid #d9321d;
    border-radius: 8px;
  }

  .orderNo a {
    color: #1d7bd9;
  }
  .orderNo a :hover {
    opacity: 0.7;
  }
  .orderNo a span {
    transition: 0.3s;
  }

  .bdr_b_dash {
    border: 0;
  }

  .bdr_b_solid {
    transition: 0.3s;
    border: 0;
  }

  .catalog > div {
    margin-bottom: 8px;
  }
  .catalog > div :last-child {
    margin-bottom: 0;
  }

  span.reserveTypeIcon {
    border: 1px solid #91bd1d;
    border-radius: 4px;
    background-color: #fff;
    color: #91bd1d;
  }

  div.compositionListArea {
    font-size: 16px;
  }

  .shippingStatus {
    text-align: center;
  }

  .pagerArea {
    margin-top: 56px;
    padding: 0;
    background: none;
  }
  .pagerArea a {
    transition: 0.3s;
    border-color: #707070;
    font-weight: bold;
  }
  .pagerArea a:hover {
    opacity: 0.7;
  }
  .pagerArea .pagingCount {
	/* EDKDS001-03_mod_start */
    /* width: 40px;
    height: 40px; */
    min-width: 40px;
    min-height: 40px;
    /* EDKDS001-03_mod_end */
    margin: 0 6px;
    padding: 6px 10px 4px;
    border-radius: 50%;
  }
  .pagerArea .activepage {
    display: inline-block;
	/* EDKDS001-03_mod_start */
    /* width: 40px;
    height: 40px; */
    min-width: 40px;
    min-height: 40px;
    /* EDKDS001-03_mod_end */
    padding: 6px 10px 4px;
    border: 0;
    background: #91bd1d;
    color: #fff;
  }

  .pager {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #dispPrevPageLink {
    margin: 0 40px 0 0;
    padding: 6px 16px 8px;
    border-radius: 8px;
    font-size: 0;
  }
  #dispPrevPageLink .d-md-inline {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
  }
  #dispPrevPageLink .d-md-inline::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 8px;
    transform: translateY(-50%) rotate(90deg);
    /* EDKDS001-03_mod_start */
    background: url(../images/arrow_black.svg) no-repeat center/contain;
    /* background: url("../images/icon/black/arrow_black.svg") no-repeat center/contain; */
    /* EDKDS001-03_mod_end */
  }

  #dispNextPageLink {
    margin: 0 0 0 40px;
    padding: 6px 16px 8px;
    border-radius: 8px;
    font-size: 0;
  }
  #dispNextPageLink .d-md-inline {
    position: relative;
    padding-right: 20px;
    font-size: 14px;
  }
  #dispNextPageLink .d-md-inline::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 14px;
    height: 8px;
    transform: translateY(-50%) rotate(-90deg);
    /* EDKDS001-03_mod_start */
    background: url(../images/arrow_black.svg) no-repeat center/contain;
    /* background: url("../images/icon/black/arrow_black.svg") no-repeat center/contain; */
    /* EDKDS001-03_mod_end */
  }

  #dispFirstPageLink {
    margin-left: 0;
  }

  #dispLastPageLink {
    margin-right: 0;
  }

  .pagingDot {
    display: inline-block;
    position: relative;
    width: 5px;
    height: 5px;
    margin: 0 14px;
    border-radius: 50%;
    background: #ddd;
  }
  .pagingDot::before, .pagingDot::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ddd;
  }
  .pagingDot::before {
    left: -8px;
    margin-right: 3px;
  }
  .pagingDot::after {
    right: -8px;
    margin-left: 3px;
  }

  .paymentMethodLogoListMainArea img {
    margin: 0 10px 0 0;
  }
  .paymentMethodLogoListMainArea img:last-child {
    margin: 0;
  }

  .popUpArea {
    padding: 16px;
    overflow: hidden;
    border: 0;
    border-radius: 8px;
  }

  select {
    height: 100%;
    padding: 9px 35px 8px 16px;
    border: 1px solid #707070;
    border-radius: 8px;
    /* EDKDS001-03_mod_start */
    background: #fff url(../images/arrow_black.svg) no-repeat right 16px center/12px 7px;
    /* background: #fff url("../../commonfiles/images/icon/black/arrow_black.svg") no-repeat right 16px center/12px 7px; */
    /* EDKDS001-03_mod_end */
    font-size: 14px;
    appearance: none;
    -webkit-appearance: none;
  }

  .col-lg-2 {
    display: block !important;
    flex: 0 1 auto;
    width: 240px;
    max-width: none;
    padding: 0;
  }

  .slick-next, .slick-prev {
    position: absolute;
    top: 50%;
    width: 45px;
    height: 45px;
    transform: translateY(-50%);
    transition: 0.3s;
    border-radius: 50%;
    background: rgba(51, 51, 51, 0.8);
    font-size: 0;
  }
  .slick-next::before, .slick-prev::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 12px;
    /* EDKDS001-03_mod_start */
    background: url(../images/arrow_white.svg) no-repeat center/contain;
    /* background: url("../images/icon/white/arrow_white.svg") no-repeat center/contain;*/
    /* EDKDS001-03_mod_end */
  }
  .slick-next:hover, .slick-prev:hover {
    opacity: 0.7;
  }

  .slick-next {
    right: -50px;
  }
  .slick-next::before {
    transform: translate(-50%, -50%) rotate(-90deg);
  }

  .slick-prev {
    left: -50px;
  }
  .slick-prev::before {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .slick-dots {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .slick-dots li {
    margin-right: 24px;
  }
  .slick-dots li:last-child {
    margin-right: 0;
  }
  .slick-dots button {
    width: 16px;
    height: 16px;
    padding: 0;
    transition: 0.3s;
    border-radius: 50%;
    background: #ddd;
    font-size: 0;
  }
  .slick-dots button:hover {
    background: #333;
  }
  .slick-dots .slick-active button {
    background: #333;
  }

  .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background: rgba(51, 51, 51, 0.8);
  }

  #shopinfoMain {
    margin-bottom: 80px;
  }

  #shopinfoMain .frameBody.table {
    width: 838px;
  }

  .frameBody.table {
    width: 1180px;
    margin: 0 auto;
    border: 0;
  }

  .frameBody ul.tableBody {
    border-top: 0;
  }

  .leftTitle {
    width: 286px;
    padding: 0 28px 24px 0;
    background: none;
    font-weight: bold;
    vertical-align: top;
  }
  #shopUrlArea:last-child .leftTitle, .linkBlock:last-child .leftTitle {
    padding-bottom: 0;
  }

  #shopinfoMain .rightData {
    width: 552px;
  }

  .rightData {
    padding: 0 0 24px;
    vertical-align: top;
  }
  #shopUrlArea:last-child .rightData, .linkBlock:last-child .rightData {
    padding-bottom: 0;
  }

  .listTbl th {
    padding: 16px 10px;
    border: 0;
    background-color: #f8f8f8;
  }
  .listTbl .tableHeader {
    display: table-row !important;
  }
  .listTbl tr:hover {
    background: #fff;
  }
  .listTbl tr:first-child th:first-child {
    border-radius: 8px 0 0 8px;
  }
  .listTbl tr:first-child th:last-child {
    border-radius: 0 8px 8px 0;
  }
  .listTbl td {
    padding: 24px 10px;
    border: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .listTbl td {
    display: table-cell;
  }
}
@media screen and (min-width: 769px) {
  .listTbl td .d-block,
  .listTbl td .d-inline {
    display: none !important;
  }

  .cartTbl {
    border: 0;
    border-radius: 8px;
  }
  .cartTbl tr:first-child th:first-child {
    border-radius: 8px 0 0;
  }
  .cartTbl tr:first-child th:last-child {
    border-radius: 0 8px 0 0;
  }
  .cartTbl th {
    padding: 12px 10px;
    border: 0;
  }
  .cartTbl td {
    padding: 40px 16px;
    border: 0;
  }
  .cartTbl .incWorkArea td {
    padding-bottom: 40px;
  }

  .cartTotal tr {
    border-bottom: 0;
  }
  .cartTotal tr:first-child th:first-child {
    border-radius: 8px 0 0 0;
  }
  .cartTotal tr:last-child th:first-child {
    border-radius: 0 0 0 8px;
  }

  .bdr_b_dash_fix,
  .bdr_t_dash {
    border: 0;
  }

  .cardListButtomArea {
    margin-bottom: 0;
    border: 0;
  }

  .commissionListDetailArea tr {
    border: 0;
  }
  .commissionListDetailArea tr:hover {
    background-color: #fff;
  }

  .commissionListDetailArea td,
  .commissionListDetailArea th {
    border: 0;
  }

  /* EDKDS001-03_add_start */
  .tagInformationCommodity {
    display: inline-flex;
    margin: -8px -8px 8px 0;
  }
  
  .tagInformationCommodity--name {
    display: block;
    margin: 8px 8px 0 0;
    padding: 4px 15px 9px;
    overflow: hidden;
    border-radius: 4px;
    background-color: #fff;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .tagInformationCommodity--red {
    border: 1px solid #D9321D;
    color: #D9321D;
  }
  .tagInformationCommodity--red:hover {
    opacity: 1 !important;
    color: #D9321D !important;
  }
  /* EDKDS001-03_add_end */

  .tag-list {
    display: flex;
    flex-wrap: wrap;
    margin: -8px -8px 8px 0;
  }
  .tag-list:last-child {
    margin-bottom: 0;
  }

  .tag {
    display: block;
    margin: 8px 8px 0 0;
    padding: 4px 15px 5px;
    overflow: hidden;
    border: 1px solid #91bd1d;
    border-radius: 4px;
    background-color: #fff;
    color: #91bd1d;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .tag--black {
    border: 1px solid #333;
    color: #333;
  }
  .tag--black:hover {
    opacity: 1 !important;
    color: #333 !important;
  }

  textarea {
    width: 600px;
    padding: 10px 16px 11px;
    border: 1px solid #707070;
    border-radius: 8px;
    font-size: 14px;
  }
  textarea::placeholder {
    color: #707070;
  }
  textarea:focus {
    outline: 0;
  }
}
