@charset "UTF-8";
body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 300ms ease-out 0ms;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:hover {
  opacity: 0.75;
}

a:hover,
a:focus {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

p {
  line-height: inherit;
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
}

figure {
  margin: 0;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

@media (min-width: 960px) {
  ::-moz-selection {
    background: #666666;
    color: #ffffff;
  }
  ::selection {
    background: #666666;
    color: #ffffff;
  }
}
@media (min-width: 960px) {
  ::-moz-selection {
    background: #666666;
    color: #ffffff;
  }
}
.sp-only,
.sm-only {
  display: none !important;
}

/* fade image in after load */
.lazyload {
  opacity: 0;
}

.lazyloading {
  opacity: 1;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 200ms;
}

/* LP:CLEAR SKIN */
#lp_clear_skin {
  min-width: 1000px;
  margin: 0 calc((-100vw + 1218px) / 2);
  overflow: hidden;
}

#lp_clear_skin .for-sp {
  display: none;
}

#lp_clear_skin * {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

#lp_clear_skin section {
  position: relative;
}

#lp_clear_skin section .inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

#lp_clear_skin h1,
#lp_clear_skin h2,
#lp_clear_skin h3 {
  padding: 0;
  margin: 0;
  border: none;
}

#lp_clear_skin .position-wrap {
  width: 100%;
  height: 2850px;
  position: relative;
}

#lp_clear_skin #sec_main {
  padding: 50px 0 0 0;
}

#lp_clear_skin #sec_main::after {
  content: "";
  width: 946px;
  height: 290px;
  position: absolute;
  left: -125px;
  bottom: -100px;
  display: block;
  background: url("../../img/usr/lp/clear-skin/design.png") center top no-repeat;
}

#lp_clear_skin #sec_main .top-pop {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

#lp_clear_skin #sec_main .visual img {
  width: 100%;
}

#lp_clear_skin #sec_main .desc-box {
  width: 100%;
  height: 100%;
  padding: 9.5% 0 0 65%;
  position: absolute;
  top: 0;
  left: 0;
}

#lp_clear_skin #sec_main .desc-box h1 {
  max-width: 324px;
  margin: 0 auto 10px;
}

#lp_clear_skin #sec_main .desc-box .text {
  margin: 0 0 20px;
  font-size: 16px;
  text-align: center;
  line-height: 1.6;
}

#lp_clear_skin #sec_main .button.days10 a {
  width: 240px;
  height: 40px;
  margin: 0 auto;
  border: #000 1px solid;
  border-radius: 40px;
  font-size: 18px;
  text-align: center;
  line-height: 38px;
  text-decoration: none;
  display: block;
  position: relative;
  transition: 0.3s;
  background: transparent;
}

#lp_clear_skin #sec_main .button.days10 a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  right: 25px;
  top: calc(50% - 4px);
  transform: rotate(45deg);
}

#lp_clear_skin #sec_main .button.days10 a:hover {
  border: #000 1px solid;
  background: #000;
  color: #fff;
}

#lp_clear_skin #sec_main .button.days10 a:hover::after {
  border-color: #fff;
}

#lp_clear_skin #sec_story {
  height: 1200px;
  position: relative;
  box-sizing: border-box;
}

#lp_clear_skin #sec_story::after {
  content: "";
  width: 100%;
  height: 780px;
  background: url("../../img/usr/lp/clear-skin/story_bg.png") center bottom no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

#lp_clear_skin #sec_story .side {
  position: absolute;
  left: 20px;
  top: 320px;
}

#lp_clear_skin #sec_story .inner {
  width: 1040px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

#lp_clear_skin #sec_story .pop {
  margin: 0 0 20px 0;
  font-size: 26px;
  font-weight: bold;
}

#lp_clear_skin #sec_story .text {
  margin: 0 0 20px 0;
  font-size: 15px;
  line-height: 1.8;
}

#lp_clear_skin #sec_story .kome-list {
  margin: 0 0 30px 0;
  display: flex;
}

#lp_clear_skin #sec_story .kome-list li {
  margin: 0 10px 0 0;
  font-size: 12px;
}

#lp_clear_skin #sec_story .button.days10 a {
  width: 320px;
  height: 50px;
  border: #000 1px solid;
  border-radius: 50px;
  font-size: 18px;
  text-align: center;
  line-height: 48px;
  text-decoration: none;
  display: block;
  position: relative;
  transition: 0.3s;
  background: #fff;
}

#lp_clear_skin #sec_story .button.days10 a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  right: 25px;
  top: calc(50% - 4px);
  transform: rotate(45deg);
}

#lp_clear_skin #sec_story .button.days10 a:hover {
  border: #000 1px solid;
  background: #000;
  color: #fff;
}

#lp_clear_skin #sec_story .button.days10 a:hover::after {
  border-color: #fff;
}

#lp_clear_skin #sec_body {
  width: 100%;
  height: 920px;
  padding: 110px 0 0;
  background: url("../../img/usr/lp/clear-skin/body_bg.png") center bottom no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: 4;
  position: absolute;
  top: 910px;
}

#lp_clear_skin #sec_eye {
  width: 100%;
  height: 920px;
  padding: 200px 0 0;
  background: url("../../img/usr/lp/clear-skin/eye_bg.png") center bottom no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: 3;
  position: absolute;
  top: 1580px;
}

#lp_clear_skin #sec_face {
  width: 100%;
  height: 960px;
  padding: 80px 0 0;
  background: url("../../img/usr/lp/clear-skin/face_bg.png") center bottom no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: 2;
  position: absolute;
  top: 2250px;
}

#lp_clear_skin #sec_body h2 {
  position: absolute;
  top: 270px;
  left: -30px;
}

#lp_clear_skin #sec_eye h2 {
  position: absolute;
  top: 10px;
  right: 0;
}

#lp_clear_skin #sec_face h2 {
  position: absolute;
  top: 250px;
  left: 0;
}

#lp_clear_skin .item-frame .inner {
  width: 1100px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  box-sizing: border-box;
}

#lp_clear_skin #sec_body .inner {
  padding-left: 150px;
}

#lp_clear_skin #sec_eye .inner {
  padding-right: 150px;
  flex-direction: row;
}

#lp_clear_skin #sec_face .inner {
  padding-left: 150px;
}

#lp_clear_skin #sec_body .image {
  width: 500px;
}

#lp_clear_skin #sec_eye .image {
  width: 500px;
  margin-top: 100px;
}

#lp_clear_skin #sec_face .image {
  width: 500px;
}

#lp_clear_skin #sec_body .desc-box {
  width: 360px;
  margin-top: 200px;
}

#lp_clear_skin #sec_eye .desc-box {
  width: 360px;
}

#lp_clear_skin #sec_face .desc-box {
  width: 360px;
  margin-top: 200px;
}

#lp_clear_skin .item-frame .desc-box .pop {
  margin: 0 0 20px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
}

#lp_clear_skin .item-frame .desc-box .text {
  margin: 0 0 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  color: #fff;
}

#lp_clear_skin .item-frame .desc-box .item-desc {
  padding: 10px 0;
  border-bottom: #4d4d4d 1px solid;
  border-top: #4d4d4d 1px solid;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  display: flex;
  justify-content: center;
}

#lp_clear_skin .item-frame .desc-box .item-desc p {
  font-size: 22px;
  font-weight: normal;
  text-align: left;
}

#lp_clear_skin #sec_nayami {
  padding: 363px 0 160px;
  background: url("../../img/usr/lp/clear-skin/nayami_bg.jpg") center bottom no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 1;
}

#lp_clear_skin #sec_nayami::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.25);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

#lp_clear_skin #sec_nayami .inner {
  position: relative;
  z-index: 2;
}

#lp_clear_skin #sec_nayami h2 {
  margin: 0 0 50px 0;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
}

#lp_clear_skin #sec_nayami .nayami-list {
  margin: 0 0 50px 0;
  display: flex;
  justify-content: center;
}

#lp_clear_skin #sec_nayami .nayami-list li {
  width: 280px;
  height: 280px;
  margin: 0 20px;
  border-radius: 280px;
  text-align: center;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 48px;
  font-weight: bold;
  font-family: YuMincho, "Yu Mincho", sans-serif;
}

#lp_clear_skin #sec_nayami .line01 {
  margin: 0 0 50px 0;
  font-size: 22px;
  text-align: center;
  line-height: 1.8;
}

#lp_clear_skin #sec_nayami .line02 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
}

#lp_clear_skin #sec_offer {
  padding: 100px;
  background: #d3cdcd;
  overflow: hidden;
}

#lp_clear_skin #sec_offer::before {
  content: "";
  width: 0;
  height: 0;
  border-top: #c9c3c3 700px solid;
  border-right: transparent 700px solid;
  border-bottom: transparent 700px solid;
  border-left: transparent 700px solid;
  position: absolute;
  top: 0;
  left: calc(50vw - 709px);
  display: block;
}

#lp_clear_skin #sec_offer::after {
  content: "";
  width: 0;
  height: 0;
  border-top: transparent 700px solid;
  border-right: transparent 700px solid;
  border-bottom: #c9c3c3 700px solid;
  border-left: transparent 700px solid;
  position: absolute;
  bottom: 0;
  left: calc(50vw - 709px);
  display: block;
}

#lp_clear_skin #sec_offer .inner {
  max-width: 1400px;
  margin: 0 auto;
  background: #fff;
  position: relative;
  z-index: 2;
}

#lp_clear_skin #sec_offer .head {
  padding: 90px 0 60px;
  text-align: center;
  position: relative;
}

#lp_clear_skin #sec_offer .head .pop {
  width: 100%;
  text-align: center;
  position: absolute;
  top: -28px;
  left: 0;
}

#lp_clear_skin #sec_offer .details {
  padding: 80px 100px;
}

#lp_clear_skin #sec_offer .ttl-point {
  margin: 0 0 45px 0;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
  color: #e37a7a;
}

#lp_clear_skin #sec_offer .ttl-point strong {
  font-size: 36px;
  font-weight: bold;
}

#lp_clear_skin #sec_offer .point-list {
  margin: 0 0 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#lp_clear_skin #sec_offer .point-list li {
  width: 18.5%;
  padding: 5px 0;
  border: #000 1px solid;
  border-radius: 6px;
  font-size: 18px;
  text-align: center;
}

#lp_clear_skin #sec_offer .middle-text {
  margin: 0 0 30px 0;
  font-size: 19px;
  text-align: center;
  line-height: 2;
}

#lp_clear_skin #sec_offer .middle-text .days10 {
  padding: 5px 8px;
  margin: 0 10px;
  border: #e37a7a 1px solid;
  color: #e37a7a;
  display: inline-block;
  line-height: 1;
}

#lp_clear_skin #sec_offer .middle-text .line {
  border-bottom: #e37a7a 2px solid;
  display: inline-block;
  line-height: 1;
}

#lp_clear_skin #sec_offer .price-box {
  margin: 0 0 60px 0;
}

#lp_clear_skin #sec_offer .price-box .price-line {
  margin: 0 0 20px 0;
  text-align: center;
}

#lp_clear_skin #sec_offer .price-box .regular-line {
  padding: 5px 0;
  font-size: 18px;
  text-align: center;
  background: #f0f0f0;
  color: #808080;
}

#lp_clear_skin #sec_offer .trial-button {
  margin: 60px 0;
}

#lp_clear_skin #sec_offer .trial-button a {
  width: 780px;
  height: 120px;
  margin: 0 auto;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 120px;
  letter-spacing: 0.1em;
  color: #fff;
  display: block;
  background: linear-gradient(90deg, rgb(213, 8, 8) 0%, rgb(237, 9, 141) 100%);
  transition: 0.3s;
}

#lp_clear_skin #sec_offer .trial-button a:hover {
  opacity: 0.7;
}

#lp_clear_skin #sec_offer .trial-button a::after {
  content: "";
  width: 0;
  height: 0;
  margin: 0 0 0 20px;
  border-top: 12px solid transparent;
  border-right: 12px solid transparent;
  border-left: 12px solid #fff;
  border-bottom: 12px solid transparent;
  display: inline-block;
}

#lp_clear_skin #sec_offer .notice-list li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  color: #444;
}

.block-member-info,
.block-member-info-confirmation,
.block-member-registration-completed,
.block-shipping-address,
.block-credit-card-confirmation,
.block-inquiry,
.block-inquiry-history,
.block-mail-address,
.block-member-password,
.block-reset-password,
.block-user-review,
.block-mail-news {
  width: 100%;
}

.p-header-fix {
  position: relative;
  background-color: #ffffff;
}

.p-header-main {
  display: flex;
  align-items: stretch;
  justify-content: center;
  align-content: center;
  flex-flow: row wrap;
  width: 100%;
  height: 80px;
}

.p-header-main-menu-btn {
  flex: 0 0 350px;
  max-width: 350px;
  margin-right: auto;
  height: 80px;
  background-color: #2C4298;
  transition: all 300ms ease-out 0ms;
  transform: translate3d(0, 0, 0) rotate(0deg);
  position: relative;
}

.p-header-main-menu-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 80px;
  background: linear-gradient(to right top, #2C4298 0%, #2C4298 49.5%, transparent 50%, transparent);
  transform: translate3d(100%, 0, 0) rotate(0deg);
  margin-left: -1px;
  transition: all 300ms ease-out 0ms;
}

.is-drawer-active .p-header-main-menu-btn {
  width: 360px;
  max-width: 100%;
  opacity: 1;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  height: 100%;
  background: #1D2C69;
}

.is-drawer-active .p-header-main-menu-btn::after {
  width: 0px;
  height: 100%;
  background: linear-gradient(to right top, #1D2C69 0%, #1D2C69 49.5%, transparent 50%, transparent);
}

.p-header-main-menu-btn-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-flow: row nowrap;
  height: 80px;
  cursor: pointer;
  padding-left: 50px;
}

.is-drawer-active .p-header-main-menu-btn-header {
  text-align: right;
  justify-content: flex-end;
  padding-right: 40px;
}

.p-header-main-menu-btns-btn-bar {
  position: relative;
  height: 100%;
  width: 50px;
}

.p-header-main-menu-btns-btn-bar-item {
  width: 36px;
  height: 2px;
  display: block;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
}

.p-header-main-menu-btns-btn-bar-item.item-1 {
  margin-top: -8px;
  width: 36px;
}

.is-drawer-active .p-header-main-menu-btns-btn-bar-item.item-1 {
  display: none;
}

.p-header-main-menu-btns-btn-bar-item.item-2 {
  width: 26px;
}

.is-drawer-active .p-header-main-menu-btns-btn-bar-item.item-2 {
  width: 11px;
  left: auto;
  right: 8px;
}

.p-header-main-menu-btns-btn-bar-item.item-3 {
  width: 16px;
  margin-top: 8px;
}

.is-drawer-active .p-header-main-menu-btns-btn-bar-item.item-3 {
  display: none;
}

.p-header-main-menu-btns-btn-label .is-active {
  display: block;
}

.is-drawer-active .p-header-main-menu-btns-btn-label .is-active {
  display: none;
}

.p-header-main-menu-btns-btn-label .is-inactive {
  display: none;
}

.is-drawer-active .p-header-main-menu-btns-btn-label .is-inactive {
  display: block;
}

.p-header-main-logo {
  flex: 0 0 285px;
  max-width: 285px;
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  text-align: center;
  transform: translate3d(0, -50%, 0) rotate(0deg);
}

.p-header-main-menus {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-content: center;
  flex-flow: row nowrap;
  margin-left: auto;
}

.p-header-main-menus-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row wrap;
  width: 28px;
  height: 28px;
  margin-right: 30px;
}

.p-header-main-menus-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

.p-head-message {
  background-color: #000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row wrap;
  min-height: 42px;
  font-size: 13px;
  color: #fff;
}

.p-head-message > a {
  display: block;
  font-size: 13px;
  color: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row wrap;
}

.p-drawer {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 440px;
  height: 100%;
  background-color: #1D2C69;
  transition: all 300ms ease-out 0ms;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-100%, 0, 0) rotate(0deg);
}

.is-drawer-active .p-drawer {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0%, 0, 0) rotate(0deg);
}

.p-drawer-inner {
  padding: 30px 30px;
  width: 100%;
  height: 100%;
}

.p-drawer-btns-close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 2px;
  background-color: #fff;
}

.p-drawer-contents {
  padding: 40px 40px 80px;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: none;
}

.p-drawer-contents:-webkit-scrollbar {
  display: none;
}

.is-drawer-active .p-drawer-contents {
  display: block;
}

.p-drawer-contents-links {
  margin-bottom: 20px;
}

.p-drawer-contents-links-item a {
  display: block;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  padding: 10px 20px;
  margin-bottom: 2px;
  transition: all 300ms ease-out 0ms;
}

.p-drawer-contents-links-item a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.p-drawer-contents-links-item--login a {
  background-color: #e10101;
  padding: 16px 20px;
}

.p-drawer-contents-links-item--login a:hover {
  background-color: #e10101;
}

.pane-footer {
  background-color: #ffffff;
  padding: 0px;
}

.p-footer {
  background-color: #000;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}

.p-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 45px 0 50px;
}

.p-footer-menus {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  align-content: flex-start;
  flex-flow: row nowrap;
}

.p-footer-menus-col {
  flex: 1 1 auto;
}

.p-footer-menus-col.p-footer-menus-col--products {
  max-width: 340px;
}

.p-footer-menus-col.p-footer-menus-col--products .p-footer-menus-col-items-item {
  flex: 0 0 48%;
  max-width: 48%;
}

.p-footer-menus-col.p-footer-menus-col--products .p-footer-menus-col-items-item:nth-child(2n+1) {
  margin-right: 2%;
}

.p-footer-menus-col.p-footer-menus-col--links {
  max-width: 160px;
}

.p-footer-menus-col-tit {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}

.p-footer-menus-col-items {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
}

.p-footer-menus-col-items-item {
  flex: 0 0 100%;
  max-width: 100%;
  font-size: 12px;
  color: #B5B5B5;
  font-weight: 400;
  margin-bottom: 10px;
  font-feature-settings: "palt";
}

.p-footer-shop-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 65px 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-flow: row nowrap;
}

.p-footer-shop-left {
  flex: 0 0 380px;
  max-width: 380px;
}

.p-footer-shop-right {
  flex: 1 1 auto;
  margin-left: 90px;
}

.p-footer-shop-right-map {
  background-color: #f0f0f0;
}

.p-footer-shop-right-map iframe {
  display: block;
  background-color: #FCC900;
  height: 345px !important;
  width: 100% !important;
  margin: 0px;
  padding: 0px;
}

h2.p-footer-shop-left-tit,
.p-footer-shop-left-tit {
  margin: 0px;
  padding: 0px;
  border: 0;
  font-size: 16px;
  color: #222222;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.3;
  margin-bottom: 50px;
}

.p-footer-shop-left-tit-main {
  margin-bottom: 10px;
  display: block;
  font-size: 52px;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.p-footer-shop-left-tit-sub {
  display: block;
  font-size: 16px;
}

.p-footer-shop-left-detail-img {
  margin-bottom: 16px;
}

.p-footer-shop-left-detail-name {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

.p-footer-shop-left-detail-txt {
  font-size: 12px;
  font-weight: 700;
}

.container .pane-topic-path .container {
  padding-left: 0;
  padding-right: 0;
}

.p-free-main h1:first-child,
.p-free-main .h1:first-child,
.p-free-main .p-heading:first-child {
  margin-top: 0;
  padding-top: 0;
}

.c-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: flex-start;
  flex-flow: row wrap;
  padding: 20px 0;
}

.c-btns .c-btn,
.c-btns a.c-btn {
  margin: 0 20px;
}

a.c-btn.c-btn--goods-regular,
.c-btn.c-btn--goods-regular {
  background-color: #2C4298;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0em;
  height: 65px;
  line-height: 65px;
  width: 100%;
  max-width: 350px;
}

a.c-btn.c-btn--goods-regular::before,
.c-btn.c-btn--goods-regular::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../../img/usr/common/icon_cart_w.svg") no-repeat center center/contain;
  vertical-align: middle;
  margin-right: 20px;
  margin-top: -6px;
}

a.c-btn.c-btn--regular,
.c-btn.c-btn--regular {
  max-width: 220px;
  border: 1px solid #ddd;
  background-color: #f8f8f8;
  color: #000;
  font-weight: 400;
}

@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-secondary {
  border: 1px solid #666;
  background-color: #666;
  color: #fff;
}

.btn-primary {
  background-color: #2C4298;
  border: 1px solid #2C4298;
}

.block-search-goods--search-btn {
  background-color: #2C4298;
  border: 1px solid #2C4298;
  color: #fff;
}

.block-order-complete--home-btn {
  width: 140px;
}

.block-order-complete--cart-btn {
  width: 250px;
  margin-top: 30px;
}

.btn-danger {
  border: 1px solid #e10101;
  color: #e10101;
  background: #ffeeee;
}

.table th {
  background-color: #F6F6F6;
}

.block-cart-i--goods {
  flex-basis: 224px;
  margin-left: 20px;
}

.block-cart-i--goods-image figure {
  background-color: #ffffff;
  width: 100%;
  height: 224px;
}

.block-cart-i--goods-image figure img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

.block-cart-i--goods-name {
  font-size: 15px;
  margin-bottom: 5px;
}

.block-cart-i--goods-name a {
  text-decoration: none;
}

.block-bookmarkslider .bx-viewport {
  height: auto !important;
}

.block-bookmarkslider .bxslider {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
}

.block-bookmarkslider--item-description {
  min-height: 142px;
}

.block-bookmarkslider--goods-name {
  overflow: visible;
  display: block;
}

.block-bookmarkslider--price-infos {
  margin-bottom: 15px;
}

.block-bookmarkslider--add-cart {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  margin-top: 15px;
  margin-top: auto;
  text-align: center;
}

.block-bookmarkslider--add-cart .block-no-stock .block-no-stock--message,
.block-bookmarkslider--add-cart .block-outside-sales-period--message,
.block-bookmarkslider--add-cart a {
  font-size: 15px;
  letter-spacing: 0em;
  display: block;
  border-radius: 0px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  transition: background 300ms ease-out 0ms;
}

.block-bookmarkslider--add-cart .block-no-stock .block-no-stock--message,
.block-bookmarkslider--add-cart .block-outside-sales-period--message {
  background-color: #A0A0A0;
  color: #fff;
  font-weight: 700;
}

.block-bookmarkslider--add-cart > div > a {
  color: #000;
  border: 1px solid #000000;
}

.block-bookmarkslider--add-cart > div > a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #000;
}

.block-bookmarkslider--add-cart a.block-add-cart-order-btn {
  color: #2C4298;
  background-color: #fff;
  border: 1px solid #2C4298;
  position: relative;
}

.block-bookmarkslider--add-cart a.block-add-cart-order-btn::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 14px;
  width: 20px;
  height: 20px;
  background: url("../../img/usr/common/icon_btn_cart_g.png") no-repeat center center/contain;
  transform: translate3d(0, -50%, 0) rotate(0deg);
}

.block-bookmarkslider--add-cart a.block-add-cart-order-btn:hover {
  color: #fff;
  background-color: #2C4298;
  text-decoration: none;
}

.block-bookmarkslider--add-cart a.block-add-cart-order-btn:hover::before {
  background: url("../../img/usr/common/icon_btn_cart_w.png") no-repeat center center/contain;
}

.block-bookmarkslider--add-cart a.block-add-cart-order-btn .block-loading-min {
  height: 100%;
}

ul.block-goods-list-d--items > li {
  position: relative;
  background-color: #ffffff;
  padding: 0;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
  padding: 0px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

ul.block-goods-list-d--items .img-center img {
  width: 100%;
}

ul.block-goods-list-d--items .block-goods-list-d--item-body {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
}

ul.block-goods-list-d--items .block-goods-list-d--image {
  flex: 0 0 150px;
  max-width: 150px;
}

ul.block-goods-list-d--items .block-goods-list-d--image figure {
  width: 150px;
  height: 150px;
}

ul.block-goods-list-d--items .block-goods-list-d--item-description {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-flow: row wrap;
  padding-left: 30px;
}

ul.block-goods-list-d--items .block-goods-label {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 18px;
}

ul.block-goods-list-d--items .block-goods-list-d--comment {
  font-size: 14px;
  flex: 0 0 100%;
}

ul.block-goods-list-d--items .block-goods-list-d--goods-name {
  flex: 0 0 100%;
  margin: 0;
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
}

ul.block-goods-list-d--items .block-goods-list-d--item-details {
  margin: 0;
  flex: 0 0 100%;
  max-width: 100%;
  display: block;
}

ul.block-goods-list-d--items .block-goods-list-d--item-details .block-goods-list-d--item-details-left {
  flex: 0 0 100%;
  max-width: 100%;
}

ul.block-goods-list-d--items .block-goods-list-d--price-infos {
  flex: 0 0 100%;
  text-align: right !important;
  padding: 0px;
}

ul.block-goods-list-d--items .block-goods-list-d--default-price {
  text-align: right !important;
}

ul.block-goods-list-d--items .block-goods-list-d--price.price {
  font-size: 21px;
}

ul.block-goods-list-d--items .block-goods-list-d--price.price::after {
  font-size: 13px;
  font-weight: 400;
}

ul.block-goods-list-d--items .txt-yen {
  font-size: 13px;
  font-weight: 400;
}

ul.block-goods-list-d--items .block-goods-list-d--row {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
}

ul.block-goods-list-d--items .block-goods-list-d--row .block-goods-list-d--col {
  flex: 0 0 50%;
  max-width: 50%;
}

ul.block-goods-list-d--items .block-goods-list-d--row .block-goods-list-d--col:nth-child(2) {
  text-align: right;
}

ul.block-goods-list-d--items .variation-name {
  flex: 0 0 100%;
  font-size: 14px;
  margin-top: 3px;
  margin-bottom: 3px;
}

ul.block-goods-list-d--items .block-goods-attr2 {
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 3px;
  margin-bottom: 3px;
}

ul.block-goods-list-d--items .block-goods-code {
  font-size: 16px;
  margin-top: 3px;
  margin-bottom: 3px;
}

ul.block-goods-list-d--items .block-goods-attr1 {
  text-align: right;
  margin-top: 3px;
  margin-bottom: 3px;
}

ul.block-goods-list-d--items .block-goods-list-d--goods-comment {
  display: none;
  order: 150;
  flex: 0 0 100%;
  max-width: 100%;
  font-size: 14px;
  color: #000;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.75;
}

ul.block-goods-list-d--items .block-goods-list-d--add-cart {
  display: none;
  margin: 0px;
  order: 160;
  flex: 0 0 100%;
  max-width: 100%;
}

ul.block-goods-list-d--items .block-goods-list-d--add-cart a {
  margin-left: auto !important;
  margin-right: 0px !important;
}

ul.block-goods-list-d--items .block-goods-list-d--stock-items {
  display: none;
}

.pager-total {
  display: none;
  font-size: 16px;
  padding: 0;
}

.pager-count > span {
  font-weight: 700;
  font-size: 24px;
}

.block-goods-list--pager.pager {
  border: none;
}

.modal-content {
  background-color: #F6F6F6;
  border-radius: 0px;
}

.modal-content .modal-header {
  background-color: #2C4298;
}

.mfp-bg {
  background-color: #000;
  opacity: 0.5;
}

/* &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=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: 10px 10px;
  border: 1px solid #ddd;
  background-color: #fff;
  transition: box-shadow 300ms ease-out 0ms, border 300ms ease-out 0ms;
  color: #000;
  background-color: #fff;
  font-size: 15px;
  border-radius: 0px;
  width: 100%;
}

input[type=text][name=qty2] {
  background-color: #ffffff;
}

select {
  width: 50%;
  padding: 12px 10px;
  padding-right: 40px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: #fff url("../../img/usr/common/select_bg_g.jpg") no-repeat right center/auto 100%;
  min-width: 120px;
}

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: 25%;
  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: 50%;
  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 #2C4298;
  box-shadow: 0px 0px 4px 2px rgba(44, 66, 152, 0.25);
  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 #2C4298;
}

input[type=radio] {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

input[type=checkbox] {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

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: #dddddd;
  cursor: not-allowed;
}

.btn:hover,
.btn:focus {
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  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;
  filter: alpha(opacity=65);
  box-shadow: none !important;
}

.btn.block-goods-medicalinterview-modal--cart[disabled] {
  opacity: 1;
  background-color: #BFBFBF;
}

/* &mdash;&mdash;&mdash;-画面上部メッセージ---- */
.alert {
  padding: 10px 10px 10px 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  border: 1px solid #e10101;
  color: #e10101;
  background-color: #f6e2e2;
  border-radius: 0px;
  background-size: 18px auto;
}

.alert:before {
  content: none;
}

.success {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 10px 10px 40px;
  position: relative;
  border: 1px solid #e10101;
  color: #e10101;
  background-color: #F6F6F6;
  border-radius: 0px;
  background-size: 18px auto;
}

.success:before {
  content: none;
}

/* &mdash;&mdash;&mdash;-入力フォームタイトル---- */
.legend {
  margin: 40px 0 20px;
  padding: 0 0 5px 2px;
  font-size: 22px;
  font-weight: normal;
  border-bottom: 1px solid #dddddd;
}

/* &mdash;&mdash;&mdash;-縦型入力フォーム---- */
.fieldset-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}

.fieldset-vertical .form-group {
  flex: 0 0 100%;
  max-width: 100%;
  margin: 5px 0 10px 0;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
}

.fieldset-vertical .form-label,
.fieldset-vertical .constraint {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}

.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 {
  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 #dddddd;
}

.fieldset .form-group:last-child {
  border-bottom: 1px solid #dddddd;
}

.fieldset .form-label,
.fieldset .constraint,
.fieldset .form-control {
  display: table-cell;
  vertical-align: top;
}

.fieldset .form-label {
  width: 23%;
  padding: 25px 15px;
  text-align: left;
  background: #F6F6F6;
}

.fieldset .form-label .control-label {
  position: relative;
  top: -3px;
}

.fieldset .form-label label {
  font-weight: bold;
  font-size: 16px;
}

.fieldset .constraint {
  width: 75px;
  max-width: 75px;
  padding: 25px 15px;
  padding-top: 25px;
  background: #F6F6F6;
}

.fieldset .form-control {
  padding: 15px 15px;
}

[class$=confirmation-form] .fieldset .form-control,
[class$=confirmation] .fieldset .form-control {
  padding: 25px 15px;
}

.block-credit-card-confirmation--update-confirmation .fieldset .form-control {
  padding: 15px 15px;
}

/* &mdash;&mdash;&mdash;-入力支援---- */
.form-error {
  display: block;
  color: #e10101;
  font-size: 15px;
  font-weight: 700;
  margin-top: 6px;
  margin-bottom: 6px;
}

.help-block {
  display: block;
  font-size: 14px;
  margin-top: 6px;
  color: #666;
}

.count-msg-another {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  color: #666;
}

.count-msg {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  color: #f66;
}

/* &mdash;&mdash;&mdash;-ラジオボタン、チェックボックス---- */
.radio {
  margin-right: 10px;
}

.checkbox {
  margin-right: 10px;
}

.form-control label.radio {
  margin-top: 10px;
  display: inline-block;
}

.form-control label.checkbox {
  margin-top: 10px;
  display: inline-block;
}

