.page-linelogin {
  background: repeating-linear-gradient(90deg, #EFEDD4, #EFEDD4 40px, #fff 20px, #fff 47px);
}
.page-linelogin .font-w {
  font-size: 1.4em;
}
.page-linelogin .font-m {
  font-size: 1.1em;
}
.page-linelogin .font-green,
.page-linelogin .font-green a {
  color: #04C755;
}
.page-linelogin .font-red,
.page-linelogin .font-red a {
  color: #C50918;
}
.page-linelogin .is-dots {
  background-image: radial-gradient(circle at center, #C50918 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 1em;
  padding-top: 0.7em;
}
.page-linelogin .line-btn {
  width: 70%;
  margin-top: 10px;
}
.page-linelogin .line-btn a,
.page-linelogin .line-btn span {
  display: block;
  background: #0ac756 url(../../../img/usr/originalpage/linelogin/ico-line.png) 5%/auto 90% no-repeat;
  text-decoration: none;
  color: white;
  width: 100%;
  text-align: center;
  border-radius: 0.6em;
  padding: 0.5em 0 0.5em 1.1em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.page-linelogin .block-linelogin-content .content-inner + .content-inner {
  margin-top: 40px;
}
.page-linelogin .linelogin-header {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding-bottom: clamp(50px, 8vw, 150px);
}
.page-linelogin .linelogin-header::before {
  content: "";
  display: block;
  height: 150%;
  position: absolute;
  bottom: 0;
  left: -20%;
  right: -20%;
  margin: auto;
  background-color: #FFFFF5;
  z-index: -1;
  border-radius: 100%;
}
.page-linelogin .linelogin-header .is-ttl {
  border: 0;
  text-align: center;
  padding: 60px 0 0 7em;
  margin: 0 0 50px;
}
.page-linelogin .linelogin-header .is-ttl .inner {
  display: inline-block;
  padding-right: 50px;
  background: url(../../../img/usr/originalpage/linelogin/ico-cart.png) right 90%/auto 40% no-repeat;
}
.page-linelogin .linelogin-header .is-ttl .is-indent {
  text-indent: -7em;
  display: inline-block;
  position: relative;
}
.page-linelogin .linelogin-header .is-ttl .is-indent::before {
  content: "";
  display: block;
  position: absolute;
  left: -8em;
  top: -20px;
  width: 80px;
  aspect-ratio: 1/1.2;
  margin: auto;
  background: url(../../../img/usr/originalpage/linelogin/ico-smartphone.png) center/100% no-repeat;
  z-index: -1;
}
.page-linelogin .linelogin-header .is-ttl .is-indent .font-w {
  background-color: #fffff5;
  border-radius: 1em;
  padding: 0 0 0 0.2em;
  line-height: 1;
}
.page-linelogin .linelogin-header .linelogin-mv-contents {
  max-width: 800px;
  margin: auto;
  position: relative;
}
.page-linelogin .linelogin-header .linelogin-mv-contents .linelogin-point-list {
  display: flex;
  flex-wrap: wrap;
}
.page-linelogin .linelogin-header .linelogin-mv-contents .linelogin-point-list .point-item {
  background-color: #C50918;
  color: white;
  border-radius: 200px;
  width: 23%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.page-linelogin .linelogin-header .linelogin-mv-contents .linelogin-point-list .point-item .is-text {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}
.page-linelogin .linelogin-header .linelogin-mv-contents .linelogin-point-list .point-item:nth-child(2n) {
  margin-left: 54%;
}
.page-linelogin .linelogin-header .linelogin-mv-contents .linelogin-point-list .point-item:nth-child(n+3) {
  margin-top: 30%;
}
.page-linelogin .linelogin-header .linelogin-mv-contents .linelogin-point-list .point-item::before {
  content: "";
  position: absolute;
  top: -110px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../../../img/usr/originalpage/linelogin/bg-leaf-red.png) center/100% no-repeat;
  width: 120px;
  aspect-ratio: 1/1.5;
  display: inline-block;
  z-index: -1;
}
.page-linelogin .linelogin-header .linelogin-mv-contents .linelogin-point-list::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 80px;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 80%;
  aspect-ratio: 1;
  border-radius: 100%;
  background-image: repeating-conic-gradient(#C50918 3% 3.5%, transparent 3% 4.3%);
  -webkit-mask-image: radial-gradient(transparent 69.8%, #C50918 68.8% 71%, transparent 67%);
  mask-image: radial-gradient(transparent 69.8%, #C50918 68.8% 71%, transparent 67%);
}
.page-linelogin .linelogin-header .linelogin-mv-contents .is-fukidashi {
  text-align: center;
  font-size: 31px;
  font-weight: bold;
  margin-bottom: 80px;
  color: #443829;
}
.page-linelogin .linelogin-header .linelogin-mv-contents .is-fukidashi::before, .page-linelogin .linelogin-header .linelogin-mv-contents .is-fukidashi::after {
  content: "";
  display: inline-block;
  background: #443829;
  height: 35.5070415552px;
  width: 9px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  vertical-align: middle;
}
.page-linelogin .linelogin-header .linelogin-mv-contents .is-fukidashi::before {
  transform: rotate(-25deg);
  margin-right: 20px;
}
.page-linelogin .linelogin-header .linelogin-mv-contents .is-fukidashi::after {
  transform: rotate(25deg);
  margin-left: 20px;
}
.page-linelogin .linelogin-header .linelogin-mv-contents .img-block {
  position: absolute;
  top: 120px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  height: 70%;
}
.page-linelogin .linelogin-header .linelogin-mv-contents .img-block img {
  height: 100%;
}
.page-linelogin .reco-point-wrap {
  position: relative;
  z-index: 0;
}
.page-linelogin .reco-point-wrap .reco-point-ttl {
  background-color: transparent;
  padding: 0;
}
.page-linelogin .reco-point-wrap .reco-point-ttl .inner {
  position: relative;
  z-index: 0;
  display: inline-block;
  background-color: white;
  padding: 10px 40px 10px 50px;
  border-radius: 100px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-shadow: 3px 3px 0 white, -3px 3px 0 white, -3px -3px 0 white, 3px -3px 0 white;
}
.page-linelogin .reco-point-wrap .reco-point-ttl .inner::before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  aspect-ratio: 1/1.2;
  margin: auto;
  background: url(../../../img/usr/originalpage/linelogin/ico-smartphone.png) center/100% no-repeat;
  z-index: -1;
}
.page-linelogin .reco-point-wrap .reco-point-ttl .inner .font-green {
  margin-right: 5px;
}
.page-linelogin .reco-point-wrap .reco-point {
  display: flex;
  flex-wrap: wrap;
  padding-top: 170px;
}
.page-linelogin .reco-point-wrap .reco-point .reco-point-item {
  width: 50%;
  max-width: 420px;
}
.page-linelogin .reco-point-wrap .reco-point .reco-point-item .item-inner {
  max-width: 480px;
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
}
.page-linelogin .reco-point-wrap .reco-point .reco-point-item .item-inner::before {
  content: "";
  position: absolute;
  top: -99px;
  left: -20px;
  right: 0;
  margin: auto;
  background: url(../../../img/usr/originalpage/linelogin/bg-leaf-green.png) center/100% no-repeat;
  width: 200px;
  aspect-ratio: 1/0.5;
  display: inline-block;
  z-index: -1;
}
.page-linelogin .reco-point-wrap .reco-point .reco-point-item .item-inner::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: white;
  border-radius: 100%;
}
.page-linelogin .reco-point-wrap .reco-point .reco-point-item:first-child, .page-linelogin .reco-point-wrap .reco-point .reco-point-item:nth-child(4) {
  width: 100%;
  max-width: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-linelogin .reco-point-wrap .reco-point .reco-point-item:nth-child(3) {
  margin-left: auto;
}
.page-linelogin .reco-point-wrap .reco-point .reco-point-item:first-child .img-block {
  width: 50%;
}
.page-linelogin .reco-point-wrap .reco-point .reco-point-item .img-block {
  width: 40%;
  margin-top: 5px;
}
.page-linelogin .reco-point-wrap .reco-point .reco-point-item .img-block {
  width: 40%;
  margin-top: 20px;
}
.page-linelogin .reco-point-wrap .reco-point .reco-point-item.point1 .img-block {
  margin-top: 0;
}
.page-linelogin .reco-point-wrap .reco-point .reco-point-item .is-num {
  position: absolute;
  top: -80px;
  left: 50%;
  color: #04C755;
  width: 50px;
  text-shadow: 2px 2px 0 white, -2px 2px 0 white, -2px -2px 0 white, 2px -2px 0 white;
  letter-spacing: 0.05em;
  transform: translate(-90px,0);
}
.page-linelogin .reco-point-wrap .reco-point .reco-point-item .is-text,
.page-linelogin .reco-point-wrap .reco-point .reco-point-item .sub-text {
  text-align: center;
  font-weight: bold;
}
.page-linelogin .reco-point-wrap .reco-point .reco-point-item .is-text {
  font-size: 22px;
}
.page-linelogin .reco-point-wrap .reco-point .reco-point-item .sub-text {
  margin-top: 30px;
  font-size: 18px;
}
.page-linelogin .reco-point-wrap .reco-point .reco-point-item.point1 .sub-text {
  margin-top: 20px;
}
.page-linelogin .reco-point-wrap .reco-point .reco-point-item .sub-text small {
  font-size: 18px;
}
.page-linelogin .reco-point-wrap .reco-point .reco-point-item .line-btn+.sub-text {
    margin-top: 10px;
}
.page-linelogin .reco-point-wrap::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -5%;
  left: 0;
  right: 0;
  margin: auto;
  width: 2px;
  height: 50%;
  background-color: #04C755;
}
.page-linelogin .how-to-wrap {
  background-color: #FFFFF5;
  margin-top: 80px;
  padding: 45px 0 100px;
}
.page-linelogin .how-to-wrap .is-fukidashi {
  padding: 0;
  background: transparent;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #443829;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  margin: 0 0 10px;
}
.page-linelogin .how-to-wrap .is-fukidashi::before, .page-linelogin .how-to-wrap .is-fukidashi::after {
  content: "";
  display: inline-block;
  background: #443829;
  height: 1em;
  width: 9px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  vertical-align: bottom;
}
.page-linelogin .how-to-wrap .is-fukidashi::before {
  transform: rotate(-25deg);
  margin-right: 20px;
}
.page-linelogin .how-to-wrap .is-fukidashi::after {
  transform: rotate(25deg);
  margin-left: 20px;
}
.page-linelogin .how-to-wrap .is-ttl {
  padding: 0;
  background: transparent;
  margin: 0 0 90px;
}
.page-linelogin .how-to-wrap .is-ttl .inner {
  background-color: #443829;
  color: white;
  display: inline-block;
  padding: 10px 0;
  width: 70%;
  max-width: 640px;
  border-radius: 100px;
  font-size: 40px;
}
.page-linelogin .how-to-wrap .block-line-qr-wrap .block-line-qr {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-linelogin .how-to-wrap .block-line-qr-wrap .block-line-qr .is-text {
  font-size: 27px;
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
}
.page-linelogin .how-to-wrap .block-line-qr-wrap .block-line-qr .is-text::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #04C755;
  position: absolute;
  bottom: 0;
  left: 10%;
}
.page-linelogin .how-to-wrap .block-line-qr-wrap .block-line-qr .is-text::after {
  content: "";
  display: block;
  background: #04C755;
  height: 1em;
  width: 25px;
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
  position: absolute;
  bottom: 0;
  right: -15%;
}
.page-linelogin .how-to-wrap .block-line-qr-wrap .block-line-qr .qr-block {
  max-width: 280px;
  width: 48%;
  aspect-ratio: 1;
  margin-left: 5%;
  background-color: #04C755;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-linelogin .how-to-wrap .block-line-qr-wrap .block-line-qr .qr-block img {
  width: 60%;
}
.page-linelogin .how-to-wrap .how-to-point {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}
.page-linelogin .how-to-wrap .how-to-point::before {
  content: "";
  display: block;
  width: 72%;
  height: 2px;
  background-image: linear-gradient(to right, #443829 4px, transparent 5px);
  background-size: 10px 5px;
  background-repeat: repeat-x;
  background-position: left bottom;
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  z-index: -1;
  margin: 0 auto 0 10%;
}
.page-linelogin .how-to-wrap .how-to-point::after {
  content: "";
  position: absolute;
  display: block;
  background: #443829;
  height: calc(tan(60deg) * 28px / 2);
  width: 18px;
  top: 80px;
  right: 16%;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.page-linelogin .how-to-wrap .how-to-point .how-to-point-item {
  width: calc((100% - 45px) / 4);
}
.page-linelogin .how-to-wrap .how-to-point .how-to-point-item .is-num {
  text-align: center;
  color: #FFFFF5;
  width: 60%;
  margin: 0 auto;
  padding-bottom: 15px;
  letter-spacing: 0.05em;
  display: block;
}
.page-linelogin .how-to-wrap .how-to-point .how-to-point-item .is-text {
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  padding: 3.8em 1.8em 1em;
  position: relative;
  margin-top: 50px;
  z-index: 0;
  font-size: 18px;
  font-weight: bold;
}
.page-linelogin .how-to-wrap .how-to-point .how-to-point-item .is-text::before {
  content: "";
  display: block;
  position: absolute;
  width: 90px;
  aspect-ratio: 1;
  background-color: #FFFFF5;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.page-linelogin .how-to-wrap .how-to-point .how-to-point-item .is-text::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  background-color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 100%;
}
.page-linelogin .how-to-wrap .how-to-point .how-to-point-item .is-text .ico-image {
  display: block;
  position: absolute;
  width: 80px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  left: 0;
  right: 0;
  margin: auto;
}
.page-linelogin .how-to-wrap .how-to-point .how-to-point-item .is-text .ico-image img {
  max-height: 100%;
}
.page-linelogin .how-to-wrap .how-to-point .how-to-point-item .sub-text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.8;
  display: inline-block;
  margin: 0 2%;
}
.page-linelogin .how-to-wrap .how-to-point .how-to-point-item .img-block {
  width: 80%;
  margin: -40px auto 0;
  position: relative;
  z-index: 0;
}
.page-linelogin .how-to-wrap .how-to-point .how-to-point-item.step01 .ico-image {
  top: -40px;
}
.page-linelogin .how-to-wrap .how-to-point .how-to-point-item.step02 .ico-image {
  top: -50px;
}
.page-linelogin .how-to-wrap .how-to-point .how-to-point-item.step03 .ico-image {
  top: -30px;
}
.page-linelogin .how-to-wrap .how-to-point .how-to-point-item.step04 .ico-image {
  top: -50px;
}