@charset "UTF-8";
/*共通ヘッダー非表示*/
#suz-top-header-trigger {
  display: none;
}

.header-wrap {
  background: url(/common/img/c3/headder_bg.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .header-wrap {
    z-index: 10002;
  }
}
.header-wrap__top {
  background-color: #ffffff;
  color: #000000;
}
.header-wrap__top-tel:after {
  background: #000000;
}
.header-wrap__top-tel .txt-l {
  color: #000000 !important;
}
.header-wrap__top-tel .txt-l a {
  color: #000000 !important;
}
.header-wrap__content {
  background: inherit;
  color: #ffffff;
}
.header-wrap__content a {
  color: #ffffff;
}
.header-wrap__content-navi .fix-inner {
  background: inherit;
}
.header-wrap__content-navi .fix-inner.fixInit {
  background: url(/common/img/c3/headder_bg.jpg) no-repeat center center/cover;
}
.header-wrap__content-navi .btn-logo {
  width: 97px;
}
@media screen and (max-width: 767px) {
  .header-wrap__content-navi .btn-logo {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .header-wrap__content-navi .btn-sys-menu > * + * {
    margin-left: 10px;
  }
}
.header-wrap__content-menu {
  border-top: 1px solid #ffffff;
}
.header-wrap__content-menu .menu-list + .menu-list {
  border-left: 1px solid #ffffff;
}
.header-wrap__content-menu .menu-head {
  color: #ffffff;
}
.header-wrap__content-menu.fixed {
  background-image: inherit;
  background-position: bottom;
}
.header-wrap__content-menu.fixed > .inner-wrap {
  border-top: 1px solid #ffffff;
}
.header-wrap__content .hover-menu {
  background: #464443;
}
.header-wrap__content .hover-menu__cat-link {
  color: #230e02;
}
.header-wrap__content .hover-menu__box-link + .hover-menu__box-link {
  border-top: 1px solid #939393;
}
.header-wrap__content .hover-menu__cat:before {
  border-color: transparent transparent #646464 transparent;
}
@media screen and (max-width: 767px) {
  .header-wrap__content.fixed {
    position: fixed !important;
  }
}

.side-menu {
  background-color: #ebebeb;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .side-menu {
    overflow: auto;
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }
}
.side-menu__sns {
  background: url(/common/img/c3/headder_bg.jpg) no-repeat center center/cover;
}
.side-menu__search {
  background: #e3e3e3;
}
@media screen and (min-width: 768px) {
  .side-menu__search form {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .side-menu__search form .uni_suggest_container {
    width: 330px;
    top: 60px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.35);
            box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.35);
  }
}
.side-menu__info-login > *, .side-menu .side-menu__info-logout > * {
  background-color: #000000;
}
.side-menu__list-img {
  width: 40px;
  left: 8px;
}
.side-menu__footer-inner {
  background: #c9c8c8;
}
.side-menu__footer-inner .txt-tel-box {
  background-color: #ffffff;
}

