* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  line-height: 1;
}

body {
  color: #3f3f3f;
  line-height: 1 !important;
}

button {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

p {
  margin: 0;
}

[class*=" icon-"],
[class^="icon-"] {
  font-family: "feather" !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-display: block;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-grid-02:before {
  content: "\e903";
}

.icon-grid-03:before {
  content: "\e904";
}

.icon-grid-01:before {
  content: "\e902";
}

.icon-arrowLeft:before {
  content: "\e900";
}

.icon-arrowRight:before {
  content: "\e901";
}

.vue-slider-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.vue-slider-rail {
  background-color: #ccc;
  border-radius: 15px;
}

.vue-slider-process {
  background-color: #3498db;
  border-radius: 15px;
}

.vue-slider-mark {
  z-index: 4;
}

.vue-slider-mark:first-child .vue-slider-mark-step,
.vue-slider-mark:last-child .vue-slider-mark-step {
  display: none;
}

.vue-slider-mark-step {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.16);
}

.vue-slider-mark-label {
  font-size: 14px;
  white-space: nowrap;
}

.vue-slider-dot-handle {
  cursor: pointer;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0.5px 0.5px 2px 1px rgba(0, 0, 0, 0.32);
}

.vue-slider-dot-handle-focus {
  box-shadow: 0 0 1px 2px rgba(52, 152, 219, 0.36);
}

.vue-slider-dot-handle-disabled {
  cursor: not-allowed;
  background-color: #ccc;
}

.vue-slider-dot-tooltip-inner {
  font-size: 14px;
  white-space: nowrap;
  padding: 2px 5px;
  min-width: 20px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  border-color: #3498db;
  background-color: #3498db;
  box-sizing: content-box;
}

.vue-slider-dot-tooltip-inner:after {
  content: "";
  position: absolute;
}

.vue-slider-dot-tooltip-inner-top:after {
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: inherit;
}

.vue-slider-dot-tooltip-inner-bottom:after {
  bottom: 100%;
  left: 50%;
  transform: translate(-50%);
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-bottom-color: inherit;
}

.vue-slider-dot-tooltip-inner-left:after {
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-left-color: inherit;
}

.vue-slider-dot-tooltip-inner-right:after {
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-right-color: inherit;
}

.vue-slider-dot-tooltip-wrapper {
  opacity: 0;
  transition: all 0.3s;
}

.vue-slider-dot-tooltip-wrapper-show {
  opacity: 1;
}

.item[data-v-e1719572] {
  margin-bottom: 50px;
}

@media (max-width: 1000px) {
  .item[data-v-e1719572] {
    margin-bottom: 25px;
  }

  .item.-one[data-v-e1719572] {
    display: flex;
  }
}

.item__image[data-v-e1719572] {
  display: block;
}

.image-contents[data-v-e1719572] {
  position: relative;
  width: 174px;
  height: 174px;
  border-radius: 4px;
}

@media (max-width: 1000px) {
  .image-contents[data-v-e1719572] {
    width: auto;
    height: auto;
  }
}

.image-contents__image[data-v-e1719572] {
  width: 100%;
  height: 100%;
}

.image-contents__image.-coordinate[data-v-e1719572] {
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-contents__labels[data-v-e1719572] {
  position: absolute;
  left: 0;
  bottom: 0;
}

.labels__list[data-v-e1719572] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.labels__list__label[data-v-e1719572] {
  border-radius: 4px 4px 0 4px;
  color: #fff;
  font-size: 1.05rem;
  padding: 2px 4px;
  margin-top: 0.5px;
}

@media (max-width: 1000px) {
  .labels__list__label[data-v-e1719572] {
    font-size: 1rem;
    line-height: 1.1;
  }
}

.labels__list__label.-sale[data-v-e1719572] {
  background-color: #ff504e;
}

.labels__list__label.-coupon[data-v-e1719572] {
  color: #fff;
  background-color: #39be99;
}

.fav-button[data-v-e1719572] {
  position: absolute;
  top: 5px;
  right: 5px;
}

.fav-button__button[data-v-e1719572] {
  position: relative;
  padding: 0;
  border: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(63, 63, 63, 0.2);
  cursor: pointer;
}

.fav-button__button[data-v-e1719572]:focus {
  outline: 0;
}

.fav-button__icon[data-v-e1719572] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 12px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAcCAYAAAAAwr0iAAAAAXNSR0IArs4c6QAABCRJREFUSA3VlmtIk2EUx92mrmkNKrSrRUgXKDUCIwjJb0KEEVoU0xTFymKlQgUFYhBFRRlFVia5pmZZUXaj6Ar1IQpCpPBDGhGV2UWzy9LNS7+z3te2l9kWtaIDz87znPN/zvm/57ktJOQfi85X/uzs7Mk9PT35+ObTJtKc/f39T3U63QW9Xn/Ybre/9DWvpKQktKWlJaOvr28J/lm0kcx5i75Hs1VXV59He4kXAZLoMjMzi9GbQIV7IX8MvhJ0a1VV1XZ0v2rOysqa29vbe5S5U1SbVoO/HRoausxms71WfV4ELBaLHUemOAGf4mv3EbQxPDzcSEUS+bK1uFLEj9RHRkYuLi8vd2VkZCxnXEHyMPQrIUi7YjKZ2pxO5zhipOPbTIvE/py4SVTxuQQZIMCXbyDBDgAOgKtramqOCUAr4HLx76GZwdbir6N/Gm1gbOcL1/GFH7TzIDkV20mwCeAeRkREzBHybgI5OTlju7u7mwGYcOaxVhXaAJ5jKpXI+CZtKE2WQeJsh7Qs3aACiTEQeAxgOG0t+P16QVOmVShJfs1fcsEz8QHYpdJH6Opq/SUXILFbwRYokwpFuwmgFyjGvaIDEYJdYi03gq2nnHJiApLU1NQaSLylEpPYuNPdS0BpOjGY2WzRlZWVcmyCKizhFRKkQGShWgGTZGSnO4KaWQlOYnceKmhSCbwRX1hY2Ki/QYBqRyt53qgE2sTAeR3/NwhQgRglX5tKQK5KWYLUYBNgvyVQgQnkaecie+ImAKM6JfESuc+DTMIi8cl5Vi4iN4HY2Ng7GFqwx/CYrA8WAXnkiG2V+GxAm1vLD1/dB4E10qc8xcq1KcM/JuTQs8RHiD+EXNW8BXcluLoHQnjdrjI+LgB0fW5u7ggB/Clpbm7eRex5JH/PaStS4w4QUAz5AB4BnMrbcM5qtRpV4O9oLh4rMYuI7aL0Sz0vOy8C3OcfYTcfYCsTkjo6Ok5QusH+FwTEieW0EE+94ldS+uueE91XsadB+kySfzO3ICFP7uWoqKj00tLSr1qcvzFPdx4xDtH0xNnC+1GinWPQGmTc2NjYGhcXd4NuOi3e4XCkxMfHX8T+Wfz+hIQ61nwbeidYcvtOLnF8VkBNwLGJY+deJNAEgrxg/dIo4X3V70vz32IYz/sx5ixijpyuQjb4Pl9Ysf2UgAAgMdrlctXTnU1zErCAUh4Un1Yo+QwSn6FNAfcJ/zJ5trU4z7FfAgKW09De3r6fbp6MCV7Hf4AV3GSdMhZR1nsvySPwN9HS+PKm797BfwMioE4nSTYJDkgSbM9Ikm80Gps4sruxpQkOW63ZbF5RVlYW0H75JQKSgCWZxpLIn9GZMlaFxF/oWyl5pWoLRPs8BT+b2NDQ8C45OdnW1dXVQ1K52+Wv+FWDwSAll5Pzf8k3deTNWHxpJYIAAAAASUVORK5CYII=");
  background-size: contain;
  background-repeat: no-repeat;
}

.fav-button__icon.isActive[data-v-e1719572] {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAaCAYAAADWm14/AAAAAXNSR0IArs4c6QAAArxJREFUSA3FVs1rE0EUf2+zjWA/RKEbvWhFvVoqXvymCL2oIbUUhCJKPQhe/BdSL5568GgPxSrFQu02xot4KR5EULQoCoItWg8GKlqaaiFtzPjepPuV3Vk3YasDm5l57/d7v7dvZjIL8J8bBumLgYE2WF25CgLPAcJuELBE/SyANobT00+DOJZN9PaeAqhcIk4XcbZT/wVQPIKtrbdxfLxo4azel4DIZHqIcA+EMCyQt8c70NxyvTaYTPrXz1sA4rIXvzFDXKQXuoi53BO335OAOJ/uhgowQHeDfGPEBdCT3Tg5+Yl9or9/L5TXZijpPT6s11AGDXrQzM9YZjsBMZhuhR/4lsJ1WM7QHuEj6FuOSUy59IxKfSAUbzvxM+wQB3E0v8ImzbYv4VBkcSaxYLl0F9bXaLmiiktiB0itqrKsgMhmNXgzW1CvexUc2y/vh86uXZjNVqoV+PB65z8Tl0WgDc6a1KoJlBItsb1d1EDrTc1OArr+NSovNpymFTiWcwoy6WWat8UmEB6oiLn8NoY4pwDwRTgnTq+j5U5gLE6J8FhoazkJGIZJC/ItnBiDlzVYa6PZCeDIyCogXrMcm9aThtSqTYDnaD58QElMbKL4hNRwCdgVsG3tqSu0FC/teVwDjsmxa5p9DN12ut3a6XZ7Tv+O+9z2hseI83R7HqHb07fH/BUgFQnExGlajvmGRR3iHFCsIHGGBCbADjTNBSKeoOV4z/OGGuI70PSTMpYigDIBxhOxIO98hMcKvtrMHD15XMZQo9QVsDhUumVK4izNhy1bhH4YOg+dkdy/gAM3oYoj+jJ98LsySn7VnVGEhDaIU7kpVYxae10JMJlOyH76CrpPo8PeYPgKmpIX6K3nvPbwWegeCKJKASN1lE7IDXoW6flOC3kTjBQfs7rEg+LXZaNqJOTnXF0sL/gPGDrEegX94dIAAAAASUVORK5CYII=");
}

.summary[data-v-e1719572] {
  padding-top: 10px;
  color: #3f3f3f;
}

@media (max-width: 1000px) {
  .summary[data-v-e1719572] {
    padding-top: 9px;
  }
}

.summary__brand[data-v-e1719572] {
  line-height: 1.8;
  color: #a2a4a8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.summary__link__item-name[data-v-e1719572] {
  color: #3f3f3f;
  font-size: 1.2rem;
  line-height: 1.6;
}

@media (min-width: 1000px) {
  .summary__link__item-name[data-v-e1719572] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

@media (max-width: 1000px) {
  .summary__link__item-name[data-v-e1719572] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
}

.summary__price-info[data-v-e1719572] {
  line-height: 1.6;
}

.summary__price-info__yen[data-v-e1719572] {
  font-size: 1.1rem;
}

.summary__price-info__num[data-v-e1719572] {
  font-size: 1.6rem;
}

@media (min-width: 1000px) {
  .summary__rank[data-v-e1719572] {
    display: block !important;
  }
}

.rank[data-v-e1719572] {
  line-height: 2.2;
  color: #a2a4a8;
}

.rank[data-v-e1719572],
.rank__rating[data-v-e1719572] {
  display: flex;
  align-items: center;
}

.rank__rating[data-v-e1719572] {
  margin-right: 3px;
}

.rank__rating__star[data-v-e1719572] {
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
}

.rank__average-rating[data-v-e1719572] {
  margin-right: 3px;
}

p,
ul {
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
}

.itemSummaryList {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  list-style: none;
  flex-wrap: wrap;
}

.contentWrapper.recommendWrapper {
  padding-top: 50px;
}

@media (max-width: 979px) {
  .contentWrapper.recommendWrapper {
    padding-top: 25px;
  }
}

#m_soldout_recommend_sp .recommendWrapper .primaryLayout__section {
  border-top: none;
}

.recommendWrapper .itemSummaryList {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  list-style: none;
  flex-wrap: wrap;
}

@media (min-width: 980px) {
  .recommendWrapper .itemSummaryList > li {
    flex-basis: calc(25% - 10.5px);
    width: calc(25% - 10.5px);
    margin-right: 14px;
  }

  .recommendWrapper .itemSummaryList > li:nth-child(4n) {
    margin-right: 0;
  }
}

@media (max-width: 979px) {
  .recommendWrapper .itemSummaryList.column-3 > li {
    max-width: 32%;
    margin-right: 2%;
    margin-bottom: 10px;
    flex-basis: 32%;
  }
}

.recommendWrapper .itemSummaryList a {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

@media (max-width: 979px) {
  .recommendWrapper .itemSummaryList.column-3 > li:nth-child(3n) {
    margin-right: 0;
  }
}

.recommendWrapper .primaryLayout__title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.recommendWrapper .sectionTitle {
  font-size: 20px;
  line-height: 1.4;
}

.recommendWrapper .sectionSub .pic_counter {
  font-size: 13px;
}

.recommendWrapper .view_all__area {
  text-align: right;
  padding-right: 15px;
}

.recommendWrapper .view_all__link {
  color: #a6a6a6;
  font-size: 13px;
}

.recommendWrapper .view_all__link span:after {
  font-family: feather, sans-serif;
  font-size: 13px;
  content: "\e844";
  color: inherit;
}

.recommendWrapper .itemSummarySlider {
  position: relative;
}

.recommendWrapper .itemSummarySlider__list {
  position: relative;
  display: none;
  overflow: hidden;
  width: 100%;
  list-style: none;
}

.recommendWrapper
  .itemSummarySlider__listItem
  + .recommendWrapper
  .itemSummarySlider__listItem {
  margin-left: 2px;
}

.recommendWrapper .itemSummarySlider__list.slick-initialized {
  display: block;
}

.recommendWrapper .slick-list {
  overflow: hidden;
  min-width: 0;
  min-height: 0;
}

.slick-track {
  display: block;
  display: flex;
  overflow: hidden;
}

.mc_itemSummarySlider__list {
  display: flex;
  max-width: 100%;
  list-style: none;
  overflow-x: auto;
  width: 100%;
}

@media (min-width: 980px) {
  .mc_itemSummarySlider__list .itemSummarySlider__listItem {
    flex-basis: calc(25% - 10.5px);
    margin-right: 14px;
  }

  .mc_itemSummarySlider__list .itemSummarySlider__listItem:nth-child(4n) {
    margin-right: 0;
  }
}

@media (max-width: 979px) {
  .mc_itemSummarySlider__list .itemSummarySlider__listItem {
    max-width: 32%;
    min-width: 32%;
    margin-right: 2%;
    margin-bottom: 10px;
    flex-basis: 32%;
  }

  .mc_itemSummarySlider__list .itemSummarySlider__listItem:nth-child(3n) {
    margin-right: 0;
  }
}

.mc_itemSummarySlider__list .itemSummaryCard {
  width: 100px;
}

.mc_itemSummarySlider__list.p3 .itemSummaryCard {
  width: 145px;
}

.mc_itemSummarySlider__list a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.recommendWrapper .itemSummarySlider__arrow {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  pointer-events: none;
}

.recommendWrapper .itemSummarySlider__arrow:before {
  display: block;
  padding-top: 33%;
  content: "";
}

.recommendWrapper .itemSummarySlider__arrow.withLabel {
  margin-top: 30px;
}

.recommendWrapper .itemSummarySlider__arrowItem {
  position: absolute;
  top: 50%;
  display: inline-flex;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  pointer-events: all;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
}

.recommendWrapper .itemSummarySlider__arrowItem.as-prev {
  left: 0;
}

.recommendWrapper .itemSummarySlider__arrowItem.as-next {
  right: 0;
}

.recommendWrapper .itemSummarySlider__list a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.recommendWrapper .itemSummaryCard {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1 0 auto;
}

.recommendWrapper .itemSummaryCard__image {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.recommendWrapper .itemSummaryCard__image:before {
  display: block;
  padding-top: 100%;
  content: "";
}

.recommendWrapper .cordinate__listItem .itemSummaryCard__image:before {
  padding-top: 120%;
}

.recommendWrapper .trimImage img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  max-height: 100%;
  transform: translateX(-50%) translateY(-50%);
}

.recommendWrapper .add_favolit_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 5px;
  right: 5px;
  height: 30px;
  width: 30px;
  font-size: 21px;
  color: #a4a4a4;
  border-radius: 30px;
}

.recommendWrapper .add_favolit_btn.isActive {
  color: #ff1c6b;
}

.recommendWrapper .add_favolit_btn.isActive .feather:before {
  content: "\e90c";
}

.recommendWrapper .special_text_label_area {
  position: absolute;
  display: block;
  font-size: 10px;
  bottom: 0;
  left: 2px;
  line-height: 11px;
}

.recommendWrapper .special_text_label_area .special_text {
  border-radius: 0;
  padding: 1px 2px;
  display: inline-block;
}

.recommendWrapper .special_text_label_area .coupon_text {
  background-color: #5ac2f3;
  opacity: 0.8;
  color: #fff;
}

.recommendWrapper .special_text_label_area .sale_text {
  background-color: #ff47bf;
  opacity: 0.8;
  color: #fff;
}

.recommendWrapper .itemSummaryCard__button {
  position: absolute;
  right: 5px;
  bottom: 5px;
}

.recommendWrapper .itemSummaryCard__title {
  font-size: 10px;
  line-height: 1.4;
  margin-bottom: auto;
  padding: 1px 5px;
  overflow: hidden;
  width: 100%;
}

.recommendWrapper .itemSummaryCard__title span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.recommendWrapper .itemSummaryCard__brand {
  font-size: 10px;
  margin-bottom: 5px;
  padding: 0 5px;
  color: #ccc;
}

.recommendWrapper .itemSummaryCard__price {
  font-size: 10px;
  line-height: 1.3;
  padding: 1px 5px;
}

.recommendWrapper .itemSummaryCard__price.double_price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.recommendWrapper .itemSummaryCard__priceNumber {
  font-size: 12px;
  font-weight: 700;
}

.recommendWrapper .itemSummaryCard__priceNumber.sale_price {
  color: #ff1c6b;
}

.recommendWrapper .itemSummaryCard__priceNumber.base_price,
.recommendWrapper .itemSummaryCard__priceNumber.price_arrow {
  font-size: 10px;
  font-weight: 400;
}

.recommendWrapper .itemSummaryCard__priceNumber.off_late {
  font-size: 10px;
  color: #ff1c6b;
  font-weight: 400;
}

.recommendWrapper .expandListGroup__content {
  display: none;
}

.recommendWrapper .moreButton {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.recommendWrapper .moreButton.isOpen {
  color: #007adb;
}

.recommendWrapper .expandButton {
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 14px 15px;
  text-decoration: none;
  color: inherit;
  background: #f3f3f3;
}

.recommendWrapper .expandButton.theme-primary {
  border: 1px solid #444;
  border-radius: 3px;
  background: #fff;
}

.recommendWrapper .expandButton.isOpen:after {
  font-family: feather, sans-serif;
  content: "\e897";
}

.recommendWrapper .expandButton:after {
  font-family: feather, sans-serif;
  font-size: 16px;
  float: right;
  content: "\e8b1";
  color: #444;
}

.recommendWrapper .expandButton.size-small {
  font-size: 12px;
}

.recommendWrapper .expandMoreListGroup__content {
  display: none;
}

.recommendWrapper .expandMoreButton {
  display: none;
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
  padding: 14px 15px;
  text-decoration: none;
  color: inherit;
  background: #f3f3f3;
}

.recommendWrapper .expandMoreButton.theme-primary {
  border: 1px solid #444;
  border-radius: 3px;
  background: #fff;
}

.recommendWrapper .expandMoreButton.size-small {
  font-size: 12px;
}

.recommendWrapper .expandMoreButton:after {
  font-family: feather, sans-serif;
  font-size: 16px;
  float: right;
  content: "\e8b1";
  color: #444;
}

.recommendWrapper .expandMoreButton.link-style {
  border: none;
  margin-bottom: 10px;
  color: #a2a4a8;
}

.recommendWrapper .expandMoreButton.link-style:after {
  content: normal;
}

.recommendWrapper .expandMoreButton.isOpen:after {
  font-family: feather, sans-serif;
  content: "\e897";
}

.recommendModalOverlay {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.recommendModalOverlay.isWhite {
  background: hsla(0, 0%, 100%, 0.6);
}

.modalBox.recommendModal {
  position: fixed;
  z-index: 15;
  top: 30px;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
  background: #fff;
}

.recommendModal .modalBox__header {
  font-size: 14px;
  display: flex;
  height: 50px;
  padding: 15px;
  color: #fff;
  background: #444;
  align-items: center;
  justify-content: space-between;
}

.recommendModal .modalBox__headerClose {
  font-size: 12px;
}

.recommendModal .modalBox__body {
  position: fixed;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.recommendModal section {
  position: relative;
}

.recommendModal .primaryLayout__text {
  font-size: 14px;
  margin-bottom: 15px;
}

.recommendModal .generalText {
  font-size: 16px;
  line-height: 1.6;
}

.recommendModal .generalText .color-red {
  font-weight: 700;
  color: #ff1c6b;
}

.recommendModal .itemListCard {
  display: flex;
}

.recommendModal .itemListCard__image {
  width: 70px;
  min-width: 70px;
  height: 70px;
  margin-right: 10px;
}

.recommendModal .trimImage img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  max-height: 100%;
  transform: translateX(-50%) translateY(-50%);
}

.recommendModal .itemListCard__name {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.recommendModal .primaryLayout__block + .recommendModal .primaryLayout__block {
  margin-top: 25px;
}

.primaryLayout__block {
  padding-bottom: 30px;
}

.recommendModal .sectionTitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.recommendModal .recommendModalCloseBtn {
  border-top: 1px solid #ccc;
  padding: 30px 15px;
}

.recommendModal .primaryLayout__button {
  position: relative;
}

.recommendModal .solidButton {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  width: 100%;
  padding: 15px;
  text-align: center;
  color: #363636;
  border: 1px solid #1da1f1;
  border-radius: 3px;
  background: #fff;
  align-items: center;
  justify-content: center;
}

.recommendModal .solidButton.isPrimary {
  color: #fff;
  background: #1da1f1;
}

.recommendModal .solidButton.isClose {
  border: 1px solid #bcbcbc;
  font-weight: 400;
}

.recommendModal .solidButton.isLine {
  background: #00b900;
  border: 3px solid #00b900;
  color: #fff;
  height: 54px;
  font-size: 18px;
  padding: 5px 0;
  line-height: 44px;
  border-radius: 6px;
}

.recommendModal .solidButton.isLine:before {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url(https://voi.0101.co.jp/voi/wishlist/img/LINEicon.png);
  content: "";
  background-repeat: no-repeat;
  margin-left: 13%;
}

.recommendModal .solidButton.isMail {
  background: #666;
  border: 3px solid #666;
  color: #fff;
  height: 54px;
  font-size: 18px;
  padding: 5px 0;
  line-height: 44px;
  border-radius: 6px;
}

.recommendModal .solidButton.isMail:before {
  display: inline-block;
  position: absolute;
  top: 16px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url(https://voi.0101.co.jp/voi/wishlist/img/mailicon.png);
  content: "";
  background-repeat: no-repeat;
  margin-left: 13%;
}

.moreButton {
  font-size: 13px;
  background-color: unset;
  color: #007adb;
}

@font-face {
  font-family: "feather";
  src: url(/_nuxt/fonts/feather.931c9e7.eot);
  src: url(/_nuxt/fonts/feather.931c9e7.eot#iefix) format("embedded-opentype"),
    url(/_nuxt/fonts/feather.3d2fa2e.woff) format("woff"),
    url(/_nuxt/fonts/feather.6a750f0.ttf) format("truetype"),
    url(/_nuxt/img/feather.90f969d.svg#feather) format("svg");
}

.feather {
  font-family: "feather" !important;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-alert-octagon:before {
  content: "\e81b";
}

.icon-alert-circle:before {
  content: "\e81c";
}

.icon-activity:before {
  content: "\e81d";
}

.icon-alert-triangle:before {
  content: "\e81e";
}

.icon-align-center:before {
  content: "\e81f";
}

.icon-airplay:before {
  content: "\e820";
}

.icon-align-justify:before {
  content: "\e821";
}

.icon-align-left:before {
  content: "\e822";
}

.icon-align-right:before {
  content: "\e823";
}

.icon-arrow-down-left:before {
  content: "\e824";
}

.icon-arrow-down-right:before {
  content: "\e825";
}

.icon-anchor:before {
  content: "\e826";
}

.icon-aperture:before {
  content: "\e827";
}

.icon-arrow-left:before {
  content: "\e828";
}

.icon-arrow-right:before {
  content: "\e829";
}

.icon-arrow-down:before {
  content: "\e82a";
}

.icon-arrow-up-left:before {
  content: "\e82b";
}

.icon-arrow-up-right:before {
  content: "\e82c";
}

.icon-arrow-up:before {
  content: "\e82d";
}

.icon-award:before {
  content: "\e82e";
}

.icon-bar-chart:before {
  content: "\e82f";
}

.icon-at-sign:before {
  content: "\e830";
}

.icon-bar-chart-2:before {
  content: "\e831";
}

.icon-battery-charging:before {
  content: "\e832";
}

.icon-bell-off:before {
  content: "\e833";
}

.icon-battery:before {
  content: "\e834";
}

.icon-bluetooth:before {
  content: "\e835";
}

.icon-bell:before {
  content: "\e836";
}

.icon-book:before {
  content: "\e837";
}

.icon-briefcase:before {
  content: "\e838";
}

.icon-camera-off:before {
  content: "\e839";
}

.icon-calendar:before {
  content: "\e83a";
}

.icon-bookmark:before {
  content: "\e83b";
}

.icon-box:before {
  content: "\e83c";
}

.icon-camera:before {
  content: "\e83d";
}

.icon-check-circle:before {
  content: "\e83e";
}

.icon-check:before {
  content: "\e83f";
}

.icon-check-square:before {
  content: "\e840";
}

.icon-cast:before {
  content: "\e841";
}

.icon-chevron-down:before {
  content: "\e842";
}

.icon-chevron-left:before {
  content: "\e843";
}

.icon-chevron-right:before {
  content: "\e844";
}

.icon-chevron-up:before {
  content: "\e845";
}

.icon-chevrons-down:before {
  content: "\e846";
}

.icon-chevrons-right:before {
  content: "\e847";
}

.icon-chevrons-up:before {
  content: "\e848";
}

.icon-chevrons-left:before {
  content: "\e849";
}

.icon-circle:before {
  content: "\e84a";
}

.icon-clipboard:before {
  content: "\e84b";
}

.icon-chrome:before {
  content: "\e84c";
}

.icon-clock:before {
  content: "\e84d";
}

.icon-cloud-lightning:before {
  content: "\e84e";
}

.icon-cloud-drizzle:before {
  content: "\e84f";
}

.icon-cloud-rain:before {
  content: "\e850";
}

.icon-cloud-off:before {
  content: "\e851";
}

.icon-codepen:before {
  content: "\e852";
}

.icon-cloud-snow:before {
  content: "\e853";
}

.icon-compass:before {
  content: "\e854";
}

.icon-copy:before {
  content: "\e855";
}

.icon-corner-down-right:before {
  content: "\e856";
}

.icon-corner-down-left:before {
  content: "\e857";
}

.icon-corner-left-down:before {
  content: "\e858";
}

.icon-corner-left-up:before {
  content: "\e859";
}

.icon-corner-up-left:before {
  content: "\e85a";
}

.icon-corner-up-right:before {
  content: "\e85b";
}

.icon-corner-right-down:before {
  content: "\e85c";
}

.icon-corner-right-up:before {
  content: "\e85d";
}

.icon-cpu:before {
  content: "\e85e";
}

.icon-credit-card:before {
  content: "\e85f";
}

.icon-crosshair:before {
  content: "\e860";
}

.icon-disc:before {
  content: "\e861";
}

.icon-delete:before {
  content: "\e862";
}

.icon-download-cloud:before {
  content: "\e863";
}

.icon-download:before {
  content: "\e864";
}

.icon-droplet:before {
  content: "\e865";
}

.icon-edit-2:before {
  content: "\e866";
}

.icon-edit:before {
  content: "\e867";
}

.icon-edit-1:before {
  content: "\e868";
}

.icon-external-link:before {
  content: "\e869";
}

.icon-eye:before {
  content: "\e86a";
}

.icon-feather:before {
  content: "\e86b";
}

.icon-facebook:before {
  content: "\e86c";
}

.icon-file-minus:before {
  content: "\e86d";
}

.icon-eye-off:before {
  content: "\e86e";
}

.icon-fast-forward:before {
  content: "\e86f";
}

.icon-file-text:before {
  content: "\e870";
}

.icon-film:before {
  content: "\e871";
}

.icon-file:before {
  content: "\e872";
}

.icon-file-plus:before {
  content: "\e873";
}

.icon-folder:before {
  content: "\e874";
}

.icon-filter:before {
  content: "\e875";
}

.icon-flag:before {
  content: "\e876";
}

.icon-globe:before {
  content: "\e877";
}

.icon-grid:before {
  content: "\e878";
}

.icon-heart:before {
  content: "\e879";
}

.icon-home:before {
  content: "\e87a";
}

.icon-github:before {
  content: "\e87b";
}

.icon-image:before {
  content: "\e87c";
}

.icon-inbox:before {
  content: "\e87d";
}

.icon-layers:before {
  content: "\e87e";
}

.icon-info:before {
  content: "\e87f";
}

.icon-instagram:before {
  content: "\e880";
}

.icon-layout:before {
  content: "\e881";
}

.icon-link-2:before {
  content: "\e882";
}

.icon-life-buoy:before {
  content: "\e883";
}

.icon-link:before {
  content: "\e884";
}

.icon-log-in:before {
  content: "\e885";
}

.icon-list:before {
  content: "\e886";
}

.icon-lock:before {
  content: "\e887";
}

.icon-log-out:before {
  content: "\e888";
}

.icon-loader:before {
  content: "\e889";
}

.icon-mail:before {
  content: "\e88a";
}

.icon-maximize-2:before {
  content: "\e88b";
}

.icon-map:before {
  content: "\e88c";
}

.icon-map-pin:before {
  content: "\e88e";
}

.icon-menu:before {
  content: "\e88f";
}

.icon-message-circle:before {
  content: "\e890";
}

.icon-message-square:before {
  content: "\e891";
}

.icon-minimize-2:before {
  content: "\e892";
}

.icon-mic-off:before {
  content: "\e893";
}

.icon-minus-circle:before {
  content: "\e894";
}

.icon-mic:before {
  content: "\e895";
}

.icon-minus-square:before {
  content: "\e896";
}

.icon-minus:before {
  content: "\e897";
}

.icon-moon:before {
  content: "\e898";
}

.icon-monitor:before {
  content: "\e899";
}

.icon-more-vertical:before {
  content: "\e89a";
}

.icon-more-horizontal:before {
  content: "\e89b";
}

.icon-move:before {
  content: "\e89c";
}

.icon-music:before {
  content: "\e89d";
}

.icon-navigation-2:before {
  content: "\e89e";
}

.icon-navigation:before {
  content: "\e89f";
}

.icon-octagon:before {
  content: "\e8a0";
}

.icon-package:before {
  content: "\e8a1";
}

.icon-pause-circle:before {
  content: "\e8a2";
}

.icon-pause:before {
  content: "\e8a3";
}

.icon-percent:before {
  content: "\e8a4";
}

.icon-phone-call:before {
  content: "\e8a5";
}

.icon-phone-forwarded:before {
  content: "\e8a6";
}

.icon-phone-missed:before {
  content: "\e8a7";
}

.icon-phone-off:before {
  content: "\e8a8";
}

.icon-phone-incoming:before {
  content: "\e8a9";
}

.icon-phone:before {
  content: "\e8aa";
}

.icon-phone-outgoing:before {
  content: "\e8ab";
}

.icon-pie-chart:before {
  content: "\e8ac";
}

.icon-play-circle:before {
  content: "\e8ad";
}

.icon-play:before {
  content: "\e8ae";
}

.icon-plus-square:before {
  content: "\e8af";
}

.icon-plus-circle:before {
  content: "\e8b0";
}

.icon-plus:before {
  content: "\e8b1";
}

.icon-pocket:before {
  content: "\e8b2";
}

.icon-printer:before {
  content: "\e8b3";
}

.icon-power:before {
  content: "\e8b4";
}

.icon-radio:before {
  content: "\e8b5";
}

.icon-repeat:before {
  content: "\e8b6";
}

.icon-refresh-ccw:before {
  content: "\e8b7";
}

.icon-rewind:before {
  content: "\e8b8";
}

.icon-rotate-ccw:before {
  content: "\e8b9";
}

.icon-refresh-cw:before {
  content: "\e8ba";
}

.icon-rotate-cw:before {
  content: "\e8bb";
}

.icon-save:before {
  content: "\e8bc";
}

.icon-search:before {
  content: "\e8bd";
}

.icon-server:before {
  content: "\e8be";
}

.icon-scissors:before {
  content: "\e8bf";
}

.icon-share-2:before {
  content: "\e8c0";
}

.icon-share:before {
  content: "\e8c1";
}

.icon-shield:before {
  content: "\e8c2";
}

.icon-settings:before {
  content: "\e8c3";
}

.icon-skip-back:before {
  content: "\e8c4";
}

.icon-shuffle:before {
  content: "\e8c5";
}

.icon-sidebar:before {
  content: "\e8c6";
}

.icon-skip-forward:before {
  content: "\e8c7";
}

.icon-slack:before {
  content: "\e8c8";
}

.icon-slash:before {
  content: "\e8c9";
}

.icon-smartphone:before {
  content: "\e8ca";
}

.icon-square:before {
  content: "\e8cb";
}

.icon-speaker:before {
  content: "\e8cc";
}

.icon-star:before {
  content: "\e8cd";
}

.icon-stop-circle:before {
  content: "\e8ce";
}

.icon-sun:before {
  content: "\e8cf";
}

.icon-sunrise:before {
  content: "\e8d0";
}

.icon-tablet:before {
  content: "\e8d1";
}

.icon-tag:before {
  content: "\e8d2";
}

.icon-sunset:before {
  content: "\e8d3";
}

.icon-target:before {
  content: "\e8d4";
}

.icon-thermometer:before {
  content: "\e8d5";
}

.icon-thumbs-up:before {
  content: "\e8d6";
}

.icon-thumbs-down:before {
  content: "\e8d7";
}

.icon-toggle-left:before {
  content: "\e8d8";
}

.icon-toggle-right:before {
  content: "\e8d9";
}

.icon-trash-2:before {
  content: "\e8da";
}

.icon-trash:before {
  content: "\e8db";
}

.icon-trending-up:before {
  content: "\e8dc";
}

.icon-trending-down:before {
  content: "\e8dd";
}

.icon-triangle:before {
  content: "\e8de";
}

.icon-type:before {
  content: "\e8df";
}

.icon-twitter:before {
  content: "\e8e0";
}

.icon-upload:before {
  content: "\e8e1";
}

.icon-umbrella:before {
  content: "\e8e2";
}

.icon-upload-cloud:before {
  content: "\e8e3";
}

.icon-unlock:before {
  content: "\e8e4";
}

.icon-user-check:before {
  content: "\e8e5";
}

.icon-user-minus:before {
  content: "\e8e6";
}

.icon-user-plus:before {
  content: "\e8e7";
}

.icon-user-x:before {
  content: "\e8e8";
}

.icon-user:before {
  content: "\e8e9";
}

.icon-users:before {
  content: "\e8ea";
}

.icon-video-off:before {
  content: "\e8eb";
}

.icon-video:before {
  content: "\e8ec";
}

.icon-voicemail:before {
  content: "\e8ed";
}

.icon-volume-x:before {
  content: "\e8ee";
}

.icon-volume-2:before {
  content: "\e8ef";
}

.icon-volume-1:before {
  content: "\e8f0";
}

.icon-volume:before {
  content: "\e8f1";
}

.icon-watch:before {
  content: "\e8f2";
}

.icon-wifi:before {
  content: "\e8f3";
}

.icon-x-square:before {
  content: "\e8f4";
}

.icon-wind:before {
  content: "\e8f5";
}

.icon-x:before {
  content: "\e8f6";
}

.icon-x-circle:before {
  content: "\e8f7";
}

.icon-zap:before {
  content: "\e8f8";
}

.icon-zoom-in:before {
  content: "\e8f9";
}

.icon-zoom-out:before {
  content: "\e8fa";
}

.icon-command:before {
  content: "\e8fb";
}

.icon-cloud:before {
  content: "\e8fc";
}

.icon-hash:before {
  content: "\e8fd";
}

.icon-headphones:before {
  content: "\e8fe";
}

.icon-underline:before {
  content: "\e8ff";
}

.icon-italic:before {
  content: "\e900";
}

.icon-bold:before {
  content: "\e901";
}

.icon-crop:before {
  content: "\e902";
}

.icon-help-circle:before {
  content: "\e903";
}

.icon-paperclip:before {
  content: "\e904";
}

.icon-shopping-cart:before {
  content: "\e905";
}

.icon-tv:before {
  content: "\e906";
}

.icon-wifi-off:before {
  content: "\e907";
}

.icon-minimize:before {
  content: "\e88d";
}

.icon-maximize:before {
  content: "\e908";
}

.icon-gitlab:before {
  content: "\e909";
}

.icon-sliders:before {
  content: "\e90a";
}

.icon-star-on:before {
  content: "\e90b";
}

.icon-heart-on:before {
  content: "\e90c";
}

.icon-archive:before {
  content: "\e90d";
}

.icon-arrow-down-circle:before {
  content: "\e90e";
}

.icon-arrow-up-circle:before {
  content: "\e90f";
}

.icon-arrow-left-circle:before {
  content: "\e910";
}

.icon-arrow-right-circle:before {
  content: "\e911";
}

.icon-bar-chart-line-:before {
  content: "\e912";
}

.icon-bar-chart-line:before {
  content: "\e913";
}

.icon-book-open:before {
  content: "\e914";
}

.icon-code:before {
  content: "\e915";
}

.icon-database:before {
  content: "\e916";
}

.icon-dollar-sign:before {
  content: "\e917";
}

.icon-folder-plus:before {
  content: "\e918";
}

.icon-gift:before {
  content: "\e919";
}

.icon-folder-minus:before {
  content: "\e91a";
}

.icon-git-commit:before {
  content: "\e91b";
}

.icon-git-branch:before {
  content: "\e91c";
}

.icon-git-pull-request:before {
  content: "\e91d";
}

.icon-git-merge:before {
  content: "\e91e";
}

.icon-linkedin:before {
  content: "\e91f";
}

.icon-hard-drive:before {
  content: "\e920";
}

.icon-more-vertical-:before {
  content: "\e921";
}

.icon-more-horizontal-:before {
  content: "\e922";
}

.icon-rss:before {
  content: "\e923";
}

.icon-send:before {
  content: "\e924";
}

.icon-shield-off:before {
  content: "\e925";
}

.icon-shopping-bag:before {
  content: "\e926";
}

.icon-terminal:before {
  content: "\e927";
}

.icon-truck:before {
  content: "\e928";
}

.icon-zap-off:before {
  content: "\e929";
}

.icon-youtube:before {
  content: "\e92a";
}

body {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

img {
  height: auto;
  max-width: 100%;
}

*,
:after,
:before {
  box-sizing: inherit;
}

.button,
.file-cta,
.file-name,
.input,
.select select,
.textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding: calc(0.375em - 1px) calc(0.625em - 1px);
  position: relative;
  vertical-align: top;
}

.button,
.delete,
.file,
.is-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.button {
  background-color: #fff;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding: calc(0.375em - 1px) 0.75em;
  text-align: center;
  white-space: nowrap;
}

.button.is-primary {
  background-color: #1da1f2;
}

.button.is-link,
.button.is-primary {
  border-color: transparent;
  color: #fff;
}

.button.is-link {
  background-color: #3273dc;
}

.button.is-info {
  background-color: #00d1b2;
}

.button.is-info,
.button.is-success {
  border-color: transparent;
  color: #fff;
}

.button.is-success {
  background-color: #23d160;
}

.button.is-warning {
  background-color: #ffdd57;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-danger {
  background-color: #ff3860;
  border-color: transparent;
  color: #fff;
}

#m_Box,
.mc_pc-footer-wrapper,
.mc_pc-header-wrapper,
.mc_sp-footer-wrapper,
.mc_sp-header-wrapper {
  background-color: #fff;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #4a4a4a;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Meiryo,
    Hiragino Kaku Gothic Pro W3, Hiragino Kaku Gothic ProN, Arial, sans-serif;
}

[dir="ltr"] #m_Box ul,
[dir="ltr"] .mc_pc-footer-wrapper ul,
[dir="ltr"] .mc_pc-header-wrapper ul,
[dir="ltr"] .mc_sp-footer-wrapper ul,
[dir="ltr"] .mc_sp-header-wrapper ul,
[dir="ltr"] p {
  margin-left: 0;
}

[dir="ltr"] #m_Box ul,
[dir="ltr"] .mc_pc-footer-wrapper ul,
[dir="ltr"] .mc_pc-header-wrapper ul,
[dir="ltr"] .mc_sp-footer-wrapper ul,
[dir="ltr"] .mc_sp-header-wrapper ul,
[dir="ltr"] p,
[dir="rtl"] #m_Box ul,
[dir="rtl"] .mc_pc-footer-wrapper ul,
[dir="rtl"] .mc_pc-header-wrapper ul,
[dir="rtl"] .mc_sp-footer-wrapper ul,
[dir="rtl"] .mc_sp-header-wrapper ul,
[dir="rtl"] p {
  margin-right: 0;
}

[dir="rtl"] #m_Box ul,
[dir="rtl"] .mc_pc-footer-wrapper ul,
[dir="rtl"] .mc_pc-header-wrapper ul,
[dir="rtl"] .mc_sp-footer-wrapper ul,
[dir="rtl"] .mc_sp-header-wrapper ul,
[dir="rtl"] p {
  margin-left: 0;
}

[dir="ltr"] #m_Box ul,
[dir="ltr"] .mc_pc-footer-wrapper ul,
[dir="ltr"] .mc_pc-header-wrapper ul,
[dir="ltr"] .mc_sp-footer-wrapper ul,
[dir="ltr"] .mc_sp-header-wrapper ul,
[dir="ltr"] p {
  padding-left: 0;
}

[dir="rtl"] #m_Box ul,
[dir="rtl"] .mc_pc-footer-wrapper ul,
[dir="rtl"] .mc_pc-header-wrapper ul,
[dir="rtl"] .mc_sp-footer-wrapper ul,
[dir="rtl"] .mc_sp-header-wrapper ul,
[dir="rtl"] p {
  padding-right: 0;
}

#m_Box ul,
.mc_pc-footer-wrapper ul,
.mc_pc-header-wrapper ul,
.mc_sp-footer-wrapper ul,
.mc_sp-header-wrapper ul,
p {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
}

#m_Box ul li,
#m_Box ul li a {
  text-decoration: none;
}

.mc_pc-footer-wrapper,
.mc_pc-header-wrapper {
  display: none;
}

.mc_sp-footer-wrapper,
.mc_sp-header-wrapper {
  display: block;
}

.cfx:after,
.clearfix:after,
.r-cfx:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

.r-cfx {
  display: block;
  min-height: 1%;
}

.clear {
  clear: both;
}

@media screen and (min-width: 980px) {
  .mc_sp-footer-wrapper,
  .mc_sp-header-wrapper {
    display: none !important;
  }

  .mc_pc-footer-wrapper,
  .mc_pc-header-wrapper {
    display: block !important;
  }
}

#r-headerarea #r-upperLayer #r-voilogo a,
#r-headerarea #r-upperLayer .r-btn-header li a,
#r-headerarea #r-upperLayer .r-extlink1 .r-mylist #r-bigginer a {
  background-image: url(https://voi.0101.co.jp/voi/content/dam/01/commonpage/pc/header_img_1606.png);
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
}

#r-headerarea {
  color: #333;
  font-size: 10px;
  line-height: 1.4;
  margin: 0 auto 7px;
  padding: 0;
  text-align: left;
  width: 950px;
}

#r-headerarea.r-logininfo {
  margin: 0 auto;
}

#r-headerarea dd,
#r-headerarea div,
#r-headerarea dl,
#r-headerarea dt,
#r-headerarea form,
#r-headerarea li,
#r-headerarea ol,
#r-headerarea p,
#r-headerarea ul {
  margin: 0;
  padding: 0;
}

#r-headerarea li,
#r-headerarea ol,
#r-headerarea ul {
  list-style: none;
}

#r-headerarea a:active,
#r-headerarea a:link,
#r-headerarea a:visited {
  color: #333;
  text-decoration: none;
}

#r-headerarea a:hover {
  color: #d20000;
  text-decoration: none;
}

#r-headerarea a.r-linkbl:active,
#r-headerarea a.r-linkbl:link,
#r-headerarea a.r-linkbl:visited {
  text-decoration: none;
}

#r-headerarea a.r-linkbl:hover {
  padding-bottom: 1px;
  text-decoration: underline;
}

