/* ===============================================
    ! Foundation !
=============================================== */
/* =====================================
    * setting for animation style *
===================================== */

.c-breadcrumb{
  display: none;
}

.js-fadeIn {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}

.js-fadeIn.js-scrollIn {
  opacity: 1;
  transform: translate(0, 0);
}

/* first view setting for slick */
.item-slider {
  opacity: 0;
  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: 400;
  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: 400;
  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;
  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: var(--color-black);
  display: block;
  height: 2px;
  width: 18px;
}

.slick-arrow.slick-prev::before {
  top: 0;
  right: 0;
  transform: rotate(-45deg);
}

.slick-arrow.slick-prev::after {
  top: 12px;
  right: 0px;
  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: var(--color-black);
  display: block;
  height: 2px;
  width: 18px;
}

.slick-arrow.slick-next::before {
  top: 0;
  right: 0;
  transform: rotate(-135deg);
}

.slick-arrow.slick-next::after {
  top: 12px;
  right: 0;
  transform: rotate(135deg);
}

.slick-disabled {
  cursor: default;
  opacity: 0;
}

/* style of howtouse__container */
.howtouse {
  background-color: #f8f8f8;
  padding: 45px 0;
}

.howtouse__btn {
  display: flex;
  justify-content: center;
  margin: 80px auto 0;
  /* common style of btn */
}

.howtouse__btn > li {
  cursor: pointer;
  background-color: var(--color-white);
  border: solid 1px var(--color-lightgray);
  border-radius: 10px;
  color: var(--color-lightgray);
  font-size: 15px;
  font-weight: 500;
  height: 110px;
  text-align: center;
  width: 250px;
}

.howtouse__btn .isActive {
  border: solid 2px var(--color-black);
  color: var(--color-black);
  font-weight: bold;
}

.howtouse__btn--mybody {
  line-height: 110px;
  margin-right: 80px;
}

.howtouse__btn--myitem {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: normal;
}

.howtouse__content {
  background-color: var(--color-white);
  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: flex;
  justify-content: center;
  border-bottom: solid 1px #dfdfdf;
  margin: auto auto 60px;
  width: 900px;
}

.wayto__btn > li {
  cursor: pointer;
  background-color: var(--color-white);
  color: var(--color-lightgray);
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.wayto__btn .isActive {
  border-bottom: solid 2px var(--color-black);
  color: var(--color-black);
  font-weight: bold;
}

.wayto__btn--history, .wayto__btn--brand {
  margin-right: 130px;
}

.wayto__content {
  background-color: var(--color-white);
  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%;
}

.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 *
=============================================== */