/* &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: #e9f2d7;
}

.swiper-container {
  margin-bottom: 0px;
}

.swiper-pagination {
  width: 100%;
}

.swiper-pagination-bullet {
  display: inline-block;
  border-radius: 100%;
  opacity: 1;
  height: 8px;
  width: 8px;
  border-radius: 0;
  background: none;
  border: 1px solid #E7E7E7;
  margin: 0 4px;
  border-radius: 50%;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #e10101;
  border: 1px solid #e10101;
}

.swiper-buttons {
  width: 100%;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  height: 0px;
}

.swiper-buttons {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 0px;
  width: 100%;
  margin: 0 auto;
}

.page-top .swiper-buttons {
  width: 69.5vw;
  max-width: 1200px;
  min-width: 1060px;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  margin: 0;
  background: transparent;
  border-radius: 0;
  width: 40px;
  height: 80px;
  outline: none;
  transition: all 300ms ease-out 0ms;
  transform: translate3d(0, -50%, 0) rotate(0deg);
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: none;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 16px;
  height: 16px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translate3d(0, -50%, 0) rotate(-135deg);
}

.swiper-button-prev {
  left: 10px;
  right: auto;
}

.swiper-button-prev::after {
  right: 10px;
  transform: translate3d(0, -50%, 0) rotate(-135deg);
}

.swiper-button-next {
  left: auto;
  right: 10px;
}

.swiper-button-next::after {
  right: auto;
  left: 10px;
  transform: translate3d(0, -50%, 0) rotate(45deg);
}

.lb-nav a.lb-prev {
  background: url(../../img/usr/lightbox/prev.png) left 48% no-repeat;
}

.lb-nav a.lb-next {
  background: url(../../img/usr/lightbox/next.png) right 48% no-repeat;
}

.lb-data .lb-close {
  background: url(../../img/usr/lightbox/close.png) top right no-repeat;
}

.lb-cancel {
  background: url(../../img/usr/lightbox/loading.gif) no-repeat;
}

ul.block-thumbnail-h {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
}

.block-thumbnail-h--items,
.block-thumbnail-h .block-thumbnail-h--items {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
  padding: 0px;
}

ul.block-thumbnail-h > li,
.block-thumbnail-h--items > li,
.block-thumbnail-h .block-thumbnail-h--items > li {
  padding: 0;
  margin: 0;
  width: auto;
  min-width: 0;
  flex: 0 0 180px;
  max-width: 180px;
}

ul.block-thumbnail-h > li:nth-child(8n),
.block-thumbnail-h--items > li:nth-child(8n),
.block-thumbnail-h .block-thumbnail-h--items > li:nth-child(8n) {
  margin-right: 0px;
}

ul.block-thumbnail-h > li .block-thumbnail-h--goods-image figure {
  width: 100%;
  height: 180px;
  border: 0;
  background-color: #ffffff;
  box-shadow: 0px 0px 12px 6px rgba(0, 0, 0, 0.04);
}

ul.block-thumbnail-h > li .block-thumbnail-h--goods-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

.block-thumbnail-h--goods-description {
  margin-top: 4px;
}

.block-thumbnail-h--goods-name {
  font-size: 11px;
  letter-spacing: -0.02em;
  line-height: 1.33;
  margin-bottom: 4px;
}

.block-thumbnail-h--price-infos {
  display: none;
}

.block-recent-item--keep-history {
  margin-top: 40px;
  display: none;
}

.block-topic-page--article-body {
  line-height: 1.875;
  letter-spacing: 0em;
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  padding-top: 20px;
}

.block-topic-page--article-body p {
  font-size: 15px;
  line-height: 1.875;
  letter-spacing: 0em;
  color: #000000;
  font-weight: 400;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  font-feature-settings: "palt";
  padding: 1px 0;
}

.block-topic-page--article-body a {
  text-decoration: underline;
  color: #2C4298;
}

.block-topic-page--article-body a:hover {
  text-decoration: underline;
}

.block-topic-page--article-body h1,
.block-topic-page--article-body h2,
.block-topic-page--article-body h3,
.block-topic-page--article-body h4,
.block-topic-page--article-body h5,
.block-topic-page--article-body h6 {
  margin: 0;
  padding: 0;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
  font-weight: 700;
}

.block-topic-page--article-body h1 {
  font-size: 22px;
  color: #000000;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.33;
  padding-bottom: 20px;
  margin-bottom: 22px;
  background-color: transparent;
  margin-top: 25px;
  text-align: left;
  position: relative;
}

.block-topic-page--article-body h1::before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #DDDDDD;
}

.block-topic-page--article-body h2 {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.33;
  padding-bottom: 10px;
  margin-bottom: 16px;
  background-color: transparent;
  text-align: left;
  border: none;
  margin-top: 30px;
  position: relative;
}

.block-topic-page--article-body h2.p-tit::before {
  content: none;
}

.block-topic-page--article-body h2::before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #DDDDDD;
}

.block-topic-page--article-body h2::after {
  content: "";
  content: none;
  position: absolute;
  z-index: 1;
  display: block;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 7px;
  background-color: #abacd2;
  border-radius: 0px;
  transform: translate3d(0, 50%, 0) rotate(0deg);
}

.block-topic-page--article-body h3 {
  font-size: 1.06em;
}

.block-topic-page--article-body h4 {
  font-size: 1em;
}

.block-topic-page--article-body h5 {
  font-size: 0.83em;
}

.block-topic-page--article-body h6 {
  font-size: 0.67em;
}

.block-topic-page--article-body dt {
  line-height: 1.875;
}

.block-topic-page--article-body dd {
  line-height: 1.875;
}

.block-topic-page--article-body ul {
  line-height: 1.875;
  list-style: none;
}

.block-topic-page--article-body li > ul {
  margin-top: 10px;
  padding-bottom: 10px;
}

.block-topic-page--article-body li {
  line-height: 1.875;
}

.block-topic-page--article-body li + li {
  margin-top: 12px;
}

.block-topic-page--article-body ul li {
  list-style: none;
  padding-left: 1em;
  position: relative;
}

.block-topic-page--article-body 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%;
  transform: translate3d(0, 0, 0) rotate(0deg);
  margin-top: -1px;
}

.block-topic-page--article-body li > ul > li::before {
  border-radius: 0;
}

.block-topic-page--article-body li > ul > li > ul > li::before {
  background-color: transparent;
  border: 1px solid #b4b4b4;
}

.block-topic-page--article-body ol > li > ol > li {
  list-style: lower-roman;
}

.block-topic-page--article-body img {
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
  margin: 0;
}

.block-topic-page--article-body figcaption {
  font-size: 14px;
  padding-top: 4px;
  padding-bottom: 8px;
  font-weight: 700;
}

.block-topic-page--article-body video {
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
  margin: 0;
}

.block-topic-page--article-body blockquote {
  display: block;
  color: #666;
  padding-left: 10px;
  border-left: 1px solid #dddddd;
}

.block-topic-page--article-body table {
  width: 100%;
  border: 1px solid #DDDDDD;
}

.block-topic-page--article-body table th {
  background-color: #F6F6F6;
  border: 1px solid #DDDDDD;
  padding: 20px 30px;
  font-weight: 700;
  min-width: 180px;
  vertical-align: top;
}

.block-topic-page--article-body table td {
  border: 1px solid #DDDDDD;
  padding: 20px 30px;
  padding-right: 10px;
  min-width: 180px;
  vertical-align: top;
}

.block-topic-page--article-body table td p:first-child {
  margin-top: 0;
}

.block-topic-page--article-body hr {
  display: block;
  height: 1px;
  padding: 0;
  border: 0;
  margin: 0;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  padding: 0;
  background: #DDDDDD;
}

.block-topic-page--article-body h2 + hr {
  display: none;
}

.net-price,
.block-ranking-r--net-price,
.block-thumbnail-t--net-price {
  display: none;
}

.block-bookmarkslider {
  margin-top: 60px;
}

.block-cart-recent-item {
  margin-top: 60px;
}

.block-switch-banner {
  display: none !important;
}

[class$="--customer-name"] {
  margin: 0 0 20px;
  font-weight: bold;
}

.pager-total {
  display: none;
  font-size: 16px;
  padding: 0;
}

.pager-count > span {
  font-weight: 700;
  font-size: 24px;
}

.block-goods-list--pager.pager {
  border: none;
}

.page-top .pane-contents {
  padding: 0px;
}

.page-top .pane-main {
  background-color: #F7F7F7;
  position: relative;
  z-index: 1;
}

.page-top .p-footer-shop {
  display: block;
}

.page-top .block-top-category {
  display: none;
}

.page-top ul.block-thumbnail-h {
  flex-wrap: wrap;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

.p-footer-shop {
  display: none;
}

.p-top-mv {
  position: relative;
  overflow: hidden;
  transition: all 300ms ease-out 0ms;
  background: transparent;
}

.p-top-mv .p-top-mv-keywords {
  position: absolute;
  z-index: 1000;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
  width: 100%;
  overflow: visible;
}

.p-top-mv .p-top-mv-keywords-list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
  padding: 10px 0;
  padding-left: calc((100vw - 1200px) / 2);
}

.p-top-mv .p-top-mv-keywords-list-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row wrap;
  position: relative;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  padding: 8px 20px;
  padding-right: 30px;
  margin-right: 10px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1;
  white-space: nowrap;
}

.p-top-mv .p-top-mv-keywords-list-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate3d(0, -50%, 0) rotate(45deg);
}

.p-top-mv .p-top-mv__images-slide a:hover {
  opacity: 1;
}

.p-top-mv .p-top-mv__images-slide img {
  display: block;
}

.p-top-mv .p-top-mv-keywords {
  opacity: 0;
}

.p-top-mv.is-loaded {
  height: auto;
  overflow: visible;
  background: transparent;
}

.p-top-mv.is-loaded .p-top-mv-keywords {
  animation: anim-top-mv 300ms ease-out 300ms 1 normal forwards;
}

@keyframes anim-top-mv {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-top-mv::before {
  content: "";
  z-index: -2;
  position: absolute;
  top: 100%;
  left: 0;
  width: calc(100% + 25vw);
  height: 1200px;
  background: linear-gradient(to right bottom, #fff 0%, #fff 49.9%, transparent 50%, transparent);
  pointer-events: none;
}

.p-top-mv::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 0;
  width: 55vw;
  height: 680px;
  background: linear-gradient(to right bottom, #2C4298 0%, #2C4298 49.9%, transparent 50%, transparent);
  pointer-events: none;
}

.block-top-body + .block-top-topic {
  margin-top: 80px;
  margin-bottom: 20px;
}

.block-top-topic {
  box-sizing: border-box;
  padding: 0 30px;
  margin: 0 auto;
  margin-bottom: 70px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-flow: row nowrap;
  margin-bottom: 70px;
  margin-top: 70px;
}

.p-block-top-topic-head {
  flex: 0 0 412px;
  max-width: 412px;
  background: #2C4298 url("../../img/usr/common/news_bg_1.png") no-repeat center center/300px auto;
  height: 344px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row wrap;
  border: 5px solid #FCC900;
}

.p-top-topics {
  box-sizing: border-box;
  padding: 0 30px;
  margin: 0 auto;
  margin-bottom: 70px;
  background: transparent;
}

.p-top-topics-list-container.swiper-container {
  overflow: visible;
}

.p-top-topics-list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
}

.p-top-topics-list-item {
  flex: 0 0 607px;
  max-width: 607px;
  padding-right: 32px;
}

.p-top-keywords {
  box-sizing: border-box;
  max-width: 1200px;
  min-height: 300px;
  padding: 50px 100px 40px;
  padding-right: 580px;
  margin: 0 auto;
  margin-bottom: 70px;
  background: transparent url("../../img/usr/top/keyword_bg.png") no-repeat center center/100% 100%;
  position: relative;
  margin-top: 150px;
  margin-bottom: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-flow: row wrap;
}

.p-top-keywords::after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 180px;
  width: 398px;
  height: 380px;
  background: transparent url("../../img/usr/top/keyword_img_1-2025.png") no-repeat center center/contain;
  transform-origin: bottom;
  transition: all 300ms ease-out 0ms;
}

.p-top-keywords:hover::after {
  transform: translate3d(0, 0, 0) scale(1.1);
}

.p-top-desc {
  font-size: 14px;
  margin-bottom: 30px;
}

.p-top-keywords-list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
}

.p-top-keywords-list-item {
  flex: 0 0 auto;
  background-color: #ffffff;
  padding: 6px 25px;
  padding-right: 30px;
  font-size: 16px;
  position: relative;
  border-radius: 42px;
  margin-right: 8px;
  margin-bottom: 10px;
}

.p-top-keywords-list-item::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translate3d(0, -50%, 0) rotate(45deg);
}

.block-top-event {
  box-sizing: border-box;
  max-width: calc(1200px + (100vw - 1200px) / 2);
  padding: 0 30px;
  margin: 0px;
  width: 100%;
  margin-left: auto;
  margin-bottom: 0px;
  background: transparent;
}

.block-top-event ul.block-thumbnail-t {
  width: auto;
  padding: 0px;
  margin: 0px 0 90px;
}

.block-top-event ul.block-thumbnail-t .bx-wrapper {
  margin: 0px 0 0px;
}

.block-top-event ul.block-thumbnail-t li {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
  width: 100%;
  padding: 20px 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin: 0;
}

.block-top-event ul.block-thumbnail-t li:-webkit-scrollbar {
  display: none;
}

.block-top-event ul.block-thumbnail-t li dl.block-thumbnail-t--goods {
  flex: 0 0 260px;
  max-width: 260px;
  min-width: 260px;
  width: 260px;
  margin: 0px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.04);
  padding: 25px;
  margin-right: 30px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
}

.block-top-event ul.block-thumbnail-t li dl .block-thumbnail-t--goods-image figure {
  width: 100%;
  height: auto;
}

.block-top-event .block-thumbnail-t--goods-image {
  margin-bottom: 12px;
}

.block-top-event .block-thumbnail-t--goods-image img {
  width: 100%;
  min-height: 210px;
  height: auto;
}

.block-top-event .variation-name {
  display: none;
}

.block-top-event .block-thumbnail-t--price.price.js-enhanced-ecommerce-goods-price {
  color: #000 !important;
}

.block-top-event .block-thumbnail-t--default-price.default-price {
  display: none;
}

.block-top-event .block-goods-list-d--add-cart {
  display: none;
}

.block-top-event .block-ranking-r .block-ranking-r--items {
  width: auto;
  /* max-width: 95%;*/
  padding: 20px 10px;
  margin: 0;
  /* overflow-x: auto;-webkit-overflow-scrolling: touch;-ms-overflow-style: none;scrollbar-width: none;*/
}

.block-top-event .block-ranking-r .block-ranking-r--items:-webkit-scrollbar {
  display: none;
}

.block-top-event .block-ranking-r .block-ranking-r--items li {
  width: 100vw;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
  padding: 0 0 20px;
  margin: 0px;
}

.block-top-event .block-ranking-r .block-ranking-r--items li dl {
  flex: 0 0 260px;
  max-width: 260px;
  min-width: 260px;
  width: 260px;
  margin: 0px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.04);
  padding: 25px;
  margin-right: 30px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
  position: relative;
}

.block-top-event .block-ranking-r--goods-image {
  position: static;
}

.block-top-event .block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-image figure {
  width: 100%;
  height: auto;
}

.block-top-event .block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-image figure .img-center img img {
  width: 100%;
  height: auto;
}

.block-top-event .block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-1 {
  background: linear-gradient(to right bottom, #CEA400 0%, #CEA400 49.5%, transparent 50%, transparent);
}

.block-top-event .block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-2 {
  background: linear-gradient(to right bottom, #8B8C8E 0%, #8B8C8E 49.5%, transparent 50%, transparent);
}

.block-top-event .block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-3 {
  background: linear-gradient(to right bottom, #CE6700 0%, #CE6700 49.5%, transparent 50%, transparent);
}

.p-top-uniform {
  margin-bottom: 70px;
}

.p-top-uniform-inner {
  box-sizing: border-box;
  padding: 80px 30px 0;
  margin: 0 auto;
  background: transparent;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
}

.p-top-uniform-left {
  flex: 0 0 520px;
  max-width: 520px;
  margin-right: 12px;
  padding-bottom: 35px;
}

.p-top-uniform-left-tit,
h2.p-top-uniform-left-tit {
  margin: 0px;
  padding: 0px;
  border: 0;
  font-size: 16px;
  color: #222222;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1;
  margin-bottom: 0px;
  display: block;
  color: #FCC900;
  position: relative;
  z-index: 1;
}

.p-top-uniform-left-tit::after,
h2.p-top-uniform-left-tit::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: -70px;
  right: -8px;
  background: url("../../img/usr/top/top_bg_2024.png") no-repeat center center/contain;
  width: 248px;
  height: 197px;
}

.p-top-uniform-left-tit .p-top-uniform-left-tit-txt2,
h2.p-top-uniform-left-tit .p-top-uniform-left-tit-txt2 {
  flex: 0 0 100%;
  max-width: 100%;
  font-size: 17px;
  margin-left: 0px;
  display: block;
}

.p-top-uniform-left-tit .p-top-uniform-left-tit-txt2::before,
h2.p-top-uniform-left-tit .p-top-uniform-left-tit-txt2::before {
  content: none;
}

.p-top-uniform-left-desc {
  margin-bottom: 15px;
}

.p-top-uniform-left-desc-txt1 {
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 3px;
}

.p-top-uniform-left-desc-txt2 {
  font-size: 9px;
  text-align: justify;
  width: 410px;
}

.p-top-uniform-left-btns {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
}

.p-top-uniform-left-btns-item {
  flex: 0 0 18.77%;
  max-width: 18.77%;
  margin-left: 1.5%;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row wrap;
  white-space: nowrap;
  background-color: #2C4298;
  border-radius: 4px;
  border: 1px solid #fff;
  transition: all 300ms ease-out 0ms;
}

.p-top-uniform-left-btns-item:first-child {
  margin-left: 0px;
}

.p-top-uniform-left-btns-item:hover {
  opacity: 1;
  background-color: #e10101;
  border-color: #e10101;
}

.p-top-uniform-left-btns-item.is-active {
  background-color: #e10101;
  border-color: #e10101;
}

.p-top-uniform-left-btns-item-sub {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  font-size: 10px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1;
}

.p-top-uniform-right {
  flex: 0 0 calc(50vw + 265px);
  max-width: calc(50vw + 265px);
}

@media only screen and (max-width: 1800px) {
  .p-top-uniform-right {
    flex: 1 1 auto;
    max-width: 100%;
    overflow: hidden;
  }
}
.p-top-uniform-right-players-list-item {
  flex: 0 0 256px;
  max-width: 256px;
  padding: 8px 8px 35px;
}

.p-top-uniform-right-players-list-item > a {
  display: block;
  border-radius: 20px;
  background-color: #FCC900;
  position: relative;
}

.p-top-uniform-right-players-list-item > a::after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #FCC900;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0);
  transition: all 300ms ease-out 0ms;
  transform: translate3d(0, 0, 0) scale(1);
}

.p-top-uniform-right-players-list-item > a:hover {
  opacity: 1;
}

.p-top-uniform-right-players-list-item > a:hover::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  transform: translate3d(0, 0, 0) scale(1.08, 1.04);
}

.p-top-uniform-right-players-list-item-goodslink {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 0px;
}

.p-top-uniform-right-players-list-item-goodslink a {
  display: block;
  background-color: #2C4298;
  border-radius: 50px;
  font-size: 12px;
  color: #fff;
  text-align: right;
  height: 30px;
  line-height: 30px;
  padding-right: 32px;
}

.p-top-uniform-right-players-list-item-goodslink::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate3d(0, -50%, 0) rotate(45deg);
}

.p-top-uniform-right-players-list-item-img img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  display: block;
}

.p-top-uniform-right-players-list-item-desc {
  line-height: 1;
  padding: 15px 15px;
  position: relative;
  padding-right: 100px;
}

.p-top-uniform-right-players-list-item-desc-name-full {
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 8px;
}

.p-top-uniform-right-players-list-item-attrs-position {
  font-size: 17px;
}

.p-top-uniform-right-players-list-item-attrs-number {
  font-size: 48px;
  letter-spacing: -0.04em;
}

.page-goods .pane-footer {
  padding-bottom: 0px;
}

.page-goods .pane-contents {
  padding-bottom: 0px;
}

.block-goods-detail {
  visibility: hidden;
}

body.is-page-loaded .block-goods-detail {
  visibility: visible;
}

.block-goods-price {
  border: 0;
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
}

.block-goods-price .block-goods-price--on-sales-comment {
  font-size: 13px;
  font-weight: 500;
  color: #e10101;
}

.block-goods-price .block-goods-price--price {
  font-size: 28px;
  font-weight: 700;
}

.block-goods-price .block-goods-price--price:after,
.block-goods-price .block-goods-price--price .txt-yen {
  font-weight: 700;
}

.block-goods-price .block-goods-price--on-sales-comment + .block-goods-price--price {
  color: #e10101;
}

.block-goods-price .block-goods-price--on-sales-comment + .block-goods-price--price + .block-goods-price--default-price {
  font-size: 14px;
  font-weight: normal;
  color: #000;
}

.block-goods-price .block-goods-price--on-sales-comment + .block-goods-price--price + .block-goods-price--default-price {
  font-size: 12px;
  color: #808080;
}

.block-variation--item-description {
  display: block;
  text-align: center;
  font-size: 10px;
  color: #000;
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 1.33;
  font-feature-settings: "palt";
  margin-top: 4px;
}

.block-variation--selected-item {
  display: none;
}

.block-variation--item.size-disable-stock dt {
  border: none;
}

.block-variation--item.color-disable-stock dt {
  border: none;
}

.block-color .block-variation--item.active dt {
  border: 3px solid #2C4298;
}

.block-color--item-term figure,
.block-size--item-term figure {
  width: 100%;
  height: 100%;
}

.block-color--item-term img,
.block-size--item-term img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.block-size--item-term span {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row wrap;
  white-space: nowrap;
  width: 100%;
  height: 100%;
  border: none;
  padding: 2px 5px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.04em;
  font-feature-settings: "palt";
}

.pane-goods-footer .block-accessory-list {
  background-color: #ffffff;
  padding: 0px;
  margin: 0px;
  margin-top: 30px;
}

.pane-goods-footer .block-accessory-list .block-accessory-list--list ul.block-thumbnail-t {
  width: auto;
  padding: 0px;
  margin: 0px;
  margin-bottom: 70px;
}

.pane-goods-footer .block-accessory-list .block-accessory-list--list ul.block-thumbnail-t li {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
  width: 100%;
  padding: 20px 10px;
  margin-bottom: 0px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.pane-goods-footer .block-accessory-list .block-accessory-list--list ul.block-thumbnail-t li:-webkit-scrollbar {
  display: none;
}

.pane-goods-footer .block-accessory-list .block-accessory-list--list ul.block-thumbnail-t li dl.block-thumbnail-t--goods {
  flex: 0 0 260px;
  max-width: 260px;
  min-width: 260px;
  width: 260px;
  margin: 0px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.04);
  padding: 25px;
  margin-right: 30px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
}

.pane-goods-footer .block-accessory-list .block-accessory-list--list ul.block-thumbnail-t li dl .block-thumbnail-t--goods-image figure {
  width: 100%;
  height: auto;
}

.pane-goods-footer .block-accessory-list .block-accessory-list--list .block-thumbnail-t--goods-image {
  margin-bottom: 12px;
}

.pane-goods-footer .block-accessory-list .block-accessory-list--list .block-thumbnail-t--goods-image img {
  width: 100%;
  height: auto;
}

.block-variation-back-order {
  order: 330;
  margin-bottom: 10px;
}

.block-arrival-notice {
  flex: 1 1 auto;
  order: 330;
  margin: 0px;
  margin-bottom: 10px;
}

.block-variation-arrival-notice--btn {
  height: 44px;
  line-height: 44px;
  padding: 0px;
  background-color: #F7F7F7;
  border: 1px solid #939393;
  border-radius: 2px;
  margin-top: 12px;
  margin-bottom: 0px;
}

.block-color-with-cart {
  flex: 1;
  margin: 24px 0;
}

.p-block-add-cart-wrapper {
  order: 320;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-content: center;
  flex-flow: row nowrap;
}

.block-add-cart {
  flex: 1 1 auto;
  margin: 0px;
}

.block-add-cart--btn {
  width: 100%;
  margin: 0px;
  padding: 0 0;
  border-radius: 2px;
  font-size: 17px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row nowrap;
  height: 52px;
  text-decoration: none;
  position: relative;
}

.block-add-cart--btn.btn-primary {
  background-color: #e10101;
  border: 1px solid #e10101;
}

.block-add-cart--btn::before {
  content: "";
  z-index: 2;
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 18px;
  background: url("../../img/usr/common/icon_goods_btn_cart.png") no-repeat center center/contain;
  margin-top: -2px;
}

.block-variation-add-cart {
  margin: 0px;
}

.block-variation-add-cart--btn {
  width: 100%;
  margin: 0px;
  padding: 0 0;
  border-radius: 2px;
  font-size: 17px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row nowrap;
  height: 52px;
  text-decoration: none;
  position: relative;
}

.block-variation-add-cart--btn.btn-primary {
  background-color: #e10101;
  border: 1px solid #e10101;
}

.block-variation-add-cart--btn::before {
  content: "";
  z-index: 2;
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 18px;
  background: url("../../img/usr/common/icon_goods_btn_cart.png") no-repeat center center/contain;
  margin-top: -2px;
}

.block-arrival-notice .block-arrival-notice--btn {
  width: 100%;
  margin: 0px;
  padding: 0 0;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row nowrap;
  height: 52px;
  text-decoration: none;
  position: relative;
  background-color: #F7F7F7;
  border: 1px solid #939393;
  color: #000;
  font-weight: 400;
}

.block-arrival-notice .block-arrival-notice--btn::before {
  content: none;
}

.block-no-stock {
  flex: 1 1 auto;
  margin: 0px;
}

.block-outside-sales-period {
  flex: 1 1 auto;
  margin: 0px;
}

.block-no-stock .block-no-stock--message,
.block-outside-sales-period--message {
  width: 100%;
  margin: 0px;
  padding: 0 0;
  border-radius: 2px;
  font-size: 17px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row nowrap;
  height: 52px;
  text-decoration: none;
  position: relative;
  background-color: #808080;
  border: 1px solid #808080;
  font-size: 17px;
  color: #fff;
  font-weight: 700;
}

.block-no-stock .block-no-stock--message::before,
.block-outside-sales-period--message::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 18px;
  background: url("../../img/usr/common/icon_goods_btn_cart.png") no-repeat center center/contain;
  margin-top: -2px;
}

.block-custom-order--btn {
  width: 100%;
  margin: 12px 0 10px;
  padding: 20px 0;
  border-radius: 0;
  font-size: 16px;
}

.block-color-with-cart--item-term,
.block-size-with-cart--item-term,
.block-color-size-with-cart--color-item-term,
.block-color-size-with-cart--size-item-term {
  flex: 0 0 52px;
  max-width: 52px;
  width: 52px;
  height: 52px;
  margin-right: 8px;
  border: 1px solid #dedede;
  flex-shrink: 0;
}

.block-color-size-with-cart--color-item-term {
  margin-right: 4px;
}

.block-color-size-with-cart--nocolor {
  width: 52px;
  height: 52px;
  margin-right: 4px;
  flex-shrink: 0;
}

.block-color-with-cart--item-term figure,
.block-color-size-with-cart--color-item-term figure {
  width: 52px;
  height: 52px;
}

.block-color-with-cart--item-term img,
.block-color-size-with-cart--color-item-term img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.block-goods-store-stock--btn {
  display: inline;
  width: auto;
  padding: 0;
  border: 0;
  text-decoration: underline;
  text-align: left;
  font-size: 14px;
  color: #081f2c;
  background: none;
}

.p-goods-name-option-desc {
  order: 358;
  margin-bottom: 20px;
}

.p-goods-name-option-desc-tit {
  font-size: 14px;
  color: #000;
  background-color: #FCC900;
  border-radius: 50px;
  padding: 16px 28px;
  margin-bottom: 14px;
}

.p-goods-name-option-desc-txt {
  font-size: 14px;
  margin-bottom: 16px;
}

.p-goods-name-option-desc-ex-tit {
  font-size: 12px;
  color: #808080;
}

.p-goods-name-option-desc-ex-img {
  width: 300px;
  margin: 0 auto;
  margin-bottom: 5px;
}

.p-goods-name-option-desc-ex-notice {
  font-size: 12px;
  color: #808080;
  text-align: center;
}

.p-goods-contents-item {
  display: none;
  opacity: 0;
  transform: translate3d(0, -10px, 0) rotate(0deg);
  animation: anim-p-goods-contents-item 300ms ease-out 0ms 1 normal forwards;
}

.p-goods-contents-item.is-active {
  display: block;
}

@keyframes anim-p-goods-contents-item {
  0% {
    opacity: 0;
    transform: translate3d(0, -10px, 0) rotate(0deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0px, 0) rotate(0deg);
  }
}
.p-item {
  border-bottom: 1px solid #F5F5F5;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.p-links {
  margin-bottom: 10px;
}

a.p-arrow-link,
.p-arrow-link {
  display: block;
  position: relative;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
  text-decoration: none;
  border-bottom: 1px solid #f5f5f5;
  padding: 8px 0;
  padding-right: 10px;
  transition: all 200ms ease-out 0ms;
}

a.p-arrow-link::after,
.p-arrow-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #222222;
  border-right: 1px solid #222222;
  transform: translate3d(0, -50%, 0) rotate(45deg);
}

a.p-arrow-link:hover,
.p-arrow-link:hover {
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  opacity: 1;
}

.block-goods-user-review {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 90px 80px 120px;
  margin: 0px;
}

.block-goods-user-review::before {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-color: #F7F7F7;
  transform: translate3d(-50vw, 0, 0) rotate(0deg);
}

@media only screen and (max-width: 1200px) {
  .block-goods-user-review::before {
    width: 1260px;
    transform: translate3d(-630px, 0, 0) rotate(0deg);
  }
}
.block-goods-user-review::after {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  z-index: -1;
  top: 50px;
  bottom: 80px;
  left: 0;
  max-width: 1200px;
  width: 100%;
  height: auto;
  background-color: #fff;
}

.block-goods-user-review--score dt {
  font-size: 14px;
  color: #000;
  font-weight: 700;
  margin-right: 5px;
}

.block-goods-user-review--count dt {
  margin-top: 10px;
  font-size: 12px;
  color: #000;
  font-weight: 400;
  margin-right: 5px;
}

.block-goods-user-review--count dd {
  font-size: 12px;
  font-weight: 700;
}

.block-goods-user-review--description {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-flow: row nowrap;
}

.block-goods-user-review--description > p {
  flex: 1 1 auto;
  font-size: 13px;
  color: #707070;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
}

.block-goods-user-review--write-review {
  flex: 0 0 250px;
  max-width: 250px;
  margin-left: auto;
}

.block-goods-user-review--write-review-link {
  width: 100%;
  background-color: #222;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  height: 44px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row wrap;
  margin: 0px;
  padding: 0px;
}

.block-goods-user-review--form {
  margin: 20px 0px;
}

.block-goods-user-review--write-review-btn {
  width: 360px;
  background-color: #222;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  height: 44px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row wrap;
  margin: 0px;
  padding: 0px;
}

