@charset "UTF-8";
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, b, em, i, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, mark, time, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
button, input, textarea, select, i {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  letter-spacing: .02em;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px;
  scroll-behavior: smooth;
}

@media screen and (min-width: 768px) and (max-width: 1160px) {
  html {
    font-size: calc(100vw * 10 / 1160);
  }
}

@media screen and (max-width: 390px) {
  html {
    font-size: calc(100vw * 10 / 390);
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 1.4rem;
  line-height: 1.5;
  background: #fff;
  color: #3A3A3A;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  backface-visibility: hidden;
  transition: .2s ease-in;
  transition-property: opacity, color, border, background, transform, box-shadow;
  opacity: 1;
  line-height: inherit;
}

img {
  vertical-align: middle;
}

img,
input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type="submit"], input[type="button"], button {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
  letter-spacing: inherit;
  background: none;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type="image"]:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  main {
    overflow: hidden;
  }
}

.ft_e {
  font-family: "inter", sans-serif;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
  visibility: hidden;
}

.evt.done {
  visibility: visible;
}

.c_anchor {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -8rem;
}

@media screen and (max-width: 767px) {
  .c_anchor {
    margin-top: -8rem;
  }
}

.c_head {
  position: relative;
}

.c_head a {
  position: absolute;
  right: 1rem;
  font-weight: 500;
  background: url(../img/arw-r01.svg) no-repeat right center/contain;
  line-height: 2rem;
  padding-right: 2.2em;
  bottom: 1.2em;
}

.c_ttl, .item-review-detail h3 {
  border-bottom: solid 0.3rem #428B48;
  font-size: 2.4rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: .5em;
  padding-left: .3em;
  padding-bottom: .3em;
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 767px) {
  .c_ttl, .item-review-detail h3 {
    font-size: 2rem;
  }
}

.c_ttl img, .item-review-detail h3 img {
  width: 3.2rem;
}

.container {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .container {
    flex-direction: column;
    gap: 6rem;
    margin: 0 1.4rem 8rem;
  }
}

@media screen and (min-width: 768px) {
  .container {
    width: 110rem;
    margin: 0 auto 10rem;
    max-width: calc(100% - 6rem);
  }
}

.side {
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .side {
    width: 17.6rem;
  }
}

@media screen and (min-width: 768px) {
  .main {
    width: 86.4rem;
  }
}

.side_reg {
  background: #F1F8F2;
  border-radius: .3rem;
  border: solid 0.3rem #428B48;
  padding: 1.5rem 1.2rem 1.2rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .side_reg {
    display: none;
  }
}

.side_reg p {
  font-size: 2rem;
  margin-bottom: .6em;
}

.side_reg a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .4em;
  background: #428B48;
  border-radius: 3em;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0;
  height: 3.2rem;
  padding-left: 1.5em;
}

.side_reg a:link {
  color: #fff;
}

.side_reg a:visited {
  color: #fff;
}

.side_reg a:active {
  color: #fff;
}

.side_reg a:after {
  content: '';
  background: url(../img/arw-r02.svg) no-repeat 50%/contain;
  width: 2rem;
  height: 2rem;
}

.side_blog {
  margin-bottom: 3rem;
}

.side_cat {
  margin-bottom: 3rem;
}

.side_cat dt {
  background: url(../img/ico-cat02.svg) no-repeat left top/2.6rem;
  padding-left: 3em;
  border-bottom: solid 0.2rem #428B48;
  font-weight: bold;
  padding: .2em 3em .7em;
}

.side_cat li {
  border-bottom: solid 1px #D6D6D6;
  font-size: 1.3rem;
}

.side_cat li p {
  padding: 1.1em .8em;
  cursor: pointer;
  position: relative;
}

.side_cat li p:after {
  content: '＋';
  position: absolute;
  right: .65em;
}

@media screen and (max-width: 767px) {
  .side_cat li p {
    padding: 1.4em .8em;
  }
}

.side_cat li p.open:after {
  content: '－';
}

.side_cat li p.open + ul {
  display: block;
}

.side_cat li ul {
  display: none;
  border-top: solid 1px #D6D6D6;
}

.side_cat li li:last-child {
  border-bottom: none;
}

.side_cat a {
  display: block;
  background: url(../img/arw-r03.svg) no-repeat calc(100% - 1em)/0.5rem;
  padding: 1.1em .8em;
  padding-right: 2em;
}

@media screen and (max-width: 767px) {
  .side_cat a {
    padding: 1.4em .8em;
    padding-right: 2em;
  }
}

.side_cal {
  font-size: 1.2rem;
  font-family: "inter", sans-serif;
}

@media screen and (max-width: 767px) {
  .side_cal {
    width: 27.3rem;
    margin: 5rem auto 0;
  }
}

.side_cal dl {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #428B48;
  color: #fff;
  height: 2.4rem;
  gap: .3em;
  margin-top: 1.8rem;
}

@media screen and (max-width: 767px) {
  .side_cal dl {
    height: 3.6rem;
  }
}

.side_cal dt {
  position: relative;
  top: .2em;
}

@media screen and (min-width: 768px) {
  .side_cal dt {
    font-size: .66em;
  }
}

@media screen and (max-width: 767px) {
  .side_cal dd {
    font-size: 1.8rem;
  }
}

.side_cal th, .side_cal td {
  text-align: center;
  padding: .5em 0;
}

@media screen and (min-width: 768px) {
  .side_cal th, .side_cal td {
    font-size: .66em;
  }
}

.side_cal th {
  background: #E7F3E8;
  font-weight: bold;
}

.side_cal th:nth-child(1) {
  color: #D83D3D;
}

.side_cal th:last-child {
  color: #2486C3;
}

.side_cal td {
  border: solid 1px #E5E5E5;
}

.side_cal table {
  margin-bottom: .5em;
}

.side_cal .today {
  background: #E7E7E7;
}

.side_cal p {
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .side_cal p {
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_wrap {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .u_inner {
    width: 110rem;
    max-width: calc(100% - 6rem);
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .u_inner {
    margin: 0 1.4rem;
  }
}

.u_switch_img {
  opacity: 1;
}

.u_relative {
  position: relative;
}

@media screen and (min-width: 768px) {
  .is_sp {
    display: none;
  }
  .is_tel {
    pointer-events: none;
    cursor: default;
  }
  .is_tel:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .is_pc {
    display: none;
  }
}

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
:where(#header, #footer) a {
  display: block;
}

#header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 66;
  height: 8rem;
  background: #fff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 768px) {
  #header {
    padding: 0 4.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background .3s;
  }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  #header {
    padding: 0 2rem;
  }
}

@media screen and (max-width: 767px) {
  #header {
    height: 8rem;
  }
}