#r-headerarea a.r-linkbl2:active,
#r-headerarea a.r-linkbl2:link,
#r-headerarea a.r-linkbl2:visited {
  color: #036;
  font-weight: 700;
  text-decoration: none;
}

#r-headerarea a.r-linkbl2:hover {
  padding-bottom: 1px;
  text-decoration: underline;
}

#r-headerarea a.r-linkrd:active,
#r-headerarea a.r-linkrd:hover,
#r-headerarea a.r-linkrd:link,
#r-headerarea a.r-linkrd:visited {
  color: #d20000;
  text-decoration: none;
}

#r-headerarea #r-upperLayer {
  height: auto;
  position: relative;
}

#r-headerarea #r-upperLayer #r-voilogo {
  float: left;
  padding-bottom: 15px;
  padding-top: 19px;
  width: 227px;
}

#r-headerarea #r-upperLayer #r-voilogo a {
  background-position: 0 -177px;
  height: 33px;
  overflow: hidden;
  width: 227px;
}

#r-headerarea #r-upperLayer .r-extlink1 {
  float: right;
  width: 696px;
}

#r-headerarea #r-upperLayer .r-extlink1 a.r-under:link {
  text-decoration: underline;
  padding-bottom: 1px\9;
}

#r-headerarea #r-upperLayer .r-extlink1 .r-inner-extlink1 {
  padding-top: 12px;
}