.block-goods-user-review--item-moderate-vote {
  display: none;
}

.block-goods-user-review--item {
  padding: 20px 0;
  border: none;
  border-top: 1px solid #F2F2F2;
}

.block-goods-user-review--item:first-child {
  border-top: 2px solid #222222;
}

.block-goods-user-review--item:last-child {
  margin-bottom: 0;
}

.block-goods-user-review--nothing {
  font-size: 13px;
  color: #707070;
  margin: 0px;
  padding: 0px;
}

.block-goods-user-review--need-login-message {
  font-size: 13px;
  color: #707070;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
  margin: 15px 0;
  margin-bottom: 30px;
}

.block-goods-user-review--need-login-message a {
  color: #1499B1;
  text-decoration: none;
}

.block-goods-user-review--item-title {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  position: relative;
  padding-left: 35px;
}

.block-goods-user-review--item-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 28px;
  background: url("../../img/usr/common/icon_review.png") no-repeat center center/contain;
  transform: translate3d(0, -50%, 0) rotate(0deg);
}

.block-goods-user-review--item-summary {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-flow: row wrap;
  padding-left: 35px;
}

.block-goods-user-review--item .block-goods-user-review--item-score {
  margin: 0px;
}

.block-goods-user-review--item .block-goods-user-review--item-score dt {
  margin: 0px;
}

.block-goods-user-review--item-name {
  margin: 0px;
  margin-left: 20px;
  font-size: 13px;
  color: #808080;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
}

.block-goods-user-review--item-frame {
  padding-left: 35px;
}

.block-goods-user-review--item-comment {
  font-size: 11px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
  margin-top: 20px;
}

.js-goods-detail-goods-slider,
.block-goods-detail--color-variation-goods-thumbnail-form,
.block-goods-gallery,
.block-src-l {
  display: none;
}

.block-user-review--item-header {
  padding: 0;
  margin: 0;
  font-size: 22px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.866;
  margin-bottom: 10px;
}

.block-user-review--message {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0em;
  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: 0;
  margin: 0;
  font-size: 22px;
  color: #2C4298;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.866;
  margin-bottom: 10px;
  border-bottom: 2px solid #2C4298;
}

.block-user-review--review-contribution-condition-body {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
  border: 1px solid #dddddd;
  padding: 20px;
  border-radius: 5px;
  background-color: #f4f4f4;
  margin-bottom: 16px;
  text-align: left;
}

.block-user-review--confirmation-message {
  font-size: 15px;
}

.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: 0em;
  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: 0em;
  line-height: 1.87;
}

.block-user-review--evaluation-confirmation {
  padding-bottom: 60px;
  margin-bottom: 0px;
  border-bottom: 1px solid #dddddd;
}

.block-user-review--evaluation-message {
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 1.87;
  margin-top: 40px;
  text-align: center;
}

.block-user-review-completed--message-header {
  text-align: center;
  font-size: 22px;
  color: #000;
  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;
}

.block-user-review__notice h3 {
  text-align: left;
  border-bottom: 2px solid #2C4298;
}

.star-base {
  cursor: pointer;
  background: url("../../img/usr/user_review/star.png") no-repeat center top/100% auto;
}

.star-select {
  background: url("../../img/usr/user_review/star.png") no-repeat center top/100% auto;
  background-repeat: no-repeat;
}

textarea.block-mail-news--terms-body {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
  height: 220px;
  background-color: #f4f4f4;
  border: 1px solid #dddddd;
  border-radius: 3px;
  transition: none;
}

textarea.block-mail-news--terms-body:focus,
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 {
  color: #fff;
  background-color: #999;
  border: 1px solid #999;
}

.page-topic .pane-main {
  padding-top: 20px;
}

.page-topic .pane-left-menu {
  display: none;
}

.block-topic-page {
  margin-top: 30px;
}

.block-topic-page--article-img1,
.block-topic-page--article-img2 {
  margin-bottom: 20px;
}

.block-topic-page--article-icon {
  width: auto;
  height: 20px;
  vertical-align: middle;
  position: absolute;
  bottom: 100%;
  right: 0;
  transform: translate3d(0px, -4px, 0) rotate(0deg);
  margin-left: 4px;
}

.block-topic-page--article-header {
  margin: 0;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.33;
  margin-bottom: 30px;
  text-align: left;
}

.p-block-topic-page__footer-btns {
  margin-top: 40px;
}

.block-icon-image--flex-cell-margin {
  display: none;
}

.pane-order-contents {
  border: none;
}

.block-cart--contents {
  width: 900px;
  box-sizing: border-box;
  padding-right: 30px;
}

.block-cart--rule {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  padding: 20px 0 10px;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #000;
}

.promotion-criteria-list-message {
  font-size: 15px;
}

.block-order-flow--step {
  padding: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 16px;
  padding-top: 16px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 10px 0;
}

.block-order-flow--step-current {
  background-color: transparent;
  color: #2C4298;
  font-weight: 700 !important;
  padding: 10px 10px;
  border-radius: 5px;
}

.block-order-flow--step-current::after {
  position: absolute;
  top: 0;
  right: -50px;
  content: "";
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-left: 25px solid #2C4298;
  border-bottom-width: 25px;
  border-top-width: 25px;
}

.block-order-flow--step1,
.block-order-flow--step2,
.block-order-flow--step3,
.block-order-flow--step4 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.33;
  height: auto;
}

.block-order-flow--step1::after,
.block-order-flow--step2::after,
.block-order-flow--step3::after,
.block-order-flow--step4::after {
  position: absolute;
  top: 0;
  right: -50px;
  content: "";
  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: "";
  margin-right: 4px;
  display: inline-block;
}

.block-order-flow--step1::before {
  content: "①";
}

.block-order-flow--step2::before {
  content: "②";
}

.block-order-flow--step3::before {
  content: "③";
}

.block-order-flow--step4::before {
  content: "④";
}

.block-common-alert-list {
  margin: 0 auto 20px;
  padding: 20px 30px;
  border: 1px solid #dddddd;
  background-color: #fff;
  width: auto;
}

.block-common-alert-list--message {
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.63;
  margin-bottom: 12px;
}

.block-common-alert-list--items {
  color: #e10101;
}

.block-common-alert-list--items > li {
  margin-top: 6px;
}

.block-cart--goods-list li {
  position: relative;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 180px;
  margin-right: 0px;
  padding-left: 180px;
  min-height: 180px;
}

.block-cart--goods-list-image {
  position: absolute;
  z-index: 5;
  width: 160px;
  height: 160px;
  left: 0;
  top: 0;
  border: 1px solid #dddddd;
  background-color: transparent;
}

.block-cart--goods-list-image img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: contain;";
  height: 100%;
  width: 100%;
}

.block-cart--goods-list-item {
  box-sizing: border-box;
}

.block-cart--goods-list-item-name {
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.633;
  font-feature-settings: "palt";
}

.block-cart--goods-list-item-comment {
  padding: 0;
  margin: 0;
}

.block-cart--goods-list-item-price-info {
  width: 480px;
  padding-right: 120px;
  margin: 0;
}

.block-cart--goods-list-item-price-info .block-cart--goods-list-item-price {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0em;
  line-height: 1.33;
  text-align: left;
}

.block-cart--goods-list-item-price-info .block-cart--goods-list-item-price::after {
  font-weight: 400;
}

.block-cart--goods-list-item-price-info .block-cart--goods-list-item-price .txt-yen {
  font-weight: 400;
}

.block-cart--goods-list-item-qty::after {
  height: 30px;
}

.block-cart--goods-list-item-qty input {
  padding: 4px 10px;
}

.block-cart--goods-list-item-qty-plus {
  top: 7px;
}

.block-cart--goods-list-item-qty-minus {
  top: auto;
  bottom: 6px;
}

.block-cart--goods-list-item-calc-btn {
  padding: 4px 4px;
}

.block-cart--side-area {
  padding-top: 20px;
}

.block-cart--side-contents {
  width: 280px;
  margin: 0 0 0 20px;
}

.block-cart--procedure {
  border: 1px solid #dddddd;
  border-radius: 3px;
  background: transparent;
  padding: 0;
  overflow: hidden;
  margin-bottom: 20px;
}

.block-cart--procedure-container {
  padding: 20px 10px 10px;
  overflow: hidden;
  background: #f4f4f4;
}

.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;
  color: #fff;
  background: #2C4298;
  border: #2C4298 1px solid;
}

.btn.btn-primary.block-cart--order-btn {
  background: #e10101;
  border: #e10101 1px solid;
}

.block-cart--continue-shopping {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.33;
  text-decoration: underline;
}

/*============================#order_back.block-cart--continue-shopping-link============================*/
/*============================#cart_itemhistory============================*/
.block-bookmarkslider .bx-wrapper {
  margin-left: 0 !important;
}

.block-cart-recent-item .block-goods-list-c--items > li {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row wrap;
}

.block-cart-recent-item .block-goods-list-c--item-body {
  flex: 0 0 140px;
  max-width: 140px;
  margin: 0;
  margin-right: 10px;
  margin-bottom: 10px;
}

.block-cart-recent-item .block-goods-list-c--image figure {
  width: 140px;
  height: 140px;
  border: 1px solid #d4d4d4;
  background-color: #ffffff;
}

.block-cart-recent-item .block-goods-list-c--image figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

.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;
}

.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 #dddddd;
  margin: 20px auto;
  padding: 20px;
  text-align: left;
  width: 800px;
}

.block-cart--order-button-description {
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
}

.block-cart--amazonpay {
  border: none;
  padding: 0;
  margin-top: 5px;
  text-align: center;
}

.block-cart--amazonpay-description {
  text-align: left;
  font-size: 14px;
  margin: 5px 0;
  margin: 20px 0;
}

.block-cart--container {
  position: relative;
  overflow: hidden;
}

.block-cart--goods-list-item-name {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
}

.block-cart--goods-list-item {
  float: left;
  width: 400px;
  margin: 8px 0 8px 0;
}

.block-cart--goods-list-item-price-info {
  float: left;
  width: 400px;
  text-align: right;
  margin: 8px 10px 0 0px;
  font-weight: bold;
}

.block-cart--goods-list-item-price {
  color: #000;
}

.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: #000;
  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--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 #dddddd;
  background: #fff;
  padding: 4px;
  overflow: hidden;
  margin-bottom: 20px;
}

.block-cart--procedure-container {
  padding: 10px;
  overflow: hidden;
  background: #F6F6F6;
}

.block-cart--order-btn {
  display: block;
  margin: 0 0 10px 0;
  width: 100%;
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
  font-weight: 500;
}

.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: 500;
  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: 18px;
  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: #000;
  font-size: 14px;
  border: none;
  text-decoration: underline;
  background: none;
}

.block-promotion-message--content {
  border: 1px solid #e10101;
  background-color: #fff;
  text-align: center;
  padding: 10px 0;
  margin: 0 0 10px 0;
  font-size: 12px;
}

.block-promotion-message--content span {
  color: #e10101;
  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;
  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: solid 1px #dddddd;
  padding: 20px 20px 20px 20px;
  margin: 0 0 20px 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--payment-content label {
  margin-right: 10px;
}

.block-order-method .block-order-method--payment-content h3 {
  margin-top: 30px;
}

.block-order-method .block-order-method--payment-content > div:first-child h3 {
  margin-top: 10px;
}

.block-order-method--dest-content {
  padding: 0 20px;
}

.block-order-method h2 {
  font-weight: bold;
  font-size: 20px;
  color: #000;
  padding: 10px 0;
  margin: 0 0 20px 0;
}

.block-order-method h3 {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  margin: 14px 0 10px 0;
}

.block-order-method .block-order-method--host-title-confirmation h3 {
  margin-top: 0px;
}

.block-order-method address {
  line-height: 1.5;
}

.block-order-method dt {
  font-weight: bold;
}

.block-order-method--container {
  display: block;
  overflow: hidden;
}

.block-order-method--contents {
  width: 900px;
  float: left;
}

.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: #F6F6F6;
  width: 280px;
  margin: 0 0 0 20px;
}

.block-order-method--procedure {
  border: solid 1px #dddddd;
  background: #fff;
  padding: 4px;
  overflow: hidden;
  margin-bottom: 20px;
}

.block-order-method--procedure-container {
  padding: 14px;
  background: #F6F6F6;
}

.block-order-method--next-btn {
  width: 100%;
  font-size: 16px;
  text-align: center;
  margin: 5px 0;
  padding: 14px 0;
  font-weight: bold;
  background: #e10101;
  border: #e10101 1px solid;
}

/* お届け先 */
.block-order-method--dest-item:first-child {
  border-top: none;
}

.block-order-method--dest-item {
  border-bottom: solid 1px #dddddd;
  padding: 20px 0;
  overflow: hidden;
}

.block-order-method--dest-item address {
  float: left;
}

.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: #F6F6F6;
  border: 1px solid #dddddd;
}

.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: 20px 0;
}

.block-order-method--dest-item-edit {
  text-align: right;
}

.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 {
  float: left;
  width: 50%;
}

.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,
.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 15px;
}

.block-order-method--sales-detail-append-item {
  overflow: hidden;
}

/* 配送方法 */
.block-order-method--spec-content dl {
  margin: 0 0 20px 0;
}

.block-order-method--spec-content dl dt {
  float: left;
}

.block-order-method--spec-content dl dd {
  margin-left: 8em;
}

.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-gift-select--coupon-content input[type=text],
.block-order-method--coupon-content input[type=text] {
  width: 200px;
  height: 50px;
}

.block-order-method--payment-method-select a {
  color: #2C4298;
  text-decoration: underline;
}

.block-order-method--payment-method-select li {
  margin: 0 0 10px 0;
}

.block-order-method--payment-method-select li .help-block {
  display: inline-block;
  margin-left: 30%;
}

.block-order-method--point-use-select {
  margin-bottom: 10px;
  padding: 10px;
  background: #F6F6F6;
  border: 1px solid #dddddd;
}

.block-order-method--point-use-select label {
  cursor: pointer;
  padding: 0 23px 0 5px;
}

.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;
}

/* その他 */
.block-order-method--sales-append-content {
  background: #fff;
  border: solid 1px #dddddd;
  margin: 0 0 20px 0;
}

.block-order-method--sales-append-content .form-label,
.block-order-method--sales-append-content .constraint {
  background: #F6F6F6;
}

.block-order-method--sales-append-content .form-group:not(:last-child) {
  border-bottom: solid 1px #dddddd;
}

/* クーポンダイアログ */
.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 #dddddd;
}

.block-order-estimate--pay-input .form-group .form-label {
  background: #fefefe;
  padding-left: 20px;
}

.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: #2C4298;
  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: #000;
  padding: 20px 0 10px;
  margin: 0 0 20px 0;
}

.block-order-estimate h3 {
  font-size: 16px;
  color: #000;
  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: #e10101;
  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 #dddddd;
  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: #e10101;
  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 #dddddd;
  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: 420px;
  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: #000;
  border: 1px solid #dddddd;
  clear: both;
}

.block-order-estimate--amazonpay-wallet-header {
  background: #2C4298;
  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-estimate--goods-list li {
  position: relative;
  overflow: hidden;
  margin: 0 0 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}

.block-order-estimate--goods-list li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0;
  border-bottom: none;
}

.block-order-estimate--goods-item-image {
  float: left;
  margin: 0 20px 0 0;
  background: #f5f5f5;
  width: 100px;
  height: 100px;
}

.block-order-estimate--goods-item {
  float: left;
  width: 50%;
}

.block-order-estimate--goods-item-comment {
  overflow: hidden;
}

.block-order-estimate--goods-price-items {
  float: right;
}

.block-order-estimate--amt {
  width: 140px;
  text-align: right;
  margin: 0 10px 0 0;
  font-weight: bold;
  color: #000;
}

.block-order-estimate--goods-item-name,
.block-order-estimate--goods-item-set-name {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
}

/* ご注文商品 注文明細拡張情報 */
.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: #F6F6F6;
  color: #000;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  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: #F6F6F6;
}

.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;
  background: #e10101;
  border: #e10101 1px solid;
}

.block-order-estimate--total {
  font-size: 14px;
  text-align: center;
  padding: 8px;
  margin: 0 0 10px 0;
  background: #fff;
  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 #dddddd;
  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: #e10101;
  font-size: 16px;
}

.block-order-estimate--point-add dd + dd {
  width: 100%;
  color: #e10101;
  font-size: 11px;
  text-align: left;
  padding-bottom: 10px;
}

.block-order-estimate--price-items {
  letter-spacing: -0.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 #e10101;
  background: #fff;
  text-align: center;
  padding: 10px 0;
  margin: 0 0 10px 0;
  cursor: pointer;
}

/* お届け先の変更(ダイアログ)*/
.block-order-estimate--address-frame {
  background: #F6F6F6;
  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;
  transform: rotate(45deg);
}

.block-order-estimate--address-frame-close span:after {
  position: absolute;
  top: 0;
  right: 6px;
  content: "";
  width: 2px;
  height: 15px;
  background: #fff;
  transform: rotate(45deg);
}

/* お届け先の変更 */
.block-order-estimate--address-frame h2 {
  color: #fff;
  background: #2C4298;
  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 #dddddd;
  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 #e10101;
  color: #e10101;
  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 #dddddd;
  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: #F6F6F6;
  color: #000;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  width: 30%;
}

/* &mdash;&mdash;&mdash;- 注文完了(通常・ギフトフロー共通) ---- */
.block-order-complete--orderinfo,
.block-order-complete--customerentry-wrapper {
  background: #fff;
  border: solid 1px #dddddd;
  padding: 20px;
  margin-bottom: 20px;
}

.block-order-complete--message {
  margin: 0 0 10px 0;
  font-size: 20px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
  margin-bottom: 20px;
}

.block-order-complete--orderinfo dt {
  width: 30%;
  background: #F6F6F6;
  font-weight: bold;
  float: left;
}

.block-order-complete--orderinfo dt,
.block-order-complete--orderinfo dd {
  border-bottom: 1px solid #dddddd;
  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;
  font-size: 18px;
}

.block-order-complete--orderid th {
  width: 100%;
  background-color: transparent;
}

.block-order-complete--orderid td {
  width: 100%;
}

.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: #000;
  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 #dddddd;
  margin: 0 0 20px 0;
  padding: 20px 20px 20px 20px;
}

/* お届け先配送情報エリア */
.block-order-gift-dest--address-item {
  background: #F6F6F6;
}

.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: #F6F6F6;
}

.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: #000;
}

.block-order-gift-select h3 {
  font-size: 16px;
  font-weight: bold;
}

.block-order-gift-select--sender {
  margin-bottom: 20px;
}

.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 #dddddd;
  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: 10px;
}

.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-name figure img {
  width: 100px;
}

.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;
  width: 100px;
}

/* お届け先商品 */
.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: #F6F6F6;
}

.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 #dddddd;
  margin: 0 0 20px 0;
}

.block-order-gift-select--sales-append-content .form-group:not(:last-child) {
  border-bottom: solid 1px #dddddd;
}

/* &mdash;&mdash;&mdash;- のし・ラッピング設定 ---- */
.block-order-gift-noshi h1 {
  font-weight: bold;
  font-size: 24px;
  color: #000;
  padding: 15px 0 0 0;
}

.block-order-gift-noshi h2 {
  font-weight: bold;
  font-size: 20px;
  color: #000;
}

.block-order-gift-noshi h3 {
  font-size: 16px;
  color: #000;
  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 #dddddd;
  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: #F6F6F6;
  border: solid 1px #dddddd;
  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: #000;
}

.block-order-gift-confirmation h3 {
  font-size: 16px;
  color: #000;
  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: 100px;
  height: 100px;
  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 #dddddd;
  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: 700px;
}

.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%;
}

.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;
}

.block-regular-cycle--select-dm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.block-regular-cycle--select-dm select[name=day_of_month] {
  margin-right: 10px;
}

.block-regular-cycle--cycle-sub-type {
  background-color: #F6F6F6;
}

.block-order-method--store-content a {
  text-decoration: underline;
  color: #2C4298;
}

.block-order-method--pickupstore-list {
  max-height: 350px;
  overflow-y: scroll;
  padding-right: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  background-color: #f8f8f8;
}

.block-order-method--store-content dl {
  margin-bottom: 20px;
}

.fieldset .block-order-gift-confirmation--mailnews {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 30px;
}

.fieldset .block-order-gift-confirmation--mailnews .constraint {
  background-color: #ffffff;
}

.block-order-method--date-spec {
  float: none;
  clear: both;
  padding-top: 13px;
}

.block-order-method--date-spec dt {
  font-weight: 400;
}

.block-order-method--date-spec select {
  margin-top: -13px;
}

.block-order-method--date-pickupstorespec {
  float: none;
  clear: both;
  padding-top: 13px;
}

.block-order-method--date-pickupstorespec dt {
  font-weight: 400;
}

.block-order-method--date-pickupstorespec select {
  margin-top: -13px;
}

.block-order-method--time-spec {
  float: none;
  clear: both;
  padding-top: 13px;
}

.block-order-method--time-spec dt {
  font-weight: 400;
}

.block-order-method--time-spec select {
  margin-top: -13px;
}

.block-order-gift-select--delivery-dest-goods-checked-add-btn {
  background-color: #2C4298;
  border: 1px solid #2C4298;
}

.block-order-gift-select--delivery-dest-goods-noshi-btn {
  background-color: #2C4298;
  border: 1px solid #2C4298;
}

.page-estimate select[name=card_y] {
  width: 25%;
  margin-left: 10px;
}

.page-estimate select[name=card_m] {
  width: 25%;
}

.page-estimate select[name=card_method] {
  margin-bottom: 10px;
}

.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 select {
  width: 100%;
}

.block-order-estimate--pay-header {
  margin: 0;
}

.block-order-estimate--novelty-content__notice {
  font-size: 14px;
  letter-spacing: 0em;
  line-height: 1.5;
  margin-bottom: 12px;
}

.block-order-estimate--prev-expected-dt > span,
.block-order-estimate--next-expected-dt > span {
  font-size: 14px;
}

.page-entry .legend {
  border: none;
  font-weight: 400;
  margin-top: 50px;
  margin-bottom: 12px;
}

.page-entry input[name=zip] {
  width: 25% !important;
}

.page-entry input[name=tel11],
.page-entry input[name=tel12],
.page-entry input[name=tel13] {
  width: 25%;
  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: 25%;
  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;
}

.block-member-info--items-member-info {
  margin-top: 20px;
}

.block-member-info-confirmation--login-state-saving {
  margin-top: 30px;
}

.block-member-info--store-div {
  margin-bottom: 10px;
  display: block;
}

.block-member-info-confirmation--customer-name {
  font-weight: 700;
  margin: 20px 0;
}

.block-member-info-completed--message {
  text-align: center;
  line-height: 1.833;
}

.block-custom-error-403,
.block-custom-error-404,
.block-custom-error-500 {
  padding-top: 40px;
  text-align: center;
}

.block-custom-error-403--title,
.block-custom-error-404--title,
.block-custom-error-500--title {
  background-color: transparent;
  padding: 0 3.125%;
  padding-top: 10px;
  margin-bottom: 28px;
  font-size: 20px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.33;
  display: block;
  text-align: center;
  position: relative;
  border: none;
  background-color: transparent;
}

.block-custom-error-403--message,
.block-custom-error-404--message,
.block-custom-error-500--message {
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 1.833;
}

.block-custom-error-403--history-back,
.block-custom-error-404--history-back,
.block-custom-error-500--history-back {
  flex: 0 0 100%;
  max-width: 200px;
  display: block;
  width: auto;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  border-radius: 3px;
  transition: all 300ms ease-out 0ms;
  margin: 0 auto;
  margin-top: 30px;
  text-decoration: none;
  position: relative;
  border: 1px solid #dddddd;
  background-color: #f8f8f8;
  color: #000;
}

.block-login--body {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.block-login--body input[name=s_kana],
.block-login--body input[name=s_kana2],
.block-login--body input[name=s_name],
.block-login--body input[name=s_name2] {
  width: 230px;
}

.block-login--first-time {
  max-width: 900px;
  margin: 0 auto;
}

.block-login--member-body {
  display: flex;
  align-items: stretch;
  justify-content: center;
  align-content: flex-start;
  flex-flow: row nowrap;
}

.block-login--member-frame {
  width: 700px;
}

.block-login--member-frame .block-login--input-items {
  border-bottom: 1px solid #dddddd;
  width: 100%;
}

.block-login--social-frame {
  flex: 0 0 590px;
  max-width: 590px;
}

@media (max-width: 959px) {
  .block-login--social-frame {
    max-width: none;
  }
}
.block-login--first-time {
  margin-top: 60px;
}

#AmazonPayButton {
  margin-left: auto;
  margin-right: auto;
}

.block-inquiry-history--customer-name,
.block-arrival-notice-list--customer-name,
.block-member-info--customer-name {
  margin: 20px 0;
  font-weight: 700;
}

/* &mdash;&mdash;&mdash;-会員規約画面---- */
.block-member-terms--header {
  margin-top: 0;
}

.block-member-terms--body {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}

/* &mdash;&mdash;&mdash;-マイページ画面---- */
.block-mypage h2 {
  padding-bottom: 8px;
}

.block-mypage h2 .block-icon-image {
  margin-right: 10px;
  display: none;
}

.block-mypage--customer-status {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #000;
  display: flex;
  align-items: center;
  padding: 8px 0;
  margin-bottom: 40px;
}

.block-mypage--sign {
  flex-grow: 1;
  text-align: center;
  padding: 8px 0;
  border-right: #fff 1px solid;
}

.block-mypage--mypoint {
  flex-grow: 2;
  font-size: 20px;
  padding-left: 34px;
}

.block-mypage--rank-status {
  display: flex;
  align-items: center;
  flex-grow: 2;
  justify-content: flex-end;
}

.block-mypage--rank-condition dl {
  display: flex;
  align-items: center;
}

.block-mypage--customer-name {
  font-size: 20px;
}

.block-mypage--logout {
  font-size: 14px;
}

.block-mypage--mypoint-duedate {
  font-size: 14px;
}

.block-mypage--logout a {
  color: #000;
  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--shopping-info,
.block-mypage--member-info,
.block-mypage--inquiry-info,
.block-mypage--snssync-info {
  font-size: 22px;
  padding: 0;
  background: #fff;
  padding-left: 0px;
}

.block-mypage--shopping-info i,
.block-mypage--member-info i,
.block-mypage--inquiry-info i,
.block-mypage--snssync-info i {
  padding-right: 5px;
  display: none;
}

.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--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 #dddddd;
  border-top: none;
  min-height: 84px;
}

.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;
  padding: 5px 0 5px 14px;
  max-width: 390px;
  background-color: #fff;
  color: #000;
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
}

.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 {
  margin: 0 10px 0 auto;
}

.block-icon-image--table-cell-left {
  height: 40px;
}

.block-icon-image--table-cell-angle-right {
  padding-right: 10px;
}

.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 {
  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 {
  text-align: right;
  position: relative;
  z-index: 1;
  margin-top: -20px;
}

.block-mypage--withdrawal {
  font-size: 12px;
  color: #999;
  text-decoration: underline;
}

.block-mypage--update-address-book {
  display: block;
  width: 260px;
  height: auto;
  background: #ddd;
  border-radius: 3px;
  text-align: center;
  padding: 10px 0;
  margin: 0 auto;
  margin-top: 12px;
}

/* 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;
}

.block-member-info input[name=name],
.block-member-info input[name=name2],
.block-member-info input[name=kana],
.block-member-info input[name=kana2] {
  max-width: 200px;
}

/* &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: 200px;
}

.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: 700px;
  margin: 20px auto;
}

.block-login--uid input,
.block-login--pwd input[type=password] {
  width: 100%;
}

.block-login--display-password {
  cursor: pointer;
  margin-top: 15px;
  display: inline-block;
  font-size: 14px;
}

.block-login--display-password span {
  position: relative;
  top: -3px;
}

.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: 10px;
  text-align: left;
}

.block-login--ask-password a {
  text-decoration: underline;
}

.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-frame {
  display: table-cell;
}

.block-login--social-frame {
  display: table-cell;
  padding-left: 20px;
}

.block-login--social-frame .block-login--first-time {
  margin-top: 0px;
}

.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 {
  justify-content: 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 {
  height: 510px;
}

.block-additional-authentication--body {
  padding: 20px;
  overflow: hidden;
  border: solid 1px #dddddd;
  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 {
  border: 1px solid #dddddd;
  border-top: none;
  padding: 20px;
}

.block-favorite--form li:first-child {
  border-top: 1px solid #dddddd;
}

.block-favorite--favorite-goods {
  display: flex;
  width: 100%;
  font-size: 16px;
}

.block-favorite--checkbox,
.block-favorite--delete-item {
  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 {
  flex-basis: 30px;
  padding-right: 10px;
}

.block-favorite--image {
  flex-basis: 160px;
}

.block-favorite--description {
  flex-basis: 500px;
}

.block-favorite--comment-textarea {
  width: 340px;
  height: 75px;
}

.block-favorite--comment {
  flex-basis: 380px;
  margin: 0 20px;
}

.block-favorite--delete-item {
  flex-basis: 80px;
  text-align: center;
}

.block-favorite--delete-item .btn-danger {
  border: 1px solid #dddddd;
  background-color: #f8f8f8;
  color: #000;
}

.block-favorite--image figure {
  background: #f5f5f5;
  width: 142px;
  height: 142px;
}

.block-favorite--goods-name a {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  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--price {
  font-size: 20px;
  font-weight: 700;
}

.block-favorite--price::after {
  font-size: 0.75em;
}

.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: flex;
  width: 100%;
}

.block-arrival-notice-list--image {
  flex-basis: 160px;
}

.block-arrival-notice-list--description {
  flex-grow: 1;
}

.block-arrival-notice-list--delete-item {
  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 {
  margin: 5px 0;
  width: 100%;
  font-feature-settings: "palt";
  font-size: 14px;
}

.block-purchase-history--table th {
  font-size: 14px;
}

.block-purchase-history--order-id a {
  text-decoration: underline;
}

.block-purchase-history--order-detail-reorder a {
  text-decoration: none;
  color: #2C4298;
  font-weight: 700;
}

.block-purchase-history--status a:hover {
  text-decoration: none;
}

.block-purchase-history--search-frame {
  display: flex;
  margin: 10px 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #dddddd;
  display: flex;
  align-items: center;
}

.block-purchase-history--search-item {
  flex: 0 0 290px;
  max-width: 290px;
  padding: 16px;
}

.block-purchase-history--search-item:last-child {
  max-width: 130px;
}

.block-purchase-history--search-item input {
  width: 100%;
}

.block-purchase-history--search-item select {
  width: 200px;
}

.block-purchase-history--search-title {
  font-weight: bold;
  display: block;
  margin-bottom: 4px;
}

/* &mdash;&mdash;&mdash;-購入履歴詳細画面---- */
.block-purchase-history-detail--customer-name {
  margin: 10px 0;
  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: 20px 0;
  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%;
}

.block-purchase-history-detail--order-info-table th {
  width: 250px;
}

.block-purchase-history-detail--order-body {
  margin: 20px 0;
  display: flex;
  width: 100%;
}

.block-purchase-history-detail--order-body-left {
  width: 65%;
}

.block-purchase-history-detail--order-body-right {
  width: 35%;
  padding: 0 0 0 10px;
}

.block-purchase-history-detail--order-body-right th {
  white-space: nowrap;
}

.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: 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--shipping-info-right th {
  white-space: nowrap;
}

.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 #dddddd;
  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: 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: 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 .legend {
  border: none;
}

.block-order-cancellation--order-info {
  margin: 10px 0;
  display: flex;
  width: 100%;
}

.block-order-cancellation--order-info .legend.block-order-cancellation--order-detail-header {
  margin-top: 0px;
  padding: 0;
  margin-bottom: 20px;
}

.block-order-cancellation--order-info-left {
  width: 65%;
}

.block-order-cancellation--order-info-right {
  width: 35%;
  padding: 0px 0 0 10px;
  padding-top: 53px;
}

.block-order-cancellation--shiment-address {
  border: 1px solid #dddddd;
  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: flex;
  background: #fff;
  padding: 20px;
  margin: 0 0 9px;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--info {
  padding: 105px 10px 0 0;
  background: url(../../img/sys/regular_icon.png) top 30px center/92px auto no-repeat;
  width: 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: flex;
  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: #000;
  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;
  flex-basis: 275px;
  margin: 20px 10px 0 0;
  background: #c8e3f0;
  border-radius: 0px;
}

.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 .block-regular-purcharse-list--benefits-frame {
  background: url(../../img/sys/regular_benefits_icon.png) right 5px top 5px/44px auto no-repeat;
}

.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: 17px;
  font-weight: bold;
  padding: 20px 20px 12px;
  border-bottom: 1px solid #fff;
  background: url(../../img/sys/order_date_spec_icon.png) right 22px top 17px/46px auto no-repeat;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--detail.block-regular-purcharse-list--detail_skip .block-regular-purcharse-list--date-spec {
  background: url(../../img/sys/order_date_spec_icon3.png) right 19px top 22px/44px auto no-repeat;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--detail.block-regular-purcharse-list--detail_next .block-regular-purcharse-list--date-spec {
  background: url(../../img/sys/order_date_spec_icon2.png) right 12px top 15px/63px auto no-repeat;
}

.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: 17px;
  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;
  background: url(../../img/sys/link_arrow.png) right 2px center/6px auto no-repeat;
}

.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;
  background: url(../../img/sys/link_arrow.png) right 2px center/6px auto no-repeat;
}

.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: 0px;
  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 #dddddd;
  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 #dddddd;
  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: #000;
  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 #dddddd;
  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;
  padding-top: 8px;
}

