  @charset "UTF-8";
  .page .page-main__ttl {
    font-weight: bold;
    background: #EAEAEA;
    border-left: solid 12px #FF9C00;
    padding: 10px 10px 10px 20px;
    margin-bottom: 30px;
    font-size: 24px;
    font-size: 1.5rem
  }

  @media screen and (min-width:901px) {
    .page .page-main__ttl {
      font-size: 30px;
      font-size: 1.875rem
    }
  }

  .page h2:not(.list-title) {
    font-size: 20px;
    font-size: 1.25rem;
	background-color: #eaeaea;
	border-bottom: solid 3px #ff9c00;
	padding: 0.3em;
	margin:40px 0 20px 0;
  }

  @media screen and (min-width:901px) {
    .page h2:not(.list-title) {
      font-size: 26px;
      font-size: 1.625rem
    }
  }

  .page h3 {
    font-weight: bold;
	margin-top:30px;
	margin-bottom:10px;
    color: #606060;
    border-left: solid 12px #FF9C00;
    padding: 0px 10px;
    font-size: 12px;
    font-size: 1rem
  }

  @media screen and (min-width:901px) {
    .page h3 {
      font-size: 20px;
      font-size: 1.3rem
    }
  }

  @media screen and (max-width:900px) {
    .page h3 {
      border-left: solid 7px #FF9C00
    }
  }

  .page .table-gray {
    border-collapse: collapse
  }

  .page .table-gray td, .page .table-gray th {
    border: solid 1px #606060;
    padding: 10px
  }

  .page .table-gray td {
    background: #fff
  }

  .page .table-gray td:first-child {
    background: #EAEAEA
  }

  .page .table-ore {
    border-collapse: collapse
  }

  .page .table-ore td, .page .table-ore th {
    border: solid 1px #FF9C00;
    padding: 10px
  }

  .page .table-ore td {
    background: #FFFDE3
  }

  .page .table-ore td:first-child {
    background: #fff
  }

  .page .cont__main p:not(.main-item__img--b) {
    line-height: 1.8em
  }

  .contact .cont__inner {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0
  }

  @media screen and (max-width:900px) {
    .contact .cont__inner {
      width: 94%;
      padding: 0
    }
  }

  .form {
    padding: 0 0 80px
  }

  @media screen and (min-width:641px) {
    .form {
      padding-bottom: 80px 0 100px
    }
  }

  .form__txt {
    line-height: 1.5em
  }

  @media screen and (min-width:641px) {
    .form__txt {
      text-align: center
    }
  }

  .form__btn {
    margin: 30px auto;
    font-size: 18px;
    font-size: 1.125rem
  }

  @media screen and (min-width:641px) {
    .form__btn {
      font-size: 22px;
      font-size: 1.375rem
    }
  }

  .form__attention {
    background: #C71616;
    padding: 0.5em 1em;
    margin: 10px 0;
    border-radius: 5px;
    color: #fff;
    line-height: 1.5em;
    text-indent: -1.5em;
    padding-left: 2.5em;
    font-size: 14px;
    font-size: 0.875rem
  }

  @media screen and (min-width:641px) {
    .form__attention {
      font-size: 16px;
      font-size: 1rem
    }
  }

  .form__attention:before {
    content: "\f06a";
    font-family: Font Awesome\ 5 Free;
    margin-right: 0.5em;
    font-weight: bold
  }

  .form .error {
    background: #C71616;
    padding: 0.5em 1em;
    margin: 10px 0;
    border-radius: 5px;
    color: #fff!important;
    font-size: 14px;
    font-size: 0.875rem
  }

  @media screen and (min-width:641px) {
    .form .error {
      font-size: 16px;
      font-size: 1rem
    }
  }

  .form .error:before {
    content: "\f06a";
    font-family: Font Awesome\ 5 Free;
    margin-right: 0.5em;
    font-weight: bold
  }

  .form-tbl {
    border-collapse: collapse;
    width: 100%;
    margin: 30px auto
  }

  @media screen and (min-width:901px) {
    .form-tbl {
      width: 90%;
      margin: 50px auto
    }
  }

  .form-tbl__ttl, .form-tbl__txt {
    padding: 1em
  }

  @media screen and (max-width:640px) {
    .form-tbl__ttl, .form-tbl__txt {
      display: block;
      padding: 10px
    }
  }

  .form-tbl__ttl {
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    position: relative;
    font-weight: bold
  }

  @media screen and (min-width:641px) {
    .form-tbl__ttl {
      font-size: 16px;
      font-size: 1rem;
      padding-right: 5em;
      width: 30%
    }
  }

  .form-tbl__required {
    font-weight: bold;
    background: #FF7110;
    color: #fff;
    vertical-align: middle;
    padding: 0.5em 1em;
    line-height: 1;
    height: 2em;
    width: 4em;
    font-size: 12px;
    font-size: 0.75rem
  }

  @media screen and (min-width:641px) {
    .form-tbl__required {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      right: 1em
    }
  }

  @media screen and (max-width:640px) {
    .form-tbl__required {
      margin-left: 0.5em
    }
  }

  @media screen and (min-width:641px) {
    .form-tbl__txt {
      width: 60%
    }
  }

  .form-tbl__txt input[type=email], .form-tbl__txt input[type=text], .form-tbl__txt textarea {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: #fff;
    padding: 1em;
    font-size: 1rem;
    border: solid 1px #A8A8A8;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif
  }

  .form-tbl__txt input[type=number], .form-tbl__txt select {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: #F4F4F4;
    padding: 1em;
    max-width: 100%
  }

  @media screen and (min-width:641px) {
    .form-tbl__txt input[type=number], .form-tbl__txt select {
      width: 400px
    }
  }

  .form-tbl__txt label, .form-tbl__txt select {
    cursor: pointer
  }

  .form-tbl__txt input[type=checkbox] {
    border: #606060 1px solid;
    border-radius: 3px;
    background: #F4F4F4
  }

  .form-tbl__txt select {
    font-size: 14px;
    font-size: 0.875rem
  }

  @media screen and (max-width:640px) {
    .form-tbl__txt select {
      width: 100%
    }
  }

  .form-tbl__select {
    position: relative
  }

  .form-tbl__select:after {
    content: "\f0d7";
    font-family: Font Awesome\ 5 Free;
    position: absolute;
    width: 1em;
    height: 1em;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none
  }

  .form-accept {
    margin-top: 30px;
    background: #F4F4F4;
    text-align: center;
    padding: 30px 0;
    line-height: 2em;
    font-size: 16px;
    font-size: 1rem
  }

  @media screen and (min-width:641px) {
    .form-accept {
      font-size: 18px;
      font-size: 1.125rem;
      margin-top: 50px
    }
  }

  .form-accept .error {
    display: inline-block;
    margin-left: 1em;
    color: #fff!important
  }

  .form-accept label {
    cursor: pointer
  }

  .form-accept a {
    color: #606060;
    text-decoration: underline
  }

  .form-accept--weight {
    font-weight: bold
  }

  .form-btn {
    margin-top: 30px
  }

  @media screen and (min-width:641px) {
    .form-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between
    }
  }

  @media screen and (min-width:641px) {
    .form-btn {
      margin-top: 50px;
      -ms-flex-pack: distribute;
      justify-content: space-around
    }
  }

  .form-btn input[type=button], .form-btn input[type=submit] {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    cursor: pointer
  }

  .form-btn__submit {
    width: 80%;
    position: relative
  }

  @media screen and (max-width:640px) {
    .form-btn__submit {
      margin: auto;
      width: 100%
    }
  }

  @media screen and (min-width:641px) {
    .form-btn__submit {
      width: 500px;
      max-width: 48%
    }
  }

  .form-btn__submit:after {
    content: "";
    background: url(../images/common/btn-yajirushi.png) no-repeat;
    width: 15px;
    height: 26px;
    margin-left: 0.5em;
    position: absolute;
    right: 15px;
    margin: auto;
    top: 0;
    bottom: 0;
    display: block;
    background-size: cover
  }

  .form-btn__submit input {
    background: #FF7110;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding: 10px;
    border-bottom: solid 4px #DB5A03!important;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    border-radius: 10px;
    font-size: 18px;
    font-size: 1.125rem
  }

  @media screen and (min-width:641px) {
    .form-btn__submit input {
      font-size: 22px;
      font-size: 1.375rem
    }
  }

  .form-btn__return {
    width: 100%;
    position: relative
  }

  @media screen and (max-width:640px) {
    .form-btn__return {
      margin: 20px auto
    }
  }

  @media screen and (min-width:641px) {
    .form-btn__return {
      width: 400px;
      max-width: 48%
    }
  }

  .form-btn__return:after {
    content: "";
    background: url(../images/common/btn-yajirushi.png) no-repeat;
    width: 15px;
    height: 26px;
    margin-left: 0.5em;
    position: absolute;
    right: 15px;
    margin: auto;
    top: 0;
    bottom: 0;
    display: block;
    background-size: cover
  }

  .form-btn__return input {
    background: #c0c0c0;
    border-bottom: solid 4px #606060!important;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding: 10px;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    border-radius: 10px;
    font-size: 18px;
    font-size: 1.125rem
  }

  @media screen and (min-width:641px) {
    .form-btn__return input {
      font-size: 22px;
      font-size: 1.375rem
    }
  }

  .mw_wp_form_input .form-btn__return, .mw_wp_form_input .form__attention {
    display: none
  }

  .mw_wp_form_confirm .form-tbl__txt--small {
    display: none
  }

  @media screen and (min-width:901px) {
    .form-step {
      margin: 80px auto 50px
    }
  }

  .thanks__btn {
    text-decoration: underline;
    text-align: center;
    display: block;
    margin: 50px auto;
    font-size: 15px;
    font-size: 0.9375rem
  }

  @media screen and (min-width:901px) {
    .thanks__btn {
      font-size: 18px;
      font-size: 1.125rem
    }
  }

  @media screen and (min-width:901px) {
    .contact-bottom {
      margin: 50px auto
    }
  }

  .contact-bottom__note {
    text-align: center
  }

  .contact-bottom__bnr {
    margin: 70px auto 50px
  }

  .contact-bottom__bnr--catch {
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem
  }

  @media screen and (min-width:901px) {
    .contact-bottom__bnr--catch {
      font-size: 36px;
      font-size: 2.25rem
    }
  }

  .product-main {
    margin-bottom: 20px
  }

  @media screen and (min-width:901px) {
    .product-main {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 10px
    }
  }

  .product-main__img {
    position: relative
  }

  @media screen and (min-width:901px) {
    .product-main__img {
      width: 25%
    }
  }

  @media screen and (max-width:900px) {
    .product-main__img {
      margin: 30px auto;
      width: 80%
    }
  }

  .product-main__img img {
    border: solid 1px #d3d3d3
  }

  .product-main__img--pickup:before {
    border-color: #D83030 transparent transparent transparent;
    border-style: solid;
    border-width: 90px 90px 0 0;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    z-index: 0
  }

  .product-main__img--no-1:before {
    border-color: #D83030 transparent transparent transparent;
    border-style: solid;
    border-width: 90px 90px 0 0;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    z-index: 0
  }

  .product-main__img--pickup:after {
    color: #fff;
    content: "オススメ!!";
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 22px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 0
  }

  .product-main__note {
    font-size: 15px;
    font-size: 0.8rem;
    font-weight: bold;
    margin-bottom: 30px
  }

  @media screen and (min-width:901px) {
    .product-main__note {
      font-size: 20px;
      font-size: 1rem;
      margin: 0 0
    }
  }

  @media screen and (min-width:901px) {
    .product-main__box {
      width: 73%
    }
  }

  .product-main__ttl {
    font-weight: bold;
    background: #EAEAEA;
    border-left: solid 12px #FF9C00;
    padding: 10px 10px 10px 20px;
    font-size: 20px;
    font-size: 1rem
  }

  @media screen and (min-width:901px) {
    .product-main__ttl {
      font-size: 30px;
      font-size: 1.5rem
    }
  }

  .product-main__subttl {
    font-weight: bold;
    margin: 0 auto;
    color: #606060;
    border-left: solid 12px #FF9C00;
    padding: 0 10px;
    font-size: 16px;
    font-size: 1rem
  }

  @media screen and (min-width:901px) {
    .product-main__subttl {
      font-size: 24px;
      font-size: 1.5rem
    }
  }

  @media screen and (max-width:900px) {
    .product-main__subttl {
      border-left: solid 7px #FF9C00
    }
  }

  .product-main__txt {
    margin: 10px auto
  }

  @media screen and (max-width:900px) {
    .product-main__txt {
      font-size: 0.8rem
    }
  }

  .product-link {
    margin-bottom: 40px
  }

  @media screen and (max-width:900px) {
    .product-link {
      margin-bottom: 20px
    }
  }

  .product-link__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	gap: 10px;
    justify-content: start;
  }

  .product-link__list:first-child {
    margin-bottom: 10px
  }

  @media screen and (max-width:1225px) {
    .product-link__list:last-of-type {
      display: none
    }
	  
	.category-list {
      display: flex !important;  
		gap: 5px;
    }

    .category-list a {
      font-size: .8em !important;
    }
  }

  .product-link__item {
    width: 45%
  }

  @media screen and (min-width:1225px) {
    .product-link__item {
      width: 23.4%
    }
  }

  .product-link__item a {
    border: solid 1px #FF7110;
    color: #FF7110;
    border-radius: 5px;
    width: 100%;
    display: block;
    background: #fff;
    padding: 10px 20px;
    text-align: center;
    position: relative;
    transition: 0.3s ease-in-out;
  }

  .product-link__item a:hover {
    background: #ffbf7f;
    color: #FFF;
  }

  .product-link__item a:hover:after {
    right: 0.5rem;
  }

  @media screen and (min-width:901px) {
    .product-link__item a {
      font-size: .9em;
    }
  }

  @media screen and (max-width:1225px) {
    .product-link__item a {
      font-size: 16px;
      font-size: 1rem;
      margin-bottom: 10px
    }
  }

  @media screen and (max-width:640px) {
    .product-link__item a {
      font-size: 13px;
      font-size: 0.8125rem;
      padding: 10px 15px
    }
  }

  .product-link__item a:after {
    content: "\f105";
    font-family: Font Awesome\ 5 Free;
    font-weight: bold;
    color: #FF7110;
    position: absolute;
    transition: right 0.3s;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 24px;
    right: 15px
  }

  @media screen and (max-width:900px) {
    .product-link__item a:after {
      height: 18px;
      right: 10px
    }
  }

  @media screen and (min-width:901px) {
    .product-cont {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between
    }
  }

  @media screen and (min-width:901px) {
    .product-cont__box {
      width: 100%
    }
  }

  @media screen and (min-width:901px) {
    .product-cont__img {
      width: 100%
    }
  }

  .product-cont__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .product-cont__gallery li {
	margin: 3px;
  }
  
  .product-cont__gallery img {
    height: 80px;
    width: auto;
  }

  @media screen and (min-width:901px) {
    .product-cont__gallery img {
      height: 110px;
    }
  }

  .product-table__ttl {
    font-size: 20px;
    font-size: 1.25rem;
    border-bottom: solid 2px #FF9C00;
    margin: 30px auto
  }

  @media screen and (min-width:901px) {
    .product-table__ttl {
      font-size: 26px;
      font-size: 1.625rem
    }
  }

  .product-table__scroll {
    overflow: auto
  }

  .product-table__scroll::-webkit-scrollbar {
    height: 5px
  }

  .product-table__scroll::-webkit-scrollbar-track {
    background: #F6F6F6
  }

  .product-table__scroll::-webkit-scrollbar-thumb {
    background: #C2C2C2
  }

  .product-table table {
    border-collapse: collapse;
    background-color: #fff;
    width: 100%;
    font-weight: normal
  }

  @media screen and (max-width:900px) {
    .product-table table {
      overflow: auto;
      width: 800px
    }
  }

  .product-table table td, .product-table table th {
    border: solid 1px #FF9C00;
    padding: 5px;
    text-align: center
  }

  .product-table table th {
    background: #FFFDE3
  }

  .product-table table th:first-child {
    width: 15%
  }

  .product-table table th:nth-child(2) {
    width: 15%
  }

  .product-table table th:nth-child(3) {
    width: 15%
  }

  .product-table table th:nth-child(4) {
    width: 15%
  }

  .product-table table th:nth-child(5) {
    width: 11%
  }

  .product-table table th:nth-child(6) {
    width: 18%
  }

  .product-table table tr td:first-of-type {
    background: #FFFDE3
  }

  .product-table table input[type=submit] {
    background: #FF7110!important;
    padding: 5px 10px 5px 35px;
    color: #ffffff;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
    border: none;
    -webkit-box-shadow: 3px 3px #BA5800;
    box-shadow: 3px 3px #BA5800;
    background-image: url("../images/common/icon-cart.png")!important;
    background-repeat: no-repeat!important;
    background-size: 21px!important;
    background-position: 10px 50%!important
  }

  .product-table table input[type=submit]:hover {
    opacity: .7
  }

  .product-table__price {
    text-decoration: line-through
  }

  .product-table__price:before {
    content: "¥"
  }

  .product-table__price--sale {
    display: block;
    font-weight: bold;
    color: #D83030
  }

  .product-table__price--sale:before {
    content: "¥"
  }

  .product-table__imagesize {
    display: block
  }

  .product-table__note {
    margin: 20px auto
  }

  @media screen and (max-width:900px) {
    .product-table__note {
      font-size: 0.8rem
    }
  }

  .product .page-main__ttl {
    font-weight: bold;
    background: #EAEAEA;
    border-left: solid 12px #FF9C00;
    padding: 10px 10px 10px 20px;
    margin: 0 auto 30px;
    font-size: 20px;
    font-size: 1.25rem
  }

  @media screen and (min-width:901px) {
    .product .page-main__ttl {
      font-size: 30px;
      font-size: 1.875rem
    }
  }

  .main-item__wrap {
    display: block;
    color: #606060
  }

  .main-item__wrap:visited {
    color: #606060
  }

  .main-item__wrap:hover {
    opacity: 0.6
  }

  .main-item--b {
    width: 47%;
    margin-right: 3%;
	margin-bottom: 10px;
	border: 1px solid #d3d3d3;
  }

  @media screen and (min-width:901px) {
    .main-item--b {
      width: 24%;
      margin-right: 1%;
      margin-bottom: 30px;
    }
  }

  @media screen and (min-width:901px) {
    .main-item--b:nth-child(4n) {
      margin-right: 0
    }
  }

  @media screen and (max-width:900px) {
    .main-item--b:nth-child(2n) {
      margin-right: 0
    }
  }

  .main-item__img--b {
    position: relative
  }

  .main-item__img--b img {
    display: block
  }
 