@media screen and (min-width: 768px) {
  .h_inner {
    display: flex;
    align-items: center;
    gap: 4rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  .h_inner {
    gap: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .h_logo {
    position: absolute;
    left: 1.4rem;
    top: 1.4rem;
  }
}

.h_logo img {
  width: 15.1rem;
}

.h_nav {
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .h_nav {
    display: flex;
    font-size: 1.6rem;
    gap: 2em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  .h_nav {
    gap: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .h_nav {
    margin-bottom: 2.5rem;
  }
  .h_nav a {
    padding: 1em 0;
  }
}

.h_nav2 {
  display: flex;
  font-weight: 500;
  gap: 1em;
}

@media screen and (max-width: 767px) {
  .h_nav2 {
    right: 6.5rem;
    position: absolute;
    top: 2.4rem;
    gap: 1.5em;
  }
}

@media screen and (min-width: 768px) {
  .h_nav2 {
    margin-right: -1rem;
  }
}

.h_nav2 a {
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .h_nav2 p {
    display: none;
  }
}

.h_nav2 i {
  position: absolute;
  background: #F23E0C;
  color: #fff;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  min-width: 1.5em;
  padding: 0 .3em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -.3em;
  font-size: 1.2rem;
  top: -.6em;
}

.h_nav2 img {
  width: 2.4rem;
}

@media screen and (max-width: 767px) {
  .h_nav2 img {
    width: 3rem;
  }
}

.h_nav3 {
  display: flex;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .h_nav3 {
    gap: 1rem;
    margin: 1.5rem 0 5rem;
  }
}

@media screen and (min-width: 768px) {
  .h_nav3 {
    width: 29.6rem;
    gap: 1rem;
  }
}

.h_nav3 a {
  border: solid 1px #428B48;
  border-radius: .3rem;
  height: 4.4rem;
  background: #fff;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 1em;
  gap: .6em;
}

.h_nav3 a:before {
  content: '';
  background: url(../img/ico-reg.svg) no-repeat 50%/contain;
  width: 2.4rem;
  height: 2.4rem;
}

.h_nav3 .reg {
  color: #428B48;
}

.h_nav3 .login {
  background: #428B48;
  color: #fff;
}

.h_nav3 .login:before {
  background-image: url(../img/ico-login.svg);
}

.h_search {
  background: #F5F5F5;
  border-radius: .3rem;
  border: solid 1px #7F7F7F;
}

.h_search form {
  display: flex;
}

@media screen and (min-width: 768px) {
  .h_search {
    width: 33rem;
    font-size: 1.4rem;
  }
}

.h_search input[type="text"] {
  height: 4rem;
  width: calc(100% - 4rem);
  background: none;
  padding: 0 1em;
}

.h_search input[type="submit"] {
  width: 4rem;
  color: transparent;
  background: url(../img/ico-search.svg) no-repeat 50%/1.7rem;
}

@media screen and (max-width: 767px) {
  .h_menu {
    position: absolute;
    right: 1.4rem;
    top: 3rem;
    width: 2.4rem;
    height: 1.8rem;
    cursor: pointer;
    z-index: 10;
  }
  .h_menu .icon {
    position: relative;
    display: block;
    left: calc(50% - 1.2rem);
    top: calc(50% - 1px);
  }
  .h_menu .icon, .h_menu .icon:before, .h_menu .icon:after {
    width: 2.4rem;
    height: 2px;
    background: #29241d;
    transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition-property: background-color, top;
  }
  .h_menu .icon:before, .h_menu .icon:after {
    content: '';
    position: absolute;
    top: calc(((1.8rem / 2) - 1px) * -1);
    left: 0;
  }
  .h_menu .icon:after {
    top: calc((1.8rem / 2 - 1px));
  }
  body.open .h_menu .icon {
    background: transparent;
  }
  body.open .h_menu .icon:before, body.open .h_menu .icon:after {
    top: 0;
  }
  body.open .h_menu .icon:before {
    transform: rotate(45deg);
  }
  body.open .h_menu .icon:after {
    transform: rotate(-45deg);
  }
  #toggle_menu {
    display: none;
    position: fixed;
    overflow-y: auto;
    top: 8rem;
    height: calc(100% - 8rem);
    left: 0;
    width: 100%;
    background: #F3F7F3;
    padding: 4rem 1.4rem;
  }
  #toggle_menu .side_cat {
    margin-bottom: 0;
  }
  body.open {
    overflow-y: hidden;
  }
  body.open #toggle_menu {
    display: block;
    animation: itemFadeIn 1s;
  }
  body:not(.open) #toggle_menu {
    display: none;
    animation: itemFadeOut .8s;
  }
}

@keyframes itemFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes itemFadeOut {
  from {
    opacity: 1;
    display: block;
  }
  to {
    opacity: 0;
  }
}

#footer {
  background: #ECF3ED;
  text-align: center;
  padding: 2.5rem 0 1rem;
}

@media screen and (max-width: 767px) {
  #footer {
    padding: 4rem 0 1rem;
  }
}

.f_logo img {
  width: 15.1rem;
}

@media screen and (max-width: 767px) {
  .f_logo img {
    width: 20.8rem;
  }
}

.f_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .5em 1em;
  margin: 2.5rem 0 4.5rem;
}

@media screen and (max-width: 767px) {
  .f_nav {
    flex-direction: column;
    gap: 1.5em;
    margin: 5rem 0 8rem;
  }
}

@media screen and (min-width: 768px) {
  .f_nav li + li a:before {
    content: '|';
    margin-right: 1em;
  }
}

.f_copy {
  font-size: 1.04rem;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p, div {
  word-break: break-all;
}

input::placeholder {
  color: #757575;
}

pre {
  white-space: pre-wrap;
}

.clearfix {
  display: block;
}

.clearfix::before {
  content: "";
  display: block;
  clear: both;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* -----------------------------------------------------------------
   check
----------------------------------------------------------------- */
/* -----------------------------------------------------------------
check
----------------------------------------------------------------- */
.checked-contents {
  padding-bottom: 6rem;
}

.checked-item-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.1rem;
}

@media screen and (max-width: 767px) {
  .checked-item-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

.checked-item-list li {
  position: relative;
}

.checked-item-list p {
  margin-top: .6em;
}

.checked-item-list p + p {
  font-weight: bold;
  margin-top: .8em;
}

/* -----------------------------------------------------------------
main
----------------------------------------------------------------- */
.border:after {
  content: "";
  display: block;
  width: 100%;
  border: 1px solid #CBCBCB;
  margin: 3rem 0 60px;
}

h2:not([class]) {
  font-size: 1.8rem;
}

h2:not([class]) span {
  font-size: 1.2rem;
  margin-left: .8rem;
}

.shop-comment {
  margin-bottom: 4rem;
}

.item-list {
  display: flex;
  flex-wrap: wrap;
}

.item-list li {
  width: calc((100% - 91px) / 4);
  margin-bottom: 4rem;
  margin-right: 3rem;
  position: relative;
  display: flex;
  flex-direction: column;
}

.item-list li:nth-child(4n) {
  margin-right: 0;
}

.item-list li img {
  width: 100%;
  margin-bottom: 4px;
  position: relative;
}

.item-list-review {
  display: flex;
  align-items: center;
  margin-bottom: .8rem;
}

.item-list-review .item-list-review-rate {
  margin: 0 6px;
}

.ranking-icon {
  position: absolute;
  top: .8rem;
  left: .8rem;
  text-align: center;
  background-color: white;
  border-radius: 50%;
  font-size: 1.2rem;
  color: #333333;
  width: 3rem;
  height: 3rem;
  line-height: 2.5;
}

.rank-1 {
  background: #D1AF28;
  color: #fff;
}

.rank-2 {
  background: #ABA8A8;
  color: #fff;
}

.rank-3 {
  background: #D18858;
  color: #fff;
}

.item-icon {
  position: absolute;
  top: -1rem;
  font-size: 1.2rem;
  right: -.8rem;
  color: #fff;
  padding: 0 3px;
  z-index: 1;
}

.item-icon p {
  padding: 0 3px;
}

.item-icon .item-soldout {
  background: #B5B5B5;
}

.item-icon .item-sale {
  background: #F23E0C;
}

.item-category {
  margin-bottom: .8rem;
  font-size: 1.2rem;
}

.original-price {
  text-decoration: line-through;
}

.item-sale-price {
  color: #F23E0C;
}

.news-list {
  margin-bottom: 1rem;
}

.news-list li {
  border-bottom: 1px solid #CBCBCB;
  padding: 1.4rem 0;
}

.news-list li:first-child {
  padding-top: 0;
}

.news-list dl dt {
  margin-bottom: .8rem;
}

.news-list dl dd {
  font-size: 1.2rem;
}

.news-wrap {
  display: flex;
}

.news-wrap dl dt a {
  text-decoration: underline;
}

.news-wrap dl dt a:hover {
  text-decoration: none;
}

.news-more a {
  text-decoration: underline;
}

.news-more a:hover {
  text-decoration: none;
}

.news-date {
  font-size: 1.2rem;
  color: #B5B5B5 !important;
  min-width: 12rem;
}

.news-content:after,
.news-list-content:after {
  content: "…";
}

.news-more {
  text-align: right;
  padding-bottom: 60px;
}

.index-review-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.1rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .index-review-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}

.index-review-list li {
  display: flex;
  justify-content: space-between;
}

.index-review-list .index-review-image {
  width: 11.6rem;
}

@media screen and (max-width: 767px) {
  .index-review-list .index-review-image {
    width: 14.7rem;
  }
}

.index-review-list .index-review-image img {
  width: 100%;
}

.index-review-list .review-index-score {
  display: flex;
  flex-direction: column;
  gap: .6rem;
}

.index-review-list .review-list-name {
  order: 2;
}

.index-review-list .review-star {
  order: 1;
}

.index-review-list .review-list-category {
  display: none;
}

.index-review-list .review-score {
  display: none;
}

.index-review-list .review-list-date {
  display: none;
}

.index-review-list .review-list-content-wrap {
  width: calc(100% - 13rem);
}

@media screen and (max-width: 767px) {
  .index-review-list .review-list-content-wrap {
    width: calc(100% - 16.5rem);
  }
}

.index-review-list .review-list-content {
  margin-top: 1em;
}

.index-review-list .review-list-unit .review-list-name {
  font-size: 1.2rem;
  margin-bottom: .3em;
}

.index-review-list .review-index-score .review-list-name {
  font-weight: bold;
}

.review-list-category {
  margin-bottom: .8rem;
  font-size: 1.2rem;
}

.foot-category {
  background: #f2f2f2;
  padding: 60px 0;
}

.foot-category h2 {
  text-align: center;
}

.main-category-list {
  width: 1000px;
  margin: 0 auto;
}

.main-category-list li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4rem;
  width: 197px;
}

