@charset "UTF-8";
/*!
 * 
 * /promo/pointinfo/index.htm
 * 
 */

/* # =================================================================
   # common
   # ================================================================= */
body {
  width: 100%;
  min-width: 1040px;
  height: auto;
  font-size: 18px;
  color: #472005;
}
figure {
  line-height: 0;
}
img {
  max-width: 100%;
  height: auto;
}
ol,
ul {
  list-style: none;
}
a {
  color: #472005;
  text-decoration: none;
}
a.link-blue {
  color: #0071bc;
  text-decoration: underline;
}
a.link-blue:hover {
  text-decoration: none;
}
.main {
  width: 100%;
  overflow: hidden;
}
.img {
  line-height: 0;
}
.sec-area {
  width: 100%;
}
.inner {
  width: 1020px;
  margin: 0 auto;
}
.sec-ttl {
  font-size: 40px;
  text-align: center;
  color: #ad5d05;
}
.ttl-deco-01 {
  position: relative;
}
.ttl-deco-01::after {
  position: relative;
  content: '';
  display: block;
  width: 100px;
  height: 3px;
  margin: 10px auto 0;
  background: #bc8808;
}
.ta-c {
  text-align: center;
}
.font-bold {
  font-weight: bold;
}
.fc-red {
  color: #c1272d;
}
.inline-b {
  display: inline-block;
}
.font-small {
  font-size: 12px;
}
.list-note {
  margin-top: 15px;
}
.list-note > li {
  padding-left: 1.2em;
}
.list-note .mark {
  display: inline-block;
  text-indent: -1.2em;
}
.btn-yellow-wrap {
  display: flex;
  margin: 20px 0 0;
}
.btn-yellow {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 25px 75px 25px 60px;
  background: #fcd722;
  border: 3px solid #472005;
  border-radius: 999px;
  box-shadow: 0 6px 0 #472005;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  transition: all 0.25s;
}
.btn-yellow:hover,
.btn-yellow:focus {
  box-shadow: none;
  transform: translateY(6px);
  opacity: 1;
}
.btn-yellow::after {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  right: 36px;
  width: 12px;
  height: 16px;
  background: url(/promo/pointinfo/images/icon-sankaku.svg) no-repeat center;
  background-size: auto;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
    font-size: 16px;
  }
  .inner {
    width: 100%;
    padding: 0 12px;
  }
  .sec-ttl {
    font-size: 24px;
  }
  .btn-yellow {
    max-width: 500px;
    padding: 22px;
    font-size: 18px;
  }
  .btn-yellow::after {
    right: 4%;
    width: 9px;
    height: 12px;
  }
}
/* pc/sp */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

/* # =================================================================
   # header
   # ================================================================= */

header {
  height: 80px;
  border-bottom: 1px solid #ddd;
}
header .inner {
  position: relative;
}
.logo-nifty {
  padding-top: 20px;
  line-height: 1;
}
.nif-top {
  position: absolute;
  right: 0;
  top: 30px;
  font-size: 14px;
}
.nif-top a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  header {
    height: 60px;
  }
  .logo-nifty {
    width: 90px;
    padding-top: 16px;
  }
  .nif-top {
    top: 20px;
    padding-right: 12px;
  }
}

/* # =================================================================
   # footer
   # ================================================================= */
.footer {
  background: #472005;
  color: #fff;
}