.posi-center {
	margin: 0 auto;
}

  .main-item .product-main__img--pickup:before {
    border-color: #D83030 transparent transparent transparent;
    border-style: solid;
    border-width: 70px 70px 0 0;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    z-index: 0
  }

  .main-item .product-main__img--pickup:after {
    color: #fff;
    content: "オススメ!!";
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 18px;
    left: 0px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 0
  }

  .main-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  @media screen and (max-width:900px) {
    .single-product {
      margin-top: 50px
    }
  }

  .pagination {
    list-style-type: none;
    padding-left: 0;
    margin: 20px 0 50px
  }

  @media screen and (min-width:641px) {
    .pagination {
      margin: 30px 0 80px
    }
  }

  .pagination, .pagination li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .pagination a {
    font-weight: 300;
    padding-top: 1px;
    text-decoration: none;
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
    min-width: 36px;
    min-height: 36px;
    line-height: 36px;
    color: #606060
  }

  .pagination li {
    margin: 0 5px
  }

  .pagination li:not([class*=current]) a:hover {
    background-color: rgba(96, 96, 96, 0.1);
    color: #606060
  }

  .pagination li:first-of-type a {
    border-left-width: 1px
  }

  .pagination li.first span, .pagination li.last span, .pagination li.next span, .pagination li.previous span {
    position: absolute;
    top: -9999px;
    left: -9999px
  }

  .pagination li.first a:before, .pagination li.last a:after, .pagination li.next a:after, .pagination li.previous a:before {
    display: inline-block;
    font-family: Font Awesome\ 5 Free;
    font-weight: bold;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  .pagination li.first a:before {
    content: "\f100";
    font-weight: 900
  }

  .pagination li.last a:after {
    content: "\f101"
  }

  .pagination li.previous a:before {
    content: "\f104";
    font-weight: 900
  }

  .pagination li.next a:after {
    content: "\f105";
    font-weight: 900
  }

  .pagination li.current a {
    background-color: #fff;
    cursor: default;
    pointer-events: none;
    border: #FF7110 1px solid;
    color: #606060
  }

  @media only screen and (max-width:680px) {
    .pagination li.first, .pagination li.last {
      position: absolute;
      top: -9999px;
      left: -9999px
    }
    .pagination li.previous a {
      border-left-width: 1px
    }
  }

  @media only screen and (max-width:500px) {
    .pagination li {
      position: absolute;
      top: -9999px;
      left: -9999px
    }
    .pagination li.current, .pagination li.first, .pagination li.last, .pagination li.next, .pagination li.previous {
      position: initial;
      top: initial;
      left: initial
    }
    .pagination li.previous a {
      border-left-width: 0
    }
  }

  @media only screen and (max-width:400px) {
    .pagination li.first, .pagination li.last {
      position: absolute;
      top: -9999px;
      left: -9999px
    }
    .pagination li.previous a {
      border-left-width: 1px
    }
  }

  @media only screen and (max-width:240px) {
    .pagination li {
      width: 50%
    }
    .pagination li.current {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      width: 100%;
      border-left-width: 1px
    }
  }

  .news-post__catbox .post__cat {
    display: inline-block
  }

  .frame__wrap {
    margin-top: 50px
  }

  .frame__imgbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .frame__img {
    margin-right: 15px
  }

  .frame__img:last-child {
    margin-right: 0
  }

  @media screen and (max-width:900px) {
    .frame__img:nth-child(2) {
      margin-right: 0
    }
  }

  @media screen and (max-width:900px) {
    .frame__img:nth-child(3), .frame__img:nth-child(4), .frame__img:nth-child(5) {
      display: none
    }
  }

  .frame__info {
    background: #fff;
    margin: 15px auto 30px;
    padding: 20px 0
  }

  @media screen and (min-width:1225px) {
    .frame__info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between
    }
  }

  @media screen and (max-width:1225px) {
    .frame__info {
      padding: 0 20px
    }
  }

  .frame__note {
    padding: 20px 0;
    width: 100%
  }

  @media screen and (min-width:1225px) {
    .frame__note {
      width: 62%;
      padding: 0 20px
    }
  }

  @media screen and (max-width:1225px) {
    .frame__note {
      border-bottom: solid 1px #4B4949
    }
  }

  .frame__note--red {
    color: #D83030
  }

  .frame__point {
    text-align: center;
    padding: 20px 0;
    width: 100%
  }

  @media screen and (min-width:1225px) {
    .frame__point {
      width: 39%;
      padding: 0 20px;
      border-left: solid 1px #4B4949
    }
  }

  .frame__point-ttl {
    text-align: center;
    font-weight: bold;
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(76%, transparent), color-stop(0%, #FFFF00));
    background: -webkit-linear-gradient(transparent 76%, #FFFF00 0%);
    background: -o-linear-gradient(transparent 76%, #FFFF00 0%);
    background: linear-gradient(transparent 76%, #FFFF00 0%)
  }

  @media screen and (min-width:901px) {
    .frame__point-ttl {
      font-size: 18px;
      font-size: 1.125rem
    }
  }

  .frame__point-list {
    text-align: left;
    margin-top: 20px
  }

  @media screen and (max-width:900px) {
    .frame__point-item {
      font-size: 14px;
      font-size: 0.875rem
    }
  }

  .frame__point-item--red {
    color: #D83030
  }

  .frame__point-item:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin-right: 7px;
    color: #FF7110
  }

  .frame-btn__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 40px auto 50px
  }

  @media screen and (max-width:900px) {
    .frame-btn__list {
      margin: 20px auto;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap
    }
  }

  .frame-btn__item {
    width: 32%
  }

  @media screen and (max-width:900px) {
    .frame-btn__item {
      width: 100%;
      margin-bottom: 10px
    }
  }

  .frame-btn__item a {
    font-size: 15px;
    font-size: 0.9375rem;
    border: solid 2px #FF7110;
    font-weight: bold;
    padding: 15px;
    border-radius: 5px;
    color: #FF7110;
    width: 100%;
    background: #fff;
    display: block;
    text-align: center
  }

  @media screen and (min-width:901px) {
    .frame-btn__item a {
      font-size: 18px;
      font-size: 1.125rem
    }
  }

  .frame-btn__item a:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin-left: 7px
  }

  .cont__main form input[type=submit] {
    background: #FF7110!important;
    padding: 5px 10px 5px 35px;
    color: #ffffff;
    border-radius: 5px;
    font-weight: bold;
    border: none;
    -webkit-box-shadow: 3px 3px #BA5800;
    box-shadow: 3px 3px #BA5800;
    background-image: url("../images/common/icon-cart.png")!important;
    background-repeat: no-repeat!important;
    background-size: 21px!important;
    background-position: 10px 50%!important
  }

  @media screen and (max-width:900px) {
    form input[type=text] {
      margin-bottom: 5px
    }
  }

  .product-main__feature-ttl {
    margin-top: 20px
  }

.posi-center {
	display: flex;
	justify-content: center;
}

.productspace {
	padding: 0.7em;
}

.sort-links {
  display: flex;
  justify-content: end;
  gap: 10px;
  margin: 10px;
}

.sort-links .sort-links__item {
  text-decoration: underline;
  color: #606060;
}