.main-category-list li a {
  width: 100%;
  display: block;
}

/* -----------------------------------------------------------------
footer
----------------------------------------------------------------- */
.footer-bg {
  background: #E6E6E6;
}

.footer {
  width: 1000px;
  margin: 0 auto;
  padding: 35px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer img {
  max-width: 12rem;
}

.footer-nav {
  display: flex;
  align-items: center;
}

.footer-nav li {
  margin-right: 3rem;
}

.copyright {
  font-size: 1.2rem;
  max-width: 300px;
}

/* -----------------------------------------------------------------
item-list-cart
----------------------------------------------------------------- */
.item-list-cart {
  margin: auto 0 0 0;
}

.item-list-btn {
  width: 100%;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  padding: .8rem 0;
  font-weight: bold;
  font-size: 13px;
}

.item-list-sold {
  background: #B5B5B5;
  color: #fff;
}

.option-list-cart {
  border: 1px solid #808080;
  color: #808080;
}

.add-list-cart {
  background: #428B48;
  color: #fff;
}

.price {
  margin-bottom: .8rem;
}

/* -----------------------------------------------------------------
category
----------------------------------------------------------------- */
.breadcrumb {
  font-size: 1.2rem;
  padding-top: 1rem;
}

.breadcrumb-item {
  margin-right: .8rem;
}

.breadcrumb-item::after {
  content: ">";
  margin-left: 1.2rem;
}

.breadcrumb-item:last-child::after {
  display: none;
}

.category-image {
  margin-bottom: 2rem !important;
  display: flex;
}

.category-title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.category-title h2 {
  margin-bottom: 1em;
}

.category-title dl {
  display: flex;
  font-size: 1.2rem;
  margin-bottom: 4rem;
}

.category-title dd {
  margin-right: .8rem;
}

.category-child-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}

.category-child-item li {
  margin: 0 2rem 1.2rem 0;
}

.total-count span {
  font-weight: bold;
}

.pager-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.pager {
  display: flex;
}

.pager li {
  margin-right: 1.6rem;
}

.pager li:last-child {
  margin-right: 0;
}

.bulk-group {
  margin-bottom: 4rem;
  font-size: 1.2rem;
  font-weight: bold;
}

.bulk-group a {
  color: #B5B5B5;
}

/* -----------------------------------------------------------------
detail
----------------------------------------------------------------- */
.option_select {
  font-size: 1.3rem;
  height: 4rem;
  padding: 0 1em;
  border: solid 1px #3A3A3A;
  border-radius: .4rem;
  width: 100%;
  text-align: left;
  background: url(../img/ico-add.svg) no-repeat calc(100% - 1em) center/2rem;
  cursor: pointer;
  margin-bottom: 1.2em;
}

@media screen and (max-width: 767px) {
  .option_select {
    height: 4.8rem;
  }
}

.detail_wrap {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .detail_wrap {
    flex-direction: column;
    gap: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .item-image {
    width: 42.8rem;
  }
}

.item-image img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .main-image {
    width: 42.8rem;
  }
}

.main-image img {
  width: 100%;
}

/*スライダーcss*/
.gallery li {
  list-style: none;
}

.gallery li img {
  width: 100%;
}

.slick-prev,
.slick-next {
  position: absolute;
  z-index: 3;
  top: 42%;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  height: 15px;
  width: 15px;
}

.slick-prev:after {
  content: "";
  position: absolute;
  top: -1.4rem;
  left: -.8rem;
  width: 4rem;
  opacity: 0.5;
  height: 3rem;
  transform: rotate(45deg);
  background-color: rgba(251, 250, 247, 0.75);
}

.slick-next:after {
  content: "";
  position: absolute;
  top: -1.4rem;
  left: -.8rem;
  width: 4rem;
  opacity: 0.5;
  height: 3rem;
  transform: rotate(45deg);
  background-color: rgba(251, 250, 247, 0.75);
}

.slick-prev {
  left: 2.5%;
  transform: rotate(-135deg);
}

.slick-next {
  right: 2.5%;
  transform: rotate(45deg);
}

.slick-track {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.choice-btn {
  margin: 6px 0 4rem;
}

.choice-btn li {
  cursor: pointer;
  background: #333;
  width: 13rem !important;
  margin-bottom: 1.2rem;
}

.choice-btn li:nth-child(5n) {
  margin-right: 0;
}

.choice-btn .slick-track {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.choice-btn .slick-track::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}

.choice-btn .slick-track::after {
  content: "";
  display: block;
  width: 23%;
}

.choice-btn li img {
  opacity: 0.4;
  width: 13rem;
}

.choice-btn li.slick-current img {
  opacity: 1;
}

/*追加*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*スライダーcssここまで*/
.add-image-section {
  margin-top: 4rem;
}

.add-image-title {
  font-size: 1.8rem;
  margin: 4rem 0 2rem;
}

.add-image-list {
  width: 164px;
  display: inline-block;
  margin-right: 2rem;
}

.add-image-list:last-child {
  margin-right: 0;
}

.add-image-list img {
  width: 100%;
}

.group-item-list {
  display: flex;
  flex-wrap: wrap;
}

.group-item-list li {
  width: 12rem;
  margin-bottom: 4rem;
  margin-right: 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
}

.group-item-list li img {
  width: 100%;
}

.group-item-list li:nth-child(4n) {
  margin-right: 0;
}

.item-detail {
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .item-detail {
    width: calc(100% - 48.4rem);
  }
}

.item-detail input[type="text"], .item-detail textarea {
  background: #F5F5F5;
  padding: .5em 2em;
}

.item-detail .item-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 1em;
  position: relative;
}

.item-detail .item-category-name {
  margin-bottom: 6px;
}

.item-detail-icon {
  position: absolute;
  display: contents;
  font-size: 1.2rem;
  font-weight: normal;
  top: 0;
}

.item-detail-icon .item-detail-sale {
  color: #F23E0C;
}

.item-detail-icon p {
  margin-bottom: 1.2rem;
}

.item-price-wrap {
  margin-bottom: 2rem;
}

.item-price-wrap .item-price {
  font-size: 2.8rem;
  font-weight: 500;
  color: #428B48;
}

.item-price-wrap .item-tax {
  color: #616161;
  font-size: .5em;
}

.item-price-wrap .fixed-price {
  font-size: 1.2rem;
}

.member-original-price {
  font-size: 1.2rem;
}

.member-original-price span {
  font-size: 1.8rem;
}

.sale-text .original {
  text-decoration: line-through;
}

.sale-text .sale-rate, .sale-text .sale-price {
  color: #F23E0C;
}

.sale-text .sale-rate {
  margin: 0 1rem;
}

.sale-text .sale-price {
  font-size: 3rem;
  font-weight: 500;
}

.sale-priod {
  font-size: 1.2rem;
  margin: .5em 0 1em;
}

.item-point {
  margin: 2rem 0;
  font-weight: 500;
}

.review-empty {
  margin-bottom: 2rem;
}

.item-sell-text {
  margin: 2rem 0;
}

.item-sell-text .sell-start {
  margin-bottom: .8rem;
}

.item-reserve {
  margin: 2rem 0;
}

.item-reserve .item-reserve-release-text,
.item-reserve .item-reserve-text {
  font-size: 1.2rem;
  margin-top: 6px;
}

.nameprint-area {
  margin-top: 2rem;
}

.nameprint-area .nameprint-title-wrap {
  margin: 1.8rem 0 .8rem;
  font-size: 1.2rem;
}

.nameprint-area .nameprint-text-wrap p {
  margin-bottom: 4px;
  font-size: 1.2rem;
}