.footer .inner {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.footer a {
  color: #fff;
  text-decoration: underline;
}
.footer a:hover {
  text-decoration: none;
}
.footer-menu {
  display: flex;
  font-size: 14px;
}
.footer-menu li {
  padding: 0 20px;
  line-height: 1.4;
}
.footer-menu li:not(:first-child) {
  border-left: 2px solid #fff;
}
.nifty-copy {
  font-size: 12px;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .footer .inner {
    flex-direction: column;
    align-items: center;
  }
  .nifty-copy {
    margin-top: 15px;
    text-align: center;
  }
}
@media screen and (max-width: 530px) {
  .footer-menu {
    flex-direction: column;
  }
  .footer-menu li:not(:first-child) {
    margin-top: 8px;
    border-left: none;
  }
}

/* # =================================================================
   # top-area
   # ================================================================= */
.top-area {
  background: url(/promo/pointinfo/images/mv-bg.png) no-repeat center;
}
.top-area .inner {
  padding: 0;
}
.main-img {
  height: 400px;
}
@media screen and (max-width: 768px) {
  .top-area {
    width: 100%;
    height: auto;
    background: none;
  }

  .main-img {
    height: auto;
    width: 100%;
  }
  .main-img .sp-only {
    width: 100%;
  }
}

/* # =================================================================
   # pointlife-area
   # ================================================================= */
.pointlife-area {
  background: url(/promo/pointinfo/images/bg_03.png) repeat-y center;
  position: relative;
  padding-top: 43px;
}
.pointlife-area::before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  width: 100%;
  height: 80px;
  background: url(/promo/pointinfo/images/bg_02.png) no-repeat center bottom;
}
.pointlife-area::after {
  position: relative;
  content: '';
  display: block;
  height: 18px;
  background: url(/promo/pointinfo/images/bg_04.png) no-repeat center bottom;
}
.pointlife-area .inner {
  padding: 60px 0;
}
.pointlife-area .otoku-inner {
  padding: 0;
}
.otoku-group {
  padding: 40px;
  background: #ffffff;
  border: 3px solid #42210b;
  border-radius: 10px;
  box-shadow: 4px 4px rgba(51, 51, 51, 0.2);
}
.pointlife-group {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0;
  position: relative;
  z-index: 2;
}
.otoku-group .txt-01 {
  margin: 20px 0;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.otoku-group .txt-01 span {
  position: relative;
  padding: 0 8px 0 13px;
  display: inline-block;
  z-index: 2;
}
.otoku-group .txt-01 span::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 7px;
  background: #fcee21;
  z-index: -1;
}
.otoku-group .txt-01 strong {
  color: #c1272d;
  font-size: 30px;
}
.otoku-flow {
  display: flex;
  justify-content: center;
}
.otoku-flow li {
  position: relative;
  width: 270px;
  text-align: center;
}
.otoku-flow li:nth-child(n + 2) {
  margin-left: 40px;
}
.otoku-flow li:nth-child(n + 2)::before {
  position: absolute;
  content: '';
  display: flex;
  width: 30px;
  height: 30px;
  top: 50%;
  left: -30px;
  background: url(/promo/pointinfo/images/icon-arrow_02.svg) no-repeat;
  transform: rotate(-90deg) translateX(15px);
}
.otoku-flow .txt {
  margin-top: 15px;
  font-weight: bold;
}
.otoku-group .list-note {
  font-size: 14px;
}
.otoku-group .list-note li:nth-child(n + 1) {
  margin-top: 4px;
}
.pointlife-group::after {
  position: absolute;
  content: '';
  display: block;
  bottom: 18px;
  right: -121px;
  width: 179px;
  height: 193px;
  background: url(/promo/pointinfo/images/l-chan_01.png) no-repeat center bottom;
  z-index: -1;
}
.pointlife-desc {
  width: 475px;
}
.pointlife-img {
  width: 523px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .pointlife-area {
    padding-top: 7%;
  }
  .pointlife-area::before {
    height: 105px;
    background: url(/promo/pointinfo/images/bg_02_sp.png) no-repeat center top;
    background-size: contain;
    transform: translateY(-1px);
  }
  .pointlife-area .inner {
    padding: 60px 12px;
  }
  .pointlife-area .otoku-inner {
    padding: 0 12px;
  }
  .otoku-group {
    padding: 40px 12px;
  }
  .otoku-flow {
    flex-direction: column;
    max-width: 418px;
    margin: 0 auto;
  }
  .otoku-flow li {
    width: 100%;
    max-width: 418px;
    margin: 0 auto;
  }
  .otoku-flow li:nth-child(n + 2) {
    margin: 50px 0 0;
  }
  .otoku-flow li:nth-child(n + 2)::before {
    position: absolute;
    content: '';
    display: flex;
    width: 30px;
    height: 30px;
    top: -40px;
    left: 50%;
    background: url(/promo/pointinfo/images/icon-arrow_02.svg) no-repeat;
    transform: rotate(0) translateY(0) translateX(-15px);
  }
  .pointlife-group {
    flex-direction: column;
  }
  .pointlife-group::after {
    display: none;
  }
  .pointlife-desc,
  .pointlife-img {
    width: 100%;
  }
  .pointlife-img {
    margin-top: 15px;
  }
  .otoku-group .list-note {
    margin-top: 40px;
  }
}

/* # =================================================================
   # getpoint-area
   # ================================================================= */
