@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-search-link  {
  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: 45px;
}
.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; /* 改行後のインデントを追加 */
    }
}
/* -------スライドショー元の
.top-page-mv-wrapper {
  margin-bottom: 70px;
}
.top-page-mv .bx-wrapper {
  border: none;
  box-shadow: none;
  margin: 0 auto;
  position: relative !important;
}
.bx-wrapper img {
  width: 100%;
}
.top-page-mv .bx-viewport {
  margin-bottom: 15px;
}
.top-page-mv .bx-caption {
  display: none;
}
.top-page-mv .bx-wrapper .bx-controls-direction a {
  z-index: 99;
}
.top-page-mv .bx-wrapper .bx-prev {
  background: url(assets/downloads/icon-slide-arrow-left.png) no-repeat left 10px center/12px 16px;
  left: 0;
}
.top-page-mv .bx-wrapper .bx-prev:hover,
.top-page-mv .bx-wrapper .bx-prev:focus {
  background-position: left 10px center;
}
.top-page-mv .bx-wrapper .bx-next {
  background: url(assets/downloads/icon-slide-arrow-right.png) no-repeat right 10px center/12px 16px;
  right: 0;
}
.top-page-mv .bx-wrapper .bx-next:hover,
.top-page-mv .bx-wrapper .bx-next:focus {
  background-position: right 10px center;
}
.top-page-mv .bx-wrapper .bx-pager {
  padding: 0;
}
.top-page-mv .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #c6c6c6;
}
.top-page-mv .bx-wrapper .bx-pager.bx-default-pager a:hover,
.top-page-mv .bx-wrapper .bx-pager.bx-default-pager a.active,
.top-page-mv .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background-color: #919191;
}
スライドショー元のここまで ----------- */

.contents-slider {
    display: block;
    padding-bottom: 30px;
  }

/* -------slickここまで----------- */

.slider {
   width:94%;/*横幅94%で左右に余白を持たせて中央寄せ*/
   margin:0 auto;
}

.slider img {
   width:100%;/*スライダー内の画像を横幅100%に*/
   height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
   margin:0 10px;
}

/*矢印の設定*/
.slick-arrow:before{
	content:""!important;
}

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
   position: absolute;/*絶対配置にする*/
   top: 42%;
   cursor: pointer;/*マウスカーソルを指マークに*/
   outline: none;/*クリックをしたら出てくる枠線を消す*/
   border-top: 2px solid #666;/*矢印の色*/
   border-right: 2px solid #666;/*矢印の色*/
   height: 15px;
   width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
   left: -1.5%;
   transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
   right: -1.5%;
   transform: rotate(45deg);
}
/* -------slickここまで----------- */