.nameprint-area .nameprint-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 1rem;
}

.nameprint-area .nameprint-title span {
  color: #F23E0C;
  font-size: 1.2rem;
  font-weight: normal;
  margin-left: 6px;
}

.nameprint-area .nameprint-text input,
.nameprint-area .nameprint-text textarea {
  width: 75%;
  border: 1px solid #333333;
}

.item-quantity {
  margin-bottom: 1rem;
  display: flex;
  gap: .6em;
  align-items: center;
}

.item-quantity i {
  color: #616161;
}

.item-quantity input {
  width: 7.2rem;
  border: 1px solid #333333;
}

.item-review {
  font-size: 1.2rem;
}

.review-link {
  margin-bottom: 2rem;
}

.review-link a {
  text-decoration: underline;
}

.review-link a:hover {
  text-decoration: none;
}

.item-option {
  width: 100%;
}

.item-option .btn {
  margin-top: 2rem;
}

.makeshop-option-wrap {
  margin-bottom: 2rem;
}

.makeshop-option-label {
  font-size: 1.8rem;
  margin-bottom: .3em;
}

.makeshop-option-select {
  border: solid 1px #212121;
  font-size: 1.6rem;
  padding: .4em 1em;
  width: 100%;
  color: #3A3A3A;
}

.add-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 1.5rem 0 2rem;
}

.stock-wrap {
  width: 100%;
  margin-bottom: .8rem;
}

@media screen and (max-width: 767px) {
  .stock-wrap {
    margin-bottom: 2rem;
  }
}

.item-stock {
  display: flex;
  gap: .5em;
}

.item-stock i {
  color: #616161;
}

.add-cart .btn {
  width: 180px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  padding: 15px 0;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
}

.add-cart .add-cart-btn {
  background: #428B48;
}

.add-cart .restock-btn {
  background: #333333;
}

.add-cart .disabled-btn {
  background: #B5B5B5;
}

.add-cart .subscription-btn {
  background: #006BED;
  margin-top: .8rem;
}

.add-cart .off {
  display: none;
}

.add-cart .on {
  display: block;
}

.subscription-only {
  margin-top: 0 !important;
}

.item-stock-sku {
  margin-bottom: .8rem;
}

.sku-btn {
  width: 13rem;
  padding: 1rem 0;
  font-size: 1.2rem;
}

.favorite-wrap {
  display: flex;
  align-items: baseline;
}

.favorite-icon:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f004";
  font-size: 2.4rem;
  font-weight: 900;
  margin-left: 1.4rem;
  margin-right: 4px;
  -webkit-text-stroke: 1px #fff;
}

.favorite-icon.hide {
  display: none;
}

.favorite-on {
  color: #ff7683;
}

.favorite-off {
  color: #E6E6E6;
}

.item-list-image {
  position: relative;
}

.item-list-favorite {
  position: absolute;
  top: 6px;
  right: 4px;
}

@media screen and (max-width: 767px) {
  .item-contact {
    text-align: center;
  }
}

.item-contact a {
  display: inline-block;
  background: url(../img/ico-mail.svg) no-repeat left center/2rem;
  padding-left: 2.5em;
  color: #707070;
  text-decoration: underline;
  text-underline-offset: .2em;
}

.item-description dt {
  font-size: 1.8rem;
  margin-bottom: 1.6rem;
}

.item-info-list {
  margin-top: 2rem;
}

.item-info-list li {
  margin-bottom: 1rem;
}

.item-info-list li dl {
  display: flex;
}

.item-info-list li dt {
  width: 34%;
}

.item-info-list li dd {
  width: 66%;
}

.item-share li {
  margin-right: .8rem;
  display: inline-block;
  vertical-align: top;
}

.border-top::before {
  content: "";
  display: block;
  width: 100%;
  border: 1px solid #CBCBCB;
  margin: 3rem 0;
}

.item-share {
  margin-bottom: 4rem;
}

.sku tbody {
  align-items: center;
}

.sku-option-title {
  width: 60px;
  font-weight: bold;
  text-align: left;
  padding: 0 2rem 1rem 0;
  vertical-align: middle;
}

.sku-option-name {
  font-size: 1rem;
  text-align: left;
  padding: 0 1.6rem 2rem 0;
  vertical-align: middle;
}

.sku-img {
  vertical-align: middle;
}

.sku-img img {
  padding-right: 2rem;
}

.option-image {
  max-width: 80px;
}

.option-image:hover {
  cursor: pointer;
}

.sku-cart {
  padding-bottom: 2rem;
}

.sku-price-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.sku-price-wrap .price {
  margin: 0 6px 4px 0;
  width: 100%;
}

.item-review-detail {
  margin-bottom: 60px;
}

.item-review-list li {
  margin-bottom: 60px;
}

.item-review-list-link {
  margin-bottom: 3rem;
  font-size: 1.2rem;
}

.item-review-list-link a {
  text-decoration: underline;
}

.item-review-list-link a:hover {
  text-decoration: none;
}

.review-list-unit .review-list-name {
  margin-bottom: 1.2rem;
}

.review-list-unit .star-score {
  display: flex;
  align-items: center;
  margin-bottom: 1.2rem;
}

.review-list-unit .review-star {
  margin-right: 6px;
}

.review-list-unit .review-list-date {
  font-size: 1.2rem;
  color: #B5B5B5;
  margin: 1.2rem 0;
}

.review-list-unit .review-list-content {
  font-size: 1.2rem;
}

.reviewRateStar {
  display: inline-block;
  font-size: 0;
  color: #F7CC28;
}

.reviewRateStar::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f005";
  font-size: 1.2rem;
  font-weight: 900;
}

.starOff::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f005";
  font-weight: 400;
}

.starHalf::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f5c0";
}

.review-post {
  margin-top: 4rem;
}

.review-post {
  text-align: center;
}

.review-post a {
  width: 260px;
  margin: 0 auto;
  display: inline-block;
  padding: 1.2rem 0;
  border: 1px solid #333333;
  border-radius: 2px;
  text-align: center;
}

.review-post a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f304";
  font-size: 1.6rem;
  font-weight: 900;
  padding-right: 1rem;
  color: fff;
}

/*定期購入*/
.product-price-block {
  font-size: 3rem;
  margin: 1.2rem 0;
  font-weight: 500;
  color: #FE5A74;
}

.product-price-block small {
  font-size: 1.4rem;
  color: #333333;
}

.subscription-time {
  margin: 1.2rem 0 4px;
}

.item-subscription-quantity {
  margin-bottom: 4px;
  font-size: 1.2rem;
}

.item-subscription-point {
  font-size: 1.2rem;
}

.subscription-gift {
  display: flex;
  margin-top: 3rem;
}

.subscription-gift img {
  margin-right: 2rem;
  width: 80px;
  max-height: 80px;
}

.subscription-price {
  font-size: 26px;
  font-weight: 500;
  color: #FE5A74;
}

.subscription-price small {
  font-size: 1.4rem;
}

.item-group-icon img {
  width: auto !important;
  height: auto !important;
  display: block;
  margin-top: .8rem;
}

/* -----------------------------------------------------------------
review
----------------------------------------------------------------- */
.review-item-wrap {
  border: 1px solid #333333;
  padding: 2rem;
  border-radius: 3px;
  display: flex;
  margin-bottom: 60px;
}

.review-item-wrap .review-item-image {
  padding-right: 2rem;
  width: 12rem;
}

.review-item-wrap .review-item-image img {
  width: 100%;
  height: 12rem;
  object-fit: cover;
}

.review-item-info .review-item-category {
  font-size: 1.2rem;
  margin-bottom: .8rem;
}

.review-item-info .review-item-name {
  font-size: 1.8rem;
}

.review-item-info .total-review {
  display: flex;
  align-items: baseline;
  margin-top: 1rem;
}

.review-item-info .review-star {
  margin-right: 1rem;
}

.review-item-info .review-average {
  font-size: 2rem;
  font-weight: bold;
}

.review-item-info .review-count {
  font-size: 1.2rem;
}

.review-form-wrap {
  width: 485px;
  margin: 0 auto;
}

.review-form {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}

.review-form:last-child {
  margin-bottom: 60px;
}

.review-form dt {
  width: 15rem;
  text-align: left;
}

.review-form .review-form-content {
  width: 100%;
}

.review-form textarea {
  border: 1px solid #707070;
}

.review-form dd input {
  border: 1px solid #707070;
  width: 100%;
}

