:root {
  --black: 51,51,51;
  --red: 238,0,59;
  --dark_red: 207,28,85;
  --main: 233,83,131;
  --accent: 227,55,129;
  --note: 102,102,102;
  --bg: 243,243,243;
  --gray: 153,153,153;
  --dark_gray: 167,167,167;
  --border: 210,211,212;
  --light_pink: 252,229,237;
  --beige: 248,244,241;
  --green: 92,198,172;
  --blue: 16,120,237;
  --purple: 189,104,200;
  --light_purple: 242,228,243;
  --contents_width: 1100px;
  --body_padding_side: 60px;
  --contents_width_with_padding: 1160px;
  --sidebar_width: 250px;
  --hover_opacity: .7;
}

/* .l-container
================================================ */
@media all and (max-width: 767px) {
  .l-container {
    padding-top: 0px;
  }
}

/* .line_shopcard-about
================================================ */
.line_shopcard-about__inner {
  border: 10px solid #e1fde8;
  padding: 15px;
}
@media all and (min-width: 768px) {
  .line_shopcard-about__inner {
    padding: 50px;
  }
}

.line_shopcard-about-img {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media all and (max-width: 767px) {
  .line_shopcard-about-img img {
    width: 33.3%;
  }
}
@media all and (min-width: 768px) {
  .line_shopcard-about-img {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}

.line_shopcard-about-set {
  border-top: 1px solid rgb(var(--border));
  padding-top: 30px;
}
@media all and (max-width: 767px) {
  .line_shopcard-about-set__area-img {
    background: #FDF6F1;
    text-align: center;
    padding: 30px 0 0;
  }
  .line_shopcard-about-set__area-img img {
    width: 70%;
  }
}
.line_shopcard-about-set__txt {
  border-bottom: 1px solid rgb(var(--border));
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.line_shopcard-about-set__head {
  color: #2fbd4e;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
  position: relative;
  padding-left: 3em;
}
.line_shopcard-about-set__head:before {
  content: "";
  width: 46px;
  height: 35px;
  display: flex;
  vertical-align: -0.5em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.line_shopcard-about-set__head.is-icon01:before {
  background: url(/line_shopcard/img/tit_about_point01.png) no-repeat;
  background-size: contain;
}
.line_shopcard-about-set__head.is-icon02:before {
  background: url(/line_shopcard/img/tit_about_point02.png) no-repeat;
  background-size: contain;
}
.line_shopcard-about-set__head.is-icon03:before {
  background: url(/line_shopcard/img/tit_about_point03.png) no-repeat;
  background-size: contain;
}
@media all and (min-width: 768px) {
  .line_shopcard-about-set__head {
    font-size: 3.2rem;
    padding-left: 2em;
  }
  .line_shopcard-about-set__head:before {
    content: "";
    width: 56px;
    height: 43px;
    vertical-align: -8px;
  }
}
@media all and (min-width: 768px) {
  .line_shopcard-about-set {
    padding-top: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .line_shopcard-about-set__area-img {
    width: 300px;
  }
  .line_shopcard-about-set__area-txt {
    width: 500px;
  }
}

.line_shopcard-about-coupon__list {
  display: flex;
}
@media all and (max-width: 767px) {
  .line_shopcard-about-coupon__list {
    flex-wrap: wrap;
  }
  .line_shopcard-about-coupon__list-item {
    width: 30%;
  }
  .line_shopcard-about-coupon__list-item:nth-child(n+4) {
    margin-top: 5%;
  }
  .line_shopcard-about-coupon__list-item:not(:nth-child(3n)) {
    margin-right: 5%;
  }
}
@media all and (min-width: 768px) {
  .line_shopcard-about-coupon__list {
    justify-content: space-between;
  }
}

/* .line_shopcard-how
================================================ */
.line_shopcard-how__inner {
  position: relative;
  background: #fdf6f1;
  padding: 30px 15px;
}
.line_shopcard-how__inner:before, .line_shopcard-how__inner:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  height: 20px;
  width: 100%;
}
.line_shopcard-how__inner:before {
  background: url(/line_shopcard/img/img_usage_decoration01.png);
  top: 0;
}
.line_shopcard-how__inner:after {
  background: url(/line_shopcard/img/img_usage_decoration02.png);
  bottom: 0;
}
@media all and (min-width: 768px) {
  .line_shopcard-how__inner {
    padding: 50px;
  }
}

.line_shopcard-how_flow__head {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 60px;
  color: #460101;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 65px;
}
.line_shopcard-how_flow__head:before {
  content: "";
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.line_shopcard-how_flow__head.is-icon01:before {
  background: url(/line_shopcard/img/img_usage_point01.png) no-repeat;
  background-size: contain;
}
.line_shopcard-how_flow__head.is-icon02:before {
  background: url(/line_shopcard/img/img_usage_point02.png) no-repeat;
  background-size: contain;
}
.line_shopcard-how_flow__head.is-icon03:before {
  background: url(/line_shopcard/img/img_usage_point03.png) no-repeat;
  background-size: contain;
}
.line_shopcard-how_flow__head.is-icon04:before {
  background: url(/line_shopcard/img/img_usage_point04.png) no-repeat;
  background-size: contain;
}
@media all and (min-width: 768px) {
  .line_shopcard-how_flow__head {
    min-height: 100px;
    font-size: 3.2rem;
    margin-bottom: 1em;
    padding-left: 110px;
  }
  .line_shopcard-how_flow__head:before {
    width: 100px;
    height: 100px;
  }
}

.line_shopcard-how_flow__qr {
  color: #A84C37;
  font-size: 1.8rem;
}
@media all and (min-width: 768px) {
  .line_shopcard-how_flow__qr {
    font-size: 3rem;
  }
}
.line_shopcard-how_flow__list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
}
.line_shopcard-how_flow__list-item {
  width: 48%;
  text-align: center;
}
.line_shopcard-how_flow__list .card {
  position: relative;
}
.line_shopcard-how_flow__list .card::after {
  content: "";
  display: inline-block;
  background: url(/line_shopcard/img/ico_arrow01.png) left top/contain no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -4vw;
  width: 4.67vw;
  height: 5.07vw;
}
@media all and (min-width: 768px) {
  .line_shopcard-how_flow__list .card::after {
    width: 35px;
    height: 38px;
    right: -16px;
  }
}
.line_shopcard-how_flow-item:not(:first-child) {
  border-top: 1px solid #f0d9bd;
  padding-top: 15px;
}
@media all and (min-width: 768px) {
  .line_shopcard-how_flow-item:not(:first-child) {
    border-top: 1px solid #f0d9bd;
    padding-top: 50px;
  }
}
.line_shopcard-how_flow-item .is-line {
  background: linear-gradient(transparent 60%, #feec5c 30%);
}
@media all and (min-width: 768px) {
  .line_shopcard-how_flow__list {
    justify-content: center;
  }
}

/* .line_shopcard-terms
================================================ */
.line_shopcard-terms__inner {
  counter-reset: number 0;
  background: #F6F6F6;
  padding: 15px;
}
@media all and (min-width: 768px) {
  .line_shopcard-terms__inner {
    padding: 50px;
  }
}

.line_shopcard-terms-detail__head {
  font-size: 1.8rem;
  position: relative;
  padding-left: 45px;
}
.line_shopcard-terms-detail__head:before {
  counter-increment: number 1;
  content: "0" counter(number);
  display: inline-block;
  z-index: 2;
  position: absolute;
  left: 7px;
  top: 1px;
  color: #fff;
  font-size: 17px;
}
.line_shopcard-terms-detail__head:after {
  content: "";
  width: 35px;
  height: 35px;
  display: block;
  background: #6DCD36;
  z-index: 1;
  position: absolute;
  left: 0;
  top: -2px;
  border-radius: 50%;
}
@media all and (min-width: 768px) {
  .line_shopcard-terms-detail__head {
    font-size: 2.6rem;
  }
  .line_shopcard-terms-detail__head:before {
    font-size: 20px;
    left: 6px;
    top: 6px;
  }
  .line_shopcard-terms-detail__head:after {
    top: 7px;
  }
}