@charset "UTF-8";

/* BW */

:root {
  --text-color: #000;
  --text-color2: #505050;
  --main-color: #472930;
  --second-color: #FDE8BD;
  --sub-color: #e0e0e0;
  --sub2-color: #c8c3c0;

  --text-danger: #C35252;
  --text-link: #472930;
  --border-main: #AFBFB9;

  --gray1: #F7F7F7;
  --gray2: #BFBFBF;
  --gray3: #aaaaaa;
  
  --red1: #F5DFDF;
  --yellow: #E0B966;

  --font-family-sans: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --font-family-serif: "Noto Serif JP","游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;

}
/* */
@media screen and (max-width: 959px) {
  .view_pc_ {
    display: none!important;
  }
}
@media screen and (min-width: 960px) {
  .view_sp_ {
    display: none!important;
  }
}


body {
  font-family: var(--font-family-sans);
  color: var(--text-color);
  font-feature-settings: "palt";
}

@media screen and (min-width: 960px) {
  body {
    font-size: 14px;
  }
}

.fnt-mincho {
  font-family: var(--font-family-serif);
}
input[type="radio"],
input[type="checkbox"] {
  accent-color: var(--main-color);
}

h1,
.h1 {
  margin: 1rem 0 2.5rem;
  padding: 0;
  background: none;
  border: none;
  font-family: var(--font-family-serif);
  font-size: 2.2rem;
  font-weight: normal;
}

h2,
.h2 {
  margin: 2rem 0;
  padding: 0;
  background: none;
  border: none;
  font-family: var(--font-family-serif);
  font-size: 2rem;
  font-weight: normal;
}

h3,
.h3 {
  margin: 1rem 0;
  padding: 0;
  background: none;
  border: none;
  font-family: var(--font-family-serif);
  font-size: 1.8rem;
  font-weight: normal;
}

h4,
.h4 {
  margin: 1rem 0;
  padding: 0;
  background: none;
  border: none;
  font-size: 1.6rem;
  font-weight: normal;
}

h5,
.h5 {
}

h6,
.h6 {
}
@media screen and (min-width: 960px) {
  h1,
  .h1 {
    margin: 10px 0 28px;
    font-size: 28px;
  }
  h2,
  .h2 {
    font-size: 26px;
  }
  h3,
  .h3 {
    font-size: 24px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
}
.legend {
}
.common-title {
  margin: 0 0 2.8rem;
  padding: 0 0 0;
  border: none;
  text-align: center;
  font-size: 2.4rem;
  font-family: var(--font-family-serif);
  font-weight: 500;
  line-height: 1.2;
}
.common-title span {
  display: block;
  text-align: center;
  color: var(--text-link);
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: var(--font-family-sans);
}
@media screen and (min-width: 960px) {
  .common-title {
    margin: 0 0 48px;
    font-size: 32px;
  }
  .common-title span {
    font-size: 14px;
  }
}

.pager-current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.8rem;
  height: 2.8rem;
  color: #fff;
  background-color: var(--main-color);
}
@media screen and (min-width: 960px) {
  .pager-current {
    width: 2.8rem;
    height: 2.8rem;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
  }
}

.pagination li {
  border: none !important;
}
.pagination-num > li a,
.pagination-num > li span {
  border-radius: 0;
  width: 2.8rem;
  height: 2.8rem;
}
.pagination-num > li a {
  background: none;
  color: var(--main-color);
  border: none;
}
.pagination-num > li.pager-current span {
  background: var(--main-color);
  color: #ffffff;
  border: solid 1px var(--main-color);
}
.pagination li.pager-first,
.pagination li.pager-previous,
.pagination li.pager-next,
.pagination li.pager-last {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 2.8rem;
  height: 2.8rem;
  font-size: 0;
  margin: 0;
}

.pagination li.pager-first a,
.pagination li.pager-previous a,
.pagination li.pager-next a,
.pagination li.pager-last a {
  font-size: 0 !important;
}

