@charset "utf-8";

/*---------------------------------
*
*グッズページ
*
----------------------------------*/

:root {
  --section-inner-z-index: 6;
}

.l-main {
  /* background:url(../img/bg_circle.png) left 50.6% top repeat-y,url(../img/main_bg.png),#fff;
  background-size: 10px auto, 100% auto, auto; */
  container-name: lmain;
  container-type: inline-size;
}

.l-section {
  position: relative;
  z-index: 1;
}

.l-section-inner {
  position: relative;
}


.sec-h1 {
  width: 100%;
  background: url(../img/goods_bg_ramen.png) no-repeat right top 6% / 23% auto, url(../img/newfeatures_top_bg.webp) no-repeat center bottom / 100% auto, #fff;
}

.top-h1{
  width: 76%;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.top-h1 img{
  width: 100%;
  margin: 0 auto;
}

.top-h1 .logo-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}


.sec-h1 .border-box {
  width: 81%;
  padding: 0 0 0;
  margin: -9% auto 0;
  position: relative;
  z-index: 0;
}

.sec-h1 .border-box__inner {
  padding-top: 10%;
  padding-bottom: 7%;
}

.sec-h1 .btn-wrap {
  margin-top: 6.66%;
}

.anim-pota-join-btn {
  width: 16%;
  margin-top: -4.2%;
}


.content-bg {
  padding-top: 0;
  background-image: url(../img/goods_bg.webp);
  background-color: #FF4901;
  background-position: center top 7cqw,center top;
  background-size: 100% auto,100% auto;
}


.button-9th {
  min-width: auto;
  width: 64vw;
  max-width: 350px;
}


.button-9th__inner-term {
  margin-bottom: 3%;
}

.icon-pota {
    padding-left: 2.2em;
    background: url(../../img/icon_pota.svg) no-repeat left center / 1.8em auto;
}

.sec-rank .border-box--body img {
  width: 80%;
  margin: 0 auto;
}


.sec-goods-kind .border-box--body {
  padding: 8% 4%;
}

.goods-img {
  width: 60%;
  margin: 0 auto;
}

.goods-ttl {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size:1.4em;
}

.sec-about,.sec-notice,.footer-to-top-wrap {
  background: none;
}

.notice {
  font-size: 11px;
}

@media (min-width: 1600px) {
  .border-box__inner-ttl {
    font-size: 30px;
  }
  .goods-ttl {
    font-size: 30px;
  }
}

@container lmain (min-width: 750px) {
    .text {
        font-size: 24px;
    }
    .notice {
      font-size: 16px;
    }
}

.align-left {
  text-align: left;
}