.sk__head {
  font-size: 0.7rem;
  font-weight: unset;
  line-height: 1;
  margin: 2px auto 0 auto;
  width: calc(100% - 20px);
  max-width: 1200px;
}
.sk__title {
  box-sizing: border-box;
  font-size: 0.8rem;
  line-height: 1.5;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sk__title {
    margin: 20px auto 0 15px;
    width: calc(100% - 100px);
  }
}
@media only screen and (min-width: 768px) {
  .sk__title {
    margin: 20px auto 0 auto;
    width: calc(100% - 20px);
    max-width: 1200px;
  }
}
.sk__title span {
  font-weight: 600;
  line-height: 1;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sk__title span {
    display: block;
    font-size: 2.2rem;
    margin: 0 0 10px 0;
    padding: 0 0 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .sk__title span {
    font-size: 1.6rem;
    margin: 0 10px 0 0;
    padding: 0 0 0 25px;
  }
}
.sk__title span::before {
  background-repeat: no-repeat;
  background-image: url("../img/logo.png");
  background-position: center;
  background-size: contain;
  content: "";
  display: inline;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .sk__title span::before {
    height: 25px;
    left: 0;
    top: -4px;
    width: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .sk__title span::before {
    height: 25px;
    left: 0;
    top: -4px;
    width: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .sk__container {
    margin: 20px auto 30px auto;
  }
}
@media only screen and (min-width: 768px) {
  .sk__container {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin: 25px auto 40px auto;
    width: calc(100% - 20px);
    max-width: 1200px;
  }
}
@media only screen and (max-width: 767px) {
  .sk__menu {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .sk__menu {
    width: 250px;
  }
}
@media only screen and (min-width: 768px) {
  .sk__main {
    width: calc(100% - 180px - 48px);
  }
}
@media only screen and (min-width: 768px) {
  .sk__info {
    width: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .sk__bunners {
    margin: 25px auto 0 auto;
    width: calc(100% - 20px);
  }
}
@media only screen and (min-width: 768px) {
  .sk__bunners {
    width: 100%;
  }
}
.sk__bunners ul {
  list-style: none;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .sk__bunners ul {
    display: flex;
    justify-content: center;
    margin: 0 0 0 -10px;
    width: calc(100% + 10px);
  }
}
@media only screen and (min-width: 768px) {
  .sk__bunners ul {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sk__bunners li {
    margin: 0 0 0 10px;
    width: calc(33.33% - 10px);
    max-width: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .sk__bunners li {
    margin: 10px 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .sk__bunners li:first-child {
    margin: 0;
  }
}
.sk__bunners li img {
  vertical-align: bottom;
  width: 100%;
}
.sk__partition {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: #C9D0D2 solid 1px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .sk__partition {
    margin: 10px auto;
  }
}
@media only screen and (min-width: 768px) {
  .sk__partition {
    margin: 20px auto 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .sk-nav {
    display: none;
  }
}
.sk-nav ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin: 5px auto 0 auto;
  padding: 0;
  width: calc(100% - 20px);
  max-width: 1200px;
}
.sk-nav li {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  margin: 0 0 0 10px;
  padding: 0 0 0 15px;
}
.sk-nav a {
  color: #525252;
  font-size: 0.8rem;
  text-decoration: none;
}
.sk-nav a:hover {
  color: #946349;
  text-decoration: underline;
}
.sk-nav__icon {
  position: relative;
}
.sk-nav__icon::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: inline-block;
  height: 20px;
  margin: 0 5px 0 0;
  width: 20px;
}
.sk-nav__icon--hajimete::before {
  background-image: url("../img/icon_hajimete.png");
}
.sk-nav__icon--sodan::before {
  background-image: url("../img/icon_sodan.png");
}
.sk-nav__icon--faq::before {
  background-image: url("../img/icon_faq.png");
}
.sk-nav__icon--shingan::before {
  background-image: url("../img/icon_shingan.png");
}
@media only screen and (min-width: 768px) {
  .sk-searchbar {
    position: relative;
  }
}
.sk-searchbar__btns {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .sk-searchbar__btns {
    margin: 0 0 0 -1px;
    width: calc(100% + 1px);
  }
}
@media only screen and (min-width: 768px) {
  .sk-searchbar__btns {
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: calc(100% - 20px);
    max-width: 1200px;
  }
}
@media only screen and (max-width: 767px) {
  .sk-searchbar__btn {
    background-color: #525252;
    border-left: #ffffff solid 1px;
    box-sizing: border-box;
    color: #ffffff;
    height: 40px;
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .sk-searchbar__btn--category {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .sk-searchbar__btn--advanced-search {
    color: #2b2b2b;
    font-size: 0.8rem;
    position: absolute;
    top: 0;
    left: 315px;
  }
}
@media only screen and (max-width: 767px) {
  .sk__screen-nav {
    position: absolute;
    top: 75px;
    right: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .sk__screen-nav {
    display: none;
  }
}
.sk__previous_button {
  margin: 0 auto 40px auto;
}
.sk__previous_button a {
  align-items: center;
  background-color: #b2b2b2;
  border-radius: 25px;
  color: #ffffff;
  display: flex;
  height: 50px;
  justify-content: center;
  line-height: 50px;
  margin: 0 auto;
  width: 240px;
}
.sk__breadcrumb {
  font-size: 0.8rem;
  margin: 4px auto 0 auto;
  width: calc(100% - 20px);
  max-width: 1200px;
}
.sk__breadcrumb a:hover {
  color: #946349;
  text-decoration: underline;
}
.sk__breadcrumb-down::before {
  content: ">";
  display: inline;
  margin: 0 4px;
}
@media only screen and (min-width: 768px) {
  .sk__breadcrumb-down::before {
    margin: 0 8px;
  }
}

@media only screen and (min-width: 768px) {
  .advanced-search__trigger {
    align-items: center;
    display: flex;
    height: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .advanced-search__trigger span {
    cursor: pointer;
  }
}
@media only screen and (min-width: 768px) {
  .advanced-search__trigger span:hover {
    color: #946349;
    text-decoration: underline;
  }
}

.itm {
  color: #2b2b2b;
}
@media only screen and (max-width: 767px) {
  .itm {
    box-sizing: border-box;
    margin: 0 auto 20px auto;
    width: calc(100% - 20px);
    max-width: 414px;
  }
}
@media only screen and (min-width: 768px) {
  .itm {
    margin: 0 auto 25px auto;
    width: 100%;
  }
}
.itm__title {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .itm__title {
    margin: 24px auto 16px auto;
    grid-column: 1;
    grid-row: 2/3;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .itm__title {
    margin: 0 auto 24px auto;
    grid-column: 2/3;
    grid-row: 1/2;
    padding: 0 0 0 32px;
    width: 100%;
  }
}
.itm__grid {
  display: grid;
  margin: 20px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .itm__grid {
    grid-template-columns: 1fr;
    grid-template-rows: 250px 1fr;
    grid-auto-rows: minmax(0px, auto);
  }
}
@media only screen and (min-width: 768px) {
  .itm__grid {
    grid-template-columns: 300px 1fr;
  }
}
.itm__image {
  margin: 0;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .itm__image {
    grid-column: 1;
    grid-row: 1/2;
    height: 250px;
    text-align: center;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .itm__image {
    grid-column: 1/2;
    grid-row: 1/4;
    width: 300px;
  }
}
.itm__image::before {
  content: "";
  display: block;
  padding-bottom: 100%;
  width: 100%;
}
.itm__image img {
  height: auto;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  vertical-align: bottom;
  width: auto;
  max-width: 100%;
}
.itm__details {
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .itm__details {
    grid-column: 1;
    grid-row: 3/4;
  }
}
@media only screen and (min-width: 768px) {
  .itm__details {
    grid-column: 2/3;
    grid-row: 2/3;
    padding: 0 0 0 32px;
  }
}
.itm__sub {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
  margin: 0;
}
.itm__price {
  color: #ef0012;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .itm__price {
    margin: 20px 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .itm__price {
    margin: 30px 0 0 0;
  }
}
.itm__price--suffix {
  font-size: 1rem;
  font-weight: 300;
  margin: 0 0 0 4px;
}
.itm__price--contact {
  color: #2b2b2b;
  font-size: 1rem;
}
.itm__update {
  font-size: 0.8rem;
  margin: 3px 0 0 0;
}
.itm__info {
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .itm__info {
    grid-column: 1;
    grid-row: 4/5;
  }
}
@media only screen and (min-width: 768px) {
  .itm__info {
    grid-column: 2/3;
    grid-row: 3/4;
    padding: 0 0 0 32px;
  }
}
.itm__notes {
  font-size: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .itm__notes {
    margin: 15px 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .itm__notes {
    margin: 10px 0 0 0;
  }
}
.itm__specs {
  border-top: 1px solid #b2b2b2;
  padding: 8px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .itm__specs {
    margin: 15px auto 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .itm__specs {
    margin: 20px 0 0 0;
  }
}
.itm__specs dl {
  display: flex;
  font-size: 0.8rem;
  line-height: 1.5;
  margin: 4px auto 0 auto;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .itm__specs dl {
    width: calc(100% - 20px);
  }
}
.itm__specs dt {
  width: 120px;
}
.itm__specs dd {
  box-sizing: border-box;
  padding: 0 0 0 1rem;
  width: calc(100% - 120px);
}
.itm__noitem {
  background-color: #f5f5f5;
  border: 1px solid #b2b2b2;
  box-sizing: border-box;
  padding: 2rem 0;
  text-align: center;
}

.rf {
  align-items: center;
  color: #525252;
  display: flex;
  height: 250px;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.rf__reload {
  cursor: pointer;
  display: inline-block;
  font-size: 0.8rem;
  margin: 50px 0 0 0;
}
.rf__reload::before {
  content: url('data:image/svg+xml;utr-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23525252"><path d="M13.5 2c-5.629 0-10.212 4.436-10.475 10h-3.025l4.537 5.917 4.463-5.917h-2.975c.26-3.902 3.508-7 7.475-7 4.136 0 7.5 3.364 7.5 7.5s-3.364 7.5-7.5 7.5c-2.381 0-4.502-1.119-5.876-2.854l-1.847 2.449c1.919 2.088 4.664 3.405 7.723 3.405 5.798 0 10.5-4.702 10.5-10.5s-4.702-10.5-10.5-10.5z"/></svg>');
  display: block;
  margin: 0 auto 3px auto;
  height: 40px;
  width: 40px;
}

.screen-nav {
  color: #525252;
  font-size: 1rem;
}
.screen-nav__trigger {
  cursor: pointer;
  height: 51px;
  text-align: center;
  position: relative;
  width: 42px;
  z-index: 101;
}
.screen-nav__trigger span {
  border-bottom: #525252 solid 3px;
  position: absolute;
  left: 6px;
  transition: 0.35s ease-in-out;
  width: 30px;
}
.screen-nav__trigger span:nth-child(1) {
  top: 9px;
}
.screen-nav__trigger span:nth-child(2) {
  top: 18px;
}
.screen-nav__trigger span:nth-child(3) {
  top: 27px;
}
.screen-nav__trigger span:nth-child(4) {
  border: none;
  font-weight: 600;
  top: 34px;
}
.screen-nav__trigger--active span:nth-child(1) {
  top: 18px;
  transform: rotate(-45deg);
}
.screen-nav__trigger--active span:nth-child(2), .screen-nav__trigger--active span:nth-child(3) {
  top: 18px;
  transform: rotate(45deg);
}
.screen-nav__container {
  background-color: #f5f5f5;
  box-sizing: border-box;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  padding: 0 50px;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
  z-index: 100;
}
.screen-nav__container nav {
  height: 100%;
  position: relative;
  width: 100%;
}
.screen-nav__container ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.screen-nav__container li {
  align-items: center;
  border-bottom: #b2b2b2 dotted 1px;
  box-sizing: border-box;
  display: flex;
  height: 75px;
  padding: 0 10px;
  width: 100%;
}
.screen-nav__container a {
  color: inherit;
  padding: 0 0 0 30px;
  position: relative;
  text-decoration: none;
}
.screen-nav__container--active {
  transform: translateY(0%);
}
.screen-nav__icon::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: inline-block;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 22px;
}
.screen-nav__icon--hajimete::before {
  background-image: url("../img/icon_hajimete.png");
}
.screen-nav__icon--sodan::before {
  background-image: url("../img/icon_sodan.png");
}
.screen-nav__icon--faq::before {
  background-image: url("../img/icon_faq.png");
}
.screen-nav__icon--shingan::before {
  background-image: url("../img/icon_shingan.png");
}

.common-attention {
  box-sizing: border-box;
  margin: 0 auto;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .common-attention {
    width: calc(100% - 10px);
  }
}
@media only screen and (min-width: 768px) {
  .common-attention {
    width: 100%;
  }
}
.common-attention__head {
  border-bottom: #b2b2b2 solid 1px;
  box-sizing: border-box;
  font-weight: 500;
  margin: 0 0 1rem 0;
  padding: 0 0 0 0.5rem;
}
.common-attention__body ul {
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .common-attention__body ul {
    width: calc(100% - 10px);
  }
}
.common-attention__body li {
  color: #525252;
  font-size: 0.7rem;
  list-style-type: disc;
  margin: 0 0 0 1.6rem;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .common-attention__body li {
    line-height: 1.7;
  }
}
.common-attention__body a {
  color: inherit;
}

@media only screen and (max-width: 767px) {
  .searchbar__advanced-search-button {
    width: 100%;
  }
}/*# sourceMappingURL=item.css.map */