.pagination li.pager-first *::before,
.pagination li.pager-first *::after,
.pagination li.pager-previous *::before,
.pagination li.pager-last *::before,
.pagination li.pager-last *::after,
.pagination li.pager-next *::before {
  width: 8px;
  height: 8px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.pagination li.pager-first *::before,
.pagination li.pager-first *::after,
.pagination li.pager-previous *::before {
  border-bottom: solid 1px var(--main-color);
  border-left: solid 1px var(--main-color);
}
.pagination li.pager-last *::before,
.pagination li.pager-last *::after,
.pagination li.pager-next *::before {
  border-top: solid 1px var(--main-color);
  border-right: solid 1px var(--main-color);
}

.pagination li.pager-first *::before { left: -6px; }
.pagination li.pager-first *::after { left: 6px; }
.pagination li.pager-last *::before { right: -6px; }
.pagination li.pager-last *::after { right: 6px; }

.pagination > li > a {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 2.8rem;
  height: 2.8rem;
  color: var(--main-color);
  padding: 0 !important;
}

.btn-default,
.btn-primary,
.btn-secondary,
.btn-danger {
  padding: 1.0rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.4rem;
}

@media screen and (min-width: 960px) {
  .btn-default:hover,
  .btn-primary:hover,
  .btn-secondary:hover,
  .btn-danger:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.btn-default {
  background: none;
  border: solid 1px var(--main-color);
  color: var(--text-link);
}

.btn-primary {
  border: 1px solid var(--main-color);
  color: #fff;
  background: var(--main-color);
}
.btn-primary .block-loading-min--ball::before {
  background: #ffffff;

}
.btn-secondary {
  background: none;
  border: solid 1px var(--main-color);
  color: var(--text-link);
}

.btn-danger {
  background: var(--second-color);
  border: solid 1px var(--main-color);
  color: var(--text-link);
}

/* ヘッダ */
#header-text {
  position: relative;
  z-index: 1006;
  margin: 0 0 -1px;
  padding: 0.7rem 1.0rem;
  background: var(--main-color);
  color: #FFFFFF;
  font-size: 1.0rem;
}
@media screen and (min-width: 960px) {
  #header-text {
    margin: 0 0 -12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 36px;
    padding: 0 0 2px;
    font-size: 15px;
    line-height: 1;
  }
  #header-text p {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 10px;
  }
}
#header-bg {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
}
#header-wrap {
  position: relative;
  z-index: 1005;
  height: 5.9rem;
  background: #ffffff;
}
#header-wrap header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 5.9rem;
  background-color: rgba(255,255,255,0);
  background-image: url(../../img/usr/common/header_bg.gif);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: left center;
  border-bottom: solid 1px var(--main-color);
  border-bottom: none;
}
#header-wrap.st__fixed {
  z-index: 1005;
}
#header-wrap.st__fixed header {
  position: fixed;
  background-color: rgba(255,255,255,1);
  border-bottom: solid 1px var(--main-color);
}
#header-wrap header #header-container {
  display: flex;
  align-items: flex-start;
  padding: 1rem 1.8rem 0 1.4rem;
}
#header-wrap header #header-logo {
  margin: .8rem 0 0;
  padding: 0;
  order: 1;
  width: 8rem;
  font-size: 1.4rem;
}
#header-wrap header .header-nav {
  order: 2;
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.5rem;
}
#header-wrap header .header-nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  position: relative;
}
#header-wrap header .header-nav li a span:not(.js-cart-count) {
  font-size: 1rem;
  line-height: 1;
  color: var(--gray3);
  word-break: keep-all;
  position: absolute;
  top: calc(100% + .2rem);
  left: 50%;
  translate: -50% 0;
}
#header-wrap header .header-nav li.header-nav--search a {
  background: url(../../img/usr/common/ico_header_search.png) center / contain no-repeat;
}
#header-wrap header .header-nav li.header-nav--user a {
  background: url(../../img/usr/common/ico_header_user.png) center / contain no-repeat;
}
#header-wrap header .header-nav li.header-nav--cart a {
  position: relative;
  background: url(../../img/usr/common/ico_header_cart.png) center calc(50% - 1px) / contain no-repeat;
}
#header-wrap header .header-nav li a span.js-cart-count {
  position: absolute;
  right: -0.5rem;
  top: -0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #db0000;
  color: #ffffff;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 100%;
  padding: 0.15rem 0 0;
  font-size: 1.15rem;
  line-height: 1;
  font-weight: 400;
  font-family: 'Roboto', "Noto Sans JP", メイリオ, Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#header-wrap header .header-nav li a span.js-cart-count:empty {
  display: none!important;
}
#header-wrap header .header-nav li.header-nav--menu a {
  position: relative;
  width: 3.2rem;
}
#header-wrap header .header-nav li.header-nav--menu a i::before,
#header-wrap header .header-nav li.header-nav--menu a i::after {
  content: '';
}
#header-wrap header .header-nav li.header-nav--menu a i::before,
#header-wrap header .header-nav li.header-nav--menu a i::after,
#header-wrap header .header-nav li.header-nav--menu a i {
  display: block;
  position: absolute;
  left: 50%;
  width: 2.4rem;
  height: 2px;
  background: #595757;
  translate: -50% 0;
  transition: all 0.3s;
}
#header-wrap header .header-nav li.header-nav--menu a i::before { top: -.7rem; }
#header-wrap header .header-nav li.header-nav--menu a i::after { top: .7rem; }
#header-wrap header .header-nav li.header-nav--menu a i { top: 50% }