/* &mdash;&mdash;&mdash;-お問い合わせ履歴一覧画面---- */
.block-inquiry-history--body li {
  margin: 18px 0 18px;
  padding: 12px 0;
  border-bottom: 1px solid #dddddd;
}

.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: center;
}

.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: flex;
}

.block-inquiry-history-detail--contact-name {
  width: 80%;
}

.block-inquiry-history-detail--update-dt {
  width: 20%;
  text-align: right;
  font-weight: normal;
  font-size: 15px;
  padding-top: 10px;
}

.block-inquiry-history-detail--message-confirm {
  text-align: center;
}

.block-inquiry-history-detail--inquiry-body-confirm {
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #dddddd;
}

/* &mdash;&mdash;&mdash;-ポイント履歴一覧画面---- */
.block-point-history-list--point {
  font-size: 20px;
  font-weight: bold;
  margin: 0 5px;
}

.block-point-history-list--message {
  margin: 5px 0;
}

.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: 300px;
}

/* &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;
}

/* &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;
}

select[name=select_card_m] {
  width: 25%;
  margin-right: 10px;
}

select[name=select_card_y] {
  width: 25%;
  margin-right: 10px;
  margin-left: 10px;
}

.page-customer .legend {
  border: none;
  font-weight: 400;
  margin-top: 50px;
  margin-bottom: 12px;
}

.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: 25%;
  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;
}

.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: #e10101;
  color: #fff;
  content: "必須";
  text-align: center;
  border-radius: 0px;
  height: 22px;
  line-height: 22px;
  min-width: 43px;
  padding: 0 2px;
}

.block-member-info--items-member-info {
  margin-top: 20px;
}

.block-member-info--value-label {
  white-space: nowrap;
  font-size: 0.85em;
}

.block-member-info--update-mail a {
  text-decoration: underline;
}

.block-member-info--store-info label {
  display: block;
  margin: 0px 0 6px;
}

.block-member-info--message-password {
  padding-top: 20px;
}

.block-member-info--message-password a {
  text-decoration: underline;
}

.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-member-info .form-group.block-member-info--mail .form-control {
  padding-top: 25px;
  padding-bottom: 25px;
}

.page-custdest .form-group.block-shipping-address-confirmation--dept,
.page-custdest .form-group.block-shipping-address--dept {
  border-bottom: 1px solid #dddddd;
}

.block-shipping-address--value-label {
  white-space: nowrap;
  font-size: 0.85em;
}

.block-shipping-address--customer-name {
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}

.block-shipping-address--tel input {
  width: 30%;
}

.block-shipping-address-confirmation--customer-name {
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}

main.page-passchange {
  width: 1200px;
}

.block-member-password--customer-name {
  margin: 20px 0;
  font-weight: 700;
}

.block-member-password--update-completed-message {
  text-align: center;
}

.block-member-password--update-completed-message a {
  text-decoration: underline;
}

.block-favorite--pager-top .pager,
.block-favorite--pager-bottom .pager {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-content: center;
  flex-flow: row wrap;
  margin: 0;
}

.block-favorite--pager-bottom .pager-scope {
  display: none;
}

.block-favorite--add-to-cart {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.block-favorite--customer-name {
  margin: 20px 0;
  font-weight: 700;
}

.block-purchase-history--search-btn {
  color: #fff;
  background-color: #2C4298;
  border-color: #2C4298;
}

.status-order,
.status-cancel,
.status-income,
.status-reserve,
.status-rship,
.status-ship,
.status-verify,
.status-return,
.status-status_,
.status-status_1,
.status-status_2,
.status-status_3,
.status-status_4,
.status-status_8,
.status-status_9 {
  width: 400px;
  padding: 10px 10px;
}

.block-purchase-history-detail--proceed-status .status-order,
.block-purchase-history-detail--proceed-status .status-cancel,
.block-purchase-history-detail--proceed-status .status-income,
.block-purchase-history-detail--proceed-status .status-reserve,
.block-purchase-history-detail--proceed-status .status-rship,
.block-purchase-history-detail--proceed-status .status-ship,
.block-purchase-history-detail--proceed-status .status-verify,
.block-purchase-history-detail--proceed-status .status-return,
.block-purchase-history-detail--proceed-status .status-status_,
.block-purchase-history-detail--proceed-status .status-status_1,
.block-purchase-history-detail--proceed-status .status-status_2,
.block-purchase-history-detail--proceed-status .status-status_3,
.block-purchase-history-detail--proceed-status .status-status_4,
.block-purchase-history-detail--proceed-status .status-status_8,
.block-purchase-history-detail--proceed-status .status-status_9 {
  border: 1px solid #ddd;
}

.page-historydetail .legend {
  border: none;
  font-weight: 400;
  margin-top: 50px;
  margin-bottom: 12px;
}

.block-purchase-history-detail--add-goods {
  background-color: #e10101;
  border: 1px solid #e10101;
  color: #fff;
}

input.block-purchase-history-detail--receipt-input {
  flex: 0 0 425px;
  max-width: 425px;
  margin-left: 10px;
}

.block-mail-address--customer-name {
  margin: 20px 0;
  font-weight: 700;
}

.block-mail-address--update-completed-message {
  text-align: center;
}

.block-mail-address--update-completed-message a {
  text-decoration: underline;
}

.block-point-history-list--customer-name {
  margin: 20px 0;
  font-weight: 700;
}

.block-arrival-notice-list--items li {
  border-top: 1px solid #dddddd;
  margin-bottom: 20px;
  padding-top: 20px;
}

.block-arrival-notice-list--items li:first-child {
  border-top: none;
}

.block-arrival-notice-list--items figure {
  width: 100px;
  height: 100px;
}

.block-arrival-notice-list--items .block-arrival-notice-list--image {
  flex-basis: 130px;
}

.block-arrival-notice-list--items .block-arrival-notice-list--delete-item {
  flex-basis: 100px;
}

.block-arrival-notice-list--items .block-arrival-notice-list--delete-item .btn {
  display: block;
  border: 1px solid #dddddd;
  background-color: #f8f8f8;
  color: #000;
}

.block-arrival-notice-list--items .block-arrival-notice-list--goods-name {
  font-size: 16px;
  margin-bottom: 10px;
}

.block-credit-card-confirmation--customer-name {
  margin: 20px 0;
  font-weight: 700;
}

.block-regular-purcharse-list--customer-name {
  font-weight: 700;
}

.block-regular-purcharse-list {
  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: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  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;
  background: url(../../img/sys/regular_icon.png) top 30px center/92px auto no-repeat;
  width: 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 #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  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: #000;
  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;
  flex-basis: 340px;
  margin: 20px 15px 0 0;
  background: #f6f8ff;
  border: 1px solid #6e7ab6;
  border-radius: 0px;
}

.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 #dddddd;
  border-radius: 0px;
}

.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 .block-regular-purcharse-list--benefits-frame {
  background: url(../../img/sys/regular_benefits_icon.png) right 5px top 5px/44px auto no-repeat;
}

.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: 17px;
  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--detail_skip .block-regular-purcharse-list--date-spec {
  background: url(../../img/sys/order_date_spec_icon3.png) right 19px top 22px/44px auto no-repeat;
}

.block-regular-purcharse-list ul.block-regular-purcharse-list--list > li .block-regular-purcharse-list--detail.block-regular-purcharse-list--detail_next .block-regular-purcharse-list--date-spec {
  background: url(../../img/sys/order_date_spec_icon2.png) right 12px top 15px/63px auto no-repeat;
}

.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: 0px;
}

.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: 17px;
  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: 0px;
  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: 0px;
  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 #dddddd;
  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 #dddddd;
  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: #000;
  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 #dddddd;
  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;
}

.block-regular-purcharse-cancellation--cancel-reason {
  margin-bottom: 40px;
}

.block-regular-purcharse-cancellation--customer-name {
  margin: 20px 0;
  font-weight: 700;
}

.block-withdrawal--customer-name {
  margin: 20px 0;
  font-weight: 700;
}

.block-withdrawal-completed--message {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.833;
}

.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;
}

.page-regulardest input[name=select_dest] {
  vertical-align: middle;
  margin-top: -4px;
}

.page-contact input[name=name],
.page-contact input[name=name2] {
  width: 240px;
}

.block-inquiry--subject select {
  width: 100%;
}

input.block-inquiry--forward {
  background-color: #2C4298;
  border: 1px solid #2C4298;
  color: #fff;
  transition: opacity 300ms ease-out 0ms;
}

input.block-inquiry--forward:hover {
  background-color: #2C4298;
  border: 1px solid #2C4298;
  color: #fff;
}

h2.block-inquiry--sub-header {
  padding: 0;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 24px;
  font-size: 22px;
  color: #000;
  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: flex;
  align-items: stretch;
  justify-content: space-between;
  align-content: flex-start;
  flex-flow: row nowrap;
  margin-bottom: 60px;
}

.p-inquiry-tel .p-inquiry-tel-box {
  flex: 0 0 48%;
  max-width: 48%;
  border: 1px solid #dddddd;
}

.p-inquiry-tel .p-inquiry-tel-name {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1;
  margin-bottom: 10px;
}

.p-inquiry-tel dt {
  background-color: #2C4298;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0em;
  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: 0em;
  line-height: 1.633;
}

.p-inquiry-tel .p-inquiry-tel-txt a {
  color: #2C4298;
  text-decoration: underline;
}

.block-inquiry-completed {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: column nowrap;
}

.action-buttons {
  order: 3;
}

.block-inquiry-completed--message {
  order: 2;
  text-align: center;
  line-height: 1.833;
  margin-bottom: 50px;
  margin-top: 50px;
}

.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: 240px;
}

.page-questionnaireform .block-questionnaire--name-value-label,
.page-questionnaireform .block-questionnaire--name-value-label {
  width: 66px;
  font-feature-settings: "palt";
}

.page-questionnaireform .required::after {
  display: inline-block;
}

.block-questionnaire--customer-name {
  margin: 20px 0;
  font-weight: 700;
}

.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--pwd {
  border-bottom: 1px solid #dddddd;
}

.block-askpass-completed--message {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.833;
}

.block-inquiry-history--body li {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
}

.block-inquiry-history--inquiry-dt {
  flex: 0 0 160px;
  max-width: 160px;
}

.block-inquiry-history--subject {
  flex: 1 1 auto;
  max-width: auto;
}

.block-inquiry-history--subject a {
  text-decoration: underline;
}

.block-inquiry-history--inquiry-id {
  flex: 0 0 200px;
  max-width: 200px;
  margin: 0;
}

.block-inquiry-history-detail--customer-name {
  margin: 20px 0;
  font-weight: 700;
}

.block-inquiry-history-detail--title {
  margin-top: 30px;
}

.block-inquiry-history-detail--id,
.block-inquiry-history-detail--date,
.block-inquiry-history-detail--subject {
  color: #000;
  line-height: 1.8;
  font-size: 22px;
}

.block-inquiry-history-detail--id {
  font-size: 15px;
}

.block-inquiry-history-detail--item {
  margin-top: 60px;
}

.block-inquiry-history-detail--form {
  margin-top: 50px;
}

.page-contactdetail #agreement.btn {
  background-color: #2C4298;
  border: 1px solid #2C4298;
  color: #fff;
}

ul.block-thumbnail-h {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
}

.block-thumbnail-h--items,
.block-thumbnail-h .block-thumbnail-h--items {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
  padding: 0px;
}

ul.block-thumbnail-h > li,
.block-thumbnail-h--items > li,
.block-thumbnail-h .block-thumbnail-h--items > li {
  padding: 0;
  margin: 0;
  width: auto;
  min-width: 0;
  flex: 0 0 180px;
  max-width: 180px;
  margin-right: 20px;
  margin-bottom: 20px;
}

ul.block-thumbnail-h > li:nth-child(8n),
.block-thumbnail-h--items > li:nth-child(8n),
.block-thumbnail-h .block-thumbnail-h--items > li:nth-child(8n) {
  margin-right: 0px;
}

ul.block-thumbnail-h > li .block-thumbnail-h--goods-image figure {
  width: 100%;
  height: 180px;
  border: 0;
  background-color: #ffffff;
  box-shadow: 0px 0px 12px 6px rgba(0, 0, 0, 0.04);
}

ul.block-thumbnail-h > li .block-thumbnail-h--goods-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

.block-thumbnail-h--goods-description {
  margin-top: 4px;
}

.block-thumbnail-h--goods-name {
  font-size: 11px;
  letter-spacing: -0.02em;
  line-height: 1.33;
  margin-bottom: 4px;
}

.block-thumbnail-h--price-infos {
  display: none;
}

.block-thumbnail-h--price {
  font-size: 12px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.33;
}

.block-recent-item--keep-history {
  margin-top: 40px;
  display: none;
}

.net-price,
.block-ranking-r--net-price,
.block-thumbnail-t--net-price {
  display: none;
}

.block-bookmarkslider {
  margin-top: 60px;
}

.block-cart-recent-item {
  margin-top: 60px;
}

.block-switch-banner {
  display: none !important;
}

[class$="--customer-name"] {
  margin: 0 0 20px;
  font-weight: bold;
}

.page-event .pane-left-menu > *,
.page-genre .pane-left-menu > *,
.page-search .pane-left-menu > *,
.page-category .pane-left-menu > * {
  background-color: #ffffff;
}

.page-event .pane-left-menu .pane-block--title,
.page-genre .pane-left-menu .pane-block--title,
.page-search .pane-left-menu .pane-block--title,
.page-category .pane-left-menu .pane-block--title {
  margin-top: 24px;
}

.page-event .pane-contents,
.page-genre .pane-contents,
.page-search .pane-contents,
.page-category .pane-contents {
  padding-bottom: 0px;
}

.page-event .block-thumbnail-h li:nth-child(n+6),
.page-genre .block-thumbnail-h li:nth-child(n+6),
.page-search .block-thumbnail-h li:nth-child(n+6),
.page-category .block-thumbnail-h li:nth-child(n+6) {
  display: none !important;
}

.block-category-list--comment {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
  margin-bottom: 20px;
}

.block-category-tree--image {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.block-category-tree--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

.block-genre-page--comment {
  margin: 0px;
  padding: 0px;
  padding-bottom: 25px;
  border-bottom: 4px solid #E7E7E7;
}

.block-genre-page--comment:empty {
  padding-bottom: 0px;
}

.pane-left-menu .pane-block--title {
  border-bottom: 1px solid #f0f0f0;
}

.pane-left-menu #block_of_filter .pane-block--title {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  margin: 0;
  padding: 8px 20px 6px;
  border-bottom: 4px solid #F0F0F0;
}

.pane-left-menu .js-filter-box .js-filter-box-inner-label {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.pane-left-menu .js-filter-box .js-filter-box-inner-label::before,
.pane-left-menu .js-filter-box .js-filter-box-inner-label::after {
  position: absolute;
  top: calc(50% - 1px);
  right: 14px;
  width: 14px;
  height: 2px;
  border: 0;
  border-radius: 2px;
  transition: all 0.3s;
  background: #00A896;
  transform: none;
  content: "";
  transform: translate3d(0, 0, 0) rotate(180deg);
}

.pane-left-menu .js-filter-box .js-filter-box-inner-label::after {
  transform: translate3d(0, 0, 0) rotate(180deg);
  opacity: 0;
}

.pane-left-menu .js-filter-box .pane-block--subtitle {
  border: none;
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  padding: 5px 0px;
  border-bottom: 1px solid #F0F0F0;
}

.pane-left-menu .js-filter-box .pane-block--subtitle::before {
  content: none;
}

.pane-left-menu .js-filter-box .pane-block--subtitle::after {
  content: none;
}

.block-goods-list-d--add-cart {
  width: 100%;
  flex: 0 0 auto;
  max-width: 100%;
}

.pane-left-menu ul.block-category-tree--items:not(.block-category-tree--level-1) {
  display: none;
}

.block-genre-tree {
  display: none !important;
}

.pane-left-menu ul.block-genre-tree--items > li > a + .block-genre-tree--item-opener::before,
.pane-left-menu ul.block-genre-tree--items > li > a + .block-genre-tree--item-opener::after,
.pane-left-menu ul.block-category-tree--items > li > a + .block-category-tree--item-opener::before,
.pane-left-menu ul.block-category-tree--items > li > a + .block-category-tree--item-opener::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 14px;
  height: 2px;
  background-color: #e10101;
  transform: translate3d(0, -50%, 0) rotate(0deg);
  border: none;
  transition: all 300ms ease-out 0ms;
}

.pane-left-menu ul.block-genre-tree--items > li > a + .block-genre-tree--item-opener::after,
.pane-left-menu ul.block-category-tree--items > li > a + .block-category-tree--item-opener::after {
  transform: translate3d(0, -50%, 0) rotate(90deg);
}

.pane-left-menu ul.block-genre-tree--items > li > a + .block-genre-tree--item-opener.is-open::before,
.pane-left-menu ul.block-genre-tree--items > li > a + .block-genre-tree--item-opener.is-open::after,
.pane-left-menu ul.block-category-tree--items > li > a + .block-category-tree--item-opener.is-open::before,
.pane-left-menu ul.block-category-tree--items > li > a + .block-category-tree--item-opener.is-open::after {
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(180deg);
}

.pane-left-menu ul.block-genre-tree--items > li > a + .block-genre-tree--item-opener.is-open::before,
.pane-left-menu ul.block-category-tree--items > li > a + .block-category-tree--item-opener.is-open::before {
  transform: translate3d(0, -50%, 0) rotate(0deg);
}

.block-recent-item--empty-message {
  font-size: 16px;
}

.block-recent-item--history-message {
  font-size: 16px;
}

.block-genre-page--goods {
  display: none;
}

.page-top .block-goods-list-d--add-cart {
  display: none !important;
}

.page-event ul.block-ranking-r--items li .block-ranking-r--goods {
  background-color: #ffffff;
}

.block-goods-label img {
  width: auto;
  height: auto;
  max-height: 34px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

.block-genre-tree,
.block-category-tree {
  padding: 0 20px;
  padding-top: 0px;
  padding-bottom: 40px;
  border-top: 1px solid transparent;
}

.block-genre-tree {
  border-top: 4px solid #F0F0F0;
}

.block-genre-tree--item__open > a,
.block-category-tree--item__open > a {
  color: #2C4298 !important;
  text-decoration: underline !important;
}

.block-category-special {
  background-color: #ffffff;
  margin-bottom: 120px;
  margin-top: 60px;
}

.block-category-special h2 {
  margin-bottom: 40px;
}

.block-category-special__content {
  padding: 55px 40px 30px;
}

.block-category-special__content-list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
}

.block-category-special__content-list-item {
  flex: 0 0 49%;
  max-width: 49%;
  margin-bottom: 20px;
}

.block-category-special__content-list-item:nth-child(2n+1) {
  margin-right: 2%;
}

.block-category-special__content-list-item-img {
  margin-bottom: 15px;
}

.block-category-special__content-list-item-tit {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  min-height: 48px;
}

.block-category-special__content-list-item-txt {
  font-size: 14px;
}

.block-category-special__other {
  padding: 55px 40px 30px;
}

.block-category-special__other-list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
}

.block-category-special__other-list-item {
  flex: 0 0 23.2%;
  max-width: 23.2%;
  margin-left: 2.4%;
  margin-bottom: 20px;
}

.block-category-special__other-list-item:nth-child(4n+1) {
  margin-left: 0;
}

.block-category-special__other-list-item-img {
  margin-bottom: 14px;
}

.block-category-special__other-list-item-img img {
  width: 100%;
  display: block;
}

.block-category-banners {
  position: relative;
}

.block-category-banners .swiper-button-prev {
  left: 10px;
  background-size: auto 40px;
}

.block-category-banners .swiper-button-next {
  right: 10px;
  background-size: auto 40px;
}

.block-goods-list--items-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-content: center;
  flex-flow: row nowrap;
}

dl.block-goods-list--display-style-items {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-flow: row nowrap;
}

dl.block-goods-list--display-style-items dl {
  margin-right: 25px;
}

dl.block-goods-list--display-style-items dd {
  width: auto;
}

.pager-total {
  display: none !important;
}

.block-goods-list--pager-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  flex-flow: row nowrap;
  margin: 30px 0;
}

.block-goods-item-code {
  font-size: 16px;
}

.block-filter--close .block-filter--list-inner-accordion,
.block-filter--close .block-filter--treelist-inner-accordion,
.block-filter--close .block-filter--select-inner-accordion,
.block-filter--close .block-filter--imagelist-inner-accordion {
  display: block !important;
}

.pane-left-menu .pane-block--subtitle {
  cursor: default;
}

.p-top-mv-keywords-list-wrapper {
  position: relative;
  padding-top: 10px;
  border-top: 1px solid #F2F2F2;
}

.p-top-mv-keywords-list-wrapper .block-category-style-l {
  z-index: 1000;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
  width: 100%;
  overflow: visible;
}

.p-top-mv-keywords-list-wrapper .p-top-mv-keywords-list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
  padding: 10px 0;
}

.p-top-mv-keywords-list-wrapper .p-top-mv-keywords-list-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row wrap;
  position: relative;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  padding: 8px 20px;
  padding-right: 30px;
  margin-right: 10px;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1;
  white-space: nowrap;
}

.p-top-mv-keywords-list-wrapper .p-top-mv-keywords-list-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate3d(0, -50%, 0) rotate(45deg);
}

.p-block-top-category-link {
  display: none;
}

.block-category-list--event,
.page-category .block-top-event {
  padding: 30px 0px;
  position: relative;
  margin-top: 20px;
  z-index: 1;
}

.block-category-list--event::before,
.page-category .block-top-event::before {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-color: #f4f4f4;
  transform: translate3d(-50vw, 0, 0) rotate(0deg);
}

@media only screen and (max-width: 1200px) {
  .block-category-list--event::before,
  .page-category .block-top-event::before {
    width: 1260px;
    transform: translate3d(-630px, 0, 0) rotate(0deg);
  }
}
.block-category-list--event .block-ranking-r .block-ranking-r--items,
.page-category .block-top-event .block-ranking-r .block-ranking-r--items {
  width: auto;
  padding: 20px 10px;
  margin: 0;
}

.block-category-list--event .block-ranking-r .block-ranking-r--items li,
.page-category .block-top-event .block-ranking-r .block-ranking-r--items li {
  width: auto;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
  padding: 0px;
  margin: 0px;
}

.block-category-list--event .block-ranking-r .block-ranking-r--items li dl,
.page-category .block-top-event .block-ranking-r .block-ranking-r--items li dl {
  flex: 0 0 210px;
  max-width: 210px;
  min-width: 210px;
  width: 210px;
  margin: 0px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.04);
  padding: 25px;
  margin-right: 30px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
  position: relative;
}

.block-category-list--event .block-ranking-r--goods-image,
.page-category .block-top-event .block-ranking-r--goods-image {
  position: static;
}

.block-category-list--event .block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-image figure,
.page-category .block-top-event .block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-image figure {
  width: 100%;
  height: auto;
}

.block-category-list--event .block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-image figure .img-center img img,
.page-category .block-top-event .block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-image figure .img-center img img {
  width: 100%;
  height: auto;
}

.block-category-list--event .block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-1,
.page-category .block-top-event .block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-1 {
  background: linear-gradient(to right bottom, #CEA400 0%, #CEA400 49.5%, transparent 50%, transparent);
}

.block-category-list--event .block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-2,
.page-category .block-top-event .block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-2 {
  background: linear-gradient(to right bottom, #8B8C8E 0%, #8B8C8E 49.5%, transparent 50%, transparent);
}

.block-category-list--event .block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-3,
.page-category .block-top-event .block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-3 {
  background: linear-gradient(to right bottom, #CE6700 0%, #CE6700 49.5%, transparent 50%, transparent);
}

.block-category-list--event .variation-name,
.page-category .block-top-event .variation-name {
  display: none;
}

.block-category-list--event .block-top-event--goods,
.page-category .block-top-event .block-top-event--goods {
  position: relative;
}

.block-category-list--event .p-block-top-category-link,
.page-category .block-top-event .p-block-top-category-link {
  display: block;
  position: absolute;
  top: -45px;
  right: 0;
}

.block-category-list--event .p-block-top-category-link a,
.page-category .block-top-event .p-block-top-category-link a {
  display: block;
  width: 120px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #000;
  font-size: 12px;
  color: #000;
  font-weight: 700;
  letter-spacing: 0em;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--scomment + .block-pickup-list-p--price-items .price {
  color: #e10101;
}

.p-block-goods-list--items-wrap {
  position: relative;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-content: center;
  flex-flow: row nowrap;
  margin-top: 24px;
  margin-bottom: 30px;
  opacity: 0;
  transition: all 300ms ease-out 0ms;
}

.p-block-goods-list--items-wrap.is-active {
  opacity: 1;
}

.block-goods-list--sort-order-items-list li {
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #f7f7f7;
  border-top: none;
}

.block-goods-list--sort-order-items-list li.active {
  background-color: #fff;
  padding: 8px 14px;
  color: #000000;
  font-weight: 700;
  display: block;
}

.block-goods-list--sort-order-items-list li a {
  background-color: #fff;
  padding: 8px 14px;
  color: #000000;
  display: block;
  transition: all 300ms ease-out 0ms;
}

.block-goods-list--sort-order-items-list li a:hover {
  color: #e10101;
  opacity: 1;
  background-color: #f8f8f8;
}

.block-pickup-list-p li {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
  width: 100%;
  margin: 0;
}

.block-pickup-list-p li .block-pickup-list-p--item-body {
  flex: 0 0 374px;
  max-width: 374px;
  width: 374px;
  display: block;
  margin: 0px 0 46px;
  margin-left: 39px;
}

.block-pickup-list-p li .block-pickup-list-p--item-body:nth-child(3n+1) {
  margin-left: 0px;
}

.block-pickup-list-p li .block-pickup-list-p--item-body:nth-of-type(4n) {
  margin-right: 0;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--image {
  position: static;
  width: 100%;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--image figure {
  width: 100%;
  height: auto;
  background: none;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 12px 0 0;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--goods-name {
  font-size: 15px;
  line-height: 1.5;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--goods-name a {
  text-decoration: none;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos {
  margin-top: 4px;
  font-size: 18px;
  line-height: 1.6;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .price,
.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .net-price,
.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .default-price,
.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .exchange-price,
.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .block-exchange-price--rate-dt {
  text-align: left;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .price {
  color: #081f2c;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .default-price {
  font-size: 11px;
  font-weight: normal;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--comment,
.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--add-cart {
  display: none;
}

.block-event-page--goods .block-ranking-r .block-ranking-r--items {
  width: auto;
  padding: 20px 10px;
  margin: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.block-event-page--goods .block-ranking-r .block-ranking-r--items:-webkit-scrollbar {
  display: none;
}

.block-event-page--goods .block-ranking-r .block-ranking-r--items li {
  width: auto;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
  padding: 0px;
  margin: 0px;
}

.block-event-page--goods .block-ranking-r .block-ranking-r--items li dl {
  flex: 0 0 260px;
  max-width: 260px;
  min-width: 260px;
  width: 260px;
  margin: 0px;
  margin-bottom: 30px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.04);
  padding: 25px;
  margin-right: 45px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
  position: relative;
}

.block-event-page--goods .block-ranking-r .block-ranking-r--items li dl:nth-child(4n) {
  margin-right: 0px;
}

.block-event-page--goods .block-ranking-r--goods-image {
  position: static;
}

.block-event-page--goods .block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-image figure {
  width: 100%;
  height: auto;
}

.block-event-page--goods .block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-image figure .img-center img img {
  width: 100%;
  height: auto;
}

.block-event-page--goods .block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-1 {
  background: linear-gradient(to right bottom, #CEA400 0%, #CEA400 49.5%, transparent 50%, transparent);
}

.block-event-page--goods .block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-2 {
  background: linear-gradient(to right bottom, #8B8C8E 0%, #8B8C8E 49.5%, transparent 50%, transparent);
}

.block-event-page--goods .block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-3 {
  background: linear-gradient(to right bottom, #CE6700 0%, #CE6700 49.5%, transparent 50%, transparent);
}

dl.block-of-filter-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-flow: row nowrap;
  position: relative;
}

dl.block-of-filter-wrap dt {
  font-size: 12px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
  margin-right: 8px;
}

dl.block-of-filter-wrap.is-active dd .block-filter {
  display: block;
}

dl.block-of-filter-wrap dd .block-filter {
  display: none;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 100%;
  background-color: #ffffff;
  left: 0;
  z-index: 2;
  opacity: 0;
  animation: anim-block-goods-list--sort-order-items-list 300ms ease-out 0ms 1 normal forwards;
}

@keyframes anim-block-goods-list--sort-order-items-list {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
dl.block-of-filter-wrap dd .pane-block--subtitle {
  font-size: 14px;
  color: #000;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  padding: 0px;
  margin: 0px;
  margin-bottom: 5px;
}

dl.block-of-filter-wrap dd .block-filter--imagelist {
  padding: 8px 8px;
  border-bottom: 1px solid #f7f7f7;
}

dl.block-of-filter-wrap dd .block-filter--imagelist:last-child {
  border-bottom: none;
}

dl.block-of-filter-wrap dd .block-filter--list {
  padding: 8px 8px;
  border-bottom: 1px solid #f7f7f7;
}

dl.block-of-filter-wrap dd .block-filter--list:last-child {
  border-bottom: none;
}

dl.block-of-filter-wrap .pane-block--title.block-filter--header {
  display: none;
}

dl.block-of-filter-wrap .block-filter--list-inner {
  border-bottom: none;
  padding: 0;
}

dl.block-of-filter-wrap .block-filter-option-items input[type=checkbox] {
  display: none;
}

dl.block-of-filter-wrap .block-filter-option-items input[type=checkbox] + label {
  display: block;
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  transition: all 300ms ease-out 0ms;
}

dl.block-of-filter-wrap .block-filter-option-items input[type=checkbox] + label:hover {
  text-decoration: none;
  opacity: 0.7;
}

dl.block-of-filter-wrap .block-filter-option-items input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  border-radius: 0;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #707070;
  transition: background-color 300ms ease-out 0ms;
}

dl.block-of-filter-wrap .block-filter-option-items input[type=checkbox] + label::after {
  content: "";
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 10px;
  height: 5px;
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transform: translate3d(0, -50%, 0) rotate(-50deg);
  transition: all 200ms ease-out 0ms;
  margin-top: -1px;
}

dl.block-of-filter-wrap .block-filter-option-items input[type=checkbox]:checked + label::after {
  border-color: #000;
}

dl.block-of-filter-wrap .block-filter-option-items input[type=checkbox]:checked + label:hover {
  opacity: 1;
}

dl.block-of-filter-wrap .block-filter-option-items label {
  margin-right: 0px;
}

dl.block-of-filter-wrap .block-goods-list--filter-order-items-list-current {
  font-size: 12px;
  background-color: #F7F7F7;
  height: 36px;
  min-width: 150px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-flow: row wrap;
  padding: 0px 20px;
  position: relative;
  cursor: pointer;
}

dl.block-of-filter-wrap .block-goods-list--filter-order-items-list-current::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 8px;
  margin: 0 auto;
  width: 0px;
  height: 0px;
  border: 0px solid transparent;
  border-width: 8px 5px 8px 5px;
  border-top-color: #000;
  transform: translate3d(0, -25%, 0) rotate(0deg);
}

dl.block-of-filter-wrap .block-filter-checkmark {
  top: 55%;
  width: 14px;
  height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

dl.block-goods-list--sort-order-items {
  display: none;
}

.p-block-goods-list--items-wrap dl.block-goods-list--sort-order-items {
  display: flex;
}

dl.block-goods-list--display-style-items {
  display: none;
}

.p-block-goods-list--items-wrap dl.block-goods-list--display-style-items {
  display: flex;
}

.p-page-content {
  font-size: 14px;
  line-height: 1.75;
}

.p-page-content .p-guide-content-tit,
.p-page-content h2.p-guide-content-tit {
  font-weight: 500;
  background-color: #FCC900;
  padding: 11px 15px;
  margin: 40px 0 30px;
  font-size: 18px;
  border: none;
}

.p-page-content h3 {
  font-size: 22px;
  font-weight: 700;
  padding: 5px 0;
  margin: 30px 0 25px;
  border-bottom: 2px solid #000;
}

.p-page-content h4 {
  font-size: 18px;
  font-weight: 700;
  padding: 0px;
  margin: 30px 0 15px;
}

.p-page-content a {
  color: #1499B1;
  text-decoration: underline;
}

.p-txt {
  font-size: 16px;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 14px;
  line-height: 1.75;
}

.p-txt-notice {
  font-size: 12px;
  color: #808080;
  margin-top: 1em;
  margin-bottom: 1em;
}

.p-page-bg-sub-tit {
  font-size: 13px;
  font-weight: 700;
  background-color: #F5F5F5;
  padding: 3px 10px;
  margin: 15px 0 10px;
}

.p-list.p-list--num > li:nth-child(1)::before {
  content: "1";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(2)::before {
  content: "2";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(3)::before {
  content: "3";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(4)::before {
  content: "4";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(5)::before {
  content: "5";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(6)::before {
  content: "6";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(7)::before {
  content: "7";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(8)::before {
  content: "8";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(9)::before {
  content: "9";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(10)::before {
  content: "10";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(11)::before {
  content: "11";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(12)::before {
  content: "12";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(13)::before {
  content: "13";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(14)::before {
  content: "14";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(15)::before {
  content: "15";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(16)::before {
  content: "16";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(17)::before {
  content: "17";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(18)::before {
  content: "18";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(19)::before {
  content: "19";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(20)::before {
  content: "20";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(21)::before {
  content: "21";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(22)::before {
  content: "22";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(23)::before {
  content: "23";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(24)::before {
  content: "24";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(25)::before {
  content: "25";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(26)::before {
  content: "26";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(27)::before {
  content: "27";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(28)::before {
  content: "28";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(29)::before {
  content: "29";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(30)::before {
  content: "30";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(31)::before {
  content: "31";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(32)::before {
  content: "32";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(33)::before {
  content: "33";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(34)::before {
  content: "34";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(35)::before {
  content: "35";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(36)::before {
  content: "36";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(37)::before {
  content: "37";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(38)::before {
  content: "38";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(39)::before {
  content: "39";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(40)::before {
  content: "40";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(41)::before {
  content: "41";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(42)::before {
  content: "42";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(43)::before {
  content: "43";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(44)::before {
  content: "44";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(45)::before {
  content: "45";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(46)::before {
  content: "46";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(47)::before {
  content: "47";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(48)::before {
  content: "48";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(49)::before {
  content: "49";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(50)::before {
  content: "50";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(51)::before {
  content: "51";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(52)::before {
  content: "52";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(53)::before {
  content: "53";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(54)::before {
  content: "54";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(55)::before {
  content: "55";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(56)::before {
  content: "56";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(57)::before {
  content: "57";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(58)::before {
  content: "58";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(59)::before {
  content: "59";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(60)::before {
  content: "60";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(61)::before {
  content: "61";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(62)::before {
  content: "62";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(63)::before {
  content: "63";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(64)::before {
  content: "64";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(65)::before {
  content: "65";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(66)::before {
  content: "66";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(67)::before {
  content: "67";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(68)::before {
  content: "68";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(69)::before {
  content: "69";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(70)::before {
  content: "70";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(71)::before {
  content: "71";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(72)::before {
  content: "72";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(73)::before {
  content: "73";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(74)::before {
  content: "74";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(75)::before {
  content: "75";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(76)::before {
  content: "76";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(77)::before {
  content: "77";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(78)::before {
  content: "78";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(79)::before {
  content: "79";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(80)::before {
  content: "80";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(81)::before {
  content: "81";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(82)::before {
  content: "82";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(83)::before {
  content: "83";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(84)::before {
  content: "84";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(85)::before {
  content: "85";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(86)::before {
  content: "86";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(87)::before {
  content: "87";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(88)::before {
  content: "88";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(89)::before {
  content: "89";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(90)::before {
  content: "90";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(91)::before {
  content: "91";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(92)::before {
  content: "92";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(93)::before {
  content: "93";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(94)::before {
  content: "94";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(95)::before {
  content: "95";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(96)::before {
  content: "96";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(97)::before {
  content: "97";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(98)::before {
  content: "98";
  display: inline-block;
  margin-right: 5px;
}

.p-list.p-list--num > li:nth-child(99)::before {
  content: "99";
  display: inline-block;
  margin-right: 5px;
}

.p-row {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
}

.p-row .p-col {
  flex: 0 0 49%;
  max-width: 49%;
}

.p-row .p-col:nth-child(2n+1) {
  margin-right: 2%;
}

.d-sm-none {
  display: none !important;
}

.block-bookmarkslider {
  display: none;
}

/* 20221123 */
.sizeimg-ttl {
  font-size: 19px;
  font-weight: bold;
  margin-top: 45px;
}

