@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
}

blockquote:before, blockquote:after {
  content: none;
}

q:before, q:after {
  content: '';
}

q:before, q:after {
  content: none;
}

hr {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
      text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #000000;
}

@media all and (-ms-high-contrast: none) {
  body *::-ms-backdrop, body {
    font-family: "メイリオ", Meiryo, sans-serif !important;
  }
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 300ms ease-out 0ms;
  transition: opacity 300ms ease-out 0ms;
  cursor: pointer;
}

a:hover {
  opacity: .75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

a:hover,
a:focus {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

p {
  line-height: inherit;
  line-height: 1.72;
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
}

.sm-only {
  display: none;
}

img {
  max-width: 100%;
}

@media (min-width: 960px) {
  ::selection {
    background: #666666;
    color: #ffffff;
  }
}

@media (min-width: 960px) {
  ::-moz-selection {
    background: #666666;
    color: #ffffff;
  }
}

body {
  min-width: 1260px;
}

body.is-gray > .wrapper {
  background-color: #f4f4f4;
}

body > .wrapper {
  overflow: hidden;
  min-width: 1260px;
}

.pane-contents {
  padding: 0;
  padding-bottom: 140px;
  min-height: calc(100vh - 460px);
}

.pane-contents .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.pane-contents .container .pane-main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0  100%;
      -ms-flex: 1 0  100%;
          flex: 1 0  100%;
  max-width: 100%;
}

.pane-contents .container .pane-left-menu + .pane-main {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  780px;
      -ms-flex: 0 0  780px;
          flex: 0 0  780px;
  max-width: 780px;
}

.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto;
  width: 100%;
}

.pane-top {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

.pane-left-menu {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  340px;
      -ms-flex: 0 0  340px;
          flex: 0 0  340px;
  max-width: 340px;
  margin-top: -50px;
}

.wrapper {
  min-width: 1060px;
}

.l-outer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto;
}

.p-free-main {
  min-height: 600px;
  min-height: calc(100vh - 460px);
}

.pane-header__upper {
  background-color: #1E1E1E;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  padding: 0px 60px;
  height: 70px;
}

.pane-header__left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  311px;
      -ms-flex: 0 0  311px;
          flex: 0 0  311px;
  max-width: 311px;
}

.pane-header__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.pane-header-menus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.pane-header-menus-item {
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.00em;
  line-height: 1.5;
  margin-left: 30px;
}

.pane-header-menus-item a {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
}

.pane-header-menus-item a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 24px;
  height: 24px;
  -webkit-transform: translate3d(0, -50%, 0) rotate(0deg);
          transform: translate3d(0, -50%, 0) rotate(0deg);
}

.pane-header-menus-item.is-login a:after {
  background: url("../../img/usr/common/icon_h_entry_w.png") no-repeat center center/contain;
}

.pane-header-menus-item.is-mypage a:after {
  background: url("../../img/usr/common/icon_h_mypage_w.png") no-repeat center center/contain;
}

.pane-header-menus-item.is-cart a:after {
  margin-top: 2px;
  background: url("../../img/usr/common/icon_h_cart_w.png") no-repeat center center/contain;
}

.pane-header-menus-item .u-name {
  display: inline-block;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

.block-headernav--cart-count {
  background-color: #BF3333;
  text-align: center;
  width: 23px;
  height: 23px;
  position: absolute;
  line-height: 23px;
  font-size: 11px;
  background-color: #e61d50;
  color: #fff;
  border-radius: 10px;
  top: -12px;
  right: -12px;
  z-index: 2;
  font-size: 14px;
  font-weight: 600;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: -0.04em;
  border-radius: 50px;
}

.pane-header__bottom {
  height: 50px;
  background-color: #000;
  padding: 0 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  position: relative;
}

.pane-header-news {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  30%;
      -ms-flex: 0 0  30%;
          flex: 0 0  30%;
  max-width: 30%;
  white-space: nowrap;
  overflow: auto;
}

.pane-header-news > a {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.33;
}

.pane-header-news > a > span {
  display: inline-block;
  position: relative;
  padding-right: 32px;
}

.pane-header-news > a > span:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  width: 22px;
  height: 22px;
  background: url("../../img/usr/common/icon_arrow_right_w.png") no-repeat center center/contain;
  -webkit-transform: translate3d(0, -50%, 0) rotate(0deg);
          transform: translate3d(0, -50%, 0) rotate(0deg);
}

.pane-header-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  height: 100%;
}

.pane-header-links-item {
  margin-left: 30px;
  height: 100%;
}

.pane-header-links-item > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.33;
  height: 100%;
}

.pane-header-links-item.has-children > a {
  padding-right: 26px;
  position: relative;
}

.pane-header-links-item.has-children > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translate3d(0, -50%, 0) rotate(135deg);
          transform: translate3d(0, -50%, 0) rotate(135deg);
}

.pane-header-links-item.is-active .pane-header-links-item-children {
  display: block;
}

.pane-header-links-item-children {
  display: none;
  position: absolute;
  z-index: 500;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 40px 0;
  background-color: #323232;
}

.pane-header-links-item-children__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto;
}

.pane-header-sub-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.pane-header-sub-links-item {
  margin-right: 12px;
  margin-bottom: 12px;
  -webkit-animation: anim-pane-header-sub-links-item 200ms ease-out 0ms 1 normal forwards;
          animation: anim-pane-header-sub-links-item 200ms ease-out 0ms 1 normal forwards;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translate3d(-10px, 0, 0) rotate(0deg);
          transform: translate3d(-10px, 0, 0) rotate(0deg);
}

.pane-header-sub-links-item:nth-child(1) {
  -webkit-animation-delay: 10ms;
          animation-delay: 10ms;
}

.pane-header-sub-links-item:nth-child(2) {
  -webkit-animation-delay: 20ms;
          animation-delay: 20ms;
}

.pane-header-sub-links-item:nth-child(3) {
  -webkit-animation-delay: 30ms;
          animation-delay: 30ms;
}

.pane-header-sub-links-item:nth-child(4) {
  -webkit-animation-delay: 40ms;
          animation-delay: 40ms;
}

.pane-header-sub-links-item:nth-child(5) {
  -webkit-animation-delay: 50ms;
          animation-delay: 50ms;
}

.pane-header-sub-links-item:nth-child(6) {
  -webkit-animation-delay: 60ms;
          animation-delay: 60ms;
}

.pane-header-sub-links-item:nth-child(7) {
  -webkit-animation-delay: 70ms;
          animation-delay: 70ms;
}

.pane-header-sub-links-item:nth-child(8) {
  -webkit-animation-delay: 80ms;
          animation-delay: 80ms;
}

.pane-header-sub-links-item:nth-child(9) {
  -webkit-animation-delay: 90ms;
          animation-delay: 90ms;
}

.pane-header-sub-links-item:nth-child(10) {
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
}

.pane-header-sub-links-item:nth-child(11) {
  -webkit-animation-delay: 110ms;
          animation-delay: 110ms;
}

.pane-header-sub-links-item:nth-child(12) {
  -webkit-animation-delay: 120ms;
          animation-delay: 120ms;
}

.pane-header-sub-links-item:nth-child(13) {
  -webkit-animation-delay: 130ms;
          animation-delay: 130ms;
}

.pane-header-sub-links-item:nth-child(14) {
  -webkit-animation-delay: 140ms;
          animation-delay: 140ms;
}

.pane-header-sub-links-item:nth-child(15) {
  -webkit-animation-delay: 150ms;
          animation-delay: 150ms;
}

.pane-header-sub-links-item:nth-child(16) {
  -webkit-animation-delay: 160ms;
          animation-delay: 160ms;
}

.pane-header-sub-links-item:nth-child(17) {
  -webkit-animation-delay: 170ms;
          animation-delay: 170ms;
}

.pane-header-sub-links-item:nth-child(18) {
  -webkit-animation-delay: 180ms;
          animation-delay: 180ms;
}

.pane-header-sub-links-item:nth-child(19) {
  -webkit-animation-delay: 190ms;
          animation-delay: 190ms;
}

.pane-header-sub-links-item:nth-child(20) {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}

.pane-header-sub-links-item:nth-child(21) {
  -webkit-animation-delay: 210ms;
          animation-delay: 210ms;
}

.pane-header-sub-links-item:nth-child(22) {
  -webkit-animation-delay: 220ms;
          animation-delay: 220ms;
}

.pane-header-sub-links-item:nth-child(23) {
  -webkit-animation-delay: 230ms;
          animation-delay: 230ms;
}

.pane-header-sub-links-item:nth-child(24) {
  -webkit-animation-delay: 240ms;
          animation-delay: 240ms;
}

.pane-header-sub-links-item:nth-child(25) {
  -webkit-animation-delay: 250ms;
          animation-delay: 250ms;
}

.pane-header-sub-links-item:nth-child(26) {
  -webkit-animation-delay: 260ms;
          animation-delay: 260ms;
}

.pane-header-sub-links-item:nth-child(27) {
  -webkit-animation-delay: 270ms;
          animation-delay: 270ms;
}

.pane-header-sub-links-item:nth-child(28) {
  -webkit-animation-delay: 280ms;
          animation-delay: 280ms;
}

.pane-header-sub-links-item:nth-child(29) {
  -webkit-animation-delay: 290ms;
          animation-delay: 290ms;
}

.pane-header-sub-links-item:nth-child(30) {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}

.pane-header-sub-links-item:nth-child(31) {
  -webkit-animation-delay: 310ms;
          animation-delay: 310ms;
}

.pane-header-sub-links-item:nth-child(32) {
  -webkit-animation-delay: 320ms;
          animation-delay: 320ms;
}

.pane-header-sub-links-item:nth-child(33) {
  -webkit-animation-delay: 330ms;
          animation-delay: 330ms;
}

.pane-header-sub-links-item:nth-child(34) {
  -webkit-animation-delay: 340ms;
          animation-delay: 340ms;
}

.pane-header-sub-links-item:nth-child(35) {
  -webkit-animation-delay: 350ms;
          animation-delay: 350ms;
}

.pane-header-sub-links-item:nth-child(36) {
  -webkit-animation-delay: 360ms;
          animation-delay: 360ms;
}

.pane-header-sub-links-item:nth-child(37) {
  -webkit-animation-delay: 370ms;
          animation-delay: 370ms;
}

.pane-header-sub-links-item:nth-child(38) {
  -webkit-animation-delay: 380ms;
          animation-delay: 380ms;
}

.pane-header-sub-links-item:nth-child(39) {
  -webkit-animation-delay: 390ms;
          animation-delay: 390ms;
}

.pane-header-sub-links-item:nth-child(40) {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}

.pane-header-sub-links-item:nth-child(41) {
  -webkit-animation-delay: 410ms;
          animation-delay: 410ms;
}

.pane-header-sub-links-item:nth-child(42) {
  -webkit-animation-delay: 420ms;
          animation-delay: 420ms;
}

.pane-header-sub-links-item:nth-child(43) {
  -webkit-animation-delay: 430ms;
          animation-delay: 430ms;
}

.pane-header-sub-links-item:nth-child(44) {
  -webkit-animation-delay: 440ms;
          animation-delay: 440ms;
}

.pane-header-sub-links-item:nth-child(45) {
  -webkit-animation-delay: 450ms;
          animation-delay: 450ms;
}

.pane-header-sub-links-item:nth-child(46) {
  -webkit-animation-delay: 460ms;
          animation-delay: 460ms;
}

.pane-header-sub-links-item:nth-child(47) {
  -webkit-animation-delay: 470ms;
          animation-delay: 470ms;
}

.pane-header-sub-links-item:nth-child(48) {
  -webkit-animation-delay: 480ms;
          animation-delay: 480ms;
}

.pane-header-sub-links-item:nth-child(49) {
  -webkit-animation-delay: 490ms;
          animation-delay: 490ms;
}

.pane-header-sub-links-item:nth-child(50) {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}

.pane-header-sub-links-item:nth-child(51) {
  -webkit-animation-delay: 510ms;
          animation-delay: 510ms;
}

.pane-header-sub-links-item:nth-child(52) {
  -webkit-animation-delay: 520ms;
          animation-delay: 520ms;
}

.pane-header-sub-links-item:nth-child(53) {
  -webkit-animation-delay: 530ms;
          animation-delay: 530ms;
}

.pane-header-sub-links-item:nth-child(54) {
  -webkit-animation-delay: 540ms;
          animation-delay: 540ms;
}

.pane-header-sub-links-item:nth-child(55) {
  -webkit-animation-delay: 550ms;
          animation-delay: 550ms;
}

.pane-header-sub-links-item:nth-child(56) {
  -webkit-animation-delay: 560ms;
          animation-delay: 560ms;
}

.pane-header-sub-links-item:nth-child(57) {
  -webkit-animation-delay: 570ms;
          animation-delay: 570ms;
}

.pane-header-sub-links-item:nth-child(58) {
  -webkit-animation-delay: 580ms;
          animation-delay: 580ms;
}

.pane-header-sub-links-item:nth-child(59) {
  -webkit-animation-delay: 590ms;
          animation-delay: 590ms;
}

.pane-header-sub-links-item:nth-child(60) {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}

.pane-header-sub-links-item:nth-child(61) {
  -webkit-animation-delay: 610ms;
          animation-delay: 610ms;
}

.pane-header-sub-links-item:nth-child(62) {
  -webkit-animation-delay: 620ms;
          animation-delay: 620ms;
}

.pane-header-sub-links-item:nth-child(63) {
  -webkit-animation-delay: 630ms;
          animation-delay: 630ms;
}

.pane-header-sub-links-item:nth-child(64) {
  -webkit-animation-delay: 640ms;
          animation-delay: 640ms;
}

.pane-header-sub-links-item:nth-child(65) {
  -webkit-animation-delay: 650ms;
          animation-delay: 650ms;
}

.pane-header-sub-links-item:nth-child(66) {
  -webkit-animation-delay: 660ms;
          animation-delay: 660ms;
}

.pane-header-sub-links-item:nth-child(67) {
  -webkit-animation-delay: 670ms;
          animation-delay: 670ms;
}

.pane-header-sub-links-item:nth-child(68) {
  -webkit-animation-delay: 680ms;
          animation-delay: 680ms;
}

.pane-header-sub-links-item:nth-child(69) {
  -webkit-animation-delay: 690ms;
          animation-delay: 690ms;
}

.pane-header-sub-links-item:nth-child(70) {
  -webkit-animation-delay: 700ms;
          animation-delay: 700ms;
}

.pane-header-sub-links-item:nth-child(71) {
  -webkit-animation-delay: 710ms;
          animation-delay: 710ms;
}

.pane-header-sub-links-item:nth-child(72) {
  -webkit-animation-delay: 720ms;
          animation-delay: 720ms;
}

.pane-header-sub-links-item:nth-child(73) {
  -webkit-animation-delay: 730ms;
          animation-delay: 730ms;
}

.pane-header-sub-links-item:nth-child(74) {
  -webkit-animation-delay: 740ms;
          animation-delay: 740ms;
}

.pane-header-sub-links-item:nth-child(75) {
  -webkit-animation-delay: 750ms;
          animation-delay: 750ms;
}

.pane-header-sub-links-item:nth-child(76) {
  -webkit-animation-delay: 760ms;
          animation-delay: 760ms;
}

.pane-header-sub-links-item:nth-child(77) {
  -webkit-animation-delay: 770ms;
          animation-delay: 770ms;
}

.pane-header-sub-links-item:nth-child(78) {
  -webkit-animation-delay: 780ms;
          animation-delay: 780ms;
}

.pane-header-sub-links-item:nth-child(79) {
  -webkit-animation-delay: 790ms;
          animation-delay: 790ms;
}

.pane-header-sub-links-item:nth-child(80) {
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}

.pane-header-sub-links-item:nth-child(81) {
  -webkit-animation-delay: 810ms;
          animation-delay: 810ms;
}

.pane-header-sub-links-item:nth-child(82) {
  -webkit-animation-delay: 820ms;
          animation-delay: 820ms;
}

.pane-header-sub-links-item:nth-child(83) {
  -webkit-animation-delay: 830ms;
          animation-delay: 830ms;
}

.pane-header-sub-links-item:nth-child(84) {
  -webkit-animation-delay: 840ms;
          animation-delay: 840ms;
}

.pane-header-sub-links-item:nth-child(85) {
  -webkit-animation-delay: 850ms;
          animation-delay: 850ms;
}

.pane-header-sub-links-item:nth-child(86) {
  -webkit-animation-delay: 860ms;
          animation-delay: 860ms;
}

.pane-header-sub-links-item:nth-child(87) {
  -webkit-animation-delay: 870ms;
          animation-delay: 870ms;
}

.pane-header-sub-links-item:nth-child(88) {
  -webkit-animation-delay: 880ms;
          animation-delay: 880ms;
}

.pane-header-sub-links-item:nth-child(89) {
  -webkit-animation-delay: 890ms;
          animation-delay: 890ms;
}

.pane-header-sub-links-item:nth-child(90) {
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
}

.pane-header-sub-links-item:nth-child(91) {
  -webkit-animation-delay: 910ms;
          animation-delay: 910ms;
}

.pane-header-sub-links-item:nth-child(92) {
  -webkit-animation-delay: 920ms;
          animation-delay: 920ms;
}

.pane-header-sub-links-item:nth-child(93) {
  -webkit-animation-delay: 930ms;
          animation-delay: 930ms;
}

.pane-header-sub-links-item:nth-child(94) {
  -webkit-animation-delay: 940ms;
          animation-delay: 940ms;
}

.pane-header-sub-links-item:nth-child(95) {
  -webkit-animation-delay: 950ms;
          animation-delay: 950ms;
}

.pane-header-sub-links-item:nth-child(96) {
  -webkit-animation-delay: 960ms;
          animation-delay: 960ms;
}

.pane-header-sub-links-item:nth-child(97) {
  -webkit-animation-delay: 970ms;
          animation-delay: 970ms;
}

.pane-header-sub-links-item:nth-child(98) {
  -webkit-animation-delay: 980ms;
          animation-delay: 980ms;
}

.pane-header-sub-links-item:nth-child(99) {
  -webkit-animation-delay: 990ms;
          animation-delay: 990ms;
}

@-webkit-keyframes anim-pane-header-sub-links-item {
  0% {
    -webkit-transform: translate3d(-10px, 0, 0) rotate(0deg);
            transform: translate3d(-10px, 0, 0) rotate(0deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    -webkit-transform: translate3d(0px, 0, 0) rotate(0deg);
            transform: translate3d(0px, 0, 0) rotate(0deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes anim-pane-header-sub-links-item {
  0% {
    -webkit-transform: translate3d(-10px, 0, 0) rotate(0deg);
            transform: translate3d(-10px, 0, 0) rotate(0deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    -webkit-transform: translate3d(0px, 0, 0) rotate(0deg);
            transform: translate3d(0px, 0, 0) rotate(0deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.pane-header-sub-links-item > a {
  display: block;
  background-color: #000;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.33;
  border-radius: 500px;
  padding: 15px 30px;
  -webkit-transition: all 300ms  ease-out 0ms;
  transition: all 300ms  ease-out 0ms;
}

.pane-header-sub-links-item > a:hover {
  background-color: #ffffff;
  color: #000;
}

.block-global-search {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  560px;
      -ms-flex: 0 0  560px;
          flex: 0 0  560px;
  max-width: 560px;
  position: relative;
}

.block-global-search form {
  width: 100%;
  background-color: transparent;
}

.block-global-search .block-global-search--keyword {
  background-color: #fff;
  border-radius: 10px;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.5;
  height: 40px;
  width: 100%;
  padding-left: 50px;
}

.block-global-search .block-global-search--keyword:hover {
  background-color: #fff;
}

.block-global-search .block-global-search--submit {
  position: absolute;
  background-color: transparent;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: 14px;
  top: 50%;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transform: translate3d(0, -50%, 0) rotate(0deg);
          transform: translate3d(0, -50%, 0) rotate(0deg);
}

.block-global-search .block-global-search--submit i.fa-search {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../img/usr/common/icon_search.png") no-repeat center center/contain;
}

.block-global-search .block-global-search--submit i.fa-search:before {
  content: none;
}

.pane-footer {
  position: relative;
  padding: 0;
  background-color: #F4F4F4;
}

.p-totop {
  position: absolute;
  z-index: 2;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  left: 0;
  right: 0;
  top: -80px;
  padding: 0 60px;
  margin: 0 auto;
}

.p-totop > a {
  display: inline-block;
  background-color: #023893;
  width: 46px;
  height: 46px;
  position: relative;
}

.p-totop > a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  background: url("../../img/usr/common/icon_tri_right_w.png") no-repeat center center/contain;
  -webkit-transform: translate3d(0, -50%, 0) rotate(-90deg);
          transform: translate3d(0, -50%, 0) rotate(-90deg);
}

.p-totop span {
  display: none;
}

.footer__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 32px 60px 22px;
  margin: 0 auto;
}

.pane-footer__upper .footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.pane-footer__upper-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  308px;
      -ms-flex: 0 0  308px;
          flex: 0 0  308px;
  max-width: 308px;
}

.pane-footer-logo {
  display: block;
}

.pane-footer-logo-txt {
  display: block;
  text-align: left;
  margin-top: 16px;
  font-size: 12px;
  color: #000000;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.0;
  white-space: nowrap;
}

.pane-footer-cards {
  width: 280px;
  margin-left: auto;
  margin-bottom: 10px;
  position: relative;
  top: -2px;
}

.pane-footer-links-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.pane-footer-links-list-item {
  margin-left: 26px;
  color: #000000;
  font-weight: 400;
  letter-spacing: -0.02em;
  font-size: 14px;
  line-height: 1.33;
}

@media only screen and (max-width: 1300px) {
  .pane-footer-links-list-item {
    margin-left: 18px;
  }
}

.pane-footer__bottom {
  background-color: #1E1E1E;
}

.pane-footer__bottom .footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  padding: 30px 60px 40px;
}

.pane-footer-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.pane-footer-logos-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 100px;
  margin-right: 30px;
}

.pane-footer-logos-item img {
  display: block;
  width: 100%;
}

.pane-footer-logos-item.is-studio {
  max-width: 180px;
}

.pane-footer-logos-item.is-ginichi {
  max-width: 67px;
}

.pane-footer-logos-item.is-crumpler {
  max-width: 108px;
}

.pane-footer-logos-item.is-thinktank {
  max-width: 67px;
}

.pane-footer-logos-item.is-kitlite {
  max-width: 53px;
}

.pane-footer-logos-item.is-steadicam {
  max-width: 100px;
}

.pane-footer-notation {
  margin-top: 20px;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.33;
}

.pane-footer-socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.pane-footer-socials-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 32px;
  margin-left: 12px;
}

.pane-footer-socials-item img {
  display: block;
  width: 100%;
}

.pane-footer-socials-item.is-twitter {
  max-width: 32px;
}

.pane-footer-copy {
  margin-top: 20px;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.33;
}

.container .pane-topic-path .container {
  padding-left: 0;
  padding-right: 0;
}

.pane-topic-path {
  position: relative;
  z-index: 10;
  background-color: transparent;
}

.pane-topic-path .container {
  max-width: 100%;
  padding: 0 30px;
}

.pane-topic-path .block-topic-path {
  padding: 10px 0;
  border: none;
  margin-bottom: 40px;
}

.pane-topic-path .block-topic-path--category-item {
  vertical-align: middle;
  font-size: 13px;
  color: #666666;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.33;
  overflow: hidden;
}

.pane-topic-path .block-topic-path--category-item.block-topic-path--item__current {
  font-weight: 700;
}

.pane-topic-path .block-topic-path--category-item a {
  text-decoration: none;
}

h1, .h1,
.p-heading {
  padding: 0;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 28px;
  color: #505050;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.33;
  display: block;
  text-align: center;
  position: relative;
  border: none;
  background-color: transparent;
  max-width: 1200px;
}

h1 .p-heading-main, .h1 .p-heading-main,
.p-heading .p-heading-main {
  font-size: 28px;
  display: block;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

h1 .p-heading-sub, .h1 .p-heading-sub,
.p-heading .p-heading-sub {
  display: block;
  font-size: 14px;
  color: #b4b4b4;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.33;
  margin-top: 4px;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

h1, .h1 {
  font-size: 28px;
  color: #333333;
  font-weight: 700;
  letter-spacing: 0.00em;
  line-height: 1.33;
  border: none;
  padding-bottom: 0px;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: left;
}

h1.p-guide-detail-tit, .h1.p-guide-detail-tit {
  margin-bottom: 30px;
}

h2.p-heading--bar,
h2.block-mypage--inquiry-info,
h2.block-mypage--member-info,
h2.block-mypage--shopping-info {
  font-size: 28px;
  position: relative;
}

h3 {
  font-size: 16px;
  font-weight: 700;
}

.p-heading .p-heading__main {
  display: block;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.p-heading .p-heading__subtit {
  display: block;
  font-size: 14px;
  color: #b4b4b4;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.33;
  margin-top: 4px;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.block-top-topic--header span {
  font-size: 28px;
  text-align: left;
}

.block-pickup-list-p--header,
.block-recent-item--header,
.block-top-arrivals--header,
.block-top-event--header,
.p-top-brands-header,
.block-top-recommends--header,
.block-top-topic--header,
.p-item-history--header,
.p-block-top-header {
  padding-top: 100px;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 30px;
  font-size: 28px;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.33;
  display: block;
  text-align: left;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  position: relative;
  padding-bottom: 0px;
  border: none !important;
}

.block-pickup-list-p--header .p-block-top-header__subtit,
.block-recent-item--header .p-block-top-header__subtit,
.block-top-arrivals--header .p-block-top-header__subtit,
.block-top-event--header .p-block-top-header__subtit,
.p-top-brands-header .p-block-top-header__subtit,
.block-top-recommends--header .p-block-top-header__subtit,
.block-top-topic--header .p-block-top-header__subtit,
.p-item-history--header .p-block-top-header__subtit,
.p-block-top-header .p-block-top-header__subtit {
  display: block;
  font-size: 14px;
  color: #b4b4b4;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.33;
  margin-top: 4px;
}

.block-inquiry--header, .block-member-info-update--header, .block-bookmarkgroup--header, .block-shipping-address-registration--header, .block-shipping-address-edit-confirmation--header,
.block-shipping-address-edit--header, .block-favorite--header, .block-arrival-notice-list--header,
.block-purchase-history-detail--header,
.block-purchase-history--header, .block-mail-address--update-header, .block-member-password--header, .block-credit-card-confirmation--header, .block-point-history-list--header, .block-inquiry-history-detail--header,
.block-inquiry-history--header, .block-additional-authentication h1,
.block-reset-password--header, .block-mail-news--header, .block-coupon-list--header, .block-bizdest--header, .block-history-bizdetail--header,
.block-bizhistory--header, .block-estimatedetail--header,
.block-estimatelist--header, .block-bizestimatedetail--header,
.block-bizestimatelist--header, .block-bizuseredit--header,
.block-bizuserlist--header, .block-bizuserentry--header {
  position: relative;
  padding: 0;
  padding-left: 50px;
}

.block-inquiry--header:before, .block-member-info-update--header:before, .block-bookmarkgroup--header:before, .block-shipping-address-registration--header:before, .block-shipping-address-edit-confirmation--header:before,
.block-shipping-address-edit--header:before, .block-favorite--header:before, .block-arrival-notice-list--header:before,
.block-purchase-history-detail--header:before,
.block-purchase-history--header:before, .block-mail-address--update-header:before, .block-member-password--header:before, .block-credit-card-confirmation--header:before, .block-point-history-list--header:before, .block-inquiry-history-detail--header:before,
.block-inquiry-history--header:before, .block-additional-authentication h1:before,
.block-reset-password--header:before, .block-mail-news--header:before, .block-coupon-list--header:before, .block-bizdest--header:before, .block-history-bizdetail--header:before,
.block-bizhistory--header:before, .block-estimatedetail--header:before,
.block-estimatelist--header:before, .block-bizestimatedetail--header:before,
.block-bizestimatelist--header:before, .block-bizuseredit--header:before,
.block-bizuserlist--header:before, .block-bizuserentry--header:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 34px;
  height: 34px;
  background: none;
  -webkit-transform: translate3d(0, -50%, 0) rotate(0deg);
          transform: translate3d(0, -50%, 0) rotate(0deg);
}

.block-inquiry-completed--header, .block-mail-address--complete .block-mail-address--update-header, .block-member-password--complete .block-member-password--header, .block-logout--header, .block-askpass-completed--header, .block-mail-news-cancel--header, .block-mail-news--complete .block-mail-news--header {
  position: relative;
  padding: 0;
  padding: 0px 0;
  text-align: center;
}

.block-inquiry-completed--header:before, .block-mail-address--complete .block-mail-address--update-header:before, .block-member-password--complete .block-member-password--header:before, .block-logout--header:before, .block-askpass-completed--header:before, .block-mail-news-cancel--header:before, .block-mail-news--complete .block-mail-news--header:before {
  content: "";
  display: block;
  margin: 0 auto;
  margin-bottom: 14px;
  top: 50%;
  left: 0;
  width: 46px;
  height: 46px;
  background: none;
  -webkit-transform: translate3d(0, -50%, 0) rotate(0deg);
          transform: translate3d(0, -50%, 0) rotate(0deg);
}

.block-inquiry--header:before {
  background: url("../../img/usr/title/icon_title_contact.png") no-repeat center center/contain;
}

.block-inquiry-completed--header:before {
  background: url("../../img/usr/title/icon_title_contact.png") no-repeat center bottom/contain;
}

.block-member-info-update--header:before {
  background: url("../../img/usr/mypage/icon_udpate-member-info.png") no-repeat center center/contain;
}

.block-bookmarkgroup--header:before {
  background: url("../../img/usr/mypage/icon_bookmarkgroup.png") no-repeat center center/contain;
}

.block-shipping-address-registration--header:before {
  background: url("../../img/usr/mypage/icon_create-address-book.png") no-repeat center center/contain;
}

.block-shipping-address-edit-confirmation--header:before,
.block-shipping-address-edit--header:before {
  background: url("../../img/usr/mypage/icon_edit-address-book.png") no-repeat center center/contain;
}

.block-favorite--header:before {
  background: url("../../img/usr/mypage/icon_favorite.png") no-repeat center center/contain;
}

.block-arrival-notice-list--header:before,
.block-purchase-history-detail--header:before,
.block-purchase-history--header:before {
  background: url("../../img/usr/mypage/icon_purchase-history.png") no-repeat center center/contain;
}

.block-mail-address--update-header:before {
  background: url("../../img/usr/mypage/icon_update-mail-address.png") no-repeat center center/contain;
}

.block-mail-address--complete .block-mail-address--update-header {
  margin-top: 90px;
}

.block-mail-address--complete .block-mail-address--update-header:before {
  background: url("../../img/usr/mypage/icon_update-mail-address.png") no-repeat center bottom/contain;
  position: static !important;
}

.block-member-password--header:before {
  background: url("../../img/usr/mypage/icon_update-password.png") no-repeat center center/contain;
}

.block-member-password--complete .block-member-password--header {
  margin-top: 90px;
}

.block-member-password--complete .block-member-password--header:before {
  background: url("../../img/usr/mypage/icon_update-password.png") no-repeat center bottom/contain;
  position: static !important;
}

.block-logout--header {
  margin-top: 90px;
}

.block-logout--header:before {
  background: url("../../img/usr/mypage/icon_logout.png") no-repeat center bottom/contain;
  position: static;
}

.block-credit-card-confirmation--header:before {
  background: url("../../img/usr/mypage/icon_credit-card-confirmation.png") no-repeat center center/contain;
}

.block-point-history-list--header:before {
  background: url("../../img/usr/mypage/icon_point-history.png") no-repeat center center/contain;
}

.block-inquiry-history-detail--header:before,
.block-inquiry-history--header:before {
  background: url("../../img/usr/mypage/icon_inquiry-history.png") no-repeat center center/contain;
}

.block-additional-authentication h1:before,
.block-reset-password--header:before {
  background: url("../../img/usr/mypage/icon_update-password-tit.png") no-repeat center center/contain;
}

.block-askpass-completed--header {
  margin-top: 90px;
}

.block-askpass-completed--header:before {
  background: url("../../img/usr/mypage/icon_update-password-tit.png") no-repeat center bottom/contain;
  position: static;
}

.block-mail-news--header:before {
  background: url("../../img/usr/mypage/icon_mailnews.png") no-repeat center center/contain;
}

.block-mail-news-cancel--header {
  margin-top: 90px;
}

.block-mail-news-cancel--header:before {
  background: url("../../img/usr/mypage/icon_mailnews_cancel.png") no-repeat center bottom/contain;
  position: static;
}

.block-mail-news--complete .block-mail-news--header {
  margin-top: 90px;
}

.block-mail-news--complete .block-mail-news--header:before {
  background: url("../../img/usr/mypage/icon_mailnews.png") no-repeat center bottom/contain;
  position: static;
}

.block-coupon-list--header:before {
  background: url("../../img/usr/mypage/icon_coupon-list.png") no-repeat center center/contain;
}

.block-bizdest--header:before {
  background: url("../../img/usr/mypage/icon_bizdest.png") no-repeat center center/contain;
}

.block-history-bizdetail--header:before,
.block-bizhistory--header:before {
  background: url("../../img/usr/mypage/icon_bizhistory.png") no-repeat center center/contain;
}

.block-estimatedetail--header:before,
.block-estimatelist--header:before {
  background: url("../../img/usr/mypage/icon_estimatelist.png") no-repeat center center/contain;
}

.block-bizestimatedetail--header:before,
.block-bizestimatelist--header:before {
  background: url("../../img/usr/mypage/icon_bizestimatelist.png") no-repeat center center/contain;
}

.block-bizuseredit--header:before,
.block-bizuserlist--header:before,
.block-bizuserentry--header:before {
  background: url("../../img/usr/mypage/icon_bizuserlist.png") no-repeat center center/contain;
}

.block-withdrawal--header {
  font-size: 30px;
}

.block-mail-news h2, .block-order-method h3, .p-block-nomember-info--form .legend, .block-order-method--dest-item-otherform .legend, .page-entry .legend, .page-customer .legend, .page-custdest .legend, .page-estimatedetail .p-block-order-method--deliv-notice-tit, .page-bizuseredit .legend, .page-bizuserentry .legend, .page-bizentry .legend{
  position: relative;
  padding: 0;
  padding-left: 26px;
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  letter-spacing: 0.00em;
  line-height: 1.5;
}

.block-mail-news h2:after, .block-order-method h3:after, .p-block-nomember-info--form .legend:after, .block-order-method--dest-item-otherform .legend:after, .page-entry .legend:after, .page-customer .legend:after, .page-custdest .legend:after, .page-estimatedetail .p-block-order-method--deliv-notice-tit:after, .page-bizuseredit .legend:after, .page-bizuserentry .legend:after, .page-bizentry .legend:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 6px;
  width: 12px;
  height: 12px;
  -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
          transform: translate3d(0, -50%, 0) rotate(45deg);
  background-color: #013893;
  margin-top: 0px;
}

.c-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 20px 0;
}

.c-btns .c-btn,
.c-btns a.c-btn {
  margin: 0 20px;
}

.action .btn {
  margin-top: 10px;
  padding: 16px 20px;
  font-size: 18px;
  font-weight: 700;
  border-bottom-width: 1px;
  min-width: 320px;
}

a.c-btn,
.c-btn {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  100%;
      -ms-flex: 0 0  100%;
          flex: 0 0  100%;
  max-width: 320px;
  display: block;
  line-height: 60px;
  width: auto;
  height: 60px;
  background-color: #666;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 300ms  ease-out 0ms;
  transition: all 300ms  ease-out 0ms;
  margin: 0 auto;
  text-decoration: none;
}

a.c-btn.c-btn--regular,
.c-btn.c-btn--regular {
  max-width: 320px;
  border: 1px solid #dcdcdc;
  background-color: #f4f4f4;
  color: #505050;
  font-weight: 700;
}

@media all and (-ms-high-contrast: none) {
  .c-btns a.c-btn *::-ms-backdrop, .c-btns a.c-btn,
  .c-btns .c-btn *::-ms-backdrop,
  .c-btns .c-btn {
    margin-left: 0;
    margin-right: 0;
  }
}

.btn {
  font-weight: 700;
  padding: 16px 16px;
  border-radius: 0px;
}

.btn-secondary {
  border: 1px solid #666;
  background-color: #666;
  color: #fff;
}

.btn-primary {
  background-color: #013893;
  border: 1px solid #013893;
}

.btn-default {
  background-color: #013893;
  border: 1px solid #013893;
  color: #013893;
  background-color: #ffffff;
}

.block-search-goods--search-btn {
  border: 1px solid #013893;
  background-color: #013893;
  color: #fff;
  border-radius: 0px;
}

a.block-member-info-completed--back-to-home {
  color: #fff !important;
  background-color: #013893 !important;
  border: 1px solid #013893 !important;
  border-radius: 0px;
}

a.c-btn--order-order {
  color: #fff !important;
  background-color: #013893 !important;
  border: 1px solid #013893 !important;
}

.c-btn-w {
  color: #013893 !important;
  background-color: #ffffff !important;
  border: 1px solid #013893 !important;
  padding-right: 5px;
}

.c-btn-next-w {
  color: #013893 !important;
  background-color: #ffffff !important;
  border: 1px solid #013893 !important;
  padding-right: 5px;
}

.c-btn-next-w:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 16px;
  background: url("../../img/usr/common/icon_c_arrow_right_p.png") no-repeat center center/contain;
  -webkit-transform: translate3d(0, -50%, 0) rotate(0deg);
          transform: translate3d(0, -50%, 0) rotate(0deg);
}

.block-top-topic-btn,
.c-btns-next-r {
  color: #fff !important;
  background-color: #013893 !important;
  border: 1px solid #013893 !important;
  padding-right: 5px;
}

.block-top-topic-btn:after,
.c-btns-next-r:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 16px;
  background: url("../../img/usr/common/icon_c_arrow_right_w.png") no-repeat center center/contain;
  -webkit-transform: translate3d(0, -50%, 0) rotate(0deg);
          transform: translate3d(0, -50%, 0) rotate(0deg);
}

.block-inquiry-completed--back-to-home,
.c-btn-blue {
  color: #fff !important;
  background-color: #013893 !important;
  border: 1px solid #013893 !important;
}

/* ページのロード完了 表示処理 */
body > .wrapper:after {
  content: "";
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: #f4f4f4 url("../../img/usr/svg-loaders/oval.svg") no-repeat center center/30px;
}

body.is-page-loaded > .wrapper {
  visibility: visible !important;
}

body.is-page-loaded > .wrapper:after {
  background: transparent;
  pointer-events: none;
  -webkit-animation: page-loaded 500ms ease-in-out 0ms 1 normal forwards;
          animation: page-loaded 500ms ease-in-out 0ms 1 normal forwards;
}

@-webkit-keyframes page-loaded {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  99% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: -999;
    display: none;
    pointer-events: none;
  }
}

@keyframes page-loaded {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  99% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: -999;
    display: none;
    pointer-events: none;
  }
}

.price {
  color: #000000;
}

.h1 {
  margin: 0;
}

.table,
.table td,
.table th {
  border: 1px solid #dcdcdc;
  padding-top: 12px;
  padding-bottom: 12px;
}

.table th {
  background-color: #fefefe;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  z-index: 10;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background: #000;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: url("../../img/usr/common/icon_tri_right_w.png") no-repeat center center/contain;
}

.swiper-button-prev:after {
  -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
          transform: translate3d(0, 0, 0) rotate(180deg);
}

.block-cart-i {
  display: block;
}

.block-cart-i li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  100%;
      -ms-flex: 0 0  100%;
          flex: 0 0  100%;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0;
}

.block-cart-i .block-cart-i--items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.block-cart-i .block-cart-i--goods {
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  22.75%;
      -ms-flex: 0 0  22.75%;
          flex: 0 0  22.75%;
  max-width: 22.75%;
  margin-left: 3%;
  margin-bottom: 30px;
}

.block-cart-i .block-cart-i--goods:nth-child(4n+1) {
  margin-left: 0px;
}

.block-cart-i .block-cart-i--goods.block-cart-i--goods-rank-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  100%;
      -ms-flex: 0 0  100%;
          flex: 0 0  100%;
  max-width: 140px;
  display: block;
  line-height: 55px;
  width: auto;
  height: 55px;
  background-color: #666;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  border-radius: 10px;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-transition: all 500ms  ease-out 0ms;
  transition: all 500ms  ease-out 0ms;
  margin: 0 auto;
  text-decoration: none;
}

.block-cart-i .block-cart-i--goods a {
  text-decoration: none;
}

.block-cart-i .block-cart-i--goods-image > a {
  display: block;
}

.block-cart-i .block-cart-i--goods-image figure {
  width: 100%;
  height: auto;
}

.block-cart-i .block-cart-i--goods-image img {
  width: 100%;
  height: auto;
  max-height: none;
}

.block-cart-i .block-cart-i--goods-name {
  font-weight: 700;
  line-height: 1.33;
}

.block-cart-i .block-cart-i--price {
  font-size: 14px;
  letter-spacing: 0.00em;
  font-weight: 400;
  line-height: 1.33;
  color: #000000;
  text-align: left;
}

.block-cart-i .block-cart-i--goods .price,
.block-cart-i .block-cart-i--goods .net-price,
.block-cart-i .block-cart-i--goods .default-price,
.block-cart-i .block-cart-i--goods .exchange-price,
.block-cart-i .block-cart-i--goods .block-exchange-price--rate-dt .block-cart-i--price-infos {
  text-align: left;
}

.block-cart-i .price--num {
  font-size: 1.7em;
  font-weight: 500;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.block-cart-i .price--tax {
  margin-left: 4px;
}

.block-thumbnail-t .block-thumbnail-t--items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.block-thumbnail-t .block-thumbnail-t--items > li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  100%;
      -ms-flex: 0 0  100%;
          flex: 0 0  100%;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 30px;
}

.block-thumbnail-t .block-thumbnail-t--goods {
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  31.33%;
      -ms-flex: 0 0  31.33%;
          flex: 0 0  31.33%;
  max-width: 31.33%;
  margin-left: 3%;
}

.block-thumbnail-t .block-thumbnail-t--goods:nth-child(3n+1) {
  margin-left: 0px;
}

.block-thumbnail-t .block-thumbnail-t--goods a {
  text-decoration: none;
}

.block-thumbnail-t .block-thumbnail-t--goods-image > a {
  display: block;
}

.block-thumbnail-t .block-thumbnail-t--goods-image figure {
  width: 100%;
  height: auto;
}

.block-thumbnail-t .block-thumbnail-t--goods-image img {
  width: 100%;
  height: auto;
  max-height: none;
}

.block-thumbnail-t .block-thumbnail-t--goods-name {
  font-weight: 700;
  line-height: 1.33;
}

.block-thumbnail-t .block-thumbnail-t--price {
  font-size: 14px;
  letter-spacing: 0.00em;
  font-weight: 400;
  line-height: 1.33;
  color: #000000;
  text-align: left;
}

.block-thumbnail-t .block-thumbnail-t--goods .price,
.block-thumbnail-t .block-thumbnail-t--goods .net-price,
.block-thumbnail-t .block-thumbnail-t--goods .default-price,
.block-thumbnail-t .block-thumbnail-t--goods .exchange-price,
.block-thumbnail-t .block-thumbnail-t--goods .block-exchange-price--rate-dt .block-thumbnail-t--price-infos {
  text-align: left;
  text-decoration: none;
}

.block-thumbnail-t .block-thumbnail-t--goods .price .is-line-through,
.block-thumbnail-t .block-thumbnail-t--goods .net-price .is-line-through,
.block-thumbnail-t .block-thumbnail-t--goods .default-price .is-line-through,
.block-thumbnail-t .block-thumbnail-t--goods .exchange-price .is-line-through,
.block-thumbnail-t .block-thumbnail-t--goods .block-exchange-price--rate-dt .block-thumbnail-t--price-infos .is-line-through {
  text-decoration: line-through;
}

.block-thumbnail-t .block-thumbnail-t--goods .price .u-unit,
.block-thumbnail-t .block-thumbnail-t--goods .net-price .u-unit,
.block-thumbnail-t .block-thumbnail-t--goods .default-price .u-unit,
.block-thumbnail-t .block-thumbnail-t--goods .exchange-price .u-unit,
.block-thumbnail-t .block-thumbnail-t--goods .block-exchange-price--rate-dt .block-thumbnail-t--price-infos .u-unit {
  font-size: 0.75em;
  letter-spacing: 0.06;
  font-weight: 400;
}

.block-thumbnail-t .block-thumbnail-t--price-infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.block-thumbnail-t .block-thumbnail-t--scomment {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  100%;
      -ms-flex: 0 0  100%;
          flex: 0 0  100%;
  max-width: 100%;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  font-size: 14px;
  color: #BE0000;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.633;
  margin-bottom: 4px;
}

.block-thumbnail-t .block-thumbnail-t--scomment +
.block-thumbnail-t--price-items .block-thumbnail-t--price {
  color: #BE0000;
  font-weight: 700;
}

.block-thumbnail-t .block-thumbnail-t--price-items {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  100%;
      -ms-flex: 0 0  100%;
          flex: 0 0  100%;
  max-width: 100%;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.block-thumbnail-t .block-thumbnail-t--default-price {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  100%;
      -ms-flex: 0 0  100%;
          flex: 0 0  100%;
  max-width: 100%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  font-size: 22px;
  color: #000000;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.33;
  text-align: left;
}

.block-thumbnail-t .price--num {
  font-size: 1.8em;
  font-weight: 600;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.block-thumbnail-t .price--tax {
  margin-left: 4px;
}

.block-ranking-r .block-ranking-r--items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.block-ranking-r .block-ranking-r--items > li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  100%;
      -ms-flex: 0 0  100%;
          flex: 0 0  100%;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 30px;
}

.block-ranking-r .block-ranking-r--goods {
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  22.75%;
      -ms-flex: 0 0  22.75%;
          flex: 0 0  22.75%;
  max-width: 22.75%;
  margin-left: 3%;
  margin-bottom: 60px;
}

.block-ranking-r .block-ranking-r--goods:nth-child(4n+1) {
  margin-left: 0px;
}

.block-ranking-r .block-ranking-r--goods a {
  text-decoration: none;
}

.block-ranking-r .block-ranking-r--goods-image > a {
  display: block;
}

.block-ranking-r .block-ranking-r--goods-image figure {
  width: 100%;
  height: auto;
}

.block-ranking-r .block-ranking-r--goods-image img {
  width: 100%;
  height: auto;
  max-height: none;
}

.block-ranking-r .block-ranking-r--goods-name {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.72;
  margin-bottom: 16px;
}

.block-ranking-r .block-ranking-r--price {
  font-size: 22px;
  letter-spacing: 0.00em;
  font-weight: 600;
  line-height: 1.33;
  color: #000000;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: left;
}

.block-ranking-r .block-ranking-r--goods .price,
.block-ranking-r .block-ranking-r--goods .net-price,
.block-ranking-r .block-ranking-r--goods .default-price,
.block-ranking-r .block-ranking-r--goods .exchange-price,
.block-ranking-r .block-ranking-r--goods .block-exchange-price--rate-dt .block-ranking-r--price-infos {
  text-align: left;
}

.block-ranking-r .block-ranking-r--goods .price .u-unit,
.block-ranking-r .block-ranking-r--goods .net-price .u-unit,
.block-ranking-r .block-ranking-r--goods .default-price .u-unit,
.block-ranking-r .block-ranking-r--goods .exchange-price .u-unit,
.block-ranking-r .block-ranking-r--goods .block-exchange-price--rate-dt .block-ranking-r--price-infos .u-unit {
  font-size: 0.75em;
  letter-spacing: 0.06;
  font-weight: 400;
}

.block-ranking-r .block-ranking-r--price-infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.block-ranking-r .block-ranking-r--goods-name + .block-ranking-r--price-infos {
  margin-top: -12px;
}

.block-ranking-r .block-ranking-r--scomment {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  100%;
      -ms-flex: 0 0  100%;
          flex: 0 0  100%;
  max-width: 100%;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.633;
  margin-bottom: 4px;
}

.block-ranking-r .block-ranking-r--scomment +
.block-ranking-r--price-items .block-ranking-r--price {
  color: #000000;
  font-weight: 700;
}

.block-ranking-r .block-ranking-r--price-items {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  100%;
      -ms-flex: 0 0  100%;
          flex: 0 0  100%;
  max-width: 100%;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.block-ranking-r .block-ranking-r--default-price {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  100%;
      -ms-flex: 0 0  100%;
          flex: 0 0  100%;
  max-width: 100%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  font-size: 22px;
  color: #000000;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.72;
  text-align: left;
}

.block-ranking-r .price--num {
  font-size: 1.7em;
  font-weight: 500;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.block-ranking-r .price--tax {
  margin-left: 4px;
}

.block-ranking-r .block-ranking-r--rank {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 10px;
  left: 5px;
  width: 32px;
  height: 32px;
  background: #000;
  border-radius: 32px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.00em;
  line-height: 1.0;
  text-align: center;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.block-ranking-r .block-ranking-r--rank.block-ranking-r--rank-1 {
  background-color: #C1B783;
}

.block-ranking-r .block-ranking-r--rank.block-ranking-r--rank-2 {
  background-color: #989898;
}

.block-ranking-r .block-ranking-r--rank.block-ranking-r--rank-3 {
  background-color: #AF8057;
}

.block-pickup-list-p {
  background-color: #F4F4F4;
  padding: 60px 0 50px;
  margin-bottom: 60px;
}

.block-pickup-list-p--header,
/* 2021.05.27 ecb 暫定で追加 */
.block-top-event--header {
  padding: 40px 0 0;
  margin-bottom: 20px;
}

.block-pickup-list-p .block-pickup-list-p--items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
}

.block-pickup-list-p .block-pickup-list-p--items > li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  100%;
      -ms-flex: 0 0  100%;
          flex: 0 0  100%;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.block-pickup-list-p .block-pickup-list-p--item-body {
  display: block;
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  30.0%;
      -ms-flex: 0 0  30.0%;
          flex: 0 0  30.0%;
  max-width: 30.0%;
  margin-left: 5%;
}

.block-pickup-list-p .block-pickup-list-p--item-body:nth-child(3n+1) {
  margin-left: 0px;
}

.block-pickup-list-p .block-pickup-list-p a {
  text-decoration: none;
}

.block-pickup-list-p .block-pickup-list-p--image {
  width: 100%;
  margin-bottom: 16px;
}

.block-pickup-list-p .block-pickup-list-p--image > a {
  display: block;
}

.block-pickup-list-p .block-pickup-list-p--image figure {
  background-color: transparent;
  width: 100%;
  height: auto;
}

.block-pickup-list-p .block-pickup-list-p--image img {
  width: 100%;
  height: auto;
  max-height: none;
}

.block-pickup-list-p .block-pickup-list-p--item-description {
  width: 100%;
  padding: 0;
  margin: 0;
}

.block-pickup-list-p .block-pickup-list-p--name {
  font-weight: 700;
  line-height: 1.33;
}

.block-pickup-list-p .block-pickup-list-p--price {
  font-size: 22px;
  letter-spacing: 0.00em;
  font-weight: 600;
  line-height: 1.33;
  color: #000000;
  text-align: left;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: left;
}

.block-pickup-list-p .block-pickup-list-p--price .u-unit {
  font-size: 0.75em;
  letter-spacing: 0.06;
  font-weight: 400;
}

.block-pickup-list-p .block-pickup-list-p--price-infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.block-pickup-list-p .block-pickup-list-p--goods-name {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.5;
  margin-bottom: 12px;
}

.block-pickup-list-p .block-pickup-list-p--goods-name a {
  text-decoration: none;
}

.block-pickup-list-p .block-pickup-list-p--scomment {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  100%;
      -ms-flex: 0 0  100%;
          flex: 0 0  100%;
  max-width: 100%;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.633;
  margin-bottom: 4px;
}

.block-pickup-list-p .block-pickup-list-p--scomment +
.block-pickup-list-p--price-items .block-pickup-list-p--price {
  color: #000000;
  font-weight: 700;
}

.block-pickup-list-p .block-pickup-list-p--price-items {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  100%;
      -ms-flex: 0 0  100%;
          flex: 0 0  100%;
  max-width: 100%;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.block-pickup-list-p .block-pickup-list-p--default-price {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  100%;
      -ms-flex: 0 0  100%;
          flex: 0 0  100%;
  max-width: 100%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.33;
  text-align: left;
}

.block-pickup-list-p .price--num {
  font-size: 1.7em;
  font-weight: 500;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.block-pickup-list-p .price--tax {
  margin-left: 4px;
}

.p-column__tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 10px;
}

.p-column__tags-tag {
  border: 1px solid #dcdcdc;
  padding: 2px 6px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  letter-spacing: -0.08em;
  line-height: 1.4;
  margin-right: 5px;
  margin-bottom: 5px;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  white-space: nowrap;
}

.p-column__tags-tag.p-column__tags-tag--new {
  background-color: #5767a5;
  color: #fff;
  border-color: #5767a5;
}

.block-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 10px;
}

.block-icon > span {
  border: 1px solid #dcdcdc;
  padding: 3px 10px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  letter-spacing: -0.08em;
  line-height: 1.4;
  margin-right: 5px;
  margin-bottom: 5px;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  white-space: nowrap;
  border-radius: 50px;
  border: none;
  background-color: #eeeeee;
  color: #666666;
}

.block-icon > span.block-icon--src1 {
  background-color: #f28a11;
  color: #fff;
}

.block-icon > span.block-icon--src2 {
  background-color: #c64843;
  color: #fff;
}

.block-icon > span.block-icon--src3 {
  background-color: #edd8c2;
  color: #b21d17;
}

.block-icon > span.block-icon--src4 {
  background-color: #f2efe6;
  color: #836742;
}

.block-icon > span img {
  vertical-align: middle;
}

.p-tags {
  white-space: nowrap;
  margin-bottom: 4px;
  letter-spacing: -0.6em;
}

.p-tags .p-tag {
  display: inline-block;
  margin: 0;
  font-size: 15px;
  color: #000000;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  padding-bottom: 4px;
  margin-bottom: 4px;
  margin-right: 8px;
  border-bottom: 1px solid #dcdcdc;
}

.p-tags .p-tag.p-tag--topics {
  color: #013893;
  border-color: #013893;
}

.p-tags .p-tag.p-tag--feature {
  color: #EF8123;
  border-color: #EF8123;
}

.p-tags .p-tag.p-tag--blog {
  color: #013893;
  border-color: #013893;
}

.p-tags .p-tag.p-tag--campaign {
  color: #54B154;
  border-color: #54B154;
}

.p-tags .p-tag.p-tag--info {
  color: #BE0000;
  border-color: #BE0000;
}

.p-tags .p-tag.p-tag--all {
  color: #C0A36F;
  border-color: #C0A36F;
}

.pager {
  background: none;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  auto;
      -ms-flex: 0 0  auto;
          flex: 0 0  auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
          align-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 40px 0 12px;
  margin-bottom: 10px;
}

.pager.block-goods-list--pager-bottom {
  margin-top: 90px;
}

.pager .pager-scope {
  display: none;
}

.pager .pager-total {
  margin-right: auto;
}

.pager .pager-total .pager-count {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 1.0;
}

.pager .pager-total .pager-count > span {
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 26px;
  font-weight: 600;
  margin-right: 1px;
}

[class$="top"] > .pager {
  padding-top: 10px;
  padding-bottom: 6px;
}

.pagination {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  auto;
      -ms-flex: 0 0  auto;
          flex: 0 0  auto;
  margin: 0;
  letter-spacing: -0.4em;
  margin-left: -1px;
}

.pagination li,
.pagination > li span,
.pagination > li a {
  font-size: 16px;
  color: #969696;
  font-weight: 600;
  letter-spacing: 0.00em;
  line-height: 1.0;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  height: 36px;
  line-height: 36px;
}

.pagination > li {
  padding: 0;
  margin: 0 0px;
  margin-left: -1px;
  border: none !important;
  background-color: transparent;
}

.pagination > li > a {
  display: inline-block;
  padding: 0 14px;
  height: 36px;
  line-height: 36px;
  min-width: 34px;
  -webkit-transition: background 500ms ease-out;
  transition: background 500ms ease-out;
  color: #000;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 0px;
  text-align: center;
}

.pagination > li > a:hover {
  background-color: #efefef;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.pagination > li > span {
  display: inline-block;
  padding: 0 14px;
  height: 36px;
  min-width: 34px;
  line-height: 36px;
  text-align: center;
}

.pagination > li.dots {
  border: none;
}

.pagination > li.dots > span {
  padding: 0px 9px;
}

.pagination > li.pager-current {
  background-color: #000;
  border: 1px solid #dcdcdc;
  cursor: default;
}

.pagination > li.pager-current > span {
  color: #fff;
  cursor: default;
}

.pagination > li.pager-next, .pagination > li.pager-previous {
  margin-left: -1px;
}

.pagination > li.pager-next > a, .pagination > li.pager-previous > a {
  background-color: #F4F4F4;
}

.pagination > li.pager-next > a:after, .pagination > li.pager-previous > a:after {
  content: none;
}

.pagination > li.pager-previous {
  margin-left: -1px;
}

.pagination > li.pager-previous > a {
  position: relative;
  background-color: #F4F4F4;
  overflow: hidden;
  text-indent: -9999px;
}

.pagination > li.pager-previous > a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  background: url("../../img/usr/common/icon_tri_right.png") no-repeat center center/contain;
  -webkit-transform: translate3d(0, -50%, 0) rotate(180deg);
          transform: translate3d(0, -50%, 0) rotate(180deg);
}

.pagination > li.pager-next {
  margin-right: -1px;
}

.pagination > li.pager-next > a {
  background-color: #F4F4F4;
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
}

.pagination > li.pager-next > a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  background: url("../../img/usr/common/icon_tri_right.png") no-repeat center center/contain;
  -webkit-transform: translate3d(0, -50%, 0) rotate(0deg);
          transform: translate3d(0, -50%, 0) rotate(0deg);
}

.pagination .pager-last {
  margin-right: -1px;
}

.pagination .pager-last > a {
  position: relative;
  background-color: #F4F4F4;
  overflow: hidden;
  text-indent: -9999px;
}

.pagination .pager-last > a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 15px;
  height: 15px;
  background: url("../../img/usr/common/icon_tri_right_double.png") no-repeat center center/contain;
  -webkit-transform: translate3d(0, -50%, 0) rotate(0deg);
          transform: translate3d(0, -50%, 0) rotate(0deg);
}

.pagination .pager-first > a {
  position: relative;
  background-color: #F4F4F4;
  overflow: hidden;
  text-indent: -9999px;
}

.pagination .pager-first > a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 15px;
  height: 15px;
  background: url("../../img/usr/common/icon_tri_right_double.png") no-repeat center center/contain;
  -webkit-transform: translate3d(0, -50%, 0) rotate(180deg);
          transform: translate3d(0, -50%, 0) rotate(180deg);
}

.modal-content {
  background-color: #f4f4f4;
  border-radius: 5px;
  overflow: hidden;
}

.modal-content .modal-header {
  overflow: hidden;
  padding: 20px 20px;
}

.modal-content .modal-body {
  padding: 20px 20px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.5;
}

.modal-content .modal-body li a {
  color: #013893;
}

/* &mdash;&mdash;&mdash;-入力フォーム共通---- */
input[type="submit"],
input[type="button"],
input[type="search"],
input[type="number"],
button {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

input[type="file"] {
  margin-bottom: 10px;
  margin-right: 10px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="number"],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 12px 12px;
  border: 1px solid #F4F4F4;
  background-color: #fff;
  -webkit-transition: all 500ms  ease-out 0ms;
  transition: all 500ms  ease-out 0ms;
  color: #000;
  background-color: #F4F4F4;
  font-size: 16px;
  border-radius: 3px;
  width: 100%;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b4b4b4;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b4b4b4;
}

input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder,
input[type="search"]::placeholder,
input[type="password"]::placeholder,
input[type="url"]::placeholder,
input[type="number"]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #b4b4b4;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b4b4b4;
}

input[type="text"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #b4b4b4;
}

select {
  width: auto;
  min-width: none;
  padding: 0px 10px;
  padding-right: 60px;
  height: 50px;
  font-weight: 700;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: #f4f4f4 url("../../img/usr/common/select_bg_g.jpg") no-repeat right center/auto 100%;
  border: 1px solid #013893;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

select::-ms-expand {
  display: none;
}

select.block-search-goods--from-yy,
select.block-search-goods--from-mm,
select.block-search-goods--from-dd,
select.block-search-goods--to-yy,
select.block-search-goods--to-mm,
select.block-search-goods--to-dd {
  width: 15%;
  margin-left: 2%;
  margin-right: 4px;
}

select.block-search-goods--from-yy:first-child,
select.block-search-goods--from-mm:first-child,
select.block-search-goods--from-dd:first-child,
select.block-search-goods--to-yy:first-child,
select.block-search-goods--to-mm:first-child,
select.block-search-goods--to-dd:first-child {
  margin-left: 0px;
}

input[name="last_sdt"] {
  width: 48%;
  margin-right: 4px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
  background-color: #ffffff;
  border: 1px solid #023893;
  -webkit-box-shadow: 0px 0px 4px 2px rgba(2, 56, 147, 0.35);
          box-shadow: 0px 0px 4px 2px rgba(2, 56, 147, 0.35);
  outline: none;
}

input[type="text"]:hover,
input[type="tel"]:hover,
input[type="email"]:hover,
input[type="search"]:hover,
input[type="password"]:hover,
input[type="url"]:hover,
input[type="number"]:hover,
select:hover,
textarea:hover {
  border: 1px solid #dcdcdc;
}

input[type="radio"] {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 5px;
}

input[type="checkbox"] {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 5px;
}

label.radio,
label.checkbox,
input[type="radio"],
input[type="radio"] + label,
input[type="checkbox"],
input[type="checkbox"] + label,
select {
  cursor: pointer;
}

input[type="text"][disabled] {
  background: #dcdcdc;
  cursor: not-allowed;
}

.btn:hover,
.btn:focus {
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.disabled,
.btn[disabled],
.btn.disabled:hover,
.btn[disabled]:hover,
.btn.disabled:active,
.btn[disabled]:active {
  cursor: not-allowed;
  opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* &mdash;&mdash;&mdash;-画面上部メッセージ---- */
.alert {
  padding: 10px 10px 10px 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  border: 1px solid #BE0000;
  color: #BE0000;
  background-color: #f6e2e2;
  border-radius: 5px;
}

.alert:before {
  font-family: FontAwesome;
  content: "\f071";
  position: absolute;
  left: 15px;
}

.success {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 10px 10px 40px;
  position: relative;
  border: 1px solid #013893;
  color: #013893;
  background-color: #edeff5;
  border-radius: 5px;
}

.success:before {
  font-family: FontAwesome;
  content: "\f05a";
  position: absolute;
  left: 15px;
}

/* &mdash;&mdash;&mdash;-入力フォームタイトル---- */
.legend {
  font-size: 18px;
  padding-left: 32px;
  position: relative;
  font-weight: 700;
}

/* &mdash;&mdash;&mdash;-縦型入力フォーム---- */
.fieldset-vertical {
  margin-top: 20px;
  margin-bottom: 10px;
}

.fieldset-vertical .form-group {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  100%;
      -ms-flex: 0 0  100%;
          flex: 0 0  100%;
  max-width: 100%;
  margin: 5px 0 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.fieldset-vertical .form-label,
.fieldset-vertical .constraint {
  padding: 0;
  margin: 0;
  margin-bottom: 6px;
}

.fieldset-vertical .form-label {
  padding-right: 4px;
  text-align: left;
  background: transparent;
  vertical-align: middle;
}

.fieldset-vertical .form-label label {
  font-weight: bold;
}

.fieldset-vertical .form-control {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  100%;
      -ms-flex: 0 0  100%;
          flex: 0 0  100%;
  max-width: 100%;
}

/* &mdash;&mdash;&mdash;-横型入力フォーム---- */
.fieldset {
  margin-top: 16px;
  margin-bottom: 16px;
  width: 100%;
}

.fieldset .form-group {
  display: table;
  width: 100%;
  border-top: 1px solid #dcdcdc;
}

.fieldset .form-group:first-child {
  border-top: none;
}

.fieldset .form-group:last-child {
  border-bottom: 1px solid #dcdcdc;
}

.fieldset .form-label,
.fieldset .constraint,
.fieldset .form-control {
  display: table-cell;
  vertical-align: top;
}

.form-control img {
  width: 100px;
  vertical-align: middle;
  margin-bottom: 20px;
  margin-right: 20px;
}

.form-control label {
  font-weight: 700;
}

.fieldset .form-label {
  width: 22%;
  padding: 22px 0;
  padding-top: 30px;
  padding-left: 30px;
  text-align: left;
  background: #fff;
}

.fieldset .form-label label {
  font-weight: bold;
  font-size: 16px;
}

.fieldset .constraint {
  width: 75px;
  padding: 30px 22px;
  background: #fff;
}

.fieldset .form-control {
  padding: 22px 0;
}

/* &mdash;&mdash;&mdash;-入力支援---- */
.form-error {
  display: block;
  color: #BE0000;
  font-size: 16px;
  font-weight: 700;
}

.constraint {
  min-width: 85px;
}

.constraint:empty:after {
  content: "任意";
  content: none;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #b4b4b4;
  color: #969696;
  text-align: center;
  border-radius: 5px;
  height: 28px;
  line-height: 28px;
  min-width: 43px;
  padding: 0 2px;
}

.required {
  display: inline-block;
  vertical-align: baseline;
}

.required:after {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
  background-color: #013893;
  color: #fff;
  content: "必須";
  text-align: center;
  border-radius: 5px;
  height: 28px;
  line-height: 28px;
  min-width: 43px;
  padding: 0 2px;
}

.help-block {
  position: relative;
  top: 6px;
  display: block;
  font-size: 14px;
  line-height: 2.0;
  margin-top: 2px;
  color: #000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.help-block + .help-block {
  margin-top: 0;
}

.count-msg-another {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  color: #555;
}

.count-msg {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  color: #f66;
}

/* &mdash;&mdash;&mdash;-入力フォームボタン---- */
.action-buttons {
  margin-top: 60px;
  width: 100%;
  text-align: center;
  display: block;
}

.action {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  auto;
      -ms-flex: 0 0  auto;
          flex: 0 0  auto;
  max-width: auto;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}

/* &mdash;&mdash;&mdash;-ラジオボタン、チェックボックス---- */
.radio {
  margin-right: 10px;
}

.checkbox {
  margin-right: 10px;
}

/* &mdash;&mdash;&mdash;-EFO---- */
.efo-icon {
  border: none;
  vertical-align: middle;
}

input[type="text"].efo-error,
input[type="tel"].efo-error,
input[type="email"].efo-error,
input[type="search"].efo-error,
input[type="password"].efo-error,
input[type="url"].efo-error,
input[type="number"].efo-error,
select.efo-error,
textarea.efo-error {
  background-color: #f2dede;
}

input[type="text"].efo-valid,
input[type="tel"].efo-valid,
input[type="email"].efo-valid,
input[type="search"].efo-valid,
input[type="password"].efo-valid,
input[type="url"].efo-valid,
input[type="number"].efo-valid,
select.efo-valid,
textarea.efo-valid {
  background-color: #fff;
}

[class$="confirmation-form"] .form-group {
  border: 1px solid #dcdcdc;
  border-top: none;
}

[class$="confirmation-form"] .form-group:first-child {
  border-top: 1px solid #dcdcdc;
}

[class$="confirmation-form"] .fieldset .constraint {
  display: none;
}

[class$="confirmation-form"] .fieldset .form-label {
  padding: 20px 28px 20px;
  background-color: #F4F4F4;
  border-right: 1px solid #dcdcdc;
}

[class$="confirmation-form"] .fieldset .form-control {
  padding: 20px 40px 20px;
}

[class$="confirmation-form"] .fieldset .form-control img {
  vertical-align: middle;
  width: 80px;
  margin: 12px;
  margin-left: 0;
}

.block-shipping-address--value-label,
.block-member-info--value-label {
  display: none !important;
}

.pane-contents .p-item-history {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}

.pane-contents .p-item-history:before {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-color: #fff;
  -webkit-transform: translate3d(-50vw, 0, 0) rotate(0deg);
          transform: translate3d(-50vw, 0, 0) rotate(0deg);
}

.pane-contents .p-item-history .p-r-slider-wrapper:before {
  background-color: #fff;
}

.page-top .p-item-history .p-r-slider-wrapper:before {
  background-color: #f4f4f4;
}

.page-goods .p-item-history {
  background-color: #fff;
}

.page-goods .p-item-history:before {
  background-color: #fff;
}

.page-goods .p-item-history .p-r-slider-wrapper:before {
  background-color: #fff;
}

.page-category .p-item-history,
.page-genre .p-item-history,
.page-brandtop .p-item-history{
  margin-top: 140px;
}

.page-category .p-item-history:after,
.page-genre .p-item-history:after,
.page-brandtop .p-item-history:after {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 1px;
  background-color: #dcdcdc;
  -webkit-transform: translate3d(-50vw, 0, 0) rotate(0deg);
          transform: translate3d(-50vw, 0, 0) rotate(0deg);
}

/* 2021.06.09 ブランドトップのイベントにはタイトル表示をしない */
.page-brandtop .block-top-event--header {
  display: none;
}

.pane-contents--catalog .p-item-history,
.page-topic .p-item-history,
.page-topicdetaillist .p-item-history {
  background-color: #f4f4f4;
}

.pane-contents--catalog .p-item-history:before,
.page-topic .p-item-history:before,
.page-topicdetaillist .p-item-history:before {
  background-color: #f4f4f4;
}

.pane-contents--catalog .p-item-history .p-r-slider-wrapper:before,
.page-topic .p-item-history .p-r-slider-wrapper:before,
.page-topicdetaillist .p-item-history .p-r-slider-wrapper:before {
  background-color: #f4f4f4;
}

.page-top .p-item-history {
  padding: 10px 0 90px;
  background-color: #F4F4F4;
  border: none;
}

.page-top .p-item-history:before {
  content: none;
}

.p-item-history {
  position: relative;
}

.p-item-history:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 1px;
  background-color: #dcdcdc;
  -webkit-transform: translate3d(-50vw, 0, 0) rotate(0deg);
          transform: translate3d(-50vw, 0, 0) rotate(0deg);
}

.block-recent-item {
  width: 100%;
  margin-top: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto;
}

.block-recent-item--header {
  text-align: left;
  font-weight: 700;
}

.block-recent-item--body {
  display: block;
}

.block-recent-item--items {
  width: 100%;
}

.block-thumbnail-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0;
  padding: 0;
}

.block-thumbnail-h li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  15%;
      -ms-flex: 0 0  15%;
          flex: 0 0  15%;
  max-width: 15%;
  margin-left: 2%;
  margin-bottom: 2%;
}

.block-thumbnail-h li:nth-child(6n+1) {
  margin-left: 0;
}

.block-thumbnail-h--goods-image figure {
  background-color: transparent;
  width: auto;
  height: auto;
}

.block-thumbnail-h--goods-image figure img {
  width: 100%;
}

.block-thumbnail-h--goods-description {
  display: none !important;
}

.block-thumbnail-h--goods-name {
  font-size: 11px;
  letter-spacing: -0.02em;
  line-height: 1.33;
  margin-bottom: 4px;
}

.variation-name {
  font-size: 10px;
  letter-spacing: -0.02em;
  line-height: 1.33;
  margin-bottom: 4px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.block-thumbnail-h--price-infos {
  display: none;
}

.block-thumbnail-h--price {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.33;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.block-thumbnail-h--price-infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.block-thumbnail-h--scomment {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  100%;
      -ms-flex: 0 0  100%;
          flex: 0 0  100%;
  max-width: 100%;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  font-size: 14px;
  color: #BE0000;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.633;
  margin-bottom: 4px;
}

.block-thumbnail-h--scomment +
.block-thumbnail-h--price-items .block-thumbnail-h--price {
  color: #BE0000;
  font-weight: 700;
}

.block-thumbnail-h--price-items {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  100%;
      -ms-flex: 0 0  100%;
          flex: 0 0  100%;
  max-width: 100%;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.block-thumbnail-h--default-price {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  100%;
      -ms-flex: 0 0  100%;
          flex: 0 0  100%;
  max-width: 100%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  font-size: 12px;
  color: #000000;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.33;
  text-align: left;
}

.block-recent-item--keep-history {
  margin-top: 16px;
}

.block-recent-item--keep-history a {
  font-size: 16px;
  color: #999;
  font-weight: 700;
  letter-spacing: 0.00em;
  line-height: 1.33;
  text-decoration: underline;
}

.block-recent-item--keep-history a:hover {
  text-decoration: underline;
}

.block-topic-page--article-body, .p-guide-detail {
  line-height: 1.78;
  letter-spacing: 0.0em;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.00em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding-top: 0px;
}

.block-topic-page--article-body p, .p-guide-detail p {
  font-size: 16px;
  line-height: 1.78;
  letter-spacing: 0.0em;
  color: #000000;
  font-weight: 400;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 1px 0;
}

.block-topic-page--article-body a, .p-guide-detail a {
  text-decoration: underline;
  color: #013893;
}

.block-topic-page--article-body a:hover, .p-guide-detail a:hover {
  text-decoration: underline;
}

.block-topic-page--article-body h1, .p-guide-detail h1, .block-topic-page--article-body h2, .p-guide-detail h2, .block-topic-page--article-body h3, .p-guide-detail h3, .block-topic-page--article-body h4, .p-guide-detail h4, .block-topic-page--article-body h5, .p-guide-detail h5, .block-topic-page--article-body h6, .p-guide-detail h6 {
  margin: 0;
  padding: 0;
  margin-top: 0.60em;
  margin-bottom: 0.60em;
  font-weight: 700;
}

.block-topic-page--article-body h1, .p-guide-detail h1 {
  font-size: 22px;
  color: #000000;
  font-weight: 700;
  letter-spacing: 0.00em;
  line-height: 1.33;
  padding-bottom: 20px;
  margin-bottom: 44px;
  background-color: transparent;
  margin-top: 50px;
  text-align: left;
  position: relative;
}

.block-topic-page--article-body h1:before, .p-guide-detail h1:before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #dcdcdc;
}

.block-topic-page--article-body h2, .p-guide-detail h2 {
  font-size: 18px;
  position: relative;
}

.block-topic-page--article-body h2:before, .p-guide-detail h2:before {
  content: "";
  position: absolute;
  display: block;
  top: 11px;
  left: 0;
  width: 20px;
  height: 4px;
  border-radius: 2px;
  -webkit-transform: translate3d(0, -50%, 0) rotate(0deg);
          transform: translate3d(0, -50%, 0) rotate(0deg);
}

.block-topic-page--article-body h3, .p-guide-detail h3 {
  font-size: 1.06em;
}

.block-topic-page--article-body h4, .p-guide-detail h4 {
  font-size: 1.0em;
}

.block-topic-page--article-body h5, .p-guide-detail h5 {
  font-size: 0.83em;
}

.block-topic-page--article-body h6, .p-guide-detail h6 {
  font-size: 0.67em;
}

.block-topic-page--article-body dt, .p-guide-detail dt {
  line-height: 1.78;
}

.block-topic-page--article-body dd, .p-guide-detail dd {
  line-height: 1.78;
}

.block-topic-page--article-body ul, .p-guide-detail ul {
  line-height: 1.78;
  list-style: none;
}

.block-topic-page--article-body li > ul, .p-guide-detail li > ul {
  margin-top: 10px;
  padding-bottom: 10px;
}

.block-topic-page--article-body li, .p-guide-detail li {
  line-height: 1.78;
}

.block-topic-page--article-body li + li, .p-guide-detail li + li {
  margin-top: 12px;
}

.block-topic-page--article-body ul li, .p-guide-detail ul li {
  list-style: none;
  padding-left: 1.0em;
  position: relative;
}

.block-topic-page--article-body ul li:before, .p-guide-detail ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.5em;
  left: 0;
  vertical-align: baseline;
  width: 0.6em;
  height: 0.6em;
  background-color: #b4b4b4;
  border-radius: 0;
  border-radius: 50%;
  -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
          transform: translate3d(0, 0, 0) rotate(0deg);
  margin-top: -1px;
}

.block-topic-page--article-body li > ul > li:before, .p-guide-detail li > ul > li:before {
  border-radius: 0;
}

.block-topic-page--article-body li > ul > li > ul > li:before, .p-guide-detail li > ul > li > ul > li:before {
  background-color: transparent;
  border: 1px solid #b4b4b4;
}

.block-topic-page--article-body ol > li > ol > li, .p-guide-detail ol > li > ol > li {
  list-style: lower-roman;
}

.block-topic-page--article-body img, .p-guide-detail img {
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
  margin: 0;
}

.block-topic-page--article-body figcaption, .p-guide-detail figcaption {
  font-size: 14px;
  padding-top: 4px;
  padding-bottom: 8px;
  font-weight: 700;
}

.block-topic-page--article-body video, .p-guide-detail video {
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
  margin: 0;
}

.block-topic-page--article-body blockquote, .p-guide-detail blockquote {
  display: block;
  color: #666;
  padding-left: 10px;
  border-left: 1px solid #c8c8c8;
}

.block-topic-page--article-body table, .p-guide-detail table {
  width: 100%;
  border: 1px solid #dcdcdc;
}

.block-topic-page--article-body table th, .p-guide-detail table th {
  background-color: #f1f1f1;
  border: 1px solid #dcdcdc;
  padding: 20px 30px;
  font-weight: 700;
  min-width: 180px;
  vertical-align: top;
}

.block-topic-page--article-body table td, .p-guide-detail table td {
  border: 1px solid #dcdcdc;
  padding: 20px 30px;
  padding-right: 10px;
  min-width: 180px;
  vertical-align: top;
}

.block-topic-page--article-body table td p:first-child, .p-guide-detail table td p:first-child {
  margin-top: 0;
}

.block-topic-page--article-body hr, .p-guide-detail hr {
  display: block;
  height: 1px;
  padding: 0;
  border: 0;
  margin: 0;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  padding: 0;
  background: #dcdcdc;
}

.block-topic-page--article-body h2 + hr, .p-guide-detail h2 + hr {
  display: none;
}

.block-icon {
  display: none;
}

.p-globalnavi {
  position: relative;
  z-index: 2;
  padding: 10px 60px;
}

.page-top .p-globalnavi {
  padding-left: 80px;
  background-color: transparent;
}

.p-globalnavi-info {
  position: relative;
  padding-left: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.p-globalnavi-info:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  background: url("../../img/usr/common/icon_navi_info.png") no-repeat center center/contain;
  -webkit-transform: translate3d(0, -50%, 0) rotate(0deg);
          transform: translate3d(0, -50%, 0) rotate(0deg);
  margin-top: -1px;
}

.p-globalnavi-info-date {
  margin-right: 20px;
}

.p-globalnavi-info-txt:hover {
  text-decoration: underline;
}

.p-globalnavi {
  position: relative;
  z-index: 2;
  padding: 10px 60px;
}

.page-top .p-globalnavi {
  padding-left: 80px;
  background-color: transparent;
}

.p-globalnavi-info {
  position: relative;
  padding-left: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.p-globalnavi-info:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  background: url("../../img/usr/common/icon_navi_info.png") no-repeat center center/contain;
  -webkit-transform: translate3d(0, -50%, 0) rotate(0deg);
          transform: translate3d(0, -50%, 0) rotate(0deg);
  margin-top: -1px;
}

.p-globalnavi-info-date {
  margin-right: 20px;
}

.p-globalnavi-info-txt:hover {
  text-decoration: underline;
}

ul.p-list li {
  position: relative;
  margin: 5px 0;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.72;
  padding-left: 1.1em;
}

ul.p-list li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.42em;
  left: 0;
  width: 0.75em;
  height: 0.75em;
  line-height: 16px;
  border-radius: 50px;
  vertical-align: middle;
  background-color: #B4B4B4;
}

ul.p-list a {
  text-decoration: underline;
}

ul.p-list.p-list--aster li {
  padding-left: 1.2em;
}

ul.p-list.p-list--aster li:before {
  content: "＊";
  border-radius: 0;
  background: none;
  color: #013893;
  background: transparent;
}

.item-index-menu .item-index-menu-entry {
  margin-top: 40px;
  border-top: 1px solid #000;
}

.item-index-menu .item-index-menu-title {
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  letter-spacing: 0.00em;
  line-height: 1.33;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 25px;
  position: relative;
  border-bottom: none;
  padding: 20px 0;
}

.item-index-menu a {
  display: block;
}

.item-index-menu a.item-index-menu-headline:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  background: url("../../img/usr/common/icon_arrow_right_s_bl.png") no-repeat center center/contain;
  -webkit-transform: translate3d(0, -50%, 0) rotate(0deg);
          transform: translate3d(0, -50%, 0) rotate(0deg);
}

.item-index-menu .item-index-menu-headline {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.33;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 25px;
  position: relative;
  display: block;
  border-bottom: 1px solid #dcdcdc;
}

.item-index-menu .item-index-menu-headline.is-opened {
  font-weight: 700;
  border-bottom: none;
}

.item-index-menu .item-index-menu-headline:nth-child(1) {
  font-weight: 700;
}

.item-index-menu .item-index-menu-headline:last-child {
  border-bottom: none;
}

.item-index-menu .item-index-menu-headline.has-children {
  cursor: pointer;
}

.item-index-menu .item-index-menu-headline.has-children:before, .item-index-menu .item-index-menu-headline.has-children:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 1px;
  background-color: #1b1b1b;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
}

.item-index-menu .item-index-menu-headline.has-children:after {
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
}

.item-index-menu .item-index-menu-headline.has-children.is-opened:after {
  -webkit-transform: translate(0, -50%) rotate(0deg);
          transform: translate(0, -50%) rotate(0deg);
}

.item-index-menu .item-index-menu-headline .item-index-menu-headline-thin {
  font-weight: 400;
}

.item-index-menu .item-index-menu-headline.has-children + ul {
  display: none;
}

.item-index-menu .item-index-menu-freeword {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}

.item-index-menu .item-index-menu-freeword:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 16px;
  width: 26px;
  height: 26px;
  background: url("../../img/usr/common/icon_search.png") no-repeat center center/contain;
  -webkit-transform: translate3d(0, -50%, 0) rotate(0deg);
          transform: translate3d(0, -50%, 0) rotate(0deg);
}

.item-index-menu .item-index-menu-freeword input[type="text"] {
  background: none;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
  width: 100%;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.00em;
  padding: 0px 28px;
  padding-right: 60px;
  height: 50px;
  position: relative;
  line-height: 1.0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.item-index-menu .item-index-menu-freeword input[type="text"]:placeholder-shown {
  color: #aaaaaa;
}

.item-index-menu .item-index-menu-freeword input[type="text"]::-webkit-input-placeholder {
  color: #aaaaaa;
}

.item-index-menu .item-index-menu-freeword input[type="text"]:-moz-placeholder {
  color: #aaaaaa;
}

.item-index-menu .item-index-menu-freeword input[type="text"]::-moz-placeholder {
  color: #aaaaaa;
}

.item-index-menu .item-index-menu-freeword input[type="text"]:-ms-input-placeholder {
  color: #aaaaaa;
}

.item-index-menu .item-index-menu-freeword input[type="text"]:focus {
  outline: none;
  border: 1px solid #013893;
  border: solid 1px #013893;
  -webkit-box-shadow: 0px 0px 4px 2px rgba(98, 170, 179, 0.35);
          box-shadow: 0px 0px 4px 2px rgba(98, 170, 179, 0.35);
  background-color: white;
}

.item-index-menu .is-opened + .item-index-menu-navi {
  border-bottom: 1px solid #dcdcdc;
}

/* 2021.05.27 ecb a:first-child暫定追加 */
.item-index-menu .is-opened + .item-index-menu-navi > .item-index-menu-navi-item:first-child > a:first-child {
  border-top: 1px solid #dcdcdc;
}

.item-index-menu .item-index-menu-headline.is-opened + .item-index-menu-navi {
  border-bottom: 1px solid #000;
}

.item-index-menu .item-index-menu-navi {
  display: none;
  margin-bottom: 12px;
}

.item-index-menu .item-index-menu-navi .item-index-menu-navi-item {
  position: relative;
  padding-left: 30px;
}

.item-index-menu .item-index-menu-navi .item-index-menu-navi-item:last-child > a {
  border-bottom: none;
}

.item-index-menu .item-index-menu-navi .item-index-menu-navi-item > a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.00em;
  line-height: 1.33;
  font-weight: 400;
  padding: 16px 0 16px;
  border-bottom: 1px solid #dcdcdc;
  -webkit-transition: all 300ms  ease-out 0ms;
  transition: all 300ms  ease-out 0ms;
}

.item-index-menu .item-index-menu-navi .item-index-menu-navi-item > a.has-children {
  cursor: pointer;
}

.item-index-menu .item-index-menu-navi .item-index-menu-navi-item > a.has-children:before, .item-index-menu .item-index-menu-navi .item-index-menu-navi-item > a.has-children:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 1px;
  background-color: #1b1b1b;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
}

.item-index-menu .item-index-menu-navi .item-index-menu-navi-item > a.has-children:after {
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
}

.item-index-menu .item-index-menu-navi .item-index-menu-navi-item > a.has-children.is-opened {
  font-weight: 700;
  border-bottom: none;
}

.item-index-menu .item-index-menu-navi .item-index-menu-navi-item > a.has-children.is-opened:after {
  -webkit-transform: translate(0, -50%) rotate(0deg);
          transform: translate(0, -50%) rotate(0deg);
}

.item-index-menu .is-show-all > .item-index-menu-headline:nth-of-type(n+12) {
  display: block;
}

.item-index-menu .is-show-all > .item-index-menu-headline.item-index-menu-headline--more .for-close {
  display: inline !important;
}

.item-index-menu .is-show-all > .item-index-menu-headline.item-index-menu-headline--more .for-open {
  display: none !important;
}

.item-index-menu .is-show-all > .item-index-menu-headline.item-index-menu-headline--more > a:after {
  -webkit-transform: translate3d(0, -50%, 0) rotate(-90deg) !important;
          transform: translate3d(0, -50%, 0) rotate(-90deg) !important;
}

@-webkit-keyframes anim-item-index-menu-headline {
  0% {
    -webkit-transform: translate3d(-10px, 0, 0) rotate(0deg);
            transform: translate3d(-10px, 0, 0) rotate(0deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    -webkit-transform: translate3d(0px, 0, 0) rotate(0deg);
            transform: translate3d(0px, 0, 0) rotate(0deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes anim-item-index-menu-headline {
  0% {
    -webkit-transform: translate3d(-10px, 0, 0) rotate(0deg);
            transform: translate3d(-10px, 0, 0) rotate(0deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    -webkit-transform: translate3d(0px, 0, 0) rotate(0deg);
            transform: translate3d(0px, 0, 0) rotate(0deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12) {
  -webkit-animation: anim-item-index-menu-headline 300ms ease-out 0ms 1 normal forwards;
          animation: anim-item-index-menu-headline 300ms ease-out 0ms 1 normal forwards;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translate3d(-10px, 0, 0) rotate(0deg);
          transform: translate3d(-10px, 0, 0) rotate(0deg);
  display: none;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(1) {
  -webkit-animation-delay: 10ms;
          animation-delay: 10ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(2) {
  -webkit-animation-delay: 20ms;
          animation-delay: 20ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(3) {
  -webkit-animation-delay: 30ms;
          animation-delay: 30ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(4) {
  -webkit-animation-delay: 40ms;
          animation-delay: 40ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(5) {
  -webkit-animation-delay: 50ms;
          animation-delay: 50ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(6) {
  -webkit-animation-delay: 60ms;
          animation-delay: 60ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(7) {
  -webkit-animation-delay: 70ms;
          animation-delay: 70ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(8) {
  -webkit-animation-delay: 80ms;
          animation-delay: 80ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(9) {
  -webkit-animation-delay: 90ms;
          animation-delay: 90ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(10) {
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(11) {
  -webkit-animation-delay: 110ms;
          animation-delay: 110ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(12) {
  -webkit-animation-delay: 120ms;
          animation-delay: 120ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(13) {
  -webkit-animation-delay: 130ms;
          animation-delay: 130ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(14) {
  -webkit-animation-delay: 140ms;
          animation-delay: 140ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(15) {
  -webkit-animation-delay: 150ms;
          animation-delay: 150ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(16) {
  -webkit-animation-delay: 160ms;
          animation-delay: 160ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(17) {
  -webkit-animation-delay: 170ms;
          animation-delay: 170ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(18) {
  -webkit-animation-delay: 180ms;
          animation-delay: 180ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(19) {
  -webkit-animation-delay: 190ms;
          animation-delay: 190ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(20) {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(21) {
  -webkit-animation-delay: 210ms;
          animation-delay: 210ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(22) {
  -webkit-animation-delay: 220ms;
          animation-delay: 220ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(23) {
  -webkit-animation-delay: 230ms;
          animation-delay: 230ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(24) {
  -webkit-animation-delay: 240ms;
          animation-delay: 240ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(25) {
  -webkit-animation-delay: 250ms;
          animation-delay: 250ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(26) {
  -webkit-animation-delay: 260ms;
          animation-delay: 260ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(27) {
  -webkit-animation-delay: 270ms;
          animation-delay: 270ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(28) {
  -webkit-animation-delay: 280ms;
          animation-delay: 280ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(29) {
  -webkit-animation-delay: 290ms;
          animation-delay: 290ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(30) {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(31) {
  -webkit-animation-delay: 310ms;
          animation-delay: 310ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(32) {
  -webkit-animation-delay: 320ms;
          animation-delay: 320ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(33) {
  -webkit-animation-delay: 330ms;
          animation-delay: 330ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(34) {
  -webkit-animation-delay: 340ms;
          animation-delay: 340ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(35) {
  -webkit-animation-delay: 350ms;
          animation-delay: 350ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(36) {
  -webkit-animation-delay: 360ms;
          animation-delay: 360ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(37) {
  -webkit-animation-delay: 370ms;
          animation-delay: 370ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(38) {
  -webkit-animation-delay: 380ms;
          animation-delay: 380ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(39) {
  -webkit-animation-delay: 390ms;
          animation-delay: 390ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(40) {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(41) {
  -webkit-animation-delay: 410ms;
          animation-delay: 410ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(42) {
  -webkit-animation-delay: 420ms;
          animation-delay: 420ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(43) {
  -webkit-animation-delay: 430ms;
          animation-delay: 430ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(44) {
  -webkit-animation-delay: 440ms;
          animation-delay: 440ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(45) {
  -webkit-animation-delay: 450ms;
          animation-delay: 450ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(46) {
  -webkit-animation-delay: 460ms;
          animation-delay: 460ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(47) {
  -webkit-animation-delay: 470ms;
          animation-delay: 470ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(48) {
  -webkit-animation-delay: 480ms;
          animation-delay: 480ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(49) {
  -webkit-animation-delay: 490ms;
          animation-delay: 490ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(50) {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(51) {
  -webkit-animation-delay: 510ms;
          animation-delay: 510ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(52) {
  -webkit-animation-delay: 520ms;
          animation-delay: 520ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(53) {
  -webkit-animation-delay: 530ms;
          animation-delay: 530ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(54) {
  -webkit-animation-delay: 540ms;
          animation-delay: 540ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(55) {
  -webkit-animation-delay: 550ms;
          animation-delay: 550ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(56) {
  -webkit-animation-delay: 560ms;
          animation-delay: 560ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(57) {
  -webkit-animation-delay: 570ms;
          animation-delay: 570ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(58) {
  -webkit-animation-delay: 580ms;
          animation-delay: 580ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(59) {
  -webkit-animation-delay: 590ms;
          animation-delay: 590ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(60) {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(61) {
  -webkit-animation-delay: 610ms;
          animation-delay: 610ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(62) {
  -webkit-animation-delay: 620ms;
          animation-delay: 620ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(63) {
  -webkit-animation-delay: 630ms;
          animation-delay: 630ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(64) {
  -webkit-animation-delay: 640ms;
          animation-delay: 640ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(65) {
  -webkit-animation-delay: 650ms;
          animation-delay: 650ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(66) {
  -webkit-animation-delay: 660ms;
          animation-delay: 660ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(67) {
  -webkit-animation-delay: 670ms;
          animation-delay: 670ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(68) {
  -webkit-animation-delay: 680ms;
          animation-delay: 680ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(69) {
  -webkit-animation-delay: 690ms;
          animation-delay: 690ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(70) {
  -webkit-animation-delay: 700ms;
          animation-delay: 700ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(71) {
  -webkit-animation-delay: 710ms;
          animation-delay: 710ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(72) {
  -webkit-animation-delay: 720ms;
          animation-delay: 720ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(73) {
  -webkit-animation-delay: 730ms;
          animation-delay: 730ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(74) {
  -webkit-animation-delay: 740ms;
          animation-delay: 740ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(75) {
  -webkit-animation-delay: 750ms;
          animation-delay: 750ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(76) {
  -webkit-animation-delay: 760ms;
          animation-delay: 760ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(77) {
  -webkit-animation-delay: 770ms;
          animation-delay: 770ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(78) {
  -webkit-animation-delay: 780ms;
          animation-delay: 780ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(79) {
  -webkit-animation-delay: 790ms;
          animation-delay: 790ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(80) {
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(81) {
  -webkit-animation-delay: 810ms;
          animation-delay: 810ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(82) {
  -webkit-animation-delay: 820ms;
          animation-delay: 820ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(83) {
  -webkit-animation-delay: 830ms;
          animation-delay: 830ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(84) {
  -webkit-animation-delay: 840ms;
          animation-delay: 840ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(85) {
  -webkit-animation-delay: 850ms;
          animation-delay: 850ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(86) {
  -webkit-animation-delay: 860ms;
          animation-delay: 860ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(87) {
  -webkit-animation-delay: 870ms;
          animation-delay: 870ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(88) {
  -webkit-animation-delay: 880ms;
          animation-delay: 880ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(89) {
  -webkit-animation-delay: 890ms;
          animation-delay: 890ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(90) {
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(91) {
  -webkit-animation-delay: 910ms;
          animation-delay: 910ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(92) {
  -webkit-animation-delay: 920ms;
          animation-delay: 920ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(93) {
  -webkit-animation-delay: 930ms;
          animation-delay: 930ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(94) {
  -webkit-animation-delay: 940ms;
          animation-delay: 940ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(95) {
  -webkit-animation-delay: 950ms;
          animation-delay: 950ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(96) {
  -webkit-animation-delay: 960ms;
          animation-delay: 960ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(97) {
  -webkit-animation-delay: 970ms;
          animation-delay: 970ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(98) {
  -webkit-animation-delay: 980ms;
          animation-delay: 980ms;
}

.item-index-menu .item-index-menu-headline:nth-of-type(n+12):nth-child(99) {
  -webkit-animation-delay: 990ms;
          animation-delay: 990ms;
}

.item-index-menu .item-index-menu-headline--more {
  padding-left: 40px;
  display: none !important;
}

.item-index-menu .item-index-menu-headline--more:nth-of-type(n+12) {
  display: block !important;
}

.item-index-menu .item-index-menu-headline--more > a {
  position: relative;
}

.item-index-menu .item-index-menu-headline--more > a:after {
  -webkit-transition: all 300ms  ease-out 0ms;
  transition: all 300ms  ease-out 0ms;
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: -26px;
  width: 12px;
  height: 12px;
  -webkit-transform: translate3d(0, -50%, 0) rotate(90deg);
          transform: translate3d(0, -50%, 0) rotate(90deg);
  background: url("../../img/usr/common/icon_arrow_right_s_bl.png") no-repeat center center/contain;
  margin-top: 0px;
}

.item-index-menu .item-index-menu-headline--more .for-close {
  display: none;
}

.item-index-menu .item-index-menu-headline--more .for-open {
  display: inline;
}

.p-txt-sec + .p-txt-sec {
  border-top: 1px solid #dcdcdc;
  padding-top: 20px;
  margin-top: 20px;
}

.p-txt-sec {
  margin-bottom: 20px;
}

.block-order-flow--step {
  padding: 0;
  margin-top: 30px;
  margin-bottom: 60px;
  font-size: 16px;
  color: #B4B4B4;
  font-weight: 700;
  letter-spacing: 0.00em;
  line-height: 1.0;
}

.block-order-flow--step > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  text-align: center;
}

.block-order-flow--step1,
.block-order-flow--step2,
.block-order-flow--step3,
.block-order-flow--step4 {
  height: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1  33.3%;
      -ms-flex: 1 1  33.3%;
          flex: 1 1  33.3%;
  max-width: 33.3%;
  text-align: center;
  margin: 0;
  padding: 0 0 20px;
  border-bottom: 2px solid #DCDCDC;
}

.block-order-flow--step1:nth-child(n+2),
.block-order-flow--step2:nth-child(n+2),
.block-order-flow--step3:nth-child(n+2),
.block-order-flow--step4:nth-child(n+2) {
  margin-left: 16px;
}

.block-order-flow--step1:after,
.block-order-flow--step2:after,
.block-order-flow--step3:after,
.block-order-flow--step4:after {
  content: none;
  position: absolute;
  top: 0;
  right: -50px;
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-left: 25px solid transparent;
  border-bottom-width: 25px;
  border-top-width: 25px;
  content: none;
}

.block-order-flow--step1:before,
.block-order-flow--step2:before,
.block-order-flow--step3:before,
.block-order-flow--step4:before {
  content: "";
  position: static;
  display: block;
  text-align: center;
  margin: 0 0 12px;
  font-size: 30px;
  color: #B4B4B4;
  font-weight: 600;
  letter-spacing: 0.00em;
  line-height: 1.0;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.block-order-flow--step-current {
  background-color: transparent;
  color: #000;
  font-weight: 700 !important;
  border-color: #013893;
}

.block-order-flow--step-current:before {
  color: #013893;
}

.block-order-flow--step-current:after {
  content: none;
  position: absolute;
  top: 0;
  right: -50px;
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-left: 25px solid #BE0000;
  border-bottom-width: 25px;
  border-top-width: 25px;
}

.block-order-flow--step1:before {
  content: "01";
}

.block-order-flow--step2:before {
  content: "02";
}

.block-order-flow--step3:before {
  content: "03";
}

.block-order-flow--step4:before {
  content: "04";
}

.page-top .pane-contents {
  padding-bottom: 180px;
}

.page-top .pane-contents > .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.p-top-navi-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.p-top-navi-list-item {
  margin: 0 0;
}

.p-top-navi-list-item > a {
  display: inline-block;
  padding: 15px 30px;
  font-size: 15px;
  color: #000000;
  font-weight: 700;
  letter-spacing: 0.00em;
  line-height: 1.6;
  -webkit-transition: all 300ms  ease-out 0ms;
  transition: all 300ms  ease-out 0ms;
}

.p-top-navi-list-item > a:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background-color: #000;
  color: #fff;
}

.p-top-mv {
  margin-bottom: 30px;
  position: relative;
}

.p-top-mv img {
  width: 100%;
}

.p-top-mv.is-loaded:after {
  content: none;
}

.p-top-mv:after {
  content: "";
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 48px;
  height: 48px;
  -webkit-transform: translate3d(0, -50%, 0) rotate(90deg);
          transform: translate3d(0, -50%, 0) rotate(90deg);
  background: url("../../img/usr/svg-loaders/oval.svg") no-repeat center center/contain;
}

.p-top-mv-images-slide {
  padding: 0 10px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-transition: opacity 500ms  ease-out 0ms;
  transition: opacity 500ms  ease-out 0ms;
}

.p-top-mv-images-slide.swiper-slide-active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.p-top-mv-images-slide > a {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.p-top-sub-images .swiper-wrapper {
  margin-left: -150px;
}

.p-top-sub-images .swiper-button-prev {
  left: 0px;
}

.p-top-sub-images .swiper-button-next {
  right: 0px;
}

.p-top-sub-images-slide {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  298px;
      -ms-flex: 0 0  298px;
          flex: 0 0  298px;
  max-width: 298px;
  padding: 0px 10px;
}

.p-top-sub-images-slide a {
  padding: 15px 0;
  display: block;
  border: 1px solid #dcdcdc;
}

.p-top-sub-images-slide img {
  display: block;
  width: 180px;
  margin: 0 auto;
}

.p-top-sub-images__btns {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1200px;
}

.block-top-topic {
  padding-bottom: 60px;
}

.block-top-topic .p-r-slider-slide {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  413px;
      -ms-flex: 0 0  413px;
          flex: 0 0  413px;
  max-width: 413px;
  padding-right: 40px;
}

.block-top-topic .p-r-slider-slide img {
  width: 100%;
}

.p-r-slider-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.p-r-slider-wrapper:before {
  z-index: 2;
  background-color: #fff;
}

.p-r-slider-wrapper:before, .p-r-slider-wrapper:after {
  pointer-events: none;
  position: relative;
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1 1  auto;
      -ms-flex: 1 1  auto;
          flex: 1 1  auto;
  max-width: auto;
}

.p-r-slider {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  1200px;
      -ms-flex: 0 0  1200px;
          flex: 0 0  1200px;
  max-width: 1200px;
  overflow: visible;
}

.p-r-slider .swiper-wrapper {
  overflow: visible;
}

.p-r-slider .block-thumbnail-t--price {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  100%;
      -ms-flex: 0 0  100%;
          flex: 0 0  100%;
  max-width: 100%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  font-size: 22px;
  color: #000000;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.72;
  text-align: left;
}

.p-r-slider .block-thumbnail-t--price .u-unit {
  font-size: 0.75em;
  letter-spacing: 0.06;
  font-weight: 400;
}

.p-r-slider__img {
  margin-bottom: 16px;
}

.p-r-slider__img img {
  width: 100%;
}

.p-r-slider__date {
  font-size: 22px;
  color: #000000;
  font-weight: 600;
  letter-spacing: 0.00em;
  line-height: 1.5;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 12px;
}

.p-r-slider__name {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.72;
  margin-bottom: 16px;
}

.p-r-slider__desc {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.72;
}

.p-r-slider__name + .block-thumbnail-t--price-infos {
  margin-top: -12px;
}

.p-r-slider__btns {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1200px;
  top: -74px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 32px;
  pointer-events: none;
}

.p-r-slider__btns .swiper-button-prev,
.p-r-slider__btns .swiper-button-next {
  top: 0;
  margin-top: 0;
  z-index: 10;
  pointer-events: auto;
  right: 0;
  left: auto;
}

.p-r-slider__btns .swiper-button-prev {
  right: 50px;
}

.p-more-link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  text-align: right;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 40px;
  font-size: 22px;
  color: #000000;
  font-weight: 600;
  letter-spacing: 0.00em;
  line-height: 1.0;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.p-more-link a {
  display: inline-block;
  padding-right: 30px;
  position: relative;
}

.p-more-link a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 22px;
  height: 22px;
  background: url("../../img/usr/common/icon_arrow_right_b.png") no-repeat center center/contain;
  -webkit-transform: translate3d(0, -50%, 0) rotate(0deg);
          transform: translate3d(0, -50%, 0) rotate(0deg);
}

.p-top-recommends__top {
  background-color: #F4F4F4;
  padding-bottom: 80px;
}

.p-top-recommends__top .inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
}

.p-top-recommends__top .block-thumbnail-t > li {
  margin-bottom: 0;
}

.p-top-recommends__top .block-thumbnail-t .block-thumbnail-t--goods {
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  47.5%;
      -ms-flex: 0 0  47.5%;
          flex: 0 0  47.5%;
  max-width: 47.5%;
  margin: 0;
  margin-bottom: 20px;
}

.p-top-recommends__top .block-thumbnail-t .block-thumbnail-t--goods:nth-child(2n+1) {
  margin-right: 5%;
}

.p-top-recommends__top .block-thumbnail-t .block-thumbnail-t--goods-name {
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  letter-spacing: 0.00em;
  line-height: 1.72;
}

.p-top-recommends__top .block-thumbnail-t .block-thumbnail-t--price {
  font-size: 22px;
  letter-spacing: 0.00em;
  font-weight: 600;
  line-height: 1.72;
  color: #000;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: left;
}

.p-top-recommends__top .block-thumbnail-t .block-thumbnail-t--goods .price,
.p-top-recommends__top .block-thumbnail-t .block-thumbnail-t--goods .net-price,
.p-top-recommends__top .block-thumbnail-t .block-thumbnail-t--goods .default-price,
.p-top-recommends__top .block-thumbnail-t .block-thumbnail-t--goods .exchange-price,
.p-top-recommends__top .block-thumbnail-t .block-thumbnail-t--goods .block-exchange-price--rate-dt .block-thumbnail-t--price-infos {
  text-align: left;
}

.p-top-recommends__top .block-thumbnail-t .block-thumbnail-t--price-infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.p-top-recommends__top .block-thumbnail-t .block-thumbnail-t--scomment {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  100%;
      -ms-flex: 0 0  100%;
          flex: 0 0  100%;
  max-width: 100%;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  font-size: 14px;
  color: #BE0000;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.633;
  margin-bottom: 4px;
}

.p-top-recommends__top .block-thumbnail-t .block-thumbnail-t--scomment +
.block-thumbnail-t--price-items .block-thumbnail-t--price {
  color: #BE0000;
  font-weight: 600;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.p-top-recommends__top .block-thumbnail-t .block-thumbnail-t--price-items {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  100%;
      -ms-flex: 0 0  100%;
          flex: 0 0  100%;
  max-width: 100%;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.p-top-recommends__top .block-thumbnail-t .block-thumbnail-t--default-price {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  100%;
      -ms-flex: 0 0  100%;
          flex: 0 0  100%;
  max-width: 100%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  font-size: 12px;
  color: #000000;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.33;
  text-align: left;
}

.p-top-recommends__top .block-thumbnail-t .price--num {
  font-size: 1.7em;
  font-weight: 500;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.p-top-recommends__top .block-thumbnail-t .price--tax {
  margin-left: 4px;
}

.p-top-recommends__bottom {
  padding-top: 140px;
  padding-bottom: 120px;
}

.p-top-recommends__bottom .swiper-slide {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  25.65%;
      -ms-flex: 0 0  25.65%;
          flex: 0 0  25.65%;
  max-width: 25.65%;
  padding-right: 32px;
}

.p-top-ranking {
  background-color: #F4F4F4;
}

.p-top-ranking .inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto;
}

.p-top-ranking__top .block-ranking-r--items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.p-top-ranking__top .block-ranking-r--items > li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  50%;
      -ms-flex: 0 0  50%;
          flex: 0 0  50%;
  max-width: 50%;
}

.p-top-ranking__top .block-ranking-r--goods {
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  22.75%;
      -ms-flex: 0 0  22.75%;
          flex: 0 0  22.75%;
  max-width: 22.75%;
  margin-left: 3%;
  margin-bottom: 60px;
}

.p-top-ranking__top .block-ranking-r--goods:nth-child(4n+1) {
  margin-left: 0px;
}

.p-top-ranking__top .block-ranking-r--goods.block-ranking-r--goods-rank-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  100%;
      -ms-flex: 0 0  100%;
          flex: 0 0  100%;
  max-width: 100%;
}

.p-top-ranking__top .block-ranking-r--goods.block-ranking-r--goods-rank-2, .p-top-ranking__top .block-ranking-r--goods.block-ranking-r--goods-rank-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  100%;
      -ms-flex: 0 0  100%;
          flex: 0 0  100%;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin: 0;
  padding-left: 40px;
}

.p-top-ranking__top .block-ranking-r--goods.block-ranking-r--goods-rank-2 .block-ranking-r--goods-image, .p-top-ranking__top .block-ranking-r--goods.block-ranking-r--goods-rank-3 .block-ranking-r--goods-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  50%;
      -ms-flex: 0 0  50%;
          flex: 0 0  50%;
  max-width: 50%;
  margin-right: 3.0%;
}

.p-top-ranking__top .block-ranking-r--goods.block-ranking-r--goods-rank-2 .block-ranking-r--goods-description, .p-top-ranking__top .block-ranking-r--goods.block-ranking-r--goods-rank-3 .block-ranking-r--goods-description {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  47.0%;
      -ms-flex: 0 0  47.0%;
          flex: 0 0  47.0%;
  max-width: 47.0%;
}

.p-top-ranking__top .block-ranking-r--goods.block-ranking-r--goods-rank-2.block-ranking-r--goods-rank-3, .p-top-ranking__top .block-ranking-r--goods.block-ranking-r--goods-rank-3.block-ranking-r--goods-rank-3 {
  margin-top: 40px;
}

.p-top-ranking__bottom {
  padding-bottom: 90px;
}

.block-top-arrivals--header {
  color: #fff;
}

.p-top-arrivals {
  background-color: #1E1E1E;
  padding-bottom: 120px;
  color: #fff;
}

.p-top-arrivals .p-r-slider-wrapper:before {
  z-index: 2;
  background-color: #1E1E1E;
}

.p-top-arrivals .p-r-slider-wrapper:before, .p-top-arrivals .p-r-slider-wrapper:after {
  pointer-events: none;
  position: relative;
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1 1  auto;
      -ms-flex: 1 1  auto;
          flex: 1 1  auto;
  max-width: auto;
}

.p-top-arrivals .swiper-slide {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  35%;
      -ms-flex: 0 0  35%;
          flex: 0 0  35%;
  max-width: 35%;
  padding-right: 60px;
}

.p-top-arrivals .p-r-slider__date,
.p-top-arrivals .p-r-slider__name,
.p-top-arrivals .p-r-slider__desc {
  color: #fff;
}

.p-top-arrivals .block-thumbnail-t--price {
  color: #fff;
}

.p-top-arrivals .swiper-button-prev,
.p-top-arrivals .swiper-button-next {
  background-color: #013893;
}

.p-item-history {
  background-color: #F4F4F4;
  padding-bottom: 120px;
  color: #fff;
}

.p-item-history .p-r-slider-wrapper:before {
  z-index: 2;
  background-color: #F4F4F4;
}

.p-item-history .p-r-slider-wrapper:before, .p-item-history .p-r-slider-wrapper:after {
  pointer-events: none;
  position: relative;
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1 1  auto;
      -ms-flex: 1 1  auto;
          flex: 1 1  auto;
  max-width: auto;
}

.p-item-history .swiper-slide {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  20.3%;
      -ms-flex: 0 0  20.3%;
          flex: 0 0  20.3%;
  max-width: 20.3%;
  padding-right: 20px;
}

.p-item-history .p-r-slider__date,
.p-item-history .p-r-slider__name,
.p-item-history .p-r-slider__desc {
  color: #fff;
}

.p-item-history .block-thumbnail-t--price {
  color: #fff;
}

.p-item-history .p-r-slider__message {
  max-width: 1200px;
  color: #000;
  margin: 0 auto;
}

.p-top-brands {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1260px;
  padding: 0 30px;
  padding-bottom: 90px;
  margin: 0 auto;
}

.p-top-brands-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.p-top-brands-list-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  20%;
      -ms-flex: 0 0  20%;
          flex: 0 0  20%;
  max-width: 20%;
  border-left: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  margin-top: 0px;
  margin-left: 0px;
  text-align: center;
}

.p-top-brands-list-item:nth-child(2), .p-top-brands-list-item:nth-child(3), .p-top-brands-list-item:nth-child(4), .p-top-brands-list-item:nth-child(5), .p-top-brands-list-item:nth-child(1) {
  border-top: 1px solid #dcdcdc;
}

.p-top-brands-list-item:nth-child(5n) {
  border-right: 1px solid #dcdcdc;
}

.p-top-brands-list-item > a {
  display: block;
  padding: 20px 20px;
}

.p-top-brands-list-item img {
  width: 260px;
}

.page-category .pane-contents {
  padding-bottom: 120px;
}

.page-category .pane-contents > .p-category-picklist:first-child, 
.page-genre .pane-contents > .p-genre-picklist:first-child {
  margin-top: -84px;
}

.page-category .pane-left-menu,
.page-genre .pane-left-menu {
  display: block;
  /* 2021.05.27 ecb margin-top:0 暫定追加 */
  margin-top: 0;
}

/* 2021.05.27 ecb margin-top:0 暫定追加 最近チェックした商品との余白調整 */
.page-category .pane-right-menu {
  margin-top: 0;
}

.page-topicdetaillist .pane-left-menu {
  display: none;
}

.pane-left-menu {
  padding: 0;
  margin: 0 80px 0 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  340px;
      -ms-flex: 0 0  340px;
          flex: 0 0  340px;
  max-width: 340px;
  margin-top: -80px;
}

/* 2021.06.08 アラートページの左メニュー調節 */
.page-alert .pane-left-menu {
  margin-top: 0;
}

.pane-left-menu .block-category-tree .block-category-tree--header {
  margin: 0;
  padding: 0;
  border: 0;
  text-align: left;
  padding: 16px 0;
  border-bottom: 1px solid #ebebeb;
}

.pane-left-menu .block-category-tree .block-category-tree--header a {
  position: relative;
  display: block;
  font-size: 18px;
  color: #000000;
  font-weight: 300;
  letter-spacing: 0.00em;
  line-height: 1.33;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: left;
  padding: 0;
  margin: 0;
}

.pane-left-menu .block-category-tree .block-category-tree--header a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url("../images/common/icon_leftmenu_is_closed.png") no-repeat center center/contain;
}

.pane-left-menu .block-category-tree .block-category-tree--items {
  text-indent: 0;
}

.pane-left-menu .block-category-tree .block-category-tree--items .block-category-tree--item__open,
.pane-left-menu .block-category-tree .block-category-tree--items .block-category-tree--item {
  border-top: 1px solid #dcdcdc;
  border-bottom: none;
}

.pane-left-menu .block-category-tree .block-category-tree--items .block-category-tree--item__open a,
.pane-left-menu .block-category-tree .block-category-tree--items .block-category-tree--item a {
  background: none;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  white-space: normal;
  font-size: 16px;
  color: #000000;
  font-weight: 300;
  letter-spacing: 0.00em;
  line-height: 1.33;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  padding: 12px 0 14px;
}

.pane-left-menu .block-category-tree .block-category-tree--items .block-category-tree--item__open a > span,
.pane-left-menu .block-category-tree .block-category-tree--items .block-category-tree--item a > span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-indent: 0;
  padding-left: 30px;
}

.pane-left-menu .block-category-tree .block-category-tree--items .block-category-tree--item__open a .block-category-tree--image + span,
.pane-left-menu .block-category-tree .block-category-tree--items .block-category-tree--item a .block-category-tree--image + span {
  padding-left: 0;
}

.pane-left-menu .block-category-tree .block-category-tree--items .block-category-tree--item__open a .block-category-tree--image,
.pane-left-menu .block-category-tree .block-category-tree--items .block-category-tree--item a .block-category-tree--image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 43px;
      -ms-flex: 0 0 43px;
          flex: 0 0 43px;
  max-width: 43px;
  height: auto;
}

.pane-left-menu .block-genre-tree .block-genre-tree--header {
  display: none;
  margin: 0;
  padding: 0;
  border: 0;
  text-align: left;
  padding: 16px 0;
  border-bottom: 1px solid #ebebeb;
}

.pane-left-menu .block-genre-tree .block-genre-tree--header a {
  position: relative;
  display: block;
  font-size: 18px;
  color: #000000;
  font-weight: 300;
  letter-spacing: 0.00em;
  line-height: 1.33;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: left;
  padding: 0;
  margin: 0;
}

.pane-left-menu .block-genre-tree .block-genre-tree--header a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url("../images/common/icon_leftmenu_is_closed.png") no-repeat center center/contain;
}

.pane-left-menu .block-genre-tree .block-genre-tree--items.block-genre-tree--level1 > .block-genre-tree--item > a,
.pane-left-menu .block-genre-tree .block-genre-tree--items.block-genre-tree--level1 > .block-genre-tree--item__open > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  font-size: 18px;
  color: #000000;
  font-weight: 300;
  letter-spacing: 0.00em;
  line-height: 1.33;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: left;
  padding: 0;
  margin: 0;
}

.pane-left-menu .block-genre-tree .block-genre-tree--items.block-genre-tree--level1 > .block-genre-tree--item > a:after,
.pane-left-menu .block-genre-tree .block-genre-tree--items.block-genre-tree--level1 > .block-genre-tree--item__open > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url("../images/common/icon_leftmenu_is_closed.png") no-repeat center center/contain;
}

.p-category-brand {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.p-category-brand .p-category-brand-banner {
  margin-bottom: 42px;
}

.p-category-brand .p-category-brand-banner img {
  width: 100%;
}

.p-category-brand .p-category-brand-tit {
  font-size: 32px;
  color: #000000;
  font-weight: 700;
  letter-spacing: 0.00em;
  line-height: 1.33;
  margin-bottom: 32px;
  padding: 0;
}

.p-category-brand .p-category-brand-tit-main {
  font-weight: 600;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.p-category-brand .p-category-brand-tit-sub {
  font-size: 18px;
  font-weight: 400;
}

.p-category-brand .p-category-brand-desc {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 2.0;
}

.block-org-goods-stock {
  font-size: 14px;
  color: #000000;
  font-weight: 700;
  letter-spacing: 0.00em;
  line-height: 1.33;
  margin-bottom: 8px;
}

.block-org-goods-stock.is-no-stock {
  font-weight: 400;
  color: #969696;
}

h1.block-category-list--header,
h2.block-category-list--header,
h1.block-genre-list--header,
h2.block-genre-list--header {
  font-size: 28px;
  color: #000000;
  font-weight: 700;
  letter-spacing: 0.00em;
  line-height: 1.33;
  margin-bottom: 30px;
  padding: 0 0 16px;
}

/* 2021.06.01 カテゴリと同様にヘッダーのスタイルを当てる */
h1.block-event-page--header {
  font-size: 28px;
  color: #000000;
  font-weight: 700;
  letter-spacing: 0.00em;
  line-height: 1.33;
  margin-top: 40px;
  margin-bottom: 30px;
  padding: 0 0 16px;
}

.block-category-list--header,
/* 2021.06.01 カテゴリと同様にヘッダーのスタイルを当てる */
.block-event-page--header,
.block-genre-list--header {
  background: none;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  text-align: left;
  font-size: 32px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.4;
  padding-bottom: 8px;
  margin-bottom: 12px;
  margin-top: 20px;
  border-bottom: 1px solid #dcdcdc;
}

.block-category-list--elems {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: strech;
  -webkit-align-items: strech;
      -ms-flex-align: strech;
          align-items: strech;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 40px;
  margin-left: auto;
  max-width: 780px;
}

.block-category-list--elems .block-goods-list--pager-top {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-left: auto;
}

.block-category-list--elems .block-goods-list--sort-order-items {
  background: none;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  white-space: nowrap;
}

.block-category-list--elems .sort-ui {
  letter-spacing: -.4em;
}

.block-category-list--elems .sort-ui .custom-select {
  display: inline-block;
  letter-spacing: normal;
  padding-right: 32px;
  margin-left: 40px;
  position: relative;
  cursor: pointer;
}

.block-category-list--elems .sort-ui .custom-select:first-child {
  margin-left: 0;
}

.block-category-list--elems .sort-ui .custom-select:after {
  content: "";
  position: absolute;
  margin-top: -2px;
  top: 50%;
  right: 0;
  width: 18px;
  height: 18px;
  background: url("../../img/usr/common/icon_arrow_right_b.png") no-repeat center center/contain;
  -webkit-transform: translate3d(0, -50%, 0) rotate(90deg);
          transform: translate3d(0, -50%, 0) rotate(90deg);
  margin-top: 1px;
}

.block-category-list--elems .sort-ui .custom-select .current-select-current {
  font-weight: 700;
  position: relative;
  z-index: 30;
}

.block-category-list--elems .sort-ui .custom-select .options-wrapper {
  z-index: 20;
  display: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  white-space: nowrap;
  left: 50%;
  bottom: -6px;
  background-color: #ebebeb;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  padding: 20px 24px;
}

.block-category-list--elems .sort-ui .custom-select .options-wrapper:before {
  content: "";
  position: absolute;
  top: -18px;
  left: 0;
  width: 100%;
  height: 20px;
}

.block-category-list--elems .sort-ui .custom-select .options-wrapper .options .option.is-active {
  color: #999;
  cursor: default;
}

.block-category-list--elems .sort-ui .custom-select .options-wrapper .options .option.is-active > a {
  color: #999;
  cursor: default;
}

.block-category-list--elems .sort-ui .custom-select .options-wrapper .option {
  margin-bottom: 8px;
  -webkit-transform: translate3d(0, -8px, 0);
          transform: translate3d(0, -8px, 0);
}

.block-category-list--elems .sort-ui .custom-select .options-wrapper .option:last-child {
  margin-bottom: 0;
}

.block-category-list--elems .sort-ui .custom-select .options-wrapper .option,
.block-category-list--elems .sort-ui .custom-select .options-wrapper .option a {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.00em;
  display: block;
  -webkit-transition: color 400ms ease-out;
  transition: color 400ms ease-out;
}

.block-category-list--elems .sort-ui .custom-select .options-wrapper .option a:hover {
  color: #666;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.block-category-list--elems .sort-ui .custom-select:hover .options-wrapper {
  display: block;
  -webkit-animation: anim-options-wrapper 300ms ease-in-out 0ms 1 normal forwards;
          animation: anim-options-wrapper 300ms ease-in-out 0ms 1 normal forwards;
}

@-webkit-keyframes anim-options-wrapper {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes anim-options-wrapper {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.block-category-list--elems .sort-ui .custom-select:hover .options-wrapper .options .option {
  -webkit-transform: translate3d(0, -8px, 0);
          transform: translate3d(0, -8px, 0);
  -webkit-animation: anim-sort-option 300ms ease-out 100ms 1 normal forwards;
          animation: anim-sort-option 300ms ease-out 100ms 1 normal forwards;
}

.block-category-list--elems .sort-ui .custom-select:hover .options-wrapper .options .option:nth-child(1) {
  -webkit-animation-delay: 30ms;
          animation-delay: 30ms;
}

.block-category-list--elems .sort-ui .custom-select:hover .options-wrapper .options .option:nth-child(2) {
  -webkit-animation-delay: 60ms;
          animation-delay: 60ms;
}

.block-category-list--elems .sort-ui .custom-select:hover .options-wrapper .options .option:nth-child(3) {
  -webkit-animation-delay: 90ms;
          animation-delay: 90ms;
}

.block-category-list--elems .sort-ui .custom-select:hover .options-wrapper .options .option:nth-child(4) {
  -webkit-animation-delay: 120ms;
          animation-delay: 120ms;
}

.block-category-list--elems .sort-ui .custom-select:hover .options-wrapper .options .option:nth-child(5) {
  -webkit-animation-delay: 150ms;
          animation-delay: 150ms;
}

.block-category-list--elems .sort-ui .custom-select:hover .options-wrapper .options .option:nth-child(6) {
  -webkit-animation-delay: 180ms;
          animation-delay: 180ms;
}

.block-category-list--elems .sort-ui .custom-select:hover .options-wrapper .options .option:nth-child(7) {
  -webkit-animation-delay: 210ms;
          animation-delay: 210ms;
}

.block-category-list--elems .sort-ui .custom-select:hover .options-wrapper .options .option:nth-child(8) {
  -webkit-animation-delay: 240ms;
          animation-delay: 240ms;
}

.block-category-list--elems .sort-ui .custom-select:hover .options-wrapper .options .option:nth-child(9) {
  -webkit-animation-delay: 270ms;
          animation-delay: 270ms;
}

@-webkit-keyframes anim-sort-option {
  0% {
    -webkit-transform: translate3d(0, -8px, 0);
            transform: translate3d(0, -8px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
  }
}

@keyframes anim-sort-option {
  0% {
    -webkit-transform: translate3d(0, -8px, 0);
            transform: translate3d(0, -8px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
  }
}

.block-category-list--comment,
.block-genre-list--comment {
  font-size: 16px;
  color: #000000;
  font-weight: 399;
  letter-spacing: 0.00em;
  line-height: 1.7;
  margin-bottom: 20px;
}

.block-category-list--goods {
  display: block;
}

.block-category-list--goods .block-thumbnail-t .block-thumbnail-t--goods {
  width: 210px;
  margin-left: 20px;
}

.block-category-list--goods .block-thumbnail-t .block-thumbnail-t--goods:first-of-type {
  margin-left: 0;
}

.block-category-list--goods .block-thumbnail-t a {
  display: block;
}

.block-category-list--goods .block-thumbnail-t a:hover {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  text-decoration: none;
}

.block-category-list--goods .block-thumbnail-t figure {
  width: 100%;
  height: auto;
  min-height: 210px;
  background-color: transparent;
}

.block-category-list--goods .block-thumbnail-t .block-thumbnail-t--goods-description {
  margin-top: 8px;
}

.block-category-list--goods .block-thumbnail-t .block-thumbnail-t--goods-name {
  margin-bottom: 8px;
}

.block-category-list--goods .block-thumbnail-t .block-thumbnail-t--goods-name a {
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  letter-spacing: 0.00em;
  line-height: 1.5;
  font-weight: 400;
  text-decoration: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block-category-list--goods .block-thumbnail-t .block-org-goods-item-code {
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  letter-spacing: 0.015em;
  line-height: 1.0;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.block-category-list--goods .block-thumbnail-t .block-thumbnail-t--price {
  font-size: 22px;
  color: #000000;
  font-weight: 600;
  letter-spacing: 0.015em;
  line-height: 1.0;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: left;
  margin-top: 6px;
  vertical-align: middle;
}

.block-category-list--goods .block-thumbnail-t .block-thumbnail-t--price-p {
  vertical-align: middle;
  font-size: 22px;
  font-weight: 600;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.block-category-list--goods .block-thumbnail-t .block-thumbnail-t--price-off {
  position: relative;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 400;
  margin-left: 2px;
}

.block-category-list--goods .block-thumbnail-t .block-thumbnail-t--price + .block-thumbnail-t--default-price {
  margin-left: auto;
  margin-top: 12px;
}

/* ★2021.06.01 カテゴリと同様にイベントにも一覧のスタイルを当てる */
.page-event .pane-left-menu {
  display: block;
  /* 2021.05.27 ecb margin-top:0 暫定追加 */
  margin-top: 0;
}

.block-event-page--goods {
  display: block;
}

.block-event-page--goods .block-thumbnail-t .block-thumbnail-t--goods {
  width: 210px;
  margin-left: 20px;
}

.block-event-page--goods .block-thumbnail-t .block-thumbnail-t--goods:first-of-type {
  margin-left: 0;
}

.block-event-page--goods .block-thumbnail-t a {
  display: block;
}

.block-event-page--goods .block-thumbnail-t a:hover {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  text-decoration: none;
}

.block-event-page--goods .block-thumbnail-t figure {
  width: 100%;
  height: auto;
  min-height: 210px;
  background-color: transparent;
}

.block-event-page--goods .block-thumbnail-t .block-thumbnail-t--goods-description {
  margin-top: 8px;
}

.block-event-page--goods .block-thumbnail-t .block-thumbnail-t--goods-name {
  margin-bottom: 8px;
}

.block-event-page--goods .block-thumbnail-t .block-thumbnail-t--goods-name a {
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  letter-spacing: 0.00em;
  line-height: 1.5;
  font-weight: 400;
  text-decoration: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block-event-page--goods .block-thumbnail-t .block-org-goods-item-code {
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  letter-spacing: 0.015em;
  line-height: 1.0;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.block-event-page--goods .block-thumbnail-t .block-thumbnail-t--price {
  font-size: 22px;
  color: #000000;
  font-weight: 600;
  letter-spacing: 0.015em;
  line-height: 1.0;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: left;
  margin-top: 6px;
  vertical-align: middle;
}

.block-event-page--goods .block-thumbnail-t .block-thumbnail-t--price-p {
  vertical-align: middle;
  font-size: 22px;
  font-weight: 600;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.block-event-page--goods .block-thumbnail-t .block-thumbnail-t--price-off {
  position: relative;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 400;
  margin-left: 2px;
}

.block-event-page--goods .block-thumbnail-t .block-thumbnail-t--price + .block-thumbnail-t--default-price {
  margin-left: auto;
  margin-top: 12px;
}
/* ★ここまで */

/* 2021.06.14 ★block-category-list--goodsと同様のスタイルをblock-genre-pageに付与する★ */
.block-genre-page {
  display: block;
}

.block-genre-page .block-thumbnail-t .block-thumbnail-t--goods {
  width: 210px;
  margin-left: 20px;
}

.block-genre-page .block-thumbnail-t .block-thumbnail-t--goods:first-of-type {
  margin-left: 0;
}

.block-genre-page .block-thumbnail-t a {
  display: block;
}

.block-genre-page .block-thumbnail-t a:hover {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  text-decoration: none;
}

.block-genre-page .block-thumbnail-t figure {
  width: 100%;
  height: auto;
  min-height: 210px;
  background-color: transparent;
}

.block-genre-page .block-thumbnail-t .block-thumbnail-t--goods-description {
  margin-top: 8px;
}

.block-genre-page .block-thumbnail-t .block-thumbnail-t--goods-name {
  margin-bottom: 8px;
}

.block-genre-page .block-thumbnail-t .block-thumbnail-t--goods-name a {
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  letter-spacing: 0.00em;
  line-height: 1.5;
  font-weight: 400;
  text-decoration: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block-genre-page .block-thumbnail-t .block-org-goods-item-code {
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  letter-spacing: 0.015em;
  line-height: 1.0;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.block-genre-page .block-thumbnail-t .block-thumbnail-t--price {
  font-size: 22px;
  color: #000000;
  font-weight: 600;
  letter-spacing: 0.015em;
  line-height: 1.0;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: left;
  margin-top: 6px;
  vertical-align: middle;
}

.block-genre-page .block-thumbnail-t .block-thumbnail-t--price-p {
  vertical-align: middle;
  font-size: 22px;
  font-weight: 600;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.block-genre-page .block-thumbnail-t .block-thumbnail-t--price-off {
  position: relative;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 400;
  margin-left: 2px;
}

.block-genre-page .block-thumbnail-t .block-thumbnail-t--price + .block-thumbnail-t--default-price {
  margin-left: auto;
  margin-top: 12px;
}
/* ★ここまで★ */

.block-goods-list--pager {
  background: none;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: strech;
  -webkit-align-items: strech;
      -ms-flex-align: strech;
          align-items: strech;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.pane-right-menu {
  -ms-grid-column: 1;
      grid-column-start: 1;
  width: auto;
  margin: 0 auto;
  margin-top: 140px;
}

.pane-right-menu .block-right-menu-middle {
  -ms-grid-column: 1;
      grid-column-start: 1;
}

.block-org-brand-banner,
.block-org-category-banner {
  text-align: center;
  padding: 0;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
}

.block-org-brand-banner .container,
.block-org-category-banner .container {
  padding: 0;
  margin: 0 auto;
}

.block-org-brand-banner img,
.block-org-category-banner img {
  width: 100%;
}

.block-org-desc {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.57;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  padding-top: 16px;
  margin-bottom: 60px;
}

.block-org-goods-tags {
  white-space: nowrap;
  margin-bottom: 4px;
  letter-spacing: -0.6em;
}

.block-org-goods-tags li.block-org-goods-tag {
  background: none;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  display: inline-block;
  margin: 0;
  font-size: 15px;
  color: #000000;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  padding-bottom: 4px;
  margin-bottom: 4px;
  margin-right: 8px;
  border-bottom: 1px solid #dcdcdc;
}

.block-org-goods-tags li.block-org-goods-tag.block-org-goods-tag-tokyo, .block-org-goods-tags li.block-org-goods-tag.block-org-goods-tag-tokyo2020 {
  color: #000000;
}

.block-org-goods-tags li.block-org-goods-tag.block-org-goods-tag-tokyo:before, .block-org-goods-tags li.block-org-goods-tag.block-org-goods-tag-tokyo2020:before {
  content: "©";
}

.block-org-goods-tags li.block-org-goods-tag.block-org-goods-tag-rearrival {
  color: #4dc6fd;
  border-color: #4dc6fd;
}

.block-org-goods-tags li.block-org-goods-tag.block-org-goods-tag-preorder {
  color: #8fc31f;
  border-color: #8fc31f;
}

.block-org-goods-tags li.block-org-goods-tag.block-org-goods-tag-must-buy, .block-org-goods-tags li.block-org-goods-tag.block-org-goods-tag-mustbuy {
  color: #ae5da1;
  border-color: #ae5da1;
}

.block-org-goods-tags li.block-org-goods-tag.block-org-goods-tag-limited {
  color: #ddaa51;
  border-color: #ddaa51;
}

.block-org-goods-tags li.block-org-goods-tag.block-org-goods-tag-moresale, .block-org-goods-tags li.block-org-goods-tag.block-org-goods-tag-more-sale {
  color: #ff00ff;
  border-color: #ff00ff;
}

.block-org-goods-tags li.block-org-goods-tag.block-org-goods-tag-timesale, .block-org-goods-tags li.block-org-goods-tag.block-org-goods-tag-time-sale {
  color: #ff8c00;
  border-color: #ff8c00;
}

.block-org-goods-tags li.block-org-goods-tag.block-org-goods-tag-sale {
  color: #ff0000;
  border-color: #ff0000;
}

.block-org-goods-tags li.block-org-goods-tag.block-org-goods-tag-new {
  color: #BE0000;
  border-color: #BE0000;
}

.block-org-goods-tags li.block-org-goods-tag.block-org-goods-tag-ship-free {
  color: #013893;
  border-color: #013893;
}

.block-org-goods-tags li.block-org-goods-tag.block-org-goods-tag-member-sale {
  color: #54B154;
  border-color: #54B154;
}

.block-org-goods-tags li.block-org-goods-tag.block-org-goods-tag-outlet {
  color: #EF8123;
  border-color: #EF8123;
}

/* 予約商品アイコン */
.block-org-goods-tags li.block-org-goods-tag.block-org-goods-tag-icon_reserve {
  color: #0D9A2E;
  border-color: #0D9A2E;
}

/* 中古アイコン */
.block-org-goods-tags li.block-org-goods-tag.block-org-goods-tag-icon_used {
  color: #4A8802;
  border-color: #4A8802;
}

/* 限定品アイコン */
.block-org-goods-tags li.block-org-goods-tag.block-org-goods-tag-icon_limited {
  color: #6E3E93;
  border-color: #6E3E93;
}

/* オススメアイコン */
.block-org-goods-tags li.block-org-goods-tag.block-org-goods-tag-icon_recommended {
  color: #009BBF;
  border-color: #009BBF;
}

/* レンタル可能アイコン */
.block-org-goods-tags li.block-org-goods-tag.block-org-goods-tag-icon_rental {
  color: #C0A36F;
  border-color: #C0A36F;
}

/* 大型商品アイコン */
.block-org-goods-tags li.block-org-goods-tag.block-org-goods-tag-icon_largeitem {
  color: #000000;
  border-color: #000000;
}

.page-goods .p-top-recommends {
  background-color: #F4F4F4;
}

.page-goods .p-top-recommends .p-r-slider-wrapper:before {
  z-index: 2;
  background-color: #F4F4F4;
}

.page-goods .p-top-recommends__bottom {
  padding-top: 0px;
}

.page-goods .p-top-arrivals .swiper-slide {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  26.0%;
      -ms-flex: 0 0  26.0%;
          flex: 0 0  26.0%;
  max-width: 26.0%;
  padding-right: 32px;
}

.page-goods .p-top-arrivals .p-r-slider__date,
.page-goods .p-top-arrivals .p-r-slider__name,
.page-goods .p-top-arrivals .p-r-slider__desc {
  color: #fff;
}

.page-goods .p-top-arrivals .block-thumbnail-t--price {
  color: #fff;
}

.page-goods .p-top-arrivals .swiper-button-prev,
.page-goods .p-top-arrivals .swiper-button-next {
  background-color: #013893;
}

.block-goods-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.block-goods-detail .block-org-goods-tags {
  -webkit-box-ordinal-group: -9;
  -webkit-order: -10;
      -ms-flex-order: -10;
          order: -10;
  margin-bottom: 20px;
}

.block-goods-detail .block-goods-name {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 20px;
  margin-bottom: 14px;
}

.block-goods-detail h2.block-goods-name--text,
.block-goods-detail .block-goods-name--text {
  padding: 0;
  margin: 0;
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.00em;
  line-height: 1.6;
}

.block-goods-detail .block-org-goods-stock {
  -webkit-box-ordinal-group: 41;
  -webkit-order: 40;
      -ms-flex-order: 40;
          order: 40;
  font-size: 20px;
  margin-bottom: 30px;
}

.block-goods-detail .p-goods-guide-link {
  -webkit-box-ordinal-group: 61;
  -webkit-order: 60;
      -ms-flex-order: 60;
          order: 60;
  padding: 10px 0;
  margin-bottom: 20px;
  text-align: right;
}

.block-goods-detail .p-goods-guide-link a {
  text-decoration: underline;
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  letter-spacing: 0.00em;
  line-height: 1.33;
}

.block-goods-detail .p-goods-guides {
  -webkit-box-ordinal-group: 71;
  -webkit-order: 70;
      -ms-flex-order: 70;
          order: 70;
}

.block-goods-detail .goods-detail-descriptions {
  -webkit-box-ordinal-group: 81;
  -webkit-order: 80;
      -ms-flex-order: 80;
          order: 80;
  position: relative;
}

.block-goods-detail .goods-detail-descriptions-socials {
  position: absolute;
  right: 0;
}

.block-goods-detail .goods-detail-descriptions-socials > a {
  display: inline-block;
  width: 74px;
  margin-left: 10px;
}

.block-goods-detail .goods-detail-descriptions-socials > a .is-twitter {
  width: 74px;
}

.block-goods--img {
  max-width: 840px;
  margin: 0 auto;
  margin-bottom: 60px;
  margin-top: 60px;
}

.block-goods--movie {
  max-width: 840px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.block-goods--movie a {
  display: block;
  position: relative;
}

.block-goods--movie a:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 48px;
  height: 48px;
  background: url("../../img/usr/common/icon_movie_play.png") no-repeat center center/contain;
  margin-top: -24px;
}

.pane-goods-header {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  100%;
      -ms-flex: 0 0  100%;
          flex: 0 0  100%;
  max-width: 100%;
  margin: 0;
}

.pane-goods-left-side {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  600px;
      -ms-flex: 0 0  600px;
          flex: 0 0  600px;
  max-width: 600px;
  margin: 0;
  margin-bottom: 60px;
  margin-right: 70px;
}

.pane-goods-right-side {
  margin-bottom: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  530px;
      -ms-flex: 0 0  530px;
          flex: 0 0  530px;
  max-width: 530px;
  width: auto;
  padding-left: 0;
}

.block-goods-detail--color-variation-goods-thumbnail-form {
  margin-top: 20px;
}

.p-goods-guide {
  background-color: #F4F4F4;
  border-radius: 6px;
  margin-bottom: 16px;
  padding: 20px 30px;
  border: 1px solid #F4F4F4;
}

.p-goods-guide.p-goods-guide--login {
  background-color: #ffffff;
}

.p-goods-guide-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.p-goods-guide-header.p-goods-guide--card .p-goods-guide-header-icon {
  position: relative;
  top: 5px;
}

.p-goods-guide-header-icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  28px;
      -ms-flex: 0 0  28px;
          flex: 0 0  28px;
  max-width: 28px;
}

.p-goods-guide-header-tit {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.72;
  padding-left: 26px;
}

.p-goods-guide-content {
  position: relative;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.72;
}

.p-goods-guide-content .point-link {
  position: absolute;
  bottom: 6px;
  right: 0;
  text-align: right;
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  letter-spacing: 0.00em;
  line-height: 1.0;
  text-decoration: underline;
}

.p-goods-guide-content > p {
  padding-left: 10px;
  padding-top: 10px;
}

.p-block-goods-images {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  600px;
      -ms-flex: 0 0  600px;
          flex: 0 0  600px;
  max-width: 600px;
}

.p-block-goods-images .swiper-button-next, .p-block-goods-images .swiper-button-prev {
  display: none !important;
  top: 50%;
  width: 40px;
  height: 80px;
  margin-top: -40px;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: background-color 400ms ease-out;
  transition: background-color 400ms ease-out;
}

.p-block-goods-images .swiper-button-next, .p-block-goods-images .swiper-container-rtl .swiper-button-prev {
  right: 0;
}

.p-block-goods-images .swiper-button-prev, .p-block-goods-images .swiper-container-rtl .swiper-button-next {
  left: 0;
}

.p-block-goods-images .p-block-goods-slider {
  border: none;
}

.p-block-goods-images .p-block-goods-slider .swiper-container .swiper-wrapper.p-block-goods-slider__images.js-copy-images .swiper-slide a {
  cursor: default;
}

.p-block-goods-images .p-block-goods-slider .swiper-container .swiper-wrapper.p-block-goods-slider__images.js-copy-images .swiper-slide a:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.p-block-goods-images .p-block-goods-slider .swiper-container .swiper-wrapper.p-block-goods-slider__images.js-copy-images .swiper-slide img {
  width: 100%;
}

.p-block-goods-images .p-block-goods-slider-text {
  font-size: 16px;
  color: #000000;
  font-weight: 300;
  letter-spacing: 0.0em;
  line-height: 1.3;
  text-align: left;
  margin-top: 6px;
  min-height: 20px;
  margin-bottom: 14px;
}

.p-block-goods-images .p-block-goods-slider-index {
  margin-top: 6px;
}

.p-block-goods-images .p-block-goods-slider-index > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: strech;
  -webkit-align-items: strech;
      -ms-flex-align: strech;
          align-items: strech;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.p-block-goods-images .p-block-goods-slider-index > ul > li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 19%;
      -ms-flex: 0 0 19%;
          flex: 0 0 19%;
  height: 19%;
  margin-bottom: 1%;
  margin-left: 1.25%;
  position: relative;
}

.p-block-goods-images .p-block-goods-slider-index > ul > li:nth-child(5n+1) {
  margin-left: 0;
}

.p-block-goods-images .p-block-goods-slider-index > ul > li a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 400ms ease-out, border 400ms ease-out;
  transition: opacity 400ms ease-out, border 400ms ease-out;
}

.p-block-goods-images .p-block-goods-slider-index > ul > li a:before {
  -webkit-transition: opacity 400ms ease-out, border 400ms ease-out;
  transition: opacity 400ms ease-out, border 400ms ease-out;
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #dcdcdc;
}

.p-block-goods-images .p-block-goods-slider-index > ul > li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.p-block-goods-images .p-block-goods-slider-index > ul > li.is-active {
  pointer-events: none;
  cursor: default;
}

.p-block-goods-images .p-block-goods-slider-index > ul > li.is-active a:before {
  border-color: #BE0000;
}

.block-goods-gallery a {
  width: 90px;
  height: 90px;
  display: block;
  border: 2px solid transparent;
}

.block-goods-gallery a.active {
  border: 2px solid #BE0000;
}

.block-goods-gallery li {
  width: 90px;
  margin-right: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.block-goods-gallery li figure {
  width: 100%;
  height: 100%;
}

.block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-images .block-goods-detail--color-variation-goods-color-name {
  font-size: 11px !important;
}

.block-goods-detail--color-variation-goods-color-name {
  letter-spacing: -0.02em;
  line-height: 1.33;
  margin-top: 6px;
}

.pane-goods-right-side .block-icon {
  -webkit-box-ordinal-group: 21;
  -webkit-order: 20;
      -ms-flex-order: 20;
          order: 20;
  margin-bottom: 20px;
}

.pane-goods-right-side .block-icon > span {
  min-width: 80px;
}

.block-goods-detail--promotion-freespace {
  -webkit-box-ordinal-group: 36;
  -webkit-order: 35;
      -ms-flex-order: 35;
          order: 35;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.00em;
  line-height: 1.33;
  margin-bottom: 4px;
}

.block-product-spec {
  -webkit-box-ordinal-group: 21;
  -webkit-order: 20;
      -ms-flex-order: 20;
          order: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
          align-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin-bottom: 20px;
}

.block-product-spec .block-product-price {
  font-size: 22px;
  color: #000000;
  font-weight: 600;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.block-product-spec .block-product-price > .percent {
  display: block;
  color: #dc0000;
  margin-left: 0;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.00em;
  line-height: 1.0;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-decoration: none;
}

.block-product-spec .block-product-price .num {
  font-size: 40px;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
}

.block-product-spec .block-product-price .u-unit,
.block-product-spec .block-product-price .unit {
  font-size: 16px;
  margin-left: 6px;
}

.block-product-spec .block-product-price .block-product-price-normal {
  text-decoration: none;
}

.block-product-spec .block-product-price .block-product-price-normal .num {
  font-size: 22px;
  font-weight: 600;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-decoration: line-through;
}

.block-product-spec .block-product-price .arrow {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  margin-left: 4px;
  background: url("../../img/usr/common/icon_arrow_right_b.png") no-repeat center center/contain;
}

.block-product-spec .block-product-price .price-arrow {
  margin-left: 4px;
}

.block-product-spec .block-product-price .block-product-price-special {
  color: #dc0000;
}

.block-product-spec .block-product-price .block-product-price-special .u-label {
  font-size: 0.75em;
  color: #000;
}

.block-product-spec .block-product-price .block-product-price-special .unit {
  margin-left: 2px;
}

.block-product-spec .block-product-price .block-product-price-special .off {
  font-size: 16px;
  margin-right: 6px;
  font-size: 18px;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.block-product-spec .block-product-price .block-product-price-special .percent {
  margin-left: 4px;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0.00em;
  line-height: 1.0;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.block-product-spec .block-product-price > span + span {
  margin-left: 8px;
}

.block-product-spec .block-product-price > span {
  text-decoration: line-through;
}

.block-product-spec .block-product-price > span .num {
  font-size: 18px;
}

.block-product-spec .block-product-price > span .unit {
  display: none;
}

.block-product-spec .block-product-price > span:last-of-type {
  text-decoration: none;
}

.block-product-spec .block-product-price > span:last-of-type .num {
  font-size: 40px;
}

.block-product-spec .block-product-price > span:last-of-type .unit {
  display: inherit;
}

.block-product-spec .block-product-point {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.block-product-spec .block-product-point .num,
.block-product-spec .block-product-point .unit {
  font-size: 24px;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
}

.block-product-spec .block-product-point .num {
  margin-right: 4px;
}

.block-goods-comment {
  -webkit-box-ordinal-group: 61;
  -webkit-order: 60;
      -ms-flex-order: 60;
          order: 60;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.633;
  margin-bottom: 10px;
  border-bottom: 1px dashed #FAA0A6;
  padding-bottom: 22px;
  margin-bottom: 26px;
}

.goods-detail-description {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.633;
}

.goods-detail-description dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.goods-detail-description dt {
  display: inline-block;
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1  auto;
      -ms-flex: 0 1  auto;
          flex: 0 1  auto;
  padding-right: 10px;
  font-weight: 700;
  padding-right: 0;
}

.goods-detail-description dt:after {
  content: "/";
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
}

.goods-detail-description dd {
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1  auto;
      -ms-flex: 1 1  auto;
          flex: 1 1  auto;
  max-width: auto;
  font-weight: 400;
}

.block-goods-code {
  -webkit-box-ordinal-group: 61;
  -webkit-order: 60;
      -ms-flex-order: 60;
          order: 60;
}

.block-goods-size {
  -webkit-box-ordinal-group: 62;
  -webkit-order: 61;
      -ms-flex-order: 61;
          order: 61;
}

.goods-detail-description {
  -webkit-box-ordinal-group: 63;
  -webkit-order: 62;
      -ms-flex-order: 62;
          order: 62;
}

.block-variation {
  -webkit-box-ordinal-group: 31;
  -webkit-order: 30;
      -ms-flex-order: 30;
          order: 30;
  margin-top: 20px;
  margin-bottom: 20px;
}

.block-variation .block-variation-select {
  position: relative;
}

.block-variation .block-variation-select:before {
  content: "";
  position: absolute;
  z-index: 10;
}

.block-variation .block-variation-select:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: translate3d(0, -50%, 0) rotate(135deg);
          transform: translate3d(0, -50%, 0) rotate(135deg);
  margin-top: -1px;
}

.block-variation .block-variation-select select {
  width: 100%;
  padding: 0 10px;
  padding-left: 44px;
  height: 54px;
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
}

.block-variation--item {
  font-size: 24px;
  font-weight: 700;
  margin-right: 15px;
  margin-bottom: 15px;
}

.block-variation--item.active dt {
  border: none;
}

.block-variation--item.active dd {
  border-left-color: #fff;
}

.block-variation--item.active a {
  background-color: #FAA0A6;
  color: #fff;
}

.block-variation--item.active a:before {
  border: 1px solid #BE0000;
  background: url("../../img/usr/form/icon_check.png") no-repeat center center/14px auto;
  background-color: #BE0000;
}

.block-variation--item a {
  position: relative;
  display: block;
  border: 1px solid #FAA0A6;
  border-radius: 10px;
  padding: 5px 20px;
  padding-left: 50px;
}

.block-variation--item a:before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  background-color: #fff;
  border: 1px solid #BE0000;
  left: 20px;
  -webkit-transform: translate3d(0, -50%, 0) rotate(0deg);
          transform: translate3d(0, -50%, 0) rotate(0deg);
}

.block-variation--item dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.block-variation--item dt {
  border: none;
  padding: 10px 0;
  background-color: transparent;
}

.block-variation--item dd {
  padding: 10px 0;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #FAA0A6;
}

.block-variation--item .u-small {
  font-size: 0.75em;
}

.block-variation--item:not(.enable-stock) {
  color: #ddd;
}

.block-variation--item:not(.enable-stock) a {
  pointer-events: none;
  border: 1px solid #ddd;
}

.block-variation--item:not(.enable-stock) a:before {
  border: 1px solid #ddd;
}

.block-variation--item:not(.enable-stock) dd {
  border-left-color: #ddd;
}

.block-no-stock,
.block-add-cart {
  -webkit-box-ordinal-group: 51;
  -webkit-order: 50;
      -ms-flex-order: 50;
          order: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  padding-right: 60px;
}

.block-no-stock--num,
.block-add-cart--num {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  160px;
      -ms-flex: 0 0  160px;
          flex: 0 0  160px;
  max-width: 160px;
  border-radius: 50px;
  padding: 0px;
  padding-left: 0px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.00em;
  line-height: 1.0;
  position: relative;
  height: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.block-no-stock--num > span,
.block-add-cart--num > span {
  display: inline-block;
  margin-right: 15px;
}

.block-no-stock--num select,
.block-add-cart--num select {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1  auto;
      -ms-flex: 1 1  auto;
          flex: 1 1  auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
  padding: 0;
  margin: 0;
  height: 52px;
  font-size: 24px;
  font-weight: 600;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  padding-left: 36px;
  border: 1px solid #dcdcdc;
  background-color: #F4F4F4;
  border-radius: 6px;
  text-align: center;
}

.block-no-stock--num select::-ms-expand,
.block-add-cart--num select::-ms-expand {
  display: none;
}

.block-no-stock--num:after,
.block-add-cart--num:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0px;
  height: 0px;
  border: 5px solid transparent;
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-top-color: #013893;
  margin-top: -3px;
}

.block-no-stock--num {
  border: 1px solid #dddddd;
  color: #ddd;
}

.block-no-stock--num:after {
  border-top: 2px solid #dddddd;
  border-right: 2px solid #dddddd;
}

.block-add-cart--btn {
  background-color: #000;
  border-radius: 50px;
  margin: 0;
  margin-left: 40px;
  height: 68px;
  width: 260px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border: 1px solid #000;
  outline: none;
}

.block-add-cart--btn > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  position: relative;
}

.block-add-cart--btn > span:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  margin-top: -1px;
  background: url("../../img/usr/common/icon_h_cart_w.png") no-repeat center center/contain;
}

.block-no-stock {
  background-color: #EEEEEE;
  border-radius: 50px;
  margin: 0;
  margin-left: 10px;
  height: 68px;
  width: 450px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.block-no-stock .block-no-stock--message {
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  letter-spacing: 0.00em;
  line-height: 1.33;
  background: none;
  border: none;
}

.block-goods-favorite-contact {
  position: relative;
  pointer-events: none;
  -webkit-box-ordinal-group: 52;
  -webkit-order: 51;
      -ms-flex-order: 51;
          order: 51;
  margin-top: -60px;
  margin-bottom: 20px;
  margin-left: auto;
  width: 52px;
  height: 52px;
}

.block-goods-favorite-registed--btn,
.block-goods-favorite--btn {
  pointer-events: auto;
  margin: 0;
  width: 52px;
  height: 52px;
  border: 1px solid #ccc;
  background-color: #ccc;
  border-radius: 50px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-size: 16px;
  position: relative;
}

.block-goods-favorite-registed--btn > span,
.block-goods-favorite--btn > span {
  display: none;
}

.block-goods-favorite-registed--btn:after,
.block-goods-favorite--btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 26px;
  height: 26px;
  background: url("../../img/usr/goods/icon_favorite.png") no-repeat center center/contain;
  -webkit-transform: translate3d(0, -50%, 0) rotate(0deg);
          transform: translate3d(0, -50%, 0) rotate(0deg);
}

.block-goods-favorite-registed--btn {
  border: 1px solid #023893;
  background-color: #023893;
}

.block-goods-favorite-registed--btn:after {
  background: url("../../img/usr/goods/icon_favorite.png") no-repeat center center/contain;
}

.block-contact-about-goods--btn.btn.btn-default {
  display: none;
}

div.block-goods-materials {
  margin-bottom: 50px;
}

.block-goods-composition-tables {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.block-goods-composition-tables h2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  100%;
      -ms-flex: 0 0  100%;
          flex: 0 0  100%;
  max-width: 100%;
}

.block-goods-composition-table {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  48.5%;
      -ms-flex: 0 0  48.5%;
          flex: 0 0  48.5%;
  max-width: 48.5%;
}

.block-goods-composition-table:nth-of-type(2n+1) {
  margin-right: 3.0%;
}

.block-goods-composition-table table {
  width: 100%;
}

.block-goods-composition-table thead th,
.block-goods-composition-table thead td {
  background-color: #ACA5A6;
  color: #fff;
  font-weight: 700;
}

.block-goods-composition-table td, .block-goods-composition-table th {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.33;
  padding: 10px 20px;
  border: 1px solid #E2D9D9;
}

.block-goods-composition-table th {
  background-color: #F7F1F0;
}

.block-goods-composition-table td {
  background-color: #fff;
}

.block-goods-composition-table#composition-table2 td:nth-child(n+2), .block-goods-composition-table#composition-table2 th:nth-child(n+2) {
  text-align: center;
}

.product-detail-bottom {
  margin-top: 60px;
}

.product-detail-bottom .tab-contents .tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: strech;
  -webkit-align-items: strech;
      -ms-flex-align: strech;
          align-items: strech;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: -2px;
}

.product-detail-bottom .tab-contents .tabs .tab {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 50%;
  padding: 24px 0 24px;
  font-size: 20px;
  color: #969696;
  font-weight: 700;
  letter-spacing: 0.00em;
  line-height: 1.33;
  cursor: pointer;
  border: 1px solid #dcdcdc;
  position: relative;
  z-index: 1;
  border-bottom: none;
  -webkit-transition: color 400ms ease-out, background 400ms ease-out;
  transition: color 400ms ease-out, background 400ms ease-out;
  background-color: #f5f5f5;
}

.product-detail-bottom .tab-contents .tabs .tab.is-active {
  z-index: 3;
  background-color: #ffffff;
  color: #000;
  cursor: default;
}

.product-detail-bottom .tab-contents .tabs .tab.is-active:hover {
  background-color: #ffffff;
}

.product-detail-bottom .tab-contents .tabs .tab:hover {
  background-color: #fff;
}

.product-detail-bottom .tab-contents .tabs .tab + .tab {
  margin-left: -1px;
}

.product-detail-bottom .tab-contents .tab-bodies {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  padding: 90px 0 100px;
  min-height: 120px;
}

.product-detail-bottom .tab-contents .tab-bodies:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 1px;
  background-color: #dcdcdc;
  -webkit-transform: translate3d(-50vw, 0, 0) rotate(0deg);
          transform: translate3d(-50vw, 0, 0) rotate(0deg);
}

.product-detail-bottom .tab-contents .tab-bodies .tab-body {
  display: none;
  margin: 0 auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translate3d(0, 6px, 0);
          transform: translate3d(0, 6px, 0);
}

.product-detail-bottom .tab-contents .tab-bodies .tab-body.is-active {
  display: block;
  -webkit-animation: anim-tab-body 400ms ease-in-out 0ms 1 normal forwards;
          animation: anim-tab-body 400ms ease-in-out 0ms 1 normal forwards;
}

@-webkit-keyframes anim-tab-body {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, 6px, 0);
            transform: translate3d(0, 6px, 0);
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
  }
}

@keyframes anim-tab-body {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, 6px, 0);
            transform: translate3d(0, 6px, 0);
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0px, 0);
            transform: translate3d(0, 0px, 0);
  }
}

.product-detail-bottom .tab-contents .tab-bodies .pd .pd-header {
  max-width: 565px;
}

.product-detail-bottom .tab-contents .tab-bodies .pd .pd-header .pd-name {
  font-size: 36px;
  color: #000000;
  font-weight: 300;
  letter-spacing: 0.00em;
  line-height: 1.4;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 8px;
  text-align: left;
}

.product-detail-bottom .tab-contents .tab-bodies .pd .pd-header .pd-elem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: strech;
  -webkit-align-items: strech;
      -ms-flex-align: strech;
          align-items: strech;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nonwrap;
      -ms-flex-flow: row nonwrap;
          flex-flow: row nonwrap;
  margin-bottom: 32px;
}

.product-detail-bottom .tab-contents .tab-bodies .pd .pd-header .pd-elem .pd-code {
  white-space: nowrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: auto;
  font-size: 16px;
  color: #000000;
  font-weight: 300;
  letter-spacing: 0.00em;
  line-height: 1.0;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.product-detail-bottom .tab-contents .tab-bodies .pd .pd-body .pd-r {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 560px;
      -ms-flex: 0 0 560px;
          flex: 0 0 560px;
  max-width: 560px;
  padding-right: 40px;
}

.product-detail-bottom .tab-contents .tab-bodies .pd .pd-body .pd-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: strech;
  -webkit-align-items: strech;
      -ms-flex-align: strech;
          align-items: strech;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.product-detail-bottom .tab-contents .tab-bodies .pd .pd-body .pd-lists > dt, .product-detail-bottom .tab-contents .tab-bodies .pd .pd-body .pd-lists > dd {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.4;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #f5f5f5;
  padding: 12px 0 12px;
  margin-bottom: 5px;
  word-break: break-all;
}

.product-detail-bottom .tab-contents .tab-bodies .pd .pd-body .pd-lists > dt {
  font-weight: 700;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32.7%;
      -ms-flex: 0 0 32.7%;
          flex: 0 0 32.7%;
  padding-left: 30px;
  max-width: 32.7%;
}

.product-detail-bottom .tab-contents .tab-bodies .pd .pd-body .pd-lists > dd {
  font-size: 14px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 67.3%;
      -ms-flex: 0 0 67.3%;
          flex: 0 0 67.3%;
  max-width: 67.3%;
}

.product-detail-bottom .tab-contents .tab-bodies .pd .pd-body .pd-txt {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 2.0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  word-break: break-all;
  margin-bottom: 30px;
}

.product-detail-bottom .tab-contents .tab-bodies .pd .pd-body .pd-txt h2 {
  font-size: 20px;
}

.product-detail-bottom .tab-contents .tab-bodies .pd .pd-body .pd-txt p {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 2.0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  margin-bottom: 20px;
  word-break: break-all;
}

.product-detail-bottom .tab-contents .tab-bodies .pd .pd-body .pd-txt b {
  font-size: 22px;
}

.product-detail-bottom .tab-contents .tab-bodies .pd .pd-body .pd-icon-insta {
  display: inline-block;
  line-height: 1.0;
  position: relative;
  padding: 2px 0 0px;
  margin-bottom: 8px;
}

.product-detail-bottom .tab-contents .tab-bodies .pd .pd-body .pd-icon-insta:before {
  content: " ";
}

.product-detail-bottom .tab-contents .tab-bodies .pd .pd-body .pd-icon-insta:after {
  content: "";
  position: relative;
  display: inline-block;
  top: 5px;
  right: 0;
  width: 26px;
  height: 26px;
  margin-left: 10px;
  background: url("/assets/pc/images/common/icon_social_instagram.png") no-repeat center center/contain;
}

.product-detail-bottom .tab-contents .tab-bodies .pd .pd-contact-link {
  padding: 10px 0 10px;
}

.product-detail-bottom .tab-contents .tab-bodies .pd .pd-contact-link > a {
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.0;
  padding-right: 14px;
}

.product-detail-bottom .tab-contents .tab-bodies .pd .pd-contact-link > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  vertical-align: baseline;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.product-detail-bottom .tab-contents .tab-bodies .pd .pd-share {
  display: block;
  letter-spacing: -0.6em;
}

.product-detail-bottom .tab-contents .tab-bodies .pd .pd-share [class^="pd-share"] {
  display: inline-block;
  letter-spacing: 0;
  vertical-align: middle;
}

.product-detail-bottom .tab-contents .tab-bodies .pd .pd-share [class^="pd-share"] > a {
  width: 26px;
  height: 26px;
  display: inline-block;
}

.product-detail-bottom .tab-contents .tab-bodies .pd .pd-share li + [class^="pd-share"] {
  margin-left: 38px;
}

.product-detail-bottom .tab-contents .tab-bodies .pd .pd-share .pd-share-instagram > a {
  background: url("../images/goods/icon_share_instagram.png") no-repeat center center/contain;
}

.product-detail-bottom .tab-contents .tab-bodies .pd .pd-share .pd-share-mail > a {
  background: url("../images/goods/icon_share_mail.png") no-repeat center center/contain;
}

.product-detail-bottom .tab-contents .tab-bodies .pd .pd-share .pd-share-facebook > a {
  background: url("../images/goods/icon_share_facebook.png") no-repeat center center/contain;
}

.product-detail-bottom .tab-contents .tab-bodies .pd .pd-share .pd-share-twitter > a {
  background: url("../images/goods/icon_share_twitter.png") no-repeat center center/contain;
}

.product-detail-bottom .tab-contents .tab-bodies .pd .pd-share .pd-share-line > a {
  background: url("../images/goods/icon_share_line.png") no-repeat center center/contain;
}

.product-detail-bottom .tab-contents .tab-bodies .ps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: strech;
  -webkit-align-items: strech;
      -ms-flex-align: strech;
          align-items: strech;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.product-detail-bottom .tab-contents .tab-bodies .ps .pd-txt {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 2.0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  word-break: break-all;
  margin-bottom: 30px;
}

.product-detail-bottom .tab-contents .tab-bodies .ps .pd-txt h2 {
  font-size: 20px;
}

.product-detail-bottom .tab-contents .tab-bodies .ps .pd-txt p {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 2.0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  margin-bottom: 20px;
  word-break: break-all;
}

.product-detail-bottom .tab-contents .tab-bodies .ps .pd-txt b {
  font-size: 22px;
}

.product-detail-bottom .tab-contents .tab-bodies .ps .ps-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 600px;
      -ms-flex: 0 0 600px;
          flex: 0 0 600px;
  max-width: 600px;
  padding: 0 50px;
}

.product-detail-bottom .tab-contents .tab-bodies .ps .pst {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 600px;
      -ms-flex: 0 0 600px;
          flex: 0 0 600px;
  max-width: 600px;
  padding-left: 45px;
  padding-right: 45px;
  font-size: 16px;
  color: #000000;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.33;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  position: relative;
  padding-top: 20px;
}

.product-detail-bottom .tab-contents .tab-bodies .ps .pst caption {
  position: absolute;
  font-size: 16px;
  color: #000000;
  font-weight: 300;
  letter-spacing: 0.00em;
  line-height: 1.0;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  right: 2px;
  top: 14px;
}

.product-detail-bottom .tab-contents .tab-bodies .ps .pst table {
  background: none;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  position: relative;
}

.product-detail-bottom .tab-contents .tab-bodies .ps .pst tr {
  border-bottom: 6px solid #ffffff;
}

.product-detail-bottom .tab-contents .tab-bodies .ps .pst th, .product-detail-bottom .tab-contents .tab-bodies .ps .pst td {
  background-color: #f5f5f5;
  padding: 24px 10px 20px;
  width: 100%;
  min-width: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.product-detail-bottom .tab-contents .tab-bodies .ps .pst th:nth-of-type(1), .product-detail-bottom .tab-contents .tab-bodies .ps .pst td:nth-of-type(1) {
  width: 100%;
  padding-left: 40px;
  text-align: left;
}

.product-detail-bottom .tab-contents .tab-bodies .ps .pst th:nth-last-of-type(1), .product-detail-bottom .tab-contents .tab-bodies .ps .pst td:nth-last-of-type(1) {
  width: 100%;
  min-width: 110px;
  padding-right: 30px;
}

.product-detail-bottom .tab-contents .tab-bodies .ps .pst .pst-header {
  font-size: 15px;
  letter-spacing: -0.02em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.product-detail-bottom .tab-contents .tab-bodies .ps .pst .pst-header th, .product-detail-bottom .tab-contents .tab-bodies .ps .pst .pst-header td {
  background-color: transparent;
  padding: 13px 10px 12px;
  background-color: #f5f5f5;
  white-space: nowrap;
}

.product-detail-bottom .tab-contents .tab-bodies .ps .pst .pst-header th:nth-of-type(1), .product-detail-bottom .tab-contents .tab-bodies .ps .pst .pst-header td:nth-of-type(1) {
  padding-left: 30px;
  text-align: left;
}

.product-detail-bottom .tab-contents .tab-bodies .ps .pst .pst-header th:nth-last-of-type(1), .product-detail-bottom .tab-contents .tab-bodies .ps .pst .pst-header td:nth-last-of-type(1) {
  padding-right: 36px;
}

.product-detail-bottom .tab-contents .tab-bodies .ps .ps-measure-link,
.product-detail-bottom .tab-contents .tab-bodies .ps .ps-size-link {
  margin-top: 16px;
}

.product-detail-bottom .tab-contents .tab-bodies .ps .ps-measure-link > a,
.product-detail-bottom .tab-contents .tab-bodies .ps .ps-size-link > a {
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.0;
  padding-right: 14px;
}

.product-detail-bottom .tab-contents .tab-bodies .ps .ps-measure-link > a:after,
.product-detail-bottom .tab-contents .tab-bodies .ps .ps-size-link > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  vertical-align: baseline;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.product-detail-bottom .tab-contents .tab-bodies .ps .ps-size-txt {
  margin-top: 8px;
  margin-bottom: 24px;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.33;
}

.block-user-review--item-header {
  padding: 0;
  margin: 0;
  font-size: 22px;
  color: #013893;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.866;
  margin-bottom: 10px;
}

.block-user-review--message {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.877;
}

.block-user-review--message a {
  text-decoration: underline;
}

/*============================
#reviewer_name_count_msg.count-msg-another
============================*/
/*============================
#err_reviewer_name.form-error
============================*/
/*============================
#err_reviewer_name_exists.form-error
============================*/
/*============================
#star_base.star-base.block-user-review--evaluation-stars
============================*/
/*============================
#star_select.star-select.block-user-review--selecting-stars
============================*/
/*============================
#score_form
============================*/
/*============================
#good_form
============================*/
/*============================
#err_score.form-error
============================*/
/*============================
#title_count_msg.count-msg-another
============================*/
/*============================
#err_title.form-error
============================*/
/*============================
#comment_form
============================*/
/*============================
#comment_count_msg.count-msg-another
============================*/
/*============================
#err_comment.form-error
============================*/
.block-user-review--footer h3 {
  padding-top: 40px;
  padding-bottom: 0px;
  margin: 0;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.0;
}

.block-user-review--review-contribution-condition-body {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.5;
  border: 1px solid #dcdcdc;
  padding: 20px;
  border-radius: 5px;
  background-color: #f4f4f4;
  margin-bottom: 16px;
}

.block-user-review--confirmation-message {
  font-size: 14px;
}

.block-user-review--review-item {
  margin-top: 30px;
  margin-bottom: 60px;
}

.block-user-review--review-header {
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.33;
  margin-bottom: 20px;
}

.block-user-review--evaluation-score {
  margin-bottom: 12px;
}

.block-user-review--evaluator-name {
  font-size: 14px;
  margin-bottom: 20px;
}

.block-user-review--review-comment {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.87;
}

.block-user-review--evaluation-confirmation {
  padding-bottom: 60px;
  margin-bottom: 0px;
  border-bottom: 1px solid #dcdcdc;
}

.block-user-review--evaluation-message {
  font-size: 16px;
  letter-spacing: 0.00em;
  line-height: 1.87;
  margin-top: 40px;
  text-align: center;
}

.block-user-review-completed--message-header {
  text-align: center;
  font-size: 22px;
  color: #013893;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.block-user-review-completed--message {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.87;
}

.block-user-review__notice {
  margin-top: 60px;
  margin-bottom: 40px;
}

.star-base {
  cursor: pointer;
  width: 92.5px;
  height: 17px;
  background: url("../../img/usr/user_review/star.png") no-repeat center top/100% auto;
}

.star-select {
  width: 92.5px;
  height: 17px;
  background: url("../../img/usr/user_review/star.png") no-repeat center top/100% auto;
  background-repeat: no-repeat;
}

.page-search .pane-left-menu {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  280px;
      -ms-flex: 0 0  280px;
          flex: 0 0  280px;
  max-width: 280px;
  margin: 0;
  padding: 0;
  margin-right: 60px;
}

.page-search .pane-contents .container .pane-main {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  860px;
      -ms-flex: 0 0  860px;
          flex: 0 0  860px;
  max-width: 860px;
}

.block-search-goods--from-dt {
  display: block;
}

.block-search-goods--to-dt {
  margin-top: 15px;
  display: block;
}

.block-mail-news {
  position: relative;
}

.block-mail-news .form-group {
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  margin-top: -1px;
  margin-bottom: 0;
}

.block-mail-news .fieldset .form-group:first-child {
  border-top: 1px solid #dcdcdc;
}

.block-mail-news .fieldset .form-control {
  padding-right: 20px;
}

.block-mail-news .block-member-info--mailnews .form-control,
.block-mail-news .block-member-info--use-spoofing-protection .form-control {
  padding-top: 30px;
}

.block-mail-news .fieldset-vertical .form-label {
  padding: 40px 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  260px;
      -ms-flex: 0 0  260px;
          flex: 0 0  260px;
  max-width: 260px;
}

.block-mail-news .fieldset-vertical .constraint {
  padding: 40px 30px;
}

.block-mail-news .fieldset-vertical .form-control {
  padding: 30px 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1  auto;
      -ms-flex: 1 1  auto;
          flex: 1 1  auto;
  max-width: auto;
}

.block-mail-news h2 {
  border: none;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 50px;
  margin-bottom: 0px;
}

textarea.block-mail-news--terms-body {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.633;
  height: 220px;
  background-color: #f4f4f4;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  margin-bottom: 0;
}

textarea.block-mail-news--terms-body:active {
  background-color: #f4f4f4;
}

.block-mail-news--register-form {
  margin-bottom: 90px;
}

.btn.block-mail-news--forward-to-release {
  background-color: #999;
  border: 1px solid #999;
}

.block-mail-news--terms-of-service {
  margin-top: 30px;
}

.block-mail-news--completed-message {
  font-size: 16px;
  text-align: center;
}

.block-mail-news--completed-message-mail {
  background-color: #f4f4f4;
  text-align: center;
  font-size: 26px;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  padding: 16px 0;
  color: #013893;
  max-width: 640px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.block-mail-news--completed-message-txt1 {
  font-size: 16px;
  margin-bottom: 30px;
}

.block-mail-news--completed-message-txt2 {
  font-size: 14px;
}

.block-mail-news--completed-back {
  background-color: #013893;
  border: 1px solid #013893;
  color: #fff;
}

/* 2021.05.31 margin-top,bottomを0に変更 */
.block-topic-page {
  position: relative;
  z-index: 1;
  padding-top: 110px;
  padding-bottom: 100px;
  margin-top: 0;
  margin-bottom: 0;
}

/* 2021.05.31 backgroundを白に調整 */
.block-topic-page:before {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
  -webkit-transform: translate3d(-50vw, 0, 0) rotate(0deg);
          transform: translate3d(-50vw, 0, 0) rotate(0deg);
}

.block-topic-page--article-date {
  font-size: 22px;
  font-weight: 600;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 8px;
}

.block-topic-page--article-body h2 {
  font-size: 22px;
  margin-bottom: 10px;
}

.block-topic-page--article-body .p-col-img {
  margin-bottom: 20px;
}

.block-topic-page--article-header,
h1.block-topic-page--article-header {
  font-size: 32px;
  color: #000000;
  font-weight: 700;
  line-height: 1.5;
  padding: 0;
  margin-bottom: 28px;
}

.block-topic-page--article-mv {
  margin-bottom: 50px;
}

.block-topic-page--article-mv-desc-tit {
  font-size: 28px;
  color: #000000;
  font-weight: 700;
  letter-spacing: 0.00em;
  line-height: 1.5;
  padding: 0;
  padding-bottom: 22px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 26px;
}

.block-topic-page--article-mv-desc-txt {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  line-height: 2.0;
  margin-bottom: 50px;
}

.p-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.p-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  47.5%;
      -ms-flex: 0 0  47.5%;
          flex: 0 0  47.5%;
  max-width: 47.5%;
  margin-bottom: 40px;
}

.p-col:nth-child(2n+1) {
  margin-right: 5.0%;
}

.p-col-img img {
  width: 100%;
}

.p-block-topic-page__footer-btns .c-btn.c-btn--regular {
  background-color: #000;
  border-radius: 50px;
  color: #fff;
  width: 350px;
  height: 70px;
  line-height: 70px;
}

.block-topic-details {
  padding-bottom: 60px;
}

.block-topic-details-head {
  padding-top: 110px;
  margin-top: -88px;
  padding-bottom: 10px;
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
}

.block-topic-details-head:before {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-color: #f4f4f4;
  -webkit-transform: translate3d(-50vw, 0, 0) rotate(0deg);
          transform: translate3d(-50vw, 0, 0) rotate(0deg);
}

.block-topic-details-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 20px;
}

.block-topic-details-categories-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1  auto;
      -ms-flex: 0 1  auto;
          flex: 0 1  auto;
  min-width: 136px;
  padding: 0 52px;
  border-radius: 50px;
  background-color: #B4B4B4;
  line-height: 56px;
  height: 56px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
  margin-right: 20px;
}

.block-topic-details-categories-item.is-active {
  background-color: #013893;
}

.block-topic-details-head-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.block-topic-details-head-items .p-topics-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  47.5%;
      -ms-flex: 0 0  47.5%;
          flex: 0 0  47.5%;
  max-width: 47.5%;
  margin-left: 0 !important;
}

.block-topic-details-head-items .p-topics-item:nth-child(2n+1) {
  margin-right: 5.0%;
}

.p-topics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.p-topics-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  30%;
      -ms-flex: 0 0  30%;
          flex: 0 0  30%;
  max-width: 30%;
  margin-left: 5.0%;
  margin-bottom: 70px;
}

.p-topics-item:nth-child(3n+1) {
  margin-left: 0;
}

.p-topics-item-img {
  margin-bottom: 20px;
}

.p-topics-item-img img {
  display: block;
  width: 100%;
}

.p-topics-item-props {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.p-topics-item-date {
  font-size: 22px;
  font-weight: 600;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.p-topics-item-desc {
  font-size: 16px;
  line-height: 1.72;
}

.page-cart {
  /*============================
  #order_back.block-cart--continue-shopping-link
  ============================*/
}

.page-cart .p-top-recommends {
  background-color: #F4F4F4;
}

.page-cart .p-top-recommends .p-r-slider-wrapper:before {
  z-index: 2;
  background-color: #F4F4F4;
}

.page-cart .p-top-recommends__bottom {
  padding-top: 0px;
}

.page-cart h1 {
  margin-bottom: 27px;
}

.page-cart .block-cart--contents {
  float: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.page-cart .block-common-alert-list {
  margin: 0 auto 20px;
  padding: 20px 30px;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  width: auto;
}

.page-cart .block-common-alert-list--message {
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.63;
  margin-bottom: 12px;
}

.page-cart .block-common-alert-list--items {
  color: #BE0000;
}

.page-cart .block-common-alert-list--items > li {
  margin-top: 6px;
}

.page-cart .block-cart--container {
  padding-bottom: 90px;
}

.page-cart .block-cart--goods-list > li {
  position: relative;
  margin: 0;
  padding: 0;
  padding-right: 56px;
  border: 1px solid #dcdcdc;
  border-bottom: none;
}

.page-cart .block-cart--goods-list > li:last-child {
  border: 1px solid #dcdcdc;
}

.page-cart .block-cart--goods-list-image {
  width: 100px;
  height: auto;
  border: none;
  background-color: transparent;
}

.page-cart .block-cart--goods-list-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1  auto;
      -ms-flex: 1 1  auto;
          flex: 1 1  auto;
  width: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 120px;
}

.page-cart .block-cart--goods-list-item-name {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.633;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.page-cart .block-cart--goods-list-item-comment {
  padding: 0;
  margin: 0;
}

.page-cart .block-cart--goods-list-item-price-info {
  margin: 0 20px;
}

.page-cart .block-cart--goods-list-item-price-info .block-cart--goods-list-item-price {
  font-size: 24px;
  color: #000000;
  font-weight: 600;
  letter-spacing: 0.00em;
  line-height: 1.5;
  text-align: right;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.page-cart .block-cart--goods-list-item-input {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 400px;
}

.page-cart .p-block-cart--goods-list-item-qty-label {
  font-size: 14px;
  font-weight: 700;
  margin-right: 10px;
}

.page-cart .block-cart--goods-list-item-qty {
  position: relative;
  margin: 0;
  margin-right: 10px;
}

.page-cart .block-cart--goods-list-item-qty:after {
  content: none;
  height: 30px;
}

.page-cart .block-cart--goods-list-item-qty input {
  width: 80px;
  padding: 4px 0px;
  padding-right: 16px;
  text-align: center;
}

.page-cart .block-cart--goods-list-item-qty select {
  padding: 0;
  width: 60px;
  height: 36px;
  padding-left: 18px;
  padding-right: 16px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  background: none;
  font-size: 20px;
  font-weight: 600;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  background-color: #f4f4f4;
}

.page-cart .block-cart--goods-list-item-qty:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 8px;
  width: 0px;
  height: 0px;
  margin-top: 4px;
  border: 0px solid transparent;
  border-width: 7px 4px;
  border-top-color: #013893;
  background: none;
  -webkit-transform: translate3d(0, -50%, 0) rotate(0deg);
          transform: translate3d(0, -50%, 0) rotate(0deg);
}

.page-cart .block-cart--goods-list-item-qty-plus {
  top: 7px;
}

.page-cart .block-cart--goods-list-item-qty-minus {
  top: auto;
  bottom: 6px;
}

.page-cart .block-cart--goods-list-item-calc-btn {
  padding: 4px 4px;
  margin: 0;
}

.page-cart input.block-cart--goods-list-item-delete,
.page-cart .block-cart--goods-list-item-delete {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 100%;
  background-color: #F2F2F2;
  border-left: 1px solid #dcdcdc;
  text-decoration: none;
  color: #013893;
  text-align: center;
}

.page-cart .block-cart--side-area {
  padding-top: 20px;
}

.page-cart .block-cart--side-contents {
  width: 280px;
  margin: 0 0 0 20px;
}

.page-cart .block-cart--procedure {
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  background: transparent;
  padding: 0;
  overflow: hidden;
  margin-bottom: 20px;
}

.page-cart .block-cart--procedure-container {
  padding: 20px 10px 10px;
  overflow: hidden;
  background: #f4f4f4;
}

.page-cart .block-cart--order-btn {
  display: block;
  margin: 0 0 10px 0;
  width: 100%;
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
}

.page-cart .block-cart--order-btn-gift {
  display: block;
  margin: 0 0 10px 0;
  width: 100%;
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  color: #fff;
  background: #BE0000;
  border: #BE0000 1px solid;
}

.page-cart .block-cart--subtotal {
  background-color: #F4F4F4;
  padding: 21px 40px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.page-cart .p-block-cart--subtotal-label {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  margin-top: 2px;
}

.page-cart .block-cart--subtotal div {
  display: grid;
}

.page-cart div .p-block-cart--subtotal-label {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  margin-top: 10px;
}

.page-cart div .p-block-cart--proteger-label {
  font-size: 15px;
  color: #000000;
  font-weight: 500;
}

.page-cart .price.block-cart--subtotal-price {
  font-size: 40px;
  color: #013893;
  font-weight: 600;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.page-cart .price.block-cart--subtotal-price .u-unit {
  font-size: 20px;
  font-weight: 700;
}

.page-cart .p-block-cart-notice {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.72;
}

.page-cart .block-cart--continue-shopping {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.33;
  text-decoration: underline;
}

.page-cart .p-block-cart-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin-bottom: 30px;
  margin-top: 60px;
}

.page-cart .p-block-cart-btns a,
.page-cart .p-block-cart-btns input[type="button"],
.page-cart .p-block-cart-btns input[type="submit"] {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  320px;
      -ms-flex: 0 0  320px;
          flex: 0 0  320px;
  max-width: 320px;
  padding: 16px 0;
  margin: 0 10px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  background-color: #013893 !important;
  border: 1px solid #013893 !important;
  color: #fff;
}

.page-cart .p-block-cart-btns a.block-cart--estimate-btn,
.page-cart .p-block-cart-btns input[type="button"].block-cart--estimate-btn,
.page-cart .p-block-cart-btns input[type="submit"].block-cart--estimate-btn {
  background-color: #000 !important;
  border: 1px solid #000 !important;
}

.page-cart .p-block-cart-btns a.block-cart--continue-shopping-link,
.page-cart .p-block-cart-btns input[type="button"].block-cart--continue-shopping-link,
.page-cart .p-block-cart-btns input[type="submit"].block-cart--continue-shopping-link {
  color: #013893 !important;
  background-color: #ffffff !important;
  border: 1px solid #013893 !important;
}

.page-cart .p-block-cart-btns--amazon {
  text-align: center;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.page-cart .p-block-cart-btns--amazon > a {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  290px;
      -ms-flex: 0 0  290px;
          flex: 0 0  290px;
  max-width: 290px;
}

.page-cart .block-accessory-list--name {
  padding: 0;
  padding-top: 60px;
  margin: 0;
  margin-top: 90px;
  margin-bottom: 40px;
  font-size: 32px;
  color: #505050;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.33;
  display: block;
  text-align: center;
  border-top: 1px solid #dcdcdc;
}

.page-cart .p-block-cart--goods-list-item-top {
  clear: both;
  float: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 10px 10px;
}

.page-cart .p-block-cart--goods-list-item-bottom {
  clear: both;
  float: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  border-top: 1px solid #dcdcdc;
  padding: 10px 16px;
}

.page-cart .p-block-cart--footer {
  margin-top: 40px;
}

.page-cart .p-block-cart--goods-list-item-top.exists-proteger{
  padding: 0;
  display: flex;
  align-items: normal;
}

.page-cart .p-block-cart--goods-list-item-bottom.exists-proteger{
  padding: 0;
}

.page-cart .p-block-cart--goods-item-area{
  width: 70%;
  padding: 10px;
  display: flex;
  align-items: center;
}

.page-cart .p-block-cart--proteger-plan-area{
  width: 30%;
  clear: both;
  height: auto;
  border-left: 1px solid #dcdcdc;
}

.page-cart .exists-proteger .block-cart--goods-list-item{
  width: inherit;
  word-wrap: break-word;
}

.page-cart .p-block-cart--goods-price-area{
  width: 70%;
  padding: 10px 16px;
  display: flex;
  justify-content: end;
}

.page-cart .p-block-cart--proteger-price-area{
  width: 30%;
  border-left: 1px solid #dcdcdc;
}

.page-cart .p-block-cart--goods-list-proteger-top {
  clear: both;
  float: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 18px 20px;
  display: block;
  height: 120px;
}

.page-cart .p-block-cart--goods-list-proteger-bottom {
  clear: both;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  height: 57px;
  padding: 10px 16px;
}

.page-cart .block-cart--goods-list-item-price-info .block-cart--goods-list-proteger-price {
  font-size: 24px;
  color: #000000;
  font-weight: 600;
  letter-spacing: 0.00em;
  line-height: 1.5;
  text-align: right;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.page-cart p.block-cart--goods-list-proteger-info{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.633;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.page-cart p.block-cart--goods-list-proteger-info.proteger-title{
  font-weight: 500;
}

.page-cart .block-cart--goods-list-proteger-plan-delete{
  padding: 3px 15px;
  margin-left: 70%;
  background-color: #F2F2F2;
  border: 1px solid #dcdcdc;
  text-decoration: none;
  color: #013893;
  font-size: 14px;
}

.page-cart .p-block-cart--goods-list-item-top .block-proteger-plan-select-button{
  padding: 10px 30px;
  margin: 10px 10px 10px 0px;
  font-size: 15px;
  font-weight: 700;
  background-color: #3e9f26 !important;
  border: 1px solid #3e9f26 !important;
  color: #fff;
}

.proteger-style .gLKSHc{
  margin: 10px 0;
}

/*============================
#block_of_recommend.block-accessory-list--list
============================*/
/*============================
  #cart_itemhistory
  ============================*/
.pane-order-contents {
  border: none;
  padding-bottom: 180px;
}

.p-cart-txt1 {
  font-size: 16px;
  color: #013893;
  font-weight: 700;
  letter-spacing: 0.00em;
  margin-bottom: 40px;
  margin-top: -2px;
}

.p-cart-campaign {
  background-color: #F4F4F4;
  padding: 28px 20px 26px;
  margin-bottom: 50px;
}

.p-cart-campaign .p-cart-campaign-img {
  width: 38px;
  margin: 0 auto;
  margin-bottom: 8px;
}

.p-cart-campaign .p-cart-campaign-txt1 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
}

.p-cart-campaign .p-cart-campaign-txt2 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.p-cart-campaign .p-cart-campaign-txt2 .u-emp {
  color: #9A0000;
}

.page-method .block-order-method address {
  font-size: 13px;
  color: #666;
  margin: 10px 0;
}

.page-method .block-regular-cycle--select-wm select {
  margin: 0 1em;
  margin-top: 14px;
}

.page-method .block-regular-cycle--select-wm select[name="m_cycle_day_of_week"] {
  margin-left: 2.3em;
}

.p-confirm-tbl-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  font-size: 16px;
  border: 1px solid #dcdcdc;
  border-top: none;
}

.p-confirm-tbl-row:first-child {
  border-top: 1px solid #dcdcdc;
}

.p-confirm-tbl-th {
  padding: 17px 20px 15px;
  font-weight: 700;
  background-color: #F4F4F4;
  border-right: 1px solid #dcdcdc;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 240px;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  max-width: 240px;
}

.p-confirm-tbl-td {
  padding: 17px 20px 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.block-order-method--point-use-message {
  font-size: 15px;
}

.block-order-method--sales-append-content .fieldset {
  margin: 0;
}

.block-order-method--sales-append-content .fieldset .form-group {
  border: none;
}

.block-order-method--sales-append-content .fieldset .form-control {
  margin-top: -1px;
  padding: 20px 20px;
}

.block-order-method--sales-append-content .fieldset .form-label {
  padding-left: 10px;
}

/* &mdash;&mdash;&mdash;-カートアイテム ---- */
.block-cart--infomation {
  background: #fff;
  border: 1px solid #dcdcdc;
  margin: 20px auto;
  padding: 20px;
  text-align: left;
  width: 800px;
}

.block-cart--order-button-description {
  font-size: 12px;
  text-align: center;
}

.block-cart--amazonpay {
  border-top: 1px solid #9f9c97;
  padding: 0;
  margin-top: 5px;
  text-align: center;
}

.block-cart--amazonpay-description {
  text-align: left;
  font-size: 12px;
  margin: 5px 0;
}

.block-cart--container {
  position: relative;
  overflow: hidden;
}

.block-cart--goods-list-image {
  float: left;
  margin: 0 20px 0 0;
  background: transparent;
  width: 200px;
  height: 200px;
}

.block-cart--goods-list-item-name {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
}

.block-cart .block-icon {
  margin: 0 15px 0 0;
}

.block-cart--goods-list-item {
  float: left;
  width: 390px;
  margin: 8px 0 8px 0;
}

.block-cart--goods-list-item-price-info {
  float: left;
  width: 100px;
  text-align: right;
  margin: 8px 10px 0 10px;
  font-weight: bold;
}

.block-cart--goods-list-item-price {
  color: #333;
}

.block-cart--goods-list-item-input {
  float: right;
  width: 100px;
}

.block-cart--goods-list-item-qty {
  position: relative;
  margin: 0 0 10px 0;
}

.block-cart--goods-list-item-qty input {
  width: 100%;
  padding: 6px 10px 6px 10px;
}

.block-cart--goods-list-item-qty:after {
  position: absolute;
  top: 3px;
  right: 28px;
  content: "";
  width: 1px;
  height: 28px;
  background: #ccc;
}

.block-cart--goods-list-item-qty-plus {
  position: absolute;
  top: 6px;
  right: 10px;
}

.block-cart--goods-list-item-qty-minus {
  position: absolute;
  top: 21px;
  right: 10px;
}

.block-cart--goods-list-item-calc-btn {
  display: block;
  margin: 0 0 10px 0;
  width: 100%;
}

.block-cart--goods-list-item-delete {
  cursor: pointer;
  color: #333;
  font-size: 14px;
  border: none;
  text-decoration: underline;
  background: none;
  width: 100%;
}

.block-cart--goods-list-item-comment {
  padding: 20px 0 15px;
}

/* カート左エリア */
.block-cart--contents {
  width: 900px;
  float: left;
  background: #fff;
}

.block-cart--goods-list li:last-child {
  border: none;
}

.block-cart--goods-list li {
  margin: 20px 40px 20px 0;
  padding: 0 0 20px 0;
  overflow: hidden;
  border-bottom: solid 1px #dcdcdc;
}

/* カート右サイドエリア */
.block-cart--side-area {
  position: relative;
  float: left;
  padding-top: 20px;
}

.block-cart--side-contents {
  width: 280px;
  margin: 0 0 0 20px;
}

.block-cart--procedure {
  border: solid 1px #dcdcdc;
  background: #fff;
  padding: 4px;
  overflow: hidden;
  margin-bottom: 20px;
}

.block-cart--procedure-container {
  padding: 10px;
  overflow: hidden;
  background: #f8f8f8;
}

.block-cart--order-btn {
  display: block;
  margin: 0 0 10px 0;
  width: 100%;
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
}

.block-cart--order-btn-gift {
  display: block;
  margin: 0 0 10px 0;
  width: 100%;
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  background: #ffa200;
  border: #d28500 1px solid;
}

.block-cart--subtotal {
  text-align: center;
  padding: 8px 0;
}

.block-cart .block-exchange-price {
  text-align: center;
  margin-bottom: 8px;
}

.block-cart--subtotal-price {
  font-size: 16px;
  font-weight: bold;
}

.block-cart--continue-shopping {
  text-align: center;
  margin-bottom: 40px;
}

.block-cart--promotion {
  text-align: center;
}

.block-cart--promotion dd,
.block-cart--promotion dt {
  display: inline-block;
  margin-bottom: 10px;
}

.block-cart--promotion-discount {
  font-size: 13px;
  font-weight: bold;
}

.block-cart--continue-shopping-link {
  cursor: pointer;
  color: #333;
  font-size: 14px;
  border: none;
  text-decoration: underline;
  background: none;
}

.block-promotion-message--content {
  border: 1px solid #BE0000;
  background-color: #fff;
  text-align: center;
  padding: 10px 0;
  margin: 0 0 10px 0;
  font-size: 12px;
}

.block-promotion-message--content span {
  color: #BE0000;
  font-weight: bold;
  font-size: 13px;
}

a.block-promotion-message--info {
  text-decoration: none;
}

/* &mdash;&mdash;&mdash;------------------- */
/* &mdash;&mdash;&mdash;-通常の注文--------- */
/* &mdash;&mdash;&mdash;------------------- */
/* &mdash;&mdash;&mdash;-カート画面直後のAmazonPayローディング---- */
.block-order-amazonpay--loading {
  padding: 60px 0;
  text-align: center;
}

/* &mdash;&mdash;&mdash;-アマゾンウィジェット---- */
.block-order-estimate--amazonpay-address-widget,
.block-order-amazonpay--address-widget,
.block-amazon--address-widget {
  width: 600px;
  margin: 0 auto;
  height: 270px;
  padding: 5px 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

/* &mdash;&mdash;&mdash;-注文方法指定画面---- */
/* 共通設定 */
.block-order-method--payment-content,
.block-order-method--regular-content,
.block-order-method--spec-content,
.block-order-method--goods-content,
.block-order-method--dest-content,
.block-order-method--host-content,
.block-order-method--host-confirmation {
  background: #fff;
  border: none;
  padding: 0 0;
  margin: 0 0 60px 0;
}

.block-order-method--payment-content input[type="text"],
.block-order-method--regular-content input[type="text"],
.block-order-method--spec-content input[type="text"],
.block-order-method--goods-content input[type="text"],
.block-order-method--dest-content input[type="text"],
.block-order-method--host-content input[type="text"],
.block-order-method--host-confirmation input[type="text"] {
  width: auto;
}

.block-order-method--host-nomember {
  margin-bottom: 60px;
}

.block-order-method--payment-content {
  padding: 0;
}

.block-order-method--payment-content label {
  margin-right: 10px;
}

.block-order-method--dest-content {
  padding: 0;
}

.block-order-method h2 {
  font-weight: bold;
  font-size: 24px;
  padding: 0;
  margin: 0 0 20px 0;
}

.block-order-method address {
  line-height: 1.4;
}

.block-order-method .block-icon {
  margin: 0 15px 0 0;
}

.block-order-method dt {
  font-weight: bold;
}

.block-order-method--container {
  display: block;
  overflow: hidden;
}

.block-order-method--contents {
  width: 100%;
  float: none;
  clear: both;
}

.block-order-method--name-sei,
.block-order-method--name-mei,
.block-order-method--kana-sei,
.block-order-method--kana-mei {
  display: inline-block;
}

.block-order-method--value-label {
  display: inline-block;
  width: 60px;
  text-align: center;
}

/* 右サイドエリア */
.block-order-method--side-area {
  position: relative;
  float: right;
}

.block-order-method--side-contents {
  background: #f8f8f8;
  width: 280px;
  margin: 0 0 0 20px;
}

.block-order-method--procedure {
  border: none;
  background: #fff;
  padding: 0px;
  margin: 0;
  overflow: hidden;
}

.block-order-method--procedure-container {
  padding: 0;
  background: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.block-order-method--procedure-container > a,
.block-order-method--procedure-container input[type="submit"],
.block-order-method--procedure-container input[type="button"] {
  width: 320px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  320px;
      -ms-flex: 0 0  320px;
          flex: 0 0  320px;
  max-width: 320px;
  font-size: 16px;
  text-align: center;
  margin: 5px 10px;
  padding: 16px 0;
  font-weight: bold;
  border-radius: 0px;
  font-size: 18px;
  cursor: pointer;
}

.block-order-method--procedure-container > a.p-order-back,
.block-order-method--procedure-container input[type="submit"].p-order-back,
.block-order-method--procedure-container input[type="button"].p-order-back {
  border: 1px solid #013893;
  background-color: #ffffff;
  color: #013893;
}

/* お届け先 */
.block-order-method--dest-item {
  border: none;
  padding: 0px 0;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  position: relative;
  padding-left: 20px;
  border: 1px solid #dcdcdc;
  margin-top: -1px;
  -webkit-transition: none !important;
  transition: none !important;
}

.block-order-method--dest-item.is-active {
  background-color: #f4f4f4;
}

.block-order-method--dest-item.is-active .block-order-method--dest-item-title {
  -webkit-transition: none !important;
  transition: none !important;
}

.block-order-method--dest-item.is-active .block-shipping-address--form {
  display: block;
}

.block-order-method--dest-item .block-shipping-address--form {
  display: none;
}

.block-order-method--dest-item-title {
  min-width: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin: 16px 0px;
  min-height: 78px;
}

.block-order-method--dest-item-title > label {
  margin-left: 10px;
}

.page-method .block-order-method--dest-item address, 
.page-e_method .block-order-method--dest-item address {
  float: none;
  clear: both;
  font-size: 16px;
  color: #000000;
  margin: 16px 0px;
}

.block-order-method--dest-item-nickname {
  font-weight: bold;
}

.block-order-method--dest-title-salesinclude {
  font-weight: bold;
  font-size: 16px;
}

.block-order-method--dest-item-salesinclude {
  font-weight: bold;
}

.block-order-method--dest-change {
  padding: 10px;
  margin: 0 0 10px 0;
  background: #f8f8f8;
  border: 1px solid #dcdcdc;
}

.block-order-method--dest-change strong {
  font-weight: bold;
}

.block-order-method--dest-change span {
  margin-left: 20px;
  font-size: 12px;
}

.block-order-method--dest-add {
  text-align: right;
  padding: 6px 0;
}

.block-order-method--dest-item-edit {
  text-align: right;
  position: absolute;
  right: 30px;
}

.block-order-method--dest-list address {
  margin: 0 0 0 20px;
}

.block-order-method--dest-list input[type="submit"] {
  width: 260px;
}

/* 商品情報 */
.block-order-method--goods-list li {
  position: relative;
  overflow: hidden;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #dfdfdf;
}

.block-order-method--goods-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.block-order-method--goods-item-image {
  float: left;
  margin: 0 20px 0 0;
  background: transparent;
  width: 100px;
  height: 100px;
}

.block-order-method--goods-item-name {
  padding: 8px 0;
}

.block-order-method--goods-item-name,
.block-order-method--goods-item-set-name {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
}

.block-order-method--goods-item-comment {
  padding: 20px 0 0px;
}

.block-order-method--sales-detail-append-item {
  overflow: hidden;
}

.block-order-method--spec {
  border: 1px solid #dcdcdc;
  margin-bottom: 60px;
}

.block-order-method--spec-top {
  padding: 40px 30px;
}

.block-order-method--spec-top .p-block-order-method--notice {
  color: #013893;
}

.block-order-method--spec-top dt {
  font-weight: 700;
}

.p-block-order-method--deliv-notice {
  padding: 40px 30px;
  background-color: #F4F4F4;
  border-top: 1px solid #dcdcdc;
}

.block-order-method--spec-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 16px;
}

.block-order-method--proteger-item {
  display: flex;
  align-items: center;
}

.block-order-method--proteger-plan-name {
  font-size: 12px;
}

.p-block-order-method--spec-content-entry {
  margin-right: 30px;
}

/* 配送方法 */
.block-order-method--spec-content dl {
  margin: 0 0 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.block-order-method--spec-content dl dd {
  margin-left: 20px;
}

.block-order-method--spec-content .block-regular-cycle--deliv_date dl {
  margin: 0;
}

.block-order-method--spec-content .block-regular-cycle--deliv_date dl dt {
  float: none;
}

.block-order-method--spec-content .block-regular-cycle--deliv_date dl dd {
  margin: 0;
}

.block-regular-cycle--deliv_date {
  margin: 20px 0;
}

/* お支払い情報 */
.block-order-method--coupon-content,
.block-order-method--promotion-content,
.block-order-method--point-use {
  margin: 0 0 10px 0;
}

.block-order-method--promotion-content input[type="text"],
.block-order-method--coupon-content input[type="text"] {
  width: 50%;
  height: 50px;
}

.block-order-method--payment-method,
.block-order-method--coupon,
.block-order-method--promotion,
.block-order-method--point-use {
  border: 1px solid #dcdcdc;
  border-top: none;
  padding: 40px 30px;
}

.block-order-method--payment-method:first-child,
.block-order-method--coupon:first-child,
.block-order-method--promotion:first-child,
.block-order-method--point-use:first-child {
  border-top: 1px solid #dcdcdc;
}

.block-order-method--point-use {
  padding-top: 40px;
  padding-bottom: 40px;
}

.block-order-method--coupon .p-block-order-method--notice {
  color: #013893;
}

.block-order-method--payment-method-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 30px;
}

.block-order-method--payment-method-select li {
  margin: 0;
  padding: 16px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  50%;
      -ms-flex: 0 0  50%;
          flex: 0 0  50%;
  max-width: 50%;
  border: 1px solid #dcdcdc;
  margin-top: -1px;
  margin-left: -1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.block-order-method--payment-method-select a {
  color: #013893;
  text-decoration: underline;
}

.block-order-method--payment-method-select li .help-block {
  margin: 10px 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  100%;
      -ms-flex: 0 0  100%;
          flex: 0 0  100%;
  max-width: 100%;
}

.block-order-method--point-use-select {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}

.block-order-method--point-use-select label {
  cursor: pointer;
  padding: 0;
}

.p-block-order-method--point-use-select-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  padding: 20px 30px;
  border: 1px solid #dcdcdc;
  border-top: none;
  height: 70px;
  font-weight: 700;
}

.p-block-order-method--point-use-select-row:nth-child(1) {
  border-top: 1px solid #dcdcdc;
}

.p-block-order-method--point-use-select-row input[type="radio"] {
  margin-right: 20px;
}

.p-block-order-method--point-use-select-row input[name="pointpay_num"] {
  margin-left: 6px;
  margin-right: 3px;
  text-align: right;
  padding-top: 0;
  padding-bottom: 0;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #dcdcdc;
}

.p-block-order-method--point-use-select-row .is-alpha {
  font-size: 20px;
  font-weight: 600;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.p-block-order-method--point-use-select-row-use {
  display: inline-block;
  margin-left: 30px;
}

.block-order-method--current-point {
  margin: 0 0 10px 0;
}

.block-order-method--current-point-num {
  font-weight: bold;
}

.block-order-method--coupon-available-btn {
  margin: 0 0 0 14px;
  background-color: #F4F4F4;
}

/* その他 */
.block-order-method--sales-append-content {
  background: #fff;
  border: solid 1px #dcdcdc;
  margin: 0 0 20px 0;
}

.block-order-method--sales-append-content .form-label,
.block-order-method--sales-append-content .constraint {
  background-color: #f8f8f8;
}

.block-order-method--sales-append-content .form-group:not(:last-child) {
  border-bottom: solid 1px #dcdcdc;
}

/* クーポンダイアログ */
.block-order-method--coupondialog-wrapper {
  max-height: 300px;
  overflow-y: auto;
}

.block-order-method--coupondialog-table {
  width: 100%;
}

.block-order-method--coupondialog-table td {
  background: #fff;
}

.block-order-method--coupondialog-header-code {
  width: 180px;
}

.block-order-method--coupondialog-header-select {
  width: 180px;
}

/* &mdash;&mdash;&mdash;- 注文内容確認(通常フロー) ---- */
/* クレジットカード設定 */
.block-order-estimate--pay-input {
  margin-bottom: 10px;
  background: #fefefe;
  border: 1px solid #dcdcdc;
}

.block-order-estimate--pay-input .form-group .form-label {
  background: #fefefe;
  padding-left: 30px;
}

.block-order-estimate--pay-input .form-control {
  padding-right: 20px;
  padding-left: 20px;
}

.block-order-estimate--pay-input select {
  width: 33%;
  margin-right: 10px;
}

.block-order-estimate--pay-header {
  background: #333;
  padding: 10px;
  margin: 0 0 15px 0;
  color: #fff;
}

.form-group.block-order-estimate--regularsavecard-msg {
  border-bottom: none !important;
}

.block-order-estimate--pay-input .form-group .form-label {
  width: 25%;
}

.block-order-estimate--pay-savecard,
.block-order-estimate--pay-selectcard {
  padding: 0 0 0 20px;
}

.block-order-estimate--pay-input .block-common-alert-list {
  margin: 10px;
}

/* 画面内共通設定 */
.block-order-estimate--container {
  position: relative;
  overflow: hidden;
}

.block-order-estimate h2 {
  font-weight: bold;
  font-size: 20px;
  color: #333;
  padding: 10px 0;
  margin: 0 0 10px 0;
}

.block-order-estimate h3 {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin: 0 0 12px 0;
}

.block-order-estimate h3 a {
  font-size: 11px;
  font-weight: normal;
  margin: 0 0 0 20px;
  width: 70px;
  padding: 8px 4px;
}

.block-order-estimate--salesinclude-btn {
  font-size: 13px;
  font-weight: normal;
  margin: 0 0 0 5px !important;
  width: 120px !important;
}

.block-order-estimate address {
  line-height: 1.4;
  word-wrap: break-word;
}

.block-order-estimate--point {
  color: #BE0000;
  font-size: 16px;
  font-weight: bold;
}

.block-order-estimate--confirmation,
.block-order-estimate--date-spec-confirmation,
.block-order-estimate--novelty,
.block-order-estimate--goods-content,
.block-order-estimate--sales-append,
.block-order-estimate--regular-cycle-confirmation,
.block-order-estimate--comment-content,
.block-order-estimate--amazonpay-login {
  background: #fff;
  border: solid 1px #dcdcdc;
  margin: 0 0 20px 0;
  padding: 20px;
}

.block-order-estimate--entry {
  margin-top: 10px;
  padding: 0 10px;
}

.block-order-estimate--register-customer {
  margin-bottom: 10px;
}

.block-order-estimate--register-customer-checkbox,
.block-order-estimate--register-customer-checkbox-message {
  display: table-cell;
}

.block-order-estimate--entry-customer {
  margin-bottom: 5px;
}

.block-order-estimate--entry-customer-message {
  font-size: 12px;
}

.block-order-estimate--entry-customer-point {
  color: #BE0000;
  font-size: 15px;
  font-weight: bold;
}

.block-order-estimate--uid-label {
  margin-bottom: 3px;
}

.block-order-estimate--uid-label-font {
  margin-right: 10px;
}

.block-order-estimate--uid-count {
  margin-top: 0;
}

.block-order-estimate--pwd {
  margin-top: 10px;
}

.block-order-estimate--pwd-label {
  margin-bottom: 3px;
}

.block-order-estimate--pwd-label-font {
  margin-right: 10px;
}

.block-order-estimate--pwd-count {
  margin-top: 0;
}

.block-order-estimate--login-state-saving {
  padding-left: 0;
  margin-top: 10px;
}

.block-order-estimate--login-state-saving-message {
  margin-top: 10px;
}

.block-order-estimate--mailnews {
  margin-top: 10px;
}

.block-order-estimate--mailnews-title {
  font-weight: bold;
}

.block-order-estimate--mailnews-label {
  margin-bottom: 3px;
  font-weight: bold;
  margin-right: 10px;
}

.block-order-estimate--mailnews-message {
  font-size: 12px;
}

.block-order-estimate--procedure {
  background: #fff;
  border: solid 1px #dcdcdc;
  margin: 0 0 20px 0;
  padding: 4px;
}

.block-order-estimate--dest-address-item-register-input-form .block-order-estimate--dest-address-nickname .constraint {
  text-align: right;
}

.block-order-estimate--dest-address-item-register-input-form .block-order-estimate--dest-address-nickname .constraint .required {
  margin: 0;
  display: block;
}

/* 注文内容確認左サイドエリア */
.block-order-estimate--content {
  width: 900px;
  float: left;
}

/* お届け先情報 */
.block-order-estimate--confirmation {
  overflow: hidden;
}

.block-order-estimate--confirmation-list {
  width: 320px;
  display: inline-block;
  vertical-align: top;
}

.block-order-estimate--confirmation-list li {
  padding: 0 0 28px 0;
}

.block-order-estimate--confirmation-list-full li {
  padding: 0 0 28px 0;
}

.block-order-estimate--amazonpay-wallet {
  color: #333;
  border: 1px solid #dcdcdc;
  clear: both;
}

.block-order-estimate--amazonpay-wallet-header {
  background: #333;
  padding: 10px;
  color: #fff;
}

.block-order-estimate--amazonpay-wallet-content {
  margin: 15px auto;
  height: 270px;
}

.block-order-estimate--amazonpay-billagree-wallet-content {
  margin: 15px auto;
  height: 450px;
}

.block-order-estimate--amazonpay-wallet-widget {
  margin: 0 auto;
  width: 600px;
}

.block-order-estimate--amazonpay-consent-widget {
  margin: 0 auto;
  width: 600px;
}

/* 配送希望情報 */
.block-order-estimate--date-spec-confirmation {
  overflow: hidden;
}

.block-order-estimate--confirmation-message {
  color: #555;
  font-size: 12px;
}

/* ノベルティ商品のノベルティ選択 */
.block-order-estimate--novelty-item label {
  cursor: pointer;
}

.block-order-estimate--novelty-item {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}

.block-order-estimate--novelty-item-image,
.block-order-estimate--novelty-item-goods {
  display: table-cell;
  vertical-align: middle;
}

.block-order-estimate--novelty-item-image {
  width: 200px;
}

.block-order-estimate--novelty-item-goods {
  padding-left: 10px;
  width: auto;
}

.block-order-estimate--novelty-item-image figure {
  width: 200px;
  height: 200px;
  background: #f5f5f5;
}

.block-order-method--goods-content {
  padding: 0;
  border: 1px solid #dcdcdc;
}

.block-order-method--goods-list li {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.block-order-method--goods-item-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  120px;
      -ms-flex: 0 0  120px;
          flex: 0 0  120px;
  max-width: 120px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 8px;
  padding-right: 20px;
  background-color: transparent;
}

.block-order-method--goods-item-image img {
  width: auto;
  height: auto;
  border: none;
}

.block-order-method--goods-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1  auto;
      -ms-flex: 1 1  auto;
          flex: 1 1  auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  float: none;
}

.block-order-method--goods-item-name {
  font-size: 14px;
}

.p-block-order-method--goods-price-num {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  auto;
      -ms-flex: 0 0  auto;
          flex: 0 0  auto;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  padding: 10px 30px;
  font-size: 18px;
  text-align: center;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.block-order-method--amt {
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
}

.block-order-method--amt .u-unit {
  font-weight: 400;
}

.p-block-order-method--goods-price-num-label {
  font-size: 12px;
}

.p-block-order-method--goods-price-num-val {
  font-size: 20px;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.block-order-estimate--amt {
  text-align: right;
  margin: 0;
}

.block-order-method--goods-price-items {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  auto;
      -ms-flex: 0 0  auto;
          flex: 0 0  auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  padding: 10px 22px;
  padding-right: 12px;
  font-size: 18px;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: right;
}

/* ご注文商品 注文明細拡張情報 */
.block-order-estimate--sales-detail-append-link-edit {
  text-decoration: underline;
}

/* その他 */
.block-order-estimate--sales-append-list {
  width: 100%;
  font-size: 14px;
}

.block-order-estimate--sales-append-list th {
  padding: 12px;
  text-align: left;
  font-weight: bold;
  vertical-align: top;
  background-color: #f8f8f8;
  color: #000000;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  width: 30%;
}

/* AmazonPayログイン */
.block-order-estimate--amazonpay-loginform {
  margin: 10px 0 0 0;
}

.block-order-estimate--amazonpay-loginform .form-label {
  text-align: left;
}

/* 備考 */
.block-order-estimate--comment-content textarea {
  width: 100%;
}

/* 注文内容確認右サイドエリア */
.block-order-estimate--order-terms-link {
  text-decoration: underline;
  cursor: pointer;
}

.block-order-estimate--agreebody {
  width: 100%;
  height: 400px;
}

.block-order-estimate--side-area {
  position: relative;
  float: left;
}

.block-order-estimate--side-contents {
  width: 280px;
  margin: 0 0 0 20px;
}

.block-order-estimate--procedure-container {
  padding: 14px;
  background: #fffce4;
  background: #f8f8f8;
}

.block-order-estimate--commit {
  text-align: center;
  margin: 0 0 10px 0;
}

.block-order-estimate--commit p {
  font-size: 13px;
}

.block-order-estimate--commit-btn {
  width: 100%;
  font-size: 20px;
  text-align: center;
  margin: 5px 0;
  padding: 14px 0;
  font-weight: bold;
}

.block-order-estimate--total {
  font-size: 14px;
  text-align: center;
  padding: 8px;
  margin: 0 0 10px 0;
  background: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.block-order-estimate .block-exchange-price {
  text-align: center;
  margin-bottom: 12px;
}

.block-order-estimate--total-price {
  font-size: 14px;
  font-weight: bold;
}

.block-order-estimate--total-tax {
  font-size: 11px;
}

.block-order-estimate--point-add {
  overflow: hidden;
  margin: 0 0 10px 0;
  border-bottom: solid 1px #dcdcdc;
  font-size: 12px;
}

.block-order-estimate--point-add dt {
  float: left;
  width: 40%;
}

.block-order-estimate--point-add dd {
  float: left;
  width: 60%;
  text-align: right;
}

.block-order-estimate--point-add-num {
  color: #BE0000;
  font-size: 16px;
}

.block-order-estimate--point-add dd + dd {
  width: 100%;
  color: #BE0000;
  font-size: 11px;
  text-align: left;
  padding-bottom: 10px;
}

.block-order-estimate--price-items {
  letter-spacing: -.4em;
  font-size: 12px;
  color: #555;
  margin: 10px 0 0 0;
}

.block-order-estimate--price-items dt {
  display: inline-block;
  letter-spacing: normal;
  width: 60%;
  margin: 0 0 10px 0;
}

.block-order-estimate--price-items dd {
  display: inline-block;
  letter-spacing: normal;
  text-align: right;
  width: 40%;
}

/* メッセージ「クール便追加料金を含む」 */
dd.block-order-estimate--cool-postage {
  width: 100%;
  text-align: right;
  margin: 0 0 10px 0;
}

.block-order-estimate--promotion-novelty-helper {
  border: 1px solid #BE0000;
  background: #fff;
  text-align: center;
  padding: 10px 0;
  margin: 0 0 10px 0;
  cursor: pointer;
}

/* お届け先の変更(ダイアログ)*/
.block-order-estimate--address-frame {
  background: #f8f8f8;
  max-width: 725px;
  margin: 0 auto;
}

.block-order-estimate--value-label {
  display: inline-block;
  width: 60px;
  text-align: center;
}

/* ×ボタン */
.block-order-estimate--address-frame-close {
  position: relative;
  cursor: pointer;
}

.block-order-estimate--address-frame-close span {
  display: block;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 20px;
  height: 20px;
}

.block-order-estimate--address-frame-close span:before {
  position: absolute;
  top: 6px;
  right: 0;
  content: "";
  width: 15px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.block-order-estimate--address-frame-close span:after {
  position: absolute;
  top: 0;
  right: 6px;
  content: "";
  width: 2px;
  height: 15px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* お届け先の変更 */
.block-order-estimate--address-frame h2 {
  color: #fff;
  background: #333;
  border-bottom: none;
  font-size: 16px;
  margin: 0;
  padding: 10px 10px 10px;
}

.block-order-estimate--dest-address-item-register-input-title {
  font-weight: bold;
}

.block-order-estimate--dest-address-select,
.block-order-estimate--amazonpay-address-select {
  padding: 5px 20px;
}

.block-order-estimate--dest-salesinclude-address-select,
.block-order-estimate--dest-salesinclude-address-note {
  padding: 0 20px;
  padding-top: 10px;
}

.block-order-estimate--amazonpay-address-area p {
  margin-left: 20px;
}

.block-order-estimate--dest-address-list {
  padding: 20px;
}

.block-order-estimate--amazonpay-address-container {
  padding: 0 0 10px 0;
}

.block-order-estimate--dest-address-item,
.block-order-estimate--dest-address-item-register {
  position: relative;
  display: inline-block;
  width: 220px;
  height: auto;
  min-height: 220px;
  vertical-align: top;
}

.block-order-estimate--dest-address-item-container {
  height: 130px;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 5px 0 10px 0;
}

.block-order-estimate--dest-address-item,
.block-order-estimate--dest-address-item-register {
  background: #fff;
  border: solid 1px #dcdcdc;
  margin: 0 5px 10px 0;
  padding: 10px;
}

.block-order-estimate--dest-address-item address {
  word-wrap: break-word;
}

.block-order-estimate--dest-address-change-btn {
  width: 100%;
}

.block-order-estimate--dest-address-item-register .block-order-estimate--dest-address-item-buttons {
  position: absolute;
  top: 50%;
  margin: -20px 0 0 0;
}

.block-order-estimate--dest-address-change {
  text-align: right;
}

.block-order-estimate--dest-address-change,
.block-order-estimate--dest-address-item-buttons {
  height: 31px;
}

.block-order-estimate--dest-address-item-buttons__selected {
  cursor: default;
  background: #fffcfc;
  border: 1px solid #BE0000;
  color: #BE0000;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 200px;
}

/* お届け先情報入力 */
.block-order-estimate--dest-address-item-register-input-form .fieldset-vertical,
.block-order-estimate--guest-address-input-form {
  background: #fff;
  border: solid 1px #dcdcdc;
  padding: 20px;
}

.block-order-estimate--dest-address-item-register-input-form .fieldset-vertical {
  margin: 10px 0;
}

.block-order-estimate--dest-address-name .checktype_name,
.block-order-estimate--dest-address-kana .checktype_kana,
.block-order-estimate--guest-address-name .checktype_name,
.block-order-estimate--guest-address-kana .checktype_kana {
  margin: 0 0 10px 0;
}

/* お届けサイクル */
.block-order-estimate--regular-cycle {
  width: 90%;
  font-size: 14px;
}

.block-order-estimate--regular-cycle th {
  padding: 12px;
  text-align: left;
  font-weight: bold;
  vertical-align: top;
  background-color: #f8f8f8;
  color: #000000;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  width: 30%;
}

/* &mdash;&mdash;&mdash;- 注文完了(通常・ギフトフロー共通) ---- */
.block-order-complete--orderinfo,
.block-order-complete--customerentry-wrapper {
  background: #fff;
  border: solid 1px #dcdcdc;
  padding: 20px;
  margin-bottom: 20px;
}

.block-order-complete--message {
  margin: 0 0 10px 0;
}

.block-order-complete--orderinfo dt {
  width: 30%;
  background: #f8f8f8;
  font-weight: bold;
  float: left;
}

.block-order-complete--orderinfo dt,
.block-order-complete--orderinfo dd {
  border-bottom: 1px solid #dcdcdc;
  padding: 8px 8px 8px 8px;
}

.block-order-complete--orderinfo dd {
  margin-left: 30%;
}

.block-order-complete--orderinfo dd:after {
  clear: both;
  display: block;
}

.block-order-complete--home {
  margin: 20px auto;
  text-align: center;
}

.block-order-complete--home-btn {
  padding: 10px;
}

.block-order-complete--customerentry-form {
  margin: 20px 0 0 0;
}

.block-order-complete--rules {
  margin: 10px 0 0 0;
}

.block-order-complete--orderid {
  width: 100%;
  margin-bottom: 10px;
}

.block-order-complete--orderid th {
  width: 30%;
}

.block-order-complete--orderid td {
  width: 70%;
}

.block-order-complete--salesinclude {
  width: 100%;
  margin-bottom: 10px;
}

.block-order-complete--salesinclude th {
  width: 30%;
}

.block-order-complete--salesinclude td {
  width: 70%;
}

.block-order-complete--convenience {
  width: 100%;
  margin-bottom: 10px;
}

.block-order-complete--convenience th {
  width: 30%;
}

.block-order-complete--convenience td {
  width: 70%;
}

/* &mdash;&mdash;&mdash;------------------- */
/* &mdash;&mdash;&mdash;-ギフトフロー------- */
/* &mdash;&mdash;&mdash;------------------- */
/* &mdash;&mdash;&mdash;- 配送先選択 ---- */
.block-order-gift-dest h2 {
  font-weight: bold;
  font-size: 20px;
  color: #333;
  padding: 10px 0;
  margin: 0 0 10px 0;
}

.block-order-gift-dest--check-all {
  margin: 0 0 10px 0;
}

.block-order-gift-dest--list-wrapper,
.block-order-gift-dest--method-sender-info,
.block-order-gift-dest--address-item,
.block-order-gift-dest--method-sender-info-edit {
  background: #fff;
  border: solid 1px #dcdcdc;
  margin: 0 0 20px 0;
  padding: 20px 20px 20px 20px;
}

/* お届け先配送情報エリア */
.block-order-gift-dest--address-item {
  background: #f8f8f8;
}

.block-order-gift-dest--address-item-title {
  font-weight: bold;
}

.block-order-gift-dest--address-item address {
  margin: 5px 0 5px 20px;
}

.block-order-gift-dest--address-change {
  text-align: right;
}

.block-order-gift-dest--address-error {
  margin: 0 0 10px 0;
}

/* 贈り主情報エリア */
.block-order-gift-dest--value-label {
  display: inline-block;
  width: 60px;
  text-align: center;
}

.block-order-gift-dest--method-sender-change label {
  font-weight: bold;
}

.block-order-gift-dest--method-sender-info address {
  margin: 0 0 10px 0;
}

.block-order-gift-dest--address-item {
  background: #f8f8f8;
}

.block-order-gift-dest--method-sender-info-edit {
  margin: 10px 0 0 0;
}

.block-order-gift-dest--method-sender-btn {
  text-align: right;
}

.block-order-gift-dest--action-buttons {
  margin: 0 0 20px 0;
}

/* &mdash;&mdash;&mdash;- 配送先商品追加 ---- */
.block-order-gift-select h2 {
  font-weight: bold;
  font-size: 20px;
  color: #333;
}

.block-order-gift-select h3 {
  font-size: 16px;
  font-weight: bold;
}

.block-order-gift-select--sender-info,
.block-order-gift-select--delivery-dest-content,
.block-order-gift-select--delivery-date,
.block-order-gift-select--payment-content,
.block-order-gift-select--point-use-select {
  background: #fff;
  border: solid 1px #dcdcdc;
  margin: 0 0 20px 0;
  padding: 20px 20px 20px 20px;
}

.block-order-gift-select--sender-info {
  margin: 0 0 5px 0;
}

.block-order-gift-select--delivery-dest-add {
  padding: 5px 0 5px 0;
  margin: 0 0 10px 0;
  text-align: right;
}

.block-order-gift-select--delivery-dest-goods-select,
.block-order-gift-select--point-use-select {
  padding: 10px 10px 10px 10px;
  margin: 0 0 0 0;
}

/* お届け先 */
.block-order-gift-select--delivery-dest-header {
  position: relative;
}

.block-order-gift-select--delivery-dest-delete {
  position: absolute;
  right: 0;
  top: 3px;
}

.block-order-gift-select--delivery-dest-nickname {
  font-weight: bold;
}

.block-order-gift-select--delivery-dest-address address {
  margin: 0 0 10px 0;
}

.block-order-gift-select--delivery-dest-goods-content-list table {
  width: 100%;
}

.block-order-gift-select--delivery-dest-goods-name {
  width: 800px;
}

.block-order-gift-select--delivery-dest-goods-qty {
  text-align: right;
}

.block-order-gift-select--delivery-dest-goods-qty input {
  text-align: right;
  margin: 0 0 0 10px;
}

/* お届け先商品 */
.block-order-gift-select--delivery-dest-goods-content-info,
.block-order-gift-select--delivery-dest-goods-noshi {
  width: 100%;
  margin: 0 0 10px 0;
}

.block-order-gift-select--delivery-dest-goods-price,
.block-order-gift-select--delivery-dest-goods-total,
.block-order-gift-select--delivery-dest-goods-noshi-charge {
  width: 18%;
  text-align: right;
}

.block-order-gift-select--delivery-dest-goods-sales-qty {
  width: 100px;
}

.block-order-gift-select--delivery-dest-goods-sales-qty input {
  text-align: right;
}

.block-order-gift-select--delivery-dest-goods-content-info-delete,
.block-order-gift-select--delivery-dest-goods-noshi-edit {
  width: 70px;
}

.block-order-gift-select--delivery-dest-goods-noshi th,
.block-order-gift-select--delivery-dest-goods-noshi td {
  text-align: left;
}

.block-order-gift-select--delivery-dest-total table {
  margin-left: auto;
}

/* 配送方法 */
.block-order-gift-select--delivery-date-content {
  display: table;
}

.block-order-gift-select--delivery-date-content dt,
.block-order-gift-select--delivery-date-content dd {
  display: table-cell;
}

/* お支払い情報 */
.block-order-gift-select--method-list li {
  margin: 0 0 10px 0;
}

.block-order-gift-select--method-list li .help-block {
  display: inline-block;
  margin-left: 30%;
}

.block-order-gift-select--method-list label {
  cursor: pointer;
}

.block-order-gift-select--current-point {
  margin: 0 0 10px 0;
}

.block-order-gift-select--current-point-num {
  font-weight: bold;
}

.block-order-gift-select--coupon-available-btn {
  margin: 0 0 0 14px;
}

.block-order-gift-select--point-use-select {
  background: #f8f8f8;
}

.block-order-gift-select--point-use-select label {
  cursor: pointer;
  padding: 0 23px 0 5px;
}

/* その他 */
.block-order-gift-select--sales-append-content {
  background: #fff;
  border: solid 1px #dcdcdc;
  margin: 0 0 20px 0;
}

.block-order-gift-select--sales-append-content .form-group:not(:last-child) {
  border-bottom: solid 1px #dcdcdc;
}

/* &mdash;&mdash;&mdash;- のし・ラッピング設定 ---- */
.block-order-gift-noshi h1 {
  font-weight: bold;
  font-size: 24px;
  color: #333;
  padding: 15px 0 0 0;
}

.block-order-gift-noshi h2 {
  font-weight: bold;
  font-size: 20px;
  color: #333;
}

.block-order-gift-noshi h3 {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.block-order-gift-noshi--sender {
  font-weight: bold;
}

.block-order-gift-noshi--noshi-select,
.block-order-gift-noshi--purpose-select,
.block-order-gift-noshi--paper-wrapper,
.block-order-gift-noshi--nameprint-wrapper,
.block-order-gift-noshi--covertype-select,
.block-order-gift-noshi--wrap-select,
.block-order-gift-noshi--bag-wrapper {
  background: #fff;
  border: solid 1px #dcdcdc;
  margin: 0 0 20px 0;
  padding: 20px 20px 20px 20px;
}

.block-order-gift-noshi--noshi-select li,
.block-order-gift-noshi--purpose-select li,
.block-order-gift-noshi--paper-wrapper li,
.block-order-gift-noshi--nameprint-wrapper li,
.block-order-gift-noshi--covertype-select li,
.block-order-gift-noshi--wrap-select li,
.block-order-gift-noshi--bag-wrapper li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
}

.block-order-gift-noshi--paper-item-price,
.block-order-gift-noshi--bag-item-price,
.block-order-gift-noshi--wrap-item-price {
  display: block;
}

.block-order-gift-noshi--paper-message,
.block-order-gift-noshi--covertype-message,
.block-order-gift-noshi--wrap-message,
.block-order-gift-noshi--bag-message {
  background: #f8f8f8;
  border: solid 1px #dcdcdc;
  margin: 10px 0 10px 0;
  padding: 20px 20px 20px 20px;
  width: 60%;
}

.block-order-gift-noshi--setting-message {
  text-align: center;
  font-weight: bold;
}

.block-order-gift-noshi--nameprint-input {
  margin: 15px 0 0 0;
}

.block-order-gift-noshi--setting-all-btn {
  margin: 0 0 20px 0;
}

/* &mdash;&mdash;&mdash;- 注文内容確認(ギフトフロー) ---- */
.block-order-gift-confirmation h2 {
  font-weight: bold;
  font-size: 20px;
  color: #333;
}

.block-order-gift-confirmation h3 {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin: 0 0 12px 0;
}

.block-order-gift-confirmation table {
  width: 100%;
}

.block-order-gift-confirmation--item-image figure,
.block-order-gift-confirmation--sending-item-image figure {
  width: 200px;
  height: 200px;
  background: #f5f5f5;
}

.block-order-gift-confirmation--item-image,
.block-order-gift-confirmation--sending-item-image {
  width: 220px;
}

.block-order-gift-confirmation--order-item-wrapper,
.block-order-gift-confirmation--order,
.block-order-gift-confirmation--destination-address-wrapper,
.block-order-gift-confirmation--other-wrapper,
.block-order-gift-confirmation--novelty-content,
.block-order-gift-confirmation--order-comment,
.block-order-gift-confirmation--payment-method-wrapper {
  background: #fff;
  border: solid 1px #dcdcdc;
  margin: 0 0 20px 0;
  padding: 20px 20px 20px 20px;
}

.block-order-gift-confirmation--order-item-detail {
  display: inline-block;
  width: 780px;
  vertical-align: top;
}

.block-order-gift-confirmation--order-item-summary {
  display: inline-block;
  vertical-align: top;
  width: 350px;
  margin: 0 0 0 15px;
}

.block-order-gift-confirmation--order-item-summary-table th,
.block-order-gift-confirmation--point-summary th {
  width: 180px;
}

.block-order-gift-confirmation--order-item-summary-table td,
.block-order-gift-confirmation--point-summary td {
  text-align: right;
}

.block-order-gift-confirmation--item-qty-header {
  width: 50px;
}

.block-order-gift-confirmation--item-amount,
.block-order-gift-confirmation--item-qty {
  text-align: right;
}

/* ノベルティ商品のノベルティ選択 */
.block-order-gift-confirmation--novelty-item label {
  cursor: pointer;
}

.block-order-gift-confirmation--novelty-item {
  display: table;
  margin-bottom: 10px;
  width: 100%;
}

.block-order-gift-confirmation--novelty-item-image,
.block-order-gift-confirmation--novelty-item-goods {
  display: table-cell;
  vertical-align: middle;
}

.block-order-gift-confirmation--novelty-item-image {
  width: 200px;
}

.block-order-gift-confirmation--novelty-item-goods {
  padding-left: 10px;
  width: auto;
}

.block-order-gift-confirmation--novelty-item-image figure {
  width: 200px;
  height: 200px;
  background: #f5f5f5;
}

/* 配送情報 */
.block-order-gift-confirmation--shipping-address {
  display: inline-block;
  vertical-align: top;
  width: 900px;
}

.block-order-gift-confirmation--shipping-info {
  width: 430px;
  display: inline-block;
  margin: 0 0 0 15px;
}

.block-order-gift-confirmation--shipping-info-detail th {
  width: 150px;
}

/* お届け先 */
.block-order-gift-confirmation--destination-address {
  margin: 0 0 10px 0;
}

.block-order-gift-confirmation--sending-item-qty-header {
  width: 50px;
}

.block-order-gift-confirmation--sending-item-qty {
  text-align: right;
}

.block-order-gift-confirmation--sending-item-comment-header,
.block-order-gift-confirmation--sending-item-noshi-header {
  width: 220px;
}

/* その他 */
.block-order-gift-confirmation--other-detail th {
  width: 300px;
}

.block-order-gift-confirmation--order-comment textarea {
  width: 100%;
}

.action-buttons .block-order-estimate--commit-btn-rakutenpay {
  margin-top: 10px;
  padding: 1px 0 2px 0;
  vertical-align: middle;
}

.block-order-estimate--value-label {
  white-space: nowrap;
  padding: 8px 0 4px;
  font-size: 14px;
}

.block-order-estimate--dest-address-tel input {
  width: 30%;
}

.block-order-estimate--dest-address-item-container {
  font-size: 12px;
}

.p-block-order-method--desc {
  margin-bottom: 16px;
  margin-bottom: 20px;
  line-height: 1.72;
}

.p-block-order-method--dest-new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin-bottom: 30px;
}

.p-block-order-method--dest-new-txt {
  margin-left: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.block-order-method--dest-add-btn {
  width: 280px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  280px;
      -ms-flex: 0 0  280px;
          flex: 0 0  280px;
  max-width: 280px;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 10px;
  font-size: 16px;
  color: #fff;
  background-color: #013893;
}

.p-block-order-notice-txt,
.p-block-order-method--deliv-notice-txt {
  font-size: 16px;
  line-height: 1.72;
  margin-bottom: 6px;
}

.p-block-order-notice-subtit,
.p-block-order-method--deliv-notice-subtit {
  font-size: 16px;
  line-height: 1.72;
  margin-bottom: 6px;
  font-weight: 700;
  color: #013893;
  margin-top: 20px;
}

.p-block-nomember-info--form .fieldset .form-group:first-child {
  border-top: 1px solid #dcdcdc;
}

.p-block-nomember-info--form .fieldset .form-control {
  padding-right: 20px;
}

.p-block-nomember-info--form .block-member-info--mailnews .form-control,
.p-block-nomember-info--form .block-member-info--use-spoofing-protection .form-control {
  padding-top: 30px;
}

.p-block-nomember-info--form .legend {
  border: none;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 50px;
  margin-bottom: 0px;
}

.p-block-nomember-info--form input[name="zip"] {
  width: 15% !important;
}

.p-block-nomember-info--form input[name="tel11"],
.p-block-nomember-info--form input[name="tel12"],
.p-block-nomember-info--form input[name="tel13"] {
  width: 25%;
  margin-left: 10px;
  margin-right: 4px;
}

.p-block-nomember-info--form input[name="tel11"]:first-child,
.p-block-nomember-info--form input[name="tel12"]:first-child,
.p-block-nomember-info--form input[name="tel13"]:first-child {
  margin-left: 0px;
}

.p-block-nomember-info--form select[name="yy_birth"],
.p-block-nomember-info--form select[name="mm_birth"],
.p-block-nomember-info--form select[name="dd_birth"] {
  width: 15%;
  min-width: 0;
  margin-left: 10px;
  margin-right: 4px;
}

.p-block-nomember-info--form select[name="yy_birth"]:first-child,
.p-block-nomember-info--form select[name="mm_birth"]:first-child,
.p-block-nomember-info--form select[name="dd_birth"]:first-child {
  margin-left: 0px;
}

.p-block-nomember-info--form input[name="kana"],
.p-block-nomember-info--form input[name="name"] {
  max-width: 0;
  width: 49%;
}

.p-block-nomember-info--form .block-member-info input[name="name"],
.p-block-nomember-info--form .block-member-info input[name="name2"],
.p-block-nomember-info--form .block-member-info input[name="kana"],
.p-block-nomember-info--form .block-member-info input[name="kana2"] {
  max-width: 100%;
  width: 49%;
}

.p-block-nomember-info--form .block-member-info input[name="name2"],
.p-block-nomember-info--form .block-member-info input[name="kana2"] {
  margin-left: 1%;
}

.p-block-nomember-info--form input[name="zip"] {
  width: 49%;
}

.p-block-nomember-info--form input[name="addr"],
.p-block-nomember-info--form input[name="addr3"],
.p-block-nomember-info--form input[name="addr2"] {
  margin-bottom: 20px;
}

.p-block-nomember-info--form select[name="pref"] {
  margin-bottom: 20px;
}

.p-block-nomember-info--form input[name="s_kana"],
.p-block-nomember-info--form input[name="s_name"] {
  width: 49%;
}

.p-block-nomember-info--form input[name="s_kana2"],
.p-block-nomember-info--form input[name="s_name2"] {
  width: 49%;
  margin-left: 1%;
}

.p-block-nomember-info--form input[name="s_addr"],
.p-block-nomember-info--form input[name="s_addr3"],
.p-block-nomember-info--form input[name="s_addr2"] {
  margin-bottom: 20px;
}

.p-block-nomember-info--form select[name="s_pref"] {
  margin-bottom: 20px;
}

.block-order-method--dest-item-otherform input, .block-order-method--dest-item-otherform select {
  background-color: #ffffff;
}

.block-order-method--dest-item-otherform .fieldset {
  margin-top: 0;
}

.block-order-method--dest-item-otherform .fieldset .form-control {
  background: none;
}

.block-order-method--dest-item-otherform .form-label,
.block-order-method--dest-item-otherform .constraint {
  background: none;
}

.block-order-method--dest-item-otherform .form-group {
  background-color: transparent;
  border-left: none;
  border-right: none;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  margin-top: -1px;
  background: none;
}

.block-order-method--dest-item-otherform .fieldset {
  padding-left: 30px;
  padding-right: 50px;
}

.block-order-method--dest-item-otherform .fieldset .form-group:first-child {
  position: relative;
  z-index: 1;
}

.block-order-method--dest-item-otherform .fieldset .form-group:first-child:before {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 1px;
  background-color: #dcdcdc;
  -webkit-transform: translate3d(-50vw, 0, 0) rotate(0deg);
          transform: translate3d(-50vw, 0, 0) rotate(0deg);
}

.block-order-method--dest-item-otherform .fieldset .form-group:last-child {
  border-bottom: none;
}

.block-order-method--dest-item-otherform .fieldset .form-control {
  padding-right: 0px;
}

.block-order-method--dest-item-otherform .fieldset .form-label {
  padding-left: 0;
}

.block-order-method--dest-item-otherform .block-member-info--mailnews .form-control,
.block-order-method--dest-item-otherform .block-member-info--use-spoofing-protection .form-control {
  padding-top: 30px;
}

.block-order-method--dest-item-otherform .legend {
  border: none;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 50px;
  margin-bottom: 0px;
}

.block-order-method--dest-item-otherform input[name="zip"] {
  width: 15% !important;
}

.block-order-method--dest-item-otherform input[name="tel11"],
.block-order-method--dest-item-otherform input[name="tel12"],
.block-order-method--dest-item-otherform input[name="tel13"] {
  width: 25%;
  margin-left: 10px;
  margin-right: 4px;
}

.block-order-method--dest-item-otherform input[name="tel11"]:first-child,
.block-order-method--dest-item-otherform input[name="tel12"]:first-child,
.block-order-method--dest-item-otherform input[name="tel13"]:first-child {
  margin-left: 0px;
}

.block-order-method--dest-item-otherform select[name="yy_birth"],
.block-order-method--dest-item-otherform select[name="mm_birth"],
.block-order-method--dest-item-otherform select[name="dd_birth"] {
  width: 15%;
  min-width: 0;
  margin-left: 10px;
  margin-right: 4px;
}

.block-order-method--dest-item-otherform select[name="yy_birth"]:first-child,
.block-order-method--dest-item-otherform select[name="mm_birth"]:first-child,
.block-order-method--dest-item-otherform select[name="dd_birth"]:first-child {
  margin-left: 0px;
}

.block-order-method--dest-item-otherform input[name="kana2"],
.block-order-method--dest-item-otherform input[name="name2"],
.block-order-method--dest-item-otherform input[name="kana"],
.block-order-method--dest-item-otherform input[name="name"] {
  max-width: 100%;
  width: 49%;
}

.block-order-method--dest-item-otherform input[name="name2"],
.block-order-method--dest-item-otherform input[name="kana2"] {
  margin-left: 1%;
}

.block-order-method--dest-item-otherform input[name="zip"] {
  width: 49%;
}

.block-order-method--dest-item-otherform input[name="comp"] {
  width: 100%;
}

.block-order-method--dest-item-otherform input[name="tel"] {
  width: 100%;
}

.block-order-method--dest-item-otherform input[name="addr"],
.block-order-method--dest-item-otherform input[name="addr3"],
.block-order-method--dest-item-otherform input[name="addr2"],
/* 2021.05.17 ecbeing追加 name属性がデザインとパッケージで異なるため、パッケージに合わせて追加 */
.block-order-method--dest-item-otherform input[name="d_addr"],
.block-order-method--dest-item-otherform input[name="d_addr3"],
.block-order-method--dest-item-otherform input[name="d_addr2"] {
  width: 100%;
  margin-bottom: 20px;
}

.block-order-method--dest-item-otherform select[name="pref"],
/* 2021.05.17 ecbeing追加 name属性がデザインとパッケージで異なるため、パッケージに合わせて追加 */
.block-order-method--dest-item-otherform select[name="d_pref"] {
  margin-bottom: 20px;
}

.page-estimate .form-group.block-order-estimate--pay-expire {
  font-weight: 700;
}

.page-estimate .form-group.block-order-estimate--pay-expire select[name="card_m"] {
  width: 120px;
  min-width: 120px;
}

.page-estimate .form-group.block-order-estimate--pay-expire select[name="card_y"] {
  width: 120px;
  min-width: 120px;
  margin-left: 16px;
}

.page-estimate .form-group.block-order-estimate--pay-card input[name="card_num"] {
  width: 98%;
  margin-right: 0;
}

.page-estimate .block-order-estimate--pay-card-next {
  margin-top: -20px;
  border-top: none !important;
}

.page-estimate .p-card-next {
  font-weight: 700;
  padding-left: 30px;
  padding-bottom: 40px;
}

.page-estimate .p-card-next input[type="checkbox"] {
  min-width: 0;
  width: 16px;
  height: 16px;
  margin: 0;
  margin-right: 4px;
  margin-top: -4px;
}

.page-estimate .p-block-order-estimate--card select[name="card_method"] {
  margin-left: 0px;
  min-width: 140px;
  width: 140px;
}

.page-estimate .p-block-order-estimate--card select[name="card_divide"] {
  margin-left: 0px;
  min-width: 140px;
  width: 140px;
}

.page-estimate .p-block-order-estimate--card .form-control > span {
  font-weight: 700;
  padding-top: 8px;
  display: inline-block;
}

.page-estimate .p-block-order-estimate--card .form-control select {
  margin-top: -1px;
}

.page-estimate span.p-help-txt {
  display: inline-block;
  font-weight: 400 !important;
  vertical-align: bottom;
  font-size: 14px;
}

.page-estimate .block-order-estimate--pay-card-method {
  padding-bottom: 30px;
}

.page-estimate .fieldset .constraint {
  background-color: transparent;
}

.form-group.block-order-estimate--pay-card-brand {
  border-top: none;
}

.block-order-estimate--address-frame .block-order-estimate--dest-address-change-dest-btn {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  padding: 0 8px;
}

.block-order-estimate--address-frame .block-order-estimate--dest-address-change-btn {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  padding: 0 8px;
}

.block-order-estimate--address-frame .block-order-estimate--dest-address-item-buttons {
  height: 40px;
}

.block-order-estimate--address-frame .block-order-estimate--dest-address-register-btn {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 8px;
  margin: 0 auto;
  width: 100%;
}

.block-order-estimate--novelty-list li {
  float: none;
  clear: both;
  width: 100%;
}

.block-order-estimate--novelty-item-image figure {
  background-color: transparent;
}

.block-order-estimate--pay-input {
  margin-bottom: 90px;
}

.block-order-estimate--pay-input select {
  width: 100%;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.block-order-estimate--pay-header {
  margin: 0;
}

.block-order-estimate--novelty-content__notice {
  font-size: 14px;
  letter-spacing: 0.00em;
  line-height: 1.5;
  margin-bottom: 12px;
}

.block-order-estimate--side-area {
  width: 460px;
  margin-bottom: 30px;
}

.block-order-estimate--side-contents {
  width: 400px;
  margin-left: 60px;
}

.block-order-estimate--content {
  width: 740px;
  margin-bottom: 90px;
}

.p-block-order-estimate--content-top {
  margin-bottom: 40px;
}

.p-block-order-estimate--content-top h1 {
  margin-bottom: 20px;
}

.p-block-order-estimate--content-top-txt1 {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.00em;
  line-height: 1.72;
}

.p-block-order-estimate--content-top-txt2 {
  font-size: 16px;
  color: #013893;
  letter-spacing: 0.00em;
  font-weight: 700;
  line-height: 1.72;
}

.p-estimate-prices-row {
  border: 1px solid #dcdcdc;
  margin-top: -1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.p-estimate-prices-row.is-subtotal {
  background-color: #F4F4F4;
}

.p-estimate-prices-row.is-total {
  margin-top: 10px;
  background-color: #F4F4F4;
}

.p-estimate-prices-row.is-total .p-estimate-prices-th {
  font-size: 16px;
}

.p-estimate-prices-row.is-total .p-estimate-prices-td {
  font-size: 26px;
  color: #013893;
}

.p-estimate-prices-row.is-notice {
  border: none;
}

.p-estimate-prices-td,
.p-estimate-prices-th {
  padding: 10px 12px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-size: 14px;
}

.p-estimate-prices-th {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1  auto;
      -ms-flex: 1 1  auto;
          flex: 1 1  auto;
  font-size: 14px;
  color: #000000;
  font-weight: 700;
  letter-spacing: 0.00em;
  line-height: 1.5;
}

.p-estimate-prices-td {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  160px;
      -ms-flex: 0 0  160px;
          flex: 0 0  160px;
  padding-left: 0;
  text-align: right;
  font-size: 20px;
  color: #000000;
  font-weight: 600;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.p-estimate-prices-td.is-minus {
  color: #BE0000;
}

.p-estimate-prices-td > span:not(.u-unit) {
  margin-left: 4px;
}

.p-estimate-prices-notice {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.5;
  padding: 16px 0;
}

.block-order-estimate--goods-content {
  padding: 0;
}

.block-order-estimate--goods-list li {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.block-order-estimate--goods-list li:nth-child(n+2) {
  border-top: 1px solid #dcdcdc;
}

.block-order-estimate--goods-item-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  130px;
      -ms-flex: 0 0  130px;
          flex: 0 0  130px;
  max-width: 130px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 8px;
  padding-right: 20px;
  background-color: transparent;
}

.block-order-estimate--goods-item-image img {
  width: auto;
  height: auto;
  border: none;
}

.block-order-estimate--goods-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1  auto;
      -ms-flex: 1 1  auto;
          flex: 1 1  auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  float: none;
  position: relative;
}

.block-order-estimate--goods-item-name {
  font-size: 16px;
  padding-top: 25px;
  padding-bottom: 45px;
  padding-right: 30px;
}

.block-order-estimate--goods-item-code {
  font-weight: 400;
  font-size: 13px;
  position: absolute;
  bottom: 21px;
}

.p-block-order-estimate--goods-price-num {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  auto;
      -ms-flex: 0 0  auto;
          flex: 0 0  auto;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  padding: 10px 30px;
  font-size: 18px;
  text-align: center;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.p-block-order-estimate--goods-price-num-label {
  font-size: 12px;
}

.p-block-order-estimate--goods-price-num-val {
  font-size: 20px;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.block-order-estimate--amt {
  text-align: right;
  margin: 0;
}

.block-order-estimate--goods-price-items {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  auto;
      -ms-flex: 0 0  auto;
          flex: 0 0  auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  padding: 10px 22px;
  padding-right: 12px;
  font-size: 18px;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: right;
  /* 2021.06.04 明細金額の枠幅の固定化 */
  width: 120px;
  max-width: 120px;
}

.p-block-order-estimate--bottom {
  padding-top: 1px;
  margin-top: 50px;
  float: none;
  clear: both;
}

.p-campaign-select {
  background-color: #F4F4F4;
  padding: 40px 30px 40px;
  margin-bottom: 60px;
  margin-top: 50px;
}

.p-campaign-select-txt1 {
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 10px;
}

.p-campaign-select-txt2 {
  font-size: 18px;
  color: #BE0000;
  font-weight: 700;
  margin-bottom: 20px;
}

.p-campaign-select-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row center;
      -ms-flex-flow: row center;
          flex-flow: row center;
  background-color: #ffffff;
  padding: 12px 26px;
  border: 1px solid #dcdcdc;
  margin-top: -1px;
}

.p-campaign-select-list-item-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row center;
      -ms-flex-flow: row center;
          flex-flow: row center;
  margin-left: 20px;
}

.p-campaign-select-list-item-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  70px;
      -ms-flex: 0 0  70px;
          flex: 0 0  70px;
  max-width: 70px;
  margin-right: 20px;
}

.p-campaign-select-list-item-txt {
  font-size: 16px;
  color: #000000;
  font-weight: 700;
}

.p-block-estimaete--host,
.block-order-estimate--comment,
.p-block-estimaete--payment,
.p-block-estimaete--dest {
  margin-bottom: 70px;
}

.block-order-estimate--comment-content {
  padding: 0;
  border: none;
}

.block-order-estimate--comment-content textarea {
  height: 120px;
}

.block-order-estimate--container {
  overflow: visible;
}

.p-order-estimate-procedure {
  position: relative;
  z-index: 1;
  padding: 90px 0;
}

.p-order-estimate-procedure:before {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  min-width: 1260px;
  width: 100vw;
  height: 100%;
  background-color: #F4F4F4;
  -webkit-transform: translate3d(-50vw, 0, 0) rotate(0deg);
          transform: translate3d(-50vw, 0, 0) rotate(0deg);
}

@media only screen and (max-width: 1260px) {
  .p-order-estimate-procedure:before {
    -webkit-transform: translate3d(-630px, 0, 0) rotate(0deg);
            transform: translate3d(-630px, 0, 0) rotate(0deg);
  }
}

.p-order-estimate-procedure-tit {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.p-order-estimate-procedure-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.72;
  margin-bottom: 40px;
}

.p-order-estimate-procedure-textarea {
  margin-bottom: 30px;
}

.p-order-estimate-procedure-textarea textarea {
  padding: 40px 40px;
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
}

.p-order-estimate-procedure-textarea textarea:disabled {
  /* ios向け */
  -webkit-text-fill-color: #000000;
  opacity: 1;
}

.p-order-estimate-procedure-textarea textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #dcdcdc;
}

.p-order-estimate-procedure-txt-next {
  margin-bottom: 30px;
  text-align: center;
}

.p-block-order-estimate--card {
  margin-bottom: 70px;
}

.p-block-order-estimate--card .tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.p-block-order-estimate--card .tab {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  50%;
      -ms-flex: 0 0  50%;
          flex: 0 0  50%;
  max-width: 50%;
  padding: 22px 20px;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  position: relative;
  border: 1px solid #dcdcdc;
  -webkit-transition: background 300ms  ease-out 0ms;
  transition: background 300ms  ease-out 0ms;
}

.p-block-order-estimate--card .tab:nth-child(n+2) {
  border-left: none;
}

.p-block-order-estimate--card .tab.is-active {
  background-color: #f4f4f4;
  border-bottom: none;
}

.p-block-order-estimate--card .tab.is-active:before {
  background-color: #000;
}

.p-block-order-estimate--card .tab input {
  vertical-align: middle;
  margin-top: -2px;
}

.p-block-order-estimate--card .tab-body {
  background-color: #f4f4f4;
  display: none;
  border: 1px solid #dcdcdc;
  border-top: none;
  border-bottom: none;
  padding: 30px 0px 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-animation: anim-tab-body 300ms ease-out 0ms 1 normal forwards;
          animation: anim-tab-body 300ms ease-out 0ms 1 normal forwards;
}

/* 2021.05.18 ecbeing追加 カード情報入力欄のborder-topの指定 */
.p-block-order-estimate--card .tab-body.tab-body--other-only {
  border-top: 1px solid #dcdcdc;
}

.p-block-order-estimate--card .tab-body.is-active {
  background-color: #f4f4f4;
  display: block;
}

.p-block-order-estimate--card .tab-body input[type="text"],
.p-block-order-estimate--card .tab-body input, .p-block-order-estimate--card .tab-body select {
  background-color: #ffffff;
  border: 1px solid #013893;
  width: 40%;
  min-width: 40%;
  margin-right: 20px;
  margin-left: 0px;
}

@keyframes anim-tab-body {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.p-block-order-estimate--card .block-order-estimate--pay-input {
  margin: 0;
  border: none;
}

.p-block-order-estimate--card .fieldset.block-order-estimate--pay-input,
.p-block-order-estimate--card .form-group.block-order-estimate--pay-card-brand,
.p-block-order-estimate--card .block-order-estimate--pay-input .form-group .form-label {
  background-color: transparent;
}

.p-block-estimaete--amazon {
  margin-bottom: 90px;
}

.p-block-estimaete--amazon .p-block-estimaete--amazon-content-txt {
  padding-top: 10px;
  margin-bottom: 20px;
  line-height: 2.0;
}

.p-block-estimaete--amazon .p-block-estimaete--amazon-content-form-check {
  margin-bottom: 20px;
  font-weight: 700;
}

.p-block-estimaete--amazon .p-block-estimaete--amazon-content-form-check input {
  margin-top: -2px;
}

.p-block-estimaete--amazon .fieldset {
  border: 1px solid #dcdcdc;
}

.p-block-estimaete--amazon .form-group.block-member-info--pwd {
  border-bottom: none !important;
}

.page-entry h1 {
  margin-bottom: 0px;
}

.page-entry .fieldset {
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}

.page-entry .fieldset .form-group:first-child {
  border-top: 1px solid #dcdcdc;
}

.page-entry .fieldset .form-control {
  padding-right: 20px;
}

.page-entry .block-member-info--mailnews .form-control,
.page-entry .block-member-info--use-spoofing-protection .form-control {
  padding-top: 30px;
}

.page-entry .legend {
  border: none;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 50px;
  margin-bottom: 0px;
}

.page-entry input[name="zip"] {
  width: 15% !important;
}

.page-entry input[name="tel11"],
.page-entry input[name="tel12"],
.page-entry input[name="tel13"] {
  width: 15%;
  margin-left: 10px;
  margin-right: 4px;
}

.page-entry input[name="tel11"]:first-child,
.page-entry input[name="tel12"]:first-child,
.page-entry input[name="tel13"]:first-child {
  margin-left: 0px;
}

.page-entry select[name="yy_birth"],
.page-entry select[name="mm_birth"],
.page-entry select[name="dd_birth"] {
  width: 15%;
  min-width: 0;
  margin-left: 10px;
  margin-right: 4px;
}

.page-entry select[name="yy_birth"]:first-child,
.page-entry select[name="mm_birth"]:first-child,
.page-entry select[name="dd_birth"]:first-child {
  margin-left: 0px;
}

.page-entry input[name="kana"],
.page-entry input[name="name"] {
  max-width: 0;
  width: 49%;
}

.page-entry .block-member-info input[name="name"],
.page-entry .block-member-info input[name="name2"],
.page-entry .block-member-info input[name="kana"],
.page-entry .block-member-info input[name="kana2"] {
  max-width: 100%;
  width: 49%;
}

.page-entry .block-member-info input[name="name2"],
.page-entry .block-member-info input[name="kana2"] {
  margin-left: 1%;
}

.page-entry input[name="zip"] {
  width: 49%;
}

.page-entry input[name="addr"],
.page-entry input[name="addr3"],
.page-entry input[name="addr2"] {
  margin-bottom: 20px;
}

.page-entry select[name="pref"] {
  margin-bottom: 20px;
}

.page-bizentry h1 {
  margin-bottom: 0px;
}

.page-bizentry .fieldset {
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}

.page-bizentry .fieldset .form-group:first-child {
  border-top: 1px solid #dcdcdc;
}

.page-bizentry .fieldset .form-control {
  padding-right: 20px;
}

.page-bizentry .legend {
  border: none;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 50px;
  margin-bottom: 0px;
}

.page-bizentry input[name="zip"] {
  width: 15% !important;
}

.page-bizentry input[name="tel11"],
.page-bizentry input[name="tel12"],
.page-bizentry input[name="tel13"] {
  width: 15%;
  margin-left: 10px;
  margin-right: 4px;
}

.page-bizentry input[name="tel11"]:first-child,
.page-bizentry input[name="tel12"]:first-child,
.page-bizentry input[name="tel13"]:first-child {
  margin-left: 0px;
}

.page-bizentry select[name="yy_birth"],
.page-bizentry select[name="mm_birth"],
.page-bizentry select[name="dd_birth"] {
  width: 15%;
  min-width: 0;
  margin-left: 10px;
  margin-right: 4px;
}

.page-bizentry select[name="yy_birth"]:first-child,
.page-bizentry select[name="mm_birth"]:first-child,
.page-bizentry select[name="dd_birth"]:first-child {
  margin-left: 0px;
}

.page-bizentry input[name="kana"],
.page-bizentry input[name="name"] {
  max-width: 0;
  width: 49%;
}

.page-bizentry .block-member-info input[name="app_name"],
.page-bizentry .block-member-info input[name="app_name2"],
.page-bizentry .block-member-info input[name="app_kana"],
.page-bizentry .block-member-info input[name="app_kana2"],
.page-bizentry .block-member-info input[name="rep_name"],
.page-bizentry .block-member-info input[name="rep_name2"],
.page-bizentry .block-member-info input[name="rep_kana"],
.page-bizentry .block-member-info input[name="rep_kana2"] {
  max-width: 100%;
  width: 49%;
}

.page-bizentry .block-member-info input[name="app_name2"],
.page-bizentry .block-member-info input[name="app_kana2"],
.page-bizentry .block-member-info input[name="rep_name2"],
.page-bizentry .block-member-info input[name="rep_kana2"] {
  margin-left: 1%;
}

.page-bizentry input[name="zip"] {
  width: 49%;
}

.page-bizentry input[name="addr"],
.page-bizentry input[name="addr3"],
.page-bizentry input[name="addr2"] {
  margin-bottom: 20px;
}

.page-bizentry select[name="pref"] {
  margin-bottom: 20px;
}


.block-member-info-confirmation {
  position: relative;
}

.block-member-info-confirmation--login-state-saving {
  margin-top: 30px;
}

.page-customer .fieldset .form-group:first-child {
  border-top: none;
}

.block-member-info-confirmation--message-member-info {
  margin-bottom: 30px;
}

.block-member-info-confirmation h1 {
  margin-bottom: 30px;
}

.block-member-info-confirmation .fieldset .form-label {
  background-color: #f4f4f4;
  border-right: 1px solid #dcdcdc;
}

.block-member-info-confirmation .constraint {
  display: none;
}

.block-member-info-confirmation .form-control {
  padding: 18px 30px 18px;
}

.block-member-info-confirmation .form-label {
  width: 29%;
  padding: 18px 30px 18px;
}

.block-member-info-completed {
  padding-top: 120px;
}

.block-member-info-completed--message {
  font-size: 20px;
  text-align: center;
  line-height: 1.72;
  margin-bottom: 50px;
}

.block-member-info-completed--message-l {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 28px;
}

.block-member-info-completed-img {
  width: 593px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.page-customerror {
  margin: 0;
  padding: 0;
  min-width: 0;
}

.page-customerror > .wrapper {
  min-width: 0;
}

.page-customerror .container {
  min-width: 0;
}

@media (max-width: 959px) {
  .page-customerror .container {
    padding: 0 3.125%;
  }
}

.page-customerror .pane-contents {
  padding: 0;
  padding-bottom: 120px;
  min-height: calc(100vh - 260px);
}

@media (max-width: 959px) {
  .page-customerror .pane-contents {
    padding-bottom: 60px;
    min-height: calc(100vh - 120px);
  }
}

.pane-error-header__bg {
  background-color: #1E1E1E;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  height: 90px;
}

@media (max-width: 959px) {
  .pane-error-header__bg {
    height: 60px;
  }
}

.pane-error-header-logo {
  width: 380px;
}

@media (max-width: 959px) {
  .pane-error-header-logo {
    width: 200px;
  }
}

.pane-error-header-logo img {
  display: block;
}

.block-custom-error {
  text-align: center;
  padding-top: 120px;
}

@media (max-width: 959px) {
  .block-custom-error {
    padding-top: 60px;
  }
}

.block-custom-error-code {
  font-size: 70px;
  color: #013893;
  font-weight: 600;
  line-height: 1.0;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 5px;
}

@media (max-width: 959px) {
  .block-custom-error-code {
    font-size: 50px;
  }
}

.block-custom-error-codetxt {
  font-size: 20px;
  color: #B4B4B4;
  font-weight: 600;
  line-height: 1.0;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

@media (max-width: 959px) {
  .block-custom-error-codetxt {
    font-size: 15px;
  }
}

.block-custom-error--title {
  font-size: 32px;
  font-weight: 700;
  margin-top: 26px;
  margin-bottom: 26px;
}

@media (max-width: 959px) {
  .block-custom-error--title {
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.block-custom-error--message {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.82;
}

@media (max-width: 959px) {
  .block-custom-error--message {
    font-size: 14px;
  }
}

.block-custom-error--message-emp {
  font-weight: 700;
  color: #013893;
}

.block-custom-error--history-back {
  position: relative;
  display: block;
  line-height: 70px;
  width: 320px;
  height: 70px;
  background-color: #013893;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 300ms  ease-out 0ms;
  transition: all 300ms  ease-out 0ms;
  margin: 0 auto;
  margin-top: 70px;
}

@media (max-width: 959px) {
  .block-custom-error--history-back {
    width: 325px;
    max-width: 100%;
    font-size: 16px;
    height: 55px;
    line-height: 55px;
    margin-top: 50px;
  }
}

.pane-error-footer {
  background-color: #1E1E1E;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  height: 180px;
}

@media (max-width: 959px) {
  .pane-error-footer {
    height: 120px;
  }
}

.pane-error-footer .footer__inner {
  padding: 0;
}

.pane-error-footer-logo {
  width: 320px;
  margin-bottom: 30px;
}

@media (max-width: 959px) {
  .pane-error-footer-logo {
    width: 200px;
    margin-bottom: 20px;
  }
}

.pane-error-footer-logo img {
  display: block;
}

.pane-error-footer-copy {
  font-size: 11px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.0;
  text-align: center;
}

.block-login--member-info-items .fieldset .form-control {
  padding: 18px 0;
}

.block-login--member-info-items .form-group {
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-top: none;
  border-bottom: 1px solid #dcdcdc;
}

.block-login--member-info-items .form-group:first-child {
  border-top: 1px solid #dcdcdc;
}

.block-login--member-info-items .form-group:first-child {
  border-top: 1px solid #dcdcdc !important;
}

.block-login--member-info-items .form-control {
  padding-right: 20px;
}

.block-login--member-info-items .block-member-info--mailnews .form-control,
.block-login--member-info-items .block-member-info--use-spoofing-protection .form-control {
  padding-top: 30px;
}

.page-login input[name="s_kana"],
.page-login input[name="s_name"] {
  width: 49%;
}

.page-login input[name="s_kana2"],
.page-login input[name="s_name2"] {
  width: 49%;
  margin-left: 1%;
}

.page-login input[name="s_zip"] {
  width: 49%;
}

.page-login input[name="s_addr"],
.page-login input[name="s_addr3"],
.page-login input[name="s_addr2"] {
  margin-bottom: 20px;
}

.page-login select[name="s_pref"] {
  margin-bottom: 20px;
}

.block-login--body {
  margin-left: auto;
  margin-right: auto;
}

.block-login--first-time {
  margin-top: 70px;
}

.common_headline2_area_ {
  font-weight: 700;
}

.block-login--member {
  background-color: #F4F4F4;
  border: 1px solid #dcdcdc;
}

.login-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  position: relative;
  z-index: 2;
  margin-bottom: -1px;
}

.login-tabs:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 1px;
  left: 50%;
  width: 100vw;
  height: 1px;
  background-color: #dcdcdc;
  -webkit-transform: translate3d(-50vw, 0, 0) rotate(0deg);
          transform: translate3d(-50vw, 0, 0) rotate(0deg);
}

.login-tabs-item {
  cursor: pointer;
  position: relative;
  z-index: -2;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  50%;
      -ms-flex: 0 0  50%;
          flex: 0 0  50%;
  max-width: 50%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 18px;
  color: #969696;
  font-weight: 700;
  background-color: #F4F4F4;
  border: 1px solid #dcdcdc;
  border-bottom: none;
}

.login-tabs-item.is-active {
  cursor: default;
  pointer-events: none;
  color: #013893;
  background-color: #fff;
  z-index: 1;
}

.login-tabs-item.is-active.login-tabs-item--login {
  color: #013893;
  background-color: #fff;
}

.login-tabs-item.is-active.login-tabs-item--entry.is-active {
  color: #AD956E;
  background-color: #FFFDFA;
}

.login-tabs-item:nth-child(n+2) {
  border-left: none;
}

.p-login-sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.p-login-sec-row {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  50%;
      -ms-flex: 0 0  50%;
          flex: 0 0  50%;
  max-width: 50%;
  position: relative;
  padding-top: 70px;
}

.p-login-sec-row .block-login--member-body .block-login--input-items {
  margin-top: 60px;
}

.p-login-sec-row .block-login--member-body .fieldset .form-group.block-login--uid,
.p-login-sec-row .block-login--member-body .fieldset .form-group.block-login--pwd {
  display: block;
  padding: 0 50px;
}

.p-login-sec-row .block-login--member-body .fieldset .form-label {
  display: block;
  padding: 0;
  margin: 0;
  margin-bottom: 16px;
}

.p-login-sec-row .block-login--member-body .form-control {
  display: block;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}

.p-login-sec-row-tit {
  font-size: 20px;
  font-weight: 700;
  line-height: 70px;
  height: 70px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.p-login-sec-row-content {
  height: 100%;
}

.p-login-amazon {
  height: 100%;
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  border-left: none;
  padding-top: 110px;
}

.p-login-amazon-txt1 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.72;
  margin-bottom: 80px;
}

.p-login-amazon-btn {
  display: block;
  width: 300px;
  margin: 0 auto;
}

.p-login-tab-contents .tab-body {
  display: none;
  -webkit-transform: translate3d(0, -10px, 0) rotate(0deg);
          transform: translate3d(0, -10px, 0) rotate(0deg);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-animation: anim-p-login-tab-contents 300ms ease-out 0ms 1 normal forwards;
          animation: anim-p-login-tab-contents 300ms ease-out 0ms 1 normal forwards;
}

.p-login-tab-contents .tab-body.is-active {
  display: block;
}

@-webkit-keyframes anim-p-login-tab-contents {
  0% {
    -webkit-transform: translate3d(0, -10px, 0) rotate(0deg);
            transform: translate3d(0, -10px, 0) rotate(0deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
            transform: translate3d(0, 0, 0) rotate(0deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes anim-p-login-tab-contents {
  0% {
    -webkit-transform: translate3d(0, -10px, 0) rotate(0deg);
            transform: translate3d(0, -10px, 0) rotate(0deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
            transform: translate3d(0, 0, 0) rotate(0deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.p-membership {
  position: relative;
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 90px;
}

.p-membership:before {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-color: #FFFDFA;
  -webkit-transform: translate3d(-50vw, 0, 0) rotate(0deg);
          transform: translate3d(-50vw, 0, 0) rotate(0deg);
}

.p-membership-tit-icon {
  width: 45px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.p-membership-tit {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.p-membership-tit-sub {
  font-size: 16px;
  text-align: center;
}

.p-membership-rows {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.p-membership-row {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  50%;
      -ms-flex: 0 0  50%;
          flex: 0 0  50%;
  max-width: 50%;
  background-color: #ffffff;
  padding: 30px 30px;
  border: 1px solid #dcdcdc;
  margin-left: -1px;
  margin-top: -1px;
}

.p-membership-row.p-membership-row--cart .p-membership-row-head-icon {
  width: 52px;
}

.p-membership-row.p-membership-row--coupon .p-membership-row-head-icon {
  width: 42px;
}

.p-membership-row-head {
  position: relative;
  padding-top: 1px;
  padding-bottom: 1px;
  height: 130px;
  padding-top: 86px;
  background-color: #AD956E;
  text-align: center;
  margin-bottom: 20px;
}

.p-membership-row-head-icon {
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 35px;
  margin: 0 auto;
  -webkit-transform: translate3d(0, 10px, 0) rotate(0deg);
          transform: translate3d(0, 10px, 0) rotate(0deg);
}

.p-membership-row-head-tit {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  100%;
      -ms-flex: 0 0  100%;
          flex: 0 0  100%;
  max-width: 100%;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.00em;
}

.p-membership-row-pan {
  margin-bottom: 10px;
  background-color: #F4F4F4;
  padding: 16px 20px 12px;
  line-height: 1.72;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-membership-row-pan .u-normal {
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-top: 14px;
}

.p-membership-row-pan .u-l {
  font-size: 20px;
}

.p-membership-row-pan .u-emp {
  color: #BE0000;
}

.p-membership-row-pan .u-num {
  font-size: 24px;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  display: inline-block;
  vertical-align: baseline;
  letter-spacing: 0.02em;
  position: relative;
  top: 2px;
  margin: 0;
  line-height: 1.0;
}

.p-membership-row-note {
  margin-top: 26px;
  font-size: 14px;
}

.p-membership-row-pan.is-p-membership-row-pan--point1 {
  padding-top: 40px;
  padding-bottom: 38px;
}

.p-membership-row-pan-point-img {
  width: 32px;
  margin: 0 auto;
  margin-bottom: 12px;
}

.p-membership-row-txt1 {
  text-align: center;
  margin-top: 35px;
}

.p-membership-row-note__point1 {
  text-align: center;
}

.p-membership-row-note__point1-txt1 {
  font-size: 22px;
  color: #BE0000;
  font-weight: 700;
  margin-top: 18px;
}

.p-membership-row-note__point1-txt2 {
  font-size: 14px;
  margin-top: 12px;
}

.p-login-entry-desc {
  position: relative;
  z-index: 1;
  padding-top: 90px;
  padding-bottom: 90px;
}

.p-login-entry-desc:before {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-color: #f4f4f4;
  -webkit-transform: translate3d(-50vw, 0, 0) rotate(0deg);
          transform: translate3d(-50vw, 0, 0) rotate(0deg);
}

.p-login-entry-desc-tit {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

.p-login-entry-desc-tit-free {
  text-align: center;
  font-size: 32px;
  color: #BE0000;
  font-weight: 700;
  margin-bottom: 30px;
}

.p-login-entry-desc-tit-free > span {
  padding-bottom: 4px;
  display: inline-block;
  border-bottom: 2px solid #BE0000;
}

.p-login-entry-desc-txt {
  font-size: 16px;
  color: #000000;
  text-align: center;
  margin-bottom: 30px;
}

.p-login-entry-desc-textarea {
  margin-bottom: 20px;
}

.p-login-entry-desc-textarea textarea {
  height: 320px;
  background-color: #ffffff;
  padding: 30px 30px;
  font-size: 12px;
  color: #000000;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.5;
}

.c-btn.p-login-entry-desc-back-btn {
  background-color: #ffffff;
  color: #666666;
  border: 1px solid #dcdcdc;
}

.c-btn.p-login-entry-desc-btn {
  background-color: #BE0000;
  border: 1px solid #BE0000;
}

.p-login-sec {
  padding-top: 60px;
}

/*============================
#login_pwd
============================*/
/*============================
#loginstatesaving
============================*/
.block-inquiry-history-detail--customer-name,
.block-credit-card-confirmation--customer-name,
.block-credit-card-confirmation--customer-name,
.block-purchase-history-detail--customer-name,
.block-coupon-list--customer-name,
.block-member-password--customer-name,
.block-shipping-address--customer-name,
.block-bizdest--customer-name,
.block-purchase-history--customer-name,
.block-bizuserlist-list--customer-name,
.block-regular-purcharse-list--customer-name,
.block-shipping-address-confirmation--customer-name,
.block-mail-address--customer-name,
.block-favorite--customer-name,
.block-questionnaire--customer-name,
.block-arrival-notice-list--customer-name,
.block-inquiry-history-detail--customer-name,
.block-inquiry-history--customer-name,
.block-arrival-notice-list--customer-name,
.block-member-info--customer-name,
.block-purchase-history-detail--customer-name,
.block-bookmarkgroup--customer-name,
.block-regular-purcharse-cancellation--customer-name,
.block-withdrawal--customer-name,
.block-mail-news--customer-name,
.block-member-info-confirmation--customer-name,
.block-inquiry-history-detail--customer-name,
.block-inquiry-history--customer-name,
.block-arrival-notice-list--customer-name,
.block-member-info--customer-name {
  margin: 10px 0;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 0;
  width: auto !important;
  float: none !important;
}

/* &mdash;&mdash;&mdash;-会員規約画面---- */
h1.block-member-terms--header,
.block-member-terms--header {
  margin: 0 0 20px;
  border: none;
}

.block-member-terms--body {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}

/* &mdash;&mdash;&mdash;-マイページ画面---- */
.block-mypage--customer-status {
  display: block;
  background: #013893;
  border: 1px solid #013893;
  font-weight: 700;
  color: #fff;
  margin-bottom: 80px;
  padding-top: 15px;
  padding-bottom: 0;
}

.block-mypage--sign {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  padding: 16px 0 0;
  border: none;
}

.block-mypage--mypoint {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  font-size: 20px;
  padding: 10px 0 35px;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.block-mypage--barcode {
  background-color: #ffffff;
  padding-top: 35px;
  padding-bottom: 35px;
}

.block-mypage--barcode-img {
  width: 500px;
  margin: 0 auto;
}

.block-mypage--rank-status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.block-mypage--rank-condition dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.block-mypage--customer-name {
  margin-bottom: 15px;
}

.block-mypage--logout {
  font-size: 16px;
}

.block-mypage--mypoint-duedate {
  font-size: 16px;
  font-weight: 400;
}

.block-mypage--logout a {
  color: #fff;
  text-decoration: underline;
}

.block-mypage--mypoint-duedate {
  display: block;
}

.block-mypage--rank-info {
  border: #fff 1px solid;
  text-align: center;
  padding: 12px 18px 13px;
}

.block-mypage--rank-title {
  font-size: 12px;
}

.block-mypage--rank-name {
  font-size: 14px;
}

.block-mypage--rank-condition {
  padding: 0 10px 0 17px;
}

.block-mypage--rank-condition-1 {
  margin-bottom: 2px;
}

.block-mypage--rank-condition-1-title,
.block-mypage--rank-condition-2-title {
  background: #fff;
  color: #444;
  text-align: center;
  padding: 1px 5px;
  border-radius: 2px;
  font-size: 12px;
  margin-right: 5px;
}

.block-mypage--rank-condition-1-title i,
.block-mypage--rank-condition-2-title i {
  padding-right: 3px;
}

.block-mypage--customer-barcode {
  text-align: center;
  padding: 10px;
}

.block-mypage--customer-barcode #customer_barcode_ > div {
  margin: 0 auto;
}

.block-mypage--recommend {
  padding: 10px;
  text-align: right;
}

.block-mypage--recommend a {
  text-decoration: underline;
}

.block-mypage .block-mypage--biz-info,
.block-mypage .block-mypage--shopping-info,
.block-mypage .block-mypage--member-info,
.block-mypage .block-mypage--inquiry-info,
.block-mypage .block-mypage--snssync-info {
  position: relative;
  font-size: 22px;
  padding: 0;
  background: #fff;
  padding-left: 44px;
}

.block-mypage--biz-info i,
.block-mypage--shopping-info i,
.block-mypage--member-info i,
.block-mypage--inquiry-info i,
.block-mypage--snssync-info i {
  padding: 0;
}

.block-mypage--biz-info i:before,
.block-mypage--shopping-info i:before,
.block-mypage--member-info i:before,
.block-mypage--inquiry-info i:before,
.block-mypage--snssync-info i:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  width: 32px;
  height: 32px;
  -webkit-transform: translate3d(0, -50%, 0) rotate(0deg);
          transform: translate3d(0, -50%, 0) rotate(0deg);
}

.block-mypage--biz-info i:before {
  background: url("../../img/usr/mypage/tit_icon_biz.png") no-repeat center center/contain;
}

.block-mypage--shopping-info i:before {
  background: url("../../img/usr/mypage/tit_icon_cart.png") no-repeat center center/contain;
}

.block-mypage--member-info i:before {
  background: url("../../img/usr/mypage/tit_icon_my.png") no-repeat center center/contain;
}

.block-mypage--inquiry-info i:before {
  background: url("../../img/usr/mypage/tit_icon_contact.png") no-repeat center center/contain;
}

.block-mypage--snssync-info i {
  display: none;
}

.block-mypage--snssync-info i:before {
  background: url("../../img/usr/mypage/tit_icon_com.png") no-repeat center center/contain;
}

.block-mypage--biz-info i:before {
  background: url("../../img/usr/mypage/tit_icon_biz.png") no-repeat center center/contain;
}

.block-mypage--biz-info-items,
.block-mypage--shopping-info-items,
.block-mypage--member-info-items,
.block-mypage--inquiry-info-items,
.block-mypage--snssync-info-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 60px;
}

.block-mypage--biz-info-items li,
.block-mypage--shopping-info-items li,
.block-mypage--member-info-items li,
.block-mypage--inquiry-info-items li,
.block-mypage--snssync-info-items li {
  width: 285px;
  max-width: 285px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: none;
  margin: 0 0 20px 20px;
  font-size: 14px;
}

.block-mypage--biz-info-items li:nth-of-type(3n+1),
.block-mypage--shopping-info-items li:nth-of-type(3n+1),
.block-mypage--member-info-items li:nth-of-type(3n+1),
.block-mypage--inquiry-info-items li:nth-of-type(3n+1),
.block-mypage--snssync-info-items li:nth-of-type(3n+1) {
  margin-left: 20px;
}

.block-mypage--biz-info-items li:nth-of-type(4n+1),
.block-mypage--shopping-info-items li:nth-of-type(4n+1),
.block-mypage--member-info-items li:nth-of-type(4n+1),
.block-mypage--inquiry-info-items li:nth-of-type(4n+1),
.block-mypage--snssync-info-items li:nth-of-type(4n+1) {
  margin-left: 0;
}

.block-mypage--biz-info-items li dt,
.block-mypage--shopping-info-items li dt,
.block-mypage--member-info-items li dt,
.block-mypage--inquiry-info-items li dt,
.block-mypage--snssync-info-items li dt {
  border-bottom: none;
  display: block;
}

.block-mypage--biz-info-items li dd,
.block-mypage--shopping-info-items li dd,
.block-mypage--member-info-items li dd,
.block-mypage--inquiry-info-items li dd,
.block-mypage--snssync-info-items li dd {
  border: 1px solid #dcdcdc;
  min-height: 84px;
  display: none;
}

.block-mypage--biz-info-items li dt a,
.block-mypage--shopping-info-items li dt a,
.block-mypage--member-info-items li dt a,
.block-mypage--inquiry-info-items li dt a,
.block-mypage--snssync-info-items li dt a {
  font-size: 16px;
  max-width: 390px;
  background: #F4F4F4;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  color: #000;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 26px 16px 23px;
}

.block-mypage--biz-info-items li dt i,
.block-mypage--shopping-info-items li dt i,
.block-mypage--member-info-items li dt i,
.block-mypage--inquiry-info-items li dt i,
.block-mypage--snssync-info-items li dt i {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  100%;
      -ms-flex: 0 0  100%;
          flex: 0 0  100%;
  max-width: 100%;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  height: 40px;
  margin: 0;
  margin-bottom: 12px;
  position: relative;
}

.block-mypage--biz-info-items li dt i:before,
.block-mypage--shopping-info-items li dt i:before,
.block-mypage--member-info-items li dt i:before,
.block-mypage--inquiry-info-items li dt i:before,
.block-mypage--snssync-info-items li dt i:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 36px;
  height: 36px;
  -webkit-transform: translate3d(0, -50%, 0) rotate(0deg);
          transform: translate3d(0, -50%, 0) rotate(0deg);
}

.block-mypage--biz-info-item-bizhistory i:before {
  background: url("../../img/usr/mypage/icon_bizhistory.png") no-repeat center center/contain;
}

.block-mypage--biz-info-item-bizestimatelist i:before {
  background: url("../../img/usr/mypage/icon_bizestimatelist.png") no-repeat center center/contain;
}

.block-mypage--biz-info-item-bizuserlist i:before {
  background: url("../../img/usr/mypage/icon_bizuserlist.png") no-repeat center center/contain;
}

.block-mypage--biz-info-item-bizdest i:before {
  background: url("../../img/usr/mypage/icon_bizdest.png") no-repeat center center/contain;
}

.block-mypage--shopping-info-item-purchase-history i:before {
  background: url("../../img/usr/mypage/icon_purchase-history.png") no-repeat center center/contain;
}

.block-mypage--shopping-info-item-order i:before {
  background: url("../../img/usr/mypage/icon_order.png") no-repeat center center/contain;
}

.block-mypage--shopping-info-item-regular-purchase i:before {
  background: url("../../img/usr/mypage/icon_regular-purchase.png") no-repeat center center/contain;
}

.block-mypage--shopping-info-item-coupon-list i:before {
  background: url("../../img/usr/mypage/icon_coupon-list.png") no-repeat center center/contain;
}

.block-mypage--shopping-info-item-store-coupon-list i:before {
  background: url("../../img/usr/mypage/icon_store-coupon-list.png") no-repeat center center/contain;
}

.block-mypage--shopping-info-item-point-history i:before {
  background: url("../../img/usr/mypage/icon_point-history.png") no-repeat center center/contain;
}

.block-mypage--shopping-info-item-bookmarkgroup i:before {
  background: url("../../img/usr/mypage/icon_bookmarkgroup.png") no-repeat center center/contain;
}

.block-mypage--shopping-info-item-estimatelist i:before {
  background: url("../../img/usr/mypage/icon_estimatelist.png") no-repeat center center/contain;
}

.block-mypage--shopping-info-item-favorite i:before {
  background: url("../../img/usr/mypage/icon_favorite.png") no-repeat center center/contain;
}

.block-mypage--shopping-info-item-arrival-notice-list i:before {
  background: url("../../img/usr/mypage/icon_arrival-notice-list.png") no-repeat center center/contain;
}

.block-mypage--member-info-item-udpate-member-info i:before {
  background: url("../../img/usr/mypage/icon_udpate-member-info.png") no-repeat center center/contain;
}

.block-mypage--member-info-item-credit-card-confirmation i:before {
  background: url("../../img/usr/mypage/icon_credit-card-confirmation.png") no-repeat center center/contain;
}

.block-mypage--member-info-item-update-mail-address i:before {
  background: url("../../img/usr/mypage/icon_update-mail-address.png") no-repeat center center/contain;
}

.block-mypage--member-info-item-update-address-book i:before {
  background: url("../../img/usr/mypage/icon_update-address-book.png") no-repeat center center/contain;
}

.block-mypage--member-info-item-create-address-book i:before {
  background: url("../../img/usr/mypage/icon_create-address-book.png") no-repeat center center/contain;
}

.block-mypage--member-info-item-update-password i:before {
  background: url("../../img/usr/mypage/icon_update-password.png") no-repeat center center/contain;
}

.block-mypage--member-info-item-mailnews i:before {
  background: url("../../img/usr/mypage/icon_mailnews.png") no-repeat center center/contain;
}

.block-mypage--inquiry-info-item-history i:before {
  background: url("../../img/usr/mypage/icon_inquiry-history.png") no-repeat center center/contain;
}

.block-mypage--inquiry-info-item-inquiry i:before {
  background: url("../../img/usr/mypage/icon_inquiry.png") no-repeat center center/contain;
}

.block-mypage--shopping-info-items li dt a:hover,
.block-mypage--member-info-items li dt a:hover,
.block-mypage--inquiry-info-items li dt a:hover,
.block-mypage--snssync-info-items li dt a:hover {
  text-decoration: none;
  color: #000;
}

.block-mypage--shopping-info-items li dd,
.block-mypage--member-info-items li dd,
.block-mypage--inquiry-info-items li dd,
.block-mypage--snssync-info-items li dd {
  padding: 20px 18px;
}

.block-mypage--withdrawal-link {
  margin-top: -40px;
  text-align: right;
  color: #000;
  padding-right: 0px;
}

.block-mypage--withdrawal-link a {
  color: #000;
  font-weight: 700;
}

.block-mypage--withdrawal {
  font-size: 14px;
  color: #999;
  text-decoration: underline;
}

.block-mypage--update-address-book {
  width: auto;
  height: auto;
  background: none;
  margin: 0;
  padding: 0;
}

/* SNS連動設定モーダル */
.modal--snssync-menu {
  width: 660px;
  margin: auto;
  overflow: hidden;
  zoom: 1;
}

.modal--snssync-menu .snslogin {
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  height: 50px;
  background-color: transparent;
  border: none;
}

.modal--snssync-menu .sns_logo {
  width: 40px;
  height: 38px;
  display: inline-block;
  vertical-align: middle;
  float: left;
}

.modal--snssync-menu .snslogin-contents {
  float: left;
}

.modal--snssync-menu-contents-facebook .sns_logo {
  background: #3b579d url(../../img/sys/snslogin/facebook.png) no-repeat;
  background-size: 40px 40px;
}

.modal--snssync-menu-contents-twitter .sns_logo {
  background: #55acee url(../../img/sys/snslogin/twitter.png) no-repeat;
  background-size: 40px 40px;
}

.modal--snssync-menu-contents-gplus .sns_logo {
  background: url(../../img/sys/snslogin/gplus.png) no-repeat;
  background-size: 45px 45px;
  background-position: center;
}

.modal--snssync-menu-contents-yahoo .sns_logo {
  background: #e61017 url(../../img/sys/snslogin/yahoo.png) no-repeat;
  background-size: 38px 38px;
  width: 38px;
  height: 38px;
  border: 1px solid #e61017;
}

.modal--snssync-menu-contents-line .sns_logo {
  background: #00b900 url(../../img/sys/snslogin/line.png) no-repeat;
  background-size: 40px 40px;
}

.modal--snssync-menu button:focus {
  outline: none;
}

.modal--snssync-menu:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}

.modal--snssync-menu .sns_word {
  width: 195px;
  height: 38px;
  line-height: 38px;
  float: left;
  text-align: left;
  padding: 0 10px;
  margin-left: 1px;
  border-left: solid 1px #ccc;
}

.modal--snssync-menu .snslogin_btn_width {
  width: 280px;
}

.modal--snssync-menu-contents-line .sns_word {
  border: solid 1px #00b900;
}

.modal--snssync-menu-contents-facebook .sns_word {
  border: solid 1px #3b579d;
}

.modal--snssync-menu-contents-twitter .sns_word {
  border: solid 1px #55acee;
}

.modal--snssync-menu-contents-gplus .sns_word {
  border: solid 1px #4285f4;
}

.modal--snssync-menu-contents-yahoo .sns_word {
  border: solid 1px #e61017;
}

.modal--snssync-menu-contents-line .snssync-release .sns_word {
  background: #00b900;
  color: #fff;
}

.modal--snssync-menu-contents-facebook .snssync-release .sns_word {
  background: #3b579d;
  color: #fff;
}

.modal--snssync-menu-contents-twitter .snssync-release .sns_word {
  background: #55acee;
  color: #fff;
}

.modal--snssync-menu-contents-gplus .snssync-release .sns_word {
  background: #de4f3e;
  color: #fff;
}

.modal--snssync-menu-contents-yahoo .snssync-release .sns_word {
  background: #e61017;
  color: #fff;
}

.modal--snssync-menu {
  margin: 15px;
}

/* マイページ用 > line友達登録用 */
.snslogin-line-friends .snslogin-line-friend-message {
  margin-bottom: 10px;
}

.snslogin-line-friends form {
  float: left;
}

.snslogin-line-friends .snslogin_btn_width {
  color: #fff;
  width: 160px;
  margin: 0 16px;
}

.snslogin-line-friends .snslogin-line-friend-sns_word {
  width: 100%;
  height: 40px;
  line-height: 40px;
  float: left;
  text-align: center;
  margin-left: 1px;
}

.snslogin-line-friend-yes .snslogin-line-friend-sns_word {
  background: #232323;
}

.snslogin-line-friend-no .snslogin-line-friend-sns_word {
  background: #9a9a9a;
}

/* &mdash;&mdash;&mdash;-会員登録画面---- */
.block-member-info--value-label {
  display: inline-block;
  width: 60px;
  text-align: center;
}

.block-member-info {
  position: relative;
}

/* &mdash;&mdash;&mdash;-アドレス帳の新規登録・変更画面---- */
.block-shipping-address--value-label {
  display: inline-block;
  width: 60px;
  text-align: center;
}

.block-shipping-address input[name="name"],
.block-shipping-address input[name="name2"],
.block-shipping-address input[name="kana"],
.block-shipping-address input[name="kana2"] {
  max-width: 100%;
  width: 49%;
}

.block-shipping-address--regular-delete-msg {
  text-align: center;
  padding-top: 10px;
}

/* &mdash;&mdash;&mdash;-会員登録確認画面---- */
.block-member-info-confirmation--login-state-saving {
  margin-top: 30px;
  text-align: center;
}

.block-member-info-confirmation--login-state-saving-message {
  margin-top: 30px;
  text-align: center;
}

/* &mdash;&mdash;&mdash;-ログイン画面---- */
.block-login--member-message {
  margin: 0 0 10px;
}

.block-login--input-items {
  width: auto;
  margin: 30px auto 10px;
}

.block-login--uid input,
.block-login--pwd input {
  width: 350px;
}

.block-login--login-state-saving {
  margin-top: 10px;
  text-align: center;
}

.block-login--login-state-saving label {
  text-align: center;
}

.block-login--login-state-saving-message {
  margin-top: 10px;
  text-align: center;
}

.block-login--uid .form-label,
.block-login--pwd .form-label,
.block-login--login-state-saving .form-label {
  width: 180px;
}

.block-login--login {
  margin-top: 10px;
  padding: 12px 0;
  font-size: 16px;
  width: 160px;
}

.block-login--ask-password {
  margin-top: 20px;
  text-align: center;
  text-decoration: underline;
  font-size: 16px;
}

.block-login--entry {
  margin-top: 10px;
  padding: 12px 0;
  font-size: 16px;
  width: 160px;
}

.block-login--first-time-body {
  overflow: hidden;
  background: #fff;
}

.block-login--first-time hr {
  margin-top: 20px;
  margin-bottom: 20px;
}

.block-login--member-body {
  display: table;
  width: 100%;
  overflow: hidden;
  background: none;
  margin: 0 0 40px;
  background-color: transparent;
}

.block-login--member-body .fieldset .form-label {
  background-color: transparent;
  padding-top: 35px;
  padding-left: 60px;
  width: 240px;
  font-size: 16px;
}

.block-login--member-body .action-buttons {
  margin-top: 0px;
}

.block-login--member-body .fieldset .form-group {
  border: none;
}

.block-login--member-body input[type="text"],
.block-login--member-body input[type="password"] {
  background-color: #ffffff;
  width: 100%;
  margin: 0;
  height: 60px;
}

.block-login--member-body .form-control {
  padding-right: 60px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.block-login--member-body .fieldset .form-label {
  padding-top: 30px;
}

.block-login--member-frame {
  display: table-cell;
}

.block-login--social-frame {
  display: table-cell;
  padding-left: 20px;
}

.block-login--amazon-body {
  display: table-cell;
  width: 480px;
}

.block-login--amazon-login {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.block-login--guest {
  margin-top: 10px;
  padding: 12px 0;
  font-size: 16px;
  width: 240px;
}

.block-login--member-info-value-label {
  display: inline-block;
  width: 60px;
  text-align: center;
}

/******************************/
.block-login--snslogin-body {
  width: 480px;
  padding: 15px 0;
  text-align: center;
  overflow: hidden;
  zoom: 1;
}

.block-login--snslogin-body:after {
  clear: both;
}

.block-login--snslogin-body ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 120px;
}

.block-login--snslogin-body ul li {
  float: left;
  width: 220px;
}

.block-login--snslogin-contents-btn {
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  width: 280px;
  height: 50px;
  background-color: transparent;
  border: none;
}

.block-login--snslogin-contents-btn button:focus {
  outline: none;
}

.block-login--snslogin-body .sns_logo {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  float: left;
}

.block-login--snslogin-contents-facebook .sns_logo {
  background: #3b579d url(../../img/sys/snslogin/facebook.png) no-repeat;
  background-size: 40px 40px;
}

.block-login--snslogin-contents-twitter .sns_logo {
  background: #55acee url(../../img/sys/snslogin/twitter.png) no-repeat;
  background-size: 40px 40px;
}

.block-login--snslogin-contents-gplus .sns_logo {
  background: url(../../img/sys/snslogin/gplus.png) no-repeat;
  background-size: 48px 48px;
  background-position: center;
}

.block-login--snslogin-contents-yahoo .sns_logo {
  background: #e61017 url(../../img/sys/snslogin/yahoo.png) no-repeat;
  background-size: 39px 39px;
  border: 1px solid #e61017;
  width: 41px;
  height: 40px;
}

.block-login--snslogin-contents-line .sns_logo {
  background: #00b900 url(../../img/sys/snslogin/line.png) no-repeat;
  background-size: 40px 40px;
}

.block-login--snslogin-body .sns_word {
  width: 190px;
  height: 40px;
  line-height: 40px;
  float: left;
  text-align: left;
  padding: 2px 6px;
  margin-left: 1px;
  border-left: solid 1px #ccc;
  font-size: 85%;
  color: #fff;
}

.block-login--snslogin-contents-line .sns_word {
  background: #00b900;
}

.block-login--snslogin-contents-facebook .sns_word {
  background: #3b579d;
}

.block-login--snslogin-contents-twitter .sns_word {
  background: #55acee;
}

.block-login--snslogin-contents-gplus .sns_word {
  background: #4285f4;
}

.block-login--snslogin-contents-yahoo .sns_word {
  background: #e61017;
}

.block-login--snslogin-state-saving-body {
  text-align: center;
}

.block-login--snslogin-state-saving-mesage {
  margin-top: 10px;
}

/* &mdash;&mdash;&mdash;-追加認証画面---- */

.block-additional-authentication--body {
  padding: 20px;
  overflow: hidden;
  border: solid 1px #dcdcdc;
  background: #fff;
}

.block-additional-authentication--message-header {
  font-size: 14px;
  font-weight: bold;
}

.block-additional-authentication--input-items {
  width: 600px;
  margin: 10px auto;
}

.block-additional-authentication--authentication-key input[type="text"] {
  width: 330px;
}

.block-additional-authentication--login {
  margin-top: 10px;
  padding: 12px 0;
  font-size: 16px;
  width: 160px;
}

/* &mdash;&mdash;&mdash;-お気に入り画面---- */
.block-favorite--form li:first-child {
  border-top: 1px solid #dcdcdc;
}

.block-favorite--favorite-goods {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.block-favorite--checkbox,
.block-favorite--delete-item {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.block-favorite--checkbox {
  -webkit-flex-basis: 30px;
      -ms-flex-preferred-size: 30px;
          flex-basis: 30px;
  padding-right: 10px;
}

.block-favorite--image {
  -webkit-flex-basis: 160px;
      -ms-flex-preferred-size: 160px;
          flex-basis: 160px;
}

.block-favorite--description {
  -webkit-flex-basis: 280px;
      -ms-flex-preferred-size: 280px;
          flex-basis: 280px;
}

.block-favorite--comment-textarea {
  width: 540px;
  height: 75px;
}

.block-favorite--comment {
  -webkit-flex-basis: 380px;
      -ms-flex-preferred-size: 380px;
          flex-basis: 380px;
  margin: 0 20px;
}

.block-favorite--delete-item {
  -webkit-flex-basis: 80px;
      -ms-flex-preferred-size: 80px;
          flex-basis: 80px;
  text-align: center;
}

.block-favorite--delete-item .btn-danger {
  border: 1px solid #dcdcdc;
  background-color: #f4f4f4;
  color: #505050;
}

.block-favorite--image figure {
  background: #f5f5f5;
  width: 142px;
  height: 142px;
}

.block-favorite--goods-name a {
  color: #000;
  text-decoration: underline;
}

.block-favorite--edit-comment a {
  text-decoration: underline;
}

.block-favorite--price-items {
  padding-top: 10px;
}

.block-favorite--price-title,
.block-favorite--price {
  display: inline-block;
}

.block-favorite--update-dt dt,
.block-favorite--update-dt dd {
  display: inline-block;
}

/* &mdash;&mdash;&mdash;-入荷案内申し込み商品画面---- */
.block-arrival-notice-list--form li {
  margin-bottom: 20px;
}

.block-arrival-notice-list--goods {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.block-arrival-notice-list--image {
  -webkit-flex-basis: 160px;
      -ms-flex-preferred-size: 160px;
          flex-basis: 160px;
}

.block-arrival-notice-list--description {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.block-arrival-notice-list--delete-item {
  -webkit-flex-basis: 80px;
      -ms-flex-preferred-size: 80px;
          flex-basis: 80px;
  text-align: center;
}

.block-arrival-notice-list--image figure {
  background: #f5f5f5;
  width: 142px;
  height: 142px;
}

.block-arrival-notice-list--goods-name a {
  color: #000;
  text-decoration: underline;
}

.block-arrival-notice-list--price-title,
.block-arrival-notice-list--price {
  display: inline-block;
}

.block-arrival-notice-list--update-dt dt,
.block-arrival-notice-list--update-dt dd {
  display: inline-block;
}

/* &mdash;&mdash;&mdash;-購入履歴一覧画面---- */
.block-purchase-history--table {
  font-size: 16px;
  margin: 5px 0;
  width: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.block-purchase-history--table th {
  font-size: 16px;
  background-color: #E6E6E6;
}

.block-purchase-history--table th, .block-purchase-history--table td {
  text-align: center;
  padding: 16px 30px;
  border: 1px solid #dcdcdc;
}

.block-purchase-history--table td.block-purchase-history--total {
  font-size: 20px;
  font-weight: 300;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.block-purchase-history--table td.block-purchase-history--order-id-dt {
  text-align: left;
}

.block-purchase-history--table td.block-purchase-history--order-detail {
  text-align: left;
}

.block-purchase-history--table td.block-purchase-history--order-dt {
  font-size: 20px;
  font-weight: 300;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.block-purchase-history--table td.block-purchase-history--order-id {
  font-size: 20px;
  font-weight: 300;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.block-purchase-history--table tr:nth-child(2n) {
  background-color: #F4F4F4;
}

.block-purchase-history--table a {
  color: #013893;
  font-weight: 600;
  text-decoration: underline;
}

.block-purchase-history--order-id a {
  text-decoration: underline;
}

.block-purchase-history--order-detail-reorder a {
  text-decoration: underline;
  color: #013893;
  font-weight: 700;
}

.block-purchase-history--status a:hover {
  text-decoration: none;
}

.block-purchase-history--search-frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 30px;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  background-color: #f4f4f4;
  border: 1px solid #dcdcdc;
  padding: 30px 30px;
}

.block-purchase-history--search-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1  auto;
      -ms-flex: 1 1  auto;
          flex: 1 1  auto;
  padding: 10px 5px;
  padding-right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}

.block-purchase-history--search-item:nth-child(3) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  260px;
      -ms-flex: 0 0  260px;
          flex: 0 0  260px;
  max-width: 260px;
}

.block-purchase-history--search-item:last-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  150px;
      -ms-flex: 0 0  150px;
          flex: 0 0  150px;
  max-width: 150px;
  padding-right: 0;
}

.block-purchase-history--search-item input[type="text"] {
  width: 100%;
  background-color: #ffffff;
}

.block-purchase-history--search-item input[type="submit"] {
  width: 100%;
}

.block-purchase-history--search-item select {
  width: 100%;
  max-width: 120px;
  background-color: #ffffff;
  font-weight: 600;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
}

.block-purchase-history--search-title {
  font-weight: bold;
  display: block;
  font-size: 15px;
  margin-right: 20px;
  white-space: nowrap;
}

/* &mdash;&mdash;&mdash;-購入履歴詳細画面---- */
.block-purchase-history-detail--customer-name {
  margin: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  float: left;
}

.block-purchase-history-detail--company-name {
  margin: 10px 0;
  width: 300px;
  float: right;
  text-align: right;
}

.block-purchase-history-detail--order-info {
  margin: 0px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.block-purchase-history-detail--order-info-left {
  width: 65%;
}

.block-purchase-history-detail--order-info-right {
  width: 35%;
  padding: 0 0 0 10px;
}

.block-purchase-history-detail--order-info-table {
  width: 100%;
  border: none;
}

.block-purchase-history-detail--order-info-table th {
  width: 100px;
  margin-right: 8px;
}

.block-purchase-history-detail--order-info-table th:after {
  content: " : ";
}

.block-purchase-history-detail--order-info-table th, .block-purchase-history-detail--order-info-table td {
  display: inline-block;
  width: auto;
  border: none;
  padding: 4px 4px;
  padding-left: 0;
  font-size: 16px;
}

.block-purchase-history-detail--order-info-table th.block-purchase-history-detail--order-dt-to, .block-purchase-history-detail--order-info-table th.block-purchase-history-detail--ship-dt, .block-purchase-history-detail--order-info-table th.block-purchase-history-detail--order-dt, .block-purchase-history-detail--order-info-table th.block-purchase-history-detail--order-id, .block-purchase-history-detail--order-info-table td.block-purchase-history-detail--order-dt-to, .block-purchase-history-detail--order-info-table td.block-purchase-history-detail--ship-dt, .block-purchase-history-detail--order-info-table td.block-purchase-history-detail--order-dt, .block-purchase-history-detail--order-info-table td.block-purchase-history-detail--order-id {
  font-size: 20px;
  font-weight: 300;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.33;
}

.block-purchase-history-detail--order-body {
  margin: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.block-purchase-history-detail--order-body-left {
  width: 65%;
  padding-right: 40px;
}

.block-purchase-history-detail--order-body-right {
  width: 35%;
  padding: 0 0 0 10px;
}

.block-purchase-history-detail--order-detail-items {
  width: 100%;
}

.block-purchase-history-detail--tax-reduced-message {
  margin: 3px 0;
}

.block-purchase-history-detail--payment-info-items {
  width: 100%;
}

.block-purchase-history-detail--point-message {
  font-size: 14px;
  margin: 6px 0;
}

.block-purchase-history-detail--shipping-info {
  margin: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.block-purchase-history-detail--shipping-info-left {
  width: 65%;
}

.block-purchase-history-detail--shipping-info-right {
  width: 35%;
  padding: 0 0 0 10px;
}

.block-purchase-history-detail--sender-items {
  width: 100%;
}

.block-purchase-history-detail--shipping-info-items {
  width: 100%;
}

.block-purchase-history-detail--shiment-address {
  border: 1px solid #c8c8c8;
  padding: 10px;
  margin: 16px 0;
}

.block-purchase-history-detail--shipment-items {
  width: 100%;
}

.block-purchase-history-detail--csv-info-items {
  width: 100%;
  margin: 10px 0;
}

.block-purchase-history-detail--csv-info-items th {
  width: 250px;
}

.block-purchase-history-detail--invoice {
  margin: 5px 0;
  width: 100%;
}

.block-purchase-history-detail--invoice dt {
  display: inline-block;
  font-weight: bold;
}

.block-purchase-history-detail--invoice dd {
  display: inline-block;
}

.block-purchase-history-detail--track-shipment {
  margin: 5px 0;
  width: 100%;
}

.block-purchase-history-detail--track-shipment dt {
  display: inline-block;
  font-weight: bold;
}

.block-purchase-history-detail--track-shipment dd {
  display: inline-block;
}

.block-purchase-history-detail--append-items {
  width: 100%;
}

.block-purchase-history-detail--append-items th {
  width: 250px;
}

.block-purchase-history-detail .block-purchase-history-detail--add-goods {
  width: 300px;
}

.block-purchase-history-detail .block-purchase-history-detail--contact {
  width: 300px;
}

.block-purchase-history-detail .block-purchase-history-detail--cancel {
  width: 250px;
}

.block-purchase-history-detail--child-order-id a {
  text-decoration: underline;
}

.block-purchase-history-detail--parent-order-id a {
  text-decoration: underline;
}

.block-purchase-history-detail--regular-sales-include a {
  text-decoration: underline;
}

.block-purchase-history-detail--tax-reduced {
  margin-left: 30px;
}

.block-purchase-history-detail--total-for-tax-ratio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  width: 100%;
  font-size: 80%;
}

.block-purchase-history-detail--total-for-tax-ratio-title {
  margin-right: 8px;
}

.block-purchase-history-detail--total-for-tax-ratio-list {
  text-align: right;
}

.block-purchase-history-detail--total-for-tax-ratio-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.block-purchase-history-detail--tax-ratio {
  min-width: 50px;
  margin-right: 5px;
}

.block-purchase-history-detail--total-for-tax-ratio-amount {
  min-width: 55px;
}

/* &mdash;&mdash;&mdash;-ご注文キャンセル画面---- */
.block-order-cancellation--order-info {
  margin: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.block-order-cancellation--order-info-left {
  width: 65%;
}

.block-order-cancellation--order-info-right {
  width: 35%;
  padding: 0 0 0 10px;
}

.block-order-cancellation--shiment-address {
  border: 1px solid #c8c8c8;
  padding: 10px;
  margin: 10px 0;
}

.block-order-cancellation--payment-info-items {
  width: 100%;
}

.block-order-cancellation--order-items {
  width: 100%;
}

/* &mdash;&mdash;&mdash;-定期購入商品一覧画面---- */
.block-regular-purcharse-list--table {
  margin: 5px 0;
  width: 100%;
}

.block-regular-purcharse-list--regular-sales a {
  text-decoration: underline;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 20px;
  margin: 0 0 9px;
}

.block-credit-card-confirmation--credit-card-info-header {
  border: none;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--info {
  padding: 105px 10px 0 0;
  width: 265px;
  -webkit-flex-basis: 265px;
      -ms-flex-preferred-size: 265px;
          flex-basis: 265px;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--info > div {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--info-regular-sales > span:last-of-type,
.block-regular-purcharse-list--info-regular-create-dt > span:last-of-type {
  font-weight: bold;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--info-method {
  border-bottom: 1px solid #ddd;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--info > div span {
  width: 80%;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--info > div a {
  padding: 0 14px 0 28px;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
  text-decoration: underline;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--info-withdrawal a {
  text-decoration: underline;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--detail {
  width: 275px;
  -webkit-flex-basis: 275px;
      -ms-flex-preferred-size: 275px;
          flex-basis: 275px;
  margin: 20px 10px 0 0;
  background: #c8e3f0;
  border-radius: 4px;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--detail.block-regular-purcharse-list--detail_skip {
  background: #f4f3f3;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--detail.block-regular-purcharse-list--detail_next {
  background: #fbe1e3;
  border: 2px solid #e7868c;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list .block-regular-purcharse-list--benefits {
  background: #ffc;
  border: 2px solid #ffc000;
  font-size: 12px;
  padding: 3px;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--detail + .block-mypage--regular-detail-info {
  margin-top: 0;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--detail .block-regular-purcharse-list--date-spec {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 20px 12px;
  border-bottom: 1px solid #fff;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--detail .block-regular-purcharse-list--date-spec span {
  font-size: 12px;
  font-weight: normal;
  display: block;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--detail .block-regular-purcharse-list--date-spec .block-regular-purcharse-list--alter-end {
  position: absolute;
  top: 18px;
  right: 61px;
  display: block;
  width: 48px;
  padding: 9px 0;
  color: #fff;
  font-size: 10px;
  text-align: center;
  border-radius: 24px;
  background: #5891a8;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--detail .block-regular-purcharse-list--date-spec .block-regular-purcharse-list--skip {
  position: absolute;
  top: 18px;
  left: 17px;
  display: block;
  padding: 0 17px;
  color: #fff;
  line-height: 20px;
  font-size: 15px;
  text-align: center;
  background: #676767;
  border-radius: 10px;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--detail .block-regular-purcharse-list--date-spec .block-regular-purcharse-list--skip-expected-dt {
  font-size: 16px;
  font-weight: bold;
  margin-top: 18px;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--detail .block-regular-purcharse-list--date-spec .block-regular-purcharse-list--alter {
  position: absolute;
  top: 18px;
  right: 61px;
  display: block;
  width: 48px;
  padding: 9px 0;
  color: #fff;
  font-size: 10px;
  text-align: center;
  border-radius: 24px;
  background: #d30004;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--detail-item {
  padding: 13px 20px;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--detail-item ul li {
  font-size: 13px;
  width: 235px;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--detail-item ul li:last-child {
  margin-bottom: 0;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--detail-item ul li span {
  padding-left: 16px;
  vertical-align: middle;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--detail-item ul li .block-regular-purcharse-list--detail-item-list-nolink {
  display: inline-block;
  width: 140px;
  padding-left: 0;
  padding-right: 6px;
  vertical-align: middle;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--detail-item ul li .block-regular-purcharse-list--detail-item-list-unit {
  padding-left: 0;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--detail-item ul li .block-regular-purcharse-list--detail-item-list-amount {
  padding-left: 0;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--detail-item ul a.block-regular-purcharse-list--detail-item-changelink {
  display: inline-block;
  font-size: 12px;
  width: 100%;
  text-decoration: underline;
  text-align: right;
  margin: 0 0 5px;
  padding-right: 14px;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--detail-item .block-regular-purcharse-list--sales-link {
  margin: 15px 0 0;
  text-align: right;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--detail-item .block-regular-purcharse-list--sales-link a {
  font-size: 12px;
  text-decoration: underline;
  padding-right: 14px;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--skip-button input[type="button"] {
  display: inline-block;
  width: 140px;
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 1px solid #3e3e3e;
  border-radius: 4px;
  cursor: pointer;
}

/* &mdash;&mdash;&mdash;-定期購入商品詳細画面---- */
.block-regular-purcharse-detail--body {
  margin: 10px 0;
  width: 100%;
}

.block-regular-purcharse-detail--regular-sales-items {
  width: 100%;
}

.block-regular-purcharse-detail--regular-sales-items th {
  width: 250px;
}

.block-regular-purcharse-detail--shipment-address {
  border: 1px solid #c8c8c8;
  padding: 10px;
  margin: 10px 0;
}

.block-regular-purcharse-detail--update-address {
  margin: 10px 0;
  text-align: right;
}

.block-regular-purcharse-detail--goods-items {
  width: 100%;
}

.block-regular-purcharse-detail--append-items {
  width: 100%;
}

.block-regular-purcharse-detail--append-items th {
  width: 250px;
}

.block-regular-purcharse-detail--include-items {
  width: 100%;
}

.block-regular-purcharse-detail--include-items th {
  width: 250px;
}

.block-regular-purcharse-detail--action-message {
  margin-top: 10px;
}

.block-regular-purcharse-list--order-id a {
  text-decoration: underline;
}

/* &mdash;&mdash;&mdash;-定期購入商品配送先変更画面---- */
.block-regular-purcharse-shipment-info-update--new-address,
.block-regular-purcharse-shipment-info-update--old-address {
  border: 1px solid #c8c8c8;
  padding: 10px;
  margin: 10px 0;
  overflow: hidden;
}

.block-regular-purcharse-shipment-info-update--new-address address {
  float: left;
}

.block-regular-purcharse-shipment-info-update--cust-edit,
.block-regular-purcharse-shipment-info-update--dest-edit,
.block-regular-purcharse-shipment-info-dest-add {
  text-align: right;
}

/* &mdash;&mdash;&mdash;-定期購入商品配送先変更画面(AmazonPay)---- */
.block-regular-purcharse-shipment-info--amazonpay-body {
  width: 480px;
  margin: 0 auto;
}

.block-regular-purcharse-shipment-info--amazonpay-message {
  text-align: left;
}

.block-regular-purcharse-shipment-info--amazonpay-login {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.block-regular-purcharse-shipment-info--amazonpay-error {
  text-align: left;
  color: #a94442;
}

.block-regular-purcharse-shipment-info--amazonpay-widget-body {
  margin: 0 auto;
}

.block-regular-purcharse-shipment-info--amazonpay-address-widget {
  float: left;
}

.block-regular-purcharse-shipment-info--amazonpay-widget-error {
  text-align: left;
  color: #a94442;
  margin-left: 5px;
}

/* &mdash;&mdash;&mdash;-定期購入商品サイクル情報変更画面---- */
.block-regular-purcharse-cycle-info-update h3 {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin: 0 0 12px 0;
}

.block-regular-purcharse-cycle-info-update--body {
  margin: 10px 0;
  width: 100%;
}

.block-regular-purcharse-cycle-info-update--regular-sales-items {
  width: 100%;
}

.block-regular-purcharse-cycle-info-update--regular-sales-items th {
  width: 250px;
}

.block-regular-purcharse-cycle-info-update--shipment-address {
  border: 1px solid #c8c8c8;
  padding: 10px;
  margin: 10px 0;
}

.block-regular-purcharse-cycle-info-update--goods-items {
  width: 100%;
}

.block-regular-cycle--select-timespec-title {
  font-weight: bold;
  margin-right: 5px;
}

.block-regular-purcharse-cycle-info-update--skip-cancel-message {
  font-size: 10px;
}

/* &mdash;&mdash;&mdash;-定期購入商品解約画面---- */
.block-regular-purcharse-cancellation--goods-items {
  margin: 10px 0;
  width: 100%;
}

.block-regular-purcharse-cancellation--message {
  text-align: center;
  padding-top: 10px;
}

.block-regular-purcharse-cancellation--cancel-reason-items {
  width: 600px;
  margin: 0 auto;
}

.block-regular-purcharse-cancellation--cancel-reason-items label:after {
  content: "\A";
  white-space: pre;
}

.block-regular-purcharse-cancellation--cancel-reason-other-comment {
  padding-top: 10px;
  display: none;
}

/* &mdash;&mdash;&mdash;-定期購入商品変更画面---- */
.block-goodschange-list .block-regular-goodschange-info-header-msg {
  margin-bottom: 10px;
}

.block-goodschange-list .block-goodschange-list-item-buttons-selected {
  cursor: default;
  background: #fffcfc;
  border: 1px solid #f00;
  color: #f00;
  font-weight: bold;
  margin-top: 10px;
  padding: 8px 8px;
  font-size: 16px;
  min-width: 160px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

/* &mdash;&mdash;&mdash;-定期購入支払い方法変更画面---- */
.block-regular-purcharse-method-info-update--body {
  margin: 10px 0;
  width: 100%;
}

.block-regular-purcharse-method-info-update--regular-sales-items .block-regular-purcharse-method--info-cardedit a {
  text-decoration: underline;
}

/* &mdash;&mdash;&mdash;-カード情報確認画面---- */
.block-credit-card-confirmation--credit-card-info-table {
  width: 100%;
}

.block-credit-card-confirmation--credit-card-info-table th {
  width: 250px;
}

/* &mdash;&mdash;&mdash;-お問い合わせ画面---- */
.block-inquiry--inquiry-body .form-label,
.block-inquiry--inquiry-body .constraint {
  vertical-align: top;
}

/* &mdash;&mdash;&mdash;-お問い合わせ履歴一覧画面---- */
.block-inquiry-history--body li {
  margin: 18px 0 18px;
  padding: 12px 0;
  border-bottom: 1px solid #dcdcdc;
}

.block-inquiry-history--body li span {
  margin: 0 10px 0 0;
}

/* &mdash;&mdash;&mdash;-お問い合わせ履歴詳細画面---- */
.block-inquiry-history-detail--form {
  margin: 20px 0;
}

.block-inquiry-history-detail--message {
  text-align: left;
}

.block-inquiry-history-detail--inquiry-body {
  margin: 20px 0;
}

.block-inquiry-history-detail--inquiry-body textarea {
  width: 100%;
}

.block-inquiry-history-detail--item dt {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.block-inquiry-history-detail--contact-name {
  width: 80%;
}

.block-inquiry-history-detail--update-dt {
  width: 20%;
  text-align: right;
  font-weight: normal;
}

.block-inquiry-history-detail--message-confirm {
  text-align: center;
}

.block-inquiry-history-detail--inquiry-body-confirm {
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #dcdcdc;
  background-color: #ffffff;
}

/* &mdash;&mdash;&mdash;-ポイント履歴一覧画面---- */
.block-point-history-list--point {
  font-size: 20px;
  font-weight: bold;
  margin: 0 5px;
}

.block-point-history-list--message {
  margin: 0;
  margin-bottom: 30px;
}

.block-point-history-list--items {
  margin: 5px 0;
  width: 100%;
}

/* &mdash;&mdash;&mdash;-所持クーポン一覧画面---- */
.block-coupon-list--table {
  margin: 5px 0;
  width: 100%;
}

.block-coupon-list--coupon-dt {
  white-space: nowrap;
  width: 180px;
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

/* &mdash;&mdash;&mdash;-店舗クーポン一覧画面---- */
.block-store-coupon-list--table {
  margin: 5px 0;
  width: 100%;
}

.block-store-coupon-list--coupon-dt {
  white-space: nowrap;
  width: 300px;
}

/* &mdash;&mdash;&mdash;-ログアウト画面---- */
.block-logout--message {
  text-align: center;
  line-height: 1.833;
}

.block-logout--message a {
  text-decoration: underline;
  color: #013893;
  font-weight: 700;
}

/* &mdash;&mdash;&mdash;-会員登録確認(クイックエントリー)---- */
.block-quick-info-confirmation--login-state-saving {
  margin-top: 10px;
  text-align: center;
}

.block-quick-info-confirmation--login-state-saving-message {
  margin-top: 10px;
  text-align: center;
}

/* &mdash;&mdash;&mdash;-パスワード再設定---- */
.block-reset-password--tel {
  border-bottom: 1px solid #e5e5e5;
}

/* &mdash;&mdash;&mdash;-制限付きログイン画面---- */
.block-login-parts--body a {
  margin-top: 10px;
  margin-bottom: 10px;
}

.page-menu .modal-header {
  display: none;
}

.page-menu .modal-overlay {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.page-menu .modal-body {
  background-color: #ffffff;
  padding: 50px 50px;
}

.page-menu .modal-dialog {
  width: 1000px;
}

.page-menu .modal-custdest .modal-custdest-header {
  position: relative;
  padding: 0;
  padding-left: 34px;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 16px;
}

.page-menu .modal-custdest .modal-custdest-header:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("../../img/usr/mypage/icon_edit-address-book.png") no-repeat center center/contain;
  -webkit-transform: translate3d(0, -50%, 0) rotate(0deg);
          transform: translate3d(0, -50%, 0) rotate(0deg);
}

.page-menu .modal-custdest .modal-custdest-message {
  margin-bottom: 24px;
}

.page-menu .modal-custdest .modal-custdest-list-item {
  border: 1px solid #dcdcdc;
  border-top: none;
}

.page-menu .modal-custdest .modal-custdest-list-item:first-child {
  border-top: 1px solid #dcdcdc;
}

.page-menu .modal-custdest .modal-custdest-list-item:nth-child(2n+1) {
  background-color: #f4f4f4;
}

.page-menu .modal-custdest .modal-custdest-list-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  padding: 12px 30px;
}

.page-menu .modal-custdest .modal-custdest-name {
  width: 250px;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.0;
}

.page-menu .modal-custdest a:hover .modal-custdest-name {
  text-decoration: underline;
}

.page-menu .modal-custdest .modal-custdest-address {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1  auto;
      -ms-flex: 1 1  auto;
          flex: 1 1  auto;
  font-size: 18px;
  line-height: 2.0;
}

.page-customer .fieldset {
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}

.page-customer .fieldset .form-group:first-child {
  border-top: 1px solid #dcdcdc;
}

.page-customer .fieldset .form-control {
  padding-right: 20px;
}

.page-customer .legend {
  border: none;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 50px;
  margin-bottom: 0px;
}

.page-customer .block-member-info--message + .legend {
  margin-top: 20px;
}

.page-customer input[name="zip"] {
  width: 15% !important;
}

.page-customer input[name="tel11"],
.page-customer input[name="tel12"],
.page-customer input[name="tel13"] {
  width: 25%;
  margin-left: 10px;
  margin-right: 4px;
}

.page-customer input[name="tel11"]:first-child,
.page-customer input[name="tel12"]:first-child,
.page-customer input[name="tel13"]:first-child {
  margin-left: 0px;
}

.page-customer select[name="yy_birth"],
.page-customer select[name="mm_birth"],
.page-customer select[name="dd_birth"] {
  width: 15%;
  min-width: 0;
  margin-left: 10px;
  margin-right: 4px;
}

.page-customer select[name="yy_birth"]:first-child,
.page-customer select[name="mm_birth"]:first-child,
.page-customer select[name="dd_birth"]:first-child {
  margin-left: 0px;
}

.page-customer input[name="kana"],
.page-customer input[name="name"] {
  max-width: 0;
  width: 49%;
}

.page-customer .block-member-info input[name="name"],
.page-customer .block-member-info input[name="name2"],
.page-customer .block-member-info input[name="kana"],
.page-customer .block-member-info input[name="kana2"] {
  max-width: 100%;
  width: 49%;
}

.page-customer .block-member-info input[name="name2"],
.page-customer .block-member-info input[name="kana2"] {
  margin-left: 1%;
}

.page-customer input[name="zip"] {
  width: 49%;
}

.page-customer input[name="addr"],
.page-customer input[name="addr3"],
.page-customer input[name="addr2"] {
  margin-bottom: 20px;
}

.page-customer select[name="pref"] {
  margin-bottom: 20px;
}

.page-customer .form-group.block-member-info--mail .form-label,
.page-customer .form-group.block-member-info--mail .form-control {
  padding-top: 33px;
  padding-bottom: 30px;
}

.block-member-info--message .required {
  display: inline-block;
  vertical-align: baseline;
}

.block-member-info--message .required:after {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  white-space: nowrap;
  border-radius: 0;
  background-color: #013893;
  color: #fff;
  content: "必須";
  text-align: center;
  border-radius: 5px;
  height: 22px;
  line-height: 22px;
  min-width: 43px;
  padding: 0 2px;
}

.block-member-info--items-member-info {
  margin-top: 8px;
}

.block-member-info--items-option-info {
  margin-top: 8px;
}

.block-member-info--value-label {
  white-space: nowrap;
  font-size: 0.85em;
}

.block-member-info--update-mail a {
  color: #013893;
  font-weight: 700;
}

.block-member-info--store-info label {
  display: block;
  margin: 16px 0 6px;
}

.block-member-info--message-password a {
  font-weight: 700;
  color: #013893;
}

.page-customer .block-member-info--message-password {
  text-align: right;
}

.block-member-info-confirmation--items-member-info,
.block-member-info-confirmation--items-option-info,
.block-member-info-confirmation--items-mailnews,
.block-member-info-confirmation--items-use-spoofing-protection,
.block-member-info-confirmation--items-mailnews {
  margin-bottom: 40px;
}

.block-update-credit-card-info--expire select {
  width: 30%;
}

.block-member-info--items-message,
.block-member-info--kana-message {
  text-align: right;
}

.checktype_date {
  font-weight: 700;
}

.page-custdest .fieldset .form-control {
  padding: 18px 0;
}

.page-custdest .form-group {
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  margin-top: -1px;
}

.page-custdest .fieldset .form-group:first-child {
  border-top: 1px solid #dcdcdc;
}

.page-custdest .fieldset .form-control {
  padding-right: 20px;
}

.page-custdest .block-member-info--mailnews .form-control,
.page-custdest .block-member-info--use-spoofing-protection .form-control {
  padding-top: 30px;
}

.page-custdest .legend {
  border: none;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 50px;
  margin-bottom: 0px;
}

.page-custdest input[name="zip"] {
  width: 15% !important;
}

.page-custdest input[name="tel11"],
.page-custdest input[name="tel12"],
.page-custdest input[name="tel13"] {
  width: 25%;
  margin-left: 10px;
  margin-right: 4px;
}

.page-custdest input[name="tel11"]:first-child,
.page-custdest input[name="tel12"]:first-child,
.page-custdest input[name="tel13"]:first-child {
  margin-left: 0px;
}

.page-custdest select[name="yy_birth"],
.page-custdest select[name="mm_birth"],
.page-custdest select[name="dd_birth"] {
  width: 15%;
  min-width: 0;
  margin-left: 10px;
  margin-right: 4px;
}

.page-custdest select[name="yy_birth"]:first-child,
.page-custdest select[name="mm_birth"]:first-child,
.page-custdest select[name="dd_birth"]:first-child {
  margin-left: 0px;
}

.page-custdest input[name="kana"],
.page-custdest input[name="name"] {
  max-width: 100%;
  width: 49%;
}

.page-custdest .block-shipping-address input[name="name"],
.page-custdest .block-shipping-address input[name="name2"],
.page-custdest .block-shipping-address input[name="kana"],
.page-custdest .block-shipping-address input[name="kana2"] {
  max-width: 100%;
  width: 49%;
}

.page-custdest .block-shipping-address input[name="name2"],
.page-custdest .block-shipping-address input[name="kana2"] {
  margin-left: 1%;
}

.page-custdest input[name="zip"] {
  width: 49%;
}

.page-custdest input[name="addr"],
.page-custdest input[name="addr3"],
.page-custdest input[name="addr2"] {
  margin-bottom: 20px;
}

.page-custdest select[name="pref"] {
  margin-bottom: 20px;
}

.block-shipping-address {
  position: relative;
}

.block-shipping-address--value-label {
  white-space: nowrap;
  font-size: 0.85em;
}

.block-shipping-address--tel input {
  width: 30%;
}

.block-shipping-address-registration--message--edit {
  color: #013893;
  font-size: 14px;
  margin-bottom: 30px;
}

.block-shipping-address--delete {
  background-color: #666;
  border: 1px solid #666;
  color: #fff;
}

.block-shipping-address--comp .help-block {
  letter-spacing: -0.02em;
}

.page-custdest .block-shipping-address-confirmation {
  position: relative;
}

.page-custdest .block-shipping-address-confirmation h1 {
  margin-bottom: 30px;
}

.page-custdest .block-shipping-address-confirmation .fieldset .form-label {
  width: 29%;
  padding: 18px 30px 18px;
  background-color: #f4f4f4;
  border-right: 1px solid #dcdcdc;
}

.page-custdest .block-shipping-address-confirmation .constraint {
  display: none;
}

.page-custdest .block-shipping-address-confirmation .form-control {
  padding: 18px 30px 18px;
}

.page-passchange {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-passchange .fieldset {
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}

.page-passchange .fieldset .form-group:first-child {
  border-top: 1px solid #dcdcdc;
}

.page-passchange .fieldset .form-control {
  padding-right: 20px;
}

.block-member-password {
  position: relative;
}

.block-member-password--update-completed-back {
  background-color: #013893;
  border: 1px solid #013893;
  color: #fff;
}

.block-member-password--update-completed-message {
  text-align: center;
}

.block-member-password--update-completed-message a {
  text-decoration: underline;
}

.block-favorite {
  position: relative;
}

.block-favorite--add-to-cart {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.block-favorite--message {
  margin-bottom: 20px;
}

.block-favorite--items > li {
  padding: 0;
  margin: 0;
  position: relative;
  border: 1px solid #dcdcdc;
  border-top: none;
}

.block-favorite--items > li:first-child {
  border-top: 1px solid #dcdcdc;
}

.block-favorite--image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  140px;
      -ms-flex: 0 0  140px;
          flex: 0 0  140px;
  max-width: 140px;
  padding: 20px 20px;
}

.block-favorite--image figure {
  width: 100px;
  height: auto;
}

.block-favorite--favorite-goods {
  padding: 0;
  padding-right: 200px;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.block-favorite--checkbox {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  80px;
      -ms-flex: 0 0  80px;
          flex: 0 0  80px;
  max-width: 80px;
  border-right: 1px solid #dcdcdc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 0;
}

.block-favorite--description {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1  auto;
      -ms-flex: 1 1  auto;
          flex: 1 1  auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 20px 0;
}

.block-favorite--goods-name {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  100%;
      -ms-flex: 0 0  100%;
          flex: 0 0  100%;
  max-width: 100%;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.block-favorite--goods-name a {
  color: #013893;
  text-decoration: none;
}

.block-favorite--spec {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  100%;
      -ms-flex: 0 0  100%;
          flex: 0 0  100%;
  max-width: 100%;
  font-size: 14px;
  color: #000000;
}

.block-favorite--price {
  font-size: 26px;
  color: #000000;
  font-weight: 600;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.block-favorite--price-items {
  position: absolute;
  right: 80px;
  top: 0;
  width: 140px;
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.block-favorite--price-title {
  display: none;
}

.block-favorite--update-dt {
  margin-top: 10px;
}

.block-favorite--comment {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  260px;
      -ms-flex: 0 0  260px;
          flex: 0 0  260px;
  max-width: 260px;
  margin: 0;
  padding: 20px 0;
  padding-right: 20px;
  text-align: right;
}

.block-favorite--comment-textarea {
  width: 100%;
  height: 60px;
}

.block-favorite--comment-textarea-container input {
  font-size: 14px;
  padding: 8px 8px;
}

.block-favorite--edit-comment {
  font-size: 12px;
}

.block-favorite--delete-item {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 100%;
  border-left: 1px solid #dcdcdc;
}

.block-favorite--delete-item .btn-danger,
.block-favorite--delete-item > a {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: transparent !important;
  border: none !important;
  color: #013893;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  text-align: center;
  -webkit-transition: background 300ms  ease-out 0ms;
  transition: background 300ms  ease-out 0ms;
}

.block-favorite--delete-item .btn-danger:hover,
.block-favorite--delete-item > a:hover {
  background-color: #f4f4f4 !important;
}

.block-purchase-history--search-btn {
  color: #fff;
  background-color: #013893;
  border-color: #013893;
}

.block-purchase-history--pager-top .pager-total {
  margin-right: auto;
}

.block-purchase-history {
  position: relative;
}

.page-estimatedetail .legend,
.page-bizestimatedetail .legend,
.page-bizhistorydetail .legend,
.page-historydetail .legend {
  border: none;
  font-weight: 400;
  margin-top: 20px;
  padding-left: 0;
  margin-top: 20px;
  margin-left: 0;
  font-weight: 700;
  margin-bottom: 12px;
}

.page-estimatedetail .p-confirm-tbl,
.page-bizestimatedetail .p-confirm-tbl,
.page-bizhistorydetail .p-confirm-tbl,
.page-historydetail .p-confirm-tbl {
  margin-bottom: 50px;
}

.block-purchase-history-detail {
  position: relative;
}

.block-purchase-history-detail--add-goods {
  background-color: #013893;
  border: 1px solid #013893;
  color: #fff;
}

.block-purchase-history-detail--forward {
  background-color: #013893;
  border: 1px solid #013893;
  color: #fff;
}

.block-purchase-history-detail--contact {
  background-color: #013893;
  border: 1px solid #013893;
  color: #013893;
  background-color: #F4F4F4;
}

.p-block-purchase-history-detail--print {
  text-align: right;
}

.p-block-purchase-history-detail--print a {
font-size: 16px;
color: #013893;
font-weight: 700;
text-decoration: underline;
display: none;
}

#estimatedetailform .p-block-purchase-history-detail--print a {
display: block;
}

.page-mailchange .form-group {
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  margin-top: -1px;
}

.page-mailchange .fieldset .form-group:first-child {
  border-top: 1px solid #dcdcdc;
}

.page-mailchange .fieldset .form-control {
  padding-right: 20px;
}

.block-mail-address {
  position: relative;
}

.block-mail-address--update-form {
  margin-top: 32px;
}

.block-mail-address--update-completed-message {
  text-align: center;
}

.block-mail-address--update-completed-message a {
  text-decoration: underline;
}

.block-mail-address--changed-message {
  margin-bottom: 30px;
  font-size: 18px;
}

.block-mail-address--changed-message-mail {
  background-color: #f4f4f4;
  text-align: center;
  font-size: 26px;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  padding: 16px 0;
  color: #013893;
  max-width: 640px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.block-mail-address--changed-message-txt1 {
  font-size: 16px;
  margin-bottom: 16px;
}

.block-mail-address--changed-message-txt2 {
  font-size: 14px;
}

.btn.btn-default.block-mail-address--update-completed-back-to-home {
  color: #fff;
  background-color: #013893 !important;
  border: 1px solid #013893 !important;
}

.block-point-history-list--message {
  background-color: #013893;
  padding: 32px 20px 28px;
  text-align: center;
  color: #fff;
}

.block-point-history-list--message .block-point-history-list--customer-name {
  font-size: 20px;
  margin: 0 0;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

.block-point-history-list--point {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.0;
}

.block-point-history-list--expire-dt {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin-top: 8px;
  display: block;
}

table.block-point-history-list--items tr:nth-child(2n) {
  background-color: #F4F4F4;
}

table.block-point-history-list--items th, table.block-point-history-list--items td {
  padding-left: 20px;
  padding-right: 20px;
}

table.block-point-history-list--items th {
  background-color: #E6E6E6;
  text-align: center;
}

.block-point-history-list--point-dt {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.block-point-history-list--point-in {
  text-align: right;
  font-size: 20px;
  font-weight: 600;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.block-point-history-list--point-in.is-minus {
  color: #BE0000;
}

/*============================
#page
============================*/
.block-arrival-notice-list--pager-top .pager,
.block-arrival-notice-list--pager-bottom .pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0;
}

.block-arrival-notice-list {
  position: relative;
}

.block-arrival-notice-list--add-to-cart {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.block-arrival-notice-list--message {
  margin-bottom: 20px;
}

.block-arrival-notice-list--items > li {
  padding: 0;
  margin: 0;
  position: relative;
  border: 1px solid #dcdcdc;
  border-top: none;
}

.block-arrival-notice-list--items > li:first-child {
  border-top: 1px solid #dcdcdc;
}

.block-arrival-notice-list--image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  140px;
      -ms-flex: 0 0  140px;
          flex: 0 0  140px;
  max-width: 140px;
  padding: 20px 20px;
}

.block-arrival-notice-list--image figure {
  width: 100px;
  height: auto;
}

.block-arrival-notice-list--favorite-goods {
  padding: 0;
  padding-right: 200px;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.block-arrival-notice-list--checkbox {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  80px;
      -ms-flex: 0 0  80px;
          flex: 0 0  80px;
  max-width: 80px;
  border-right: 1px solid #dcdcdc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 0;
}

.block-arrival-notice-list--description {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1  auto;
      -ms-flex: 1 1  auto;
          flex: 1 1  auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 20px 0;
}

.block-arrival-notice-list--goods-name {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  100%;
      -ms-flex: 0 0  100%;
          flex: 0 0  100%;
  max-width: 100%;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.block-arrival-notice-list--goods-name a {
  color: #013893;
  text-decoration: none;
}

.block-arrival-notice-list--spec {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  100%;
      -ms-flex: 0 0  100%;
          flex: 0 0  100%;
  max-width: 100%;
  font-size: 14px;
  color: #000000;
}

.block-arrival-notice-list--price {
  font-size: 26px;
  color: #000000;
  font-weight: 600;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.block-arrival-notice-list--price-items {
  position: absolute;
  right: 80px;
  top: 0;
  width: 140px;
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.block-arrival-notice-list--price-title {
  display: none;
}

.block-arrival-notice-list--update-dt {
  margin-top: 10px;
}

.block-arrival-notice-list--comment {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  260px;
      -ms-flex: 0 0  260px;
          flex: 0 0  260px;
  max-width: 260px;
  margin: 0;
  padding: 20px 0;
  padding-right: 20px;
  text-align: right;
}

.block-arrival-notice-list--comment-textarea {
  width: 100%;
  height: 60px;
}

.block-arrival-notice-list--comment-textarea-container input {
  font-size: 14px;
  padding: 8px 8px;
}

.block-arrival-notice-list--edit-comment {
  font-size: 12px;
}

.block-arrival-notice-list--delete-item {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 100%;
  border-left: 1px solid #dcdcdc;
}

.block-arrival-notice-list--delete-item .btn-danger,
.block-arrival-notice-list--delete-item > a {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: transparent !important;
  border: none !important;
  color: #013893;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  text-align: center;
  -webkit-transition: background 300ms  ease-out 0ms;
  transition: background 300ms  ease-out 0ms;
}

.block-arrival-notice-list--delete-item .btn-danger:hover,
.block-arrival-notice-list--delete-item > a:hover {
  background-color: #f4f4f4 !important;
}

.block-credit-card-confirmation {
  position: relative;
}

.block-credit-card-confirmation .form-group {
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  margin-top: -1px;
}

.block-credit-card-confirmation .fieldset .form-group:first-child {
  border-top: 1px solid #dcdcdc;
}

.block-credit-card-confirmation .fieldset .form-control {
  padding-right: 20px;
}

.block-credit-card-confirmation .block-member-info--mailnews .form-control,
.block-credit-card-confirmation .block-member-info--use-spoofing-protection .form-control {
  padding-top: 30px;
}

.block-credit-card-confirmation .legend {
  padding-left: 0;
  border: none;
  margin-top: 50px;
  padding-bottom: 0;
  margin-bottom: 16px;
}

.table.block-credit-card-confirmation--credit-card-info-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 100%;
  padding: 20px 40px;
  background-color: #f4f4f4;
  border: 1px solid #dcdcdc;
}

.table.block-credit-card-confirmation--credit-card-info-table tbody {
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.table.block-credit-card-confirmation--credit-card-info-table tr {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1  auto;
      -ms-flex: 0 1  auto;
          flex: 0 1  auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin-right: 30px;
}

.table.block-credit-card-confirmation--credit-card-info-table th, .table.block-credit-card-confirmation--credit-card-info-table td {
  padding: 0;
  margin: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1  auto;
      -ms-flex: 0 1  auto;
          flex: 0 1  auto;
  width: auto;
  border: none;
  display: inline-block;
  background: none;
}

.table.block-credit-card-confirmation--credit-card-info-table th {
  font-size: 16px;
  font-weight: 400;
  margin-right: 10px;
}

.table.block-credit-card-confirmation--credit-card-info-table td {
  font-size: 20px;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  margin-top: -2px;
}

.block-credit-card-confirmation--issuer {
  display: block;
}

/*============================
#pwd
============================*/
.btn.btn-danger.btn-danger.block-credit-card-confirmation--forward {
  background-color: #666;
  border: 1px solid #666;
}

.block-regular-purcharse-list {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list {
  margin: 0;
  padding: 0;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.block-regular-purcharse-list--info-withdrawal {
  position: static;
  margin-top: 6px;
  font-size: 13px;
  padding-left: 2px;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--info {
  position: relative;
  padding-top: 60px;
}

.block-regular-purcharse-list--table {
  margin: 5px 0;
  width: 100%;
}

.block-regular-purcharse-list--regular-sales a {
  text-decoration: underline;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 20px 0;
  padding-bottom: 20px;
  margin: 0 0 10px;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--info {
  padding: 20px 15px 0 0;
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1  auto;
      -ms-flex: 1 1  auto;
          flex: 1 1  auto;
  max-width: none;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--info > div {
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  padding: 12px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--info-regular-sales > span:last-of-type,
.block-regular-purcharse-list--info-regular-create-dt > span:last-of-type {
  font-weight: bold;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--info-method {
  border-bottom: 1px solid #ddd;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--info > div span {
  width: 80%;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--info > div a {
  padding: 0 14px 0 28px;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
  text-decoration: underline;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--info-withdrawal a {
  text-decoration: underline;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--detail {
  width: 340px;
  -webkit-flex-basis: 340px;
      -ms-flex-preferred-size: 340px;
          flex-basis: 340px;
  margin: 20px 15px 0 0;
  background: #f6f8ff;
  border: 1px solid #6e7ab6;
  border-radius: 4px;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--detail.block-regular-purcharse-list--detail_skip {
  background: #f4f3f3;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--detail.block-regular-purcharse-list--detail_next {
  background: #fdf6f6;
  border: 1px solid #d87e7b;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list .block-regular-purcharse-list--benefits {
  background: #ffc;
  border: 2px solid #ffc000;
  font-size: 12px;
  padding: 3px;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--detail + .block-mypage--regular-detail-info {
  margin-top: 0;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--detail .block-regular-purcharse-list--date-spec {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 20px 12px;
  border-bottom: 1px solid #fff;
  background: none;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--detail .block-regular-purcharse-list--date-spec span {
  font-size: 12px;
  font-weight: normal;
  display: block;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--detail .block-regular-purcharse-list--date-spec .block-regular-purcharse-list--alter-end {
  position: absolute;
  top: 18px;
  right: 15px;
  display: block;
  width: 50px;
  height: 50px;
  padding: 11px 0 0;
  color: #fff;
  font-size: 10px;
  text-align: center;
  border-radius: 24px;
  background: #6e7ab6;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--detail .block-regular-purcharse-list--date-spec .block-regular-purcharse-list--skip {
  position: absolute;
  top: 18px;
  left: 17px;
  display: block;
  padding: 8px 0 0;
  width: 50px;
  height: 50px;
  color: #fff;
  line-height: 1.5;
  font-size: 10px;
  text-align: center;
  background: #676767;
  border-radius: 3px;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--detail .block-regular-purcharse-list--date-spec .block-regular-purcharse-list--skip-expected-dt {
  font-size: 16px;
  font-weight: bold;
  margin-top: 18px;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--detail .block-regular-purcharse-list--date-spec .block-regular-purcharse-list--alter {
  position: absolute;
  top: 18px;
  right: 15px;
  display: block;
  width: 50px;
  height: 50px;
  padding: 11px 0 0;
  color: #fff;
  font-size: 10px;
  text-align: center;
  border-radius: 24px;
  background: #d87e7b;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--detail-item {
  padding: 13px 20px;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--detail-item ul li {
  font-size: 13px;
  width: 235px;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--detail-item ul li:last-child {
  margin-bottom: 0;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--detail-item ul li span {
  padding-left: 16px;
  vertical-align: middle;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--detail-item ul li .block-regular-purcharse-list--detail-item-list {
  font-size: 12px;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--detail-item ul li .block-regular-purcharse-list--detail-item-list-nolink {
  display: inline-block;
  width: 140px;
  padding-left: 0;
  padding-right: 6px;
  vertical-align: middle;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--detail-item ul li .block-regular-purcharse-list--detail-item-list-unit {
  padding-left: 0;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--detail-item ul li .block-regular-purcharse-list--detail-item-list-amount {
  padding-left: 0;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--detail-item ul a.block-regular-purcharse-list--detail-item-changelink {
  display: inline-block;
  font-size: 12px;
  width: 100%;
  text-decoration: underline;
  text-align: right;
  margin: 0 0 5px;
  padding-right: 14px;
  background: none;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--detail-item .block-regular-purcharse-list--sales-link {
  margin: 15px 0 0;
  text-align: right;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--detail-item .block-regular-purcharse-list--sales-link a {
  font-size: 12px;
  text-decoration: underline;
  background: none;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #3e3e3e;
  padding: 6px 8px;
  display: inline-block;
  border-radius: 4px;
  color: #3e3e3e;
  font-weight: 700;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--skip-button {
  margin-top: 8px;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--skip-button input[type="button"] {
  display: inline-block;
  width: 120px;
  padding: 6px 0;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 1px solid #3e3e3e;
  border-radius: 4px;
  cursor: pointer;
}

/* &mdash;&mdash;&mdash;-定期購入商品詳細画面---- */
.block-regular-purcharse-detail--body {
  margin: 10px 0;
  width: 100%;
}

.block-regular-purcharse-detail--regular-sales-items {
  width: 100%;
}

.block-regular-purcharse-detail--regular-sales-items th {
  width: 250px;
}

.block-regular-purcharse-detail--shipment-address {
  border: 1px solid #c8c8c8;
  padding: 10px;
  margin: 10px 0;
}

.block-regular-purcharse-detail--update-address {
  margin: 10px 0;
  text-align: right;
}

.block-regular-purcharse-detail--goods-items {
  width: 100%;
}

.block-regular-purcharse-detail--append-items {
  width: 100%;
}

.block-regular-purcharse-detail--append-items th {
  width: 250px;
}

.block-regular-purcharse-detail--include-items {
  width: 100%;
}

.block-regular-purcharse-detail--include-items th {
  width: 250px;
}

.block-regular-purcharse-detail--action-message {
  margin-top: 10px;
}

.block-regular-purcharse-list--order-id a {
  text-decoration: underline;
}

/* &mdash;&mdash;&mdash;-定期購入商品配送先変更画面---- */
.block-regular-purcharse-shipment-info-update--new-address,
.block-regular-purcharse-shipment-info-update--old-address {
  border: 1px solid #c8c8c8;
  padding: 10px;
  margin: 10px 0;
  overflow: hidden;
}

.block-regular-purcharse-shipment-info-update--new-address address {
  float: left;
}

.block-regular-purcharse-shipment-info-update--cust-edit,
.block-regular-purcharse-shipment-info-update--dest-edit,
.block-regular-purcharse-shipment-info-dest-add {
  text-align: right;
}

/* &mdash;&mdash;&mdash;-定期購入商品配送先変更画面(AmazonPay)---- */
.block-regular-purcharse-shipment-info--amazonpay-body {
  width: 480px;
  margin: 0 auto;
}

.block-regular-purcharse-shipment-info--amazonpay-message {
  text-align: left;
}

.block-regular-purcharse-shipment-info--amazonpay-login {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.block-regular-purcharse-shipment-info--amazonpay-error {
  text-align: left;
  color: #a94442;
}

.block-regular-purcharse-shipment-info--amazonpay-widget-body {
  margin: 0 auto;
}

.block-regular-purcharse-shipment-info--amazonpay-address-widget {
  float: left;
}

.block-regular-purcharse-shipment-info--amazonpay-widget-error {
  text-align: left;
  color: #a94442;
  margin-left: 5px;
}

/* &mdash;&mdash;&mdash;-定期購入商品サイクル情報変更画面---- */
.block-regular-purcharse-cycle-info-update h3 {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin: 0 0 12px 0;
}

.block-regular-purcharse-cycle-info-update--body {
  margin: 10px 0;
  width: 100%;
}

.block-regular-purcharse-cycle-info-update--regular-sales-items {
  width: 100%;
}

.block-regular-purcharse-cycle-info-update--regular-sales-items th {
  width: 250px;
}

.block-regular-purcharse-cycle-info-update--shipment-address {
  border: 1px solid #c8c8c8;
  padding: 10px;
  margin: 10px 0;
}

.block-regular-purcharse-cycle-info-update--goods-items {
  width: 100%;
}

.block-regular-cycle--select-timespec-title {
  font-weight: bold;
  margin-right: 5px;
}

.block-regular-purcharse-cycle-info-update--skip-cancel-message {
  font-size: 10px;
}

/* &mdash;&mdash;&mdash;-定期購入商品解約画面---- */
.block-regular-purcharse-cancellation--goods-items {
  margin: 10px 0;
  width: 100%;
}

.block-regular-purcharse-cancellation--message {
  text-align: center;
  padding-top: 10px;
}

.block-regular-purcharse-cancellation--cancel-reason-items {
  width: 600px;
  margin: 0 auto;
}

.block-regular-purcharse-cancellation--cancel-reason-items label:after {
  content: "\A";
  white-space: pre;
}

.block-regular-purcharse-cancellation--cancel-reason-other-comment {
  padding-top: 10px;
  display: none;
}

/* &mdash;&mdash;&mdash;-定期購入商品変更画面---- */
.block-goodschange-list .block-regular-goodschange-info-header-msg {
  margin-bottom: 10px;
}

.block-goodschange-list .block-goodschange-list-item-buttons-selected {
  cursor: default;
  background: #fffcfc;
  border: 1px solid #f00;
  color: #f00;
  font-weight: bold;
  margin-top: 10px;
  padding: 8px 8px;
  font-size: 16px;
  min-width: 160px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

/* &mdash;&mdash;&mdash;-定期購入支払い方法変更画面---- */
.block-regular-purcharse-method-info-update--body {
  margin: 10px 0;
  width: 100%;
}

.block-regular-purcharse-method-info-update--regular-sales-items .block-regular-purcharse-method--info-cardedit a {
  text-decoration: underline;
}

.block-regular-purcharse-method-info-update--regular-sales-items {
  width: 100%;
}

.block-regular-purcharse-cancellation--goods-img {
  width: 120px;
}

.block-regular-purcharse-cancellation--cancel-reason-message {
  margin-bottom: 10px;
}

.block-regular-purcharse-cancellation--cancel-reason-message .required:after {
  display: inline-block;
}

.block-regular-purcharse-cancellation--cancel-reason-items {
  width: 100%;
  margin-bottom: 20px;
  line-height: 2.0;
}

.block-regular-purcharse-cancellation--cancel-reason {
  margin-bottom: 40px;
}

.block-withdrawal {
  position: relative;
}

.block-withdrawal-completed--header {
  text-align: center;
  font-size: 40px;
  margin-top: 60px;
}

.block-withdrawal-completed--message {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.833;
}

.block-withdrawal--forward {
  background-color: #666666;
  border: 1px solid #666666;
}

.block-withdrawal-completed--back-to-home {
  border: 1px solid #013893;
  background-color: #013893;
  color: #fff;
}

.page-regulardest .legend {
  border: none;
}

.page-regulardest .block-regular-purcharse-shipment-info-update--old-address {
  padding: 20px 20px;
  margin-bottom: 16px;
  line-height: 1.833;
}

.page-regulardest .block-regular-purcharse-shipment-info-update--body {
  margin-bottom: 60px;
}

.page-regulardest .block-regular-purcharse-shipment-info-update--new-address {
  padding: 20px 20px;
  margin-bottom: 16px;
  line-height: 2.0;
}

.page-regulardest input[name="select_dest"] {
  vertical-align: middle;
  margin-top: -4px;
}

.page-contact input[name="name"] {
  margin-right: 10px;
}

.page-contact input[name="name"],
.page-contact input[name="name2"] {
  width: 400px;
  width: 400px;
}

.page-contact .fieldset .form-control {
  padding-right: 30px;
}

.page-contact .fieldset {
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}

.page-contact .block-inquiry--confirmation-form .fieldset {
  border-top: none;
  border-left: none;
  border-right: none;
}

.block-inquiry--subject {
  width: 100%;
}

h2.block-inquiry--sub-header {
  padding: 0;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 24px;
  font-size: 22px;
  color: #505050;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.33;
  display: block;
  text-align: center;
  position: relative;
  border: none;
  background-color: transparent;
}

.p-inquiry-tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin-bottom: 60px;
}

.p-inquiry-tel .p-inquiry-tel-box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  48%;
      -ms-flex: 0 0  48%;
          flex: 0 0  48%;
  max-width: 48%;
  border: 1px solid #dcdcdc;
}

.p-inquiry-tel .p-inquiry-tel-name {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.0;
  margin-bottom: 10px;
}

.p-inquiry-tel .p-inquiry-tel-number {
  text-align: center;
  color: #013893;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.0;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 16px;
}

.p-inquiry-tel dt {
  background-color: #013893;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.33;
  padding: 10px 20px;
}

.p-inquiry-tel dd {
  padding: 24px 20px;
  text-align: center;
}

.p-inquiry-tel .p-inquiry-tel-txt {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.633;
}

.p-inquiry-tel .p-inquiry-tel-txt a {
  color: #013893;
  text-decoration: underline;
}

.block-inquiry--message {
  margin-bottom: 40px;
}

.block-inquiry--message .p-list a {
  font-weight: 700;
}

.p-block-inquiry--message-qa {
  margin-top: 50px;
}

.p-block-inquiry--message-qa img {
  margin: 20px;
  margin-left: 0px;
}

.p-block-inquiry--message-qa .q_list {
  background-color: #F4F4F4;
}

.p-block-inquiry--message-qa .slidelist {
  padding: 12px 30px;
  padding-right: 50px;
  cursor: pointer;
  position: relative;
  border: 1px solid #dcdcdc;
  border: 1px solid #dcdcdc;
  border-top: none;
}

.p-block-inquiry--message-qa .slidelist:first-child {
  border-top: 1px solid #dcdcdc;
}

.p-block-inquiry--message-qa .slidelist:before, .p-block-inquiry--message-qa .slidelist:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 10px;
  height: 1px;
  background-color: #1b1b1b;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
}

.p-block-inquiry--message-qa .slidelist:after {
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
}

.p-block-inquiry--message-qa .slidelist.is-opened:after {
  -webkit-transform: translate(0, -50%) rotate(0deg);
          transform: translate(0, -50%) rotate(0deg);
}

.p-block-inquiry--message-qa .caution {
  margin-top: 30px;
  color: #BE0000;
}

.p-block-inquiry--message-qa .slideinfo {
  display: none;
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  border-top: none;
  padding: 30px 40px 30px;
}

.p-block-inquiry--message-qa .lead {
  font-size: 1.15em;
}

.p-block-inquiry--message-qa p {
  line-height: 1.9;
}

.p-block-inquiry--message-qa strong {
  font-weight: 700;
}

.page-header {
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.page-header.text-success {
  color: #013893;
}

.page-header.text-danger {
  color: #BE0000;
}

.block-inquiry--forward {
  background-color: #013893;
  color: #fff;
}

.block-inquiry--confirmation-back {
  color: #013893;
  background-color: #ffffff;
  border: 1px solid #013893;
}

.page-contactthanks .pane-main {
  padding-top: 90px;
}

.page-contactthanks .action-buttons {
  margin-top: 60px;
}

.block-inquiry-completed--message {
  margin-top: 40px;
  text-align: center;
  line-height: 1.833;
}

.page-questionnaireform .legend {
  border: none;
  font-weight: 400;
  margin-top: 50px;
  margin-bottom: 12px;
}

.page-questionnaireform select[name="yy_birth"],
.page-questionnaireform select[name="mm_birth"],
.page-questionnaireform select[name="dd_birth"] {
  width: 25%;
  margin-left: 10px;
  margin-right: 4px;
}

.page-questionnaireform select[name="yy_birth"]:first-child,
.page-questionnaireform select[name="mm_birth"]:first-child,
.page-questionnaireform select[name="dd_birth"]:first-child {
  margin-left: 0px;
}

.page-questionnaireform input.block-questionnaire--kana,
.page-questionnaireform input.block-questionnaire--kana-2,
.page-questionnaireform input.block-questionnaire--name,
.page-questionnaireform input.block-questionnaire--name-2 {
  width: 260px;
}

.page-questionnaireform .block-questionnaire--name-value-label,
.page-questionnaireform .block-questionnaire--name-value-label {
  width: 66px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.page-questionnaireform .required:after {
  display: inline-block;
}

.page-questionnaireform .fieldset .form-control {
  padding: 18px 0;
}

.block-questionnaire-completed--message {
  text-align: center;
  line-height: 1.833;
}

.page-certify input,
.page-certify .form-label {
  vertical-align: middle;
}

.block-additional-authentication--message-header {
  font-size: 16px;
}

.block-additional-authentication--input-items {
  margin-top: 30px;
}

.block-additional-authentication--reissue {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-left: 10px;
  vertical-align: middle;
}

.block-additional-authentication--inquiry {
  text-decoration: underline;
}

.block-additional-authentication--inquiry:hover {
  text-decoration: underline;
}

.block-additional-authentication--body {
  padding: 40px 30px;
}

.block-withdrawal .form-group {
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  margin-top: -1px;
}

.block-withdrawal .fieldset .form-group:first-child {
  border-top: 1px solid #dcdcdc;
}

.block-withdrawal .fieldset .form-control {
  padding-right: 20px;
}

.p-block-withdrawal--message {
  text-align: center;
  line-height: 1.72;
}

.p-block-withdrawal--message-img {
  width: 90px;
  margin: 0 auto;
  margin-bottom: 34px;
}

.p-block-withdrawal--message-tit {
  font-size: 24px;
  color: #013893;
  font-weight: 700;
  margin-bottom: 30px;
}

.p-block-withdrawal--message-txt {
  font-weight: 700;
  margin-bottom: 30px;
}

.page-askpass .fieldset .form-control {
  padding: 18px 0;
}

.page-askpass .fieldset {
  margin-top: 30px;
}

.page-askpass .form-group {
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  margin-top: -1px;
}

.page-askpass .fieldset .form-group:first-child {
  border-top: 1px solid #dcdcdc;
}

.page-askpass .fieldset .form-control {
  padding-right: 20px;
}

.page-askpass .block-member-info--mailnews .form-control,
.page-askpass .block-member-info--use-spoofing-protection .form-control {
  padding-top: 30px;
}

.page-askpasschange .fieldset .form-control {
  padding: 18px 0;
}

.page-askpasschange .fieldset {
  margin-top: 30px;
}

.page-askpasschange .form-group {
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  margin-top: -1px;
}

.page-askpasschange .fieldset .form-group:first-child {
  border-top: 1px solid #dcdcdc;
}

.page-askpasschange .fieldset .form-control {
  padding-right: 20px;
}

.page-askpasschange .block-member-info--mailnews .form-control,
.page-askpasschange .block-member-info--use-spoofing-protection .form-control {
  padding-top: 30px;
}


.block-askpass-completed--message {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.833;
}

.block-askpass-completed--back-to-home {
  background-color: #013893;
  border: 1px solid #013893;
  color: #fff;
}

.page-bizusersetpass .fieldset .form-control {
  padding: 18px 0;
}

.page-bizusersetpass .fieldset {
  margin-top: 30px;
}

.page-bizusersetpass .form-group {
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  margin-top: -1px;
}

.page-bizusersetpass .fieldset .form-group:first-child {
  border-top: 1px solid #dcdcdc;
}

.page-bizusersetpass .fieldset .form-control {
  padding-right: 20px;
}

.page-bizusersetpass .block-member-info--mailnews .form-control,
.page-bizusersetpass .block-member-info--use-spoofing-protection .form-control {
  padding-top: 30px;
}

.block-askpass-completed--message {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.833;
}

.block-askpass-completed--back-to-home {
  background-color: #013893;
  border: 1px solid #013893;
  color: #fff;
}

.block-logout--back-to-home {
  background-color: #013893;
  border: 1px solid #013893;
  color: #fff;
}

.block-coupon-list {
  position: relative;
}

table.block-coupon-list--table tr:nth-child(2n) {
  background-color: #F4F4F4;
}

table.block-coupon-list--table th, table.block-coupon-list--table td {
  padding-left: 20px;
  padding-right: 20px;
}

table.block-coupon-list--table th {
  background-color: #E6E6E6;
  text-align: center;
  white-space: nowrap;
}

table.block-coupon-list--table .block-coupon-list--coupon-code {
  font-size: 20px;
  font-weight: 300;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  white-space: nowrap;
}

table.block-coupon-list--table .block-coupon-list--bonus-type {
  font-size: 20px;
  font-weight: 300;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.block-coupon-list--back {
  color: #013893;
  background-color: #fff;
  border: 1px solid #013893;
}

.p-thanks__title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-top: 90px;
  margin-bottom: 30px;
}

.p-thanks__text1 {
  font-size: 18px;
  line-height: 1.72;
  text-align: center;
  margin-bottom: 30px;
}

.p-thanks__text2 {
  font-size: 20px;
  line-height: 1.72;
  text-align: center;
  font-weight: 700;
  margin-bottom: 12px;
}

.p-thanks__text3 {
  font-size: 18px;
  line-height: 2.0;
  text-align: center;
}

.p-thanks__number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin-bottom: 40px;
}

.p-thanks__number-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  220px;
      -ms-flex: 0 0  220px;
          flex: 0 0  220px;
  max-width: 220px;
  background-color: #F4F4F4;
  border: 1px solid #dcdcdc;
  height: 68px;
}

.p-thanks__number-value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  350px;
      -ms-flex: 0 0  350px;
          flex: 0 0  350px;
  max-width: 350px;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  color: #013893;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  border: 1px solid #dcdcdc;
  border-left: none;
}

.block-inquiry-history {
  position: relative;
}

.block-inquiry-history--body li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  border: 1px solid #dcdcdc;
  padding: 0;
  margin: 0;
  margin-top: -1px;
}

.block-inquiry-history--body li:nth-child(2n + 1) {
  background-color: #f4f4f4;
}

.block-inquiry-history--inquiry-dt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  200px;
      -ms-flex: 0 0  200px;
          flex: 0 0  200px;
  max-width: 200px;
  text-align: center;
  padding: 12px 8px;
  margin: 0;
  border-right: 1px solid #dcdcdc;
  font-size: 20px;
  color: #000000;
  font-weight: 300;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.block-inquiry-history--subject {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1  auto;
      -ms-flex: 0 1  auto;
          flex: 0 1  auto;
  max-width: auto;
  padding: 16px 8px;
  margin: 0;
  font-weight: 700;
  color: #013893;
}

.block-inquiry-history--inquiry-id {
  padding: 16px 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1  auto;
      -ms-flex: 1 1  auto;
          flex: 1 1  auto;
  margin: 0;
}

.block-inquiry-history--header-inquiry-dt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  200px;
      -ms-flex: 0 0  200px;
          flex: 0 0  200px;
  max-width: 200px;
  text-align: center;
  padding: 16px 8px;
  margin: 0 !important;
  border-right: 1px solid #dcdcdc;
  background-color: #E6E6E6;
  font-weight: 700;
  text-align: center;
}

.block-inquiry-history--header-subject {
  background-color: #E6E6E6;
  padding: 16px 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1  auto;
      -ms-flex: 1 1  auto;
          flex: 1 1  auto;
  margin: 0 !important;
  font-weight: 700;
  text-align: center;
}

.block-inquiry-history-detail {
  position: relative;
}

.block-inquiry-history-detail--title {
  margin-top: 30px;
  margin-bottom: 20px;
}

.block-inquiry-history-detail--date {
  font-size: 20px;
  color: #000000;
  font-weight: 400;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.block-inquiry-history-detail--item {
  margin-top: 60px;
}

.block-inquiry-history-detail--form {
  padding-bottom: 60px;
  padding-top: 80px;
  margin-top: 0;
  position: relative;
  z-index: 1;
}

.block-inquiry-history-detail--form:before {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-color: #f4f4f4;
  -webkit-transform: translate3d(-50vw, 0, 0) rotate(0deg);
          transform: translate3d(-50vw, 0, 0) rotate(0deg);
}

@media only screen and (max-width: 1260px) {
  .block-inquiry-history-detail--form:before {
    min-width: 1260px;
    -webkit-transform: translate3d(-630px, 0, 0) rotate(0deg);
            transform: translate3d(-630px, 0, 0) rotate(0deg);
  }
}

.block-inquiry-history-detail--form textarea {
  background-color: #ffffff;
}

.block-inquiry-history-detail--body {
  position: relative;
  margin-top: 60px;
  padding: 60px 0 0;
  z-index: 1;
}

.block-inquiry-history-detail--body:before {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-color: #f4f4f4;
  -webkit-transform: translate3d(-50vw, 0, 0) rotate(0deg);
          transform: translate3d(-50vw, 0, 0) rotate(0deg);
}

@media only screen and (max-width: 1260px) {
  .block-inquiry-history-detail--body:before {
    min-width: 1260px;
    -webkit-transform: translate3d(-630px, 0, 0) rotate(0deg);
            transform: translate3d(-630px, 0, 0) rotate(0deg);
  }
}

.p-confirm-tbl-td .u-num {
  font-weight: 300;
}

.block-inquiry-history-detail--item {
  margin: 0;
  margin-top: 26px;
}

.block-inquiry-history-detail--item .legend {
  border: none;
  padding: 0;
  width: 80%;
  margin: 0 auto;
  font-size: 14px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.block-inquiry-history-detail--item .block-inquiry-history-detail--contact-name {
  width: 100%;
  text-align: left;
}

.block-inquiry-history-detail--item .block-inquiry-history-detail--update-dt {
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: 300;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.block-inquiry-history-detail--item dd {
  padding: 20px 20px;
  border-radius: 10px;
  border: 1px solid #dcdcdc;
  background-color: #ffffff;
  width: 80%;
  margin: 0 auto;
  position: relative;
}

.block-inquiry-history-detail--item dd:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 58px;
  height: 58px;
  -webkit-transform: translate3d(-80px, -50%, 0) rotate(0deg);
          transform: translate3d(-80px, -50%, 0) rotate(0deg);
  background: url("../../img/usr/mypage/icon_contact_user.png") no-repeat center center/contain;
}

.block-inquiry-history-detail--item dd:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #dcdcdc;
  border-top-color: #fff;
  border-right-color: #fff;
  background: #fff;
  -webkit-transform: translate3d(-10px, -50%, 0) rotate(45deg);
          transform: translate3d(-10px, -50%, 0) rotate(45deg);
}

.block-inquiry-history-detail--item.block-inquiry-history-detail--item--shop .legend {
  text-align: right;
}

.block-inquiry-history-detail--item.block-inquiry-history-detail--item--shop .block-inquiry-history-detail--contact-name {
  text-align: right;
}

.block-inquiry-history-detail--item.block-inquiry-history-detail--item--shop .block-inquiry-history-detail--update-dt {
  text-align: right;
}

.block-inquiry-history-detail--item.block-inquiry-history-detail--item--shop dd {
  border: 1px solid #013893;
  background-color: #013893;
  color: #fff;
}

.block-inquiry-history-detail--item.block-inquiry-history-detail--item--shop dd:before {
  left: auto;
  right: 0;
  -webkit-transform: translate3d(80px, -50%, 0) rotate(0deg);
          transform: translate3d(80px, -50%, 0) rotate(0deg);
  background: url("../../img/usr/mypage/icon_contact_shop.png") no-repeat center center/contain;
}

.block-inquiry-history-detail--item.block-inquiry-history-detail--item--shop dd:after {
  left: auto;
  right: 0;
  border: 1px solid #013893;
  border-top-color: #013893;
  border-right-color: #013893;
  background: #013893;
  -webkit-transform: translate3d(10px, -50%, 0) rotate(-45deg);
          transform: translate3d(10px, -50%, 0) rotate(-45deg);
}

.p-gd-entry {
  padding: 0px 50px 0;
  border: 1px solid #dcdcdc;
}

.p-gd-entry:nth-child(n+2) {
  border-top: none;
}

.p-gd-entry.is-active .p-gd-entry-tit {
  margin-bottom: 16px;
}

.p-gd-entry.is-active .p-gd-entry-tit:after {
  -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
          transform: translate3d(0, 0, 0) rotate(0deg);
}

.p-gd-entry.is-active .p-gd-entry-content {
  display: block;
}

.p-gd-entry-tit {
  display: block !important;
  font-size: 18px;
  line-height: 1.0;
  padding: 24px 0;
  margin: 0;
  margin-bottom: 0px;
  cursor: pointer;
  position: relative;
}

.p-gd-entry-tit:before, .p-gd-entry-tit:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #000000;
  -webkit-transition: -webkit-transform 300ms  ease-out 0ms;
  transition: -webkit-transform 300ms  ease-out 0ms;
  transition: transform 300ms  ease-out 0ms;
  transition: transform 300ms  ease-out 0ms, -webkit-transform 300ms  ease-out 0ms;
}

.p-gd-entry-tit:after {
  -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
          transform: translate3d(0, 0, 0) rotate(90deg);
}

.p-gd-entry-content {
  display: none;
  padding-bottom: 70px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translate3d(0, -10px, 0) rotate(0deg);
          transform: translate3d(0, -10px, 0) rotate(0deg);
  -webkit-animation: anim-p-gd-entry-content 300ms ease-out 0ms 1 normal forwards;
          animation: anim-p-gd-entry-content 300ms ease-out 0ms 1 normal forwards;
}

@-webkit-keyframes anim-p-gd-entry-content {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, -10px, 0) rotate(0deg);
            transform: translate3d(0, -10px, 0) rotate(0deg);
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0px, 0) rotate(0deg);
            transform: translate3d(0, 0px, 0) rotate(0deg);
  }
}

@keyframes anim-p-gd-entry-content {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, -10px, 0) rotate(0deg);
            transform: translate3d(0, -10px, 0) rotate(0deg);
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0px, 0) rotate(0deg);
            transform: translate3d(0, 0px, 0) rotate(0deg);
  }
}

.p-gd-entry-desc {
  margin-bottom: 30px;
}

.p-gd-entry-desc-txt {
  line-height: 2.0;
}

.p-pan.p-pan--gd-credit {
  padding-top: 60px;
}

.p-pan.p-pan--lg {
  padding-top: 50px;
}

.p-gd-pay-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.p-gd-pay-card-txt {
  font-weight: 700;
  margin-right: 30px;
}

.p-gd-pay-card-img {
  max-width: 260px;
}

.p-gd-entry--pay--notice {
  margin-top: 32px;
  margin-bottom: 50px;
}

.p-gd-entry--pay--notice:last-child {
  margin-bottom: 0;
}

.p-gd-entry--pay--notice-tit2 {
  font-weight: 600;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 8px;
  margin-top: 25px;
}

.p-gd-entry--pay--notice-txt3 {
  font-weight: 300;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.p-gd-num-list {
  margin-bottom: 40px;
}

.p-gd-num-list:last-child {
  margin-bottom: 0px;
}

.p-gd-num-list-item {
  padding: 14px 18px 18px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.p-gd-num-list-item-num {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  48px;
      -ms-flex: 0 0  48px;
          flex: 0 0  48px;
  max-width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50px;
  text-align: center;
  font-size: 24px;
  color: #B4B4B4;
  font-weight: 600;
  background-color: #f4f4f4;
  margin-right: 18px;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.p-gd-num-list-item-content {
  padding-top: 8px;
}

.p-gd-num-list-item-content-tit {
  font-size: 16px;
  color: #013893;
  font-weight: 700;
  margin-bottom: 6px;
}

.p-gd-num-list-item-content-txt {
  font-size: 14px;
}

.p-gd-img-credit input,
.p-gd-img-credit {
  width: 180px;
}

.p-gd-img-credit {
  margin: 20px 0;
}

.p-gd-entry-desc-tit-m {
  font-size: 18px;
  color: #013893;
  font-weight: 700;
  margin-bottom: 16px;
}

.p-gd-entry-desc-tit {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}

.p-gd-credit-ex-entry {
  background-color: #ffffff;
  position: relative;
  padding: 25px 50px;
  margin-bottom: 10px;
  border-radius: 10px;
}

.p-gd-credit-ex-entry-tit {
  font-size: 16px;
  color: #013893;
  font-weight: 700;
  position: absolute;
  top: 10px;
  left: 300px;
}

.p-gd-credit-ex-entry-tit-ex {
  font-size: 40px;
  color: #B4B4B4;
  font-weight: 600;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin-right: 10px;
}

.p-gd-credit-ex-entry-lr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.p-gd-credit-ex-entry-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  200px;
      -ms-flex: 0 0  200px;
          flex: 0 0  200px;
  max-width: 200px;
  margin-right: 50px;
}

.p-gd-credit-ex-entry-content {
  padding-top: 36px;
}

.p-gd-credit-ex-entry-content-txt {
  font-size: 14px;
  color: #000000;
  margin-bottom: 16px;
}

.p-gd-credit-ex-entry-content-txt .is-txt2 {
  font-weight: 700;
}

.p-gd-credit-ex-entry-content-txt .is-num1 {
  font-size: 16px;
  font-weight: 600;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.p-gd-credit-ex-entry-content-txt .is-num2 {
  font-size: 25px;
  font-weight: 600;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.p-gd-credit-ex-entry-content-txt .is-txt4 {
  font-weight: 700;
}

.p-gd-credit-ex-entry-content-txt .is-blue {
  color: #013893;
}

.p-gd-credit-ex-entry-content-pan {
  background-color: #F4F4F4;
  border: 1px solid #dedede;
  border-radius: 10px;
  padding: 4px 24px 8px;
  font-weight: 700;
}

.p-gd-credit-ex-entry-content-pan .is-blue {
  color: #013893;
}

.p-gd-credit-ex-entry-content-pan .is-num1 {
  font-size: 25px;
  font-weight: 600;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.p-gd-credit-ex-entry-content-pan .is-num2 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.p-gd-loan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 30px;
}

.p-gd-loan-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  49.5%;
      -ms-flex: 0 0  49.5%;
          flex: 0 0  49.5%;
  max-width: 49.5%;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 24px 40px;
}

.p-gd-loan-item:nth-child(2n+1) {
  margin-right: 1.0%;
}

.p-gd-loan-item-tit {
  font-size: 16px;
  color: #013893;
  font-weight: 700;
  margin-bottom: 12px;
}

.p-gd-loan-item-sub {
  font-weight: 700;
  margin-bottom: 4px;
}

.p-gd-loan-item-txt {
  font-size: 14px;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.p-gd-loan-item-tbl {
  margin-top: 20px;
  margin-bottom: 20px;
}

.p-gd-loan-item-tbl table {
  width: 100%;
}

.p-gd-loan-item-tbl td, .p-gd-loan-item-tbl th {
  border: 1px solid #dcdcdc;
  padding: 10px 14px;
  font-size: 14px;
  text-align: center;
}

.p-gd-loan-item-tbl th {
  font-weight: 700;
}

.p-gd-loan-item-tbl th:first-child {
  text-align: left;
}

.p-gd-loan-item-bnr input {
  width: 150px;
}

.p-gd-loan-item-bnr {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 150px;
}

.p-pan-sec--deliv {
  padding-bottom: 30px;
  border-bottom: 1px solid #dcdcdc;
}

.p-pan-sec--deliv:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.p-gd-deliv-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.p-gd-deliv-item-l {
  font-weight: 700;
  color: #013893;
  min-width: 170px;
  padding-left: 10px;
  padding-right: 20px;
  display: inline-block;
}

.p-gd-deliv-item-r {
  display: inline-block;
}

.p-gd-deliv-fee {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.p-gd-deliv-fee-entry {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  50%;
      -ms-flex: 0 0  50%;
          flex: 0 0  50%;
  max-width: 50%;
  padding-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.p-gd-deliv-fee-l {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  90px;
      -ms-flex: 0 0  90px;
          flex: 0 0  90px;
  max-width: 90px;
  font-size: 24px;
  color: #013893;
  font-weight: 600;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin-top: -8px;
}

.p-gd-deliv-fee-r {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1  auto;
      -ms-flex: 1 1  auto;
          flex: 1 1  auto;
}

.p-gd-deliv-fee-r-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin-bottom: 10px;
}

.p-gd-deliv-fee-r-item:last-child {
  margin-bottom: 0;
}

.p-gd-deliv-fee-r-item-tit {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  65px;
      -ms-flex: 0 0  65px;
          flex: 0 0  65px;
  max-width: 65px;
  font-weight: 700;
}

.p-gd-deliv-fee-r-item-txt {
  font-size: 14px;
}

.p-gd-deliv-tbl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 20px;
}

.p-gd-deliv-tbl-row {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  50%;
      -ms-flex: 0 0  50%;
          flex: 0 0  50%;
  max-width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  background-color: #ffffff;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 18px 34px 16px;
}

.p-gd-deliv-tbl-row:nth-child(1), .p-gd-deliv-tbl-row:nth-child(2) {
  border-top: 1px solid #dcdcdc;
}

.p-gd-deliv-tbl-row:nth-child(2n+1) {
  border-left: 1px solid #dcdcdc;
}

.p-gd-deliv-tbl-row-th {
  font-weight: 700;
}

.p-gd-deliv-tbl-row-td {
  text-align: right;
}

.p-gd-receipt-img1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin-bottom: 20px;
}

.p-gd-receipt-img1-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  370px;
      -ms-flex: 0 0  370px;
          flex: 0 0  370px;
  max-width: 370px;
  margin-right: 20px;
}

.p-gd-receipt-img1-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  200px;
      -ms-flex: 0 0  200px;
          flex: 0 0  200px;
  max-width: 200px;
}

.p-gd-receipt-img2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin-bottom: 20px;
}

.p-gd-receipt-img2-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  460px;
      -ms-flex: 0 0  460px;
          flex: 0 0  460px;
  max-width: 460px;
  margin-right: 30px;
}

.p-gd-receipt-img2-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  460px;
      -ms-flex: 0 0  460px;
          flex: 0 0  460px;
  max-width: 460px;
}

.pane-contents--guide-detail > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.pane-contents--guide-detail > .container .pane-main {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  860px;
      -ms-flex: 0 0  860px;
          flex: 0 0  860px;
  max-width: 860px;
}

.p-guide-detail {
  padding-top: 0px;
}

.pan-guide-left {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  280px;
      -ms-flex: 0 0  280px;
          flex: 0 0  280px;
  max-width: 280px;
  margin-right: 60px;
  background-color: #fce5e6;
  border-radius: 10px;
}

.p-guide-left {
  padding: 40px 15px 50px;
}

.p-guide-left-tit {
  font-size: 16px;
  color: #BE0000;
  font-weight: 700;
  letter-spacing: 0.00em;
  line-height: 1.5;
  border: none;
  padding: 0;
  margin: 0;
  padding-left: 40px;
  position: relative;
  margin-bottom: 20px;
}

.p-guide-left-tit:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 34px;
  height: 34px;
  -webkit-transform: translate3d(0, -50%, 0) rotate(0deg);
          transform: translate3d(0, -50%, 0) rotate(0deg);
}

.p-guide-left-tit.p-guide-left-tit--guide:before {
  background: url("../../img/usr/common/icon_guide.png") no-repeat center center/contain;
}

.p-guide-left-tit.p-guide-left-tit--faq:before {
  background: url("../../img/usr/common/icon_faq.png") no-repeat center center/contain;
}

.p-guide-left-menu {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 10px 10px;
  margin-bottom: 50px;
}

.p-guide-left-menu:last-child {
  margin-bottom: 0px;
}

.p-guide-left-menu-item.is-active > a {
  font-weight: 700;
  color: #faa0a6;
}

.p-guide-left-menu-item > a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.5;
  padding: 14px 10px;
  padding-right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  position: relative;
  border-top: 1px dashed #f7d0d1;
}

.p-guide-left-menu-item > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 16px;
  height: 16px;
  background: url("../../img/usr/common/icon_c_arrow_right_p.png") no-repeat center center/contain;
  -webkit-transform: translate3d(0, -50%, 0) rotate(0deg);
          transform: translate3d(0, -50%, 0) rotate(0deg);
}

.p-guide-left-menu-item:first-child > a {
  border-top: none;
}

.p-guide-left-menu-item-num {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  26px;
      -ms-flex: 0 0  26px;
          flex: 0 0  26px;
  max-width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  border-radius: 50px;
  background-color: #fce5e6;
  text-align: center;
  font-size: 14px;
  color: #BE0000;
  font-weight: 600;
  letter-spacing: 0.00em;
  line-height: 1.0;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin: 6px 0;
  margin-right: 10px;
}

.pane-contents--privacy .p-pan {
  padding: 42px 40px 45px;
}

.pane-contents--privacy h1 {
  padding-bottom: 0px;
  margin-bottom: 28px;
}

.p-privacy-desc {
  margin-bottom: 16px;
  line-height: 2.0;
  margin-bottom: 36px;
}

.p-pan-sec {
  margin-bottom: 36px;
}

.p-pan-sec:last-child {
  margin-bottom: 0px;
}

.p-dl {
  background-color: #f4f4f4;
  margin-bottom: 20px;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.p-dt,
.p-dd {
  padding: 18px 40px 16px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 1.72;
}

.p-dt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  250px;
      -ms-flex: 0 0  250px;
          flex: 0 0  250px;
  max-width: 250px;
  font-weight: 700;
}

.p-dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1  auto;
      -ms-flex: 1 1  auto;
          flex: 1 1  auto;
}

.p-dl {
  background-color: #f4f4f4;
  margin-bottom: 20px;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.p-dt,
.p-dd {
  padding: 18px 40px 16px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 1.72;
}

.p-dt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  250px;
      -ms-flex: 0 0  250px;
          flex: 0 0  250px;
  max-width: 250px;
  font-weight: 700;
}

.p-dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1  auto;
      -ms-flex: 1 1  auto;
          flex: 1 1  auto;
}

.p-sitemap-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.p-sitemap-row ul.p-list li {
  font-size: 16px;
}

.p-sitemap-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  31.32%;
      -ms-flex: 0 0  31.32%;
          flex: 0 0  31.32%;
  max-width: 31.32%;
  margin-bottom: 40px;
  margin-right: 3.0%;
}

.p-sitemap-col:nth-child(3n) {
  margin-right: 0;
}

.p-brands {
  padding-bottom: 90px;
}

.p-brands h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  margin-bottom: 46px;
}

.p-brands h2 {
  font-size: 26px;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

.p-brands h3 {
  font-size: 40px;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  font-weight: 600;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.p-brands-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 80px;
}

.p-brands-images-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  183px;
      -ms-flex: 0 0  183px;
          flex: 0 0  183px;
  max-width: 183px;
  margin-left: 20px;
  margin-bottom: 32px;
}

.p-brands-images-item:nth-child(6n+1) {
  margin-left: 0;
}

.p-brands-images-img {
  margin-bottom: 8px;
}

.p-brands-images-name {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.p-brands-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 46px;
}

.p-brands-list .u-small {
  margin-left: 4px;
  font-weight: 400;
}

.p-brands-list > a {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  49.5%;
      -ms-flex: 0 0  49.5%;
          flex: 0 0  49.5%;
  max-width: 49.5%;
  background-color: #ffffff;
  margin-bottom: 10px;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  padding: 18px 30px;
  border: 1px solid #dcdcdc;
}

.p-brands-list > a:nth-child(2n+1) {
  margin-right: 1.0%;
}

.p-brands-list > a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  background: url("../../img/usr/common/icon_arrow_right_s_bl.png") no-repeat center center/contain;
  -webkit-transform: translate3d(0, -50%, 0) rotate(0deg);
          transform: translate3d(0, -50%, 0) rotate(0deg);
}

.p-catalog {
  padding-bottom: 120px;
}

.p-catalog-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 50px 100px 80px 50px;
  border: 1px solid #dcdcdc;
}

.p-catalog-item:nth-child(n+2) {
  border-top: none;
}

.p-catalog-item:nth-child(2n+1) {
  background-color: #f4f4f4;
}

.p-catalog-item > img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  260px;
      -ms-flex: 0 0  260px;
          flex: 0 0  260px;
  max-width: 260px;
}

.p-catalog-item-caption {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 100px;
  padding-bottom: 100px;
  padding-top: 30px;
}

.p-catalog-item-caption h5 {
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 32px;
}

.p-catalog-link {
  display: inline-block;
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 40px;
}

.p-catalog-btn {
  position: absolute;
  bottom: 0;
  left: 100px;
  width: 150px;
  display: block;
  line-height: 60px;
  height: 60px;
  background-color: #000;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: center;
  -webkit-transition: all 300ms  ease-out 0ms;
  transition: all 300ms  ease-out 0ms;
  text-decoration: none;
  border-radius: 50px;
  padding-left: 20px;
}

.p-catalog-btn:before {
  content: "";
  display: inline-block;
  position: absolute;
  vertical-align: baseline;
  width: 22px;
  height: 22px;
  background: url("../../img/usr/common/icon_btn_pdf.png") no-repeat center center/contain;
  top: 19px;
  left: 38px;
}

.p-catalog-item-caption-txt {
  font-size: 18px;
  line-height: 2.0;
}

.pane-contents--first h1 {
  padding-bottom: 0px;
  margin-bottom: 28px;
  font-size: 24px;
}

.p-first-desc {
  margin-bottom: 40px;
}

.p-first-desc1 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.p-first-desc2 {
  font-size: 16px;
}

.p-pan {
  background-color: #f4f4f4;
  padding: 32px 40px 35px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.p-pan:last-child {
  margin-bottom: 0;
}

.p-pan p {
  margin-bottom: 10px;
  margin-top: 10px;
}

.p-pan a {
  font-weight: 700;
  text-decoration: underline;
}

.p-pan-tit,
h2.p-pan-tit {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  font-size: 18px;
  color: #013893;
  font-weight: 700;
}

.p-pan-tit3,
h3.p-pan-tit3 {
  padding: 0;
  margin: 0;
  margin-bottom: 18px;
  font-size: 18px;
  color: #000;
  font-weight: 700;
}

.p-pan-tit4,
h4.p-pan-tit4 {
  padding: 0;
  margin: 0;
  margin-bottom: 12px;
  font-size: 16px;
  color: #000;
  font-weight: 700;
}

.p-pan-desc {
  font-size: 16px;
  line-height: 2.0;
  margin-bottom: 8px;
}

.p-pan-desc:last-child {
  margin-bottom: 0;
}

.p-pan-desc.p-pan-desc--gd-priv {
  margin-bottom: 20px;
}

.p-first-footer {
  margin-top: 40px;
}

.p-first-notice-tag {
  display: block;
  width: 170px;
  height: 48px;
  line-height: 48px;
  font-size: 20px;
  color: #013893;
  font-weight: 700;
  margin-bottom: 26px;
  border: 1px solid #013893;
  text-align: center;
}

.p-first-notice-tit {
  font-size: 18px;
  color: #013893;
  font-weight: 700;
  margin-bottom: 20px;
}

.p-first-notice-txt {
  line-height: 2.0;
}

.p-company-b {
  font-weight: 700;
  display: inline-block;
  margin-right: 20px;
}

.p-rule-desc {
  margin-bottom: 40px;
}

.p-rule-sec {
  margin-bottom: 30px;
}

.p-rule-tit {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
  padding: 0;
}

.p-rule-txt {
  font-size: 14px;
  line-height: 1.72;
}

.p-block-bizhistory--search-frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  background-color: #f4f4f4;
  border: 1px solid #dcdcdc;
  padding: 50px 40px;
  margin-bottom: 40px;
}

.p-block-bizhistory--search-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  48%;
      -ms-flex: 0 0  48%;
          flex: 0 0  48%;
  max-width: 48%;
  padding: 10px 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  font-size: 16px;
  color: #000000;
}

.p-block-bizhistory--search-item:nth-child(2n+1) {
  margin-right: 4%;
}

.p-block-bizhistory--search-item input[type="text"] {
  max-width: 90%;
  background-color: #ffffff;
}

.p-block-bizhistory--search-item select {
  min-width: 110px;
  background-color: #ffffff;
}

.p-block-bizhistory--search-item.is-f {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  100%;
      -ms-flex: 0 0  100%;
          flex: 0 0  100%;
  max-width: 100%;
  margin-right: 0;
}

.p-block-bizhistory--search-item-select {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1  auto;
      -ms-flex: 1 1  auto;
          flex: 1 1  auto;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.p-block-bizhistory--search-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  100px;
      -ms-flex: 0 0  100px;
          flex: 0 0  100px;
  font-weight: bold;
  display: block;
  font-size: 15px;
  margin-right: 10px;
  white-space: nowrap;
}

.p-block-bizhistory--search-item-select-col-span {
  padding: 0 20px;
}

.p-select-unit {
  font-weight: 700;
  margin-left: 5px;
}

.p-block-bizhistory--search-btn {
  color: #fff !important;
  background-color: #013893 !important;
  border: 1px solid #013893 !important;
  width: 320px;
  margin-top: 30px;
}

.block-bizdest {
  position: relative;
}

table.block-bizdest--table {
  width: 100%;
  margin-bottom: 60px;
  font-size: 18px;
}

table.block-bizdest--table th {
  background-color: #E6E6E6;
  text-align: center;
  white-space: nowrap;
}

table.block-bizdest--table td {
  padding: 30px 50px;
  border: none;
  border-top: 1px solid #dcdcdc;
}

table.block-bizdest--table .block-bizdest--num {
  width: 120px;
  font-size: 32px;
  font-weight: 600;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  white-space: nowrap;
  text-align: center;
  border-right: 1px solid #dcdcdc;
}

table.block-bizdest--table .block-bizdest--name {
  width: 260px;
  font-weight: 700;
}

.block-bizdest--back {
  color: #013893;
  background-color: #fff;
  border: 1px solid #013893;
}

.p-block-bizdest-searchbox {
  margin-bottom: 30px;
}

.p-block-bizdest-searchbox .search_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  background-color: #f4f4f4;
  border: 1px solid #dcdcdc;
  padding: 30px 30px;
}

.p-block-bizdest-searchbox .search_box-tit {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  auto;
      -ms-flex: 0 0  auto;
          flex: 0 0  auto;
  font-size: 15px;
  color: #000000;
  font-weight: 700;
  margin-right: 40px;
}

.p-block-bizdest-searchbox .search_box-input {
  margin-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-block-bizdest-searchbox .search_box-input input {
  background-color: #ffffff;
  height: 50px;
}

.p-block-bizdest-searchbox input[type="submit"] {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  154px;
      -ms-flex: 0 0  154px;
          flex: 0 0  154px;
  max-width: 154px;
  display: block;
  line-height: 50px;
  height: 50px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 300ms  ease-out 0ms;
  transition: all 300ms  ease-out 0ms;
  text-decoration: none;
  border-radius: 0px;
  background-color: #013893;
  border: none;
}

.block-bizdest--message {
  margin-bottom: 30px;
}

.block-bizuserlist-list {
  position: relative;
}

table.block-bizuserlist-list--table {
  width: 100%;
}

table.block-bizuserlist-list--table tr:nth-child(2n) {
  background-color: #F4F4F4;
}

table.block-bizuserlist-list--table th, table.block-bizuserlist-list--table td {
  padding-left: 20px;
  padding-right: 20px;
}

table.block-bizuserlist-list--table th {
  background-color: #E6E6E6;
  text-align: center;
  white-space: nowrap;
}

table.block-bizuserlist-list--table .block-bizuserlist-list--bizuserlist-code {
  font-size: 20px;
  font-weight: 300;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  white-space: nowrap;
}

table.block-bizuserlist-list--table .block-bizuserlist-list--bonus-type {
  font-size: 20px;
  font-weight: 300;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.block-bizuserlist-list--back {
  color: #013893;
  background-color: #fff;
  border: 1px solid #013893;
}

.p-block-bizuserlist-list-btns {
  margin-bottom: 30px;
}

.p-block-bizuserlist-list-btn {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  100%;
      -ms-flex: 0 0  100%;
          flex: 0 0  100%;
  max-width: 320px;
  display: block;
  line-height: 70px;
  width: auto;
  height: 70px;
  background-color: #013893;
  border: 1px solid #013893;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 300ms  ease-out 0ms;
  transition: all 300ms  ease-out 0ms;
  margin: 0;
  text-decoration: none;
}

.block-bizuserlist-list--bizuserlist-name a {
  color: #013893;
  font-weight: 700;
  text-decoration: underline;
}

.block-bizuserlist-list--bizuserlist-dt {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.page-bizuseredit .form-group {
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  margin-top: -1px;
}

.page-bizuseredit .fieldset .form-group:first-child {
  border-top: 1px solid #dcdcdc;
}

.page-bizuseredit .fieldset .form-control {
  padding-right: 30px;
}

.page-bizuseredit .block-member-info--mailnews .form-control,
.page-bizuseredit .block-member-info--use-spoofing-protection .form-control {
  padding-top: 30px;
}

.page-bizuseredit .legend {
  border: none;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 50px;
  margin-bottom: 0px;
}

.page-bizuseredit input[name="zip"] {
  width: 15% !important;
}

.page-bizuseredit select[name="job1"] {
  width: 100%;
}

.page-bizuseredit input[name="tel11"],
.page-bizuseredit input[name="tel12"],
.page-bizuseredit input[name="tel13"] {
  width: 25%;
  margin-left: 10px;
  margin-right: 4px;
}

.page-bizuseredit input[name="tel11"]:first-child,
.page-bizuseredit input[name="tel12"]:first-child,
.page-bizuseredit input[name="tel13"]:first-child {
  margin-left: 0px;
}

.page-bizuseredit select[name="yy_birth"],
.page-bizuseredit select[name="mm_birth"],
.page-bizuseredit select[name="dd_birth"] {
  width: 15%;
  min-width: 0;
  margin-left: 10px;
  margin-right: 4px;
}

.page-bizuseredit select[name="yy_birth"]:first-child,
.page-bizuseredit select[name="mm_birth"]:first-child,
.page-bizuseredit select[name="dd_birth"]:first-child {
  margin-left: 0px;
}

.page-bizuseredit input[name="kana2"],
.page-bizuseredit input[name="name2"],
.page-bizuseredit input[name="kana"],
.page-bizuseredit input[name="name"] {
  max-width: 100%;
  width: 49%;
}

.page-bizuseredit .block-shipping-address input[name="name"],
.page-bizuseredit .block-shipping-address input[name="name2"],
.page-bizuseredit .block-shipping-address input[name="kana"],
.page-bizuseredit .block-shipping-address input[name="kana2"] {
  max-width: 100%;
  width: 49%;
}

.page-bizuseredit input[name="name2"],
.page-bizuseredit input[name="kana2"] {
  margin-left: 1%;
}

.page-bizuseredit input[name="zip"] {
  width: 49%;
}

.page-bizuseredit input[name="addr"],
.page-bizuseredit input[name="addr3"],
.page-bizuseredit input[name="addr2"] {
  margin-bottom: 20px;
}

.page-bizuseredit select[name="pref"] {
  margin-bottom: 20px;
}

.page-bizuseredit .form-group.block-member-info--mail .form-label,
.page-bizuseredit .form-group.block-member-info--mail .form-control {
  padding-top: 33px;
  padding-bottom: 30px;
}

.p-bizuseredit-status {
  border: 1px solid #dcdcdc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin-top: 32px;
}

.p-bizuseredit-status-tit {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  240px;
      -ms-flex: 0 0  240px;
          flex: 0 0  240px;
  max-width: 240px;
  border-right: 1px solid #dcdcdc;
  background-color: #F4F4F4;
  font-weight: 700;
  padding: 20px 30px;
}

.p-bizuseredit-status-val {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1  auto;
      -ms-flex: 1 1  auto;
          flex: 1 1  auto;
  padding: 20px 30px;
  position: relative;
}

.p-bizuseredit-status-link-withdraw {
  cursor: pointer;
  border: none;
  background: none;
  color: #000000;
  position: absolute;
  right: 30px;
  text-decoration: underline;
}

.p-bizuseredit-status-link-withdraw:hover{
  text-decoration: none;
  color: #002080;
}

.page-bizuseredit .block-member-info-confirmation--items .form-group {
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}

.page-bizuseredit .block-member-info-confirmation--items .form-group:first-child {
  border-top: 1px solid #dcdcdc;
}

.page-bizuserentry .form-group {
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  margin-top: -1px;
}

.page-bizuserentry .fieldset .form-group:first-child {
  border-top: 1px solid #dcdcdc;
}

.page-bizuserentry .fieldset .form-control {
  padding-right: 30px;
}

.page-bizuserentry .block-member-info--mailnews .form-control,
.page-bizuserentry .block-member-info--use-spoofing-protection .form-control {
  padding-top: 30px;
}

.page-bizuserentry .legend {
  border: none;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 50px;
  margin-bottom: 0px;
}

.page-bizuserentry input[name="zip"] {
  width: 15% !important;
}

.page-bizuserentry select[name="job1"] {
  width: 100%;
}

.page-bizuserentry input[name="tel11"],
.page-bizuserentry input[name="tel12"],
.page-bizuserentry input[name="tel13"] {
  width: 25%;
  margin-left: 10px;
  margin-right: 4px;
}

.page-bizuserentry input[name="tel11"]:first-child,
.page-bizuserentry input[name="tel12"]:first-child,
.page-bizuserentry input[name="tel13"]:first-child {
  margin-left: 0px;
}

.page-bizuserentry select[name="yy_birth"],
.page-bizuserentry select[name="mm_birth"],
.page-bizuserentry select[name="dd_birth"] {
  width: 15%;
  min-width: 0;
  margin-left: 10px;
  margin-right: 4px;
}

.page-bizuserentry select[name="yy_birth"]:first-child,
.page-bizuserentry select[name="mm_birth"]:first-child,
.page-bizuserentry select[name="dd_birth"]:first-child {
  margin-left: 0px;
}

.page-bizuserentry input[name="kana2"],
.page-bizuserentry input[name="name2"],
.page-bizuserentry input[name="kana"],
.page-bizuserentry input[name="name"] {
  max-width: 100%;
  width: 49%;
}

.page-bizuserentry .block-shipping-address input[name="name"],
.page-bizuserentry .block-shipping-address input[name="name2"],
.page-bizuserentry .block-shipping-address input[name="kana"],
.page-bizuserentry .block-shipping-address input[name="kana2"] {
  max-width: 100%;
  width: 49%;
}

.page-bizuserentry input[name="name2"],
.page-bizuserentry input[name="kana2"] {
  margin-left: 1%;
}

.page-bizuserentry input[name="zip"] {
  width: 49%;
}

.page-bizuserentry input[name="addr"],
.page-bizuserentry input[name="addr3"],
.page-bizuserentry input[name="addr2"] {
  margin-bottom: 20px;
}

.page-bizuserentry select[name="pref"] {
  margin-bottom: 20px;
}

.page-bizuserentry .form-group.block-member-info--mail .form-label,
.page-bizuserentry .form-group.block-member-info--mail .form-control {
  padding-top: 33px;
  padding-bottom: 30px;
}

.page-bizuserentry .block-member-info-confirmation--items .form-group {
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}

.page-bizuserentry .block-member-info-confirmation--items .form-group:first-child {
  border-top: 1px solid #dcdcdc;
}

.block-bookmarkgroup {
  position: relative;
}

.p-block-bookmarkgroup--entry {
  border: 1px solid #dcdcdc;
  margin-bottom: 30px;
}

.p-block-bookmarkgroup--entry:last-child {
  margin-bottom: 0px;
}

.p-block-bookmarkgroup--entry-header {
  padding: 20px 30px;
  position: relative;
  text-align: center;
  background-color: #f4f4f4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  border-bottom: 1px solid #dcdcdc;
}

.p-block-bookmarkgroup--entry-header-name {
  font-size: 20px;
  font-weight: 700;
  position: relative;
}

.p-block-bookmarkgroup--entry-header-name-edit {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 100%;
  width: 400px;
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  padding: 20px 20px 5px;
  display: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-animation: anim-p-block-bookmarkgroup--entry-header-name-edit 300ms ease-out 0ms 1 normal forwards;
          animation: anim-p-block-bookmarkgroup--entry-header-name-edit 300ms ease-out 0ms 1 normal forwards;
}

@-webkit-keyframes anim-p-block-bookmarkgroup--entry-header-name-edit {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes anim-p-block-bookmarkgroup--entry-header-name-edit {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.p-block-bookmarkgroup--entry-header-name-edit.is-active {
  display: block;
}

.p-block-bookmarkgroup--entry-header-edit {
  font-size: 14px;
  font-weight: 400;
  color: #013893;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.p-block-bookmarkgroup--entry-header-btns {
  margin-left: auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.p-block-bookmarkgroup--entry-header-btns-forward {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  120px;
      -ms-flex: 0 0  120px;
          flex: 0 0  120px;
  max-width: 120px;
  font-size: 14px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  border-radius: 6px;
  background-color: #013893;
  border: 1px solid #013893;
  padding: 0;
}

.p-block-bookmarkgroup--entry-header-btns-back {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  120px;
      -ms-flex: 0 0  120px;
          flex: 0 0  120px;
  max-width: 120px;
  font-size: 14px;
  margin-left: 16px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  border-radius: 6px;
  border: 1px solid #666;
  background-color: #666;
  padding: 0;
}

.p-block-bookmarkgroup--entry-content {
  padding: 30px 30px;
}

.p-block-bookmarkgroup--entry-content-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin-bottom: 12px;
}

.p-block-bookmarkgroup--entry-content-item:last-child {
  margin-bottom: 0;
}

.p-block-bookmarkgroup--entry-content-item-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0  60px;
      -ms-flex: 0 0  60px;
          flex: 0 0  60px;
  max-width: 60px;
}

.p-block-bookmarkgroup--entry-content-item-name {
  font-size: 16px;
  font-weight: 700;
  margin-left: 20px;
  position: relative;
}

.p-block-bookmarkgroup--entry-content-item-name a {
  color: #013893;
}

.p-block-bookmarkgroup--entry-content-item-price {
  margin-left: auto;
  padding-left: 38px;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.00em;
  line-height: 1.0;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

/*============================
#bookmarkgroup_count
============================*/
/*============================
#checkcart.btn.btn-primary.block-bookmarkgroup--add-to-cart
============================*/
.p-block-bookmarkgroup--entry-header-links {
  font-size: 18px;
  font-weight: 700;
}

.p-block-bookmarkgroup--entry-header-links-del {
  display: inline-block;
  margin-left: 20px;
}

.p-block-bookmarkgroup--entry-header-links-cart {
  color: #013893;
  display: inline-block;
}

.clearfix,
.u-clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after,
.u-clearfix:before,
.u-clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after,
.u-clearfix:after {
  clear: both;
}

.u-alert {
  color: #BE0000;
}

.u-bold {
  font-weight: 700;
}

.u-normal {
  font-weight: 400;
}

.u-small {
  font-size: 0.85em;
}

.u-tellink,
.tellink {
  pointer-events: none;
}

[class^="status-progress"] {
  margin-top: 10px;
}

[class^="status-progress"]:after {
  border-right: #013893 solid 4px;
  background: #013893;
}

.u-unit {
  font-size: 0.65em;
}

.u-right {
  text-align: right;
}

.u-num {
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.25em;
}

button.block-global-search--submit.btn.btn-default {
    border: 1px solid;
    padding: 10px;
    background: #fff;
    border-radius: 4px;
    color: #ffff;
}

button.block-global-search--submit.btn.btn-default-head {
    border: 1px solid;
    padding: 10px;
    background: #fff;
    border-radius: 4px;
    color: #ffff;
}

/* 2021.06.11 トップページの値引き表記 CSS */
/* トップ おすすめ商品 */
.p-top-recommends .block-thumbnail-t--price-items .price .is-line-through {
  text-decoration: line-through;
}

/* トップ ランキング*/
.p-top-ranking .block-ranking-r--price-items .price .is-line-through {
  text-decoration: line-through;
}

/*
 touch dev/src_pc/sass/object/project/_page_customer_bizdest.scss
 touch dev/src_sp/sass/object/project/_page_customer_bizdest.scss

 touch dev/src_pc/ejs/customer_bizdest.ejs
 touch dev/src_sp/ejs/customer_bizdest.ejs


 touch dev/src_pc/ejs/_page_customer_bizdest_content.ejs
*/
/*
LANG=C && find . ! -path ".*.git*" -type f -print0 | xargs -0 sed -i '' -e 's/"\/js\//"..\/design\/js\//g'
LANG=C && find . ! -path ".*.git*" -type f -print0 | xargs -0 sed -i '' -e 's/"\/cac2\//"..\/design\//g'
LANG=C && find . ! -path ".*.git*" -type f -print0 | xargs -0 sed -i '' -e 's/"\/img\//"..\/design\/img\//g'
*/

/*# sourceMappingURL=style.css.map */

.block-proteger-plan-select {
  order: 50;
  width: 450px;
}

.proteger-logo-small {
  height: 1.5rem;
  margin: 0 1rem 0 0;
}
