/* ===============================================
    ! Foundation !
=============================================== */
/* =====================================
    * base style *
===================================== */
.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 !important;
}

main .pc-component {
  display: none !important;
}

@media only screen and (min-width: 560px) {
  main .sp-component {
    display: none !important;
  }
  main .pc-component {
    display: block !important;
  }
}

/* for breadcrumb */
.cateList {
  color: #000000;
  font-size: calc(20 * (100vw / 750));
  letter-spacing: 0.01em;
  line-height: calc(40 * (100vw / 750));
  margin: calc(10 * (100vw / 750)) auto;
  padding: calc(32 * (100vw / 750)) 0;
  width: 92%;
}

@media only screen and (min-width: 560px) {
  .cateList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    height: 50px;
    letter-spacing: 0.03em;
    line-height: 50px;
    margin: 0 auto 40px;
    padding: 0;
    width: 1200px;
  }
  .cateList a {
    text-decoration: none;
    -webkit-transition: 0s;
    transition: 0s;
  }
  .cateList span {
    padding: 0 5px;
  }
}

@media only screen and (min-width: 560px) and (max-width: 1199px) {
  .cateList {
    font-size: calc(12 * (100vw / 1400));
    height: calc(50 * (100vw / 1400));
    letter-spacing: 0.03em;
    line-height: calc(50 * (100vw / 1400));
    margin: 0 auto calc(40 * (100vw / 1400));
    width: 92%;
  }
  .cateList span {
    padding: 0 calc(5 * (100vw / 1400));
  }
}

@media only screen
and (max-device-width: 767px) {
  .main-area {
    width: 90%;
  }
}

/* ===============================================
    ! Object !
=============================================== */
/* ===============================================
    * Style for SP *
=============================================== */
main {
  margin: auto;
  width: 95%;
}

.sec-style {
  display: block;
}

.heading__sec .title-txt {
  font-size: calc(36 * (100vw / 750));
  font-weight: bold;
  line-height: 1.5;
  margin: calc(60 * (100vw / 750)) auto calc(40 * (100vw / 750));
  text-align: center;
}

.heading__sec .subtitle-txt {
  border-bottom: solid 1px #000;
  font-size: calc(24 * (100vw / 750));
  margin: calc(40 * (100vw / 750)) auto 0;
  line-height: 1.7;
  padding-bottom: calc(20 * (100vw / 750));
  text-align: center;
}

.heading__sec .desc-txt {
  font-size: calc(26 * (100vw / 750));
  margin: calc(70 * (100vw / 750)) auto 0;
  line-height: 2;
}

.title-txt {
  font-size: calc(28 * (100vw / 750));
  font-weight: bold;
  margin: calc(70 * (100vw / 750)) auto calc(20 * (100vw / 750));
  text-align: center;
}

.desc-txt {
  display: block;
  font-size: calc(26 * (100vw / 750));
  line-height: 1.7;
  margin-bottom: calc(20 * (100vw / 750));
  text-align: left;
}

.step__sec b.desc-txt {
  font-weight: bold;
}

.step__sec img {
  border: solid 0.5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.step__sec .notes__container {
  color: #ff0000;
}

.step__sec .notes__container .desc-txt {
  margin-bottom: calc(20 * (100vw / 750));
}

.coupon__sec {
  margin-bottom: calc(160 * (100vw / 750));
}

.coupon__sec img {
  border: solid 0.5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  margin-bottom: calc(40 * (100vw / 750));
  padding: calc(20 * (100vw / 750));
  width: 94%;
}

.coupon__sec .desc-txt {
  margin-bottom: calc(20 * (100vw / 750));
}

/* ===============================================
    *  Style for PC *
=============================================== */
@media only screen and (min-width: 560px) {
  main {
    width: 1030px;
  }
  .heading__sec .title-txt {
    font-size: 24px;
    line-height: 1.7;
    margin: 60px auto 20px;
  }
  .heading__sec .subtitle-txt {
    font-size: 13px;
    margin: auto;
    line-height: 1.7;
    padding-bottom: 20px;
  }
  .heading__sec .desc-txt {
    font-size: 16px;
    margin: 20px auto 0;
    line-height: 2;
    text-align: center;
  }
  .title-txt {
    font-size: 18px;
    margin: 80px auto 20px;
    text-align: left;
  }
  .desc-txt {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  .sec-style {
    margin: auto;
    width: 70%;
  }
  .step__sec b.desc-txt {
    display: block;
    margin-top: 10px;
  }
  .step__sec .notes__container {
    color: #ff0000;
    padding-bottom: 30px;
  }
  .step__sec .notes__container .title-txt {
    font-size: 16px;
  }
  .step__sec .notes__container .desc-txt {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .coupon__sec {
    margin-bottom: 120px;
  }
  .coupon__sec img {
    margin-bottom: 20px;
    padding: 18px;
  }
  .coupon__sec .desc-txt {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 560px) and (max-width: 1199px) {
  main {
    width: 100%;
  }
}