#r-headerarea #r-upperLayer .r-inner-userlink {
  float: right;
  margin-top: 12px;
  width: 494px;
}

#r-headerarea #r-upperLayer .r-btn-header {
  float: left;
  margin-top: 12px;
  width: 201px;
}

#r-headerarea #r-upperLayer .r-btn-header li {
  float: left;
  height: 50px;
}

#r-headerarea #r-upperLayer .r-btn-header li a {
  height: 50px;
}

#r-headerarea #r-upperLayer .r-btn-coordinate {
  width: 100px;
}

#r-headerarea #r-upperLayer .r-btn-coordinate a {
  background-position: -1079px -261px;
  width: 100px;
}

#r-headerarea #r-upperLayer .r-btn-coordinate a:hover {
  background-position: -1079px -311px;
}

#r-headerarea #r-upperLayer .r-btn-ranking {
  width: 101px;
}

#r-headerarea #r-upperLayer .r-btn-ranking a {
  background-position: -1179px -261px;
  width: 101px;
}

#r-headerarea #r-upperLayer .r-btn-ranking a:hover {
  background-position: -1179px -311px;
}

#r-headerarea #r-upperLayer .r-extlink1 .r-mylist {
  float: right;
}

#r-headerarea #r-upperLayer .r-extlink1 .r-mylist li {
  float: left;
  height: 23px;
  text-align: right;
}