.sizeimg-attention {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 20px;
}

/* 20240419 */
/* 20240805 商品ページUI変更用 */
.block-size .size-disable-stock.active dt {
  background-color: #353535 !important;
}

.block-variation--item.size-disable-stock dt {
  background-color: #808080 !important;
  color: #fff !important;
}

.block-size--item dt {
  background-color: #fff;
  border: 1px solid #ccc;
}

.size-disable-stock .block-size--item-term span {
  margin-top: -4px;
}

/* 20241008 追加ヘッダーコーナー用（30周年記念ユニフォーム） */
.p-head-message2 a {
  background-color: #0e4f47;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row wrap;
  max-height: 42px;
  font-size: 13px;
  color: #fff;
  /*background: url( "https://onlinestore.vegalta.co.jp/img/usr/goods/vegalta-header-30th.png" ) 30% 50% no-repeat #0e4f47;*/
  padding-top: 4px;
}

.p-head-message2 a:before {
  content: url(https://onlinestore.vegalta.co.jp/img/usr/goods/vegalta-header-30th.png?1008-1);
  display: inline-block;
  margin-right: 5px;
  margin-left: -45px;
}

html,
body,
:root {
  box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

[data-browse-mode=P] .sp-only,
[data-browse-mode=S] .pc-only {
  display: none !important;
}

.wrapper {
  width: 100%;
  min-width: 1200px;
}

.container {
  width: 100%;
  min-width: 1200px;
  max-width: 1600px;
  margin: auto;
}

.container-stretch {
  min-width: 1200px;
  overflow: hidden;
}

.page-top .pane-contents .container {
  display: block;
  width: 100%;
}

.pages-tit,
.p-top-tit {
  font-weight: 600;
  font-family: "Roboto", "Noto Sans JP";
  font-style: normal;
  text-align: center;
  line-height: 1.2;
  color: #222;
  display: block;
}
.pages-tit .pages-tit-main,
.pages-tit .p-top-tit-main,
.pages-tit .pages-tit-caption,
.pages-tit .p-top-tit-caption,
.pages-tit .pages-tit-sub,
.pages-tit .p-top-tit-sub,
.p-top-tit .pages-tit-main,
.p-top-tit .p-top-tit-main,
.p-top-tit .pages-tit-caption,
.p-top-tit .p-top-tit-caption,
.p-top-tit .pages-tit-sub,
.p-top-tit .p-top-tit-sub {
  font-family: inherit;
  font-style: inherit;
  text-align: inherit;
  line-height: 1.2;
  display: block;
}
.pages-tit .pages-tit-main,
.pages-tit .p-top-tit-main,
.p-top-tit .pages-tit-main,
.p-top-tit .p-top-tit-main {
  font-size: 2.3rem;
  letter-spacing: 0.04em;
  font-weight: 800;
}
.pages-tit .pages-tit-sub,
.pages-tit .p-top-tit-sub,
.p-top-tit .pages-tit-sub,
.p-top-tit .p-top-tit-sub {
  font-size: 1.02rem;
  margin-top: 0.92em;
}
.pages-tit .pages-tit-sub::before,
.pages-tit .p-top-tit-sub::before,
.p-top-tit .pages-tit-sub::before,
.p-top-tit .p-top-tit-sub::before {
  content: "";
}

.pane-topic-path {
  margin: 0;
  border: none;
}
.pane-topic-path .block-topic-path {
  padding: 0;
  margin: 0;
}
.pane-topic-path .block-topic-path--list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
  margin: 20px auto;
}
.pane-topic-path li {
  vertical-align: middle;
  color: #5D5D5D;
  font-weight: 400;
  letter-spacing: 0em;
  overflow: hidden;
}
.pane-topic-path li a {
  color: #5D5D5D;
  text-decoration: none;
  font-size: 14px;
}
.pane-topic-path li a[href="javascript:;"]:hover {
  cursor: default;
  text-decoration: none;
}
.pane-topic-path li:not(:last-of-type)::after {
  content: ">";
  margin: 0 0.35em;
}

.block-icon {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
}
.block-icon > span {
  margin: 0px;
  line-height: 1;
  font-size: 0;
}
.block-icon > span img {
  display: block;
  height: 100%;
}
.block-icon > span.--soldout {
  background-color: #222;
}
.block-icon > span.--new {
  background-color: #f28220;
}
.block-icon > span.--sale {
  background-color: #e10101;
}
.block-icon > span.--before {
  background-color: #9d9d9d;
}

[class$=-l--items] .block-icon,
[class$=-d--items] .block-icon,
[class$=-q--items] .block-icon,
[class$=-p--items] .block-icon,
[class$=-w--items] .block-icon,
[class$=-t--items] .block-icon,
[class$=-s--items] .block-icon,
[class$=-r--items] .block-icon,
[class$=-i--items] .block-icon,
[class$=-j--items] .block-icon,
[class$=-n--items] .block-icon,
[class$=-b--items] .block-icon,
[class$=-a--items] .block-icon,
[class$=-h--items] .block-icon {
  min-height: 22px;
}
[class$=-l--items] .block-icon img,
[class$=-d--items] .block-icon img,
[class$=-q--items] .block-icon img,
[class$=-p--items] .block-icon img,
[class$=-w--items] .block-icon img,
[class$=-t--items] .block-icon img,
[class$=-s--items] .block-icon img,
[class$=-r--items] .block-icon img,
[class$=-i--items] .block-icon img,
[class$=-j--items] .block-icon img,
[class$=-n--items] .block-icon img,
[class$=-b--items] .block-icon img,
[class$=-a--items] .block-icon img,
[class$=-h--items] .block-icon img {
  height: 22px;
}

.price::after,
.default-price::after {
  content: unset;
}

.block-thumbnail-t .block-thumbnail-t--items {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: row wrap;
  gap: 8px 42px;
}
.block-thumbnail-t .block-thumbnail-t--items .block-thumbnail-t--item {
  flex: 0 0 268px;
}
.block-thumbnail-t .block-thumbnail-t--items .block-thumbnail-t--item a {
  position: relative;
}
.block-thumbnail-t .block-thumbnail-t--items .block-thumbnail-t--item .block-thumbnail-t--goods-image {
  margin: 0;
}
.block-thumbnail-t .block-thumbnail-t--items .block-thumbnail-t--item .block-thumbnail-t--goods-image img {
  width: 100%;
  height: auto;
}
.block-thumbnail-t .block-thumbnail-t--items .block-thumbnail-t--item .block-thumbnail-t--scomment {
  font-weight: 500;
  color: #e10101;
}
.block-thumbnail-t .block-thumbnail-t--items .block-thumbnail-t--item .block-thumbnail-t--scomment:not(:empty) {
  padding-top: 0.4rem;
}
.block-thumbnail-t .block-thumbnail-t--items .block-thumbnail-t--item .block-thumbnail-t--goods-name {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.68;
  margin-top: 0.6em;
  min-height: 3.3em;
}
.block-thumbnail-t .block-thumbnail-t--items .block-thumbnail-t--item .block-thumbnail-t--goods-description {
  position: relative;
  padding-bottom: 30px;
}
.block-thumbnail-t .block-thumbnail-t--items .block-thumbnail-t--item .block-thumbnail-t--price-infos {
  position: absolute;
  bottom: 0;
  left: 0;
}
.block-thumbnail-t .block-thumbnail-t--items .block-thumbnail-t--item .block-thumbnail-t--price {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  margin-bottom: 0;
  letter-spacing: 0.08em;
  padding: 0.4em 0;
  line-height: 1;
}
.block-thumbnail-t .block-thumbnail-t--items .block-thumbnail-t--item .block-thumbnail-t--price s {
  opacity: 0.5;
  font-weight: 400;
  font-size: 0.8em;
}
.block-thumbnail-t .block-thumbnail-t--items .block-thumbnail-t--item .block-thumbnail-t--price .sale_price {
  font-size: 1em;
  color: #e10101;
}

ul.block-thumbnail-t {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
  align-items: stretch;
  gap: 40px;
}
ul.block-thumbnail-t > li {
  flex: 0 0 270px;
  max-width: 270px;
}
ul.block-thumbnail-t .block-thumbnail-t--goods-image {
  position: relative;
  margin-bottom: 10px;
}
ul.block-thumbnail-t .block-thumbnail-t--goods-image figure {
  width: 270px;
  height: 270px;
  margin: 0 auto;
}
ul.block-thumbnail-t .block-thumbnail-t--goods-image figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
ul.block-thumbnail-t .block-goods-label {
  margin-bottom: 18px;
}
ul.block-thumbnail-t .block-thumbnail-t--goods-description {
  flex: 1 1 auto;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: stretch;
  flex-flow: column nowrap;
  margin: 0px;
  padding: 0 0px 10px;
  font-size: 15px;
  line-height: 1.5;
}
ul.block-thumbnail-t .block-thumbnail-t--goods-description .block-thumbnail-t--price-infos {
  order: 200;
  font-size: 15px;
  margin-top: auto;
}
ul.block-thumbnail-t .block-thumbnail-t--goods-description .block-thumbnail-t--price-infos .default-price {
  color: #000000;
  font-size: 13px;
  font-weight: 400;
}
ul.block-thumbnail-t .block-thumbnail-t--goods-description .block-thumbnail-t--price-infos .block-thumbnail-t--price {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
ul.block-thumbnail-t .block-thumbnail-t--goods-description .block-thumbnail-t--price-infos .block-thumbnail-t--price::after {
  content: none;
}
ul.block-thumbnail-t .block-thumbnail-t--goods-description .block-thumbnail-t--price-infos .block-thumbnail-t--default-price {
  margin-bottom: 5px;
}
ul.block-thumbnail-t .block-thumbnail-t--goods-description .block-thumbnail-t--price-infos .price::after,
ul.block-thumbnail-t .block-thumbnail-t--goods-description .block-thumbnail-t--price-infos .default-price::after {
  font-size: 13px;
  font-weight: 400;
}
ul.block-thumbnail-t .block-thumbnail-t--goods-description .block-thumbnail-t--price-infos .txt-yen {
  font-size: 11px;
  font-weight: 700;
}
ul.block-thumbnail-t .block-thumbnail-t--price-items {
  flex: 1 1 auto;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: stretch;
  flex-flow: column nowrap;
}
ul.block-thumbnail-t .block-goods-item-code {
  margin-bottom: 5px;
  display: none;
}
ul.block-thumbnail-t .variation-name {
  margin-bottom: 15px;
}
ul.block-thumbnail-t .block-goods-attr1 {
  font-size: 15px;
  margin-bottom: 5px;
}
ul.block-thumbnail-t .block-goods-attr2 {
  font-size: 15px;
  margin-bottom: 5px;
}

body:not(.page-top) .block-recent-item {
  margin: 100px 0 0;
  padding: 80px 0 70px;
  background-color: #f1f2f4;
}
body:not(.page-top) .block-recent-item .block-recent-item--body {
  display: block;
  padding: 0;
}
body:not(.page-top) .block-recent-item .block-thumbnail-h {
  margin-top: 43px;
}
body:not(.page-top) .block-recent-item .block-thumbnail-h .block-thumbnail-h--items {
  padding: 0;
  flex-flow: row nowrap;
  gap: 20px;
  width: 100%;
  max-width: 100%;
  justify-content: center;
  overflow: hidden;
}
body:not(.page-top) .block-recent-item .block-thumbnail-h .block-thumbnail-h--items .block-thumbnail-h--item:nth-of-type(n+9) {
  display: none;
}
body:not(.page-top) .block-recent-item .block-thumbnail-h .block-thumbnail-h--items .block-thumbnail-h--goods-image figure {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  width: auto;
  height: auto;
}
body:not(.page-top) .block-recent-item .block-thumbnail-h .block-thumbnail-h--items .block-thumbnail-h--goods-image figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body:not(.page-top) .block-recent-item .block-thumbnail-h .block-thumbnail-h--items > li {
  background-color: #fff;
  margin-right: 0;
  padding: 14px;
}

.btn {
  display: block;
  margin: auto;
  font-weight: 600;
  max-width: 100%;
  border-radius: 5px;
  align-content: center;
}
.btn.--arrow {
  position: relative;
}
.btn.--arrow::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 0;
  font-weight: 200;
  transform: translate(-1.5em, -1em) scale(1.7);
  width: 0.7em;
  height: 1em;
  overflow: hidden;
  display: block;
  direction: rtl;
  border: none;
}

.btn-default {
  border: 1px solid #ddd;
  color: #333;
  background: #f9f9f9;
}

a.--arrow:not(.btn) {
  position: relative;
}
a.--arrow:not(.btn)::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 0;
  font-weight: 200;
  transform: translate(-1.5em, -1em) scale(1.7);
  width: 0.7em;
  height: 1em;
  overflow: hidden;
  display: block;
  direction: rtl;
  border: none;
}
a.--arrow:not(.btn) {
  color: inherit;
}

.content-pagi {
  display: none;
}

.--c-slide {
  position: relative;
}
.--c-slide .content-pagi {
  position: absolute;
  top: -7rem;
  right: 0;
  display: flex;
  gap: 1rem;
}
.--c-slide .content-pagi span {
  color: #003686;
  font-size: 2rem;
  border: 2px solid #003686;
  border-radius: 50px;
  line-height: 1;
  padding: 0.55em;
  cursor: pointer;
  transition: all 0.3s ease;
}
.--c-slide .content-pagi span:hover {
  color: #00a0e9;
  border-color: #00a0e9;
}

.bx-wrapper {
  border: none;
  box-shadow: unset;
  margin: 0;
  background: transparent;
}

.bx-viewport {
  height: auto !important;
  overflow: initial !important;
  scrollbar-width: none;
}
.bx-viewport::-webkit-scrollbar {
  display: none;
}

.pane-header {
  height: 140px;
  position: sticky;
  top: 0;
  z-index: 300;
}
.pane-header .p-header {
  width: 100%;
}
.pane-header .p-header-main,
.pane-header .p-header-fix {
  height: 80px;
}

.p-header-main {
  padding: 0 40px;
}
.p-header-main .p-header-main-menus-item {
  margin: auto auto auto 28px;
  width: 32px;
  height: 32px;
}
.p-header-main .is-drawer-active .p-header-main-menu-btn {
  background-color: #fff;
  width: 100%;
  font-weight: 600;
}
.p-header-main .p-header-main-menu-btn::before,
.p-header-main .p-header-main-menu-btn::after {
  content: none;
}
.p-header-main .p-header-main-menu-btns-btn-label {
  font-family: "Roboto", sans-serif;
}
.p-header-main .p-header-main-menu-btns-btn-label .is-active {
  text-transform: uppercase;
}
.p-header-main .p-header-main-menu-btns-btn-label .is-inactive {
  display: none;
}
.p-header-main .is-drawer-active .p-header-main-menu-btns-btn-label-txt.is-inactive {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  font-weight: 400;
  display: block;
}
.p-header-main .is-drawer-active .p-header-main-menu-btns-btn-label-txt.is-inactive::before, .p-header-main .is-drawer-active .p-header-main-menu-btns-btn-label-txt.is-inactive::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 50px;
  margin: 0 auto;
  background-color: #003686;
  height: 2rem;
  width: 1px;
}
.p-header-main .is-drawer-active .p-header-main-menu-btns-btn-label-txt.is-inactive::before {
  transform: translate3d(0, 0, 0) rotate(-45deg);
}
.p-header-main .is-drawer-active .p-header-main-menu-btns-btn-label-txt.is-inactive::after {
  transform: translate3d(0, 0, 0) rotate(45deg);
}
.p-header-main .p-header-main-menu-btn {
  flex: 0 0 400px;
  width: 400px;
  max-width: 400px;
  background-color: rgba(255, 255, 255, 0.95);
}
.p-header-main .p-header-main-menu-btns-btn-bar .p-header-main-menu-btns-btn-bar-item {
  background-color: #003686;
}
.p-header-main .p-header-main-menu-btns-btn-bar .p-header-main-menu-btns-btn-bar-item:nth-last-of-type(1) {
  transform: translateY(-12px);
}
.p-header-main .p-header-main-menu-btns-btn-bar .p-header-main-menu-btns-btn-bar-item:nth-last-of-type(3) {
  transform: translateY(12px);
}
.p-header-main .p-header-main-menu-btn-header {
  padding: 0;
  padding-top: 12px;
  height: 70px;
}
.p-header-main .p-drawer-contents {
  padding: 0 9% 100px;
}
.p-header-main .p-drawer-contents ul.p-drawer-contents-links:not(.--nb) {
  padding: 1.5em 1em;
}
.p-header-main .p-drawer-contents ul.p-drawer-contents-links:not(.--nb) li {
  list-style: none;
  font-weight: 400;
}
.p-header-main .p-drawer-contents ul.p-drawer-contents-links:not(.--nb) li + li {
  margin-top: 1em;
}
.p-header-main .p-drawer-contents .p-drawer-contents-links:not(.--nb) {
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
  padding-top: 1em;
  padding-bottom: 1em;
}
.p-header-main .p-drawer-contents .p-drawer-contents-links:not(.--nb).--tb {
  border-top: 1px solid #ccc;
}
.p-header-main .p-drawer-contents .p-drawer-contents-links a,
.p-header-main .p-drawer-contents .p-header-main-menu-btns-btn-label,
.p-header-main .p-drawer-contents .p-header-main-menu-btns-btn-label-txt.is-inactive {
  background-color: transparent;
  font-size: 1rem;
  color: inherit;
  font-weight: inherit;
}
.p-header-main .p-drawer-contents .p-drawer-contents-links a.btn {
  background-color: #003686;
  color: #fff;
  font-weight: inherit;
  width: 100%;
}
.p-header-main .p-drawer-contents .p-drawer-contents-links a.btn.--mypage, .p-header-main .p-drawer-contents .p-drawer-contents-links a.btn.--login {
  height: 3.7rem;
}
.p-header-main .p-drawer-contents .p-drawer-contents-links a.btn.--mypage:before {
  content: "";
  background: url(../..//img/usr/common/icon_loginedfig.png) no-repeat center center/contain;
  height: 1.5em;
  width: 1.5em;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 0.5em;
}
.p-header-main .p-drawer-contents .p-drawer-contents-links a.--arrow {
  display: block;
}
.p-header-main .p-drawer-contents .p-drawer-contents-links a.--arrow::after {
  font-weight: 200;
  transform: translate(0, -0.75em);
  width: 0.7em;
  height: 1em;
  font-weight: 600;
  color: #003686;
}

.is-drawer-active .p-header-main-menu-btns-btn-label-txt.is-inactive {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  font-weight: 400;
  display: block;
}
.is-drawer-active .p-header-main-menu-btns-btn-label-txt.is-inactive::before, .is-drawer-active .p-header-main-menu-btns-btn-label-txt.is-inactive::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 50px;
  margin: 0 auto;
  background-color: #003686;
  height: 2rem;
  width: 1px;
}
.is-drawer-active .p-header-main-menu-btns-btn-label-txt.is-inactive::before {
  transform: translate3d(0, 0, 0) rotate(-45deg);
}
.is-drawer-active .p-header-main-menu-btns-btn-label-txt.is-inactive::after {
  transform: translate3d(0, 0, 0) rotate(45deg);
}

.p-head-message {
  height: auto;
  background-color: #fff;
  color: inherit;
  box-shadow: 0 1px 0 0 #ddd;
}
.p-head-message > a {
  font-size: 16px;
  line-height: 2.8;
  color: inherit;
  font-weight: 500;
}

ul.p-header-sub-menus {
  background: #00A0E9;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.p-header-sub-menus li {
  position: relative;
  width: 210px;
  height: 60px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
  line-height: 1;
}
ul.p-header-sub-menus li:first-of-type::before {
  content: "";
  display: block;
  width: 1px;
  height: 1.5em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-right: solid 1px rgba(255, 255, 255, 0.8);
}
ul.p-header-sub-menus li a {
  position: relative;
  padding: 0 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
ul.p-header-sub-menus li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 1.5em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-right: solid 1px rgba(255, 255, 255, 0.8);
}
ul.p-header-sub-menus li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: orange;
  transition: opacity 0.3s ease;
}
ul.p-header-sub-menus li a:hover {
  opacity: 1;
}
ul.p-header-sub-menus li a:hover::after {
  opacity: 0.95;
}

