@charset "UTF-8";
/* =========================================================
reset
========================================================= */
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;
  -webkit-text-decoration: underline dotted;
          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;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-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;
}

/* =========================================================
base
========================================================= */
html, body {
  overflow-x: hidden;
  overscroll-behavior-x: none;
  width: 100%;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body {
  box-sizing: border-box;
  color: #221613;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "YuGothic", "Noto Sans JP", "IBM Plex Sans JP", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  min-height: 100dvh;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

a {
  cursor: pointer;
  text-decoration: none;
  transition: 0.4s;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
}

p {
  color: #221613;
  margin: 0;
  padding: 0;
}

img {
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
  width: auto;
}

figure {
  margin: 0;
  padding: 0;
}

dl, dt, dd, ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

th,
td {
  padding: 0;
  margin: 0;
  border: none;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}

.pc-show {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-show {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .sp-show {
    display: none;
  }
}

/* =========================================================
header
========================================================= */
/* =========================================================
footer
========================================================= */
/* =========================================================
drawer
========================================================= */
.c-drawer {
  margin-left: 2vw;
}
@media screen and (min-width: 768px) {
  .c-drawer {
    margin-left: 1vw;
  }
}
.c-drawer-container {
  max-width: 0;
  width: 70vw;
  position: fixed;
  top: 0;
  right: -350px;
  transition: 0.4s;
  z-index: 999;
}
.c-drawer-container--wrap {
  background-color: #ffffff;
  border-left: 5px solid #d5d5d5;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.1);
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-bottom: 5vh;
  scrollbar-color: #929292 #fff;
  scrollbar-width: thin;
}
.c-drawer-container--wrap::-webkit-scrollbar {
  width: 8px;
  background-color: #a5915a;
}
.c-drawer-container--wrap::-webkit-scrollbar-thumb {
  background: #929292;
  width: 6px;
  border-radius: 5px;
}
.c-drawer--label {
  background: #231815;
  background: linear-gradient(0deg, rgb(35, 24, 21) 0%, rgb(89, 87, 87) 100%);
  border: 1px solid #e4e8e9;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 7px;
}
@media screen and (min-width: 992px) {
  .c-drawer--label {
    display: none;
  }
}
.c-drawer--label:hover .icon .border,
.c-drawer--label:hover .icon::before {
  transition: 0.4s;
  width: 18px;
}
.c-drawer--label .icon {
  border-radius: 50px;
  height: 36px;
  width: 36px;
  position: relative;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .c-drawer--label .icon {
    width: 30px;
  }
}
.c-drawer--label .icon::before, .c-drawer--label .icon::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 9px;
  margin: auto;
}
.c-drawer--label .icon::before {
  top: 12px;
  width: 10px;
}
@media screen and (min-width: 768px) {
  .c-drawer--label .icon::before {
    top: 12px;
  }
}
.c-drawer--label .icon::after {
  bottom: 12px;
  width: 18px;
}
@media screen and (min-width: 768px) {
  .c-drawer--label .icon::after {
    bottom: 12px;
  }
}
.c-drawer--label .icon .border {
  background-color: #fff;
  height: 2px;
  width: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 9px;
  margin: auto;
}
.c-drawer--close {
  background-color: #a5915a;
  color: #fff;
  cursor: pointer;
  font-size: clamp(11px, 1.3vw, 13px);
  overflow: hidden;
  padding: 3px 2rem;
  position: absolute;
  left: -44px;
  top: 50%;
  transform: translate(-50%, -50%);
  transform: rotate(-90deg);
  transition: 0.3s;
}
@media screen and (min-width: 992px) {
  .c-drawer--close {
    font-size: 13px;
  }
}
.c-drawer--close::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  display: block;
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.c-drawer--close:hover::before {
  bottom: 0;
}
.c-drawer-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(11px, 1.3vw, 13px);
  padding: 13px 13px 0;
  white-space: nowrap;
}
@media screen and (min-width: 992px) {
  .c-drawer-status {
    font-size: 13px;
  }
}
.c-drawer-status .mypage {
  border: 1px solid #999;
  border-radius: 4px;
  color: #888;
  display: flex;
  align-items: center;
  font-size: clamp(10px, 1.2vw, 12px);
  margin-left: 0.9rem;
  padding: 0.7rem 0.5rem;
}
@media screen and (min-width: 992px) {
  .c-drawer-status .mypage {
    font-size: 12px;
  }
}
.c-drawer-status .mypage::before {
  background-image: url(../images/common/icon_gear.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  content: "";
  margin-right: 0.2rem;
  height: 12px;
  width: 15px;
}
.c-drawer-status .mypage:hover {
  background-color: #e9e9e9;
}
.c-drawer-login {
  padding: 13px 13px 0;
}
.c-drawer-login ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-drawer-login ul > li {
  margin: 0 1%;
  width: 48%;
}
.c-drawer-login ul > li a {
  border-radius: 2px;
  color: #fff;
  display: block;
  font-size: clamp(11px, 1.3vw, 13px);
  padding: 1.2rem 0.5rem;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 992px) {
  .c-drawer-login ul > li a {
    font-size: 13px;
  }
}
.c-drawer-login ul > li a::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  display: block;
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.c-drawer-login ul > li a:hover::before {
  bottom: 0;
}
.c-drawer-login ul > li.register {
  background-color: #888;
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
}
.c-drawer-login ul > li.login {
  background-color: #e65c5c;
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
}
.c-drawer-favorite {
  padding: 13px 13px 0;
}
.c-drawer-favorite ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-drawer-favorite ul > li {
  margin: 0 1%;
  width: 48%;
}
.c-drawer-favorite ul > li a {
  border-radius: 2px;
  color: #221613;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(11px, 1.3vw, 13px);
  padding: 1.2rem 0.5rem;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .c-drawer-favorite ul > li a {
    font-size: 13px;
  }
}
.c-drawer-favorite ul > li a::after {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  display: block;
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.c-drawer-favorite ul > li a:hover::after {
  bottom: 0;
}
.c-drawer-favorite ul > li.favorite {
  background-color: #f5f5f5;
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
}
.c-drawer-favorite ul > li.favorite a::before {
  background-image: url(../images/common/icon_favorite.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  content: "";
  margin-right: 0.2rem;
  height: 12px;
  width: 15px;
}
.c-drawer-favorite ul > li.follow {
  background-color: #f5f5f5;
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
}
.c-drawer-favorite ul > li.follow a::before {
  background-image: url(../images/common/icon_follow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  content: "";
  margin-right: 0.2rem;
  height: 12px;
  width: 15px;
}
.c-drawer-linklist {
  list-style: none;
  margin-top: 13px;
}
.c-drawer-linklist > li {
  border-top: 5px solid #d5d5d5;
}
.c-drawer-linklist > li.item .c-drawer-linklist--title {
  display: flex;
  align-items: center;
}
.c-drawer-linklist > li.item .c-drawer-linklist--title::before {
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  content: "";
  margin-right: 1rem;
  height: 12px;
  width: 15px;
}
.c-drawer-linklist > li.dealer .c-drawer-linklist--title {
  display: flex;
  align-items: center;
}
.c-drawer-linklist > li.dealer .c-drawer-linklist--title::before {
  background-image: url(../images/common/icon_dealer.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  content: "";
  margin-right: 1rem;
  height: 11px;
  width: 15px;
}
.c-drawer-linklist > li.shop, .c-drawer-linklist > li.gold {
  position: relative;
}
.c-drawer-linklist > li.shop::after, .c-drawer-linklist > li.gold::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 12px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  transition: 0.3s;
}
.c-drawer-linklist > li.shop .c-drawer-linklist--btn, .c-drawer-linklist > li.gold .c-drawer-linklist--btn {
  display: flex;
  align-items: center;
}
.c-drawer-linklist > li.shop .c-drawer-linklist--btn::before, .c-drawer-linklist > li.gold .c-drawer-linklist--btn::before {
  background-image: url(../images/common/icon_feed.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  content: "";
  margin-right: 1rem;
  height: 13px;
  width: 15px;
}
.c-drawer-linklist--title {
  font-weight: bold;
  padding: 13px;
}
.c-drawer-linklist--btn {
  background-color: #f5f5f5;
  border: 1px solid #d5d5d5;
  color: #333;
  display: block;
  font-weight: bold;
  margin: 6px;
  overflow: hidden;
  padding: 13px;
  position: relative;
}
.c-drawer-linklist--btn::after {
  content: "";
  background: rgba(255, 255, 255, 0.4);
  display: block;
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.c-drawer-linklist--btn:hover::after {
  bottom: 0;
}
.c-drawer-sublinklist {
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 4px;
}
.c-drawer-sublinklist > li {
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  width: 50%;
}
.c-drawer-sublinklist > li a {
  border: 1px solid #f8f8f8;
  color: #333;
  display: flex;
  align-items: center;
  font-size: clamp(11px, 1.3vw, 13px);
  padding: 1.5rem;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (min-width: 992px) {
  .c-drawer-sublinklist > li a {
    font-size: 13px;
  }
}
.c-drawer-sublinklist > li a:hover {
  text-decoration: underline;
}
.c-drawer-sublinklist > li a::before {
  background-color: #b3b3b3;
  content: "";
  display: block;
  height: 1px;
  width: 9px;
  margin-right: 6px;
}
.c-drawer-sublinklist > li a::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 4px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  transition: 0.3s;
}
.c-drawer-news {
  border-top: 5px solid #d5d5d5;
}
.c-drawer-news--title {
  font-weight: bold;
  padding: 13px;
}
.c-drawer-news ul {
  padding: 13px 13px 40px;
}
.c-drawer-news ul > li {
  border-bottom: 1px solid #d5d5d5;
}
.c-drawer-news ul > li:first-of-type {
  border-top: 1px solid #d5d5d5;
}
.c-drawer-news ul > li a {
  color: #333;
  display: block;
  font-size: clamp(11px, 1.3vw, 13px);
  padding: 1.5rem;
  position: relative;
}
@media screen and (min-width: 992px) {
  .c-drawer-news ul > li a {
    font-size: 13px;
  }
}
.c-drawer-news ul > li a::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 4px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  transition: 0.3s;
}
.c-drawer-news ul > li a .title:hover {
  text-decoration: underline;
}
.c-drawer-news ul > li a .date {
  color: #5a5a5a;
  font-size: 85%;
  margin-right: 1rem;
}

#drawer-toggle:checked ~ .c-drawer-container {
  max-width: 350px;
  right: 0;
}
#drawer-toggle:checked ~ .c-drawer-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
}

.c-hdnews ~ .c-drawer .c-drawer--label {
  top: 48px;
}
/*# sourceMappingURL=style-common.css.map */