.review-form dd .reviewRateStar:before {
  font-size: 1.8rem;
}

.review-post-btn {
  border: none !important;
  background: #707070;
  color: #fff;
}

/* -----------------------------------------------------------------
cart
----------------------------------------------------------------- */
.cart {
  margin-bottom: 100px;
}

.cart-section-title {
  padding-top: 60px;
}

.free-shipping-wrap {
  text-align: right;
  margin-bottom: 1.6rem;
  font-size: 1.2rem;
}

.free-shipping-wrap .free-shipping-text em {
  color: #F23E0C;
}

.cart-list-table {
  width: 100%;
  padding: 2rem;
}

.cart-list-table th {
  background: #E6E6E6;
  padding: .8rem 1.2rem;
  text-align: left;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}

.cart-list-table th:first-child {
  width: 360px;
}

.cart-list-table th:nth-child(2) {
  width: 190px;
}

.cart-list-table th:nth-child(3) {
  width: 200px;
}

.cart-list-table th:last-child {
  width: 200px;
}

.cart-list-table tbody tr {
  border-bottom: 1px solid #E6E6E6;
}

.cart-list-table tbody td {
  vertical-align: middle;
  padding: 2rem;
}

.cart-list-table tbody td:first-child {
  display: flex;
}

.cart-list-info {
  font-size: 1.2rem;
}

.cart-list-image {
  width: 80px;
  min-width: 80px;
  margin-right: 1.2rem;
}

.cart-list-image img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.item-cart-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: .8rem;
}

.item-cart-price {
  font-size: 24px;
}

.item-cart-quantity input {
  width: 4rem;
  border: 1px solid #333333;
  margin-right: 1.2rem;
}

.item-cart-delete {
  float: right;
}

.item-cart-delete a {
  font-size: 1rem;
  border: 1px solid #333333;
  padding: 2px .8rem;
}

.item-cart-subtotal {
  font-size: 24px;
  font-weight: bold;
}

.cart-total {
  background: #E6E6E6;
}

.cart-total td {
  display: table-cell !important;
}

.cart-total .cart-total-title {
  text-align: right;
  font-size: 2rem;
  font-weight: bold;
}

.cart-total .cart-total-price {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 6px;
}

.cart-total .cart-total-point {
  font-size: 1.2rem;
}

.cart-total .cart-bulk {
  margin-top: 6px;
  font-size: 1.2rem;
}

.cart-button-wrap {
  text-align: right;
  margin-top: 4rem;
}

.cart-button-wrap .cart-button a {
  width: 32rem;
  display: inline-block;
  text-align: center;
  background: #1FD5AD;
  border-radius: 5px;
  padding: 2rem 0;
  font-weight: bold;
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 2rem;
}

.cart-button-wrap .cart-back-button a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f053";
  font-size: 1.2rem;
  font-weight: bold;
  padding-right: .8rem;
  color: #707070;
}

/* -----------------------------------------------------------------
news
----------------------------------------------------------------- */
.news-list-unit {
  padding: 3rem 0 !important;
}

.news-list-title {
  margin-bottom: 6px;
}

.news-list-title a {
  text-decoration: underline;
}

.news-list-title a:hover {
  text-decoration: none;
}

.news-list-date {
  font-size: 1.2rem;
  color: #B5B5B5 !important;
  margin-bottom: .8rem;
}

.news-content-wrap {
  margin-bottom: 3rem;
}

.news-pager {
  display: flex;
  justify-content: space-between;
}

.news-pager .pager-left {
  display: flex;
}

.news-pager .pager-left .prev {
  margin-right: 2rem;
}

.news-pager a {
  text-decoration: underline;
}

.news-pager a:hover {
  text-decoration: none;
}

/* -----------------------------------------------------------------
guide
----------------------------------------------------------------- */
.guide-section {
  width: 85%;
  margin: 0 auto 60px;
}

.guide-section .guide-section-title {
  font-weight: bold;
  margin-bottom: .8rem;
}

.comapany-box {
  width: 75%;
  margin: 0 auto 60px;
}

.comapany-box img {
  width: 100%;
  max-height: 64rem;
  object-fit: contain;
  margin-bottom: 2rem;
}

.contract-section {
  width: 85%;
  margin: 0 auto 60px;
}

.contract-section dt {
  font-weight: bold;
  margin-bottom: .8rem;
}

.policy-box {
  width: 85%;
  margin: 0 auto 60px;
}

/* -----------------------------------------------------------------
catalog
----------------------------------------------------------------- */
.catalog-list {
  width: 100%;
  margin-bottom: 4.8rem;
}

.catalog-list th {
  background: #E6E6E6;
}

.catalog-list td, .catalog-list th {
  border: 1px solid #ccc;
  padding: 6px 1.8rem;
  vertical-align: middle;
}

.catalog-list input {
  border: 1px solid #ccc;
}

.catalog-input-num {
  width: 10rem;
}

.catalog-input-quantity {
  width: 3rem;
}

.catalog-info-wrap {
  text-align: left;
  font-size: 0.9rem;
  width: 397px;
  display: flex;
  box-sizing: border-box;
}

.catalog-img img {
  margin-right: .8rem;
  width: 80px;
}

.catalog-search-btn {
  width: 60px;
}

.catalog-cart-btn {
  width: 25%;
}

.catalog-cart {
  text-align: center;
  display: block;
}

.catalog-search-btn {
  background: #333;
  padding: 1rem 6px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 1.2rem;
}

/* -----------------------------------------------------------------
u-komi
----------------------------------------------------------------- */
.qa-summary-container,
.review-container,
.review-summary-container,
.reviewPictureContentWrapper,
.u-komi-product-widget-container,
.u-komi-qa-container {
  font-family: "Noto Sans JP", sans-serif !important;
}

.ratingOverview .starRating {
  display: inline-flex !important;
  align-items: center !important;
}

.starRating {
  padding: 5px 0 1rem !important;
}

.reviewProductName {
  font-size: 1.2rem !important;
}

.group-review-section .reviewWidget_title {
  font-size: 1.8rem;
  font-weight: normal;
  margin-top: 0;
}

.reviewSortingSection {
  gap: 5px;
}

.custProductFilterDropdown select, .custQueDropdown select {
  font-size: 1rem !important;
}

.custProductFilterDropdown:after, .custQueDropdown:after {
  top: 60% !important;
}

.review-list-page {
  padding-top: 1rem;
}

.review-summary-container .starRating {
  display: inline-flex !important;
  align-items: center !important;
}

.group-item-list .review-summary-container .starRating {
  display: inline-flex !important;
  align-items: center !important;
}

.group-item-list .review-summary-container .starRating span {
  font-size: 1.2rem !important;
}