#r-headerarea #r-upperLayer .r-extlink1 .r-mylist #r-mypage {
  font-size: 12px;
  width: 254px;
}

#r-headerarea #r-upperLayer .r-extlink1 .r-mylist #r-mypage a {
  line-height: 14px;
}

#r-headerarea #r-upperLayer .r-extlink1 .r-mylist #r-mypage .r-fontb {
  font-weight: 700;
}

[dir="ltr"] #r-headerarea #r-upperLayer .r-extlink1 .r-mylist #r-bigginer {
  text-align: left;
}

[dir="rtl"] #r-headerarea #r-upperLayer .r-extlink1 .r-mylist #r-bigginer {
  text-align: right;
}

#r-headerarea #r-upperLayer .r-extlink1 .r-mylist #r-bigginer {
  margin-left: 25px;
  width: 82px;
}

#r-headerarea #r-upperLayer .r-extlink1 .r-mylist #r-bigginer a {
  background-position: -1102px -170px;
  height: 23px;
  overflow: hidden;
  text-align: justify;
  width: 82px;
}

#r-headerarea #r-upperLayer .r-extlink1 .r-mylist #r-eposp p,
#r-headerarea #r-upperLayer .r-extlink1 .r-mylist #r-webcoupon p {
  text-align: right;
}

#r-headerarea #r-upperLayer .r-extlink1 .r-mylist #r-bigginer a:hover {
  background-position: -1191px -170px;
}

#r-headerarea #r-upperLayer .r-extlink1 .r-mylist #r-eposp,
#r-headerarea #r-upperLayer .r-extlink1 .r-mylist #r-webcoupon {
  display: inline;
  padding-left: 10px;
}

#r-headerarea #r-upperLayer .r-extlink1 .r-mylist #r-eposp .r-num,
#r-headerarea #r-upperLayer .r-extlink1 .r-mylist #r-webcoupon .r-num {
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

#r-headerarea #r-upperLayer .r-extlink1 .r-mylist #r-eposp {
  color: #e61f22;
  height: 14px;
}

#r-headerarea #r-upperLayer .r-extlink1 .r-mylist #r-webcoupon {
  color: #ff6508;
  height: 14px;
}

#r-headerarea #r-upperLayer .r-extlink1 .r-seclist #r-user-cart a,
#r-headerarea #r-upperLayer .r-extlink1 .r-seclist #r-user-favorite a .r-btnblk,
#r-headerarea #r-upperLayer .r-extlink1 .r-seclist #r-user-guidelink a,
#r-headerarea #r-upperLayer .r-extlink1 .r-seclist #r-user-history a,
#r-headerarea #r-upperLayer .r-extlink1 .r-seclist #r-user-mypage a {
  height: 23px;
  background-image: url(https://voi.0101.co.jp/voi/content/dam/01/commonpage/pc/header_img_1606.png);
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
}

#r-headerarea #r-upperLayer .r-extlink1 .r-mylist #r-webcoupon.r-att .r-num {
  background-image: url(https://voi.0101.co.jp/voi/content/dam/01/commonpage/pc/header_img_1606.png);
  background-position: -1102px -228px;
  background-repeat: no-repeat;
  display: inline-block;
  padding-left: 15px;
}

#r-headerarea #r-upperLayer .r-extlink1 .r-mylist #r-eposp img,
#r-headerarea #r-upperLayer .r-extlink1 .r-mylist #r-webcoupon img {
  vertical-align: bottom;
}

#r-headerarea #r-upperLayer .r-extlink1 .r-seclist {
  float: right;
}

#r-headerarea #r-upperLayer .r-extlink1 .r-seclist li {
  float: left;
  font-size: 12px;
  margin-left: 20px;
}

#r-headerarea #r-upperLayer .r-extlink1 .r-seclist #r-user-mypage {
  width: 89px;
}

#r-headerarea #r-upperLayer .r-extlink1 .r-seclist #r-user-mypage a {
  background-position: -1102px -30px;
  display: block;
  width: 89px;
}

#r-headerarea #r-upperLayer .r-extlink1 .r-seclist #r-user-mypage a:hover {
  background-position: -1191px -30px;
}

#r-headerarea #r-upperLayer .r-extlink1 .r-seclist #r-user-cart {
  width: 51px;
}

#r-headerarea #r-upperLayer .r-extlink1 .r-seclist #r-user-cart a {
  background-position: -1102px -140px;
  display: block;
  width: 51px;
}

#r-headerarea #r-upperLayer .r-extlink1 .r-seclist #r-user-cart a:hover {
  background-position: -1191px -140px;
}

#r-headerarea #r-upperLayer .r-extlink1 .r-seclist #r-user-favorite {
  overflow: hidden;
  width: 73px;
}

#r-headerarea #r-upperLayer .r-extlink1 .r-seclist #r-user-favorite.r-login {
  overflow: hidden;
  width: 108px;
}

#r-headerarea
  #r-upperLayer
  .r-extlink1
  .r-seclist
  #r-user-favorite
  a
  .r-btnblk {
  background-position: -1102px -115px;
  display: block;
  float: left;
  width: 73px;
}

#r-headerarea
  #r-upperLayer
  .r-extlink1
  .r-seclist
  #r-user-favorite
  a:hover
  .r-btnblk {
  background-position: -1191px -115px;
}

#r-headerarea
  #r-upperLayer
  .r-extlink1
  .r-seclist
  #r-user-favorite
  .r-countblk {
  display: block;
  float: right;
  font-size: 10px;
  line-height: 23px;
  width: 30px;
}

#r-headerarea #r-upperLayer .r-extlink1 .r-seclist #r-user-history {
  width: 65px;
}

#r-headerarea #r-upperLayer .r-extlink1 .r-seclist #r-user-history a {
  background-position: -1102px -90px;
  display: block;
  width: 65px;
}

#r-headerarea #r-upperLayer .r-extlink1 .r-seclist #r-user-history a:hover {
  background-position: -1191px -90px;
}

#r-headerarea #r-upperLayer .r-extlink1 .r-seclist #r-user-guidelink {
  margin-left: 0;
  width: 80px;
}

