@charset "EUC-JP";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0em;
  line-height: 1.7;
  color: #323232;
}

body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  /* 背景カラー */
  z-index: 99999;
  /* 一番手前に */
  pointer-events: none;
  /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  /* アニメーション時間は 0.8秒 */
  transition: opacity 1s ease;
}

body.fadein::after {
  opacity: 0;
}

img {
  width: 100%;
  vertical-align: top;
}

body > img {
  width: 1px;
  /* カラーミーの自動挿入画像用 */
}

a {
  color: #323232;
  transition: all 0.1s ease;
}
a:hover {
  color: #444444;
  text-decoration-line: underline;
}
a:focus {
  color: #323232;
  text-decoration: none;
}

[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *:focus {
  outline: none;
}

main {
  min-height: 460px;
  /* フッター浮き対応（ヘッダーのスクロールアニメーション対応含む） */
}
@media screen and (max-width: 1029px) {
  main {
    margin-top: 80px;
  }
}

.u_container {
  box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 1030px;
}
@media screen and (max-width: 1029px) {
  .u_container {
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

.u_contents {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .u_contents {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.u_contents_s {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .u_contents_s {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.u_visible_sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u_visible_sp {
    display: block !important;
  }
}

.u_visible_tab_pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .u_visible_tab_pc {
    display: none !important;
  }
}

.u_select {
  position: relative;
  display: inline-block;
  width: 100%;
}
.u_select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 4px 10px;
  height: 33px;
  outline: 0;
  border: solid 1px;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.u_select select::-ms-expand {
  display: none;
}
.u_select__arrow {
  position: absolute;
  top: 12px;
  right: 10px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #323232 transparent transparent transparent;
}
.u_select .select select:hover ~ .select__arrow,
.u_select .select select:focus ~ .select__arrow {
  border-top-color: #000;
}
.u_select .select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}

.l_item_list {
  display: flex;
  flex-wrap: wrap;
}
.l_item_list__item {
  width: 25%;
  padding: 16px;
}
@media screen and (max-width: 1029px) {
  .l_item_list__item {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l_item_list__item {
    width: 50%;
  }
}
.l_item_list__item__img {
  width: 100%;
  padding-top: 66.6%;
  position: relative;
  transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.l_item_list__item__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: contain;
  font-family: "object-fit: contain;";
}
.l_item_list__item__img:hover {
  opacity: 0.8;
  cursor: pointer;
}
.l_item_list__item__txt img {
  vertical-align: middle;
}
.l_item_slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.l_item_slide__wrap {
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 30px;
  width: 100%;
}
.l_item_slide__wrap.is-product-thumb {
  padding-bottom: 10px;
}
.l_item_slide__wrap.is-option-tbl {
  padding-bottom: 15px;
}
.l_item_slide__wrap::-webkit-scrollbar {
  height: 4px;
}
.l_item_slide__wrap::-webkit-scrollbar-track {
  background: #f0f0f0;
}
.l_item_slide__wrap::-webkit-scrollbar-thumb {
  background: #999899;
}
@media screen and (max-width: 1029px) {
  .l_item_slide {
    flex-wrap: nowrap;
  }
}
.l_item_slide__item {
  width: 166.6px;
  padding: 8px;
  position: relative;
}
@media screen and (max-width: 1029px) {
  .l_item_slide__item {
    margin-right: 8px;
    margin-bottom: 0;
    padding-left: 0px;
    padding-right: 0px;
    width: 140px;
    min-width: 140px;
  }
}
.l_item_slide__item__img {
  position: relative;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media screen and (max-width: 1029px) {
  .l_item_slide__item__img {
    width: 140px;
  }
}
.l_item_slide__item__img::before {
  content: "";
  display: block;
  padding-top: 66.6%;
}
.l_item_slide__item__img:hover {
  opacity: 0.8;
  cursor: pointer;
}
.l_item_slide__item__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l_item_slide__item__img img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  text-align: center;
}
.l_item_slide__item__txt {
  white-space: normal;
}
@media screen and (max-width: 1029px) {
  .l_item_slide__item__txt__ttl {
    letter-spacing: -1px;
  }
}
.l_item_slide__item__txt__ttl img {
  vertical-align: middle;
}

.l_breadcrumbs {
  padding-top: 30px;
}
.l_breadcrumbs__list {
  padding-top: 15px;
  margin-bottom: 35px;
}
.l_breadcrumbs__list__item {
  position: relative;
  display: inline-block;
  margin-right: 25px;
}
.l_breadcrumbs__list__item:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -3px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  transform: rotate(-45deg);
}
.l_breadcrumbs__list__item:last-child:before {
  content: none;
}

.l_pager {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}
.l_pager__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.l_pager__list__item {
  box-sizing: border-box;
  overflow: hidden;
  margin-left: 3px;
  margin-right: 3px;
  min-width: 30px;
  line-height: 30px;
  background: #ffffff;
  text-align: center;
}
.l_pager__list__item__link {
  display: block;
  position: relative;
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #000000;
  min-width: 30px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.l_pager__list__item__link:hover {
  border-color: #d8d8d8;
  color: #000000;
  text-decoration: none;
}
.l_pager__list__item__link.is-current {
  border-color: #535353;
}
.l_pager__list__item__link.is-current:hover {
  border-color: #535353;
  background: #ffffff;
}
.l_pager__list__item__link.is-prev, .l_pager__list__item__link.is-next {
  text-indent: -99999px;
}
.l_pager__list__item__link.is-prev::before, .l_pager__list__item__link.is-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.l_pager__list__item__link.is-prev::before {
  border-right: 4px solid #000000;
}
.l_pager__list__item__link.is-prev.is-disabled::before {
  border-right-color: #aaaaaa;
}
.l_pager__list__item__link.is-next::before {
  border-left: 4px solid #000000;
}
.l_pager__list__item__link.is-next.is-disabled::before {
  border-left-color: #aaaaaa;
}

.header {
  position: relative;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: #ffffff;
}
@media screen and (max-width: 1029px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
}
.header.is_fixed, .header.is_open {
  position: fixed;
  z-index: 10000;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.header.is_fixed .header__main__in, .header.is_open .header__main__in {
  display: flex;
  justify-content: space-between;
}
.header.is_fixed .header__main__in__logo, .header.is_open .header__main__in__logo {
  margin-bottom: 0;
}
.header.is_fixed .header__main__in__logo--img, .header.is_open .header__main__in__logo--img {
  display: flex;
  align-items: center;
}
.header.is_fixed .header__main__navi__in, .header.is_open .header__main__navi__in {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  width: 1000px;
}
.header.is_fixed .header__main__navi__in__list, .header.is_open .header__main__navi__in__list {
  display: none;
}
.header.is_fixed .header__main__navi__in__help_box, .header.is_open .header__main__navi__in__help_box {
  display: none;
  position: static;
}
.header.is_fixed .header__main__in__search, .header.is_open .header__main__in__search {
  right: 80px;
}
.header.is_fixed .header__main__in__search__contents__help_box, .header.is_open .header__main__in__search__contents__help_box {
  top: 80px;
}
@media screen and (max-width: 1029px) {
  .header.is_fixed .header__main__in__search__contents__help_box, .header.is_open .header__main__in__search__contents__help_box {
    right: 0px;
  }
}
.header.is_fixed .header__main__in__menu_btn, .header.is_open .header__main__in__menu_btn {
  display: block;
}
@media screen and (max-width: 1029px) {
  .header__main {
    padding-right: 0;
  }
}
.header__main__in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
@media screen and (max-width: 1029px) {
  .header__main__in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
  }
}
@media screen and (max-width: 1029px) {
  .header__main__in__logo {
    margin-right: auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .header__main__in__logo {
    flex: 1;
    overflow: hidden;
  }
}
.header__main__in__logo--img {
  margin: 0;
}
@media screen and (max-width: 1029px) {
  .header__main__in__logo--img {
    display: flex;
    align-items: center;
    min-height: 40px;
    font-size: 12px;
  }
}
.header__main__in__logo--img img {
  width: 160px;
  height: 100%;
}
.header__main__in__myaccount {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .header__main__in__myaccount {
    display: none;
  }
}
.header__main__in__search {
  display: flex;
  bottom: 0px;
  right: 15px;
  z-index: 1000;
}
@media screen and (max-width: 1029px) {
  .header__main__in__search {
    position: static;
  }
}
.header__main__in__search__form {
  position: relative;
  flex: 1;
  margin: 0;
}
.header__main__in__search--btn {
  box-sizing: border-box;
  padding: 0;
  width: 40px;
  height: 60px;
  border: 0;
  background: none;
  text-align: center;
}
.header__main__in__search--btn img {
  width: 22px;
  margin-top: 4px;
}
.header__main__in__search__contents {
  display: none;
}
.header__main__in__search__contents__box {
  box-sizing: border-box;
  display: flex;
  position: absolute;
  top: 80px;
  right: 15px;
  padding: 15px 0 20px 25px;
  width: 1000px;
  background: #fafafa;
}
@media screen and (max-width: 1029px) {
  .header__main__in__search__contents__box {
    padding: 20px 0 20px 20px;
    width: 100%;
    right: 0;
  }
}
.header__main__in__search__contents__box__input {
  flex: 1;
  border-bottom: 1px solid #7d7d7d;
}
.header__main__in__search__contents__box__input input {
  box-sizing: border-box;
  padding-right: 60px;
  width: 100%;
  height: 40px;
  border: none;
  background: transparent;
}
.header__main__in__search__contents__box__submit {
  position: absolute;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 0;
  width: 50px;
  height: 40px;
  border: 0;
  background: none;
}
.header__main__in__search__contents__box__submit img {
  width: 18px;
}
.header__main__in__search__contents__box__close {
  box-sizing: border-box;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  width: 45px;
  border: 0;
  background: transparent;
}
.header__main__in__search__contents__box__close span {
  position: absolute;
  content: "";
  left: 13px;
  width: 20px;
  height: 1px;
  background: #858585;
}
.header__main__in__search__contents__box__close span:nth-child(1) {
  top: 0px;
  transform: translateY(20px) rotate(-45deg);
}
.header__main__in__search__contents__box__close span:nth-child(2) {
  top: 40px;
  transform: translateY(-20px) rotate(45deg);
}
.header__main__in__cart_btn {
  position: relative;
}
.header__main__in__cart_btn a {
  box-sizing: border-box;
  display: block;
  padding-top: 20px;
  width: 50px;
  height: 60px;
  text-align: center;
}
.header__main__in__cart_btn a:hover {
  text-decoration: none;
}
.header__main__in__cart_btn a img {
  width: 24px;
}
.header__main__in__cart_btn i {
  font-size: 24px;
  color: #202020;
}
.header__main__in__cart_btn--count {
  font-weight: bold;
  font-size: 10px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  text-align: center;
  background: #F5DF4D;
  color: #666;
  position: absolute;
  bottom: 16px;
  right: 0;
}
.header__main__in__menu_btn {
  display: none;
  position: relative;
  z-index: 10000;
  width: 50px;
  height: 60px;
  border: 0;
  background: transparent;
}
@media screen and (max-width: 1029px) {
  .header__main__in__menu_btn {
    display: block;
  }
}
.header__main__in__menu_btn span {
  box-sizing: border-box;
  display: inline-block;
  transition: all 0.2s ease;
  position: absolute;
  left: 15px;
  width: 20px;
  height: 1px;
  background-color: #000000;
}
.header__main__in__menu_btn span:nth-of-type(1) {
  top: 25px;
}
.header__main__in__menu_btn span:nth-of-type(2) {
  top: 32px;
}
.header__main__in__menu_btn span:nth-of-type(3) {
  top: 39px;
}
.header__main__in__menu_btn.is_on span:nth-of-type(1) {
  top: 12px;
  transform: translateY(20px) rotate(-45deg);
}
.header__main__in__menu_btn.is_on span:nth-of-type(2) {
  display: none;
}
.header__main__in__menu_btn.is_on span:nth-of-type(3) {
  top: 52px;
  transform: translateY(-20px) rotate(45deg);
}
.header__main__navi {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Noto Sans JP", sans-serif;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1029px) {
  .header__main__navi {
    display: none;
  }
  .header__main__navi.is_on {
    display: block;
  }
}
@media screen and (min-width: 1030px) {
  .header__main__navi {
    display: block !important;
  }
}
.header__main__navi.is_open {
  box-sizing: border-box;
  overflow-y: auto;
  position: fixed;
  top: 80px;
  left: 0;
  display: block;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  height: calc(100% - 80px);
  background: #fafafa;
}
@media screen and (max-width: 1029px) {
  .header__main__navi.is_open {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header__main__navi.is_open .header__main__navi__in {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .header__main__navi.is_open {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.header__main__navi.is_open .header__main__navi__in__list {
  display: block;
}
.header__main__navi.is_open .header__main__navi__in__list__item__ttl {
  display: block;
}
@media screen and (max-width: 767px) {
  .header__main__navi.is_open .header__main__navi__in__list__item__ttl {
    display: none;
  }
}
.header__main__navi.is_open .header__main__navi__in__list__item__link {
  display: none;
}
@media screen and (max-width: 767px) {
  .header__main__navi.is_open .header__main__navi__in__list__item__link {
    display: block;
  }
}
.header__main__navi.is_open .header__main__navi__in__list__item {
  margin: 0 0 30px 0;
}
@media screen and (max-width: 767px) {
  .header__main__navi.is_open .header__main__navi__in__list__item {
    margin: 0;
  }
}
.header__main__navi.is_open .header__main__navi__in__list__item__sub_menu {
  position: static;
  padding: 0;
  width: auto;
}
@media screen and (min-width: 768px) {
  .header__main__navi.is_open .header__main__navi__in__list__item__sub_menu {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .header__main__navi.is_open .header__main__navi__in__list__item__sub_menu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header__main__navi.is_open .header__main__navi__in__list__item__sub_menu__list {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .header__main__navi.is_open .header__main__navi__in__help_box {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .header__main__navi.is_open .header__main__navi__in__help_box__list {
    margin-top: 0;
  }
}
.header__main__navi__in__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .header__main__navi__in__list {
    display: block;
  }
}
.header__main__navi__in__list__item {
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .header__main__navi__in__list__item {
    border-top: 1px solid #eeeeee;
  }
}
.header__main__navi__in__list__item__ttl {
  display: none;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.header__main__navi__in__list__item__link {
  display: block;
  position: relative;
  padding: 15px 40px 15px 30px;
  border: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  background: transparent;
  color: #323232;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .header__main__navi__in__list__item__link {
    padding: 20px 20px;
    width: 100%;
    background: #ffffff;
    text-align: left;
  }
}
.header__main__navi__in__list__item__link:hover, .header__main__navi__in__list__item__link.is_on {
  background: #fafafa;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .header__main__navi__in__list__item__link:hover, .header__main__navi__in__list__item__link.is_on {
    background: #ffffff;
  }
}
.header__main__navi__in__list__item__link.is_on::before {
  transform: rotate(-135deg);
  margin-top: -4px;
}
.header__main__navi__in__list__item__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -7px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media screen and (max-width: 767px) {
  .header__main__navi__in__list__item__link::before {
    right: 20px;
    margin-top: -4px;
    border-color: #000000;
  }
}
.header__main__navi__in__list__item__sub_menu {
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  padding: 60px 85px;
  width: 100%;
  background: #fafafa;
}
@media screen and (max-width: 767px) {
  .header__main__navi__in__list__item__sub_menu {
    position: static;
    width: auto;
    height: auto;
    border-top: 0;
  }
}
.header__main__navi__in__list__item__sub_menu__list {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .header__main__navi__in__list__item__sub_menu__list {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    background: #fafafa;
  }
}
.header__main__navi__in__list__item__sub_menu__list__item {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 20px;
  width: 33.33%;
}
@media screen and (max-width: 767px) {
  .header__main__navi__in__list__item__sub_menu__list__item {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}
.header__main__navi__in__list__item__sub_menu__list__item::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 1px;
  background: #000000;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .header__main__navi__in__list__item__sub_menu__list__item::before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .header__main__navi__in__list__item__sub_menu__list__item__link {
    display: block;
    padding: 20px 40px 20px 20px;
  }
  .header__main__navi__in__list__item__sub_menu__list__item__link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    transform: rotate(-45deg);
  }
}
.header__main__navi__in__help_box {
  display: none;
}
@media screen and (max-width: 767px) {
  .header__main__navi__in__help_box {
    display: block;
    position: static;
  }
}
.header__main__navi__in__help_box a {
  color: #000000;
}
.header__main__navi__in__help_box__list {
  display: block;
  border-top: 1px solid #eeeeee;
}
.header__main__navi__in__help_box__list__item {
  margin-left: 0;
}
.header__main__navi__in__help_box__list__item__link {
  display: block;
  position: relative;
  padding: 20px;
}
.header__main__navi__in__help_box__list__item__link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  transform: rotate(-45deg);
}
.header__main__navi_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fafafa;
  opacity: 0;
}
.header__main__navi_overlay.is_on {
  animation: anime-overlay 0.2s ease forwards;
}

@keyframes anime-overlay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.footer .bottom__block_checked:nth-last-child(2) {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .footer .bottom__block_checked:nth-last-child(2) {
    margin-bottom: 90px;
  }
}
.footer .bottom__block_checked__ttl {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid;
  margin: 0 auto 0.2rem auto;
  text-align: center;
  width: 400px;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .footer .bottom__block_checked__ttl {
    width: 90%;
    max-width: 400px;
  }
}
.footer .bottom__block_checked__ttl__ja {
  font-size: 14px;
  text-align: center;
  margin-bottom: 1rem;
}
.footer .bottom__block_contact {
  width: 500px;
  margin: 75px auto 75px auto;
  border: solid 1px;
  padding: 20px 30px 30px 30px;
}
@media screen and (max-width: 767px) {
  .footer .bottom__block_contact {
    width: 90%;
    margin: 45px auto 45px auto;
  }
}
.footer .bottom__block_contact:first-child {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .footer .bottom__block_contact:first-child {
    margin-top: 90px;
  }
}
.footer .bottom__block_contact:nth-last-child(2) {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .footer .bottom__block_contact:nth-last-child(2) {
    margin-bottom: 90px;
  }
}
.footer .bottom__block_contact__ttl {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid;
  margin: 0 auto 0.2rem auto;
  text-align: center;
  width: 400px;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .footer .bottom__block_contact__ttl {
    width: 90%;
    max-width: 400px;
  }
}
.footer .bottom__block_contact__ttl__ja {
  font-size: 14px;
  text-align: center;
  margin-bottom: 1rem;
}
.footer .bottom__block_contact__contents {
  text-align: center;
  margin-top: 2rem;
}
.footer .bottom__block_contact__contents__txt span {
  display: inline-block;
}
.footer .bottom__block_contact__contents__mail {
  display: inline-block;
  padding: 0.5rem 2rem;
  border: solid 1px;
  margin: 1rem 0;
  position: relative;
  transition: all 0.4s ease;
  color: #fff;
  background: #666;
}
@media screen and (max-width: 767px) {
  .footer .bottom__block_contact__contents__mail {
    padding: 0.5rem 1rem;
  }
}
.footer .bottom__block_contact__contents__mail:hover {
  color: #fff;
  background: rgba(102, 102, 102, 0.8);
}
.footer .bottom__block_contact__contents__mail__link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.footer .bottom__block_contact__contents__mail > span {
  display: inline-block;
}
.footer .bottom__block_contact__contents__tel {
  font-weight: bold;
  font-size: 1.2rem;
}
.footer .footer__block__wrap {
  text-align: center;
  padding: 2rem 0 1.5rem 0;
  background: #fafafa;
}
.footer .footer__block_logo {
  max-width: 100px;
  margin: 0 auto 2rem auto;
}
.footer .footer__block_sitemap {
  margin-bottom: 2rem;
}
.footer .footer__block_sitemap__list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .footer .footer__block_sitemap__list {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.footer .footer__block_sitemap__list__item {
  margin: 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .footer .footer__block_sitemap__list__item {
    margin: 0.5rem 0;
  }
}
.footer .footer__block_note {
  margin: 0 auto 2rem auto;
  padding: 0;
  display: inline-block;
  font-size: 12px;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .footer .footer__block_note {
    width: 90%;
  }
}
.footer .footer__block_copyright {
  text-align: center;
}

@media screen and (max-width: 1029px) {
  .top.main .slider {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
  }
}
.top.main #slider div {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.top.main #slider > div {
  display: none;
}
.top.main .bx-viewport #slider > div {
  display: block;
}
.top.main .bx-wrapper {
  z-index: 0;
}
.top.main .bx-wrapper img {
  width: 100%;
  height: auto;
}
.top.main .bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: 0 !important;
  left: 0 !important;
}
.top.main .bx-wrapper .bx-pager {
  bottom: -27px !important;
}
.top.main .bx-wrapper .bx-pager.bx-default-pager a {
  border-radius: 0 !important;
  background: #8d8b8b;
}
.top.main .bx-wrapper .bx-pager.bx-default-pager a:hover, .top.main .bx-wrapper .bx-pager.bx-default-pager a:active, .top.main .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000000;
}
.top.main .main__block_info {
  width: 500px;
  margin: 120px auto 65px auto;
  border: solid 1px;
  padding: 20px 30px 30px 30px;
}
@media screen and (max-width: 767px) {
  .top.main .main__block_info {
    width: 90%;
    margin: 90px auto 45px auto;
  }
}
.top.main .main__block_info__ttl {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid;
  margin: 0 auto 0.2rem auto;
  text-align: center;
  width: 400px;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .top.main .main__block_info__ttl {
    width: 90%;
    max-width: 400px;
  }
}
.top.main .main__block_info__ttl__ja {
  font-size: 14px;
  text-align: center;
  margin-bottom: 1rem;
}
.top.main .main__block_info__more {
  display: flex;
  justify-content: flex-end;
  margin-top: 3rem;
}
.top.main .main__block_info__more__link {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Noto Sans JP", sans-serif;
}
.top.main .main__block_info__more a {
  text-decoration: underline;
}
.top.main .main__block_recommended__ttl {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid;
  margin: 0 auto 0.2rem auto;
  text-align: center;
  width: 400px;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .top.main .main__block_recommended__ttl {
    width: 90%;
    max-width: 400px;
  }
}
.top.main .main__block_recommended__ttl__ja {
  font-size: 14px;
  text-align: center;
  margin-bottom: 1rem;
}
.top.main .main__block_ranking__ttl {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid;
  margin: 0 auto 0.2rem auto;
  text-align: center;
  width: 400px;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .top.main .main__block_ranking__ttl {
    width: 90%;
    max-width: 400px;
  }
}
.top.main .main__block_ranking__ttl__ja {
  font-size: 14px;
  text-align: center;
  margin-bottom: 1rem;
}
.top.main .main__block_ranking__item_list {
  justify-content: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .top.main .main__block_ranking__item_list {
    flex-wrap: wrap;
  }
}
.top.main .main__block_ranking__item_list__rank {
  flex-shrink: 0;
  margin: 0 0 4px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top.main .main__block_ranking__item_list__rank {
    text-align: left;
  }
}
.top.main .main__block_ranking__item_list__rank.is_rank1 {
  color: #F5DF4D;
}
.top.main .main__block_ranking__item_list__rank.is_rank2 {
  color: #939597;
}
.top.main .main__block_ranking__item_list__rank.is_rank3 {
  color: #a77739;
}
.top.main .main__block_ranking__item_list__rank i {
  font-size: 1.5rem;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .top.main .main__block_ranking__item_list__rank i {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .top.main .main__block_ranking__item_list .l_item_list__item {
    width: 90%;
    display: flex;
  }
  .top.main .main__block_ranking__item_list .l_item_list__item__img {
    flex-shrink: 0;
    flex-basis: 25%;
    padding-top: 0;
  }
  .top.main .main__block_ranking__item_list .l_item_list__item__txt {
    flex-shrink: 3;
    padding-left: 1rem;
  }
}
.top.main .main__block_new__ttl {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid;
  margin: 0 auto 0.2rem auto;
  text-align: center;
  width: 400px;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .top.main .main__block_new__ttl {
    width: 90%;
    max-width: 400px;
  }
}
.top.main .main__block_new__ttl__ja {
  font-size: 14px;
  text-align: center;
  margin-bottom: 1rem;
}

.category.main .u_contents:nth-of-type(2) {
  padding-top: 0;
}
.category.main .main__block_sub_category {
  padding-top: 0;
  padding-bottom: 0;
}
.category.main .main__block_sub_category__list {
  display: flex;
  flex-wrap: wrap;
}
.category.main .main__block_sub_category__list__item {
  width: 25%;
  padding: 16px;
}
@media screen and (max-width: 1029px) {
  .category.main .main__block_sub_category__list__item {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .category.main .main__block_sub_category__list__item {
    width: 50%;
  }
}
.category.main .main__block_sub_category__list__item__img {
  width: 100%;
  padding-top: 20%;
  position: relative;
}
.category.main .main__block_sub_category__list__item__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: contain;
  font-family: "object-fit: contain;";
}
.category.main .main__block_sub_category__list__item__txt {
  text-align: center;
}
.category.main .main__block_sub_category__list__item__txt > div {
  display: inline-block;
  text-align: left;
}
.category.main .main__block_category__ttl {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  min-width: 50%;
  padding: 0.8em;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin-bottom: 1rem;
}
.category.main .main__block_category__list_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.category.main .main__block_category__list_header__pager_total {
  margin-left: 16px;
}
@media screen and (max-width: 1029px) {
  .category.main .main__block_category__list_header__pager_total {
    margin-left: 10px;
  }
}
.category.main .main__block_category__list_header__sort {
  min-width: 140px;
  margin-right: 16px;
}
@media screen and (max-width: 1029px) {
  .category.main .main__block_category__list_header__sort {
    margin-right: 10px;
  }
}

.search.main .u_contents:nth-of-type(2) {
  padding-top: 0;
}
.search.main .main__block_search__ttl {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  min-width: 50%;
  padding: 0.8em;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin-bottom: 1rem;
}
.search.main .main__block_search__keyword {
  margin-left: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1029px) {
  .search.main .main__block_search__keyword {
    margin-left: 10px;
  }
}
.search.main .main__block_search__list_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.search.main .main__block_search__list_header__pager_total {
  margin-left: 16px;
}
@media screen and (max-width: 1029px) {
  .search.main .main__block_search__list_header__pager_total {
    margin-left: 10px;
  }
}
.search.main .main__block_search__list_header__sort {
  min-width: 140px;
  margin-right: 16px;
}
@media screen and (max-width: 1029px) {
  .search.main .main__block_search__list_header__sort {
    margin-right: 10px;
  }
}

.item.main .main__block_product {
  margin-bottom: 90px;
}
.item.main .main__block_product__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1029px) {
  .item.main .main__block_product__wrap {
    display: block;
  }
}
.item.main .main__block_product__img {
  width: 530px;
}
@media screen and (max-width: 1029px) {
  .item.main .main__block_product__img {
    width: auto;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .item.main .main__block_product__img {
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
  }
}
.item.main .main__block_product__img__main {
  text-align: center;
}
@media screen and (max-width: 1029px) {
  .item.main .main__block_product__img__main {
    margin-left: auto;
    margin-right: auto;
    width: 530px;
  }
}
@media screen and (max-width: 767px) {
  .item.main .main__block_product__img__main {
    width: auto;
  }
}
.item.main .main__block_product__img__main__item {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .item.main .main__block_product__img__main__item {
    text-align: center;
  }
}
.item.main .main__block_product__img__main__item::before {
  content: "";
  display: block;
  padding-top: 66.6%;
}
.item.main .main__block_product__img__main__item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.item.main .main__block_product__img__main__item img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}
.item.main .main__block_product__img__main .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.item.main .main__block_product__img__thumb__slide {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
  margin-top: 8px;
}
@media screen and (max-width: 1029px) {
  .item.main .main__block_product__img__thumb__slide__wrap {
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 30px;
    width: 100%;
  }
  .item.main .main__block_product__img__thumb__slide__wrap.is-product-thumb {
    padding-bottom: 10px;
  }
  .item.main .main__block_product__img__thumb__slide__wrap.is-option-tbl {
    padding-bottom: 15px;
  }
  .item.main .main__block_product__img__thumb__slide__wrap::-webkit-scrollbar {
    height: 1px;
  }
  .item.main .main__block_product__img__thumb__slide__wrap::-webkit-scrollbar-track {
    background: #f0f0f0;
  }
  .item.main .main__block_product__img__thumb__slide__wrap::-webkit-scrollbar-thumb {
    background: #999899;
  }
}
@media screen and (max-width: 1029px) {
  .item.main .main__block_product__img__thumb__slide {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: nowrap;
  }
}
.item.main .main__block_product__img__thumb__slide__item {
  box-sizing: border-box;
  margin-bottom: 8px;
  padding-left: 4px;
  padding-right: 4px;
  width: 20%;
  max-width: 100px;
  min-width: 80px;
  transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media screen and (max-width: 1029px) {
  .item.main .main__block_product__img__thumb__slide__item {
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .item.main .main__block_product__img__thumb__slide__item {
    margin-right: 5px;
    width: 25%;
  }
}
.item.main .main__block_product__img__thumb__slide__item:hover, .item.main .main__block_product__img__thumb__slide__item.is_current {
  opacity: 0.8;
  cursor: pointer;
}
.item.main .main__block_product__img__thumb__slide__item__img {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .item.main .main__block_product__img__thumb__slide__item__img {
    text-align: center;
  }
}
.item.main .main__block_product__img__thumb__slide__item__img::before {
  content: "";
  display: block;
  padding-top: 66.6%;
}
.item.main .main__block_product__img__thumb__slide__item__img img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}
.item.main .main__block_product__info {
  width: 430px;
}
@media screen and (max-width: 1029px) {
  .item.main .main__block_product__info {
    width: auto;
  }
}
.item.main .main__block_product__info__ttl {
  margin: 0;
  font-size: 24px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .item.main .main__block_product__info__ttl {
    font-size: 21px;
  }
}
.item.main .main__block_product__info__ttl img {
  vertical-align: middle;
}
.item.main .main__block_product__info__id {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .item.main .main__block_product__info__id {
    margin-top: 5px;
  }
}
.item.main .main__block_product__info__price {
  margin-top: 20px;
  margin-bottom: 20px;
}
.item.main .main__block_product__info__price__sales {
  font-size: 18px;
}
.item.main .main__block_product__info__price__normal {
  font-size: 14px;
}
.item.main .main__block_product__info__price__list_price {
  font-size: 14px;
}
.item.main .main__block_product__info__form__stock {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.item.main .main__block_product__info__form__stock__input {
  display: flex;
  align-items: center;
}
.item.main .main__block_product__info__form__stock__input input[type=text] {
  box-sizing: border-box;
  padding: 5px;
  height: 40px;
  border: 1px solid #bfbfbf;
  font-size: 16px;
  border-radius: 0;
  width: 60px;
  text-align: center;
  margin-right: 4px;
}
.item.main .main__block_product__info__form__stock__unit {
  margin-left: 10px;
}
.item.main .main__block_product__info__form__cart {
  width: 100%;
}
.item.main .main__block_product__info__form__cart__btn {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding: 20px;
  border: none;
  border-radius: 0;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 4px;
  background: #0f4c81;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.item.main .main__block_product__info__form__cart__btn:hover {
  background: rgba(15, 76, 129, 0.8);
  color: #ffffff;
  text-decoration: none;
}
.item.main .main__block_product__info__form__cart__btn.is-disabled {
  background: #d8d8d8;
  cursor: default;
}
.item.main .main__block_product__info__form__cart__btn.is-disabled:hover {
  background: #d8d8d8;
}
.item.main .main__block_product__info__form__cart__btn.is-soldout {
  color: #0f4c81;
  background: #fff;
  border: solid 2px;
  cursor: default;
}
.item.main .main__block_product__info__form__cart__btn.is-soldout:hover {
  background: #fff;
}
.item.main .main__block_product__info__form__cart__btn.is-membersonly {
  background: #53a6a5;
  cursor: default;
}
.item.main .main__block_product__info__form__cart__btn.is-membersonly:hover {
  background: #53a6a5;
}
.item.main .main__block_product__info__form__cart__btn__icon {
  display: inline-block;
  margin-right: 10px;
  width: 19px;
  height: 18px;
  background: url(https://img.shop-pro.jp/tmpl_img/86/icon-template-cart.png) no-repeat;
  background-size: 19px 18px;
  vertical-align: -2px;
}
.item.main .main__block_product__info__explain {
  margin: 1rem 0;
}
.item.main .main__block_product__info__contact {
  margin-top: 2rem;
}
.item.main .main__block_product__info__contact a {
  color: #0f4c81;
}
.item.main .main__block_product__info__contact i {
  margin-right: 4px;
}
.item.main .main__block_product__info__error_message {
  margin-top: 15px;
}

.privacy.main .main__block_privacy {
  padding-top: 0;
}
.privacy.main .main__block_privacy__ttl {
  font-weight: bold;
  font-size: 1.2rem;
  min-width: 50%;
  padding: 0.8em;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin-bottom: 1rem;
}
.privacy.main .main__block_privacy__chapter {
  margin: 2em 0;
}
.privacy.main .main__block_privacy__chapter__ttl {
  font-weight: bold;
  font-size: 1rem;
  padding: 1em 0;
}

.low.main .main__block_low {
  padding-top: 0;
}
.low.main .main__block_low__ttl {
  font-weight: bold;
  font-size: 1.2rem;
  min-width: 50%;
  padding: 0.8em;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin-bottom: 1rem;
}
.low.main .main__block_low__chapter {
  margin: 2em 0;
}
.low.main .main__block_low__chapter__ttl {
  font-weight: bold;
  font-size: 1rem;
  padding: 1em 0;
}

.payment.main .main__block_payment, .payment.main .main__block_delivery {
  padding-top: 0;
}
.payment.main .main__block_payment__ttl, .payment.main .main__block_delivery__ttl {
  font-weight: bold;
  font-size: 1.2rem;
  min-width: 50%;
  padding: 0.8em;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin-bottom: 1rem;
}
.payment.main .main__block_payment__chapter, .payment.main .main__block_delivery__chapter {
  margin: 2em 0;
}
.payment.main .main__block_payment__chapter__ttl, .payment.main .main__block_delivery__chapter__ttl {
  font-weight: bold;
  font-size: 1rem;
  padding: 1em 0;
}
.payment.main .main__block_delivery {
  margin-top: 80px;
}

.darts.main .l_breadcrumbs {
  padding-top: 0px;
}
@media screen and (max-width: 1029px) {
  .darts.main .main__block_eyecatch {
    padding-left: 0;
    padding-right: 0;
  }
}
.darts.main .main__block_lead__ttl {
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .darts.main .main__block_lead__ttl {
    font-size: 1.4rem;
  }
}
.darts.main .main__block_darts_info__ttl {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid;
  margin: 0 auto 0.2rem auto;
  text-align: center;
  width: 400px;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .darts.main .main__block_darts_info__ttl {
    width: 90%;
    max-width: 400px;
  }
}
.darts.main .main__block_darts_info__ttl__ja {
  font-size: 14px;
  text-align: center;
  margin-bottom: 1rem;
}
.darts.main .main__block_darts_info__list {
  display: flex;
  flex-wrap: wrap;
}
.darts.main .main__block_darts_info__list__item {
  width: 25%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .darts.main .main__block_darts_info__list__item {
    width: 33.3%;
  }
}
.darts.main .main__block_darts_info__list__item__img {
  position: relative;
}
.darts.main .main__block_darts_info__list__item__img > div {
  position: absolute;
  background: #F5DF4D;
  font-size: 10px;
  width: 10em;
  padding: 2px;
  text-align: center;
  position: absolute;
  background: #f5df4d;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.darts.main .main__block_darts_info__list__item__txt {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .darts.main .main__block_darts_info__list__item__txt {
    font-size: 14px;
  }
}
.darts.main .main__block_darts_info__note {
  margin: 1rem 0;
  text-align: center;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .darts.main .main__block_darts_info__note {
    text-align: left;
  }
}
.darts.main .main__block_darts_flow__wrap {
  background: #f1f1f1;
}
.darts.main .main__block_darts_flow__ttl {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid;
  margin: 0 auto 0.2rem auto;
  text-align: center;
  width: 400px;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .darts.main .main__block_darts_flow__ttl {
    width: 90%;
    max-width: 400px;
  }
}
.darts.main .main__block_darts_flow__ttl__ja {
  font-size: 14px;
  text-align: center;
  margin-bottom: 1rem;
}
.darts.main .main__block_darts_flow__contents__box {
  display: flex;
  background: #fff;
  width: 500px;
  margin: 2rem auto;
}
@media screen and (max-width: 767px) {
  .darts.main .main__block_darts_flow__contents__box {
    width: 90%;
  }
}
.darts.main .main__block_darts_flow__contents__box__num {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-size: 1rem;
  flex-shrink: 0;
}
.darts.main .main__block_darts_flow__contents__box__num span {
  flex-basis: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #777;
  border: solid 1px #777;
  width: 70px;
  height: 70px;
  border-radius: 60px;
}
.darts.main .main__block_darts_flow__contents__box__txt {
  padding: 1rem 1.5rem 1rem 0.5rem;
  flex-shrink: 3;
}
.darts.main .main__block_darts_flow__contents__box__txt span:nth-child(1) {
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.darts.main .main__block_contact {
  width: 500px;
  margin: 100px auto 100px auto;
  border: solid 1px;
  padding: 20px 30px 30px 30px;
}
@media screen and (max-width: 767px) {
  .darts.main .main__block_contact {
    width: 90%;
    margin: 70px auto 70px auto;
  }
}
.darts.main .main__block_contact__ttl {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid;
  margin: 0 auto 0.2rem auto;
  text-align: center;
  width: 400px;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .darts.main .main__block_contact__ttl {
    width: 90%;
    max-width: 400px;
  }
}
.darts.main .main__block_contact__ttl__ja {
  font-size: 14px;
  text-align: center;
  margin-bottom: 1rem;
}
.darts.main .main__block_contact__contents {
  text-align: center;
  margin-top: 2rem;
}
.darts.main .main__block_contact__contents__txt span {
  display: inline-block;
}
.darts.main .main__block_contact__contents__mail {
  display: inline-block;
  padding: 0.5rem 2rem;
  border: solid 1px;
  margin: 1rem 0;
  position: relative;
  transition: all 0.4s ease;
  color: #fff;
  background: #666;
}
@media screen and (max-width: 767px) {
  .darts.main .main__block_contact__contents__mail {
    padding: 0.5rem 1rem;
  }
}
.darts.main .main__block_contact__contents__mail:hover {
  color: #fff;
  background: rgba(102, 102, 102, 0.8);
}
.darts.main .main__block_contact__contents__mail__link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.darts.main .main__block_contact__contents__mail > span {
  display: inline-block;
}
.darts.main .main__block_contact__contents__tel {
  font-weight: bold;
  font-size: 1.2rem;
}

.news.main .main__block_news__ttl {
  font-weight: bold;
  font-size: 1.2rem;
  min-width: 50%;
  padding: 0.8em;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin-bottom: 1rem;
}
.news.main .main__block_news .news {
  margin: 60px 0;
}
.news.main .main__block_news .news_date {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.news.main .main__block_news .news:nth-child(2) {
  margin-top: 30px;
}