.contents-wrapper {
  padding: 40px 4% 60px;
}
.contents-section {
  margin-bottom: 60px;
}
.contents-section:last-child {
  margin-bottom: 0;
}
.contents-section-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
.contents-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;
}
.contents-item-list li {
  margin-bottom: 30px;
  width: 44vw;
}
.contents-item-list li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.contents-item-list a {
  display: block;
}
.contents-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;
}
.contents-item-name {
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 5px;
  overflow: hidden;
}
.contents-item-price {
  font-size: 12px;
  display: block;
}
.contents-item-price::before {
  content: '\a5';
}
.contents-new-item-list .contents-item-img::before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffa00b;
  border-radius: 50%;
  color: #fff;
  content: 'NEW';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  font-weight: 600;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 35px;
  left: calc(50% - 18px);
  position: absolute;
  top: -18px;
  width: 35px;
}
.contents-ranking-item-list {
  counter-reset: ranking;
}
.contents-ranking-item-list .contents-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contents-ranking-item-list .contents-item-info::before {
  color: #fec557;
  content: counter(ranking);
  counter-increment: ranking;
  font-family: Futura, Century Gothic;
  font-size: 30px;
  line-height: 1;
}
.windows .contents-ranking-item-list .contents-item-info::before {
  font-weight: 600;
}
.contents-ranking-item-list .contents-item-info div {
  margin-left: 10px;
}
.contents-banner-list {
  margin-bottom: 40px;
}
.contents-banner-list li {
  margin-bottom: 15px;
  width: 100%;
}
.contents-banner-list li:last-child {
  margin-bottom: 0;
}
.contents-banner-list a {
  display: block;
}
.contents-section-news .contents-section-title {
  margin-bottom: 15px;

}
.contents-news-list {
  margin-bottom: 30px;
}
.contents-news-list li {
  margin-bottom: 15px;
  width: 100%;
}
.contents-news-list li:last-child {
  margin-bottom: 0;
}
.contents-news-date {
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
}
.contents-news-title a {
  color: #4a79b3;
  font-size: 13px;
  line-height: 22px;
}
.contents-news-link {
  height: 50px;
  margin: 0 auto;
  max-width: 310px;
  width: 90%;
}
.contents-news-link a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(assets/downloads/icon-arrow-right.png) no-repeat right 10px center/7px 12px;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.review-list-unit {
  display: block;
  margin-bottom: 60px;
}
.index-review-image img {
  width: 170px;
  margin: 0 auto 20px;
}
.review-list-name {
  font-weight: bold;
  margin: 16px 0;
}
.review-index-score {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 16px;
}
.review-list-content {
  max-width: 100%;
}
.reviewRate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px;
}
.reviewRateStar {
  color: #fcc620;
  font-size: 0;
  margin-right: 5px;
}
.reviewRateStar:last-child {
  margin-right: 0;
}
.reviewRateStar::before {
  content: '\f005';
  font-family: 'Font Awesome 5 Free';
  font-size: 12px;
  font-weight: 900;
}
.starHalf::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f5c0';
}
.starOff::before {
  content: '\f005';
  color: #c6c6c6;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
.other-item-top {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .top-page-mv .bx-wrapper {
    width: 100%;
  }
  .bx-viewport {
    overflow: visible!important;
  }
  .top-page-mv .bx-viewport {
    height: 570px;
    width: 720px!important;
    margin: 0 auto 15px;
  }
  .top-page-mv .bx-viewport li {
    width: 720px;
  }
  .top-page-mv .bx-wrapper .bx-pager,
  .top-page-mv .bx-wrapper .bx-controls-auto {
    bottom: -20;
  }
  .top-page-mv .bx-wrapper .bx-prev {
    left: calc(50% - 360px);
  }
  .top-page-mv .bx-wrapper .bx-next {
    right: calc(50% - 360px);
  }
}
@media screen and (min-width: 768px) {
  .top-page-mv {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
  }
  .contents-item-list {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
              display: flex;
        flex-wrap: wrap;
        gap: 13px;
        justify-content: center;
  }
  .contents-item-list li {
    margin-right: 2%;
    width: 28vw;
  }
  .contents-item-list li:nth-child(3n) {
    margin-right: 0;
  }
  .contents-item-img {
    height: 28vw;
  }
  .contents-banner-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: 67px;
  }
  .contents-banner-list li {
    margin-bottom: 20px;
    width: 48%;
  }
  .contents-banner-list li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .contents-news-list {
    margin: 0 auto 60px;
    max-width: 770px;
  }
  .contents-news-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contents-news-list .contents-news-date {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin-right: 30px;
  }
  .contents-news-title a {
    font-size: 14px;
    line-height: 24px;
  }
  .contents-news-link {
    height: 66px;
    width: 340px;
  }
  .contents-news-link a {
    background-position: right 20px center;
    border-color: #969696;
    border-radius: 0;
    font-size: 14px;

    font-weight: 300;
  }
}
@media screen and (min-width: 1024px) {
  .top-page-mv-wrapper {
    margin-bottom: 60px;
  }
  .contents-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px 80px 10px;
    width: 100%;
  }
  main {
    width: calc(100% - 260px);
  }
  .contents-section {
    margin-bottom: 40px;
  }
  section.contents-section > .categories-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    gap: 10px;
    justify-content: flex-start;
}
  .contents-section-title {
    font-size: 18px;
    margin-bottom: 50px;
  }
  .contents-item-list li {
    margin:  0;
    max-width: 230px;
  }
  .contents-item-list li:nth-child(3n) {
    margin-right: 20px;
  }
  .contents-item-list li:last-child {
    margin-right: 0;
  }
  .contents-item-img {
    height: auto;
    width: 230px;
  }
  .contents-item-name {
    -webkit-line-clamp: 2;
    font-size: 16px;
    margin-bottom: 10px;
  }
  _:-ms-lang(x)::-ms-backdrop, .contents-item-name {
    display: block;
    max-height: 32px;
    line-height: 18px;
  }
  .contents-item-price {
    font-size: 14px;
    font-weight: 600;
  }
  .contents-banner-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .contents-banner-list li {
    margin-right: 20px;
    max-width: 350px;
    width: 45%;
  }
  .other-item-top {
    padding: 80px 0;
  }
  .index-review-list {
    display: flex;
    flex-wrap: wrap;
  }
  .review-list-unit {
    display: flex;
    justify-content: center;
    margin: 0 40px 40px 0;
  }
  .review-list-unit:nth-child(3n) {
    margin-right: 0;
  }
  .index-review-image img {
    width: 170px;
    margin: 0 20px 20px 0;
  }
  .review-list-name {
    font-weight: bold;
    margin: 16px 0;
  }
  .review-index-score {
    width: 300px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 16px;
  }
  .review-score {
    margin: 0 3px;
  }
  .review-list-content {
    max-width: 300px;
  }
}

/* -------slick02ここまで----------- */

.slider02 {/*横幅94%で左右に余白を持たせて中央寄せ*/
  width:94%;
   margin:0 auto;
}

.slider02 img {
   width:100%;/*スライダー内の画像を横幅100%に*/
   height:auto;
   padding-bottom: 30px;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider02 .slick-slide {
   margin:0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
   position: absolute;/*絶対配置にする*/
   top: 42%;
   cursor: pointer;/*マウスカーソルを指マークに*/
   outline: none;/*クリックをしたら出てくる枠線を消す*/
   border-top: 2px solid #666;/*矢印の色*/
   border-right: 2px solid #666;/*矢印の色*/
   height: 15px;
   width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
   left: -1.5%;
   transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
   right: -1.5%;
   transform: rotate(45deg);
}

/* -------slick02ここまで----------- */
/* -------slick3ここまで----------- */

.slider3 {/*横幅94%で左右に余白を持たせて中央寄せ*/
  width:92%;
  margin:0;
}

.slider3 img {
   width:100%;/*スライダー内の画像を横幅100%に*/
   height:auto;
   padding-bottom: 10px;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider3 .slick-slide {
   margin:0 5px;
}
/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider3 .slick-slide {
   margin:0 5px;
}
/* -------slick03ここまで----------- */
@media screen and (max-width: 600px) {
  .icon-image {
    width: 24px;
  }
  .header-logo {
    height: auto;
  }
  .header-logo img {
    max-height: 52px !important;
  }
  
  ul.footer-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}