#header-wrap header .header-nav li.header-nav--menu.st__open a i::before { transform: rotate(45deg); top: calc(50% - 1px); }
#header-wrap header .header-nav li.header-nav--menu.st__open a i::after { transform: rotate(-45deg); top: calc(50% - 1px); }
#header-wrap header .header-nav li.header-nav--menu.st__open a i { background: transparent; }

@media screen and (min-width: 960px) {
  #header-wrap {
    height: 112px;
  }
  #header-wrap header {
    height: 112px;
  }
  #header-wrap header #header-container {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 30px 10px 0;
  }
  #header-wrap header #header-logo {
    width: 160px;
    font-size: 14px;
  }
  #header-wrap header .header-nav {
    flex: none;
    margin-top: 5px;
    gap: 22px;
  }
  #header-wrap header .header-nav li a {
    width: 32px;
    height: 32px;
  }
  #header-wrap header .header-nav li a span.js-cart-count {
    width: 21px;
    height: 21px;
    font-size: 14px;
    right: -8px;
    top: -8px;
  }
  #header-wrap header .header-nav li.header-nav--menu a {
    width: 32px;
  }
  #header-wrap header .header-nav li.header-nav--menu a i::before,
  #header-wrap header .header-nav li.header-nav--menu a i::after,
  #header-wrap header .header-nav li.header-nav--menu a i {
    width: 30px;
    height: 1px;
  }
  #header-wrap header .header-nav li.header-nav--menu a i::before { top:-10px }
  #header-wrap header .header-nav li.header-nav--menu a i::after { top: 10px; }
  #header-wrap header .header-nav li.header-nav--menu a i { top: 50%; }
  #header-wrap header .header-nav li a span:not(.js-cart-count) {
    font-size: 1.2rem;
  }
}