.header-wrap__top {
  background-color: #e3e3e3;
}
@media screen and (min-width: 768px) {
  .header-wrap__top {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.header-wrap__top .otodoke-counter {
  margin-left: 0px;
  padding-right: 3%;
  background-color: inherit;
  width: 100%;
  height: 52px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media screen and (max-width: 767px) {
  .header-wrap__top .otodoke-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0;
    height: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header-wrap__top .otodoke-counter:before {
  content: none;
}
@media screen and (min-width: 768px) {
  .header-wrap__top .otodoke-counter__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-wrap__top .otodoke-counter__inner img.pc {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .header-wrap__top .otodoke-counter__inner img.pc {
    display: none;
  }
}
.header-wrap__top .otodoke-counter__inner img.sp {
  display: inline-block;
}
@media screen and (max-width: 375px) {
  .header-wrap__top .otodoke-counter__inner img.sp {
    max-width: 25px;
  }
}
@media screen and (min-width: 768px) {
  .header-wrap__top .otodoke-counter__inner img.sp {
    display: none;
  }
}
.header-wrap__top .otodoke-counter__inner p .d-374 {
  display: none;
}
@media screen and (max-width: 375px) {
  .header-wrap__top .otodoke-counter__inner p .d-374 {
    display: block;
  }
}
.header-wrap__top .otodoke-counter__inner p img {
  top: 0;
}
.header-wrap__top .otodoke-counter__inner-num {
  font-size: 12px;
}
.header-wrap__top .otodoke-counter__inner-span {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .header-wrap__top .otodoke-counter__icon {
    position: absolute;
    left: -50px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .header-wrap__top .otodoke-counter__text {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .header-wrap__top .otodoke-counter__text {
    min-height: 40px;
    width: 100%;
  }
}
.header-wrap__top .otodoke-counter__text p + p {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .header-wrap__top .otodoke-counter__text p + p {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header-wrap__top .otodoke-counter__text p {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0;
    background-size: cover;
    background-position: center center;
    /* 8秒のサイクルで無限に繰り返す */
    -webkit-animation: switchFadeInOut 8s infinite ease-in-out;
            animation: switchFadeInOut 8s infinite ease-in-out;
    opacity: 0;
  }
}
.header-wrap__top .otodoke-counter__text p:nth-of-type(1) {
  /* 最初のpタグはすぐにアニメーションを開始 */
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.header-wrap__top .otodoke-counter__text p:nth-of-type(2) {
  /* 2つ目のpタグは4秒後にアニメーションを開始 */
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
@-webkit-keyframes switchFadeInOut {
  0%, 50%, 100% {
    opacity: 0;
  }
  6.25%, 43.75% {
    opacity: 1;
  } /* 0.5秒でフェードイン、次の3秒間表示を維持、その後0.5秒でフェードアウト */
}
@keyframes switchFadeInOut {
  0%, 50%, 100% {
    opacity: 0;
  }
  6.25%, 43.75% {
    opacity: 1;
  } /* 0.5秒でフェードイン、次の3秒間表示を維持、その後0.5秒でフェードアウト */
}
@-webkit-keyframes image-switch-animation {
  0% {
    opacity: 0.1;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes image-switch-animation {
  0% {
    opacity: 0.1;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .header-wrap__top .otodoke-counter__text p:not(:first-of-type) {
    border-top: none;
  }
}
.header-wrap__top .otodoke-counter .text_yellow {
  color: #fdd000;
}
@media screen and (max-width: 767px) {
  .header-wrap__top .otodoke-counter .text_yellow {
    font-size: 14px;
  }
}

.header-wrap__content-navi .btn-sys-menu > * span {
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .header-wrap__content-navi .btn-sys-menu > * span {
    margin-bottom: 3px;
  }
}

#uni_suggestbg {
  display: none;
}

@media screen and (min-width: 768px) {
  #C3 .header-wrap__top {
    height: 52px;
  }
}
@media screen and (max-width: 767px) {
  #C3 .header-wrap__top {
    background-color: #e3e3e3;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    height: 40px;
  }
}
@media screen and (min-width: 768px) {
  #C3 .header-wrap__top .header-wrap__top-logo {
    width: 42%;
  }
}
#C3 .header-wrap__top .header-wrap__top-content {
  width: 55%;
  margin-right: 0px;
}
@media screen and (max-width: 767px) {
  #C3 .header-wrap__top .header-wrap__top-content {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }
}
#C3 .header-wrap__top .otodoke-counter {
  margin-left: 0px;
  padding-right: 0;
  background-color: inherit;
  width: 100%;
  height: 52px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media screen and (max-width: 767px) {
  #C3 .header-wrap__top .otodoke-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0;
    height: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#C3 .header-wrap__top .otodoke-counter:before {
  content: none;
}
@media screen and (min-width: 768px) {
  #C3 .header-wrap__top .otodoke-counter__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#C3 .header-wrap__top .otodoke-counter__inner img.pc {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #C3 .header-wrap__top .otodoke-counter__inner img.pc {
    display: none;
  }
}
#C3 .header-wrap__top .otodoke-counter__inner img.sp {
  display: inline-block;
}
@media screen and (max-width: 375px) {
  #C3 .header-wrap__top .otodoke-counter__inner img.sp {
    max-width: 25px;
  }
}
@media screen and (min-width: 768px) {
  #C3 .header-wrap__top .otodoke-counter__inner img.sp {
    display: none;
  }
}
#C3 .header-wrap__top .otodoke-counter__inner p {
  color: #000000;
}
#C3 .header-wrap__top .otodoke-counter__inner p .d-374 {
  display: none;
}
@media screen and (max-width: 375px) {
  #C3 .header-wrap__top .otodoke-counter__inner p .d-374 {
    display: block;
  }
}
#C3 .header-wrap__top .otodoke-counter__inner p img {
  top: 0;
}
#C3 .header-wrap__top .otodoke-counter__inner-num {
  font-size: 12px;
}
#C3 .header-wrap__top .otodoke-counter__inner-span {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  #C3 .header-wrap__top .otodoke-counter__icon {
    position: absolute;
    left: -50px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  #C3 .header-wrap__top .otodoke-counter__text {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  #C3 .header-wrap__top .otodoke-counter__text {
    min-height: 40px;
    width: 100%;
  }
}
#C3 .header-wrap__top .otodoke-counter__text p + p {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #C3 .header-wrap__top .otodoke-counter__text p + p {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  #C3 .header-wrap__top .otodoke-counter__text p {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0;
    background-size: cover;
    background-position: center center;
    /* 8秒のサイクルで無限に繰り返す */
    -webkit-animation: switchFadeInOut 8s infinite ease-in-out;
            animation: switchFadeInOut 8s infinite ease-in-out;
    opacity: 0;
  }
}
#C3 .header-wrap__top .otodoke-counter__text p:nth-of-type(1) {
  /* 最初のpタグはすぐにアニメーションを開始 */
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
#C3 .header-wrap__top .otodoke-counter__text p:nth-of-type(2) {
  /* 2つ目のpタグは4秒後にアニメーションを開始 */
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
@keyframes switchFadeInOut {
  0%, 50%, 100% {
    opacity: 0;
  }
  6.25%, 43.75% {
    opacity: 1;
  } /* 0.5秒でフェードイン、次の3秒間表示を維持、その後0.5秒でフェードアウト */
}
@keyframes image-switch-animation {
  0% {
    opacity: 0.1;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  #C3 .header-wrap__top .otodoke-counter__text p:not(:first-of-type) {
    border-top: none;
  }
}
#C3 .header-wrap__top .otodoke-counter .text_red {
  color: #e61d50;
}
@media screen and (max-width: 767px) {
  #C3 .header-wrap__top .otodoke-counter .text_red {
    font-size: 14px;
  }
}