.getpoint-area {
  background: url(/promo/pointinfo/images/bg_05.png) repeat-y center;
  position: relative;
}
.getpoint-area::after {
  position: relative;
  content: '';
  display: block;
  height: 18px;
  background: url(/promo/pointinfo/images/bg_07.png) no-repeat center bottom;
}
.getpoint-area .inner {
  padding: 60px 0 80px;
}
.getpoint-area .sec-lead {
  margin: 35px 0 0;
}
.getpoint-shop-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 35px 0 45px;
}
.getpoint-shop-list::after {
  position: absolute;
  content: '';
  display: block;
  bottom: -78px;
  left: 52%;
  width: 160px;
  height: 199px;
  background: url(/promo/pointinfo/images/shopping-woman.png) no-repeat center;
  background-size: contain;
  transform: translateX(-50%);
}
.getpoint-shop-list > li {
  position: relative;
  display: flex;
  width: 243px;
}
.getpoint-shop-list > li:not(:first-child):after {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: -28px;
  width: 34px;
  height: 34px;
  background: url(/promo/pointinfo/images/icon-plus.svg) no-repeat center;
  background-size: contain;
}
.getpoint-shop-list > li > a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 17px;
  border: 3px solid #472005;
  background: #fff;
  border-radius: 10px;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.2);
  font-size: 14px;
}
.getpoint-shop-list > li > a:hover {
  border-color: #fcd722;
}
.shop-logo {
  height: 70px;
  display: flex;
  align-items: center;
}
.shop-rate {
  width: 100%;
  margin: 6px 0 0;
  padding: 5px 0 4px;
  background: #472005;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.shop-img {
  margin: 20px 0 0;
}
.sample-point {
  margin: 18px 0 0;
  font-weight: bold;
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
}
.sample-point strong {
  padding: 0 5px 0 0;
  font-size: 30px;
  color: #c41010;
}
/*20220301追記*/
.point-ribbon {
  height: 180px;
  position: relative;
  background: url(../images/point-ribbon.png) no-repeat center;
}
.point-ribbon p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.point-ribbon strong {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .getpoint-area .inner {
    padding: 60px 12px 20px;
  }
  .getpoint-shop-list {
    flex-direction: column;
    margin: 35px 0 154px;
  }
  .getpoint-shop-list::after {
    bottom: -152px;
    left: 50%;
    transform: translateX(-50%);
  }
  .getpoint-shop-list > li {
    width: 100%;
    max-width: 580px;
    margin: 0 auto 25px;
  }
  .getpoint-shop-list > li:not(:first-child):after {
    left: 50%;
    top: -39px;
    width: 45px;
    height: 45px;
    transform: translateX(-50%);
  }
  .getpoint-shop-list .list-note {
    margin-top: 5px;
  }
  .point-ribbon {
    margin: 0px auto 0;
    max-width: 580px;
  }
  .otoku-point-group {
    margin: 50px 0 0;
    padding: 37px 12px 110px 12px;
  }
  .otoku-point-deco {
    width: 65%;
    max-width: 274px;
  }
  .otoku-point-txt-1 {
    font-size: 16px;
  }
  .otoku-point-txt-2 {
    margin-top: 8px;
    font-size: 20px;
  }
  .otoku-point-l-chan {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 176px;
    height: 184px;
    transform: translate(-50%, 50%);
  }
  /*20220301追記*/
  .point-ribbon {
    background: url("../images/point-ribbon_sp.png") no-repeat center;
    background-size: contain;
  }
  .point-ribbon p {
    width: 100%;
    left: 60%;
    font-size: 14px;
  }
  .point-ribbon strong {
    font-size: 28px;
  }
}

/* # =================================================================
   # select-area
   # ================================================================= */