#header-wrap header #header-search {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 7.0rem;
  padding: 0 2.0rem;
  /* background: #ffffff; */
  border-top: solid 1px var(--main-color);
}
#header-wrap header #header-search form {
  position: relative;
  margin: 1.6rem 0 0;
  height: 4.0rem;
  padding: 0 0 0 1.5rem;
  display: flex;
  align-items: stretch;
  border: solid 1px #999999;
  border-radius: .4rem;
  background-color: #fff;
  overflow: hidden;
}
#header-wrap header #header-search form button {
  order: 10;
  margin: 0;
  padding: 0;
  border: none;
  width: 6.0rem;
  background: url(../../img/usr/common/ico_header_search.png) center / contain no-repeat;
  background: #999999 url(../../img/usr/common/ico_search_w_sp.png) 40% 40% / 3.0rem auto no-repeat; 
}
#header-wrap header #header-search form input[type="text"] {
  order: 5;
  width: calc(100% - 6.0rem);
  border: none;
  padding: 4px;
  background: none;
}
@media screen and (min-width: 960px) {
  #header-wrap header #header-search {
    border-top: none;
    flex: 1;
    display: block!important;
    position: static;
    height: auto;
    margin: 5px 34px 0 0;
    padding: 0;
    order: 1;
  }
  #header-wrap header #header-search form {
    width: 290px;
    height: 30px;
    margin: 0 0 0 auto;
  }
  #header-wrap header #header-search form button {
    width: 45px;
    background-size: 18px auto;
    background-position: 50% 50%;
  }
  #header-wrap header #header-search form input[type="text"] {
    width: calc(100% - 45px);
  }
      
}
#header-wrap header #header-menu {
  position: absolute;
  right: -110vw;
  top: 100%;
  color: #fff;
  background: var(--main-color);
  width: 100vw;
  transition: right 0.5s;
  border-top: solid 1px var(--main-color);
}
#header-wrap header #header-menu.st__open {
  right: 0;
}
#header-wrap header #header-menu .header-menu-body {
  overflow-y: auto;
  max-height: calc(100vh - 7.0rem);
  max-height: calc(100dvh - 7.0rem);
  padding: 2.4rem 3.0rem 3.7rem;
}
#header-wrap header #header-menu ul li {
}
#header-wrap header #header-menu ul li > a,
#header-wrap header #header-menu ul li > span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: var(--font-family-serif);
  padding: 1rem 0;
  letter-spacing: .1em;
}

#header-wrap header #header-menu ul ul li > a,
#header-wrap header #header-menu ul ul li > span {
  padding-left: 2.5rem;
}
#header-wrap header #header-menu .block-dynamic-category--body li figure {
  margin: 0 2.2rem 0 0;
  width: 5.0rem;
  height: 5.0rem;
  overflow: hidden;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header-wrap header #header-menu .block-dynamic-category--body li figure img {
  max-height: 100%;
}
@media screen and (max-width: 959px) {
  #header-wrap header #header-menu {
    display: block!important;
  }
}

@media screen and (min-width: 960px) {
  #header-wrap header #header-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 112px;
    border-top: none;
    width: 370px;
    transition: right 0.0s;
  }
  #header-wrap header #header-menu .header-menu-body {
    max-height: calc(100vh - 120px);
    padding: 20px 30px 30px;
  }
  #header-wrap header #header-menu ul li > a,
  #header-wrap header #header-menu ul li > span {
    padding: 11px 0;
    font-size: 18px;
  }
  #header-wrap header #header-menu ul ul li > a,
  #header-wrap header #header-menu ul ul li > span {
    padding-left: 14px;
  }
  #header-wrap header #header-menu .block-dynamic-category--body li figure {
    margin: 0 12px 0 0;
    width: 50px;
    height: 50px;
  }
  
}
/* グローバルナビ */
#gnav {
  position: relative;
  z-index: 1002;
  background: #ffffff;
  border-bottom: solid 1px var(--main-color);
  margin: -2px 0 0;
  padding: 0 0 1.5rem;
  font-size: 1.0rem;
  line-height: 1.3;
}
#gnav.st__under {
  z-index: 999;
}
#gnav ul {
  display: flex;
}
#gnav ul li {
  position: relative;
  flex: 1;
}
#gnav ul li + li:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #cccccc;
  width: 1px;

}
#gnav ul li a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 959px) {
  #gnav {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  #gnav {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 60px;
    background-color: var(--main-color);
  }
  #gnav ul {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  #gnav ul li {
    flex: none;
  }
  #gnav ul li + li:before {
    display: none;
  }
  #gnav ul li a {
    padding: 0 15px;
    color: #fff;
  }
  #gnav ul li a:hover {
    text-decoration: none;
    opacity: .7;
  }
}

