@charset "utf-8";
/* CSS Document */
@import url("https://use.fontawesome.com/releases/v5.6.4/css/all.css");

:root {
  --main-color: #0095d3;
  --sub-color: #009241;
  --red: #e30c0c;
}

html {
  /*scroll-behavior: smooth;*/
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  background: var(--main-color);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}
body.trnsition_off * {
  transition: none !important;
}

a {
  color: #dd2bc6;
  text-decoration: none;
}
a:hover {
  color: #eba8ae;
  text-decoration: underline;
}

h2 {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1rem;
  line-height: 1.25em;
  color: var(--sub-color);
  margin: 4rem auto;
}
h2::after {
  content: "";
  border-bottom: solid 2px var(--sub-color);
  width: 6rem;
  display: block;
  padding-bottom: 1.2rem;
  margin: 0 auto;
}

section {
  padding: 40px 40px 80px;
}

/*======== ページクローズ用 ========*/
.off_scroll {
  overflow: hidden;
}
#page_close {
  background-color: rgb(10, 10, 10);
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}
#page_close div {
  color: #fff;
  font-size: 2rem;
  text-align: center;
  /* padding: 45vh 1.2rem; */
  letter-spacing: 0.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*======== ここまでページクローズ用 ========*/

.container {
  /*   border-left: 2rem solid #FFF;
  border-right: 2rem solid #FFF; */
  background-color: #fff;
  margin: 0 auto;
}

#news_area {
  margin: 0;
  padding: 80px 0 20px;
  position: relative;
  text-align: center;
}

#main_area {
  margin: 0;
  padding: 0;
  position: relative;
}
#pagenation_area {
  background-color: #fff;
  position: relative;
  top: 0;
  pointer-events: auto;
  z-index: 9;
}
#pagenation_area .pagenation_area_tab {
  display: none;
  pointer-events: auto;
  z-index: 10;
}
/* ページトップ */
#page-top {
  text-align: center;
  position: fixed;
  background: #ff9800;
  border-radius: 50%;
  z-index: 11;
}
#page-top a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}
#page-top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f102";
  font-size: 36px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  text-align: center;
}

#page-top a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.catch {
  display: block;
  margin: 0 auto;
  padding-top: 40px;
  position: relative;
  background-color: var(--main-color);
  z-index: 8;
}

.catch img {
  width: 100%;
}
a.pdf {
  display: block;
  margin: 0 auto;
  width: fit-content;
}

a.pdf:hover {
  opacity: 0.7;
}

a.pdf img {
  display: block;
  margin: 0 auto;
  width: 80%;
  max-width: 500px;
}

.disp_ddmenu_area {
  display: inline-flex;
  position: relative;
  flex-basis: 30%;
  align-self: center;
  justify-content: flex-end;
  white-space: nowrap;
  font-size: 0.95rem;
  padding: 1rem 1rem 1rem 0;
}

ul.cat_tab {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
}
ul.cat_tab li {
  text-align: center;
  border: 1px var(--sub-color) solid;
  flex: 0 0 var(--cat-tab-Width);
}
ul.cat_tab li:hover {
  background: #d0f0f7;
}
ul.cat_tab li input[type="radio"] {
  display: none;
}

/* ul.cat_tab li:has(input[type="radio"]:checked), */
ul.cat_tab li a,
ul.cat_tab li.radio-checked {
  padding: 10px 20px;
}

/* ul.cat_tab li:has(input[type="radio"]:checked)  */
ul.cat_tab li.radio-checked {
  background: var(--sub-color);
  font-weight: bold;
  color: #fff;
}

ul.cat_tab li a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: var(--sub-color);
}

select[name="disp_max"] {
  padding: 0.2em;
}

ul.items {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 40px;
}
ul.items li {
  padding: 0;
}