.select-area {
  background: url(/promo/pointinfo/images/bg_08.png) repeat-y center;
  position: relative;
}
.select-area::after {
  position: relative;
  content: '';
  display: block;
  height: 18px;
  background: url(/promo/pointinfo/images/bg_09.png) no-repeat center bottom;
}
.select-area .inner {
  width: 100%;
  padding: 60px 0 80px;
}
.select-area .sec-lead {
  width: 1020px;
  margin: 35px auto;
}
.select-list {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
}
.select-list > li {
  display: flex;
  width: 495px;
  height: 120px;
  position: relative;
}
.select-list > li:nth-child(even) {
  margin-left: 30px;
}
.select-list > li:nth-child(n + 3) {
  margin-top: 30px;
}
.select-list > li > a {
  display: flex;
  width: 100%;
}
.select-btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0 0 10px;
  background: #fff;
  border-radius: 999px;
  border: 3px solid #fff;
}
.select-btn:hover,
.select-btn.active {
  cursor: pointer;
  background: #fcd722;
  border: 3px solid #fcd722;
}
.select-btn.active {
  cursor: pointer;
  background: #fcd722;
  border: 3px solid #472005;
  z-index: 60;
}
.select-btn::after {
  content: '';
  position: absolute;
  display: flex;
  right: 27px;
  width: 15px;
  height: 14px;
  background: url(/promo/pointinfo/images/icon-arrow_01.svg) no-repeat center;
}
.select-btn .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 999px;
  background-position: center;
}
.select-btn .icon-01 {
  background: url(/promo/pointinfo/images/icon-select_01.png) no-repeat center;
  background-size: contain;
}
.select-btn .icon-02 {
  background: url(/promo/pointinfo/images/icon-select_02.png) no-repeat center;
  background-size: contain;
}
.select-btn .icon-03 {
  background: url(/promo/pointinfo/images/icon-select_03.png) no-repeat center;
  background-size: contain;
}
.select-btn .icon-04 {
  background: url(/promo/pointinfo/images/icon-select_04.png) no-repeat center;
  background-size: contain;
}
.select-btn .icon-05 {
  background: url(/promo/pointinfo/images/icon-select_05.png) no-repeat center;
  background-size: contain;
}
.select-btn .icon-06 {
  background: url(/promo/pointinfo/images/icon-select_06.png) no-repeat center;
  background-size: contain;
}
.select-btn .icon-07 {
  background: url(/promo/pointinfo/images/icon-select_07.png) no-repeat center;
  background-size: contain;
}
.select-btn .icon-08 {
  background: url(/promo/pointinfo/images/icon-select_08.png) no-repeat center;
  background-size: contain;
}
.select-btn:hover .icon-01,
.select-btn.active .icon-01 {
  background: url(/promo/pointinfo/images/icon-select_01_on.png) no-repeat center;
}
.select-btn:hover .icon-02,
.select-btn.active .icon-02 {
  background: url(/promo/pointinfo/images/icon-select_02_on.png) no-repeat center;
}
.select-btn:hover .icon-03,
.select-btn.active .icon-03 {
  background: url(/promo/pointinfo/images/icon-select_03_on.png) no-repeat center;
}
.select-btn:hover .icon-04,
.select-btn.active .icon-04 {
  background: url(/promo/pointinfo/images/icon-select_04_on.png) no-repeat center;
}
.select-btn:hover .icon-05,
.select-btn.active .icon-05 {
  background: url(/promo/pointinfo/images/icon-select_05_on.png) no-repeat center;
}
.select-btn:hover .icon-06,
.select-btn.active .icon-06 {
  background: url(/promo/pointinfo/images/icon-select_06_on.png) no-repeat center;
}
.select-btn:hover .icon-07,
.select-btn.active .icon-07 {
  background: url(/promo/pointinfo/images/icon-select_07_on.png) no-repeat center;
}
.select-btn:hover .icon-08,
.select-btn.active .icon-08 {
  background: url(/promo/pointinfo/images/icon-select_08_on.png) no-repeat center;
}
.select-list .txt {
  margin-left: 12px;
  font-size: 25px;
  font-weight: bold;
  color: #472005;
}
.select-list .txt .font-small {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .select-area .inner {
    padding: 60px 12px;
  }
  .select-area .sec-lead {
    width: 100%;
  }
  .select-list > li {
    width: 100%;
    height: 100px;
  }
  .select-list > li:nth-child(even) {
    margin-left: 0;
  }
  .select-list > li:nth-child(n + 2) {
    margin-top: 30px;
  }
  .select-btn {
    padding: 0 32px 0 10px;
  }
  .select-btn::after {
    right: 20px;
  }
  .select-btn .icon {
    width: 80px;
    height: 80px;
  }
  .select-list .txt {
    font-size: 16px;
  }
  .select-list .txt .font-small {
    font-size: 12px;
  }
}
/* ad */
.screen {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* transition: all ease 3s; */
  z-index: 50;
}
.screen.active {
  display: block;
  opacity: 1;
  animation-duration: 0.3s;
  animation-name: fade-in;
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}
.popup-box {
  position: absolute;
  top: 133px;
  width: 1020px;
  background: #fff;
  box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  z-index: 100;
  display: none;
}
.select-list > li:nth-child(odd) .popup-box {
  left: 0;
}
.select-list > li:nth-child(even) .popup-box {
  right: 0;
}
.popup-box::before {
  display: block;
  content: '';
  position: absolute;
  top: -27px;
  background: url(/promo/pointinfo/images/bg-fukidashi_01.png) no-repeat;
  width: 45px;
  height: 27px;
}
.select-list > li:nth-child(odd) .popup-box::before {
  left: 220px;
}
.select-list > li:nth-child(even) .popup-box::before {
  right: 220px;
}
.popup-box.active {
  display: block;
  opacity: 1;
  animation-duration: 0.5s;
  animation-name: fade-in;
}
.btn-close {
  position: absolute;
  top: -2px;
  right: -2px;
}