#r-headerarea #r-upperLayer .r-extlink1 .r-seclist #r-user-guidelink a {
  background-position: -1102px -65px;
  display: block;
  width: 80px;
}

#r-headerarea #r-upperLayer .r-extlink1 .r-seclist #r-user-guidelink a:hover {
  background-position: -1191px -65px;
}

#r-headerarea input[type="text"]:focus,
#r-headerarea select:focus {
  outline: 0;
}

#r-headerarea #r-middleLayer {
  width: 950px;
}

#r-headerarea #r-middleLayer #r-globalmenu {
  border-bottom: 1px solid grey;
}

#r-headerarea #r-middleLayer #r-globalmenu ul li {
  float: left;
  line-height: 1;
  list-style-type: none;
  margin-right: 3px;
  position: relative;
  width: 94px;
}

#r-headerarea #r-middleLayer #r-globalmenu ul li a {
  background-image: url(https://voi.0101.co.jp/voi/content/dam/01/commonpage/pc/header_img_1606.png);
  background-position: 0 -52px;
  background-repeat: no-repeat;
  display: block;
  height: 32px;
  overflow: hidden;
  text-indent: -9999px;
  width: 94px;
}

#r-headerarea #r-middleLayer #r-globalmenu #r-menu-ladies a {
  background-position: 0 -30px;
}

#r-headerarea #r-middleLayer #r-globalmenu #r-menu-ladies a:hover {
  background-position: 0 -63px;
}

#r-headerarea #r-middleLayer #r-globalmenu #r-menu-mens a {
  background-position: -97px -30px;
}

#r-headerarea #r-middleLayer #r-globalmenu #r-menu-mens a:hover {
  background-position: -97px -63px;
}

#r-headerarea #r-middleLayer #r-globalmenu #r-menu-kids a {
  background-position: -194px -30px;
}

#r-headerarea #r-middleLayer #r-globalmenu #r-menu-kids a:hover {
  background-position: -194px -63px;
}

#r-headerarea #r-middleLayer #r-globalmenu #r-menu-shoes a {
  background-position: -291px -30px;
}

#r-headerarea #r-middleLayer #r-globalmenu #r-menu-shoes a:hover {
  background-position: -291px -63px;
}

#r-headerarea #r-middleLayer #r-globalmenu #r-menu-bag a {
  background-position: -388px -30px;
}

#r-headerarea #r-middleLayer #r-globalmenu #r-menu-bag a:hover {
  background-position: -388px -63px;
}

#r-headerarea #r-middleLayer #r-globalmenu #r-menu-sports a {
  background-position: -485px -30px;
}

#r-headerarea #r-middleLayer #r-globalmenu #r-menu-sports a:hover {
  background-position: -485px -63px;
}

#r-headerarea #r-middleLayer #r-globalmenu #r-menu-lifestyle a {
  background-position: -582px -30px;
}

#r-headerarea #r-middleLayer #r-globalmenu #r-menu-lifestyle a:hover {
  background-position: -582px -63px;
}

#r-middleLayer {
  position: relative;
}

#r-headerarea #r-middleLayer .r-txt-returnfree {
  background-image: url(https://voi.0101.co.jp/voi/content/dam/01/commonpage/pc/header_img_1606.png);
  background-position: -24px -375px;
  background-repeat: no-repeat;
  display: block;
  height: 32px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 0;
  width: 260px;
}

#r-headerarea #r-middleLayer .r-txt-returnfree a {
  display: block;
  height: 32px;
  width: 260px;
}

#r-headerarea #r-lowerLayer {
  background: url(https://voi.0101.co.jp/voi/content/dam/01/commonpage/pc/header_img_1606.png)
    0 -129px no-repeat #f1f1f1;
  height: 48px !important;
}

#r-headerarea #r-lowerLayer #r-header_txt .r-searchmenu .r-submenu li a,
#r-headerarea #r-lowerLayer #r-header_txt .r-searchmenu li a,
#r-headerarea #r-middleLayer #r-globalmenu .r-submenu li a {
  background-image: url(https://voi.0101.co.jp/voi/content/dam/01/commonpage/pc/header_img_1606.png);
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
}

#r-headerarea #r-lowerLayer #r-normalsearch {
  float: left;
  margin-left: 10px;
  margin-right: 20px;
  width: 620px;
}

#r-headerarea #r-lowerLayer #r-normalsearch #r-searcharea p.r-selectbox {
  float: left;
  margin: 9px 8px 0 0;
  margin-top: 14px\9;
  width: 147px;
}

#r-headerarea
  #r-lowerLayer
  #r-normalsearch
  #r-searcharea
  p.r-selectbox:not(:target) {
  margin-top: 9px\9;
}

#r-headerarea #r-lowerLayer #r-normalsearch #r-searcharea p.r-selectbox select {
  border: 1px solid #ccc;
  height: 30px;
  width: 100%;
  font-size: 13px;
}

#r-headerarea
  #r-lowerLayer
  #r-normalsearch
  #r-searcharea
  p.r-selectbox
  select
  option {
  line-height: 1.2;
}

#r-headerarea #r-lowerLayer #r-normalsearch #r-searcharea p.r-inputbox {
  float: left;
  margin-top: 11px;
  width: 415px;
}

#r-headerarea #r-lowerLayer #r-normalsearch #r-searcharea p.r-inputbox input {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  color: #b4b4b4;
  height: 28px;
  line-height: 28px;
  padding: 0 8px;
  width: 415px;
  font-size: 13px;
}

#r-headerarea #r-lowerLayer #r-normalsearch #r-searcharea p.r-searchbtn {
  cursor: pointer;
  float: left;
  height: 30px;
  margin-top: 9px;
  width: 50px;
}

#r-headerarea #r-lowerLayer #r-normalsearch #r-searcharea p.r-searchbtn span {
  display: block;
  height: 30px;
  overflow: hidden;
  text-indent: -9999px;
  width: 50px;
}

#r-headerarea #r-lowerLayer #r-normalsearch #r-keywordarea dl {
  padding-top: 6px;
}

#r-headerarea #r-lowerLayer #r-normalsearch #r-keywordarea dl dt {
  line-height: 1;
  text-align: right;
  width: 240px;
}

#r-headerarea #r-lowerLayer #r-normalsearch #r-keywordarea dl dd {
  line-height: 1;
  margin-top: -1.1em;
  padding-left: 244px;
}

#r-headerarea #r-lowerLayer #r-normalsearch #r-keywordarea p#r-keywords a {
  padding: 0 0 0 4px;
}

#r-headerarea #r-lowerLayer #r-detailsearch {
  float: left;
  width: 95px;
}

#r-headerarea #r-lowerLayer #r-detailsearch #r-b-detailsearch {
  float: left;
  height: 30px;
  margin-top: 9px;
  width: 95px;
}

#r-headerarea #r-lowerLayer #r-detailsearch #r-b-detailsearch a {
  cursor: pointer;
  display: block;
  height: 30px;
  width: 95px;
}

#r-headerarea #r-lowerLayer #r-detailsearch #r-b-detailsearch span {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}

#r-headerarea #r-lowerLayer #r-header_txt {
  float: left;
  height: 48px;
  position: relative;
  width: 300px;
  z-index: 5;
}

#r-headerarea #r-lowerLayer #r-header_txt .r-searchmenu {
  margin-top: 9px;
  width: 300px;
  position: relative;
}

#r-headerarea #r-lowerLayer #r-header_txt .r-searchmenu li {
  float: left;
}

#r-headerarea #r-lowerLayer #r-header_txt .r-searchmenu li a {
  background-position: 0 -52px;
  display: block;
}

#r-headerarea #r-lowerLayer #r-header_txt #r-menu-itemsearch {
  width: 118px;
}

#r-headerarea #r-lowerLayer #r-header_txt #r-menu-shopbrandsearch {
  width: 162px;
}

#r-headerarea #r-lowerLayer #r-header_txt #r-menu-itemsearch a {
  height: 30px;
  width: 118px;
  background-position: -650px -190px;
}

#r-headerarea #r-lowerLayer #r-header_txt #r-menu-shopbrandsearch a {
  height: 30px;
  width: 162px;
  background-position: -768px -190px;
}

#r-headerarea #r-lowerLayer #r-header_txt #r-menu-itemsearch a.r-act,
#r-headerarea #r-lowerLayer #r-header_txt #r-menu-itemsearch a:hover {
  background-position: -650px -220px;
}

#r-headerarea #r-lowerLayer #r-header_txt #r-menu-shopbrandsearch a.r-act,
#r-headerarea #r-lowerLayer #r-header_txt #r-menu-shopbrandsearch a:hover {
  background-position: -768px -220px;
}

#r-headerarea #r-middleLayer #r-globalmenu ul li img {
  vertical-align: top;
}

#r-headerarea #r-lowerLayer #r-header_txt .r-searchmenu .r-submenu li {
  float: none;
}

#r-headerarea #r-lowerLayer #r-header_txt .r-searchmenu .r-submenu li a {
  background-position: 0 0;
  height: 29px;
}

#r-headerarea
  #r-lowerLayer
  #r-header_txt
  .r-searchmenu
  #r-menu-itemsearch
  .r-submenu {
  display: none;
  left: 0;
  position: absolute;
  top: 30px;
  z-index: 100;
  zoom: 1;
}

#r-headerarea
  #r-lowerLayer
  #r-header_txt
  .r-searchmenu
  #r-menu-itemsearch
  .r-submenu
  #r-itemsearch-ladies
  a {
  background-position: -479px -274px;
}

#r-headerarea
  #r-lowerLayer
  #r-header_txt
  .r-searchmenu
  #r-menu-itemsearch
  .r-submenu
  #r-itemsearch-mens
  a {
  background-position: -479px -305px;
}

#r-headerarea
  #r-lowerLayer
  #r-header_txt
  .r-searchmenu
  #r-menu-itemsearch
  .r-submenu
  #r-itemsearch-kids
  a {
  background-position: -479px -336px;
}

#r-headerarea
  #r-lowerLayer
  #r-header_txt
  .r-searchmenu
  #r-menu-itemsearch
  .r-submenu
  #r-itemsearch-cosme
  a {
  background-position: -479px -366px;
  height: 42px;
}

#r-headerarea
  #r-lowerLayer
  #r-header_txt
  .r-searchmenu
  #r-menu-itemsearch
  .r-submenu
  #r-itemsearch-ladies
  a:hover {
  background-position: -597px -274px;
}

#r-headerarea
  #r-lowerLayer
  #r-header_txt
  .r-searchmenu
  #r-menu-itemsearch
  .r-submenu
  #r-itemsearch-mens
  a:hover {
  background-position: -597px -305px;
}

#r-headerarea
  #r-lowerLayer
  #r-header_txt
  .r-searchmenu
  #r-menu-itemsearch
  .r-submenu
  #r-itemsearch-kids
  a:hover {
  background-position: -597px -336px;
}

#r-headerarea
  #r-lowerLayer
  #r-header_txt
  .r-searchmenu
  #r-menu-itemsearch
  .r-submenu
  #r-itemsearch-cosme
  a:hover {
  background-position: -597px -366px;
}

#r-headerarea
  #r-lowerLayer
  #r-header_txt
  .r-searchmenu
  #r-menu-shopbrandsearch
  .r-submenu {
  display: none;
  left: 118px;
  position: absolute;
  top: 30px;
  z-index: 100;
  zoom: 1;
}

#r-headerarea
  #r-lowerLayer
  #r-header_txt
  .r-searchmenu
  #r-menu-shopbrandsearch
  .r-submenu
  a {
  height: 29px;
}

#r-headerarea
  #r-lowerLayer
  #r-header_txt
  .r-searchmenu
  #r-menu-shopbrandsearch
  .r-submenu
  #r-shopbrandsearch-ladies
  a {
  background-position: -715px -275px;
}

#r-headerarea
  #r-lowerLayer
  #r-header_txt
  .r-searchmenu
  #r-menu-shopbrandsearch
  .r-submenu
  #r-shopbrandsearch-ladies
  a:hover {
  background-position: -877px -275px;
}

#r-headerarea
  #r-lowerLayer
  #r-header_txt
  .r-searchmenu
  #r-menu-shopbrandsearch
  .r-submenu
  #r-shopbrandsearch-mens
  a {
  background-position: -715px -304px;
}

#r-headerarea
  #r-lowerLayer
  #r-header_txt
  .r-searchmenu
  #r-menu-shopbrandsearch
  .r-submenu
  #r-shopbrandsearch-mens
  a:hover {
  background-position: -877px -304px;
}

#r-headerarea
  #r-lowerLayer
  #r-header_txt
  .r-searchmenu
  #r-menu-shopbrandsearch
  .r-submenu
  #r-shopbrandsearch-kids
  a {
  background-position: -715px -334px;
}

#r-headerarea
  #r-lowerLayer
  #r-header_txt
  .r-searchmenu
  #r-menu-shopbrandsearch
  .r-submenu
  #r-shopbrandsearch-kids
  a:hover {
  background-position: -877px -334px;
}

#r-headerarea #r-middleLayer #r-globalmenu .r-submenu {
  display: none;
  left: 0;
  position: absolute;
  top: 32px;
  z-index: 100;
  zoom: 1;
}

#r-headerarea #r-middleLayer #r-globalmenu .r-submenu li a {
  background-position: 0 0;
  height: 32px;
}

#r-headerarea
  #r-middleLayer
  #r-globalmenu
  #r-menu-shoes
  .r-submenu
  #r-shoes-ladies
  a {
  background-position: 0 -220px;
  height: 33px;
}

#r-headerarea
  #r-middleLayer
  #r-globalmenu
  #r-menu-shoes
  .r-submenu
  #r-shoes-mens
  a {
  background-position: 0 -253px;
}

