@charset "UTF-8";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body,
a {
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Original Yu Gothic", "Yu Gothic", sans-serif;
  font-size: 14px;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
ul,
ol,
p,
figure {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
img {
  display: block;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
body.open {
  overflow: hidden;
}
.sp-only {
  display: block;
}
.pc-only {
  display: none;
}
a:hover {
  opacity: .8;
}
header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
}
.open header {
  background-color: rgba(0, 0, 0, .2);
  height: 100%;
}
.header-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(178, 178, 178, .9);
  box-shadow: 0 2px 6px rgba(178, 178, 178, .9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 4%;
  position: relative;
  z-index: 999;
}
.header-logo {
  height: 30px;
}
.header-logo a {
  display: block;
}
.header-logo img {
  max-height: 30px;
}
.header-nav ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-nav li {
  width: 28px;
}
.header-nav .icon-login {
  display: none;
}
.header-nav .nav-text {
  display: none;
}
.header-nav .icon-favorite {
  margin-right: 15px;
}
.header-nav .icon-cart {
  margin-right: 25px;
  position: relative;
}
.icon-cart-num {
  background-color: #ee0038;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -10px;
  text-align: center;
  top: -4px;
  width: 20px;
}
.hamburger-btn {
  height: 20px;
  position: relative;
  width: 25px;
}
.hamburger-btn span {
  background-color: #333;
  border-radius: 4px;
  height: 3px;
  left: 0;
  position: absolute;
  -webkit-transition: all .4s;
  transition: all .4s;
  width: 100%;
}
.hamburger-btn span:nth-of-type(1) {
  top: 0;
}
.hamburger-btn span:nth-of-type(2) {
  top: 8px;
}
.hamburger-btn span:nth-of-type(3) {
  bottom: 0;
}
.open .hamburger-btn span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.open .hamburger-btn span:nth-of-type(2) {
  opacity: 0;
}
.open .hamburger-btn span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}
.header-menu {
  background: #fff;
  display: none;
  max-height: calc(100vh - 60px);
  overflow-y: scroll;
  z-index: 990;
}
.header-nav-member {
  border-bottom: 1px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 4%;
}
.header-nav-member li {
  margin: 0 30px 20px 0;
}
.header-nav-member li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.header-nav-member li:last-child {
  margin-right: 0;
}
.header-nav-member a {
  font-weight: 600;
}
.header-nav-search {
  /* -------　下ﾎﾞｰﾀﾞｰ非表示　
  border-bottom: 1px solid #eaeaea;
  ------- */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 4%;
}
.header-nav-search-input {
  width: 88%;
}
.header-nav-search-input input {
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 5px 0 0 5px;
  font-size: 16px;
  height: 100%;
  padding: 0 16px;
  width: 100%;
}
.header-nav-search-btn {
  width: 12%;
}
.header-nav-search-btn a {
  background: #333 url(assets/downloads/icon-search.png) no-repeat center center/24px 21px;
  border-radius: 0 5px 5px 0;
  display: block;
  height: 40px;
  width: 100%;
}
.header-nav-category a {
  background: url(assets/downloads/icon-arrow-right.png) no-repeat right 4% center/7px 12px;
  border-bottom: 1px solid #e5e5e5;
  display: block;
  font-weight: 600;
  padding: 18px 4%;
}
.header-nav-category .has-sub-category {
  background-image: url(assets/downloads/icon-arrow-down.png);
  background-size: 12px 7px;
}
.header-nav-category .has-sub-category.open {
  background-image: url(assets/downloads/icon-arrow-up.png);
  background-size: 12px 7px;
}
.header-nav-category .header-nav-sub-category {
  display: none;
}
.header-nav-category .header-nav-sub-category a {
  font-weight: 300;
  padding-left: 8%;
}
.header-other-link {
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 4%;
}
.header-other-link li {
  margin: 0 15px 15px 0;
}
.header-other-link li:last-child {
  margin: 0;
}
.hamburger-close {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 0;
  text-align: center;
}
.hamburger-close::before {
  background: url(assets/downloads/icon-hamburger-close.png) no-repeat center center/contain;
  content: '';
  display: inline-block;
  height: 14px;
  margin-right: 7px;
  width: 14px;
}
footer {
  border-top: 1px solid #eaeaea;
  width: 100%;
}
.footer-wrapper {
  border-bottom: 1px solid #eaeaea;
  padding: 30px 4%;
  width: 100%;
}
.footer-info {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.footer-logo {
  margin-right: 30px;
}
.footer-logo img {
  max-height: 30px;
}
.footer-sns-list {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-sns-list li {
  margin-right: 15px;
}
.footer-sns-list li:last-child {
  margin-right: 0;
}
.footer-sns-list .footer-sns-instagram,
.footer-sns-list .footer-sns-facebook {
  width: 22px;
}
.footer-sns-list .footer-sns-twitter {
  width: 24px;
}
.footer-sns-list .footer-sns-youtube {
  width: 28px;
}
.footer-sns-list a {
  display: block;
}
.footer-info-address span {
  display: block;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 10px;
}
.footer-info-address span:last-child {
  margin-bottom: 0;
}
.footer-nav-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.footer-nav-category li {
  background: url(assets/downloads/icon-arrow-right.png) no-repeat left center/7px 12px;
  margin: 0 30px 20px 0;
  padding-left: 16px;
}
.footer-nav-category li:last-child {
  margin-right: 0;
}
.footer-nav-category a {
  font-size: 12px;
  font-weight: 600;
}
.footer-nav-sub-category {
  display: none;
}
.footer-nav-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-nav-other li {
  margin: 0 0 20px 0;
}
.footer-nav-other li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.footer-nav-other li:last-child {
  margin-right: 0;
}
.footer-nav-other a {
  font-size: 12px;
}
.copyright {
  padding: 15px;
  text-align: center;
}
.copyright small {
  font-size: 13px;
}
.side-nav {
  display: none;
}
.other-item {
  border-top: 1px solid #f2f2f2;
  padding: 40px 4%;
}
.other-item-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}
.other-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.other-item-list li {
  margin-bottom: 15px;
  width: 44vw;
}
.other-item-list li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.other-item-img {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 44vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  position: relative;
}
.other-item-name {
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 5px;
  overflow: hidden;
}
_:-ms-lang(x)::-ms-backdrop, .other-item-name {
  display: block;
  max-height: 32px;
  line-height: 18px;
}
.item-sale-price {
  color: #c3123b;
}
.original-price {
  margin-bottom: 8px;
  text-decoration: line-through;
}
.other-item-price {
  font-size: 12px;
  display: block;
}
.other-item-price::before {
  content: '\a5';
}
.pc-breadcrumb {
  display: none;
}
.breadcrumb {
  background-color: #f5f5f5;
  padding: 10px 4% 0;
}
.breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumb-list li {
  margin-bottom: 10px;
}
.breadcrumb-list li:not(:last-child)::after {
  content: '\03e';
  margin: 0 5px;
}
.breadcrumb-list li,
.breadcrumb-list a {
  font-size: 10px;
}
.calendar-wrap {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.calendar-wrap div {
  padding: 0 10px 10px;
}
.calendar-title {
  padding: 8px;
  color: #fff;
  display: flex;
  align-items: baseline;
  margin-bottom: 4px;
}
.calendar-title dt {
  font-size: 12px;
  margin-right: 6px;
}
.makeshop-calendar1,
.makeshop-calendar2 {
  width: 100%;
  border-collapse: inherit;
  padding: 8px;
}
.makeshop-calendar1 tr,
.makeshop-calendar2 tr {
  text-align: center;
  font-size: 12px;
}
.makeshop-calendar1 thead tr th,
.makeshop-calendar2 thead tr th {
  padding-bottom: 8px;
}
.makeshop-calendar1 tbody tr td,
.makeshop-calendar2 tbody tr td {
  padding: 8px 0;
  height: auto !important;
}
.makeshop-calendar1 td.today {
  background: #F23E0C;
  color: #fff;
  height: auto;
}
.this-month {
  background: #333;
}
.next-month {
  background: #333;
}
.saturday {
  color: #006BED;
}
.sunday {
  color: #F23E0C;
}
.footer-nav-other {
  display: block;
}
@media screen and (min-width: 350px) {
  .header-other-link li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 418px) {
  .header-nav-member li {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 541px) {
  .footer-nav-other li {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 550px) {
  .header-other-link li {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .footer-info-wrapper {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-info {
    margin: 0 30px 0 0;
  }
  .other-item-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .other-item-list li {
    margin-right: 2%;
    width: 29vw;
  }
  .other-item-list li:nth-child(3n) {
    margin-right: 0;
  }
  .other-item-img {
    height: 29vw;
  }
}
@media screen and (min-width: 1024px) {
  body.open {
    overflow-y: scroll;
  }
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
  .open header {
    background-color: initial;
    height: auto;
  }
  .header-inner {
    padding: 20px 30px;
  }
  .header-logo {
    height: 44px;
  }
  .header-logo img {
    max-height: 44px;
  }
  .header-nav li {
    width: 70px;
  }
  .header-nav .nav-text {
    display: block;
    font-size: 10px;
    font-weight: 600;
  }
  .header-nav .icon-login > a,
  .header-nav .icon-favorite a,
  .header-nav .icon-cart a,
  .header-nav .icon-hamburger {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header-nav .icon-hamburger:hover {
    opacity: .8;
  }
  .header-nav .icon-login {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    width: auto;
  }
  .header-nav .icon-login .nav-text {
    position: relative;
  }
  .header-nav .icon-login.logged-in .nav-text::after {
    background: url(assets/downloads/icon-arrow-down.png) no-repeat center center/contain;
    content: '';
    height: 6px;
    left: calc(50% - 5px);
    position: absolute;
    top: calc(100% + 7px);
    width: 10px;
  }
  .header-nav .icon-login.logged-in.open .nav-text::after {
    background-image: url(assets/downloads/icon-arrow-up.png);
  }
  .header-nav .icon-login .header-member-list {
    display: none;
    left: calc(50% - 75px);
    padding-top: 22px;
    position: absolute;
    top: 16px;
    width: 150px;
  }
  .header-nav .icon-login .header-member-list li {
    background-color: rgba(246, 246, 246, .9);
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
  }
  .header-nav .icon-login .header-member-list li:last-child {
    border-bottom: none;
  }
  .header-nav .icon-login .header-member-list li a {
    display: block;
    font-weight: 600;
    font-size: 10px;
    padding: 10px 0;
    text-align: center;
  }
  .header-nav .icon-login .icon-image {
    margin-right: 10px;
    width: 24px;
  }
  .header-nav .icon-favorite,
  .header-nav .icon-cart {
    margin-right: 20px;
  }
  .header-nav .icon-favorite {
    width: 80px;
  }
  .header-nav .icon-favorite .icon-image,
  .header-nav .icon-cart .icon-image {
    width: 24px;
  }
  .icon-cart-num {
    left: 14px;
  }
  .hamburger-btn {
    height: 16px;
    width: 20px;
  }
  .hamburger-btn span:nth-of-type(2) {
    top: 6px;
  }
  .open .hamburger-btn span:nth-of-type(1) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
  }
  .open .hamburger-btn span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }
  .header-menu {
    background: rgba(255, 255, 255, .95);
    max-height: calc(100% - 100px);
    overflow: hidden;
  }
  .header-nav-member,
  .hamburger-close {
    display: none;
  }
  .header-nav-search {
    border-color: #d5d5d5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding: 40px 0 30px;
    width: 800px;
  }
  .header-nav-search-input {
    width: 630px;
  }
  .header-nav-search-input input {
    border-color: #b8b8b8;
    border-radius: 3px 0 0 3px;
    font-size: 12px;
  }
  .header-nav-search-btn {
    width: 32px;
  }
  .header-nav-search-btn a {
    background-size: 16px 14px;
    height: 30px;
  }
  .header-nav-category {
    border-bottom: 1px solid #d5d5d5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 30px 0;
    width: 1000px;
  }
  .header-nav-category li {
    margin: 0 20px 40px 0;
    width: 170px;
  }
  .header-nav-category a,
  .header-nav-category .has-sub-category {
    background-image: none;
    border: none;
    display: inline-block;
    font-size: 12px;
    padding: 0;
  }
  .header-nav-category .has-sub-category {
    margin-bottom: 30px;
  }
  .header-nav-category .has-sub-category:last-child {
    margin-bottom: 0;
  }
  .header-nav-category .header-nav-sub-category {
    display: block;
  }
  .header-nav-category .header-nav-sub-category li {
    margin-bottom: 20px;
  }
  .header-nav-category .header-nav-sub-category .header-nav-category-parent {
    display: none;
  }
  .header-nav-category .header-nav-sub-category a {
    font-weight: 300;
    padding: 0;
  }
  .header-other-link {
    border: none;
    margin: 0 auto;
    padding: 30px 0 40px;
    width: 1000px;
  }
  .header-other-link li {
    margin-right: 30px;
  }
  .header-other-link a {
    font-size: 12px;
  }
  .footer-logo {
    max-width: 200px;
    width: auto;
  }
  .footer-logo img {
    max-height: 44px;
  }
  .footer-info-wrapper,
  .footer-nav {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
  }
  .footer-info-address span{
    font-size: 14px;
  }
  .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
  }
  .footer-nav-category {
    height: 0;
  }
  .footer-nav-category li {
    background: none;
    margin: 0;
    padding: 0;
  }
  .footer-nav-category > li {
    margin: 0 40px 30px 0;
  }
  .footer-nav-category > li > a {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .footer-nav-sub-category {
    display: block;
  }
  .footer-nav-sub-category li {
    margin-bottom: 15px;
  }
  .footer-nav-sub-category li:last-child {
    margin-bottom: 0;
  }
  .footer-nav-sub-category a {
    font-size: 14px;
    font-weight: 300;
  }
  .footer-nav-other {
    display: block;
    flex: none;
    width: 210px;
  }
  .footer-nav-other li,
  .footer-nav-other li:nth-last-child(2) {
    margin: 0 0 15px;
  }
  .footer-nav-other a {
    font-size: 14px;
  }
  .copyright {
    padding: 30px 0;
  }
  .copyright small {
    font-size: 14px;
  }
  .side-nav {
    display: block;
    margin-right: 60px;
    width: 200px;
  }
  .side-nav-title {
    border-bottom: 2px solid #e5e5e5;
    border-top: 2px solid #e5e5e5;
    font-weight: 600;
    padding: 20px 0;
    text-align: center;
  }
  .side-nav-category > li {
    border-bottom: 1px dashed #e5e5e5;
    padding: 20px 0;
  }
  .side-nav-category > li:last-child {
    border-bottom: none;
  }
  .side-nav-category a {
    background: url(assets/downloads/icon-arrow-right.png) no-repeat right 4% center/7px 12px;
    display: block;
    padding-right: 20px;
  }
  .side-nav-category > li > a {
    font-size: 12px;
    font-weight: 600;
  }
  .side-nav-category > li > a,
  .side-nav-sub-category li {
    margin-bottom: 28px;
  }
  .side-nav-category > li > a:last-child,
  .side-nav-sub-category li:last-child {
    margin-bottom: 0;
  }
  .side-nav-sub-category a {
    font-size: 12px;
  }
  .other-item {
    padding: 80px 0;
  }
  .other-item-inner {
    margin: 0 auto;
    width: 1000px;
  }
  .other-item-list li {
    margin: 0 20px 0 0;
    width: 184px;
  }
  .other-item-list li:nth-child(3n) {
    margin-right: 20px;
  }
  .other-item-list li:nth-child(n+5) {
    margin-right: 0;
  }
  .other-item-list li:nth-child(n+6) {
    display: none;
  }
  .other-item-img {
    height: 184px;
  }
  .other-item-name {
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .other-item-price {
    font-size: 14px;
    font-weight: 600;
  }
  .pc-breadcrumb {
    display: block;
  }
  .sp-breadcrumb {
    display: none;
  }
  .breadcrumb {
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    padding: 30px 30px 10px;
  }
  .breadcrumb-list li,
  .breadcrumb-list a {
    font-size: 12px;
  }
}
/* -------　追加　------- */

/* -------　フリーページ　------- */
  main-fp {
    width: calc(100% - 260px);
  }

.contents-wrapper-fp {
  padding: 30px 2% 60px;
  display: flex;
  justify-content: flex-start
}

.contents-item-fp {
  display: flex;
  justify-content: flex-start;
  padding: 20px;
}

.contents-item-fp div {
  margin: 10px;
  width: 200px;
  height: 100px;
}

/* -------　フリーページ見出し　------- */
.heading-033 {
    border-bottom: 3px solid #ffffff;
}

.heading-033 span {
    display: inline-block;
    position: relative;
    margin: 1em auto 2em;
    padding: 0 .4em .2em;
    color: #333333;
}

.heading-033 span::before {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #c29d7a;
    content: '';
}

/* -------　アコーディオンメニュー　------- */
.accordion-001 {
    max-width: 600px;
    background-color: #fff4e5;
}

.accordion-001:not([open]) {
    margin-bottom: 7px;
}

.accordion-001 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    border-radius: 5px;
    background-color: #c29d7a;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.accordion-001 summary::-webkit-details-marker {
    display: none;
}

.accordion-001 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    transition: transform .3s;
}

.accordion-001[open] summary::after {
    transform: rotate(225deg);
}

.accordion-001 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 2em 2em 2em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-001[open] p {
    transform: none;
    opacity: 1;
}
/* -------　フリーページ画像3並び　------- */

.banner-fr-container {
    display: flex;
    justify-content: space-between;
    padding: 5px;
}

.banner-fr-container a {
    display: block;
    flex-basis: calc(50% - 10px);
    margin: 5px;
}

.banner-fr-container img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .banner-fr-container {
        flex-wrap: wrap;
    }

    .banner-fr-container a {
        flex-basis: calc(100% - 10px);
    }
}
/* -------　ふわっと　------- */
.wrapper-lp1, {
    height: 200vh; /* スクロールを確認するために高さを設定 */
}

.content {
    margin: 50px;
}

.hidden {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.visible {
    opacity: 1;
    transform: translateY(0);
}

/* -------　Q&A　------- */
.qa-8 {
    padding: 10px;
}

.qa-8 dl {
    margin: 0;
    padding: 0;
}

.qa-8 dt {
    margin-bottom: 1em;
    color: #333333;
    font-weight: 600;
    font-size: 18px;text-indent: -1em; /* インデントを負の値に設定 */
    padding-left: 1em; /* 左側にパディングを追加 */
    hanging-punctuation: first; /* 最初の文字をぶら下げる */
}

.qa-8 dd {
    margin: 0 0 2.5em;
    padding: 1em 1.5em;
    background-color: #f2f2f2;
    color: #333333;
    font-size: 16px;
    text-indent: -1em; /* インデントを負の値に設定 */
    padding-left: 1em; /* 左側にパディングを追加 */
    hanging-punctuation: first; /* 最初の文字をぶら下げる */
}

.qa-8 dt::before,
.qa-8 dd::before {
    margin-right: .4em;
}

.qa-8 dt::before {
    content: "Q.";
}

.qa-8 dd::before {
    content: "A.";
    color: red; /* Aの文字を赤色に */
}

@media (max-width: 768px) {
    .qa-8 dt, .qa-8 dd {
        margin-left: 10px; /* 左右に余白を追加 */
        margin-right: 10px;
        text-indent: 10px; /* 改行後のインデントを追加 */
    }
}
.pc-breadcrumb {
  display: none;
}
.breadcrumb {
  background-color: #f5f5f5;
  padding: 10px 4% 0;
}
.breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumb-list li {
  margin-bottom: 10px;
}
.breadcrumb-list li:not(:last-child)::after {
  content: '\03e';
  margin: 0 5px;
}
.breadcrumb-list a {
  font-size: 10px;
}
.contents-wrapper {
  padding: 40px 0;
}
h1 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 0 4%;
}
.category-child-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  width: 90%;
}
.category-child-item li {
  padding: 0 16px 18px;
}
.main-visual img {
  max-width: 100%;
  margin: 0 auto;
}
.category-wrapper {
  padding: 0 4%;
}
.category-recommend-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}
.category-operate {
  margin-bottom: 30px;
}
.category-count {
  font-size: 12px;
  margin-bottom: 15px;
}
.category-count-all,
.category-count-show {
  letter-spacing: 2px;
}
.category-count-show {
  margin-left: 6px;
}
.category-sort-label,
.category-sort-select {
  display: none;
}
.category-sort-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.category-sort-list li {
  width: 24%;
}
.category-sort-list a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 11px;
}
.category-sort-list .active-sort a {
  background-color: #dbdbdb;
}
.category-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.category-item-list li {
  margin-bottom: 30px;
  width: 44vw;
}
.category-item-list li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.category-item-list a {
  display: block;
}
.category-item-img {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 44vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  position: relative;
}
.category-item-name {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}
.category-item-price {
  font-size: 14px;
  font-weight: bold;
  display: block;
}
.category-item-price::before {
  content: '\a5';
}
.category-operate-bottom {
  margin-bottom: 0;
  text-align: center;
}
.category-pagination ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.category-pagination li {
  height: 35px;
  margin-right: 10px;
  width: 35px;
}
.category-pagination li:last-child {
  margin-right: 0;
}
.category-pagination .category-pagination-current,
.category-pagination a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.category-pagination .category-pagination-current {
  background-color: #f168b6;
  color: #fff !important;


}
.category-pagination-current-prev ,
.category-pagination-next{
  color: #f168b6 !important;
  border: 1px solid;
  background: #fff !important;
}

.category-pagination-current-prev a ,
.category-pagination-next a{
  color: #f168b6 !important;
}

.category-pagination .category-pagination-current a {
  color: #fff !important;

}
.category-pagination a {
  border: 1px solid #e7e7e7;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .category-item-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .category-item-list li {
    margin-right: 2.5vw;
    width: 29vw;
  }
  .category-item-list li:nth-child(3n) {
    margin-right: 0;
  }
  .category-item-img {
    height: 29vw;
  }
}
@media screen and (min-width: 1000px) {
  .pc-breadcrumb {
    display: block;
  }
  .sp-breadcrumb {
    display: none;
  }
  .breadcrumb {
    background-color: initial;
    border-bottom: 1px solid #eaeaea;
    padding: 30px 30px 10px;
  }
  .breadcrumb-list a {
    font-size: 12px;
  }
  .contents-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 10px 80px 30px;
    width: 100%;
    align-items: flex-start;
  }
  main {
    width: calc(100% - 600px);
  }
  h1 {
    font-size: 18px;
    padding: 0;
  }
  .category-wrapper {
    padding: 0;
  }
  .category-operate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 20px;
  }
  .category-count {
    margin-bottom: 0;
  }
  .category-sort {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }

select#find_sort{
    color:#eb5faf;

}
  .category-sort-label,
  .category-sort-select {
    display: block;
    color:#eb5faf;
    font-weight: bolder;
  }
  .category-sort-label {
    font-size: 12px;
    margin-right: 10px;
  }
  .category-sort-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: solid 1px #e7e7e7;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
    height: 20px;
    padding: 0 27px 0 7px;
    z-index: 1;
    width: 120px;
  }
  .category-sort-select::-ms-expand {
    display: none;
  }
  .category-sort-list {
    display: none;
  }
  .category-item-list li {
    margin: 0 20px 30px 0;
    width: 230px;
  }
  .category-item-list li:nth-child(3n) {
    margin-right: 20px;
  }
  .category-item-list li:last-child {
    margin-right: 0;
  }
  .category-item-img {
    height: 230px;
  }
}