footer.pane-footer {
  overflow: hidden;
  background: none;
  margin: 0;
}
footer.pane-footer .--footer-last {
  padding: 6.2rem 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
footer.pane-footer .p-footer-links {
  display: grid;
  width: 60%;
  grid-template-columns: 65% 35%;
}
footer.pane-footer .p-footer-links > * {
  border-left: solid 1px #dfdfdf;
}
footer.pane-footer .p-footer-links .links-tit {
  font-weight: 600;
  font-size: 1.1em;
  line-height: 1;
  padding: 0.3em 1.9em;
  letter-spacing: 0.03em;
}
footer.pane-footer .p-footer-links .links-tit:first-child {
  border-top: none;
}
footer.pane-footer .p-footer-links .links-tit:empty {
  height: 2.2em;
}
footer.pane-footer .p-footer-links ul.menus-list {
  display: grid;
  grid-gap: 1.1em 0;
  gap: 1.1em 0;
  padding: 0.6em 0 0 2.1em;
}
footer.pane-footer .p-footer-links ul.menus-list.--categories {
  grid-auto-flow: row;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
}
footer.pane-footer .p-footer-links ul.menus-list.--categories li {
  line-height: 1;
}
footer.pane-footer .p-footer-links ul.menus-list.--clerical {
  grid-template-columns: 1fr;
  transform: translateY(-39px);
}
footer.pane-footer .p-footer-links ul.menus-list.--clerical li {
  line-height: 1;
}
footer.pane-footer .p-footer-bottom {
  display: block;
}
footer.pane-footer .p-footer-bottom .bottom-logo {
  margin: auto;
}
footer.pane-footer .p-footer-bottom .sns {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row nowrap;
  height: 40px;
  gap: 49px;
  padding-left: 0px;
  margin: 55px auto 0;
}
footer.pane-footer .p-footer-bottom .sns a {
  height: 100%;
  max-height: 100%;
}
footer.pane-footer .p-footer-bottom .sns img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
footer.pane-footer .p-footer-bottom .copyright {
  margin-top: 2.3em;
  font-weight: 500;
  text-align: center;
  font-size: 0.86rem;
  line-height: 1;
  color: #9d9d9d;
}

/* フリーページ - 基本5種 */
body.page-contentspages:has(.block-page-guide,
.block-page-faq,
.block-page-law,
.block-page-privacy,
.block-page-tos) .pane-topic-path .container {
  max-width: 1200px;
  width: 1200px;
}
body.page-contentspages .block-page-faq,
body.page-contentspages .block-page-guide,
body.page-contentspages .block-page-law,
body.page-contentspages .block-page-privacy,
body.page-contentspages .block-page-tos {
  width: 1200px;
  margin: 24px auto 80px;
}
body.page-contentspages {
  /* よくあるご質問 */
}
body.page-contentspages .block-page-faq h1 {
  margin-bottom: 9px;
}
body.page-contentspages .block-page-faq .block-faq-intro {
  margin: 0 0 68px;
}
body.page-contentspages .block-page-faq .block-faq-intro--text {
  margin: 0 0 30px;
}
body.page-contentspages .block-page-faq .block-faq-intro--nav {
  display: flex;
  flex-wrap: wrap;
}
body.page-contentspages .block-page-faq .block-faq-intro--nav li {
  width: 285px;
  margin: 0 20px 12px 0;
}
body.page-contentspages .block-page-faq .block-faq-intro--nav li:nth-child(4n) {
  margin-right: 0;
}
body.page-contentspages .block-page-faq .block-faq-intro--nav li:nth-last-child(-n+4) {
  margin-bottom: 0;
}
body.page-contentspages .block-page-faq .block-faq-intro--nav li a {
  display: block;
  border: 1px solid #dedede;
  border-radius: 5px;
  text-align: center;
  padding: 27px 0;
}
body.page-contentspages .block-page-faq .block-faq-intro--nav li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
body.page-contentspages .block-page-faq .block-faq-intro--nav li span {
  position: relative;
  font-size: 16px;
  padding: 0 17px 0 0;
}
body.page-contentspages .block-page-faq .block-faq-intro--nav li span:after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  width: 8px;
  height: 8px;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  transform: rotate(45deg);
}
body.page-contentspages .block-page-faq .block-faq-section:not(:last-child) {
  margin: 0 0 68px;
}
body.page-contentspages .block-page-faq .block-faq-section dl {
  margin: 0 0 4px;
}
body.page-contentspages .block-page-faq .block-faq-section dl dt {
  position: relative;
  background: #f0f0f0;
  padding: 10px 24px;
  cursor: pointer;
}
body.page-contentspages .block-page-faq .block-faq-section dl dt span {
  position: relative;
  font-size: 18px;
  padding: 0 0 0 40px;
}
body.page-contentspages .block-page-faq .block-faq-section dl dt span:before {
  content: "Q.";
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 20px;
}
body.page-contentspages .block-page-faq .block-faq-section dl dt:before, body.page-contentspages .block-page-faq .block-faq-section dl dt:after {
  content: "";
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 2px;
  background: #111;
  transition: 0.3s ease;
}
body.page-contentspages .block-page-faq .block-faq-section dl dt:after {
  transform: rotate(90deg);
}
body.page-contentspages .block-page-faq .block-faq-section dl dt.open:after {
  transform: rotate(180deg);
}
body.page-contentspages .block-page-faq .block-faq-section dl dd {
  display: none;
  position: relative;
  padding: 0 64px;
  margin: 16px 0 28px;
}
body.page-contentspages .block-page-faq .block-faq-section dl dd:before {
  content: "A.";
  position: absolute;
  top: -4px;
  left: 27px;
  font-size: 20px;
}
body.page-contentspages .block-page-faq .block-faq-section dl dd p:not(:last-child) {
  margin: 0 0 22px;
}
body.page-contentspages .block-page-faq .block-faq-section dl dd p span {
  color: #e10101;
}
body.page-contentspages .block-page-faq .block-faq-section dl dd a {
  text-decoration: underline;
}
body.page-contentspages .block-page-faq .block-faq-section dl dd a:hover {
  text-decoration: none;
}
body.page-contentspages {
  /* ご利用ガイド */
}
body.page-contentspages .block-page-guide h1 {
  margin-bottom: 9px;
}
body.page-contentspages .block-page-guide .block-guide-intro {
  margin: 0 0 68px;
}
body.page-contentspages .block-page-guide .p-page-guide-img {
  margin-top: 1em;
  margin-bottom: 1em;
}
body.page-contentspages .block-page-guide .p-guide-content-tit {
  background-color: #00A0E9;
  color: #fff;
}
body.page-contentspages .block-page-guide .p-guide-menu {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
}
body.page-contentspages .block-page-guide .p-guide-menu .p-guide-menu-item {
  flex: 0 0 49.166%;
  max-width: 49.166%;
  border: 1px solid #00A0E9;
  margin-bottom: 20px;
}
body.page-contentspages .block-page-guide .p-guide-menu .p-guide-menu-item:nth-child(2n+1) {
  margin-right: 1.667%;
}
body.page-contentspages .block-page-guide .p-guide-menu .p-guide-menu-item-header > a {
  display: block;
  font-size: 15px;
  background-color: #00A0E9;
  color: #fff;
  padding: 10px 15px;
  position: relative;
}
body.page-contentspages .block-page-guide .p-guide-menu .p-guide-menu-item-header > a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 50%;
  transform: translate3d(0%, -50%, 0) rotate(0deg);
}
body.page-contentspages .block-page-guide .p-guide-menu .p-guide-menu-item-header > a::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 15px;
  width: 9px;
  height: 9px;
  margin-top: -1px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translate3d(0%, -50%, 0) rotate(135deg);
}
body.page-contentspages .block-page-guide .p-guide-menu .p-guide-menu-item-content {
  padding: 20px 30px;
}
body.page-contentspages .block-page-guide .p-guide-menu .p-guide-menu-item-content .p-guide-menu-item-content-list-item {
  font-size: 16px;
  margin-bottom: 15px;
}
body.page-contentspages .block-page-guide .p-guide-menu .p-guide-menu-item-content .p-guide-menu-item-content-list-item:last-child {
  margin-bottom: 0px;
}
body.page-contentspages .block-page-guide .p-guide-menu .p-guide-menu-item-content .p-guide-menu-item-content-list-item > a {
  display: inline-block;
}
body.page-contentspages .block-page-guide .block-guide-intro--text {
  margin: 0 0 30px;
}
body.page-contentspages .block-page-guide .block-guide-intro--nav {
  display: flex;
  flex-wrap: wrap;
}
body.page-contentspages .block-page-guide .block-guide-intro--nav li {
  width: 285px;
  margin: 0 20px 12px 0;
}
body.page-contentspages .block-page-guide .block-guide-intro--nav li:nth-child(4n) {
  margin-right: 0;
}
body.page-contentspages .block-page-guide .block-guide-intro--nav li:nth-last-child(-n+4) {
  margin-bottom: 0;
}
body.page-contentspages .block-page-guide .block-guide-intro--nav li a {
  display: block;
  border: 1px solid #dedede;
  border-radius: 5px;
  text-align: center;
  padding: 27px 0;
}
body.page-contentspages .block-page-guide .block-guide-intro--nav li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
body.page-contentspages .block-page-guide .block-guide-intro--nav li span {
  position: relative;
  font-size: 16px;
  padding: 0 17px 0 0;
}
body.page-contentspages .block-page-guide .block-guide-intro--nav li span:after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  width: 8px;
  height: 8px;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  transform: rotate(45deg);
}
body.page-contentspages .block-page-guide .block-guide-section h3 {
  margin: 0 0 16px;
}
body.page-contentspages .block-page-guide .block-guide-section:not(:last-child) {
  margin: 0 0 68px;
}
body.page-contentspages .block-page-guide .block-guide-section--box:not(:last-child) {
  margin: 0 0 28px;
}
body.page-contentspages .block-page-guide .block-guide-section--text p:not(:last-child) {
  margin: 0 0 22px;
}
body.page-contentspages .block-page-guide #payment .block-guide-section--box:nth-of-type(2) .block-guide-section--text p:nth-child(3) {
  margin: 0;
}
body.page-contentspages .block-page-guide #payment .block-guide-section--box:nth-of-type(2) .block-guide-section--text ul {
  margin: 0 0 22px;
}
body.page-contentspages .block-page-guide .block-guide-section--text a {
  text-decoration: underline;
}
body.page-contentspages .block-page-guide .block-guide-section--text a:hover {
  text-decoration: none;
}
body.page-contentspages {
  /* 利用規約・プライバシーポリシー */
}
body.page-contentspages .block-page-tos,
body.page-contentspages .block-page-privacy {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.75;
}
body.page-contentspages .block-page-tos h1,
body.page-contentspages .block-page-privacy h1 {
  margin-bottom: 9px;
}
body.page-contentspages .block-page-tos h2,
body.page-contentspages .block-page-privacy h2 {
  font-size: 18px;
  padding: 0 0 12px;
  margin: 0 0 16px;
  border-bottom: 1px solid #dedede;
}
body.page-contentspages .block-page-tos p,
body.page-contentspages .block-page-privacy p {
  font-weight: 400;
}
body.page-contentspages .block-page-tos h4,
body.page-contentspages .block-page-privacy h4 {
  margin: 60px 0 20px;
  padding: 0;
  font-size: 26px;
  text-align: center;
  color: #003686;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  margin-bottom: 20px;
}
body.page-contentspages .block-page-tos h5,
body.page-contentspages .block-page-privacy h5 {
  margin: 40px 0 10px;
  padding: 0 0 0 10px;
  border-left: solid 5px #003686;
  font-size: 22px;
  color: #003686;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
}
body.page-contentspages .block-page-tos h6,
body.page-contentspages .block-page-privacy h6 {
  margin: 15px 0 5px;
  padding: 0;
  font-size: 18px;
  color: #003686;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
}
body.page-contentspages .block-page-tos .indent_1,
body.page-contentspages .block-page-privacy .indent_1 {
  text-indent: -1em;
  padding-left: 1em;
}
body.page-contentspages .block-page-tos a,
body.page-contentspages .block-page-privacy a {
  color: #003686;
}
body.page-contentspages .block-page-tos a .fa-external-link,
body.page-contentspages .block-page-privacy a .fa-external-link {
  position: relative;
  padding-left: 14px;
}
body.page-contentspages .block-page-tos a .fa-external-link::after,
body.page-contentspages .block-page-privacy a .fa-external-link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid #003686;
  border-right: 1px solid #003686;
  transform: translate3d(0, -50%, 0) rotate(45deg);
}
body.page-contentspages .block-page-tos .block-privacy-section:not(:last-child),
body.page-contentspages .block-page-privacy .block-privacy-section:not(:last-child) {
  margin: 0 0 68px;
}
body.page-contentspages .block-page-tos .block-privacy-section--text p:not(:last-child),
body.page-contentspages .block-page-privacy .block-privacy-section--text p:not(:last-child) {
  margin: 0 0 22px;
}
body.page-contentspages .block-page-tos .col-24,
body.page-contentspages .block-page-privacy .col-24 {
  padding: 0px;
  margin-top: 30px;
}
body.page-contentspages {
  /* 特定商取引 */
}
body.page-contentspages .block-page-law .p-law {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 40px;
}
body.page-contentspages .block-page-law dl {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
}
body.page-contentspages .block-page-law dt,
body.page-contentspages .block-page-law dd {
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 15px;
}
body.page-contentspages .block-page-law dt {
  flex: 0 0 35%;
  color: #000;
  font-weight: 700;
  border-bottom: 1px solid #707070;
  padding-right: 20px;
}
body.page-contentspages .block-page-law dd {
  flex: 1;
  border-bottom: 1px solid #707070;
  font-weight: 400;
}
body.page-contentspages .block-page-law a {
  color: #003686;
  text-decoration: underline;
}

@keyframes sort_opner {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
h1.block-category-list--header,
h1.block-genre-page--header,
h1.block-event-page--header {
  padding: 0;
  margin: 0.1em 0 0;
  padding: 10px 0;
  font-size: 2.5rem;
  color: #000000;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
}
h1.block-category-list--header .p-page-num,
h1.block-genre-page--header .p-page-num,
h1.block-event-page--header .p-page-num {
  font-size: 0.5em;
}

.page-event .block-category-list,
.page-event .block-genre-page,
.page-event .block-event-page,
.page-genre .block-category-list,
.page-genre .block-genre-page,
.page-genre .block-event-page,
.page-category .block-category-list,
.page-category .block-genre-page,
.page-category .block-event-page {
  width: 1200px;
  margin: auto;
}
.page-event .block-category-list .block-thumbnail-t--items,
.page-event .block-genre-page .block-thumbnail-t--items,
.page-event .block-event-page .block-thumbnail-t--items,
.page-genre .block-category-list .block-thumbnail-t--items,
.page-genre .block-genre-page .block-thumbnail-t--items,
.page-genre .block-event-page .block-thumbnail-t--items,
.page-category .block-category-list .block-thumbnail-t--items,
.page-category .block-genre-page .block-thumbnail-t--items,
.page-category .block-event-page .block-thumbnail-t--items {
  margin-top: 54px;
  gap: 51px 42px;
}
.page-event .block-category-list .block-thumbnail-t--items .block-thumbnail-t--item,
.page-event .block-genre-page .block-thumbnail-t--items .block-thumbnail-t--item,
.page-event .block-event-page .block-thumbnail-t--items .block-thumbnail-t--item,
.page-genre .block-category-list .block-thumbnail-t--items .block-thumbnail-t--item,
.page-genre .block-genre-page .block-thumbnail-t--items .block-thumbnail-t--item,
.page-genre .block-event-page .block-thumbnail-t--items .block-thumbnail-t--item,
.page-category .block-category-list .block-thumbnail-t--items .block-thumbnail-t--item,
.page-category .block-genre-page .block-thumbnail-t--items .block-thumbnail-t--item,
.page-category .block-event-page .block-thumbnail-t--items .block-thumbnail-t--item {
  min-height: 390px;
  margin: 0;
}
.page-event .block-category-list .block-thumbnail-t--items .block-thumbnail-t--item .block-thumbnail-t--goods-description,
.page-event .block-genre-page .block-thumbnail-t--items .block-thumbnail-t--item .block-thumbnail-t--goods-description,
.page-event .block-event-page .block-thumbnail-t--items .block-thumbnail-t--item .block-thumbnail-t--goods-description,
.page-genre .block-category-list .block-thumbnail-t--items .block-thumbnail-t--item .block-thumbnail-t--goods-description,
.page-genre .block-genre-page .block-thumbnail-t--items .block-thumbnail-t--item .block-thumbnail-t--goods-description,
.page-genre .block-event-page .block-thumbnail-t--items .block-thumbnail-t--item .block-thumbnail-t--goods-description,
.page-category .block-category-list .block-thumbnail-t--items .block-thumbnail-t--item .block-thumbnail-t--goods-description,
.page-category .block-genre-page .block-thumbnail-t--items .block-thumbnail-t--item .block-thumbnail-t--goods-description,
.page-category .block-event-page .block-thumbnail-t--items .block-thumbnail-t--item .block-thumbnail-t--goods-description {
  padding-bottom: 24px;
}
.page-event .block-category-list .block-thumbnail-t--items .block-thumbnail-t--item .block-thumbnail-t--price,
.page-event .block-genre-page .block-thumbnail-t--items .block-thumbnail-t--item .block-thumbnail-t--price,
.page-event .block-event-page .block-thumbnail-t--items .block-thumbnail-t--item .block-thumbnail-t--price,
.page-genre .block-category-list .block-thumbnail-t--items .block-thumbnail-t--item .block-thumbnail-t--price,
.page-genre .block-genre-page .block-thumbnail-t--items .block-thumbnail-t--item .block-thumbnail-t--price,
.page-genre .block-event-page .block-thumbnail-t--items .block-thumbnail-t--item .block-thumbnail-t--price,
.page-category .block-category-list .block-thumbnail-t--items .block-thumbnail-t--item .block-thumbnail-t--price,
.page-category .block-genre-page .block-thumbnail-t--items .block-thumbnail-t--item .block-thumbnail-t--price,
.page-category .block-event-page .block-thumbnail-t--items .block-thumbnail-t--item .block-thumbnail-t--price {
  padding: 0;
}
.page-event .pager,
.page-genre .pager,
.page-category .pager {
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  margin: 85px auto 0;
  padding: 0;
  color: #003686;
}
.page-event .pager .pager-first,
.page-event .pager .pager-last,
.page-genre .pager .pager-first,
.page-genre .pager .pager-last,
.page-category .pager .pager-first,
.page-category .pager .pager-last {
  display: none;
}
.page-event .pager .pagination,
.page-genre .pager .pagination,
.page-category .pager .pagination {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}
.page-event .pager .pagination li,
.page-genre .pager .pagination li,
.page-category .pager .pagination li {
  padding: 0;
  margin: 0;
}
.page-event .pager .pagination li > a, .page-event .pager .pagination li > span,
.page-genre .pager .pagination li > a,
.page-genre .pager .pagination li > span,
.page-category .pager .pagination li > a,
.page-category .pager .pagination li > span {
  display: block;
  width: 34px;
  height: 34px;
  font-size: 0;
  color: inherit;
  line-height: 1;
  place-content: center;
  place-items: center;
  border-radius: 3px;
}
.page-event .pager .pagination li.pager-previous > a, .page-event .pager .pagination li.pager-next > a,
.page-genre .pager .pagination li.pager-previous > a,
.page-genre .pager .pagination li.pager-next > a,
.page-category .pager .pagination li.pager-previous > a,
.page-category .pager .pagination li.pager-next > a {
  color: inherit;
  background: #F1F2F4;
}
.page-event .pager .pagination li.pager-previous > a::before, .page-event .pager .pagination li.pager-next > a::before,
.page-genre .pager .pagination li.pager-previous > a::before,
.page-genre .pager .pagination li.pager-next > a::before,
.page-category .pager .pagination li.pager-previous > a::before,
.page-category .pager .pagination li.pager-next > a::before {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: translate(-35%, -50%) rotate(-45deg) scale(0.75);
  content: "";
}
.page-event .pager .pagination li.pager-next > a,
.page-genre .pager .pagination li.pager-next > a,
.page-category .pager .pagination li.pager-next > a {
  transform: rotate(180deg);
}
.page-event .pager .pagination li.pager-current > span, .page-event .pager .pagination li:not([class]) > a, .page-event .pager .pagination li:not([class]) > span,
.page-genre .pager .pagination li.pager-current > span,
.page-genre .pager .pagination li:not([class]) > a,
.page-genre .pager .pagination li:not([class]) > span,
.page-category .pager .pagination li.pager-current > span,
.page-category .pager .pagination li:not([class]) > a,
.page-category .pager .pagination li:not([class]) > span {
  font-size: 0.8rem;
  text-align: center;
}
.page-event .pager .pagination li.pager-current > span,
.page-genre .pager .pagination li.pager-current > span,
.page-category .pager .pagination li.pager-current > span {
  color: #fff;
  background-color: #00A0E9;
}
.page-event .pager[class*=-pager-bottom],
.page-event [class*=-pager-bottom] > .pager,
.page-genre .pager[class*=-pager-bottom],
.page-genre [class*=-pager-bottom] > .pager,
.page-category .pager[class*=-pager-bottom],
.page-category [class*=-pager-bottom] > .pager {
  display: flex;
}
.page-event .block-goods-list--display-style-items,
.page-genre .block-goods-list--display-style-items,
.page-category .block-goods-list--display-style-items {
  flex: 0 0 auto;
  margin-left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-flow: row nowrap;
  height: 36px;
  gap: 10px;
}
.page-event .block-goods-list--display-style-items dt,
.page-genre .block-goods-list--display-style-items dt,
.page-category .block-goods-list--display-style-items dt {
  flex: 0 0 auto;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  font-size: 0.9rem;
}
.page-event .block-goods-list--display-style-items dd,
.page-genre .block-goods-list--display-style-items dd,
.page-category .block-goods-list--display-style-items dd {
  flex: 0 0 auto;
  margin: 0;
}
.page-event .block-goods-list--display-style-items .block-goods-list--display-style-items-list,
.page-genre .block-goods-list--display-style-items .block-goods-list--display-style-items-list,
.page-category .block-goods-list--display-style-items .block-goods-list--display-style-items-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-flow: row nowrap;
  height: 36px;
  gap: 8px;
}
.page-event .block-goods-list--display-style-items li,
.page-genre .block-goods-list--display-style-items li,
.page-category .block-goods-list--display-style-items li {
  flex: 0 0 36px;
  max-width: 36px;
  width: 36px;
  overflow: hidden;
  text-indent: -99999px;
  height: 100%;
  outline: none;
  border: 1px solid #DEDEDE;
  background: #fff;
  margin-left: -1px;
  border-radius: 3px;
}
.page-event .block-goods-list--display-style-items li a,
.page-genre .block-goods-list--display-style-items li a,
.page-category .block-goods-list--display-style-items li a {
  overflow: hidden;
  outline: none;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}
.page-event .block-goods-list--display-style-items li.active:nth-child(n+3),
.page-genre .block-goods-list--display-style-items li.active:nth-child(n+3),
.page-category .block-goods-list--display-style-items li.active:nth-child(n+3) {
  display: none !important;
}
.page-event .block-goods-list--display-style-items li.thumb,
.page-genre .block-goods-list--display-style-items li.thumb,
.page-category .block-goods-list--display-style-items li.thumb {
  background: #fff url("../../img/usr/category/icon_display_2_g.png") no-repeat center center/20px auto;
}
.page-event .block-goods-list--display-style-items li.pickup,
.page-genre .block-goods-list--display-style-items li.pickup,
.page-category .block-goods-list--display-style-items li.pickup {
  background: #fff url("../../img/usr/category/icon_display_1_g.png") no-repeat center center/20px auto;
}
.page-event .block-goods-list--display-style-items li.active.thumb,
.page-genre .block-goods-list--display-style-items li.active.thumb,
.page-category .block-goods-list--display-style-items li.active.thumb {
  background: #00a0e9 url("../../img/usr/category/icon_display_2_w.png") no-repeat center center/20px auto;
  border-color: #00a0e9;
}
.page-event .block-goods-list--display-style-items li.active.pickup,
.page-genre .block-goods-list--display-style-items li.active.pickup,
.page-category .block-goods-list--display-style-items li.active.pickup {
  background: #00a0e9 url("../../img/usr/category/icon_display_1_w.png") no-repeat center center/20px auto;
  border-color: #00a0e9;
}
.page-event .p-block-goods-list--items-wrap,
.page-genre .p-block-goods-list--items-wrap,
.page-category .p-block-goods-list--items-wrap {
  margin: 22px 0 0;
  gap: 19px;
}

@keyframes pGoodsFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes goodsContentsItem {
  0% {
    opacity: 0;
    transform: translate3d(0, -10px, 0) rotate(0deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0px, 0) rotate(0deg);
  }
}
.block-variation-favorite,
.block-goods-favorite {
  position: relative;
  aspect-ratio: 1/1;
}
.block-variation-favorite .block-goods-favorite-registed--btn,
.block-variation-favorite .block-goods-favorite--btn,
.block-goods-favorite .block-goods-favorite-registed--btn,
.block-goods-favorite .block-goods-favorite--btn {
  width: 100%;
  margin: 0px;
  padding: 0 0;
  overflow: hidden;
  border-radius: 5px;
  font-size: 9px;
  line-height: 1;
  font-weight: 400;
  color: transparent;
  box-sizing: border-box;
  display: block;
  text-decoration: none;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #D8DBE1;
  aspect-ratio: 1/1;
}
.block-variation-favorite .block-variation-favorite--btn::before,
.block-variation-favorite .block-goods-favorite--btn::before,
.block-variation-favorite .block-variation-favorite-registed--btn::before,
.block-variation-favorite .block-goods-favorite-registed--btn::before,
.block-goods-favorite .block-variation-favorite--btn::before,
.block-goods-favorite .block-goods-favorite--btn::before,
.block-goods-favorite .block-variation-favorite-registed--btn::before,
.block-goods-favorite .block-goods-favorite-registed--btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 25px;
  height: 25px;
  transform: translate3d(-50%, -50%, 0) rotate(0deg);
}
.block-variation-favorite .block-variation-favorite--btn::before,
.block-variation-favorite .block-goods-favorite--btn::before,
.block-goods-favorite .block-variation-favorite--btn::before,
.block-goods-favorite .block-goods-favorite--btn::before {
  background: url("../../img/usr/common/icon_goods_btn_favorite_off.png") no-repeat center center/contain;
}
.block-variation-favorite .block-variation-favorite-registed--btn::before,
.block-variation-favorite .block-goods-favorite-registed--btn::before,
.block-goods-favorite .block-variation-favorite-registed--btn::before,
.block-goods-favorite .block-goods-favorite-registed--btn::before {
  background: url("../../img/usr/common/icon_goods_btn_favorite_on.png") no-repeat center center/contain;
}