.product_frame {
  width: 100%;
  /*background: #0278ff;*/
  box-sizing: border-box;
  position: relative;
  padding-bottom: 2rem;
  border-bottom: #ccc dotted 1px;
  font-size: 1rem;
}
.product_frame a {
  color: #007645;
  z-index: 2;
}
.product_frame a:hover {
  opacity: 0.7;
}
/*品名*/
.product_name {
  padding: 0.5em 0;
  height: 3.6em;
  line-height: 1.4rem;
  font-weight: bold;
  /* text-align: justify; */
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*％OFF吹き出し*/
.product_off_frame {
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #bf090f;
  border-radius: 20px;
}

.product_price_frame {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}

.pagenation {
  display: inline-flex;
  flex-basis: 70%;
  align-self: center;
  padding: 0 1rem;
}
#pagen_head {
  padding: 1rem 2rem;
  display: flex;
}
.border_t {
  border-top: solid var(--sub-color) 1px;
}
.border_b {
  border-bottom: solid var(--sub-color) 1px;
  margin-bottom: 2rem;
}
.item_disp_area {
  margin: 4rem 3rem 1.5rem;
}

.pagen_foot {
  /* margin: 4rem -2rem 0; */
  padding: 2rem 4rem 7rem;
  text-align: center;
}

.txt90 {
  font-size: 0.9em;
}
.txt120 {
  font-size: 1.2em;
}

.txt90r {
  font-size: 0.9rem;
}