#r-headerarea
  #r-middleLayer
  #r-globalmenu
  #r-menu-shoes
  .r-submenu
  #r-shoes-sneakers
  a {
  background-position: 0 -285px;
}

#r-headerarea
  #r-middleLayer
  #r-globalmenu
  #r-menu-shoes
  .r-submenu
  #r-shoes-kids
  a {
  background-position: 0 -317px;
}

#r-headerarea
  #r-middleLayer
  #r-globalmenu
  #r-menu-shoes
  .r-submenu
  #r-shoes-ladies
  a:hover {
  background-position: -94px -220px;
}

#r-headerarea
  #r-middleLayer
  #r-globalmenu
  #r-menu-shoes
  .r-submenu
  #r-shoes-mens
  a:hover {
  background-position: -94px -253px;
}

#r-headerarea
  #r-middleLayer
  #r-globalmenu
  #r-menu-shoes
  .r-submenu
  #r-shoes-sneakers
  a:hover {
  background-position: -94px -285px;
}

#r-headerarea
  #r-middleLayer
  #r-globalmenu
  #r-menu-shoes
  .r-submenu
  #r-shoes-kids
  a:hover {
  background-position: -94px -317px;
}

#r-headerarea
  #r-middleLayer
  #r-globalmenu
  #r-menu-bag
  .r-submenu
  #r-bag-ladies
  a {
  background-position: -188px -220px;
  height: 33px;
}

#r-headerarea
  #r-middleLayer
  #r-globalmenu
  #r-menu-bag
  .r-submenu
  #r-bag-mens
  a {
  background-position: -188px -253px;
}

#r-headerarea
  #r-middleLayer
  #r-globalmenu
  #r-menu-bag
  .r-submenu
  #r-bag-ladies
  a:hover {
  background-position: -282px -220px;
}

#r-headerarea
  #r-middleLayer
  #r-globalmenu
  #r-menu-bag
  .r-submenu
  #r-bag-mens
  a:hover {
  background-position: -282px -253px;
}

#r-footerarea dd,
#r-footerarea div,
#r-footerarea dl,
#r-footerarea dt,
#r-footerarea li,
#r-footerarea ol,
#r-footerarea p,
#r-footerarea ul {
  margin: 0;
  padding: 0;
}

#r-footerarea ol,
#r-footerarea ul {
  list-style-type: none;
}

#r-footerarea #r-footatt {
  padding: 0 0 10px 18px;
}

#r-footerarea #r-footatt .r-pickuptxt {
  color: #e60012;
  font-size: 11px;
}

#r-footerarea {
  color: #666;
  font-size: 10px;
  line-height: 1.3;
  margin: 20px auto 0;
  padding: 0 0 10px;
  text-align: left;
  width: 950px;
}

#r-footerarea a:active,
#r-footerarea a:link,
#r-footerarea a:visited {
  color: #000;
  text-decoration: none;
}

#r-footerarea a:hover {
  color: #d20000;
  text-decoration: none;
}

#r-footerarea #r-servicenavifrm {
  background: url(https://voi.0101.co.jp/voi/common/images/footer/2008/footer_img.gif)
    no-repeat 0 100%;
  padding-bottom: 3px;
}

#r-footerarea #r-servicenavi {
  background: url(https://voi.0101.co.jp/voi/common/images/footer/2008/footer_img.gif)
    no-repeat 0 0;
  padding-top: 32px;
}

#r-footerarea ul#r-servicecategory {
  background: url(https://voi.0101.co.jp/voi/common/images/footer/2008/footer_bg.gif)
    repeat-y 0 0;
  padding-bottom: 7px;
}

#r-footerarea ul#r-servicecategory li {
  float: left;
  list-style-type: none;
}

#r-footerarea ul#r-servicecategory li.r-serv01 {
  width: 255px;
}

#r-footerarea ul#r-servicecategory li.r-serv02,
#r-footerarea ul#r-servicecategory li.r-serv03 {
  width: 222px;
}

#r-footerarea ul#r-servicecategory li.r-serv04 {
  width: 251px;
}

#r-footerarea ul#r-servicecategory li p.r-servtit {
  display: block;
  height: 0;
  overflow: hidden;
  text-indent: -9999px;
}

* html #r-footerarea ul#r-servicecategory li p.r-servtit {
  position: absolute;
  visibility: hidden;
}

#r-footerarea ul#r-servicecategory li ul.r-servlist {
  padding: 4px 10px 0 16px;
}

#r-footerarea ul#r-servicecategory li ul.r-servlist li {
  background: url(https://voi.0101.co.jp/voi/common/images/footer/2008/footer_img.gif)
    no-repeat -960px -6px;
  float: none;
  list-style-type: none;
  padding-left: 13px;
  padding-top: 2px;
}

#r-footerarea ul#r-servicecategory li ul.r-servlist .r-telorder {
  background: none;
  float: none;
  list-style-type: none;
  padding-left: 0;
  padding-top: 15px;
}

#r-footerarea ul#r-servicecategory li ul.r-servlist .r-telorder a img {
  border: none;
}

#r-footerarea ul#r-servicecategory li ul.r-servlist li a {
  color: #666;
}

#r-footerarea ul#r-servicecategory li ul.r-servlist li a:hover {
  color: #d20000;
}

#r-contentsSub {
  margin-top: 20px;
}

#r-footerarea .r-txt-footerbtm .r-txt-0101 {
  float: left;
  line-height: 1;
  padding-left: 18px;
  padding-top: 10px;
}

#r-footerarea .r-txt-footerbtm .r-link-0101 a {
  color: #696969;
  padding-left: 12px;
  text-decoration: underline;
}

#r-footerarea .r-txt-footerbtm #r-copyright {
  float: right;
  line-height: 1;
  padding-top: 10px;
}

.mc_rentaldress_header_wrapper {
  display: none;
}

.mc_rentaldress_header_wrapper button,
.mc_rentaldress_header_wrapper input,
.mc_rentaldress_header_wrapper select,
.mc_rentaldress_header_wrapper textarea {
  font-size: inherit;
  color: inherit;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
}

.pc_global_nav,
.pc_header_dreni {
  position: relative;
  width: 100%;
  min-width: 950px;
  font-size: 16px;
  font-weight: 400;
  color: #2c2c2c;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  line-height: 1.5;
}

.pc_header_dreni {
  border-top: 1px solid hsla(0, 0%, 43.9%, 0.2) !important;
}

.pc_header_dreni_inner {
  display: flex;
  justify-content: space-between;
  max-width: 950px;
  margin: 0 auto !important;
  padding: 20px 0 !important;
}

.pc_header_sub_nav {
  margin: 0 25.9px 0 auto !important;
}

.pc_header_sub_nav_list {
  display: flex;
  font-size: 0.75rem;
}

.pc_header_sub_nav_item:nth-of-type(2) {
  margin-left: 30px !important;
}

.pc_header_sub_nav_item:nth-of-type(3) {
  margin-left: 25px !important;
}

.pc_header_sub_nav_anchor {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #2c2c2c;
}

.pc_header_dreni .nav_text {
  margin-top: -1px !important;
  margin-right: 10px !important;
  line-height: 1;
}

.pc_header_dreni .nav_icon_image {
  display: block;
  width: 100%;
}

.pc_header_dreni .nav_icon.o-flow {
  width: 12px;
}

.pc_header_dreni .nav_icon.o-heart {
  width: 18.23px;
}

.pc_header_dreni .nav_icon.o-cart {
  width: 18.5px;
}

.pc_header_dreni .header_nav_toggle {
  width: 25.17px;
}

.pc_header_dreni .header_nav_toggle_btn,
.pc_header_dreni .header_nav_toggle_icon {
  width: 100%;
  box-sizing: inherit;
  background-color: transparent;
  background-color: initial;
  cursor: pointer;
}

.pc_global_nav {
  display: none;
  width: 100%;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

.pc_global_nav_header {
  display: flex;
  align-items: center;
  height: 80px;
  padding: 0 63px !important;
  background: #f2f3f4;
}

.pc_global_nav_close {
  width: 24px;
  margin: 0 0 0 auto !important;
}

.pc_global_nav_close_btn {
  display: block;
  width: 100%;
  height: 24px;
  position: relative;
}

.pc_global_nav_close_btn:after,
.pc_global_nav_close_btn:before {
  display: block;
  width: 34px;
  height: 1px;
  background: #7b8081;
  content: "";
  position: absolute;
  left: 0;
}

.pc_global_nav_close_btn:before {
  top: 0;
  transform-origin: top left;
  transform: rotate(45deg);
}

.pc_global_nav_close_btn:after {
  bottom: 0;
  transform-origin: bottom left;
  transform: rotate(-45deg);
}

.pc_global_nav_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 80px);
}

.pc_global_nav_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 950px;
}

.pc_global_nav_kv {
  width: 315px;
}

.pc_global_nav_kv_logo {
  margin-bottom: 58px !important;
}

.pc_global_nav_kv_logo_image {
  width: 100%;
}

.pc_global_nav_kv_back_btn {
  width: 211px;
  margin: 0 auto !important;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.13em;
}

.pc_global_nav_kv_back_btn_anchor {
  display: block;
  padding: 14px 0 !important;
  color: #fff;
  background: #8d9293;
  text-align: center;
  text-decoration: none;
  position: relative;
}

.pc_global_nav_kv_back_btn_anchor:after {
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  transform: rotate(45deg);
}

.pc_global_nav_main {
  display: flex;
  flex-wrap: wrap;
  width: 513px;
}

.pc_global_nav_main_list {
  font-size: 15px;
  letter-spacing: 0.08em;
}

.pc_global_nav_main_item:not(:first-of-type) {
  margin-top: 30px !important;
}

.pc_global_nav_main_anchor {
  color: #2c2c2c;
  text-decoration: none;
}

.pc_global_nav .child_nav_list {
  margin-top: 20px !important;
  font-size: 12px;
}

.pc_global_nav .child_nav_item {
  padding-left: 20px !important;
  position: relative;
}

.pc_global_nav .child_nav_item:not(:first-of-type) {
  margin-top: 10px !important;
}

.pc_global_nav .child_nav_anchor {
  color: #2c2c2c;
  text-decoration: none;
}

.pc_global_nav_sub_list {
  font-size: 12px;
  letter-spacing: 0.08em;
}

.pc_global_nav_sub_item:not(:first-of-type) {
  margin-top: 20px !important;
}

.pc_global_nav_sub_anchor {
  color: #3e3e3e;
  text-decoration: none;
}

.pc_global_nav_sub .sub_text {
  font-size: 10px;
  color: #949da0;
}

.pc_global_nav_list_block {
  width: 50%;
}

.pc_global_nav_search {
  display: flex;
  width: 100%;
  margin-top: 75px !important;
}

.pc_global_nav_search_input {
  width: calc(100% - 50px);
  height: 50px;
  padding: 0 18px !important;
  background: #eff1f1 !important;
  font-size: 12px !important;
  letter-spacing: 0.13em;
}

.pc_global_nav_search_btn {
  width: 50px;
  height: 50px;
}

.pc_global_nav_search_btn_anchor {
  height: 100%;
  background: #7b8081;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp_appear {
  display: none;
}

@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}

.mc-footer__wrapper,
.mc-gnav__wrapper {
  line-height: 1.6;
  text-align: left;
}

.mc-footer__wrapper img,
.mc-gnav__wrapper img {
  max-width: 100%;
  height: auto;
}

.mc-footer__wrapper a img,
.mc-footer__wrapper img,
.mc-gnav__wrapper a img,
.mc-gnav__wrapper img {
  border: 0;
}

#hamburgerMenu,
.mc-footer__wrapper,
.mc-gnav__wrapper,
.mc_footer__searchBox_area {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Meiryo,
    Hiragino Kaku Gothic Pro W3, Hiragino Kaku Gothic ProN, Arial, sans-serif;
  box-sizing: content-box;
  box-sizing: initial;
}

span.m_badge {
  box-sizing: content-box;
  box-sizing: initial;
  position: absolute;
  top: -45px;
  right: 2px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 1px 2px !important;
  min-width: 15px;
  font-size: 10px;
  background: #de242e;
  font-family: "ヒラギ角ゴ", Osaka, sans-serif;
}

.mc-gnav__wrapper {
  background: #fff;
}

.coconiGnav,
.doerniGnav,
.header__bottom,
.mc-gnav__wrapper {
  z-index: 5;
  width: 100%;
}

.coconiGnav.fixed,
.doerniGnav.fixed,
.header__bottom.fixed {
  position: fixed;
  top: 0;
}

.coconiGnav.fixed.showHeader,
.doerniGnav.fixed.showHeader,
.header__bottom.fixed.showHeader {
  position: fixed;
}

.topHeader {
  font-size: 0;
  line-height: 1;
  display: flex;
  height: 50px;
  padding: 0 15px;
  align-items: center;
  justify-content: space-between;
}

.topHeader.hide {
  display: none;
}

.topHeader.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #fff;
  width: 93%;
}

.topHeader__logo {
  width: 90px;
  height: auto;
}