/* header warning */
.header-warning {
  color: #fff;
  background-color: var(--main-color);
  border: none;
}

/* ----フッタ---- */
.pane-footer {
  margin: 6.0rem 0 0;
  background: var(--main-color);
}
.pane-footer .container {
  width: 100%;
  max-width: none;
}
@media screen and (min-width: 960px) {
  .pane-footer {
    margin: 88px 0 0;
  }
  .pane-footer .container {
    max-width: 980px;
  }
}

#footer-body {
  padding: 2.5rem;
  color: #ffffff;
}
.footer-wrap {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2.5rem;
}

#footer-body #footer-logo {
  width: 100%;
}
#footer-body #footer-logo a {
  display: block;
  width: 8rem;
}
#footer-body #footer-logo img {
  width: 100%;
}
.footer-links {
  width: 50%;
}
.footer-links-i a {
  font-size: 1rem;
}

#footer-body #footer-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: .8rem;
  column-gap: 0;
  margin-top: 4rem;
}
#footer-body #footer-nav li {
  line-height: 1;
}
#footer-body #footer-nav li:nth-child(n + 2) {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 959px) {
  #footer-body #footer-nav li:nth-child(1) a {
    padding-left: 0;
  }
}
#footer-body #footer-nav li a {
  display: block;
  font-size: .9rem;
  line-height: 1.4rem;
  padding: 0 1.3rem;
}
#footer-body .footer-sns {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4rem;
}
#footer-body .footer-sns-title {
  font-size: .8rem;
  letter-spacing: .03em;
}
#footer-body .footer-sns-list {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 2rem;
  margin-top: 1.2rem;
}
#footer-body .footer-sns-list-i {
  display: block;
  width: 3.4rem;
  height: 3.4rem;
}
#footer-body .footer-sns-list-i a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#footer-body .footer-sns-list-i a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
#footer-body #copyright {
  margin: 3rem 0 0;
  text-align: center;
  font-size: .9rem;
}

@media screen and (min-width: 960px) {
  #footer-body {
    padding: 50px 10px;
  }
  .footer-wrap {
    row-gap: 0;
  }

  #footer-body #footer-logo {
    width: 160px;
  }
  #footer-body #footer-logo a {
    width: 100%;
  }
  #footer-body .footer-links {
    width: fit-content;
  }
  #footer-body .footer-links:nth-of-type(1) {
    margin-left: 160px;
  }
  #footer-body .footer-links:nth-of-type(2) {
    margin-left: 120px;
  }
  #footer-body .footer-links-i + .footer-links-i {
    margin-top: 14px;
  }
  #footer-body .footer-links-i a {
    display: block;
    font-size: 14px;
  }
  #footer-body #footer-nav {
    row-gap: 14px;
    margin-top: 90px;
  }
  #footer-body #footer-nav li {
    border-left: 1px solid #fff;
  }
  #footer-body #footer-nav li:last-child {
    border-right: 1px solid #fff;
  }
  #footer-body #footer-nav li a {
    font-size: 14px;
    padding: 0 18px;
  }
  #footer-body .footer-sns {
    margin-top: 50px;
  }
  #footer-body .footer-sns-title {
    font-size: 14px;
    letter-spacing: .05em;
  }
  #footer-body .footer-sns-list {
    margin-top: 17px;
  }
  #footer-body .footer-sns-list-i a:hover {
    opacity: .7;
  }
  #footer-body #copyright {
    margin: 20px 0 0;
    font-size: 14px;
  }
}