.ml10 {
  margin-left: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb120 {
  margin-bottom: 120px;
}

.txt-u {
  text-decoration: underline;
}

.fr {
  float: right;
}
.fl {
  float: left;
}
.red {
  color: var(--red);
}
.bg-white {
  background-color: #fff;
}
.bg-w_yellow {
  background-color: #fffed7;
}

@media (min-width: 1200px) {
  :root {
    --container-w: 1140px;
  }
  h2 {
    letter-spacing: 0.1rem;
  }
  #page-top {
    right: 30px;
    bottom: 3vh;
    width: 60px;
    height: 60px;
  }
  .catch {
    width: var(--container-w);
  }
  /* 
  .catch::after {
    content: '';
    display: block;
    position: relative;
    bottom: 0;
    border-style: solid;
    border-width: 12vw 50vw 0 50vw;
    border-color: #fff36e transparent transparent transparent;
    margin-bottom: 5rem;
  }
   */
  .container {
    max-width: var(--container-w);
  }

  .timer_frame {
    display: block;
    position: relative;
    width: calc(100% + 30px + 4rem);
    padding: 11% 3% 8%;
    background: #267503;
    margin: -50px calc(-15px + -2rem) 80px;
    z-index: 9;
    font-size: 0.5em;
  }
  .timer_frame div {
    display: block;
    background: #fff;
    width: 100%;
    padding: 50px 3%;
  }
  .timer_frame #counter,
  .timer_frame iframe {
    width: 100% !important;
  }
  .timer_frame div img {
    width: 100%;
    border: 0;
  }
  .timer_frame div h3 {
    text-align: center;
    margin-bottom: 1.5rem;
    color: #267503;
    letter-spacing: 0.1rem;
  }

  .login_img {
    width: 80%;
    margin: 40px auto 0;
    border: #929292 2px dotted;
  }

  ul.items li {
    flex: 0 0 22.75%;
    width: 22.75%;
    margin: 0 3% 20px 0;
    padding: 0;
  }
  ul.items li:nth-child(4n) {
    margin-right: 0;
  }
  .col-md-3 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }

  .product_frame img {
    width: auto;
    max-width: 100%;
    height: 239px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
  }

  /*品名*/
  .product_name {
    margin: 0.5rem auto;
    font-size: 1.1rem;
  }
  /*％OFF吹き出し*/
  .product_off_frame {
    width: 70%;
    padding: 0.1em 1em 0;
    margin: 0.8rem auto 0;
    font-size: 1.4em;
  }
  .product_off_frame::after {
    content: " %OFF";
    font-size: 0.75rem;
  }
  .product_off_frame_btm {
    background-position: bottom center;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 1rem 0 1rem;
    border-color: #bf090f transparent transparent transparent;
    margin: 0 auto;
  }

  .product_nomal_price {
    padding-right: 0.3rem;
    /*-ms-flex: 0 0 38%;
     flex: 0 0 38%; */
    max-width: 38%;
    line-height: 1rem;
  }
  .product_nomal_price .lt {
    text-decoration: line-through;
    line-height: 1rem;
    font-size: 1rem;
  }
  .product_nomal_price .yen {
    font-size: 0.7rem;
    line-height: 1rem;
  }
  .product_nomal_price::before {
    content: "通常価格\A";
    white-space: pre;
    font-size: 0.7rem;
    line-height: 1rem;
  }
  .product_price_arrorw {
    padding: 0.5rem 0.2rem;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
    max-width: 12%;
    line-height: 1rem;
  }
  .product_sale_price {
    padding: 0.3rem 0 0 0.3rem;
    font-size: 1.55em;
    font-weight: bold;
    max-width: 50%;
    line-height: 1rem;
    color: #bf090f;
  }
  .product_sale_price::before {
    content: "SALE価格\A";
    white-space: pre;
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
  .product_sale_price span {
    font-size: 0.6em;
    text-indent: 1em;
    line-height: 1em;
  }
  .product_sale_price span::before {
    content: " ";
  }

  .btn-pn-circle,
  .btn-pn-left,
  .btn-pn-right {
    display: inline-block;
    text-decoration: none;
    background: #5dc3d0;
    color: rgba(46, 63, 66, 1);
    margin: 0.5rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    overflow: hidden;
    box-shadow: inset 0px 3px 0 rgba(255, 255, 255, 0.3),
      0 3px 3px rgba(0, 0, 0, 0.3);
    font-weight: bold;
    border-bottom: solid 3px #549fa9;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.65);
    transition: 0.4s;
  }
  .btn-pn-circle {
    border-radius: 50%;
    width: 2rem;
    font-size: 1rem;
  }
  .btn-pn-cir-actv {
    display: inline-block;
    text-decoration: none;
    background: #464646;
    color: #ffffff;
    width: 2rem;
    font-size: 1.1rem;
    margin: 0.5rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 10%;
    text-align: center;
    overflow: hidden;
    font-weight: bold;
  }
  .btn-pn-left,
  .btn-pn-right {
    width: 2.5rem;
    font-size: 1.2rem;
  }
  .btn-pn-left {
    border-radius: 50% 0 0 50%;
  }
  .btn-pn-right {
    border-radius: 0 50% 50% 0;
  }
  .btn-pn-circle:active,
  .btn-pn-left:active,
  .btn-pn-right:active {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
    border-bottom: none;
  }
  .btn-pn-circle:hover,
  .btn-pn-left:hover,
  .btn-pn-right:hover {
    text-decoration: none;
  }
  .pn-dot {
    font-size: 1.2rem;
    margin: 0 0.5rem;
  }
  .pc_none {
    display: none;
  }
  .tb-sp_none,
  .sp_none {
    display: block;
  }
}