@media screen and (max-width: 768px) {
  .popup-box {
    width: 100%;
    top: 113px;
    border: 3px solid #472005;
  }
  .popup-box::before {
    top: -34px;
    background: url(/promo/pointinfo/images/bg-fukidashi_01_sp.png) no-repeat;
    width: 43px;
    height: 34px;
  }
  .select-list > li:nth-child(odd) .popup-box::before {
    left: 40%;
  }
  .select-list > li:nth-child(even) .popup-box::before {
    right: auto;
    left: 40%;
  }
  .sp-only .ad-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px;
  }
  .sp-only .ad-list > li {
    width: 100%;
    display: flex;
    background-color: #eaeaea;
    background-image: url(/promo/pointinfo/images/bg-arrow_01.svg);
    background-size: 20px 20px;
    background-position: right bottom;
    border-radius: 8px;
  }
  .ad-list > li:nth-child(n + 2) {
    margin-top: 20px;
  }
  .sp-only .ad-list > li:hover {
    background-color: #ffefab;
    background-image: url(/promo/pointinfo/images/bg-arrow_01_on.svg);
  }
  .sp-only .ad-list > li > a {
    width: 100%;
    display: flex;
  }
  .sp-only .ad-img {
    width: 35%;
    max-width: 140px;
    padding: 15px;
  }
  .sp-only .ad-desc-box {
    width: 100%;
    min-width: 65%;
    padding: 13px 12px 13px 0;
  }
  .sp-only .ad-name {
    font-size: 18px;
    font-weight: bold;
  }
  .sp-only .ad-label {
    font-size: 10px;
    font-weight: bold;
    color: #fff;
  }
  .sp-only .ad-label > span {
    display: inline-block;
    margin: 0 5px 4px 0;
    padding: 1px 10px;
    border-radius: 999px;
  }
  .sp-only .ad-label > .blue {
    background: #0e99cd;
  }
  .sp-only .ad-label > .navy-blue {
    background: #4384ce;
  }
  .sp-only .ad-label > .green {
    background: #1faa9c;
  }
  .sp-only .ad-condition {
    margin-top: 10px;
    font-size: 12px;
  }
  .sp-only .ad-point {
    font-size: 14px;
  }
  .sp-only .point-num {
    font-size: 26px;
    font-weight: bold;
    color: #c41010;
  }
  .sp-only .point-p {
    font-size: 18px;
    font-weight: bold;
    color: #c41010;
  }
  .sp-only .error-mes {
    font-size: 18px;
    font-weight: bold;
  }
}

/* # =================================================================
   # tsukau-area
   # ================================================================= */
.tsukau-area {
  background: url(/promo/pointinfo/images/bg_05.png) repeat-y center;
  position: relative;
}
.tsukau-area .inner {
  padding: 70px 12px;
}
.tsukau-area .sec-lead {
  margin-top: 40px;
  font-size: 24px;
}
.img-tsukau {
  margin: 30px auto;
}
.link-faq {
  margin-top: 10px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
}

/* # =================================================================
   # poikatsu-area
   # ================================================================= */
.poikatsu-area {
  background: url(/promo/pointinfo/images/bg_06.png) repeat-y center;
  position: relative;
}
.poikatsu-area .inner {
  padding: 45px 0 70px;
}
.poikatsu-img {
  position: relative;
  text-align: center;
  z-index: 2;
}
.poikatsu-img img {
  transform: translate(-30px, 7px);
}
.poikatsu-group {
  position: relative;
  background: #fff;
  border: 3px solid #542c05;
  border-radius: 10px;
  padding: 37px;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.poikatsu-lead {
  padding: 0 0 10px;
  text-align: center;
  font-weight: bold;
}
.poikatsu-area .sec-ttl {
  color: #472005;
}
.login-btn-note {
  padding: 25px 0;
  text-align: center;
}
.icon-sankaku {
  position: relative;
  font-size: 14px;
  margin: 0 0 0 11px;
  text-decoration: underline;
}
.icon-sankaku:hover {
  text-decoration: none;
}
.poikatsu-note {
  margin-top: 0;
  padding: 25px 0 0;
  border-top: 4px dotted #c1c1c1;
}
.lm-riyou {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .poikatsu-img img {
    transform: translate(0px, 5%);
  }
  .poikatsu-group {
    padding: 37px 12px;
  }
  .poikatsu-area .inner {
    padding: 45px 12px 70px;
  }
}

li.slick-slide:not(.slick-active) {
  filter: brightness(60%);
}