/*color*/
/*font*/
#point-site .all-wrap,
#point-site .l-content,
#point-site .box-dd-menu,
#point-site .dd-menu {
  min-width: 0; }

#point-site .all-wrap {
  overflow: hidden; }

#point-site .l-content {
  margin-top: 75px; }

#point-site .ps-inner {
  max-width: 1160px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto; }
  #point-site .ps-inner--np {
    padding-left: 0;
    padding-right: 0; }

#point-site #global-hdr-pc {
  height: 75px;
  border-bottom: 5px solid #000; }

#point-site #global-hdr-pc h1 {
  width: 290px;
}

#point-site .header__cts {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }

#point-site .header .header-cart .dd-cart {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold; }

#point-site .header .header-cart #cart_status {
  position: relative;
  top: 2px;
  padding-right: 3px;
  font-size: 18px;
  line-height: 20px; }

#point-site .ps-footer-menu {
  padding: 28px;
  background: #DC0325;
  text-align: center; }
  #point-site .ps-footer-menu__logo {
    margin-bottom: 28px; }
  #point-site .ps-footer-menu__nav li {
    display: inline-block; }
    #point-site .ps-footer-menu__nav li:not(:last-child) {
      border-right: 1px solid #fff; }
    #point-site .ps-footer-menu__nav li a {
      display: block;
      padding: 0 8px;
      font-size: 14px;
      line-height: 1;
      color: #fff; }

#point-site main {
  display: block; }

#point-site .text-center {
  text-align: center !important; }

#point-site .text-left {
  text-align: left !important; }

#point-site .text-right {
  text-align: right !important; }

#point-site .lh-0 {
  line-height: 0 !important; }

#point-site .lh-1 {
  line-height: 1 !important; }

#point-site .lh-125 {
  line-height: 1.25 !important; }

#point-site .lh-15 {
  line-height: 1.5 !important; }

#point-site .lh-2 {
  line-height: 2 !important; }

#point-site .m-auto {
  margin: auto !important; }

#point-site .mt-auto,
#point-site .my-auto {
  margin-top: auto !important; }

#point-site .mr-auto,
#point-site .mx-auto {
  margin-right: auto !important; }

#point-site .mb-auto,
#point-site .my-auto {
  margin-bottom: auto !important; }

#point-site .ml-auto,
#point-site .mx-auto {
  margin-left: auto !important; }

#point-site .sepper {
  margin-left: -12px;
  margin-right: -12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  #point-site .sepper .sepper__box--2 {
    width: calc( 100% / 2);
    margin-top: 24px;
    padding-left: 12px;
    padding-right: 12px; }
  #point-site .sepper .sepper__box--3 {
    width: calc( 100% / 3);
    margin-top: 24px;
    padding-left: 12px;
    padding-right: 12px; }
  #point-site .sepper .sepper__box--4 {
    width: calc( 100% / 4);
    margin-top: 24px;
    padding-left: 12px;
    padding-right: 12px; }
  #point-site .sepper--reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  #point-site .sepper .sepper__box--2:nth-child(-n+2) {
    margin-top: 0; }
  #point-site .sepper .sepper__box--3:nth-child(-n+3) {
    margin-top: 0; }
  #point-site .sepper .sepper__box--4:nth-child(-n+4) {
    margin-top: 0; }

#point-site .font-normal {
  font-weight: normal !important; }

#point-site .font-bold {
  font-weight: bold !important; }

#point-site .bg-w {
  background: #fff !important; }

#point-site .bg-bk {
  background: #000 !important; }

#point-site .bg-primary {
  background: #DC0325 !important;
  color: #fff; }

#point-site .color-bk {
  color: #000 !important; }

#point-site .color-w {
  color: #fff !important; }

#point-site .color-primary {
  color: #DC0325 !important; }

#point-site .ps-container {
  padding-top: 60px;
  padding-bottom: 60px; }

#point-site .mv-title {
  background: #DC0325 url(../images/mv_bg.png) no-repeat center/cover; }
  #point-site .mv-title__cts {
    position: relative;
    top: 8px;
    margin-bottom: 0; }