/* LP ヘッダ */
#lp-header {
  height: 7rem;
  padding: 1.8rem 0 0;
  text-align: center;
  border-top: solid 0.6rem var(--main-color);
  background: rgba(255, 255, 255, 1);
  border-bottom: solid 1px var(--main-color);
}
#lp-header #header-logo {
  margin: 0 auto;
  padding: 0;
  order: 1;
  width: 8.7rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 960px) {
  #lp-header {
    height: 104px;
    padding: 23px 0 0;
    border-top: solid 12px var(--main-color);
    border-bottom: solid 1px var(--main-color);
  }
  #lp-header #header-logo {
    width: 144px;
    font-size: 14px;
  }
  
}

/* ----ページトップに戻る---- */
.block-page-top a {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: block;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 100%;
  background: url(../../img/usr/common/pagetop.png) no-repeat center / contain;
}
.block-page-top {
  position: fixed;
  z-index: 100;
  top: auto;
  bottom: 0;
  right: 0;
  display: none;
}
@media screen and (min-width: 960px) {
  .block-page-top a {
    width: 62px;
    height: 62px;
  }
}

/* swiper */
body .swiper-pagination-bullet {
  opacity: 1;
  background: #cccccc;
}
body .swiper-pagination-bullet-active {
  background: var(--main-color);
}
body .swiper-button-next:after, body .swiper-button-prev:after {
  color: #888888;
  font-size: 20px;
}
body .swiper-button-next.swiper-button-disabled, body .swiper-button-prev.swiper-button-disabled {
  opacity: 0!important;
}