.topHeader__logo a {
  display: block;
  height: 62px;
  background-image: url(https://voi.0101.co.jp/voi/sp/images/tlmtop/common/sp_header_1807.png?1903cash_clear=);
  background-repeat: no-repeat;
  background-position: -12px 0;
  background-size: 320px 160px;
  text-indent: -9999px;
}

.topHeader__userInfoArea {
  width: 75%;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
}

.topHeader__menu {
  margin-left: 15px;
}

.loginMenu {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center;
}

.loginMenu__item + .loginMenu__item {
  margin-left: 10px;
}

.loginMenu__item a {
  text-decoration: none !important;
}

.loginMenu__button {
  font-size: 12px;
  line-height: 1;
  padding: 7px 6px;
  color: #444;
  border-radius: 2px;
  outline: none;
  -webkit-appearance: none;
  border: 1px #444;
  background-color: transparent;
}

.loginMenu__button.theme-dark {
  color: #fff;
  background: #444;
}

.topHeader__userInfo {
  margin-left: auto;
}

.topHeader__userInfo.userInfoExist {
  width: 35%;
  padding: 3px 7px;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.topHeader__userInfo a {
  text-decoration: none;
  color: inherit;
}

.topHeader__userInfoItem {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.topHeader__userInfoItem p {
  font-size: 10px !important;
}

.supportMenu {
  display: flex;
  list-style: none;
  align-items: center;
}

.supportMenu__item + .supportMenu__item {
  margin-left: 5px;
  margin-top: 0;
}

.supportMenu__item a {
  text-decoration: none !important;
}

.supportButton {
  font-size: 11px !important;
  font-weight: 700;
  line-height: 1;
  display: block;
  padding: 7px 5px;
  color: #444;
  border: 1px solid #444;
  border-radius: 2px;
  background-color: transparent;
}

.supportButton.isPrimary {
  color: #fff;
  background: #444;
}

@media (max-width: 325px) {
  .topHeader__userInfoArea {
    align-items: center;
  }

  .topHeader__menu {
    margin-left: 5px;
  }

  .topHeader__userInfo.userInfoExist {
    width: 43%;
    padding: 3px 4px;
  }

  .supportButton {
    font-size: 10px !important;
    font-weight: 700;
    line-height: 1;
    display: block;
    padding: 7px 2px;
    color: #444;
    border: 1px solid #444;
    border-radius: 2px;
    background-color: transparent;
  }
}

.userInfoButton,
.userInfoButton__icon {
  display: flex;
  align-items: center;
}

.userInfoButton__icon {
  font-size: 20px;
  width: 28px;
  height: 28px;
  color: #fff;
  border-radius: 999px;
  background: #444;
  justify-content: center;
}

.footer__userInfo .userInfoButton__icon {
  color: #444;
  background: #fff;
}

.userInfoButton__text {
  margin-left: 5px;
}

.userInfoButton__name {
  font-size: 10px;
  display: block;
  margin-bottom: 5px;
  text-align: left;
}

.footer__userInfo .userInfoButton__name {
  color: #fff;
}

.userInfoButton__eposp {
  font-size: 12px;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}

.footer__userInfo .userInfoButton__eposp {
  color: #fff;
}

.userInfoButton__coupon {
  font-size: 12px;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}

.footer__userInfo .userInfoButton__coupon {
  color: #fff;
}

.bottomHeader {
  font-size: 0;
  height: 50px;
  padding: 0 15px;
  border-bottom: 2px solid #000;
  background: #f3f3f3;
}

.bottomHeader__menu {
  line-height: 1;
  display: flex;
  height: 50px;
  align-items: center;
}

.bottomHeader__menuItem a {
  text-decoration: none !important;
  color: inherit;
}

.bottomHeader__menuItem.asMenu {
  margin-right: auto;
}

.bottomHeader__menuItem + .bottomHeader__menuItem {
  margin-left: 15px;
}

.iconMenu {
  line-height: 1;
  position: relative;
  text-align: center;
}

.iconMenu__icon {
  position: relative;
  margin-bottom: 2px;
}

.iconMenu__icon,
.iconMenu__icon .feather {
  font-size: 24px !important;
}

.iconMenu__badge {
  position: absolute;
  top: -2px;
  right: -2px;
}

.countBadge {
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  min-width: 12px;
  height: 12px;
  padding: 2px;
  color: #fff;
  border-radius: 999px;
  background: #ff1c6b;
  align-items: center;
  justify-content: center;
}

.iconMenu__text {
  font-size: 8px !important;
  letter-spacing: 0.05em;
}

:after,
:before {
  vertical-align: inherit;
  text-decoration: inherit;
}

*,
:after,
:before {
  background-repeat: no-repeat;
}

.slideMenu {
  line-height: 1;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 32px;
  background: #000;
}

.slideMenu__mask {
  overflow-x: auto;
  width: 100%;
  height: 40px;
  -webkit-overflow-scrolling: touch;
}

.slideMenu__list {
  display: flex;
  max-width: 100%;
  list-style: none;
  align-items: center;
}

.slideMenu__listItem {
  height: 32px;
}

.slideMenu__listItem.isActive {
  background: #555;
}

.slideMenu__listItem a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.slideMenu__label {
  font-size: 12px;
  line-height: 32px;
  height: 100%;
  padding: 0 15px;
  white-space: nowrap;
  color: #fff;
  border-right: 1px solid #444;
}

.verticalLinkMenu {
  list-style: none;
  border-bottom: 1px solid #ccc;
}

.verticalLinkMenu.theme-light {
  border-color: #666;
}

.verticalLinkMenu.theme-light * {
  border-color: #666;
  color: #eee !important;
  text-decoration: none !important;
}

.verticalLinkMenu.theme-light .isExpand:after {
  color: #ccc;
}

.verticalLinkMenu__label.isExpand:after {
  font-family: "feather";
  content: "\e8b1";
  color: #999;
}

.verticalLinkMenu__label.isExpand.isOpen:after {
  font-family: "feather";
  content: "\e897";
}

.verticalLinkMenu.theme-light * ul {
  background: #333;
}

.verticalLinkMenu__item {
  border-top: 1px solid #ccc;
}

.verticalLinkMenu__sub {
  display: none;
  margin-right: -15px;
  background: #eee;
}

.verticalLinkMenu__subItem {
  display: flex;
  padding: 0 15px;
  border-top: 1px solid #ccc;
  align-items: center;
  justify-content: space-between;
}

.verticalLinkMenu__item.withSepalater {
  border-color: #eee;
}

.verticalLinkMenu__label {
  font-size: 14px;
  display: flex;
  width: 100%;
  padding: 14px 0;
  height: 20px;
  text-decoration: none;
  color: #eee;
  align-items: center;
  justify-content: space-between;
}

.verticalLinkMenu__label:after {
  font-family: "feather";
  font-size: 14px;
  content: "\e844";
  color: #ccc;
}

.footer__caution {
  font-size: 10px;
  line-height: 1.8;
  padding: 25px 0;
  color: #ccc;
  border-top: 1px solid #eee;
}

.footer__deviceSwitcher {
  font-size: 12px;
  display: flex;
  padding: 0 0 20px;
  list-style: none;
  align-items: center;
  justify-content: center;
}

.footer__deviceSwitcherItem {
  width: 8em;
  padding: 5px 10px;
  text-align: center;
  border: 1px solid #666;
}

.footer__deviceSwitcherItem a {
  color: inherit;
}

.footer__deviceSwitcherItem.isActive {
  color: #444;
  background: #ccc;
}

.footer__copyright {
  font-size: 10px;
  padding: 20px 0 0;
  text-align: center;
  color: #ccc;
  border-top: 1px solid #eee;
}

.hamburgerLayer {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: opacity 0.5s;
}

.hamburgerLayer.open {
  display: block;
}

.hamburgerMenu__userInfo a {
  text-decoration: none;
  color: inherit;
}

.hamburgerMenu__userInfo .userInfoButton__icon {
  color: #444;
  background: #fff;
}

.hamburgerMenu__userInfo .userInfoButton__coupon,
.hamburgerMenu__userInfo .userInfoButton__eposp,
.hamburgerMenu__userInfo .userInfoButton__name {
  color: #fff;
}

.mc_hamburgerMenu__searchform {
  padding-top: 10px;
}

.mc_hamburgerMenu__searchInput_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  height: 40px;
}

.mc_hamburgerMenu__searchInput_area input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  border: 1px solid #ccc;
  background: #fff;
  margin-right: 10px;
  border-radius: 4px;
}

.mc_hamburgerMenu__searchInput_area .mc_hamburgerMenu__searchBtn {
  font-size: 24px;
  line-height: 1;
  display: flex;
  width: 38px;
  min-width: 38px;
  height: 38px;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  text-decoration: none;
}

.hamburgerMenu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  width: 80%;
  height: 100%;
  color: #eee;
  background: #444;
  transform: translate(-100%);
  transition: all 0.5s;
}

.hamburgerMenu.open {
  transform: translateZ(0);
}

.hamburgerMenu__header {
  font-size: 12px;
  position: fixed;
  top: 0;
  display: flex;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  color: #ccc;
  background: #333;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
}

.hamburgerMenu__inner {
  position: fixed;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 15px;
  -webkit-overflow-scrolling: touch;
}

.hamburgerMenu__upper {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.hamburgerMenu__userInfo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hamburgerMenu__name {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
}

.hamburgerMenu_ec_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}

.hamburgerMenu__coupon,
.hamburgerMenu__eposp {
  display: flex;
  justify-content: space-between;
  width: 50%;
  font-size: 12px;
  margin-bottom: 5px;
}

.mc_footer__searchBox_area {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  border-top: 1px solid #ccc;
  background-color: #fff;
}

.mc_footer__searchBox_area .mc_footer__searchBox {
  font-size: 15px !important;
  padding: 30px 15px;
}

.mc_footer__searchBox_area .mc_footer__searchBox .mc_footer__searchBox_header {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
  justify-content: space-between;
}

.mc_footer__searchBox_area
  .mc_footer__searchBox
  .mc_footer__searchBox_header
  .mc_footer__searchBox_title {
  font-size: 18px !important;
  line-height: 1.4;
  font-weight: 700;
}

.mc_footer__searchBox_area .mc_footer__searchBox .mc_footer__searchBox_link {
  font-size: 12px !important;
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 15px;
}

.mc_footer__searchBox_area
  .mc_footer__searchBox
  .mc_footer__searchBox_link_brand,
.mc_footer__searchBox_area
  .mc_footer__searchBox
  .mc_footer__searchBox_link_item {
  width: 50%;
}

.mc_footer__searchBox_area
  .mc_footer__searchBox
  .mc_footer__searchBox_link
  .mc_footer__searchBox_link_item {
  margin-right: 10px;
}

.mc_footer__searchBox_area .mc_footer__searchBox .mc_footer__searchBox_link a {
  font-weight: 700;
  display: flex;
  text-align: center;
  color: #1da1f1 !important;
  border: 1px solid #1da1f1;
  border-radius: 3px;
  background: #fff;
  align-items: center;
  justify-content: center;
  font-size: 10px !important;
  line-height: 1.4;
  padding: 5px;
  white-space: nowrap;
  text-decoration: none !important;
  height: 24px;
}

.mc_footer__searchBox_area .mc_footer__searchBox form {
  font-size: 90%;
  padding: 6px 0 0;
}

.mc_footer__searchBox_area .mc_footer__searchBox .mc_footer__searchSelect_area {
  font-size: 14px;
  position: relative;
  display: flex;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #fff;
  align-items: center;
  margin-bottom: 15px;
  border-radius: 4px;
}

.mc_footer__searchBox_area
  .mc_footer__searchBox
  .mc_footer__searchSelect_area:before {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  margin-top: -3px;
  content: "";
  border-color: #444 transparent transparent;
  border-style: solid;
  border-width: 6px 4px 0;
  -webkit-touch-callout: none;
}

.mc_footer__searchBox_area
  .mc_footer__searchBox
  .mc_footer__searchSelect_area
  select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  padding: 10px;
  background: none;
  border: 1px;
}

.mc_footer__searchBox_area .mc_footer__searchBox .mc_footer__searchInput_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
}

.mc_footer__searchBox_area .mc_footer__searchBox form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  display: block;
  width: 100%;
  height: auto;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #fff;
  margin-right: 10px;
  border-radius: 4px;
}

.mc_footer__searchBox_area .mc_footer__searchBox form input.focus {
  color: #000;
}

.mc_footer__searchBox_area .mc_footer__searchBox a img {
  display: none;
}

.mc_footer__searchBox_area
  .mc_footer__searchBox
  .mc_footer__searchInput_area
  .mc_footer__searchBtn {
  font-size: 24px;
  line-height: 1;
  display: flex;
  width: 38px;
  min-width: 38px;
  height: 38px;
  color: #fff !important;
  background: #444;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  text-decoration: none !important;
}

.mc_footer__searchBox_area .mc_footer__searchBox .searchwordBox {
  margin: 5px 0 0;
}

.mc-footer__wrapper {
  padding: 15px 15px 30px;
  color: #eee;
  background: #444;
}

.footer__upper {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
  justify-content: space-between;
}

.footer__logo {
  width: 90px;
  height: auto;
}

.footer__logo a {
  display: block;
  height: 62px;
  background-image: url(https://voi.0101.co.jp/voi/sp/images/tlmtop/common/footer_logo_white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 10px;
}

.footer__userInfo {
  display: flex;
  flex-direction: column;
}

.footer__name {
  font-size: 10px;
  margin-bottom: 5px;
  text-align: center;
}

.footer__userinfor_ec_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.footer__coupon,
.footer__eposp {
  display: flex;
  width: 60%;
  justify-content: space-between;
  margin-bottom: 3px;
}

.footer__coupon p,
.footer__eposp p {
  font-size: 10px !important;
}

.loginMenu__button.theme-light {
  color: #fff;
  background: #555;
}

.footer__menu
  .verticalLinkMenu__item
  .verticalLinkMenu__sub.marui__sns
  .marui__sns_facebook:before,
.footer__menu
  .verticalLinkMenu__item
  .verticalLinkMenu__sub.marui__sns
  .marui__sns_instagram:before,
.footer__menu
  .verticalLinkMenu__item
  .verticalLinkMenu__sub.marui__sns
  .marui__sns_line:before,
.footer__menu
  .verticalLinkMenu__item
  .verticalLinkMenu__sub.marui__sns
  .marui__sns_twitter:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  height: 29px;
  width: 29px;
  background-size: contain;
  vertical-align: middle;
  padding-right: 15px;
  box-sizing: content-box !important;
  box-sizing: initial !important;
}