#point-site .sort-nav {
  margin-bottom: 28px;
  display: -ms-flexbox;
  display: flex; }
  #point-site .sort-nav__anc {
    position: relative;
    padding: 18px 8px;
    cursor: pointer;
    background: #c2c2c2;
    font-size: 20px;
    color: #fff;
    text-align: center;
    transition: all .15s; }
    #point-site .sort-nav__anc:before {
      content: "";
      display: block;
      position: absolute;
      top: 100%;
      left: calc( 50% - 5px);
      border: 10px solid transparent;
      border-top: 10px solid #000;
      opacity: 0;
      transition: all .15s; }
    #point-site .sort-nav__anc--active, #point-site .sort-nav__anc:hover {
      background: #000; }
      #point-site .sort-nav__anc--active:before, #point-site .sort-nav__anc:hover:before {
        opacity: 1; }
  #point-site .sort-nav--btm {
    margin-top: 28px;
    margin-bottom: 0; }
    #point-site .sort-nav--btm .sort-nav__anc:before {
      top: auto;
      bottom: 100%;
      border-top-color: transparent;
      border-bottom-color: #000; }
    #point-site .sort-nav--btm .sort-nav__anc--active, #point-site .sort-nav--btm .sort-nav__anc:hover {
      background: #000; }
      #point-site .sort-nav--btm .sort-nav__anc--active:before, #point-site .sort-nav--btm .sort-nav__anc:hover:before {
        opacity: 1; }
  #point-site .sort-nav__item {
    width: calc( 100% / 3);
    padding-right: 1px; }

#point-site .products-list:not(:first-child) {
  display: none; }

#point-site .products-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  border: 1px solid #eee;
  border-radius: 4px; }
  #point-site .products-card__img {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    #point-site .products-card__img:before {
      content: "";
      display: block;
      padding-top: 91.6%; }
    #point-site .products-card__img .status-holder {
      min-height: 0;
      max-height: 32px;
      bottom: auto;
      top: 0; }
  #point-site .products-card__price {
    background: #DC0325;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 1;
    padding: 4px; }
  #point-site .products-card__cts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-positive: 2;
        flex-grow: 2;
    padding: 12px;
    background: #f8f8f8; }
  #point-site .products-card__ttl {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5; }
  #point-site .products-card__btn {
    display: block;
    margin-top: 16px;
    padding: 16px 8px;
    font-size: 14px;
    line-height: 1;
    color: #000;
    text-align: center;
    border: 1px solid #000;
    background: #fff;
    transition: all .15s; }
    #point-site .products-card__btn:hover {
      color: #fff;
      background: #000; }

#point-site .m-item-info .unit .inner .img-holder,
#point-site .m-item-info .unit .inner .txt-holder {
  max-width: 48%; }

#point-site .m-item-info .unit .inner .txt-holder .box-item-detail-info .box-cart-form p.price .pt {
  font-size: 24px; }

#point-site .m-item-info .unit .inner .btn-holder a.button-join {
  background: #CFB465;
  color: #FFFFFF;
  transition: 0.3s; }
  #point-site .m-item-info .unit .inner .btn-holder a.button-join:hover {
    background: #b09237; }
  #point-site .m-item-info .unit .inner .btn-holder a.button-join::after {
    color: #FFFFFF; }

#point-site .tab_area {
  display: none; }

#point-site .m-item-detail .tab_area {
  margin-bottom: 28px; }
  #point-site .m-item-detail .tab_area ul {
    display: -ms-flexbox;
    display: flex; }
    #point-site .m-item-detail .tab_area ul li {
      width: 50%;
      padding: 16px 0;
      background: #fafafa;
      border-top: solid 1px #d2d2d2;
      border-bottom: solid 1px #d2d2d2;
      box-sizing: border-box;
      text-align: center; }
      #point-site .m-item-detail .tab_area ul li.active {
        position: relative;
        background: #fff;
        border-bottom: 0;
        box-sizing: border-box; }
        #point-site .m-item-detail .tab_area ul li.active:after {
          position: absolute;
          bottom: 8px;
          left: 50%;
          width: 50px;
          height: 2px;
          margin-left: -25px;
          background: #DC0325;
          content: ""; }
      #point-site .m-item-detail .tab_area ul li:first-child {
        border-right: solid 1px #d2d2d2;
        box-sizing: border-box; }

#point-site .m-item-detail .unit .inner .contentBlock.details {
  display: block; }

#point-site .m-item-detail .tab_area {
  display: none; }

#point-site .m-content .unit .inner .sub {
  width: 280px; }

#point-site .m-content .unit .inner .main {
  width: calc( 100% - 340px); }

#point-site .m-cart .unit {
  padding: 0; }

#point-site .m-login .unit .inner .login,
#point-site .m-login .unit .inner .new-member {
  width: 48%; }