#pagetop {
  bottom: 80px;
}
@media screen and (max-width: 767px) {
  #pagetop {
    bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  #pagetop.iconTrue {
    bottom: 80px !important;
  }
}

.footer__telBusiness-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  opacity: 0.95;
}
@media screen and (max-width: 767px) {
  .footer__telBusiness-wrap {
    width: calc(100% - 266px);
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
@media screen and (min-width: 768px) {
  .footer__telBusiness-wrap > * + * {
    border-left: 1px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .footer__telBusiness-wrap > * + * a {
    position: relative;
  }
  .footer__telBusiness-wrap > * + * a:before {
    content: "";
    display: block;
    width: 1px;
    height: 60%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    background-color: rgba(255, 255, 255, 0.3);
  }
}
.footer__telBusiness-wrap .icon-true, .footer__telBusiness-wrap .icon-false {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer__telBusiness-wrap .icon-true {
    display: none;
  }
  .footer__telBusiness-wrap .icon-false {
    display: block;
  }
  .footer__telBusiness-wrap.iconTrue {
    right: 10px;
    bottom: 10px;
  }
  .footer__telBusiness-wrap.iconTrue .icon-false {
    display: none;
  }
  .footer__telBusiness-wrap.iconTrue .icon-true {
    display: inline;
  }
  .footer__telBusiness-wrap.iconTrue > * + * {
    margin-left: 5px;
  }
  .footer__telBusiness-wrap.iconTrue > * + * a:before {
    content: none;
  }
  .footer__telBusiness-wrap.iconTrue > p > a > span {
    display: none;
  }
  .footer__telBusiness-wrap.iconTrue #footer__tel, .footer__telBusiness-wrap.iconTrue #footer__tel-business {
    background-color: inherit;
    max-width: 60px;
  }
  .footer__telBusiness-wrap.iconTrue #footer__tel a, .footer__telBusiness-wrap.iconTrue #footer__tel-business a {
    padding: 0;
  }
  .footer__telBusiness-wrap.iconTrue #footer__tel a img, .footer__telBusiness-wrap.iconTrue #footer__tel-business a img {
    margin: 0 auto;
    width: 100%;
  }
}