.footer__menu
  .verticalLinkMenu__item
  .verticalLinkMenu__sub.marui__sns
  .marui__sns_line:before {
  background-image: url(https://voi.0101.co.jp/voi/sp/common/img/line-icon.png);
}

.footer__menu
  .verticalLinkMenu__item
  .verticalLinkMenu__sub.marui__sns
  .marui__sns_twitter:before {
  background-image: url(https://voi.0101.co.jp/voi/sp/common/img/twitter-icon.png);
}

.footer__menu
  .verticalLinkMenu__item
  .verticalLinkMenu__sub.marui__sns
  .marui__sns_facebook:before {
  background-image: url(https://voi.0101.co.jp/voi/sp/common/img/facebook-icon.png);
}

.footer__menu
  .verticalLinkMenu__item
  .verticalLinkMenu__sub.marui__sns
  .marui__sns_instagram:before {
  background-image: url(https://voi.0101.co.jp/voi/sp/common/img/instagram-icon.png);
}

.footer__menu .marui__sns .verticalLinkMenu__label {
  padding: 11px 0;
  display: inline-block;
}

.footer__menu .marui__sns .verticalLinkMenu__label:after {
  float: right;
  margin-top: 3px;
}

.mc_incrementalarea .mc_results {
  width: 100%;
}

.mc_incrementalarea .mc_results tr {
  display: flex;
  width: 100%;
}

.mc_incrementalarea .mc_incrementalarea_title {
  font-size: 13px;
  padding-left: 5px;
}

.mc_incrementalarea .mc_result_item,
.mc_incrementalarea .mc_result_item_header {
  padding: 5px 0;
  height: 20px;
  position: relative;
}

.mc_incrementalarea .mc_result_item {
  text-align: left;
}

.mc_incrementalarea .mc_result_item_footer {
  padding: 5px 0;
  height: 20px;
  position: relative;
}

.mc_incrementalarea .mc_incremental_separater {
  border-bottom: 1px solid #bcbcbc;
  width: 100%;
}

.mc_incrementalarea .mc_popular_keyword,
.mc_incrementalarea .mc_search_his_keyword {
  position: absolute;
  padding-left: 5px;
  width: 68%;
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mc_incrementalarea .mc_result_item_close {
  position: absolute;
  right: 0;
  width: 15%;
  text-align: right;
  padding-right: 10px;
}

.mc_incrementalarea .mc_result_item_close a {
  color: #444;
  font-size: 13px;
}

.mc_incrementalarea .mc_result_item_count {
  position: absolute;
  right: 0;
  width: 30%;
  text-align: right;
  padding-right: 10px;
  color: #999;
  font-size: 13px;
}

.mc_incrementalarea .mc_incremental_area_close {
  position: absolute;
  right: 0;
  width: 25%;
  text-align: right;
  padding: 5px 10px 5px 0;
}

.mc_incrementalarea .mc_incremental_area_close a {
  color: #444;
  font-size: 13px;
  text-decoration: none;
}

.mc_hamburgerMenu__incrementalarea {
  border: 1px solid #444;
  border-radius: 4px;
  background-color: #fff;
  color: #444;
  font-size: 13px;
}

.mc_footer__incrementalarea {
  display: none;
  border: 1px solid #bcbcbc;
  border-radius: 4px;
  background-color: #fff;
  color: #444;
  font-size: 13px;
  margin: -10px 15px 15px 10px;
}

.primaryTemplate__pageTop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: none;
}

.primaryTemplate__pageTop a {
  text-decoration: none !important;
}

.pageTopButton {
  display: block;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.5);
  border-style: none;
}

.pageTopButton i {
  font-size: 18px !important;
  vertical-align: middle;
}

.ac_results {
  border: 1px solid grey;
  background-color: #fff;
  border-spacing: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 10000;
  display: none;
}

.nuxt-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 0;
  opacity: 1;
  transition: width 0.1s, opacity 0.4s;
  background-color: #000;
  z-index: 999999;
}

.nuxt-progress.nuxt-progress-notransition {
  transition: none;
}

.nuxt-progress-failed {
  background-color: red;
}

.clear-button[data-v-debb5790] {
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #3e619f;
  font-size: 20px;
  font-weight: 700;
}

.main[data-v-6dfab531] {
  width: 950px;
  margin: 0 auto;
}

@media (max-width: 979px) {
  .main[data-v-6dfab531] {
    width: 100%;
  }
}

.main__breadcrumbs[data-v-6dfab531] {
  display: flex;
  align-items: center;
  height: 36px;
}

@media (max-width: 979px) {
  .main__breadcrumbs[data-v-6dfab531] {
    display: none;
  }
}

.main__tab-menu[data-v-6dfab531] {
  width: 736px;
  margin: 0 auto;
}

@media (max-width: 979px) {
  .main__tab-menu[data-v-6dfab531] {
    width: 100%;
  }
}

.main__tab-content[data-v-6dfab531] {
  display: flex;
  position: relative;
  width: 736px;
  margin: 0 auto;
  overflow: hidden;
}

@media (max-width: 979px) {
  .main__tab-content[data-v-6dfab531] {
    width: 100%;
  }
}

.tab-menu[data-v-6dfab531] {
  position: relative;
  display: flex;
  border-bottom: 1px solid #f5f5f5;
}

.tab-menu__item[data-v-6dfab531] {
  width: 188px;
  color: #c6cdce;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 979px) {
  .tab-menu__item[data-v-6dfab531] {
    width: 50%;
  }
}

.tab-menu__item__label[data-v-6dfab531] {
  padding: 17px 0;
  font-size: 1.6rem;
  font-weight: 700;
}

.tab-menu__item.-active[data-v-6dfab531] {
  color: #007aff;
}

.tab-menu__item__underscore[data-v-6dfab531] {
  position: absolute;
  width: 188px;
  border-bottom: 1px solid #007aff;
}

@media (max-width: 979px) {
  .tab-menu__item__underscore[data-v-6dfab531] {
    width: 50%;
  }
}

.tab-content[data-v-6dfab531] {
  min-width: 736px;
}

@media (max-width: 979px) {
  .tab-content[data-v-6dfab531] {
    min-width: 100vw;
  }
}

.tab-content__item-list[data-v-6dfab531] {
  margin-top: 20px;
}

@media (max-width: 979px) {
  .tab-content__item-list[data-v-6dfab531] {
    margin-top: 10px;
  }
}

.tab-content__card[data-v-6dfab531] {
  margin-top: 20px;
}

@media (max-width: 979px) {
  .tab-content__card[data-v-6dfab531] {
    margin-top: 0;
  }
}

.card[data-v-6dfab531] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 16px 0 10px;
  height: 81px;
  border-bottom: 1px solid #f5f5f5;
}

.card__text[data-v-6dfab531] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 645px;
  height: 100%;
  cursor: pointer;
}

@media (max-width: 979px) {
  .card__text[data-v-6dfab531] {
    width: auto;
    min-width: fit-content;
  }
}

.card__text__title[data-v-6dfab531] {
  font-size: 1.4rem;
  font-weight: 700;
  color: #3f3f3f;
}

.card__text__detail[data-v-6dfab531] {
  margin-top: 8px;
  font-size: 1.2rem;
  color: #a2a4a8;
}

.card__icon[data-v-6dfab531] {
  width: 13px;
  height: 13px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEyIDEyIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlPSIjMDA3QUZGIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS43MjMiPgogICAgICAgIDxwYXRoIGQ9Ik0wIDdMMTQgN003IDBMNyAxNCIgdHJhbnNmb3JtPSJyb3RhdGUoNDUgNy43MDcgNS4yOTMpIi8+CiAgICA8L2c+Cjwvc3ZnPgo=)
    50% / contain no-repeat;
  cursor: pointer;
}

.bar-enter-active[data-v-6dfab531],
.bar-leave-active[data-v-6dfab531] {
  transition: all 0.5s;
}

.bar-enter[data-v-6dfab531],
.bar-leave-to[data-v-6dfab531] {
  transform: translateX(100%);
}

.bar-enter.-reverse[data-v-6dfab531],
.bar-leave-to.-reverse[data-v-6dfab531] {
  transform: translateX(-100%);
}

.tab-enter-active[data-v-6dfab531],
.tab-leave-active[data-v-6dfab531] {
  transition: all 0.5s;
}

.tab-enter-active.-reverse[data-v-6dfab531],
.tab-leave-active.-reverse[data-v-6dfab531] {
  position: absolute;
}

.tab-enter[data-v-6dfab531],
.tab-leave-to[data-v-6dfab531] {
  transform: translateX(100vw);
}

.tab-enter.-reverse[data-v-6dfab531],
.tab-leave-to.-reverse[data-v-6dfab531] {
  transform: translateX(-100vw);
}

.header__title[data-v-3dbdca2e] {
  width: 950px;
  height: 100px;
  margin: 0 auto;
  background-color: grey;
}

@media (max-width: 979px) {
  .header__title[data-v-3dbdca2e] {
    width: 100%;
  }
}

.ac_results[data-v-3dbdca2e] {
  border: 1px solid grey;
  background-color: #fff;
  border-spacing: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 10000;
  display: none;
}

td .ac_result_name[data-v-3dbdca2e] {
  padding: 2px 5px;
  white-space: nowrap;
  text-align: left;
  font-size: 12px;
}

td .ac_result_cnt[data-v-3dbdca2e] {
  padding: 2px 5px;
  white-space: nowrap;
  text-align: right;
  font-size: 10px;
  color: #888;
}

.ac_over[data-v-3dbdca2e] {
  cursor: pointer;
  background-color: #fff1e8;
  color: #d20000;
}

.ac_close[data-v-3dbdca2e] {
  padding: 8px 2px 5px;
  text-align: right;
  font-size: 10px;
}

.ac_close_text[data-v-3dbdca2e] {
  cursor: pointer;
  color: #888;
}

.menu-bar[data-v-3dbdca2e] {
  display: none;
  height: 54px;
  padding: 0 12px;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  justify-content: flex-end;
  background-color: #fff;
}

@media (max-width: 979px) {
  .menu-bar[data-v-3dbdca2e] {
    display: flex;
  }
}

.menu-bar__menu[data-v-3dbdca2e] {
  z-index: 7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.menu-bar__menu__overlay[data-v-3dbdca2e] {
  height: 100vh;
  background-color: #000;
  opacity: 0.6;
}

.menu-bar__menu__content[data-v-3dbdca2e] {
  height: 61.10236vh;
  background-color: #fff;
  overflow-y: scroll;
}

.buttons[data-v-3dbdca2e] {
  display: flex;
  height: 100%;
  align-items: center;
  position: relative;
}

.buttons__item[data-v-3dbdca2e] {
  padding: 10px;
}

.buttons__item__title[data-v-3dbdca2e] {
  font-size: 1.4rem;
  font-weight: 700;
}

.buttons__item + .buttons__item[data-v-3dbdca2e] {
  border-left: 1px solid #a2a4a8;
  padding-right: 0;
}

.accordion-enter-active[data-v-3dbdca2e],
.accordion-leave-active[data-v-3dbdca2e] {
  transition: all 0.3s;
}

.accordion-enter[data-v-3dbdca2e],
.accordion-leave-to[data-v-3dbdca2e] {
  height: 0;
}

.modal-enter-active[data-v-3dbdca2e],
.modal-leave-active[data-v-3dbdca2e] {
  transition: all 0.2s;
}

.modal-enter[data-v-3dbdca2e],
.modal-leave-to[data-v-3dbdca2e] {
  opacity: 0;
}

.slide-enter-active[data-v-3dbdca2e],
.slide-leave-active[data-v-3dbdca2e] {
  transition: all 0.3s;
}

.slide-enter[data-v-3dbdca2e],
.slide-leave-to[data-v-3dbdca2e] {
  transform: translateX(100%);
}

.itemContainer__list[data-v-dade6f48] {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 979px) {
  .itemContainer__list.-one[data-v-dade6f48] {
    flex-direction: column;
  }
}

.itemContainer__list__item[data-v-dade6f48] {
  width: calc(25% - 10.5px);
  margin-right: 14px;
  margin-bottom: 64px;
}

.itemContainer__list__item[data-v-dade6f48]:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 979px) {
  .itemContainer__list__item.-three[data-v-dade6f48] {
    margin: 0 2px 24px 0;
    width: calc(33.3% - 1.33333px);
  }

  .itemContainer__list__item.-three[data-v-dade6f48]:nth-child(4n) {
    margin-right: 2px;
  }

  .itemContainer__list__item.-three[data-v-dade6f48]:nth-child(3n) {
    margin-right: 0;
  }

  .itemContainer__list__item.-two[data-v-dade6f48] {
    margin: 0 7px 24px 0;
    width: calc(50% - 4.66667px);
  }

  .itemContainer__list__item.-two[data-v-dade6f48]:nth-child(4n)
    + :nth-child(3n) {
    margin-right: 7px;
  }

  .itemContainer__list__item.-two[data-v-dade6f48]:nth-child(2n) {
    margin-right: 0;
  }

  .itemContainer__list__item.-one[data-v-dade6f48] {
    width: 100%;
    margin-bottom: 20px;
  }
}
