@charset "utf-8";
ul {
    list-style-type: none;
}

/* ---------------------tohokulp共通----------------------- */
.post-body p .tohokulp{
  margin: 0;
}
.tohokulp img {
  display: block;
  width: 100%;
}
.tohokulp .inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto !important;
}
.tohokulp .mainvl {
  line-height: 0;
}

.tohokulp > a {
  line-height: 0;
  display: block;
}
.btn-bg {
  background: #9ac5d9;
  padding-bottom: 30px;
}

/* mainvl
------------------------------------------------------- */
.mainvl {
  position: relative;
}

.tohokulp .cmp .news {
  padding-top: 0;
  padding: 3% 0;
}

/*キャンペーン
-----------------------------------------*/
.gifteeBox {
  position: relative;
  background: url(img/giftee_bg.png);
  background-position: top;
  background-size: 100%;
  padding-bottom: 5%;
}

.giftee_txt {
  width: 100%;
  margin: auto;
  margin-bottom: 15px;
  dl {
    display: inline-flex;
    margin: auto;
    padding-bottom: 1em;
    line-height: 2;
    font-size: clamp(10px,16/480*100vw,16px);
    font-weight: 500;
    dt {
      display: flex;
      justify-content: center;
      width: min(250/480*100vw,250px);
      align-items: center;
      padding: 0 1em;
      background-color: #29a697;
      line-height: 2;
    }
    dd {
      padding: .2em 1em .2em 1em;
      background-color: #fff;
      text-align: left;
      line-height: 2;
    }
  }
}
.note {
  font-size: clamp(10px,14/480*100vw,14px);
  text-align: left;
}

/* 残価設定型クレジット
-----------------------------------------*/
.zanka_list {
  padding: 5% 0;
  background-color: #ffcb08;
  text-align: center;
}
.zanka_list h2 {
  display: inline-block;
  padding: 0 .5em;
  background-color: #29a697;
  border-radius: 30px;
  color: #fff;
  font-size: clamp(10px,30/480*100vw,30px);
  line-height: 1.75;
  font-weight: 700;
}
.zanka_list_ttl_txt {
  padding: 30px;
  font-size: clamp(10px,18/480*100vw,18px);
}
.zanka_list-fl {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 30px;
  li {
    width: 100%;
  }
}
.credit img {
  padding: 3% 0;
}

.banner {
  img {
    width: 100%;
  }
}
.joyo {
  width: 80%;
  margin: 50px auto 0;
}
@media screen and (max-width: 480px) {
  .joyo {
    margin: 20px auto 0;
  }
}


/* YouTube
-----------------------------------------*/
.youtube {
  width: 90%;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
}
.youtube iframe {
    width: 100%;
    height: 100%;
}


/* aタグhover
------------------------------------------------------- */
.tohokulp a:hover img{
  opacity: 0.7;
}

/* btn
------------------------------------------------------- */
.tohokulp .news {
  width: 90%;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  font-size: 18px;
  align-items: center;
  padding-top: 3%;
}
.tohokulp .news div {
  width: 49%;
}
.tohokulp .news .btn-deco3 {
  width: 100%;
}
.tohokulp .news p.button1 a,
.tohokulp .news p.button2 a {
  box-sizing: border-box;
  padding: 15px 40px;
  border-radius: 30px;
  font-size: 20px;
  background-color: #b00a0b;
  color: #fff !important;
  text-decoration: none !important;
  display: block;
  text-align: center;
}
.tohokulp .btn-deco1 a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 22px;
  background-image: url("img/btn-shop.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  vertical-align: middle;
}
.tohokulp .btn-deco2 a::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 14px;
  background-image: url("img/btn-sijo.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  vertical-align: middle;
}
.tohokulp .news p.button1 a,
.tohokulp .news p.button2 a{
  transition: ease all 0.3s;
}
.tohokulp .news p.button1 a:hover,
.tohokulp .news p.button2 a:hover{
  background: #D05B2B;
}

@media screen and (max-width: 896px) {
  .tohokulp {
/* 		margin-bottom: -50px; */
  }
  .tohokulp .news{
    padding: 1px 0;
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    padding-top: 5%;
  }
  .tohokulp .news div{
    width: 100%;
  }
  .tohokulp .news p.button1 a,
  .tohokulp .news p.button2 a{
    font-size: 1.1em;
  }
}
.spview {
  display: none;
}
@media screen and (max-width: 480px) {
  .spview {
    display: block;
  }

  .giftee_txt dl {
    font-size: 1vw;
  }

  .note {
    padding-bottom: 20px;
  }

  .zanka_list {
    padding: 10% 0;
  }
  .zanka_list h2 {
    font-size: 18px;
  }
  .zanka_list_ttl_txt {
    padding: 20px 0;
    font-size: 14px;
  }
  .zanka_list-fl {
    padding-bottom: 3%;
  }
  .gra {
    padding: 10% 0;
  }

  .gra h2 {
    margin-bottom: 10px;
  }

  .lineup {
    padding: 10% 0;
  }

  .lineup-fl {
    margin-top: 15px;
  }


  .ucar .inner > a {
    width: 90%;
    padding-top: 10px;
  }
  .ucar .inner > a:first-of-type {
    padding-top: 20px;
  }
}


/* インスタ */
.insta {
    background-color: #fff;
    text-align: center;
    padding-bottom: 50px;
    padding: 5% 0;
    /* margin-bottom: 7%; */
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}
.insta-list-cover {
  overflow-y: hidden;
    margin: 0 auto;
    height: 421px;
}
    .insta h2 {
      width: 85%;
      margin: 0 auto;
      text-align: center;
      font-size: 2rem !important;
      padding-bottom: 10px !important;
    }
    .insta > p {
       width: 85%;
        margin: 0 auto;
      text-align: center;
    }

    .insta-list {
        column-count: 3;
        width: 85%;
        margin: 0 auto;
        padding: 3% 0;
    }

    .insta-list .item-insta {
        break-inside: avoid;
        gap: 20px;
        width: 100%;
    }
    /*インスタのminwidthを強制的に変更*/

    iframe.instagram-media.instagram-media-rendered {
        min-width: 100% !important;
    }
    /*ボタン*/

    .btn2 {
        width: 60%;
        margin: 0 auto;
    }

    .btn2 a {
        text-decoration: none;
        display: block;
        background: #1662A3;
        border: 2px solid #1662A3;
        text-align: center;
        color: #fff;
        font-weight: 400;
        font-size: 1.1em;
        padding: 15px 0;
        transition: ease all 0.3s;
        letter-spacing: 2px;
        margin-top: 5%;
    }

    .btn2 a:hover {
        background: #fff;
        color: #1662A3;
    }

    .btn2 {
        width: 60%;
        margin: 0 auto;
        position: relative;
    }

    .btn2::after {
        content: '';
        border: 0;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        display: inline-block;
        width: 10px;
        height: 10px;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%) rotate(45deg);
    }


    .btn2:hover::after {
        border-top: solid 2px #1662A3;
        border-right: solid 2px #1662A3;
    }

    @media screen and (max-width: 480px) {
        /* インスタ */
        .insta {
            padding: 50px 0;
        }
        .insta h2 {
          font-size: 1.5rem !important;
          width: 100% !important;
        }
        .insta-list-cover {
            width: 90%;
            overflow-x: scroll;
            overflow-y: hidden;
            margin: 0 auto;
            height: 410px;
            margin-bottom: 5%;
        }
        .insta-list {
            column-count: 3;
            width: 900px;
            padding: 7% 0;
        }
        .btn2 {
            width: 100%;
            margin: 0 auto;
        }
    }