/* -----------------------------------------------------------------
responsive
----------------------------------------------------------------- */
@media screen and (max-width: 76.8rem) {
  header .header-menu {
    justify-content: space-around;
    margin-bottom: 2rem;
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    padding: 2rem 3rem;
    background: #fff;
  }
  header .header-logo img {
    max-width: 100%;
  }
  .header {
    padding: 80px 0 1rem;
    position: relative;
  }
  .header .top-nav {
    flex-direction: column-reverse;
  }
  .gnav .account {
    display: none;
  }
  .main-visual {
    /* margin: 2rem auto 4rem; */
    margin: 8rem auto 4rem !important; /* 会員様専用カテゴリ　ページ向け 変更 20260226 */
  }
  .main-visual img {
    height: auto;
    margin: 0 auto !important; /* 会員様専用カテゴリ　ページ向け 追記 20260226 */
  }
  .bx-wrapper {
    margin-bottom: 0 !important;
  }
  .banner-area {
    display: block;
    width: 100%;
    margin: 0 auto 2rem;
    text-align: center;
  }
  .banner-area img {
    width: 96%;
    max-width: 100%;
    margin: 0 auto 6px;
  }
  #g-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    left: -120%;
    width: 100%;
    height: 100vh;
    background: #111;
    transition: all 0.6s;
  }
  #g-nav.panelactive {
    left: 0;
  }
  #g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  /*ボタン*/
  .openbtn {
    position: fixed;
    z-index: 9999;
    top: 1.6rem;
    left: 3px;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 1.4rem;
    height: 3px;
    border-radius: 2px;
    background-color: #666;
    width: 45%;
  }
  .openbtn span:nth-of-type(1) {
    top: 1.5rem;
  }
  .openbtn span:nth-of-type(2) {
    top: 2.3rem;
  }
  .openbtn span:nth-of-type(3) {
    top: 3.1rem;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 1.8rem;
    left: 1.8rem;
    transform: translateY(6px) rotate(-45deg);
    width: 40%;
    background: #fff;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 3rem;
    left: 1.8rem;
    transform: translateY(-6px) rotate(45deg);
    width: 40%;
    background: #fff;
  }
  .search {
    padding: 2rem 45px 1.6rem;
    background: none;
    color: #fff;
  }
  .search-btn {
    background: #333333;
    color: #fff;
  }
  .search-area select {
    background: #fff;
  }
  .side-section {
    width: 75%;
    margin: 50px auto;
  }
  .sp-side-section {
    display: block;
    padding: 90px 45px 0;
  }
  .sp-side-section .sp-gnav li {
    text-align: center;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 1rem;
    margin-bottom: 2rem;
  }
  .sp-side-section .sp-gnav li a {
    color: #fff;
  }
  .sp-side-section .sp-gnav .logout a:before {
    display: inline-block;
    margin-right: 6px;
    color: #fff;
  }
  .sp-side-section .sp-gnav .membership a:before {
    display: inline-block;
    margin-right: 6px;
    color: #fff;
  }
  .sp-side-section .sp-gnav .login a:before {
    display: inline-block;
    margin-right: 6px;
    color: #fff;
  }
  .side-category-list a {
    color: #fff !important;
  }
  .category-list-title,
  .side-category-item {
    border-bottom: 1px solid #ccc;
    color: #fff;
  }
  .side-category-item {
    padding-right: 2rem;
  }
  .side-category-item p:before {
    background-color: #fff;
  }
  .side-category-item p:after {
    background-color: #fff;
  }
  .side-category-item p.on {
    width: 96%;
    background: #333333;
    color: #fff;
    padding-left: 1rem;
    padding-right: 1.8rem;
  }
  .side-contact a {
    color: #fff;
  }
  .makeshop-calendar1,
  .makeshop-calendar2 {
    background: #fff;
  }
  .makeshop-calendar1 tr,
  .makeshop-calendar2 tr {
    text-align: center;
    font-size: 1.2rem;
  }
  .makeshop-calendar1 thead tr th,
  .makeshop-calendar2 thead tr th {
    padding-bottom: .8rem;
  }
  .makeshop-calendar1 tbody tr td,
  .makeshop-calendar2 tbody tr td {
    padding-bottom: 2px;
  }
  .calendar-wrap {
    width: 75%;
    margin: 0 auto;
    margin-top: 3rem;
    margin-bottom: 4rem;
  }
  .calendar-wrap div {
    background: #fff;
  }
  .calendar-title {
    margin-bottom: 0;
  }
  .item-list {
    display: flex;
    flex-wrap: wrap;
  }
  .item-list li {
    width: calc((100% - 1.6rem) / 2);
    margin-bottom: 4rem;
    margin-right: 1.6rem;
    position: relative;
  }
  .item-list li:nth-child(2n) {
    margin-right: 0;
  }
  .item-list li img {
    width: 100%;
    margin-bottom: 4px;
  }
  .news-list li {
    padding: 3rem 0;
  }
  .news-list li:first-child {
    padding-top: 0;
  }
  .news-wrap {
    display: block;
  }
  .news-date {
    width: 100%;
    margin-bottom: .8rem;
  }
  .main-category-list {
    width: 95%;
  }
  .main-category-list li {
    display: block;
    vertical-align: middle;
    margin-bottom: 0;
    border-bottom: 1px solid #B5B5B5;
    width: 95%;
    padding: 1.2rem 0;
  }
  .main-category-list li a {
    padding: 0 5px;
  }
  .footer {
    width: 95%;
    display: block;
  }
  .footer img {
    margin-bottom: 2rem;
  }
  .footer-nav {
    display: block;
    margin-top: 2rem;
  }
  .footer-nav li {
    margin-right: 0;
    margin-bottom: 1.6rem;
  }
  .breadcrumb {
    margin-bottom: 2rem;
  }
  .category-title {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .category-title dl {
    margin-bottom: 2rem;
  }
  .category-child-item li {
    width: 175px;
    margin: 0 0 2rem 0;
  }
  .item-image {
    width: 100%;
  }
  .main-image {
    width: 100%;
  }
  .choice-btn {
    width: 100%;
  }
  .choice-btn li {
    width: calc(93% / 4) !important;
  }
  .choice-btn .slick-track {
    width: 100% !important;
  }
  .choice-btn li img {
    width: 100% !important;
  }
  .add-image-list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4rem;
  }
  .add-image-list:nth-child(2n) {
    margin-right: 0;
  }
  .add-image-list:last-child {
    margin-bottom: 0;
  }
  .group-item-list {
    justify-content: space-between;
  }
  .group-item-list li {
    width: calc((100% - 1.6rem) / 2);
    margin-bottom: 4rem;
    margin-right: 0;
    position: relative;
  }
  .group-item-list li img {
    height: auto;
  }
  .item-detail {
    width: 100%;
    padding-left: 0;
  }
  .item-detail .item-title {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: .8rem;
  }
  .item-detail .item-category-name {
    font-size: 1.4rem;
  }
  .slick-prev,
  .slick-next {
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
  }
  .slick-prev:after {
    display: none;
  }
  .slick-next:after {
    display: none;
  }
  .item-price-wrap {
    margin-bottom: .8rem;
  }
  .item-price-wrap .item-price {
    font-size: 2.2rem;
  }
  .item-price-wrap .item-tax {
    font-size: 1.2rem;
  }
  .item-point {
    font-size: 1.2rem;
    margin-bottom: .8rem;
  }
  .item-sell-text {
    margin: 2rem 0;
  }
  .item-option {
    margin-bottom: 1.2rem;
  }
  .makeshop-option-select {
    width: 100%;
  }
  .nameprint-area {
    margin-bottom: 4rem;
  }
  .nameprint-area .nameprint-text input,
  .nameprint-area .nameprint-text textarea {
    width: 100%;
  }
  .item-share {
    margin-bottom: 4rem;
  }
  .review-category-title {
    margin-bottom: 2rem;
  }
  .item-review-list li {
    margin-bottom: 3rem;
  }
  .review-item-wrap {
    margin-bottom: 3rem;
  }
  .review-form-wrap {
    width: 100%;
  }
  .review-form {
    display: block;
    align-items: center;
    margin-bottom: 3rem;
  }
  .review-form:last-child {
    margin-bottom: 60px;
  }
  .review-form dt {
    width: 100%;
    margin-bottom: .8rem;
  }
  .review-form dd textarea {
    width: 98%;
  }
  .add-cart {
    display: block;
    margin: 0 0 1.6rem;
  }
  .add-cart .item-stock {
    margin-right: 0;
    margin-bottom: .8rem;
  }
  .add-cart .btn {
    width: 100%;
    font-size: 1.8rem;
  }
  .sku-cart .btn {
    font-size: 1.2rem;
    max-width: 100px !important;
  }
  .sku-option-title {
    font-size: 1.2rem;
  }
  .option-image {
    max-width: 4rem;
  }
  .item-contact::before {
    display: none;
  }
  .item-info-list li dt {
    width: 40%;
  }
  .item-info-list li dd {
    width: 60%;
  }
  .cart {
    margin-bottom: 4rem;
  }
  .cart-section-title {
    padding-top: 0;
  }
  .free-shipping-wrap {
    text-align: left;
  }
  .cart-list-table {
    width: 100%;
    padding: 2rem 0;
  }
  .cart-list-table th {
    display: none;
  }
  .cart-list-table tbody td {
    width: 100%;
    display: block;
    padding: 0;
    margin-bottom: 6px;
  }
  .cart-list-table tbody td:first-child {
    width: 100%;
    margin-top: 3rem;
  }
  .item-cart-price {
    font-size: 1.6rem;
    text-align: right;
  }
  .item-cart-quantity input {
    margin-right: .8rem;
  }
  .item-cart-delete {
    float: none;
    padding-left: 2rem;
  }
  .item-cart-subtotal {
    font-size: 22px;
    text-align: right;
    margin-bottom: 3rem !important;
  }
  .item-cart-subtotal::before {
    content: "小計";
    font-size: 1.4rem;
  }
  .cart-total {
    display: flex;
    padding: 1rem;
  }
  .cart-total-title {
    margin: 0 !important;
  }
  .cart-total-price-wrap {
    text-align: right;
  }
  .cart-button-wrap .cart-button a {
    width: 100%;
  }
  .guide-section {
    width: 100%;
  }
  .comapany-box {
    width: 100%;
  }
  .contract-section {
    width: 100%;
  }
  .policy-box {
    width: 100%;
  }
  .guide-title {
    margin: 4rem 0 2rem;
  }
  select::-ms-expand {
    display: none;
  }
  .makeshop-option-select-wrap {
    position: relative;
    background: #ffffff;
  }
  .makeshop-option-select-wrap::before {
    position: absolute;
    top: 1rem;
    right: .8rem;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666666;
    pointer-events: none;
  }
  select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
  }
  .catalog-info-wrap {
    width: 100%;
  }
  .catalog-img {
    margin: 1rem 0 4px;
  }
  .catalog-list,
  .catalog-list td,
  .catalog-list th {
    border-collapse: collapse;
    text-align: center;
  }
  .catalog-list thead th {
    display: none;
  }
  .catalog-list td {
    padding: .8rem 1.2rem;
    display: block;
  }
  .catalog-list td[data-title]::before {
    color: #666;
    content: attr(data-title) "";
    font-weight: bold;
    padding: 0 1rem 0 0;
    display: inline;
  }
}

