@charset "UTF-8";
a:hover,
.pcFlex-movie:hover {
  opacity: 0.7;
  cursor: pointer;
}

.fixedAnchor {
  display: flex;
  position: absolute;
  top: 0;
  margin-top: -68px;
  flex-wrap: wrap;
  border: 1px solid #dadada;
  border-width: 0 0 1px 1px;
  background: #fff;
  width: 100%;
  transition: all 0.3s;
}

.fixedAnchor.is-fixed {
  position: fixed;
  margin-top: 0;
  transition: all 0.3s;
  z-index: 11;
}

.fixedAnchor_item {
  border-right: 1px solid #dadada;
  width: 20%;
  height: 68px;
}

.fixedAnchor_itemLink {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  font-size: 12px;
  border-bottom: 2px solid transparent;
  font-weight: bold;
  cursor: pointer;
}

.fixedAnchor_itemLink[data-anchor-current=true] {
  border-bottom-color: #1b1b1b;
}

.fixedAnchor_itemLinkInner {
  padding-left: 9px;
  padding-right: 9px;
}

.anchorAdjustBox {
  margin-top: -35px;
  padding-top: 35px;
}

.fr-stepFlow_item {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.uf-regular {
  font-family: "UniqloPro regular", "Helvetica Neue", HelveticaNeue, Helvetica, "Noto Sans", Roboto, Arial, "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ  Pro W3", "Noto Sans CJK JP", Osaka, Meiryo, "メイリオ", "MS PGothic", "MS Pゴシック", "Hiragino Sans GB", "Arial Unicode MS", sans-serif;
  line-height: 18px;
  letter-spacing: 0.08em;
}

.uf-bold,
.Text_price {
  font-family: "UniqloPro bold", "Helvetica Neue", HelveticaNeue, Helvetica, "Noto Sans", Roboto, Arial, "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ  Pro W3", "Noto Sans CJK JP", Osaka, Meiryo, "メイリオ", "MS PGothic", "MS Pゴシック", "Hiragino Sans GB", "Arial Unicode MS", sans-serif;
  line-height: 18px;
  letter-spacing: 0.01em;
}

.Text_body {
  width: 100%;
  overflow-wrap: anywhere;
  font-weight: 600;
}

.Text_price {
  font-size: 18px;
}

.processing_pricing_table td,
.processing_pricing_table th {
  vertical-align: middle;
  border: 1px solid;
  font-size: 12px;
  font-weight: lighter;
}

.processing_pricing_table {
  width: 100%;
  margin: 0;
}

tr {
  width: 100%;
  border: 2px solid #000 !important;
}

.tbl-half {
  width: 50%;
}

.tbl-25 {
  width: 25%;
}

.bg_black {
  color: #fff;
  background-color: #000;
}

.fr-linkButton {
  line-height: 24px !important;
  padding: 20px 0;
}

.fr-readMore_content {
  padding: 0 !important;
}

.u-color-red {
  font-weight: 600;
}

.fr-anchorButton_itemInner {
  width: 100%;
}

.swiper-pagination-bullets {
  bottom: -2px !important;
}

@media (min-width: 813px) {
  .fixedAnchor {
    width: auto;
    max-width: 1178px;
    left: 25px;
    right: 25px;
    padding: 0;
    margin-top: -82px;
    margin-right: auto;
    margin-left: auto;
  }
  .fixedAnchor_item {
    height: 82px;
  }
  .fixedAnchor_itemLink {
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W6", sans-serif;
    font-weight: 700;
    font-size: 17px;
    border-bottom: 4px solid transparent;
  }
  .anchorAdjustBox {
    margin-top: -50px;
    padding-top: 50px;
  }
  .fr-anchorButton_item {
    width: 20% !important;
  }
  .Text_price {
    font-size: 24px;
  }
  .pcFlex {
    display: flex;
  }
  .pcFlex .u-imgAdjustBox {
    width: 32%;
  }
  .ipt {
    width: calc((100% - 24px) / 2);
  }
  .ipt_imageArea {
    width: 100%;
  }
  .stepFlow_cnt {
    display: flex;
    justify-content: space-between;
  }
  .fr-stepFlow_item {
    display: flex;
    width: 100%;
  }
  .fr-stepFlow_itemArea {
    width: calc((100% - 24px) / 2);
  }
  .pcFlex-movie .fr-video {
    margin: 0;
  }
  .stepFlow_itemArea_flex {
    display: flex;
    justify-content: space-between;
  }
  .measure-flex {
    display: flex;
    justify-content: space-between;
  }
  .measure-flex .measure-flex_contents {
    width: calc((100% - 24px) / 3);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
/* ==========================================================
  Modal Style SP Only
========================================================== */
/* style */
video {
  width: 100%;
}

.fr-textLink.-modal {
  text-align: center;
  cursor: pointer;
}

.modalArea,
.modalArea2,
.modalArea3 {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.6s;
}

.modalBg,
.modalBg2,
.modalBg3 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modalWrapper {
  position: absolute;
  top: 35%;
  left: 4vw;
  width: calc(100% - 8vw);
  margin: 21px auto;
  padding: 21px 5vw;
  background-color: #fff;
  overflow: auto;
}

.modalArea.is-show,
.modalArea2.is-show,
.modalArea3.is-show {
  visibility: visible;
  opacity: 1;
}

.closeModal,
.closeModal2,
.closeModal3 {
  position: relative;
  z-index: 10;
}

.closeModal:after,
.closeModal2:after,
.closeModal3:after {
  position: absolute;
  top: -20px;
  right: -15px;
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(/jp/ja/contents/live-commerce/img/modal_close.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

.step {
  display: flex;
}

.step_no {
  border: 1px solid #dadada;
  font-family: "UniqloPro Light", sans-serif;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  height: 30px;
}

.step_title {
  font-weight: 700;
  font-size: 13px;
  margin: auto 15px;
}

.swiper-parent.-howTo {
  overflow: visible;
}

.swiper-wrapper.-howTo {
  align-items: flex-start;
}

.swiper-button-next.-howTo,
.swiper-button-prev.-howTo {
  top: 60%;
}

.swiper-button-next.-howTo {
  margin-right: -4vw;
}

.swiper-button-prev.-howTo {
  margin-left: -4vw;
}

.type-area {
  /* text-align: center; */
  width: 100%;
  padding-right: 4vw;
  padding-left: 4vw;
}

.type-area .left-text {
  text-align: center;
}

@media screen and (min-width: 813px) {
  /* ==========================================================
     Modal Style PC Only
   ========================================================== */
  /* data-aspect-ratio */
  [data-pc-aspect-ratio="774:514"]:before {
    padding-top: 66.4082687339%;
  }
  /* style */
  .fr-textLink.-modal {
    text-align: center;
  }
  .modalWrapper {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 825px;
    padding: 28px 36px;
  }
  .closeModal:after,
  .closeModal2:after,
  .closeModal3:after {
    position: absolute;
    top: -22px;
    right: -24px;
  }
  .step_no {
    font-size: 26px;
    line-height: 39px;
    justify-content: center;
    width: 39px;
    height: 39px;
  }
  .step_title {
    font-size: 17px;
    margin: auto 20px;
  }
  .swiper-button-next.-howTo,
  .swiper-button-prev.-howTo {
    top: 60%;
  }
  .swiper-button-next.-howTo {
    margin-right: -72px;
  }
  .swiper-button-prev.-howTo {
    margin-left: -72px;
  }
  .fr-linkButton.-moreButtonHowto {
    margin: 15px auto 0;
  }
  .type-area {
    padding-right: 0;
    padding-left: 0;
  }
  .type-area .step_img {
    margin-right: auto;
    margin-left: auto;
    width: 56%;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.note-float-img {
  float: left;
  padding-right: 2em;
}

.red-text {
  color: red;
}/*# sourceMappingURL=alterations.css.map */