/*====== PC用 ======*/
@media (max-width: 1199.99px) {
  :root {
    --container-w: 1080px;
  }
  #page-top {
    right: 30px;
    bottom: 3vh;
    width: 60px;
    height: 60px;
  }

  .container {
    max-width: var(--container-w);
  }
  .timer_frame {
    display: block;
    position: relative;
    width: calc(100% + 30px + 4rem);
    padding: 11% 3% 8%;
    background: #267503;
    margin: -50px calc(-15px + -2rem) 80px;
    z-index: 9;
    font-size: 0.5em;
  }
  .timer_frame div {
    display: block;
    background: #fff;
    width: 100%;
    padding: 50px 3%;
  }
  .timer_frame #counter,
  .timer_frame iframe {
    width: 100% !important;
  }
  .timer_frame div img {
    width: 100%;
    border: 0;
  }
  .timer_frame div h3 {
    text-align: center;
    margin-bottom: 1.5rem;
    color: #267503;
    letter-spacing: 0.1rem;
  }

  .login_img {
    width: 80%;
    margin: 40px auto 0;
    border: #929292 2px dotted;
  }

  ul.items li {
    flex: 0 0 22.75%;
    width: 22.75%;
    margin: 0 3% 20px 0;
    padding: 0;
  }
  ul.items li:nth-child(4n) {
    margin-right: 0;
  }
  .col-md-3 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .product_frame {
    width: 100%;
    /*background: #0278ff;*/
    box-sizing: border-box;
    position: relative;
    padding-bottom: 2rem;
    border-bottom: #ccc dotted 1px;
    font-size: 1rem;
  }
  .product_frame img {
    width: auto;
    max-width: 100%;
    height: 239px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
  }
  /* 
  h2 {
    text-align: center;
    letter-spacing: 0.1rem;
    margin: 4rem auto;
    font-weight: bold;
    color: var(--main-color);
  }
  h2::after {
    content: '';
    border-bottom: solid 2px var(--main-color);
    width: 6rem;
    display: block;
    padding-bottom: 1.2rem;
    margin: 0 auto;
  }
   */

  /*％OFF吹き出し*/
  .product_off_frame {
    width: 70%;
    padding: 0.1em 1em 0;
    margin: 0.8rem auto 0;
    font-size: 1.4em;
  }
  .product_off_frame::after {
    content: " %OFF";
    font-size: 0.75rem;
  }
  .product_off_frame_btm {
    background-position: bottom center;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 1rem 0 1rem;
    border-color: #bf090f transparent transparent transparent;
    margin: 0 auto;
  }

  .product_nomal_price {
    padding-right: 0.4rem;
    max-width: 38%;
    line-height: 1rem;
  }
  .product_nomal_price .lt {
    text-decoration: line-through;
    line-height: 1rem;
    font-size: 1rem;
  }
  .product_nomal_price .yen {
    font-size: 0.7rem;
    line-height: 1rem;
  }
  .product_nomal_price::before {
    content: "通常価格\A";
    white-space: pre;
    font-size: 0.7rem;
    line-height: 1rem;
  }
  .product_price_arrorw {
    padding: 0.5rem 0.2rem;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
    max-width: 12%;
    line-height: 1rem;
  }
  .product_sale_price {
    padding: 0.3rem 0 0 0.3rem;
    font-size: 1.55em;
    font-weight: bold;

    max-width: 50%;
    line-height: 1rem;
    color: #bf090f;
  }
  .product_sale_price::before {
    content: "SALE価格\A";
    white-space: pre;
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
  .product_sale_price span {
    font-size: 0.55em;
    text-indent: 1em;
    line-height: 1em;
  }
  .product_sale_price span::before {
    content: " ";
  }

  .btn-pn-circle,
  .btn-pn-left,
  .btn-pn-right {
    display: inline-block;
    text-decoration: none;
    background: #5dc3d0;
    color: rgba(46, 63, 66, 1);
    margin: 0.5rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    overflow: hidden;
    box-shadow: inset 0px 3px 0 rgba(255, 255, 255, 0.3),
      0 3px 3px rgba(0, 0, 0, 0.3);
    font-weight: bold;
    border-bottom: solid 3px #549fa9;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.65);
    transition: 0.4s;
  }
  .btn-pn-circle {
    border-radius: 50%;
    width: 2rem;
    font-size: 1rem;
  }
  .btn-pn-cir-actv {
    display: inline-block;
    text-decoration: none;
    background: #464646;
    color: #ffffff;
    width: 2rem;
    font-size: 1.1rem;
    margin: 0.5rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 10%;
    text-align: center;
    overflow: hidden;
    font-weight: bold;
  }
  .btn-pn-left,
  .btn-pn-right {
    width: 2.5rem;
    font-size: 1.2rem;
  }
  .btn-pn-left {
    border-radius: 50% 0 0 50%;
  }
  .btn-pn-right {
    border-radius: 0 50% 50% 0;
  }
  .btn-pn-circle:active,
  .btn-pn-left:active,
  .btn-pn-right:active {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
    border-bottom: none;
  }
  .btn-pn-circle:hover,
  .btn-pn-left:hover,
  .btn-pn-right:hover {
    text-decoration: none;
  }
  .pn-dot {
    font-size: 1.2rem;
    margin: 0 0.5rem;
  }
  .pc_none {
    display: none;
  }
  .tb-sp_none,
  .sp_none {
    display: block;
  }
}
/*====== TB用 ======*/
@media (max-width: 991.98px) {
  :root {
    --container-w: 890px;
  }
  #page-top {
    right: 30px;
    bottom: 3vh;
    width: 60px;
    height: 60px;
  }
  #pagen_head {
    padding: 0;
    display: flex;
    position: relative;
    /*     margin-right: -2rem;
    margin-left: -2rem; */
    flex-wrap: wrap;
  }
  .container {
    max-width: var(--container-w);
  }
  .pagenation {
    display: flex;
    flex-basis: 100%;
    width: 100%;
    justify-content: center;
    order: 2;
    margin: 2rem auto;
  }
  .disp_ddmenu_area {
    display: flex;
    flex-basis: 100%;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    order: 1;
    margin: 1.5rem auto 0.5rem;
    padding: 0;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
  }
  .border_b {
    border-bottom: solid var(--sub-color) 1px;
    margin-bottom: 4rem;
  }
  .catch {
    width: 100%;
  }

  .login_img {
    width: 90%;
    margin: 40px auto 0;
    border: #929292 2px dotted;
  }

  .timer_frame {
    display: block;
    position: relative;
    width: calc(100% + 30px + 4rem);
    padding: 10% 3% 8%;
    background: #267503;
    margin: -30px calc(-15px + -2rem) 60px;
    z-index: 9;
  }
  .timer_frame div {
    background: #fff;
    width: 100%;
    padding: 50px 4%;
  }
  .timer_frame div img {
    width: 100%;
    border: 0;
  }
  .timer_frame div h3 {
    text-align: center;
    margin-bottom: 1.5rem;
    color: #267503;
    letter-spacing: 0.1rem;
  }

  ul.items li {
    flex: 0 0 30%;
    width: 30%;
    margin: 0 5% 40px 0;
    padding: 0;
  }
  ul.items li:nth-child(4n) {
    margin-right: 5%;
  }
  ul.items li:nth-child(3n) {
    margin-right: 0;
  }

  .col-md-3 {
    margin-left: -10px !important;
    margin-right: -10px !important;
    -ms-flex: 0 0 28% !important;
    flex: 0 0 28% !important;
    max-width: 28% !important;
  }
  .product_frame {
    width: 100%;
    /*background: #0278ff;*/
    box-sizing: border-box;
    position: relative;
    padding-bottom: 2rem;
    border-bottom: #ccc solid 1px;
  }
  .product_frame img {
    width: auto;
    max-width: 100%;
    height: 134px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
  }

  /*品名*/
  .product_name {
    margin: 0 auto 0.5rem;
  }
  /*％OFF吹き出し*/
  .product_off_frame {
    width: 80%;
    padding: 0.1em 1em 0;
    margin: 0.8rem auto 0;
    font-size: 1.4em;
  }
  .product_off_frame::after {
    content: " %OFF";
    font-size: 0.75rem;
  }
  .product_off_frame_btm {
    background-position: bottom center;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 1rem 0 1rem;
    border-color: #bf090f transparent transparent transparent;
    margin: 0 auto;
  }
  /* 
  .product_price_frame {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product_nomal_price {
    padding-right: .4rem;
    font-size: .75em;
    max-width: 38%;
    line-height: 1rem;
  }

  .product_nomal_price .yen {
    font-size: 0.65rem;
    line-height: 1rem;
  }
  .product_nomal_price::before {
    content: '通常価格\A';
    white-space: pre;
    font-size: 0.7rem;
    line-height: 1rem;
  }
  .product_price_arrorw {
    padding: 0.5rem 0.1rem;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
    max-width: 12%;
    line-height: 1rem;
  }
  .product_sale_price {
    padding: 0.3rem 0 0 0.5rem;
    font-size: 1.45rem;
    font-weight: bold;

    max-width: 50%;
    line-height: 1rem;
    color: #bf090f;
  }
  .product_sale_price::before {
    content: 'SALE価格\A';
    white-space: pre;
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
  .product_sale_price span {
    font-size: 0.5rem;
    text-indent: 1rem;
    line-height: 1rem;
  }
  .product_sale_price span::before {
    content: ' ';
  }
 */

  .btn-pn-circle,
  .btn-pn-left,
  .btn-pn-right {
    display: inline-block;
    text-decoration: none;
    background: #5dc3d0;
    color: rgba(46, 63, 66, 1);
    margin: 0.5rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    overflow: hidden;
    box-shadow: inset 0px 3px 0 rgba(255, 255, 255, 0.3),
      0 3px 3px rgba(0, 0, 0, 0.3);
    font-weight: bold;
    border-bottom: solid 3px #549fa9;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.65);
    transition: 0.4s;
  }
  .btn-pn-circle {
    border-radius: 50%;
    width: 2rem;
    font-size: 1rem;
  }
  .btn-pn-cir-actv {
    display: inline-block;
    text-decoration: none;
    background: #464646;
    color: #ffffff;
    width: 2rem;
    font-size: 1.1rem;
    margin: 0.5rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 10%;
    text-align: center;
    overflow: hidden;
    font-weight: bold;
  }
  .btn-pn-left,
  .btn-pn-right {
    width: 2.5rem;
    font-size: 1.2rem;
  }
  .btn-pn-left {
    border-radius: 50% 0 0 50%;
  }
  .btn-pn-right {
    border-radius: 0 50% 50% 0;
  }
  .btn-pn-circle:active,
  .btn-pn-left:active,
  .btn-pn-right:active {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
    border-bottom: none;
  }
  .btn-pn-circle:hover,
  .btn-pn-left:hover,
  .btn-pn-right:hover {
    text-decoration: none;
  }
  .pn-dot {
    font-size: 1.2rem;
    margin: 0 0.5rem;
  }
  .pc_none {
    display: none;
  }
  .tb-sp_none,
  .sp_none {
    display: block;
  }
}
/*====== sp用 ======*/
@media (max-width: 767.98px) {
  :root {
    --container-w: 96%;
  }
  #page-top {
    right: 4vw;
    bottom: 2vh;
    width: 60px;
    height: 60px;
  }
  #pagen_head {
    padding: 0;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
  #news_area {
    padding: 40px 0 0;
  }
  .container {
    max-width: var(--container-w);
  }

  .item_disp_area {
    margin: 0rem 3rem 1.5rem;
    padding: 2rem 0 1rem;
    text-align: center;
  }
  .pagenation {
    display: flex;
    flex-basis: 100%;
    width: 100%;
    justify-content: center;
    order: 2;
    margin: 2rem auto;
  }
  .disp_ddmenu_area {
    display: flex;
    flex-basis: 100%;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    order: 1;
    margin: 1.5rem auto 0.5rem;
    padding: 0;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
  }

  .timer_frame {
    display: block;
    position: relative;
    width: calc(100% + 30px + 4rem);
    padding: 20% 4% 10%;
    background: #267503;
    margin: calc(-33% + 10vh) calc(-15px + -2rem) 0;
    z-index: 9;
  }
  .timer_frame div {
    background: #fff;
    width: 100%;
    padding: 50px 4%;
  }
  .timer_frame div img {
    width: 100%;
    border: 0;
  }
  .timer_frame div h3 {
    text-align: center;
    margin-bottom: 1.5rem;
    color: #267503;
    letter-spacing: 0.1rem;
  }

  .login_img {
    width: 65%;
    margin: 40px auto 0;
    border: #929292 2px dotted;
  }

  .product_frame {
    width: 100%;
    /*background: #0278ff;*/
    box-sizing: border-box;
    position: relative;
    padding-bottom: 3.5rem;
    border-bottom: #666 dotted 1px;
  }
  ul.items li {
    flex: 0 0 46%;
    width: 46%;
    margin: 0 8% 60px 0;
    padding: 0;
  }
  ul.items li:nth-child(3n) {
    margin-right: 8%;
  }
  ul.items li:nth-child(2n) {
    margin-right: 0;
  }
  .col-md-3 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    -ms-flex: none !important;
    flex: none !important;
    max-width: none !important;
  }
  .product_frame img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 266px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
  }

  /*品名*/
  .product_name {
    margin: 0.5rem auto;
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  /*％OFF吹き出し*/
  .product_off_frame {
    width: 80%;

    padding: 0.1em 1em 0;
    margin: 0.8rem auto -2px;
    font-size: 1.4em;
  }
  .product_off_frame::after {
    content: " %OFF";
    font-size: 0.6em;
  }
  .product_off_frame_btm {
    background-position: bottom center;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1rem 1.5rem 0 1.5rem;
    border-color: #bf090f transparent transparent transparent;
    margin: 0 auto;
  }
  .product_price_frame {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product_nomal_price {
    padding-right: 0.5rem;
    text-align: right;
    max-width: 36%;
    line-height: 1rem;
  }
  .product_nomal_price .lt {
    text-decoration: line-through;
    font-size: 1rem;
    line-height: 1rem;
  }
  .product_nomal_price .yen {
    font-size: 0.7rem;
    line-height: 1rem;
  }
  .product_nomal_price::before {
    content: "通常価格\A";
    white-space: pre;
    font-size: 0.8rem;
    line-height: 1.5rem;
  }
  .product_price_arrorw {
    padding: 0.8rem 0.4rem;
    font-size: 1.5rem;
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
    line-height: 1rem;
  }
  .product_sale_price {
    padding: 0.3rem 0 0 0.3rem;
    font-size: 1.75em;
    font-weight: bold;
    max-width: 52%;
    line-height: 1em;
    color: #bf090f;
  }
  .product_sale_price::before {
    content: "SALE価格\A";
    white-space: pre;
    font-size: 1rem;
    line-height: 1.5em;
  }
  .product_sale_price span {
    font-size: 0.5em;
    text-indent: 1em;
    line-height: 1em;
  }
  .product_sale_price span::before {
    content: " ";
  }

  .btn-pn-circle,
  .btn-pn-left,
  .btn-pn-right {
    display: inline-block;
    text-decoration: none;
    background: #5dc3d0;
    color: rgba(46, 63, 66, 1);
    margin: 0.2rem;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    overflow: hidden;
    box-shadow: inset 0px 3px 0 rgba(255, 255, 255, 0.3),
      0 3px 3px rgba(0, 0, 0, 0.3);
    font-weight: bold;
    border-bottom: solid 3px #549fa9;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.65);
    transition: 0.4s;
  }
  .btn-pn-circle {
    border-radius: 50%;
    width: 1.5rem;
    font-size: 0.95rem;
  }
  .btn-pn-cir-actv {
    display: inline-block;
    text-decoration: none;
    background: #464646;
    color: #ffffff;
    width: 1.5rem;
    font-size: 1.05rem;
    margin: 0.2rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 10%;
    text-align: center;
    overflow: hidden;
    font-weight: bold;
  }
  .btn-pn-left,
  .btn-pn-right {
    width: 1.85rem;
    font-size: 1.15rem;
  }
  .btn-pn-left {
    border-radius: 50% 0 0 50%;
    margin-right: 0.4rem;
  }
  .btn-pn-right {
    border-radius: 0 50% 50% 0;
    margin-left: 0.4rem;
  }
  .pn-dot {
    font-size: 0.9rem;
    margin: 0;
  }
  .pc_none {
    display: block;
  }
  .tb-sp_none,
  .sp_none {
    display: none;
  }
}

/*====== sp用 ======*/
@media (max-width: 576px) {
  h2 {
    font-size: 1.65em;
    letter-spacing: 0.05rem;
  }
  h2::after {
    padding-bottom: 1rem;
  }
  section {
    padding: 20px 2rem 80px;
  }
  #news_area {
    padding: 20px 0 0;
  }

  .border_b {
    margin-bottom: 0;
  }

  ul.cat_tab li {
    flex: 1 1 auto;
  }

  ul.cat_tab li.radio-checked,
  ul.cat_tab li a {
    padding: 6px 0.25em;
  }
  /* 
  #pagenation_area {
    position: sticky;
    top: 0;
    text-align: center;
    transition: 0.2s all;
  }

  #pagenation_area .pagenation_area_tab {
    color: #fff;
    background-color: var(--sub-color);
    font-size: 30px;
    width: 100%;

    line-height: 1em;
    padding: 0.15em 1em;
    border: none;

  }

  #pagenation_area.open {
    top: 0;
    transform: translateY(0) !important;
  }

  #pagenation_area.open .pagenation_area_tab i {
    transform: rotate(180deg);
  }
 */
  #pagen_head {
    margin-bottom: 1rem;
  }

  .pagenation {
    margin: 1rem auto;
  }
  select[name="disp_max"] {
    padding: 0.3em;
    font-size: 0.9rem;
  }

  .item_disp_area {
    margin: 0rem 3rem;
    padding: 1rem 0;
  }

  .login_img {
    width: 90%;
    margin: 40px auto 0;
    border: #929292 2px dotted;
  }
  ul.items {
    padding: 40px 20px;
  }
  ul.items li {
    flex: 0 0 48%;
    width: 48%;
    margin-bottom: 2rem;
    padding: 0;
  }
  ul.items li:nth-child(odd) {
    margin-right: 2%;
    margin-left: 0;
  }
  ul.items li:nth-child(even) {
    margin-right: 0;
    margin-left: 2%;
  }
  .product_frame {
    padding-bottom: 1.75rem;
  }
  .product_frame img {
    display: block;
    margin: 0 auto;
    max-width: 157px;
    max-height: 157px;
  }
  .product_name {
    font-size: 1rem;
    line-height: 1.3rem;
    margin: 0.25em 0 0.5em;
    padding: 0;
    height: 2.6em;

    text-align: left;
  }
  .product_off_frame {
    margin: 0.25rem auto -2px;
    padding: 0.2rem 1rem 0.1rem;
    font-size: 1.3em;
    line-height: 1.25em;
  }
  .product_off_frame_btm {
    border-width: 1rem 1rem 0 1rem;
  }
  .product_nomal_price {
    padding-right: 0.15rem;
  }

  .product_nomal_price::before {
    white-space: pre;
    font-size: 0.7rem;
    line-height: 1.25rem;
  }

  .product_nomal_price .lt {
    font-size: 0.9em;
    line-height: 1rem;
  }
  .product_nomal_price .yen {
    font-size: 0.65rem;
  }
  .product_price_arrorw {
    padding: 0.8rem 0.2rem;
    font-size: 1.25rem;
  }
  .product_sale_price {
    padding: 0.3rem 0 0 0.15rem;
    font-size: 1.35em;
    max-width: 50%;
  }
  .product_sale_price::before {
    font-size: 0.8rem;
    line-height: 1.25em;
  }
}