/* loading */
@keyframes pulse {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: .25;
    transform: scale(.75);
  }
}
.pulse-container {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.pulse-bubble {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #cccccc;
}
.pulse-bubble-1 {
    animation: pulse .4s ease 0s infinite alternate;
}
.pulse-bubble-2 {
    animation: pulse .4s ease .2s infinite alternate;
}
.pulse-bubble-3 {
    animation: pulse .4s ease .4s infinite alternate;
}


/* デザインラジオ・チェックボタン */
.input-design--rc-wrap {
  margin: 1.6rem 0;
  display: flex;
  flex-flow: column;
  gap: 1.6rem;
}
.input-design--rc {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.0rem;
  min-height: 4.6rem;
  font-size: 1.4rem;
  font-weight: normal;
  position: relative;
}
.input-design--rc::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: solid 1px #cccccc;
  pointer-events: none;
}
.input-design--rc input[type="checkbox"],
.input-design--rc input[type="radio"] {
  position: absolute;
  left: 0;
  right: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.input-design--rc:has(input:checked) {
  color: var(--main-color);
}
.input-design--rc:has(input:checked)::before {
  border-color: var(--main-color);
}
@media screen and (min-width: 960px) {
  .input-design--rc-wrap {
    margin: 0;
    flex-flow: wrap;
    gap: 17px;
  }
  .input-design--rc {
    min-width: 160px;
    min-height: 60px;
    max-width: 480px;
    padding: 8px 14px;
    font-size: 14px;
    cursor: pointer;
  }
  .input-design--rc:has(input:checked)::before {
    border-color: var(--main-color);
    border-width: 2px;
  }
    
}

/* ---- balloontip ---- */
.balloontip {
  border: 1px solid var(--main-color);
  box-shadow: rgba(85, 85, 85, 0.3) 4px 4px 4px;
  color: var(--main-color);
  font-size: 1.4rem;
  background: var(--second-color);
    padding: .8rem 1.4rem;
}

/* ---- badge ---- */
.badge {
  font-size: 1rem;
  background-color: var(--main-color);
}

/* ---- text ---- */
.text-muted {
  color: var(--text-color2);
}

.text-danger {
  color: var(--text-danger);
}

/* ---- price ---- */
.net-price {
  color: var(--text-color);
}

.default-price {
  color: var(--text-color);
  font-weight: 400;
}

.exchange-price {
  color: var(--text-color);
}

/* ---- modal ---- */
.modal-header {
  background-color: #fff;
  font-size: 1.8rem;
  color: var(--text-color);
  text-align: center;
  font-weight: 400;
  position: relative;
  padding-top: 4rem;
}

@media screen and (min-width: 960px) {
  .modal-header {
    font-size: 2rem;
  }
}

.modal-close {
  width: 2.4rem;
  color: var(--main-color);
  font-size: 2.4rem;
  font-weight: 100;
  position: absolute;
  top: 1.7rem;
  right: 2.3rem;
}

.modal-body {
  padding: 2.4rem 2rem;
  font-size: 1.4rem;
}

.modal-body p {
  text-align: center;
}

@media screen and (min-width: 960px) {
  .modal-body {
    font-size: 1.6rem;
  }
}

.modal-body .panel {
  text-align: center;
  background-color: var(--gray1);
  border: none;
  padding: 1.5rem 1rem;
}

.modal-footer {
  padding-bottom: 4rem;
}

@media screen and (max-width: 959px) {
  .modal-footer {
    flex-direction: column;
    align-items: center;
  }
  .modal-footer .btn {
    width: 21rem;
  }
}

/* ---- Aleart ---- */
.block-common-alert {
  text-align: center;
  border: 1px solid var(--text-danger);
  color: var(--text-danger);
}

@media screen and (max-width: 959px) {
  .block-common-alert {
    font-size: 1.2rem;
  }
}

.block-common-alert--link {
  color: var(--text-color);
  text-decoration: underline;
}

.block-common-alert-list {
  text-align: center;
  border: 1px solid var(--main-color);
  padding: 2rem;
}

@media screen and (max-width: 959px) {
  .block-common-alert-list {
    font-size: 1.2rem;
  }
}

.block-common-alert-list--message {
  margin-bottom: 1.5rem;
}

.block-common-alert-list--items {
  color: var(--text-danger);
}

.alert {
  color: var(--text-danger);
  padding: .9rem .9rem .9rem 4.6rem;
  background-color: var(--red1);
  background-image: url(../../img/usr/common/alert.png);
  background-size: 1.9rem auto;
  background-position: 1.5rem center;
  border: 1px solid var(--text-danger);
}

@media screen and (min-width: 960px) {
  .alert {
    padding: 1.2rem 1.2rem 1.2rem 8.5rem;
    background-size: 2.8rem auto;
    background-position: 3.2rem center;
  }
}

/* ---- Success ---- */
.success {
  color: var(--main-color);
  padding: .9rem .9rem .9rem 4.6rem;
  background-color: var(--second-color);
  background-image: url(../../img/usr/common/success.png);
  background-size: 1.9rem auto;
  background-position: 1.5rem center;
  border: 1px solid var(--main-color);
}
@media screen and (min-width: 960px) {
  .success {
    padding: 1.2rem 1.2rem 1.2rem 8.5rem;
    background-size: 2.8rem auto;
    background-position: 3.2rem center;
  }
}

/* ---- 注文ステータス ---- */
.status-order,
.status-cancel,
.status-income,
.status-reserve,
.status-rship,
.status-ship,
.status-verify,
.status-return,
.status-status_,
.status-status_1,
.status-status_2,
.status-status_3,
.status-status_4,
.status-status_9,
.status-return_reception {
  border: 1px solid var(--main-color);
  padding: .7rem 1.2rem;
}

@media screen and (max-width: 959px) {
  .status-order,
  .status-cancel,
  .status-income,
  .status-reserve,
  .status-rship,
  .status-ship,
  .status-verify,
  .status-return,
  .status-status_,
  .status-status_1,
  .status-status_2,
  .status-status_3,
  .status-status_4,
  .status-status_9,
  .status-return_reception {
    padding: .7rem 2rem;
  }
}

.status-message {
  font-size: 1.3rem;
}

.status-percentage {
  font-weight: bold;
}

[class^="status-progress"] {
  height: 1.4rem;
  background: var(--second-color);
  border-radius: 0;
}

[class^="status-progress"]:after {
  height: 100%;
}

.status-reserve [class^="status-progress"]:after {
  background: var(--yellow);
}

.status-cancel [class^="status-progress"] {
  background: var(--sub-color);
}

.status-return [class^="status-progress"]::after {
  background: var(--text-danger);
}
.status-message {
  padding-left: 0;
}
.status-percentage {
  width: 5rem;
  font-size: 2rem;
}

/* ---- Dropdown ---- */
.dropdown li {
  background: #fff;
}

.dropdown li span {
  color: var(--text-color);
}

.dropdown li span:hover {
  background: var(--main-color);
  color: #fff;
}

/* ---- table ---- */
.table,
.table td,
.table th {
  border-color: var(--gray2);
}

.table th {
  background: var(--gray1);
  font-size: 1.6rem;
  font-weight: 400;
}

/* ---- form ---- */
.fieldset .form-group {
  margin: 0;
}
.fieldset .form-group .form-label {
  width: 100%;
  background-color: var(--gray1);
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
.fieldset .form-group .constraint {
  background-color: var(--gray1);
}
.fieldset .form-group + .form-group::before {
  border-top: 1px solid var(--gray2);
}

.fieldset-vertical .form-label {
  background: var(--gray1);
}

.fieldset-vertical .form-label label {
  font-weight: 400;
}


@media screen and (min-width: 960px) {
  .fieldset .block-order-estimate--pay-header .form-control {
    padding: 0 !important;
  }
  .fieldset:not(.block-order-estimate--pay-input) .form-group + .form-group {
      margin-top: 0;
      padding-top: 0;
  }
  .fieldset .form-group .form-label {
    width: auto;
    margin-bottom: 0;
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .fieldset .form-group .form-control {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .fieldset .form-group .constraint {
    flex: initial;
    width: 80px;
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .checktype_name, .checktype_kana {
    width: 180px;
    padding-right: 0;
  }
  .fieldset .form-group .form-control:has(span:only-child) {
    font-size: 14px;
  }
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="number"],
select,
textarea {
  border: 1px solid var(--main-color);
  padding: .8rem 1.5rem;
}

input[type="checkbox"] {
  width: 20px;
  height: 20px;
  position: relative;
  top: -.2rem;
  border: 1px solid var(--main-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: -2px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(-44deg);
  width: 11px;
  height: 6px;
  border-left: 1px solid var(--main-color);
  border-bottom: 1px solid var(--main-color);
  content: '';
}

input[type="radio"] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid var(--main-color);
  position: relative;
  top: -.2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="radio"]:checked:before {
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--main-color);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

select[name="pref"] {
  width: 300px;
}

.form-error {
  color: var(--text-danger);
  font-size: 1.2rem;
}

.count-msg {
  color: var(--text-danger);
  font-size: 1rem;
}

.help-block {
  color: var(--text-color2);
  font-size: 1rem;
}

.required {
  position: relative;
  top: -0.2em;
  margin-inline: 0.1em;
  margin-right: 0.2em;
}

.required:after {
  width: 3rem;
  font-size: 1rem !important;
}

/* ---- ログインページ ---- */
@media screen and (min-width: 960px) {
  .fieldset .form-group.block-member-info--rules .form-control {
      padding: 2.8rem 0 2.8rem 2rem;
  }
}

/* ---- マイページ ---- */
/* ---- マイページ - 購入履歴 ---- */
/* ---- マイページ - お気に入り ---- */
.block-favorite--form li {
  margin: 0;
  padding: 2.4rem .8rem;
  border-color: var(--gray2);
}

/* ---- マイページ - 入荷案内申し込み製品リスト ---- */
.block-arrival-notice-list--form li {
  margin: 0;
  padding: 2.4rem .8rem;
  border-color: var(--gray2);
}

/* ---- マイページ - 会員情報変更 ---- */
/* ---- マイページ - クレジットカード情報の確認・変更 ---- */
/* ---- マイページ - メールアドレス変更 ---- */
/* ---- マイページ - アドレス帳の新規登録 ---- */
/* ---- マイページ - パスワードの変更 ---- */
/* ---- マイページ - お問い合わせ ---- */

/* ---- 会員登録 ----  */
.modal-body .block-quick-member-info p {
  text-align: left;
}