.main-visual {
  margin: 8rem auto 4rem !important; /* 会員様専用カテゴリ　ページ向け 追記 20260226 */
}
.main-visual img {
  margin: 0 auto !important; /* 会員様専用カテゴリ　ページ向け 追記 20260226 */
}
@media only screen and (min-device-width: 76.8rem) and (max-device-width: 1024px) {
  .header .header-menu {
    padding: 2rem 13rem;
  }
  .main-visual {
    margin: 8rem auto 4rem !important; /* 会員様専用カテゴリ　ページ向け 追記 20260226 */
  }
  .main-visual img {
    height: 500px;
    margin: 0 auto !important; /* 会員様専用カテゴリ　ページ向け 追記 20260226 */
  }
  .main-image img {
    height: 600px;
  }
  .item-list li img {
    height: auto;
  }
  .checked-item-list li img {
    height: auto;
  }
  .sku-option-title {
    width: 100px;
  }
  .sku-cart {
    min-width: 400px;
  }
  .choice-btn li:nth-child(5n) {
    margin-right: .8rem;
  }
  .choice-btn li:nth-child(10n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 374px) {
  .header .header-menu {
    padding: 2rem 2rem;
  }
  .choice-btn li {
    width: 56px !important;
    margin-right: 4px;
  }
  .choice-btn li img {
    width: 56px !important;
    height: 56px;
  }
}

.top_main {
  margin-top: 8rem;
}

@media screen and (max-width: 767px) {
  .top_main {
    margin-top: 8rem;
  }
}

.top_main .slide {
  position: relative;
}

.top_main .swiper-slide {
  width: 105.8rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_main .swiper-slide {
    width: 100%;
  }
}

.top_main .swiper-slide img {
  width: 100%;
}

.top_main .swiper-slide:before {
  content: '';
  position: absolute;
  inset: 0;
  background: #000;
  opacity: .3;
  transition: opacity .3s;
}

.top_main .swiper-slide-active:before {
  opacity: 0;
}

.top_main .swiper-slide a {
  display: block;
}

.top_main .pager {
  position: absolute;
  width: 100%;
  bottom: 2.5rem;
  z-index: 2;
  display: flex;
  gap: 1rem;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .top_main .pager {
    gap: 1.6rem;
    bottom: 1.2rem;
  }
}

.top_main .swiper-pagination-bullet {
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  cursor: pointer;
  background: #AAA9A9;
}

@media screen and (max-width: 767px) {
  .top_main .swiper-pagination-bullet {
    height: .6rem;
    width: .6rem;
  }
}

.top_main .swiper-pagination-bullet-active {
  background: #1C2A54;
}

.top_main .btn i {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  cursor: pointer;
  z-index: 2;
  width: 6.4rem;
  aspect-ratio: 1 / 1;
  background: url(../img/btn-prev.svg) no-repeat 50%/contain;
  box-shadow: 0px 0px 15px 2px rgba(31, 31, 31, 0.55);
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .top_main .btn i {
    width: 3.6rem;
  }
}

.top_main .btn .prev {
  left: calc(50% - 61rem);
}

@media screen and (max-width: 767px) {
  .top_main .btn .prev {
    left: 0;
  }
}

.top_main .btn .next {
  background-image: url(../img/btn-next.svg);
  right: calc(50% - 61rem);
}

@media screen and (max-width: 767px) {
  .top_main .btn .next {
    right: 0;
  }
}

.top_info {
  background: #E7F3E8;
  margin-bottom: 4rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .top_info {
    padding: 2rem 0 3rem;
  }
}

@media screen and (min-width: 768px) {
  .top_info {
    height: 6.4rem;
    display: flex;
    align-items: center;
  }
}

.top_info .u_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .top_info .u_inner {
    flex-wrap: wrap;
    gap: 2.7rem;
  }
}

@media screen and (min-width: 768px) {
  .top_info .u_inner {
    padding-left: 20.7rem;
  }
}

.top_info .ttl {
  color: #428B48;
  background: url(../img/ico-news.svg) no-repeat left center/contain;
  line-height: 3.2rem;
  font-weight: bold;
  padding-left: 2.4em;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .top_info .ttl {
    order: 1;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 768px) {
  .top_info p {
    width: 45rem;
    order: 2;
  }
  .top_info p span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 8em);
  }
}

.top_info p a {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .top_info p a {
    flex-direction: column;
    gap: .8rem;
  }
}

@media screen and (min-width: 768px) {
  .top_info .btn {
    order: 3;
  }
}

.top_info .btn a {
  background: url(../img/arw-r01.svg) no-repeat right center/contain;
  line-height: 2rem;
  padding-right: 2.3em;
  display: block;
}

@media screen and (max-width: 767px) {
  .top_info .btn a {
    font-size: 1.2rem;
  }
}

.top_category {
  margin-bottom: 6rem;
}

.top_category .bnr {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .8rem;
  margin-bottom: 6.2rem;
}

@media screen and (max-width: 767px) {
  .top_category .bnr {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.4rem;
  }
}

.top_category .bnr a {
  border-radius: .2rem;
  background: url(../img/item-list-bg.png) no-repeat 50%/cover;
  height: 7.2rem;
  display: flex;
  align-items: center;
  color: #fff;
  text-shadow: 0px 0px 3px #1F4222;
  font-weight: 600;
  font-size: 1.6rem;
  position: relative;
  padding-left: 1em;
  z-index: 0;
}

.top_category .bnr a:before {
  content: '';
  position: absolute;
  background: url(../img/arw-r07.svg) no-repeat 50%/contain;
  width: 3.2rem;
  height: 100%;
  top: 0;
  z-index: 1;
  right: .4rem;
}

@media screen and (max-width: 767px) {
  .top_category .bnr a:before {
    right: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .top_category .bnr a {
    height: 10rem;
    background-image: url(../img/item-list-bg-sp.png);
    font-size: 1.4rem;
  }
}

.top_category .bnr img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .top_category .bnr img {
    right: 3.5rem;
  }
}

.top_category .nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  border-bottom: solid 0.3rem #428B48;
  margin-bottom: 1.8rem;
}

.top_category .nav li {
  width: 10rem;
}

.top_category .nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.5rem;
  border-radius: .8rem .8rem 0 0;
  background: #EDEDED;
  font-size: 1.6rem;
  color: #9F9F9F;
}

.top_category .nav .active {
  background: #428B48;
  color: #fff;
}

.top_category .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.1rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .top_category .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}

.top_category .list img {
  width: 100%;
}

.top_category .list p {
  margin-top: .6em;
}

.top_category .list p + p {
  font-weight: bold;
  margin-top: .8em;
}

.btn_review {
  text-align: center;
  margin-top: 2rem;
}

.btn_review a {
  display: inline-flex;
  background: #F1F8F2;
  height: 3.2rem;
  width: 21.7rem;
  border-radius: .3rem;
  border: solid 2px #428B48;
  justify-content: center;
  align-items: center;
  gap: .8em;
  font-weight: 500;
  padding-right: 1em;
}