.page-goods .block-topic-path,
.page-goods .block-goods-detail {
  width: 1200px;
  margin: auto;
}
.page-goods .block-goods-detail {
  grid-template-columns: 630px 522px;
  gap: 39px 46px;
}
.page-goods .block-goods-detail .block-icon img {
  height: 1.6rem;
}
.page-goods .swiper-container {
  overflow: hidden;
  position: relative;
}
.page-goods .swiper-buttons {
  z-index: 10;
}
.page-goods .swiper-buttons .swiper-button-next,
.page-goods .swiper-buttons .swiper-button-prev {
  top: 50%;
  transform: translateY(0);
}
.page-goods .p-goods-gallery {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
}
.page-goods .p-goods-gallery-main {
  flex: 0 0 560px;
  max-width: 560px;
  margin-left: auto;
}
.page-goods .p-goods-gallery-main .swiper-container::after {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  border-radius: 5px 0 0 0;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background: rgba(125, 128, 136, 0.8) url("../../img/usr/common/icon_zoom.png") no-repeat center center/1.9rem auto;
}
.page-goods .p-goods-gallery-main .swiper-button-prev::after,
.page-goods .p-goods-gallery-main .swiper-button-next::after {
  border-color: #7D8088;
}
.page-goods .p-goods-gallery-main .swiper-pagination {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.14em;
  line-height: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row nowrap;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: rgba(125, 128, 136, 0.8);
  border-radius: 50em;
  width: 5em;
  bottom: 12px;
}
.page-goods .p-goods-gallery-main .swiper-slide img {
  width: 100%;
}
.page-goods .p-goods-gallery-main .p-goods-gallery-main-comment {
  font-size: 12px;
  color: #808080;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 12px;
}
.page-goods .p-goods-gallery-sub {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
}
.page-goods .p-goods-gallery-sub .p-goods-gallery-sub-item {
  display: block;
  position: relative;
  width: 100%;
}
.page-goods .p-goods-gallery-sub .p-goods-gallery-sub-item img {
  width: 100%;
}
.page-goods .p-goods-gallery-sub .p-goods-gallery-sub-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 100ms ease-out 0ms;
}
.page-goods .p-goods-gallery-sub .p-goods-gallery-sub-item.is-active:after {
  box-shadow: inset 0px 0px 0px 3px #F0831E;
}
.page-goods .p-goods-gallery-popup {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row wrap;
}
.page-goods .p-goods-gallery-popup .swiper-slide img {
  width: 100%;
}
.page-goods .p-goods-gallery-popup .p-goods-gallery-popup-inner {
  position: relative;
  width: 700px;
  margin: 0 auto;
}
.page-goods .p-goods-gallery-popup .p-goods-gallery-popup-close {
  position: absolute;
  z-index: 3;
  bottom: -70px;
  right: -15px;
  margin: 0 auto;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  height: 64px;
  width: 64px;
  text-align: center;
  padding-top: 35px;
  cursor: pointer;
}
.page-goods .p-goods-gallery-popup .p-goods-gallery-popup-close::before, .page-goods .p-goods-gallery-popup .p-goods-gallery-popup-close::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 25px;
  height: 1px;
  background-color: #fff;
  transform: translate3d(0, -50%, 0) rotate(0deg);
}
.page-goods .p-goods-gallery-popup .p-goods-gallery-popup-close::before {
  transform: translate3d(0, -50%, 0) rotate(45deg);
}
.page-goods .p-goods-gallery-popup .p-goods-gallery-popup-close::after {
  transform: translate3d(0, -50%, 0) rotate(135deg);
}
.page-goods.p-goods-gallery-popup-is-active .p-goods-gallery-popup {
  display: flex;
}
.page-goods .pane-goods-left-side .p-goods-gallery {
  display: grid;
  grid-template-columns: 56px 560px;
  grid-gap: 10px;
  gap: 10px;
}
.page-goods .pane-goods-right-side .block-goods-name h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin: 14px 0 0;
  padding: 0;
}
.page-goods .pane-goods-right-side .p-goods-deliv-notice {
  background-color: #F1F2F4;
  margin-top: 32px;
  padding: 1em 1.2em;
  border-radius: 5px;
}
.page-goods .pane-goods-right-side .p-goods-deliv-notice h2 {
  margin: 0;
  padding: 0;
  font-size: inherit;
}
.page-goods .pane-goods-right-side .p-goods-deliv-notice .p-goods-deliv-notice-content-emp {
  font-size: 16px;
  font-weight: 600;
  color: #F0831E;
  letter-spacing: 0.02em;
}
.page-goods .pane-goods-right-side .p-goods-deliv-notice .p-goods-deliv-notice-content {
  margin-top: 8px;
  line-height: 1.75;
}
.page-goods .pane-goods-right-side .p-block-goods-price-wrapper {
  min-height: 4.2rem;
  place-content: center;
  margin-top: 10px;
}
.page-goods .pane-goods-right-side .p-block-goods-price-wrapper .block-goods-price {
  text-align: left;
  margin-bottom: 0;
}
.page-goods .pane-goods-right-side .p-block-goods-price-wrapper .block-goods-price .block-goods-price--price {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}
.page-goods .pane-goods-right-side .p-block-goods-price-wrapper .block-goods-price .txt-yen {
  font-size: 0.5em;
  font-weight: 500;
}
.page-goods .pane-goods-right-side .p-block-goods-price-wrapper .block-goods-price .block-goods-price--price::after,
.page-goods .pane-goods-right-side .p-block-goods-price-wrapper .block-goods-price .block-goods-price--net-price::after {
  font-size: 10px;
  font-weight: normal;
}
.page-goods .pane-goods-right-side .p-block-goods-price-wrapper .block-goods-price--on-sales-comment {
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  color: #E61E1E;
}
.page-goods .pane-goods-right-side .p-block-goods-price-wrapper:has(.block-goods-price--on-sales-comment) .block-goods-price {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  width: 100%;
  gap: 10px;
  margin: 0;
}
.page-goods .pane-goods-right-side .p-block-goods-price-wrapper:has(.block-goods-price--on-sales-comment) .block-goods-price *:empty {
  display: none;
}
.page-goods .pane-goods-right-side .p-block-goods-price-wrapper:has(.block-goods-price--on-sales-comment) .block-goods-price .default-price {
  text-decoration: line-through;
  color: #808080;
  font-weight: 400;
  font-size: 16px;
}
.page-goods .pane-goods-right-side .p-block-goods-price-wrapper:has(.block-goods-price--on-sales-comment) .block-goods-price .price {
  color: #E20000;
  font-weight: 600;
}
.page-goods .pane-goods-right-side .p-block-goods-price-wrapper .block-goods-price--on-sales-comment:not(:empty) + .block-goods-price .block-goods-price--price {
  color: #E61E1E;
}
.page-goods .pane-goods-right-side .p-block-goods-price-wrapper .block-goods-price--on-sales-comment:not(:empty) + .block-goods-price .block-goods-price--price + .block-goods-price--default-price {
  font-size: 10px;
  font-weight: normal;
}
.page-goods .pane-goods-right-side .block-variation {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
  border: none;
  margin: 0;
  margin-top: 10px;
  padding: 0;
}
.page-goods .pane-goods-right-side .block-variation .block-variation--item {
  margin: 0;
}
.page-goods .pane-goods-right-side .block-variation .block-variation-no-stock--message,
.page-goods .pane-goods-right-side .block-variation .block-variation-outside-sales-period--message,
.page-goods .pane-goods-right-side .block-variation .block-goods-variation-arrival-notice--btn,
.page-goods .pane-goods-right-side .block-variation .block-variation-add-cart--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  width: 100%;
  border-radius: 3px;
}
.page-goods .pane-goods-right-side .block-variation .block-variation-add-cart--btn {
  width: 100%;
  margin: 0px;
  padding: 0 0;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row nowrap;
  height: 52px;
  text-decoration: none;
  position: relative;
}
.page-goods .pane-goods-right-side .block-variation .block-variation-add-cart--btn.btn-primary {
  background-color: #E61E1E;
  border: 1px solid #E61E1E;
}
.page-goods .pane-goods-right-side .block-variation .block-variation-add-cart--btn::before {
  content: "";
  z-index: 2;
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 18px;
  background: url("../../img/usr/common/icon_goods_btn_cart.png") no-repeat center center/contain;
  margin-top: -2px;
}
.page-goods .pane-goods-right-side .block-variation .block-variation.block-color,
.page-goods .pane-goods-right-side .block-variation .block-variation.block-size {
  display: block;
  flex: 0 0 100%;
  margin: 0px;
  padding: 0;
  order: 1;
  border: none;
}
.page-goods .pane-goods-right-side .block-variation .block-variation.block-color {
  order: 2;
}
.page-goods .pane-goods-right-side .block-variation .block-variation--item-dropdown {
  width: 100%;
}
.page-goods .pane-goods-right-side .block-variation .block-variation--name.block-color--name,
.page-goods .pane-goods-right-side .block-variation .block-variation--name.block-size--name {
  margin: 0 0;
  padding: 0;
  border: 0;
  font-size: 1rem;
  font-weight: 700;
}
.page-goods .pane-goods-right-side .block-variation .block-variation--item-description {
  display: block;
  text-align: center;
  font-size: 10px;
  color: #000;
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 1.33;
  font-feature-settings: "palt";
  margin-top: 4px;
}
.page-goods .pane-goods-right-side .block-variation .block-variation--selected-item {
  display: none;
}
.page-goods .pane-goods-right-side .block-variation .block-size .block-variation--item.active dt,
.page-goods .pane-goods-right-side .block-variation .block-color .block-variation--item.active dt {
  border: none;
  background-color: #00A0E9;
  color: #fff;
  font-weight: 700;
}
.page-goods .pane-goods-right-side .block-variation .block-variation--item-list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 10px;
  gap: 10px;
  margin-top: 10px;
  line-height: 1;
}
.page-goods .pane-goods-right-side .block-variation .block-variation--item-list .block-color--item {
  margin: 0;
}
.page-goods .pane-goods-right-side .block-variation .block-variation--item-list .block-color--item img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-goods .pane-goods-right-side .block-variation .block-variation--item-list .block-color--item dt {
  flex: 0 0 auto;
  width: auto;
  background-color: #fff;
  border: 1px solid #D8DBE1;
  overflow: hidden;
  transition: all 300ms ease-out 0ms;
  margin: 0;
}
.page-goods .pane-goods-right-side .block-variation .block-variation--item-list .block-color--item dt:hover {
  opacity: 0.7;
}
.page-goods .pane-goods-right-side .block-variation .block-size--item-term {
  width: 100%;
  height: 2.8em;
  min-width: unset;
  min-height: unset;
  place-items: center;
  place-content: center;
  border-radius: 5px;
  font-size: inherit;
}
.page-goods .pane-goods-right-side .block-variation .block-size--item-term figure {
  width: 100%;
  height: 100%;
}
.page-goods .pane-goods-right-side .block-variation .block-size--item-term span {
  display: block;
  font-feature-settings: "palt";
  width: unset;
  height: unset;
  min-width: unset;
  min-height: unset;
  padding: 0;
  font-size: 0.9rem;
}
.page-goods .pane-goods-right-side .p-goods-name-option-form {
  order: 250;
  margin-top: 20px;
}
.page-goods .pane-goods-right-side .p-goods-name-option-form .p-goods-name-option-form-txt {
  font-weight: bold;
  font-size: 16px;
}
.page-goods .pane-goods-right-side .p-goods-name-option-form .p-goods-name-option-form-errors-item {
  font-size: 10px;
  color: #E61E1E;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
}
.page-goods .pane-goods-right-side .p-goods-name-option-form .p-goods-name-option-form-choice {
  margin-top: 12px;
}
.page-goods .pane-goods-right-side .p-goods-name-option-form .p-goods-name-option-form-choice .p-goods-name-option-form-choice-label {
  display: block;
  cursor: pointer;
  margin-top: 10px;
}
.page-goods .pane-goods-right-side .p-goods-name-option-form .p-goods-name-option-form-choice .p-goods-name-option-form-choice-label span {
  line-height: 1;
  font-size: 15px;
  display: grid;
  grid-template-columns: 28px auto;
  place-items: center flex-start;
  grid-gap: 10px;
  gap: 10px;
  letter-spacing: 0.04em;
}
.page-goods .pane-goods-right-side .p-goods-name-option-form .p-goods-name-option-form-choice .p-goods-name-option-form-choice-label span::before, .page-goods .pane-goods-right-side .p-goods-name-option-form .p-goods-name-option-form-choice .p-goods-name-option-form-choice-label span::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50em;
  grid-area: 1/1;
  border: 1px solid #D8DBE1;
}
.page-goods .pane-goods-right-side .p-goods-name-option-form .p-goods-name-option-form-choice .p-goods-name-option-form-choice-label span::before {
  background-color: #fff;
}
.page-goods .pane-goods-right-side .p-goods-name-option-form .p-goods-name-option-form-choice .p-goods-name-option-form-choice-label span::after {
  background-color: #fff;
  box-shadow: inset 0 0 0 5px #fff;
}
.page-goods .pane-goods-right-side .p-goods-name-option-form .p-goods-name-option-form-choice .p-goods-name-option-form-choice-label input[type=radio] {
  margin: 0;
  pointer-events: none;
  display: none;
}
.page-goods .pane-goods-right-side .p-goods-name-option-form .p-goods-name-option-form-choice .p-goods-name-option-form-choice-label input[type=radio]:checked + span::before {
  border-color: #D8DBE1;
}
.page-goods .pane-goods-right-side .p-goods-name-option-form .p-goods-name-option-form-choice .p-goods-name-option-form-choice-label input[type=radio]:checked + span::after {
  background-color: #00A0E9;
}
.page-goods .pane-goods-right-side .p-goods-name-option-form .p-goods-name-option-form-choice-item-detail-item {
  display: none;
  opacity: 0;
  animation: pGoodsFadeIn 300ms ease-out 0ms 1 normal forwards;
}
.page-goods .pane-goods-right-side .p-goods-name-option-form .p-goods-name-option-form-choice-item-detail {
  position: relative;
  padding-top: 0.65rem;
}
.page-goods .pane-goods-right-side .p-goods-name-option-form .p-goods-name-option-form-choice-item-detail input,
.page-goods .pane-goods-right-side .p-goods-name-option-form .p-goods-name-option-form-choice-item-detail select {
  background: unset;
  border: 1px solid #7D8088;
  border-radius: 2px;
  height: 36px;
  width: 100%;
}
.page-goods .pane-goods-right-side .p-goods-name-option-form .p-goods-name-option-form-choice-item-detail select {
  font-size: 14px;
  border: 1px solid #7D8088;
  border-radius: 5px;
  height: 3.1em;
  width: 100%;
  padding: 0 1.3em;
  margin-top: 10px;
}
.page-goods .pane-goods-right-side .p-goods-name-option-form .p-goods-name-option-form-choice-item-detail span.select-arrow::after {
  content: "";
  position: absolute;
  top: 60%;
  right: 1.45em;
  width: 0.7em;
  height: 0.7em;
  transform: translateY(-50%) rotate(45deg);
  box-shadow: 2px 2px 0 #003686;
}
.page-goods .pane-goods-right-side .p-goods-name-option-form .p-goods-name-option-form-choice-item-detail-text-notice {
  font-size: 0.7rem;
  color: #707070;
}
.page-goods .pane-goods-right-side .p-goods-name-option-form .p-goods-name-option-form-choice-item-detail-text-notice span {
  display: block;
}
.page-goods .pane-goods-right-side .block-variation-favorite,
.page-goods .pane-goods-right-side .block-goods-favorite {
  max-width: unset;
  margin-left: 0;
}
.page-goods .pane-goods-right-side .block-variation-favorite .block-goods-favorite--btn,
.page-goods .pane-goods-right-side .block-variation-favorite .block-goods-favorite-registed--btn,
.page-goods .pane-goods-right-side .block-variation-favorite .block-variation-favorite--btn,
.page-goods .pane-goods-right-side .block-variation-favorite .block-variation-favorite-registed--btn,
.page-goods .pane-goods-right-side .block-goods-favorite .block-goods-favorite--btn,
.page-goods .pane-goods-right-side .block-goods-favorite .block-goods-favorite-registed--btn,
.page-goods .pane-goods-right-side .block-goods-favorite .block-variation-favorite--btn,
.page-goods .pane-goods-right-side .block-goods-favorite .block-variation-favorite-registed--btn {
  display: block;
  width: 100%;
  border-radius: 5px;
  font-size: 0;
  line-height: 1;
  font-weight: 400;
}
.page-goods .pane-goods-right-side .block-variation-favorite .block-goods-favorite--btn::before,
.page-goods .pane-goods-right-side .block-variation-favorite .block-goods-favorite-registed--btn::before,
.page-goods .pane-goods-right-side .block-variation-favorite .block-variation-favorite--btn::before,
.page-goods .pane-goods-right-side .block-variation-favorite .block-variation-favorite-registed--btn::before,
.page-goods .pane-goods-right-side .block-goods-favorite .block-goods-favorite--btn::before,
.page-goods .pane-goods-right-side .block-goods-favorite .block-goods-favorite-registed--btn::before,
.page-goods .pane-goods-right-side .block-goods-favorite .block-variation-favorite--btn::before,
.page-goods .pane-goods-right-side .block-goods-favorite .block-variation-favorite-registed--btn::before {
  width: 32px;
  height: 32px;
}
.page-goods .pane-goods-right-side .block-color-with-cart {
  margin-top: 32px;
}
.page-goods .pane-goods-right-side .block-color-with-cart .block-color-with-cart--item {
  display: grid;
  grid-template-columns: 74px auto 74px;
  grid-gap: 13px;
  gap: 13px;
}
.page-goods .pane-goods-right-side .block-color-with-cart .block-color-with-cart--item .block-color-with-cart--item-term {
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin-right: 0;
}
.page-goods .pane-goods-right-side .block-color-with-cart .block-color-with-cart--item .block-color-with-cart--item-term figure {
  width: 100%;
  height: 100%;
}
.page-goods .pane-goods-right-side .block-color-with-cart .block-color-with-cart--item .block-variation-add-cart {
  position: relative;
  flex: 1 1 auto;
  margin: 0px;
  height: 100%;
  background-color: #F0831E;
  color: #fff;
  line-height: 1;
  border-radius: 5px;
  font-size: 24px;
  font-weight: 700;
  overflow: hidden;
  display: flex;
  gap: 0.5em;
  justify-content: center;
  align-items: center;
}
.page-goods .pane-goods-right-side .block-color-with-cart .block-color-with-cart--item .block-variation-add-cart::before {
  content: "";
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  background: url("../../img/usr/common/icon_goods_btn_cart.png") no-repeat center center/contain;
}
.page-goods .pane-goods-right-side .block-color-with-cart .block-color-with-cart--item .block-variation-add-cart::after {
  content: "カートに入れる";
}
.page-goods .pane-goods-right-side .block-color-with-cart .block-color-with-cart--item .block-variation-add-cart .btn {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.page-goods .pane-goods-right-side .block-color-with-cart .block-color-with-cart--item .block-variation-add-cart .btn.btn-primary {
  margin: 0;
  padding: 0;
}
.page-goods .pane-goods-right-side .block-color-with-cart .block-color-with-cart--item .block-variation-favorite {
  aspect-ratio: 1/1;
}
.page-goods .pane-goods-right-side .block-color-with-cart .block-color-with-cart--item .block-variation-favorite .btn {
  min-width: unset;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background-color: #ffffff;
  border: 1px solid #D8DBE1;
}
.page-goods .pane-goods-right-side .p-block-add-cart-wrapper {
  display: grid;
  grid-template-columns: 1fr 74px;
  grid-gap: 13px;
  gap: 13px;
  margin-top: 32px;
}
.page-goods .pane-goods-right-side .p-block-add-cart-wrapper .block-no-stock {
  margin: 0px;
  height: 100%;
  line-height: 1;
  border-radius: 5px;
  font-size: 24px;
  font-weight: 700;
  overflow: hidden;
  display: flex;
  gap: 0.5em;
  justify-content: center;
  align-items: center;
}
.page-goods .pane-goods-right-side .p-block-add-cart-wrapper .block-no-stock .block-no-stock--message {
  width: 100%;
  height: 100%;
  background-color: #808080;
}
.page-goods .pane-goods-right-side .p-block-add-cart-wrapper .block-add-cart {
  position: relative;
  margin: 0px;
  height: 100%;
  background-color: #F0831E;
  color: #fff;
  line-height: 1;
  border-radius: 5px;
  font-size: 24px;
  font-weight: 700;
  overflow: hidden;
  display: flex;
  gap: 0.5em;
  justify-content: center;
  align-items: center;
}
.page-goods .pane-goods-right-side .p-block-add-cart-wrapper .block-add-cart::before {
  content: "";
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  background: url("../../img/usr/common/icon_goods_btn_cart.png") no-repeat center center/contain;
}
.page-goods .pane-goods-right-side .p-block-add-cart-wrapper .block-add-cart::after {
  content: "カートに入れる";
}
.page-goods .pane-goods-right-side .p-block-add-cart-wrapper .block-add-cart .block-add-cart--btn {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.page-goods .pane-goods-right-side .p-block-add-cart-wrapper .block-add-cart .block-add-cart--btn.btn-primary {
  margin: 0;
  padding: 0;
}
.page-goods .pane-goods-right-side .block-order-gift-dest--cart-back,
.page-goods .pane-goods-right-side .block-contact-about-goods {
  margin-top: 1.3rem;
  margin-bottom: 0;
}
.page-goods .pane-goods-right-side .block-order-gift-dest--cart-back .btn-default,
.page-goods .pane-goods-right-side .block-contact-about-goods .btn-default {
  background: transparent;
}
.page-goods .pane-goods-right-side .block-order-gift-dest--cart-back a,
.page-goods .pane-goods-right-side .block-order-gift-dest--cart-back .block-contact-about-goods-btn,
.page-goods .pane-goods-right-side .block-contact-about-goods a,
.page-goods .pane-goods-right-side .block-contact-about-goods .block-contact-about-goods-btn {
  margin: 0;
  padding: 0;
  color: #000;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-flow: row nowrap;
  position: relative;
  width: auto;
  height: auto;
  font-size: 0.82rem;
  border: none;
}
.page-goods .pane-goods-right-side .block-order-gift-dest--cart-back a::before,
.page-goods .pane-goods-right-side .block-order-gift-dest--cart-back .block-contact-about-goods-btn::before,
.page-goods .pane-goods-right-side .block-contact-about-goods a::before,
.page-goods .pane-goods-right-side .block-contact-about-goods .block-contact-about-goods-btn::before {
  content: "";
  display: block;
  background: url("../../img/usr/common/icon_goods_btn_contact.png") no-repeat center center/contain;
  width: 1.4rem;
  aspect-ratio: 1/1;
  margin-right: 0.5rem;
}
.page-goods .pane-goods-right-side .p-cart-notice {
  order: 355;
  text-align: right;
}
.page-goods .pane-goods-right-side .p-goods-name-option-desc {
  order: 358;
  margin-bottom: 20px;
}
.page-goods .pane-goods-right-side .p-goods-name-option-desc .p-goods-name-option-desc-tit {
  font-size: 0.9rem;
  font-weight: 400;
  color: #fff;
  background-color: #003686;
}
.page-goods .pane-goods-right-side .p-goods-name-option-desc .p-goods-name-option-desc-txt {
  font-size: 0.9rem;
}
.page-goods .pane-goods-right-side .p-goods-name-option-desc .p-goods-name-option-desc-ex-tit {
  font-size: 0.7rem;
  color: #808080;
}
.page-goods .pane-goods-right-side .p-goods-name-option-desc .p-goods-name-option-desc-ex-img {
  width: 250px;
  margin: 0 auto;
  margin-bottom: 5px;
}
.page-goods .pane-goods-right-side .p-goods-name-option-desc .p-goods-name-option-desc-ex-notice {
  font-size: 0.7rem;
  color: #808080;
  text-align: center;
}
.page-goods .pane-goods-right-side .block-contact-about-goods--btn {
  display: flex;
  text-decoration: underline;
  align-items: center;
  justify-content: flex-end;
  align-content: center;
  flex-flow: row nowrap;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 400;
}
.page-goods .pane-goods-right-side .block-contact-about-goods--btn::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  margin-right: 0.5em;
  background: url("../../img/usr/common/icon_goods_btn_contact.png") no-repeat center center/contain;
  margin-top: -1px;
}
.page-goods .pane-goods-right-side .p-cart-notice {
  margin-top: 20px;
}
.page-goods .p-goods-tab-content {
  margin-top: 38px;
}
.page-goods .p-goods-tab-content .p-goods-tabs {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.3rem;
  gap: 0.3rem;
}
.page-goods .p-goods-tab-content .p-goods-tabs:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #00A0E9;
}
.page-goods .p-goods-tab-content .p-goods-tabs .p-goods-tabs-item {
  flex: 1 1 33.333%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row nowrap;
  cursor: pointer;
  position: relative;
  transition: all 300ms ease-out 0ms;
  border: solid 1px #D8DBE1;
  line-height: 1;
  border-radius: 5px 5px 0 0;
  font-size: 16px;
  height: 3.5em;
}
.page-goods .p-goods-tab-content .p-goods-tabs .p-goods-tabs-item:hover {
  opacity: 0.7;
}
.page-goods .p-goods-tab-content .p-goods-tabs .p-goods-tabs-item.is-active {
  color: #fff;
  background-color: #00A0E9;
  border-color: #00A0E9;
  font-weight: 600;
}
.page-goods .p-goods-tab-content .p-goods-contents {
  color: #000;
  font-weight: 400;
  line-height: 1.9;
  padding: 20px 40px;
  letter-spacing: 0;
}
.page-goods .p-goods-tab-content .p-goods-contents h1 {
  font-size: 1.2rem;
  padding: 0;
}
.page-goods .p-goods-tab-content .p-goods-contents h1 + p {
  margin-top: 0.85em;
}
.page-goods .p-goods-tab-content .p-goods-contents h2 {
  font-size: 1rem;
  padding: 0;
}
.page-goods .p-goods-tab-content .p-goods-contents h2 + p {
  margin-top: 0.85em;
}
.page-goods .p-goods-tab-content .p-goods-contents h3 {
  font-size: 1rem;
  padding: 0;
  line-height: 1.6;
}
.page-goods .p-goods-tab-content .p-goods-contents h3 + p {
  margin-top: 0.85em;
}
.page-goods .p-goods-tab-content .p-goods-contents h4,
.page-goods .p-goods-tab-content .p-goods-contents h5 {
  font-size: 0.8rem;
  padding: 0;
}
.page-goods .p-goods-tab-content .p-goods-contents h4 + p,
.page-goods .p-goods-tab-content .p-goods-contents h5 + p {
  margin-top: 0.85em;
}
.page-goods .p-goods-tab-content .p-goods-contents ol {
  padding-left: 1.5em;
}
.page-goods .p-goods-tab-content .p-goods-contents table {
  min-width: 100%;
  font-size: 16px;
  margin: 1em auto 0;
}
.page-goods .p-goods-tab-content .p-goods-contents table thead {
  padding: 0px;
}
.page-goods .p-goods-tab-content .p-goods-contents table th,
.page-goods .p-goods-tab-content .p-goods-contents table td {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.33;
  padding: 10px 5px;
  min-width: 0;
  border-top: 1px solid #D8DBE1;
  border-bottom: 1px solid #D8DBE1;
  white-space: nowrap;
  background-color: #fff;
  text-align: center;
}
.page-goods .p-goods-tab-content .p-goods-contents table th:first-of-type,
.page-goods .p-goods-tab-content .p-goods-contents table td:first-of-type {
  border: 1px solid #D8DBE1;
}
.page-goods .p-goods-tab-content .p-goods-contents table th:last-of-type,
.page-goods .p-goods-tab-content .p-goods-contents table td:last-of-type {
  border-right: 1px solid #D8DBE1;
}
.page-goods .p-goods-tab-content .p-goods-contents table th {
  background-color: #F7F7F7;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #D8DBE1;
}
.page-goods .p-goods-tab-content .p-goods-contents table td {
  text-align: center;
  border: 1px solid #D8DBE1;
}
.page-goods .p-goods-tab-content .p-goods-contents img + h4 {
  margin: 2em auto 0.4em;
}
.page-goods .p-goods-tab-content .p-goods-contents p {
  padding: 0;
  margin: 1.5em auto;
}
.page-goods .p-goods-tab-content .p-goods-contents .p-goods-contents-item {
  display: none;
  margin-top: 1.6rem;
  opacity: 0;
  transform: translate3d(0, -10px, 0) rotate(0deg);
  animation: goodsContentsItem 300ms ease-out 0ms 1 normal forwards;
}
.page-goods .p-goods-tab-content .p-goods-contents .p-goods-contents-item.is-active {
  display: block;
  opacity: 1;
}
.page-goods .p-goods-tab-content .p-goods-contents .p-goods-contents-item .block-goods-code {
  margin: 1rem auto;
  font-size: 16px;
}
.page-goods .p-goods-tab-content .p-goods-contents .p-goods-contents-item .cautionary-note p {
  margin: 0.65em auto;
}
.page-goods .p-goods-tab-content .p-goods-contents .p-goods-contents-item .cautionary-note hr {
  border-bottom: 2px solid #D8DBE1;
  margin: 1.2em auto;
}
.page-goods .p-goods-tab-content .p-goods-contents .p-goods-contents-item .cautionary-note hr + h1, .page-goods .p-goods-tab-content .p-goods-contents .p-goods-contents-item .cautionary-note hr + h2, .page-goods .p-goods-tab-content .p-goods-contents .p-goods-contents-item .cautionary-note hr + h3, .page-goods .p-goods-tab-content .p-goods-contents .p-goods-contents-item .cautionary-note hr + h4, .page-goods .p-goods-tab-content .p-goods-contents .p-goods-contents-item .cautionary-note hr + h5 {
  margin-top: 30px;
}
.page-goods .p-goods-tab-content .p-goods-contents .p-goods-contents-item .--drow-content {
  cursor: pointer;
  border: 1px solid #D8DBE1;
  padding: 12px 20px;
  border-radius: 5px;
  margin-top: 24px;
}
.page-goods .p-goods-tab-content .p-goods-contents .p-goods-contents-item .--drow-content ol > li {
  list-style: decimal;
}
.page-goods .p-goods-tab-content .p-goods-contents .p-goods-contents-item .--drow-content ul > li:before {
  content: "・";
}
.page-goods .p-goods-tab-content .p-goods-contents .p-goods-contents-item .--drow-content .--trriger {
  position: relative;
  margin: 0;
  font-size: 14px;
}
.page-goods .p-goods-tab-content .p-goods-contents .p-goods-contents-item .--drow-content .--trriger::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.3em;
  width: 0.7em;
  height: 0.7em;
  transform: translateY(-100%) rotate(45deg);
  box-shadow: 2px 2px 0 #003686;
}
.page-goods .p-goods-tab-content .p-goods-contents .p-goods-contents-item .--drow-content .--trriger.--active::after {
  content: "";
  transform: translateY(-25%) rotate(45deg);
  box-shadow: -2px -2px 0 #003686;
}
.page-goods .p-goods-tab-content .p-goods-contents .p-goods-contents-item .--drow-content .--desc {
  animation: goodsContentsItem 300ms ease-out 0ms 1 normal forwards;
  padding: 5px 0;
  letter-spacing: 0;
}
.page-goods .p-goods-tab-content .p-goods-contents .p-goods-contents-item .--drow-content .--desc p {
  margin: 1rem auto;
  letter-spacing: inherit;
}
.page-goods .p-goods-tab-content .p-goods-contents .p-goods-contents-item .p-goods-contents-item-comment1 {
  margin-top: 34px;
}
.page-goods .p-goods-tab-content .item-gallary {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-items: center;
  margin-top: 50px;
  grid-gap: 45px 40px;
  gap: 45px 40px;
}
.page-goods .p-goods-tab-content .item-gallary img {
  display: block;
}
.page-goods .p-goods-tab-content .item-gallary figcaption {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1;
}
.page-goods .p-goods-tab-content .item-gallary figcaption + img {
  margin-top: 13px;
}
.page-goods .p-goods-tab-content .item-gallary .widecontent {
  grid-column: 1/-1;
  width: 800px;
  height: auto;
}
.page-goods section.goods-related {
  margin-top: 40px;
  padding-top: 78px;
  border-top: solid 1px #d8dbe1;
}
.page-goods section.goods-related ul.block-thumbnail-t--items {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
  width: 100%;
  margin: 0;
  padding: 0px;
  gap: 0;
  margin-top: 19px;
}
.page-goods section.goods-related ul.block-thumbnail-t--items li.block-thumbnail-t--item {
  margin: 0;
  border: solid 1px #d8dbe1;
  flex: 0 0 308px;
  max-width: 308px;
  padding: 18px;
}
.page-goods section.goods-related ul.block-thumbnail-t--items li.block-thumbnail-t--item:nth-of-type(n+2) {
  margin-left: -1px;
}