#footer__tel, #footer__tel-business {
  background-color: #0d0d0d;
}
#footer__tel a, #footer__tel-business a {
  color: #fff;
  padding: 13px 13px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 305px;
}
@media screen and (max-width: 767px) {
  #footer__tel a, #footer__tel-business a {
    font-size: 13px;
    min-width: auto;
    padding: 8px 4px;
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: 60px;
  }
}
#footer__tel a .pc-inline, #footer__tel-business a .pc-inline {
  display: inline;
}
@media screen and (max-width: 767px) {
  #footer__tel a .pc-inline, #footer__tel-business a .pc-inline {
    display: none;
  }
}
#footer__tel a img, #footer__tel-business a img {
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  #footer__tel {
    position: static !important;
  }
}
@media screen and (max-width: 767px) {
  #footer__tel {
    position: static !important;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #footer__tel img {
    width: 24px;
  }
}
#footer__tel .pc-inline {
  padding-left: 7px;
  position: relative;
  bottom: 2px;
}
#footer__tel .f-robot {
  font-size: 20px;
}
#footer__tel .footer__tel-icon {
  display: none;
}

@media screen and (min-width: 768px) {
  #footer__tel-business {
    position: static !important;
  }
}
@media screen and (max-width: 767px) {
  #footer__tel-business {
    position: static !important;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #footer__tel-business img {
    width: 24px;
  }
}

@media screen and (max-width: 767px) {
  .channelTalk-cstmBtn:not(.iconTrue) {
    background-image: url(/img/usr/common/chat_c3_2510_sp.jpg);
    width: 266px;
    height: 60px;
    bottom: 0px;
    left: 0px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-position: bottom;
  }
}

@media screen and (max-width: 374px) {
  .footer__telBusiness-wrap {
    width: calc(100% - 208px);
  }
  #footer__tel a, #footer__tel-business a {
    min-height: 47px;
    padding: 4px 4px;
  }
  .channelTalk-cstmBtn:not(.iconTrue) {
    width: 208px;
    height: 47px;
  }
}
.goods-block-2502 {
  display: none;
}

.goods-none-2502 {
  display: inline;
}

.page-goods .goods-block-2502 {
  display: block;
}
.page-goods .goods-none-2502 {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-goods .goods-PCnone-2502 {
    display: none;
  }
}
.page-goods .pane-goods-footer {
  background-color: #0d0d0d !important;
}
.page-goods .pane-goods-footer .icon-true, .page-goods .pane-goods-footer .icon-false {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-goods .pane-goods-footer .icon-false {
    display: block;
  }
}
.page-goods .pane-goods-footer #footer__tel .pc-inline {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .page-goods .pane-goods-footer #footer__tel-business {
    letter-spacing: -1px;
  }
}
.page-goods .pane-goods-footer #footer__tel a, .page-goods .pane-goods-footer #footer__tel-business a {
  min-width: auto;
}
@media screen and (max-width: 767px) {
  .page-goods .pane-goods-footer #footer__tel a, .page-goods .pane-goods-footer #footer__tel-business a {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.page-goods .pane-goods-footer .favorite_wrap a {
  background-image: url(/common/img/goods/icon_like01.png);
  background-size: 24px;
}
.page-goods .pane-goods-footer .favorite_wrap .js-cancel-modal {
  background-image: url(/common/img/goods/icon_like02.png);
}
.page-goods .pane-goods-footer .block-add-cart--btn {
  background-color: #0d0d0d !important;
}
@media screen and (max-width: 767px) {
  .page-goods #footer__tel a img, .page-goods #footer__tel-business a img {
    margin: 0 auto 3px;
  }
}
@media screen and (max-width: 767px) {
  .page-goods #footer__tel a > span, .page-goods #footer__tel-business a > span {
    width: 100%;
    font-size: 8px;
  }
}