.btn_review a:before {
  content: '';
  background: url(../img/ico-post.svg) no-repeat 50%/contain;
  width: 2rem;
  height: 2rem;
  position: relative;
  top: .1em;
}

.top_review {
  margin-bottom: 5.2rem;
}

.top_review .btn_review {
  margin-top: 2.2rem;
}

@media screen and (max-width: 767px) {
  .top_review .btn_review {
    margin-top: 2.8rem;
  }
}

.top_recom {
  padding-bottom: 5rem;
  margin-bottom: 4.5rem;
  border-bottom: solid 1px #CCCCCC;
}

.top_recom ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}

@media screen and (max-width: 767px) {
  .top_recom ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

.top_recom ul img {
  width: 100%;
}

.top_nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .top_nav {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}

.top_nav a {
  display: flex;
  background: #E0F0E3;
  border-radius: .4rem;
  overflow: hidden;
  justify-content: space-between;
}

.top_nav img {
  width: 18rem;
}

@media screen and (max-width: 767px) {
  .top_nav img {
    width: 15.6rem;
  }
}

.top_nav .desc {
  width: calc(100% - 22rem);
  padding-top: 4rem;
  font-weight: 500;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_nav .desc {
    width: calc(100% - 18rem);
  }
}

.top_nav p {
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0;
  height: 2.8em;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .top_nav p {
    font-size: 1.6rem;
  }
}

.top_nav i {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 1.2rem;
  background: url(../img/arw-r01.svg) no-repeat calc(100% - .4em) center/2rem;
  padding: .3em .4em;
  padding-right: 3em;
  border-bottom: solid 1px #CECECE;
}

.top_bnr {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .top_bnr {
    gap: 3rem;
  }
}

.top_bnr a {
  display: block;
}

.faq_list {
  border-bottom: solid 1px #E0E0E0;
}

.faq_list dt, .faq_list dd {
  font-weight: 500;
  position: relative;
}

@media screen and (min-width: 768px) {
  .faq_list dt, .faq_list dd {
    font-size: 1.6rem;
  }
}

.faq_list dt:before, .faq_list dd:before {
  content: 'Q.';
  left: 0;
  position: absolute;
  color: #428B48;
  font-size: 2rem;
  font-weight: bold;
  color: #428B48;
  margin-top: -.2em;
}

@media screen and (max-width: 767px) {
  .faq_list dt:before, .faq_list dd:before {
    font-size: 1.6rem;
  }
}

.faq_list dt {
  position: relative;
  padding: 1.2em 2em;
  cursor: pointer;
  letter-spacing: .05em;
  background: url(../img/ico-open.svg) no-repeat right center/1.9rem;
  line-height: 1.33;
  border-top: solid 1px #E0E0E0;
}

.faq_list dt:first-child {
  border: none;
}

.faq_list dt.open {
  background-image: url(../img/ico-close.svg);
}

.faq_list dt.open + dd {
  display: block;
}

.faq_list dd {
  line-height: 1.75;
  display: none;
  background: #F2F2F2;
  border-radius: .4rem;
  padding: 1em 1em;
  padding-left: 3em;
  margin-bottom: 1em;
}

.faq_list dd:before {
  content: 'A.';
  left: .8em;
}

.top_faq {
  margin-bottom: 7rem;
}

.top_faq .c_ttl {
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .top_faq .faq_list {
    margin-left: 4.5rem;
  }
}

.top_news .c_ttl {
  margin-bottom: 1rem;
}

.top_news li {
  border-bottom: solid 1px #E0E0E0;
}

.top_news li a {
  background: url(../img/arw-r05.svg) no-repeat calc(100% - 1em) center/0.6rem;
  padding: 1.4em 2.5em 1.4em .5em;
  display: flex;
}

@media screen and (max-width: 767px) {
  .top_news li a {
    font-size: 1.2rem;
    gap: .6rem;
  }
}

.top_news li span {
  width: calc(100% - 14.5rem);
}

@media screen and (max-width: 767px) {
  .top_news li span {
    width: calc(100% - 9.6rem);
  }
}

.top_news li small {
  color: #68B16C;
  font-weight: 500;
  width: 14.5rem;
}

@media screen and (max-width: 767px) {
  .top_news li small {
    width: 9.6rem;
  }
}

.review_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.7rem;
}

@media screen and (max-width: 767px) {
  .review_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}

.review_list a {
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
}

.review_list figure {
  width: 11.6rem;
}

.review_list .desc {
  width: calc(100% - 13rem);
}

.review_list .ttl {
  font-weight: bold;
  margin: .5em 0;
}

.review_list p {
  line-height: 1.41;
}

.review_list .name {
  margin-top: 1em;
}

.low {
  margin-top: 8rem;
  padding-top: 3rem;
}

@media screen and (max-width: 767px) {
  .low {
    margin-top: 8rem;
  }
}

@incldue pc {
  .low .side {
    padding-top: 7rem;
  }
}

.low_path {
  font-size: 1rem;
  display: flex;
  gap: 3.5rem;
  font-weight: 500;
  margin-bottom: 3rem;
}

.low_path a {
  color: #B3B3B3;
}

.low_path li:last-child a {
  pointer-events: none;
  color: #3A3A3A;
}

.low_path li + li {
  position: relative;
}

.low_path li + li:before {
  content: '';
  position: absolute;
  background: url(../img/arw-r06.svg) no-repeat 50%/contain;
  width: .4rem;
  height: .7rem;
  left: -2em;
  top: .4em;
}

.option_modal {
  font-weight: 500;
}

.option_modal dt {
  font-size: 2rem;
  padding: 2rem 4rem;
}

.option_modal dd {
  border-top: solid 1px #CACACA;
  border-bottom: solid 1px #CACACA;
  color: #636363;
  padding: 2rem 4rem;
  overflow-y: auto;
  max-height: calc(100vh - 30rem);
}

.option_modal .action {
  padding: 2rem 4rem;
  display: flex;
  justify-content: flex-end;
  gap: 1.2rem;
}

.option_modal button {
  font-weight: 600;
  color: #707070;
  height: 4rem;
  padding: 0 2em;
  background: #E7E7E7;
  border-radius: .4rem;
}

.option_modal .add {
  background: #428B48;
  color: #fff;
}

.popup-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  animation: modalFadeOut .8s;
  display: none;
}

body.show-modal .popup-modal {
  display: block;
  animation: modalFadeIn 1s;
}

.popup-modal .wrap {
  display: flex;
  height: calc(100vh - 4rem);
  margin-top: 2rem;
}

.popup-modal .box {
  width: 77rem;
  max-width: calc(100% - 8rem);
  margin: auto;
  position: relative;
  background: #fff;
  border-radius: 1rem;
}

body.show-modal {
  overflow-y: hidden;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modalFadeOut {
  from {
    opacity: 1;
    display: block;
  }
  to {
    opacity: 0;
  }
}

.item_description {
  margin: 4rem 0 6rem;
}

@media screen and (max-width: 767px) {
  .item_description {
    position: relative;
    padding-top: 4rem;
  }
  .item_description:before {
    content: '';
    position: absolute;
    left: 50%;
    translate: -50% 0;
    width: 100vw;
    border-bottom: solid 1px #E5E5E5;
    top: 0;
  }
}

.item_description .ttl {
  font-size: 2rem;
  border-bottom: solid 1px #CCCCCC;
  font-weight: 600;
  padding-bottom: .5em;
  margin-bottom: 1.4em;
}

@media screen and (max-width: 767px) {
  .item_description .ttl {
    font-size: 1.8rem;
  }
}

.item_description img {
  height: auto !important;
}

.detail_review, .recom_items {
  margin-bottom: 6rem;
}

#first {
  width: auto;
  max-width: 670px;
}

#first .col {
  width: auto;
  max-width: 670px;
}

@media screen and (max-width: 767px) {
  #first .col {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  #first .col > * {
    width: auto;
  }
  #first .block {
    display: block;
  }
  #first .inquiry {
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=style.css.map */



/* 20260226 追加 fixed nav */
footer {
  position: relative;
}
#fixed_nav {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 10;
}
#fixed_nav .fixed_nav--btn {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  width: 60px;
  height: auto;
  padding: 0 0 0 0;
  margin: 0 0;
}
#fixed_nav .fixed_nav--btn li {
  width: 100%;
  height: 60px;
  margin: 0 0 10px 0;
  padding: 0;
  opacity: .9;
}