@keyframes expandCircle {
  0% {
    height: 60%;
    width: 60%;
  }
  100% {
    height: 100%;
    width: 100%;
  }
}
.page-top[class] .p-top-tit .p-top-tit-main {
  font-size: 3.8rem;
}
.page-top[class] .pane-right-menu .block-recent-item {
  padding: 75px 0 70px;
  background-color: #f1f2f4;
}
.page-top[class] .pane-right-menu .block-recent-item .block-recent-item--body {
  display: block;
  padding: 0;
}
.page-top[class] .pane-right-menu .block-recent-item .block-thumbnail-h {
  margin-top: 43px;
}
.page-top[class] .pane-right-menu .block-recent-item .block-thumbnail-h .block-thumbnail-h--items {
  padding: 0;
  flex-flow: row nowrap;
  gap: 20px;
  width: 100%;
  max-width: 100%;
  justify-content: center;
  overflow: hidden;
}
.page-top[class] .pane-right-menu .block-recent-item .block-thumbnail-h .block-thumbnail-h--items .block-thumbnail-h--item:nth-of-type(n+9) {
  display: none;
}
.page-top[class] .pane-right-menu .block-recent-item .block-thumbnail-h .block-thumbnail-h--items .block-thumbnail-h--goods-image figure {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  width: auto;
  height: auto;
}
.page-top[class] .pane-right-menu .block-recent-item .block-thumbnail-h .block-thumbnail-h--items .block-thumbnail-h--goods-image figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-top[class] .pane-right-menu .block-recent-item .block-thumbnail-h .block-thumbnail-h--items > li {
  background-color: #fff;
  margin-right: 0;
  padding: 14px;
}
.page-top[class] .pane-main {
  background-color: #fff;
  overflow-x: hidden;
}
.page-top[class] .pane-main .top-mv.--resizing .--mv-slide-list {
  transition-duration: 0ms !important;
  transition-property: none !important;
}
.page-top[class] .pane-main .top-mv .--mv-slide-list {
  display: flex;
  width: 100%;
}
.page-top[class] .pane-main .top-mv .--slide,
.page-top[class] .pane-main .top-mv img {
  display: block;
  flex: 0 0 100%;
  width: 100%;
}
.page-top[class] .pane-main .top-mv .--pagination {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 45px;
}
.page-top[class] .pane-main .top-mv .--pagination .swiper-pagination-bullet {
  margin: 0;
  background-color: #d8dbe1;
  width: 24px;
  height: 6px;
  border-radius: 100px;
  border: none;
}
.page-top[class] .pane-main .top-mv .--pagination .swiper-pagination-bullet-active {
  background-color: #00a0e9;
  border: none;
}
.page-top[class] .pane-main .top-mv .--pagination .bx-pager.bx-default-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0;
  position: static;
  height: 45px;
}
.page-top[class] .pane-main .top-mv .--pagination .bx-pager.bx-default-pager .bx-pager-item a {
  margin: 0;
  background-color: #d8dbe1;
  width: 24px;
  height: 6px;
}
.page-top[class] .pane-main .top-mv .--pagination .bx-pager.bx-default-pager .bx-pager-item a.active {
  background-color: #00a0e9;
}
.page-top[class] .pane-main section.category-tree ul.category-links {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  margin: 65px auto 0;
}
.page-top[class] .pane-main section.category-tree li {
  width: 165px;
  text-align: center;
}
.page-top[class] .pane-main section.category-tree li img {
  border: solid 2px #00a0e9;
  border-radius: 100px;
  display: block;
  border: none;
  border-radius: 0;
  position: relative;
}
.page-top[class] .pane-main section.category-tree li span {
  display: block;
  margin-top: 16px;
  line-height: 1.6;
  font-size: 1.15em;
}
.page-top[class] .pane-main section.category-tree li span.outer {
  position: relative;
  border: solid 2px #00a0e9;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: inset 0 0 20px #fff;
}
.page-top[class] .pane-main section.category-tree li span.outer::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0%;
  width: 0%;
  background: #00a0e9;
  border: solid 3px #fff;
  border-radius: 100px;
  transform: translate(-50%, -50%);
}
.page-top[class] .pane-main section.category-tree li span:not([class]) {
  display: block;
  margin-top: 16px;
  line-height: 1.6;
  font-size: 1.15em;
}
.page-top[class] .pane-main section.category-tree li:hover span.outer::before {
  animation: expandCircle 0.3s ease forwards;
}
.page-top[class] .pane-main section.category-tree li:hover a {
  opacity: 1;
}
.page-top[class] .pane-main section.category-tree li:hover img {
  filter: brightness(0) invert(1);
}
.page-top[class] .pane-main section.top-news {
  display: block;
  padding: 86px 0 100px;
  margin-bottom: 0;
  margin-top: 96px;
  background: center repeat-x linear-gradient(to right, #edeef0 0, #edeef0 160px, #f3f4f5 160px, #f3f4f5 320px);
  background-size: 320px 100%;
}
.page-top[class] .pane-main section.top-news .--head {
  background: transparent;
  display: block;
  border: none;
  margin: auto;
}
.page-top[class] .pane-main section.top-news .--head .--news {
  display: block;
  padding: 0;
  align-content: flex-start;
  height: auto;
}
.page-top[class] .pane-main section.top-news .--body {
  position: relative;
  margin: 43px auto 70px;
  padding: 0;
  background: transparent;
}
.page-top[class] .pane-main section.top-news .--body .block-top-topic--items {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
  width: 100%;
  margin: 0px;
  gap: 42px;
  padding: 0 5px;
}
.page-top[class] .pane-main section.top-news .--body .block-top-topic--items .block-top-topic--item {
  display: block;
  flex: 0 0 368px;
  max-width: 368px;
  margin: 0;
  background-color: #fff;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.125);
}
.page-top[class] .pane-main section.top-news .--body .block-top-topic--items .block-top-topic--item .p-block-top-topic-img {
  overflow: hidden;
  border-radius: 5px;
  margin: 0;
}
.page-top[class] .pane-main section.top-news .--body .block-top-topic--items .block-top-topic--item .--txt {
  font-weight: 500;
  margin-top: 20px;
  line-height: 1.7;
  font-size: 1.15em;
}
.page-top[class] .pane-main section.top-news .--body .block-top-topic--items .block-top-topic--item .--date {
  margin-top: 20px;
  line-height: 1;
  font-size: 1em;
}
.page-top[class] .pane-main section.top-news .btn.--arrow {
  width: 300px;
  color: #fff;
  background-color: #003686;
  border: solid 1px #003686;
  height: 3.7rem;
  font-size: 1.25rem;
}
.page-top[class] .pane-main section.top-topics {
  padding: 75px 0 53px;
  margin-bottom: 0;
  margin-top: 86px;
  background: center repeat-x linear-gradient(to right, #edeef0 0, #edeef0 160px, #f3f4f5 160px, #f3f4f5 320px);
  background-size: 320px 100%;
}
.page-top[class] .pane-main section.top-topics .--head {
  background: transparent;
  display: block;
  border: none;
  margin: auto;
}
.page-top[class] .pane-main section.top-topics .--head .--news {
  display: block;
  padding: 0;
  align-content: flex-start;
  height: auto;
}
.page-top[class] .pane-main section.top-topics .--body {
  margin: 48px auto;
  background: transparent;
}
.page-top[class] .pane-main section.top-topics .--body .block-thumbnail-t--items {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
  width: 100%;
  margin: 0;
  gap: 30px;
  padding: 0 5px;
}
.page-top[class] .pane-main section.top-topics .--body .block-thumbnail-t--items > li {
  flex: 0 0 330px;
  max-width: 330px;
  margin: 0;
  background-color: transparent;
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
}
.page-top[class] .pane-main section.top-topics .--body .block-thumbnail-t--items > li a {
  padding-bottom: 0;
}
.page-top[class] .pane-main section.top-topics .--body .block-thumbnail-t--items > li .--txt {
  font-weight: 500;
  margin-top: 20px;
  line-height: 1.7;
  font-size: 1.15em;
}
.page-top[class] .pane-main section.top-topics .--body .block-thumbnail-t--items > li .--date {
  margin-top: 20px;
  line-height: 1;
  font-size: 1em;
}
.page-top[class] .pane-main section.top-keywords {
  margin-top: 74px;
  padding: 0 0;
}
.page-top[class] .pane-main section.top-keywords .keywords-list {
  background: url("../../img/usr/top/bg-keywordP.jpg") no-repeat left top;
  background-size: cover;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  aspect-ratio: 1300/178;
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
  justify-content: center;
  align-content: center;
  align-items: baseline;
  gap: 1em 50px;
  padding: 0px 80px;
}
.page-top[class] .pane-main section.top-keywords .keywords-list li,
.page-top[class] .pane-main section.top-keywords .keywords-list a {
  color: #fff;
}
.page-top[class] .pane-main section.top-keywords .keywords-list li[data-grade="1"],
.page-top[class] .pane-main section.top-keywords .keywords-list a[data-grade="1"] {
  font-size: 20px;
}
.page-top[class] .pane-main section.top-keywords .keywords-list li[data-grade="2"],
.page-top[class] .pane-main section.top-keywords .keywords-list a[data-grade="2"] {
  font-size: 24px;
}
.page-top[class] .pane-main section.top-keywords .keywords-list li[data-grade="3"],
.page-top[class] .pane-main section.top-keywords .keywords-list a[data-grade="3"] {
  font-size: 30px;
}
.page-top[class] .pane-main section.top-newitem {
  margin-top: 75px;
}
.page-top[class] .pane-main section.top-newitem ul.block-thumbnail-t--items {
  align-items: stretch;
  flex-flow: row nowrap;
  gap: 0;
}
.page-top[class] .pane-main section.top-newitem ul.block-thumbnail-t--items li.block-thumbnail-t--item {
  margin: 0;
  border: solid 1px #d8dbe1;
  flex: 0 0 308px;
  max-width: 308px;
  padding: 18px;
}
.page-top[class] .pane-main section.top-newitem ul.block-thumbnail-t--items li.block-thumbnail-t--item:nth-of-type(n+2) {
  margin-left: -1px;
}
.page-top[class] .pane-main section.top-newitem ul.block-thumbnail-t--items li.block-thumbnail-t--item .block-thumbnail-t--goods-name {
  font-weight: 500;
  font-size: 1.15em;
  line-height: 1.6;
  height: 3.8em;
  margin-top: 0.6em;
}
.page-top[class] .pane-main section.top-newitem ul.block-thumbnail-t--items li.block-thumbnail-t--item .block-thumbnail-t--price {
  font-weight: 600;
  margin-top: 2px;
  font-size: 1.3em;
}
.page-top[class] .pane-main section.top-bnr-area {
  margin-top: 16px;
  padding: 0 3.8px;
}
.page-top[class] .pane-main section.top-bnr-area .--content {
  display: flex;
  gap: 60px;
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
.page-top[class] .pane-main section.top-bnr-area .--content li {
  width: 620px;
}
.page-top[class] .pane-main section.official-shop {
  background: #003686;
  color: #fff;
  background-size: cover;
  margin: 100px 0 0;
  padding: 75px 0 100px;
}
.page-top[class] .pane-main section.official-shop h2 {
  font-weight: 600;
  font-family: "Roboto", "Noto Sans JP";
  font-style: normal;
  text-align: center;
  line-height: 1.2;
  color: inherit;
  display: block;
}
.page-top[class] .pane-main section.official-shop h2 .p-top-tit-main,
.page-top[class] .pane-main section.official-shop h2 .p-top-tit-caption,
.page-top[class] .pane-main section.official-shop h2 .p-top-tit-sub {
  font-family: inherit;
  font-style: inherit;
  text-align: inherit;
  line-height: 1.2;
  display: block;
}
.page-top[class] .pane-main section.official-shop h2 .p-top-tit-main {
  letter-spacing: 0.04em;
  font-weight: 800;
}
.page-top[class] .pane-main section.official-shop h2 .p-top-tit-sub {
  font-size: 1.02em;
  margin-top: 0.62em;
}
.page-top[class] .pane-main section.official-shop h2 .p-top-tit-sub::before {
  content: "";
}
.page-top[class] .pane-main section.official-shop .shop-desc {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 49px;
  display: grid;
  grid-template-columns: 370px 400px 1fr;
  grid-gap: 0 20px;
  gap: 0 20px;
}
.page-top[class] .pane-main section.official-shop .shop-desc .-image {
  order: 2;
  border-radius: 5px;
  overflow: hidden;
  width: 400px;
  height: 300px;
}
.page-top[class] .pane-main section.official-shop .shop-desc .-map {
  order: 3;
  background-color: #f0f0f0;
}
.page-top[class] .pane-main section.official-shop .shop-desc .-map iframe {
  display: block;
  background-color: #038FE6;
  height: 300px !important;
  width: 100% !important;
  aspect-ratio: 79/30;
  margin: 0px;
  padding: 0px;
}
.page-top[class] .pane-main section.official-shop .shop-desc .-info {
  order: 1;
}
.page-top[class] .pane-main section.official-shop .shop-desc .-info .clubname {
  font-size: 2.8em;
  font-weight: 600;
  font-family: "Roboto", "Noto Sans JP";
  letter-spacing: 0.07em;
}
.page-top[class] .pane-main section.official-shop .shop-desc .-info .shop-detail {
  padding-right: 16px;
}
.page-top[class] .pane-main section.official-shop .shop-desc .-info .shop-detail .-name {
  font-weight: 600;
  font-size: 1.7em;
  margin-top: 18px;
  letter-spacing: 0.01em;
  line-height: 1.6;
}
.page-top[class] .pane-main section.official-shop .shop-desc .-info .shop-detail .-address,
.page-top[class] .pane-main section.official-shop .shop-desc .-info .shop-detail .-tel,
.page-top[class] .pane-main section.official-shop .shop-desc .-info .shop-detail .-ontime {
  font-size: 1.15em;
}
.page-top[class] .pane-main section.official-shop .shop-desc .-info .shop-detail .-address {
  margin-top: 20px;
}
.page-top[class] .pane-main section.official-shop .shop-desc .-info .shop-detail .-ontime {
  margin-top: 20px;
}

.constraint,
.required {
  display: block;
  box-sizing: border-box;
}

.constraint:empty:after,
.required:after {
  place-content: center;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  height: 23px;
  min-width: 43px;
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  border-radius: 0;
  line-height: 1;
}

.constraint:empty:after {
  content: "任意";
  background-color: #fff;
  border: 1px solid #b4b4b4;
  color: #969696;
}

.required:after {
  content: "必須";
  background-color: #e10101;
  border: 1px solid #e10101;
  color: #fff;
}

.modal-content .modal-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.modal-content .modal-footer input.btn {
  margin: 0;
}

.pane-topic-path .block-topic-path--list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
  margin: 0.5rem auto;
}

h1.block-event-page--header,
h1.block-category-list--header,
h1.block-genre-page--header,
h1.block-category-page--header {
  padding: 0;
  margin: 0.1em 0 0;
  padding: 10px 0;
  font-size: 2.5rem;
  color: #000000;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
}

.block-goods-list--sort-order-items {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-flow: row nowrap;
  margin: 0;
  padding: 0;
  gap: 9px;
}
.block-goods-list--sort-order-items > dt {
  margin: 0px;
  margin-right: 8px;
  font-size: 12px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
  font-size: 0.9rem;
  margin: 0;
  text-align: right;
}
.block-goods-list--sort-order-items > dd {
  position: relative;
  margin: 0px;
  padding: 0px;
  width: 130px;
}
.block-goods-list--sort-order-items .block-sort--header {
  font-size: 0.9em;
  padding: 0.25em 0.7em;
  height: 2.4rem;
}
.block-goods-list--sort-order-items .block-sort--header::after {
  content: "";
  display: block;
  top: 40%;
  right: 1rem;
  border: none;
  height: 0.6em;
  width: 0.6em;
  transform: rotate(45deg) translateY(-50%);
  background: #fff;
  box-shadow: 1px 1px 0 #000;
}
.block-goods-list--sort-order-items .block-goods-list--sort-order-items-list {
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
  display: none;
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 100%;
  background-color: #ffffff;
  left: 0;
  z-index: 2;
  opacity: 0;
  animation: sort_opner 300ms ease-out 0ms 1 normal forwards;
}
.block-goods-list--sort-order-items .block-goods-list--sort-order-items-list-current {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-flow: row wrap;
  position: relative;
  cursor: pointer;
  border: solid 1px #DEDEDE;
  background: #fff;
  font-size: 0.9rem;
  min-width: auto;
  width: 100%;
  border-radius: 3px;
  padding-left: 0.7em;
}
.block-goods-list--sort-order-items .block-goods-list--sort-order-items-list-current::after {
  content: "";
  position: absolute;
  top: 40%;
  right: 1rem;
  z-index: 2;
  margin: 0 auto;
  display: block;
  border: none;
  height: 0.6em;
  width: 0.6em;
  transform: rotate(45deg) translateY(-50%);
  background: #fff;
  box-shadow: 1px 1px 0 #000;
}
.block-goods-list--sort-order-items.is-active .block-sort--header::after {
  box-shadow: -1px -1px 0 #000;
  top: 50%;
}
.block-goods-list--sort-order-items.is-active .block-goods-list--sort-order-items-list {
  display: block;
}
.block-goods-list--sort-order-items.is-active .block-goods-list--sort-order-items-list-current::after {
  box-shadow: -1px -1px 0 #000;
  top: 50%;
}

html:has(body.page-couponlist,
body.page-bookmark,
body.page-backorder,
body.page-custdest,
body.page-alertgoods,
body.page-cart,
body.page-method,
body.page-estimate,
body.page-menu,
body.page-alert,
body.page-contact,
body.page-contactlist,
body.page-contactthanks,
body.page-contactdetail,
body.page-topic,
body.page-topicdetaillist,
body.page-search,
body.page-history,
body.page-historydetail,
body.page-questionnaireform,
body.page-questionnairecomplete,
body.page-goodsagree) .pane-main {
  padding-bottom: 50px;
}
html:has(body.page-couponlist,
body.page-bookmark,
body.page-backorder,
body.page-custdest,
body.page-alertgoods,
body.page-cart,
body.page-method,
body.page-estimate,
body.page-menu,
body.page-alert,
body.page-contact,
body.page-contactlist,
body.page-contactthanks,
body.page-contactdetail,
body.page-topic,
body.page-topicdetaillist,
body.page-search,
body.page-history,
body.page-historydetail,
body.page-questionnaireform,
body.page-questionnairecomplete,
body.page-goodsagree) .block-favorite--items .block-icon img,
html:has(body.page-couponlist,
body.page-bookmark,
body.page-backorder,
body.page-custdest,
body.page-alertgoods,
body.page-cart,
body.page-method,
body.page-estimate,
body.page-menu,
body.page-alert,
body.page-contact,
body.page-contactlist,
body.page-contactthanks,
body.page-contactdetail,
body.page-topic,
body.page-topicdetaillist,
body.page-search,
body.page-history,
body.page-historydetail,
body.page-questionnaireform,
body.page-questionnairecomplete,
body.page-goodsagree) .block-cart--goods-list .block-icon img,
html:has(body.page-couponlist,
body.page-bookmark,
body.page-backorder,
body.page-custdest,
body.page-alertgoods,
body.page-cart,
body.page-method,
body.page-estimate,
body.page-menu,
body.page-alert,
body.page-contact,
body.page-contactlist,
body.page-contactthanks,
body.page-contactdetail,
body.page-topic,
body.page-topicdetaillist,
body.page-search,
body.page-history,
body.page-historydetail,
body.page-questionnaireform,
body.page-questionnairecomplete,
body.page-goodsagree) .block-order-method--goods-list .block-icon img,
html:has(body.page-couponlist,
body.page-bookmark,
body.page-backorder,
body.page-custdest,
body.page-alertgoods,
body.page-cart,
body.page-method,
body.page-estimate,
body.page-menu,
body.page-alert,
body.page-contact,
body.page-contactlist,
body.page-contactthanks,
body.page-contactdetail,
body.page-topic,
body.page-topicdetaillist,
body.page-search,
body.page-history,
body.page-historydetail,
body.page-questionnaireform,
body.page-questionnairecomplete,
body.page-goodsagree) .block-bookmarkslider--item .block-icon img,
html:has(body.page-couponlist,
body.page-bookmark,
body.page-backorder,
body.page-custdest,
body.page-alertgoods,
body.page-cart,
body.page-method,
body.page-estimate,
body.page-menu,
body.page-alert,
body.page-contact,
body.page-contactlist,
body.page-contactthanks,
body.page-contactdetail,
body.page-topic,
body.page-topicdetaillist,
body.page-search,
body.page-history,
body.page-historydetail,
body.page-questionnaireform,
body.page-questionnairecomplete,
body.page-goodsagree) .block-order-estimate--goods-list .block-icon img {
  height: 1.6rem;
}
html:has(body.page-couponlist,
body.page-bookmark,
body.page-backorder,
body.page-custdest,
body.page-alertgoods,
body.page-cart,
body.page-method,
body.page-estimate,
body.page-menu,
body.page-alert,
body.page-contact,
body.page-contactlist,
body.page-contactthanks,
body.page-contactdetail,
body.page-topic,
body.page-topicdetaillist,
body.page-search,
body.page-history,
body.page-historydetail,
body.page-questionnaireform,
body.page-questionnairecomplete,
body.page-goodsagree) .block-topic-path {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
html:has(body.page-couponlist,
body.page-bookmark,
body.page-backorder,
body.page-custdest,
body.page-alertgoods,
body.page-cart,
body.page-method,
body.page-estimate,
body.page-menu,
body.page-alert,
body.page-contact,
body.page-contactlist,
body.page-contactthanks,
body.page-contactdetail,
body.page-topic,
body.page-topicdetaillist,
body.page-search,
body.page-history,
body.page-historydetail,
body.page-questionnaireform,
body.page-questionnairecomplete,
body.page-goodsagree) .pane-order-contents .container,
html:has(body.page-couponlist,
body.page-bookmark,
body.page-backorder,
body.page-custdest,
body.page-alertgoods,
body.page-cart,
body.page-method,
body.page-estimate,
body.page-menu,
body.page-alert,
body.page-contact,
body.page-contactlist,
body.page-contactthanks,
body.page-contactdetail,
body.page-topic,
body.page-topicdetaillist,
body.page-search,
body.page-history,
body.page-historydetail,
body.page-questionnaireform,
body.page-questionnairecomplete,
body.page-goodsagree) .pane-contents .container {
  max-width: 1200px;
}
html:has(body.page-couponlist,
body.page-bookmark,
body.page-backorder,
body.page-custdest,
body.page-alertgoods,
body.page-cart,
body.page-method,
body.page-estimate,
body.page-menu,
body.page-alert,
body.page-contact,
body.page-contactlist,
body.page-contactthanks,
body.page-contactdetail,
body.page-topic,
body.page-topicdetaillist,
body.page-search,
body.page-history,
body.page-historydetail,
body.page-questionnaireform,
body.page-questionnairecomplete,
body.page-goodsagree) .pane-order-contents .container-stretch,
html:has(body.page-couponlist,
body.page-bookmark,
body.page-backorder,
body.page-custdest,
body.page-alertgoods,
body.page-cart,
body.page-method,
body.page-estimate,
body.page-menu,
body.page-alert,
body.page-contact,
body.page-contactlist,
body.page-contactthanks,
body.page-contactdetail,
body.page-topic,
body.page-topicdetaillist,
body.page-search,
body.page-history,
body.page-historydetail,
body.page-questionnaireform,
body.page-questionnairecomplete,
body.page-goodsagree) .pane-contents .container-stretch {
  min-width: 1200px;
}
html:has(body.page-couponlist,
body.page-bookmark,
body.page-backorder,
body.page-custdest,
body.page-alertgoods,
body.page-cart,
body.page-method,
body.page-estimate,
body.page-menu,
body.page-alert,
body.page-contact,
body.page-contactlist,
body.page-contactthanks,
body.page-contactdetail,
body.page-topic,
body.page-topicdetaillist,
body.page-search,
body.page-history,
body.page-historydetail,
body.page-questionnaireform,
body.page-questionnairecomplete,
body.page-goodsagree) .pane-order-contents .block-recent-item,
html:has(body.page-couponlist,
body.page-bookmark,
body.page-backorder,
body.page-custdest,
body.page-alertgoods,
body.page-cart,
body.page-method,
body.page-estimate,
body.page-menu,
body.page-alert,
body.page-contact,
body.page-contactlist,
body.page-contactthanks,
body.page-contactdetail,
body.page-topic,
body.page-topicdetaillist,
body.page-search,
body.page-history,
body.page-historydetail,
body.page-questionnaireform,
body.page-questionnairecomplete,
body.page-goodsagree) .pane-contents .block-recent-item {
  box-shadow: 0 9600px 0 9600px #f1f2f4;
}
html:has(body.page-couponlist,
body.page-bookmark,
body.page-backorder,
body.page-custdest,
body.page-alertgoods,
body.page-cart,
body.page-method,
body.page-estimate,
body.page-menu,
body.page-alert,
body.page-contact,
body.page-contactlist,
body.page-contactthanks,
body.page-contactdetail,
body.page-topic,
body.page-topicdetaillist,
body.page-search,
body.page-history,
body.page-historydetail,
body.page-questionnaireform,
body.page-questionnairecomplete,
body.page-goodsagree) .pane-order-contents .form-group,
html:has(body.page-couponlist,
body.page-bookmark,
body.page-backorder,
body.page-custdest,
body.page-alertgoods,
body.page-cart,
body.page-method,
body.page-estimate,
body.page-menu,
body.page-alert,
body.page-contact,
body.page-contactlist,
body.page-contactthanks,
body.page-contactdetail,
body.page-topic,
body.page-topicdetaillist,
body.page-search,
body.page-history,
body.page-historydetail,
body.page-questionnaireform,
body.page-questionnairecomplete,
body.page-goodsagree) .pane-contents .form-group {
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
}
html:has(body.page-couponlist,
body.page-bookmark,
body.page-backorder,
body.page-custdest,
body.page-alertgoods,
body.page-cart,
body.page-method,
body.page-estimate,
body.page-menu,
body.page-alert,
body.page-contact,
body.page-contactlist,
body.page-contactthanks,
body.page-contactdetail,
body.page-topic,
body.page-topicdetaillist,
body.page-search,
body.page-history,
body.page-historydetail,
body.page-questionnaireform,
body.page-questionnairecomplete,
body.page-goodsagree) footer.pane-footer {
  background-color: #fff;
}

body.page-cart .block-cart--container .order-side-area-fixed,
body.page-cart .block-order-method--container .order-side-area-fixed,
body.page-cart .block-order-estimate--container .order-side-area-fixed,
body.page-method .block-cart--container .order-side-area-fixed,
body.page-method .block-order-method--container .order-side-area-fixed,
body.page-method .block-order-estimate--container .order-side-area-fixed,
body.page-estimate .block-cart--container .order-side-area-fixed,
body.page-estimate .block-order-method--container .order-side-area-fixed,
body.page-estimate .block-order-estimate--container .order-side-area-fixed {
  display: inline-block;
  position: fixed;
  top: 140px;
  z-index: 1;
}

body.page-cart .block-cart-recent-item {
  padding: 80px 0 40px;
  box-shadow: 0 9600px 0 9600px #f1f2f4;
  background-color: #f1f2f4;
}
body.page-backorder .block-arrival-notice-list--delete-item .btn,
body.page-bookmark .block-favorite--delete-item .btn {
  margin-right: 0;
  font-size: 0.8rem;
  padding: 0 1rem;
  line-height: 1;
  height: 2em;
  font-weight: 500;
  border-radius: 0;
}

body:not(.page-menu) .pane-main [class$="--customer-name"] {
  margin-top: 2rem;
  font-size: 18px;
}

body.page-menu .block-mypage--shopping-info-items,
body.page-menu .block-mypage--member-info-items,
body.page-menu .block-mypage--inquiry-info-items,
body.page-menu .block-mypage--snssync-info-items,
body.page-menu .block-mypage--linesync-info-items {
  grid-template-columns: repeat(3, 1fr);
}
body.page-menu .block-mypage h2 {
  border-bottom: solid 2px;
}

body.page-bookmark .block-favorite--form > form,
body.page-historydetail .block-purchase-history-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 0 20px;
}
body.page-bookmark .block-favorite--form > form > *:empty,
body.page-historydetail .block-purchase-history-detail > *:empty {
  display: none;
}
body.page-bookmark .block-favorite--form > form > .block-favorite--pager-top, body.page-bookmark .block-favorite--form > form > .block-favorite--bookmark-list, body.page-bookmark .block-favorite--form > form > .block-favorite--pager-bottom, body.page-bookmark .block-favorite--form > form > .block-purchase-history-detail--header, body.page-bookmark .block-favorite--form > form > .block-purchase-history-detail--customer-name, body.page-bookmark .block-favorite--form > form > .block-purchase-history-detail--company-name, body.page-bookmark .block-favorite--form > form > .block-purchase-history-detail--body,
body.page-historydetail .block-purchase-history-detail > .block-favorite--pager-top,
body.page-historydetail .block-purchase-history-detail > .block-favorite--bookmark-list,
body.page-historydetail .block-purchase-history-detail > .block-favorite--pager-bottom,
body.page-historydetail .block-purchase-history-detail > .block-purchase-history-detail--header,
body.page-historydetail .block-purchase-history-detail > .block-purchase-history-detail--customer-name,
body.page-historydetail .block-purchase-history-detail > .block-purchase-history-detail--company-name,
body.page-historydetail .block-purchase-history-detail > .block-purchase-history-detail--body {
  width: 100%;
}
body.page-bookmark .block-favorite--form > form .block-purchase-history-detail--order-info,
body.page-bookmark .block-favorite--form > form .block-purchase-history-detail--company-name,
body.page-historydetail .block-purchase-history-detail .block-purchase-history-detail--order-info,
body.page-historydetail .block-purchase-history-detail .block-purchase-history-detail--company-name {
  margin-top: 0;
}
body.page-bookmark .block-favorite--form > form .block-purchase-history-detail--requests-for-order,
body.page-bookmark .block-favorite--form > form .action-buttons,
body.page-historydetail .block-purchase-history-detail .block-purchase-history-detail--requests-for-order,
body.page-historydetail .block-purchase-history-detail .action-buttons {
  width: 300px;
}
body.page-bookmark .block-favorite--form > form .btn-default.block-purchase-history-detail--contact,
body.page-historydetail .block-purchase-history-detail .btn-default.block-purchase-history-detail--contact {
  background-color: #003686;
  border-color: #003686;
  color: #fff;
}

body.page-bookmark .pager {
  margin: 0 auto;
  padding: 0;
}
body.page-bookmark .block-favorite--description {
  position: relative;
}
body.page-bookmark .block-favorite--description .block-favorite--delete-item {
  position: absolute;
  bottom: 0;
  right: 0;
}
body.page-bookmark .block-favorite--add-to-cart .btn {
  font-size: 1rem;
}
body.page-bookmark .block-favorite--form form > p {
  width: 100%;
  margin: 1.5em auto;
}
body.page-bookmark .block-favorite--form form .action-buttons {
  display: inline-block;
  width: 300px;
  margin: 0 10px;
}
body.page-bookmark .block-favorite--form form .action-buttons a,
body.page-bookmark .block-favorite--form form .action-buttons input {
  width: 100%;
  height: 50px;
  transition: opacity 0.3s ease;
}
body.page-bookmark .block-favorite--form form .action-buttons a:hover,
body.page-bookmark .block-favorite--form form .action-buttons input:hover {
  opacity: 0.7;
}

body.page-questionnaireform .action-buttons,
body.page-questionnairecomplete .action-buttons,
body.page-goodsagree .action-buttons,
body.page-backorder .action-buttons,
body.page-search .action-buttons,
body.page-couponlist .action-buttons,
body.page-custdest .action-buttons,
body.page-contact .action-buttons,
body.page-contactlist .action-buttons,
body.page-contactthanks .action-buttons,
body.page-contactdetail .action-buttons,
body.page-history .action-buttons,
body.page-historydetail .action-buttons {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
body.page-questionnaireform .action-buttons a,
body.page-questionnaireform .action-buttons input,
body.page-questionnairecomplete .action-buttons a,
body.page-questionnairecomplete .action-buttons input,
body.page-goodsagree .action-buttons a,
body.page-goodsagree .action-buttons input,
body.page-backorder .action-buttons a,
body.page-backorder .action-buttons input,
body.page-search .action-buttons a,
body.page-search .action-buttons input,
body.page-couponlist .action-buttons a,
body.page-couponlist .action-buttons input,
body.page-custdest .action-buttons a,
body.page-custdest .action-buttons input,
body.page-contact .action-buttons a,
body.page-contact .action-buttons input,
body.page-contactlist .action-buttons a,
body.page-contactlist .action-buttons input,
body.page-contactthanks .action-buttons a,
body.page-contactthanks .action-buttons input,
body.page-contactdetail .action-buttons a,
body.page-contactdetail .action-buttons input,
body.page-history .action-buttons a,
body.page-history .action-buttons input,
body.page-historydetail .action-buttons a,
body.page-historydetail .action-buttons input {
  width: 300px;
  height: 50px;
}
body.page-questionnaireform .action-buttons .btn-default.block-search-goods--search-btn,
body.page-questionnairecomplete .action-buttons .btn-default.block-search-goods--search-btn,
body.page-goodsagree .action-buttons .btn-default.block-search-goods--search-btn,
body.page-backorder .action-buttons .btn-default.block-search-goods--search-btn,
body.page-search .action-buttons .btn-default.block-search-goods--search-btn,
body.page-couponlist .action-buttons .btn-default.block-search-goods--search-btn,
body.page-custdest .action-buttons .btn-default.block-search-goods--search-btn,
body.page-contact .action-buttons .btn-default.block-search-goods--search-btn,
body.page-contactlist .action-buttons .btn-default.block-search-goods--search-btn,
body.page-contactthanks .action-buttons .btn-default.block-search-goods--search-btn,
body.page-contactdetail .action-buttons .btn-default.block-search-goods--search-btn,
body.page-history .action-buttons .btn-default.block-search-goods--search-btn,
body.page-historydetail .action-buttons .btn-default.block-search-goods--search-btn {
  background-color: #003686;
  border-color: #003686;
  color: #fff;
}

body.page-questionnaireform .constraint,
body.page-questionnaireform .required {
  display: inline-block;
}
body.page-questionnaireform .block-questionnaire--confirmation-form .form-group {
  display: flex;
  place-items: center;
  box-shadow: inset 350px 0 0 0 #f6f6f6;
}
body.page-questionnaireform .block-questionnaire--confirmation-form .form-group > .form-label, body.page-questionnaireform .block-questionnaire--confirmation-form .form-group > .constraint, body.page-questionnaireform .block-questionnaire--confirmation-form .form-group > .form-control {
  display: block;
  height: 100%;
}
body.page-questionnaireform .block-questionnaire--confirmation-form .form-group > .form-control {
  width: calc(100% - 350px);
}
body.page-questionnaireform .block-questionnaire--freespace-bottom {
  margin-top: 50px;
}

body.page-history .status-order {
  width: 100%;
}

body.page-contact input.block-inquiry--forward {
  width: 300px;
  height: 50px;
  font-size: 14px;
}

body.page-historydetail .block-purchase-history-detail--proceed-status,
body.page-historydetail .status-order {
  width: 100%;
  height: 100%;
}

body.page-cart .btn-primary.block-cart--order-btn {
  border-color: #F0831E;
  background-color: #F0831E;
  color: #fff;
  border-radius: 5px;
}
body.page-cart .block-cart--procedure-container {
  background: transparent;
}
body.page-cart .block-cart--goods-list-item-input {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
}
body.page-cart .block-cart--goods-list-item-input input {
  margin: 0;
  font-weight: 500;
  font-size: 0.8rem;
  width: 100%;
  border-radius: 0;
}
body.page-cart .block-cart--goods-list-item-input .block-cart--goods-list-item-qty {
  margin: 0;
}
body.page-cart .block-cart--goods-list-item-input .block-cart--goods-list-item-calc {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

body.page-method .block-order-method--next-btn {
  border-color: #F0831E;
  background-color: #F0831E;
  color: #fff;
  border-radius: 5px;
}
body.page-method .btn-default.block-order-method--coupon-available-btn {
  border-radius: 0;
  padding: 4px 10px;
}
body.page-method .block-order-method--procedure-container {
  background: transparent;
}
body.page-method .block-order-method--dest-item-edit input {
  margin-right: 0;
}
body.page-method .block-order-method--coupon-content {
  display: flex;
  gap: 0.5rem;
  margin: 0;
  padding: 0 0 1rem;
  place-items: center;
}
body.page-method .block-order-method--coupon-content .block-order-method--coupon-available-btn {
  margin: 0;
}

body.page-estimate .block-order-estimate--procedure-container {
  background: transparent;
}
body.page-estimate .block-order-estimate--commit-btn {
  border-color: #F0831E;
  background-color: #F0831E;
  color: #fff;
  border-radius: 5px;
}
body.page-estimate .block-order-estimate--change-btn {
  border-radius: 0;
  font-size: 0.8em;
  font-weight: 500;
  display: inline-block;
  vertical-align: baseline;
  padding: 0;
}
body.page-estimate .block-order-estimate--commit {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0;
  padding: 0 0 1rem;
}