/* ===============================================
    ! Foundation !
=============================================== */
/* =====================================
    * setting for animation style *
===================================== */
.js-fadeIn {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
      -ms-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
}

.js-fadeIn.js-scrollIn {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* first view setting for slick */
.item-slider {
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.item-slider.slick-initialized {
  opacity: 1;
}

/* =====================================
    * setting for base style    *
    *               of the page *
===================================== */
.main-area img, .main_inner img {
  width: 100%;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ul, li {
  list-style: none;
}

/* for responsive objects */
main .sp-component {
  display: block;
}

main .pc-component {
  display: none;
}

@media only screen and (min-device-width: 560px) {
  main .sp-component {
    display: none;
  }
  main .pc-component {
    display: block;
  }
}

/* ===============================================
    ! Layout !
=============================================== */
/* ===============================================
    ! Object !
=============================================== */
/* ===============================================
    *  Style of PC *
=============================================== */
.heading {
  display: block;
  margin-top: 90px;
  text-align: center;
}

.heading-txt {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
}

.heading .desc-txt {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
  margin-top: 50px;
  text-align: center;
}

.heading .desc-txt .paragraph {
  display: block;
  line-height: 2;
}

/* common style of each section */
.title-txt {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.desc-txt {
  font-size: 15px;
  font-weight: 300;
  line-height: 2;
  text-align: justify;
}

.sec-style {
  display: block;
  margin: 110px auto 0;
}

.sec-style .desc-txt {
  margin-top: 40px;
}

.isActive {
  display: block;
}

/* for slick */
.slick-arrow {
  position: absolute;
  top: 50%;
  background: transparent;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 51px;
  line-height: 0;
  outline: none;
  padding: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 30px;
  z-index: 1;
}

.slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  left: 10%;
}

.slick-arrow.slick-prev::before, .slick-arrow.slick-prev::after {
  content: "";
  position: absolute;
  background: #000;
  display: block;
  height: 2px;
  width: 18px;
}

.slick-arrow.slick-prev::before {
  top: 0;
  right: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.slick-arrow.slick-prev::after {
  top: 12px;
  right: 0px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  right: 10%;
}

.slick-arrow.slick-next::before, .slick-arrow.slick-next::after {
  content: "";
  position: absolute;
  background: #000;
  display: block;
  height: 2px;
  width: 18px;
}

.slick-arrow.slick-next::before {
  top: 0;
  right: 0;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.slick-arrow.slick-next::after {
  top: 12px;
  right: 0;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.slick-disabled {
  cursor: default;
  opacity: 0;
}

/* style of howtouse__container */
.howtouse {
  background-color: #f8f8f8;
  padding: 45px 0;
}

.howtouse__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 80px auto 0;
  /* common style of btn */
}

.howtouse__btn > li {
  background-color: #fff;
  border: solid 1px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 15px;
  font-weight: 500;
  height: 110px;
  text-align: center;
  width: 250px;
}

.howtouse__btn .isActive {
  border: solid 2px #000;
  color: #000;
  font-weight: bold;
}

.howtouse__btn--mybody {
  line-height: 110px;
  margin-right: 80px;
}

.howtouse__btn--myitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: normal;
}

.howtouse__content {
  background-color: #fff;
  border-radius: 6px;
  margin: 40px auto 0;
  padding: 50px 0 0;
  width: 980px;
  /* toggle of state */
  /* layout for text */
}

.howtouse__content figure > img {
  display: block;
  height: auto;
  margin: 50px auto 0;
  width: 470px;
}

.howtouse__content--mybody, .howtouse__content--myitem {
  display: none;
  height: 100%;
}

.howtouse__content .isActive {
  display: block !important;
}

.howtouse__content .title-txt {
  padding: 0 20px;
}

.howtouse__content .desc-txt {
  padding: 0 30px;
}

/* howtouse__content--mybody */
.compare-to-mybody {
  height: 100%;
}

/* howtouse__content--myitem */
.wayto__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: solid 1px #dfdfdf;
  margin: auto auto 60px;
  width: 900px;
}

.wayto__btn > li {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.4);
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 20px;
}

.wayto__btn .isActive {
  border-bottom: solid 2px #000;
  color: #000;
  font-weight: bold;
}

.wayto__btn--history, .wayto__btn--brand {
  margin-right: 130px;
}

.wayto__content {
  background-color: #fff;
  margin: 40px auto 0;
  width: 980px;
}

.wayto__content figure > img {
  display: block;
  height: auto;
  margin: 50px auto 0;
  width: 470px;
}

.wayto__content .isActive {
  display: block !important;
}

.wayto--history, .wayto--brand, .wayto--measure {
  display: none;
  height: 100%;
}

/* for slick */
.slick-dots {
  margin: 20px auto 0;
  padding-bottom: 20px;
  width: 100%;
  font-size: 0;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
}
.slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px;
}
.slick-dots li.slick-active button {
    background: #000;
}
.slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    border: 1px solid #000;
    background: transparent;
    -webkit-appearance: none;
    padding: 0;
    -webkit-transition: background .3s;
    transition: background .3s;
    cursor: pointer;
}
.jqSlider .desc-txt {
  text-align: center;
}

.slick-slide {
  outline: none;
}

/* style of account */
.account-img--top, .account-img--bottom {
  margin: 56px auto 0;
  width: 628px;
}

/* style of help */
.help-img {
  margin: 56px auto 0;
  width: 628px;
}

/* style of notes */
.notes {
  margin-bottom: 100px;
}

.notes .desc-txt {
  margin: 56px auto 0;
  text-align: center;
}

/* ===============================================
    * Style of Tablet *
=============================================== */
