@charset "utf-8";

.icn-bottom {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  opacity: 0;
  transform: translateY(50px);
  pointer-events: none;
}

.icn-bottom:hover {
  filter: brightness(1.1);
  /* filter: drop-shadow(0px 0px 13px rgba(210, 213, 8, 0.4)); */
}

#container {
  overflow: hidden;
}

.inner {
  width: 100%;
  position: relative;
  margin: 0px auto 0;
}

.sec-ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #5F4C2D;
  margin: 0.8rem 0 2rem 0;
}

section {
  max-width: 1280px;
  margin-bottom: 4rem;
}

.pic-size {
  width: 100%;
  height: auto;
}

.sub-txt {
  text-align: center;
  font-size: 25px;
}

.section-margin-top {
  margin-top: 53px;
}

.hover {
  transition: all .2s;
}

.hover:hover {
  opacity: 0.6;
}

@media screen and (max-width:1400px) {
  .icn-bottom {
    width: 24%;
  }
}

@media screen and (max-width:768px) {
  #container {
    width: 100%;
  }

  .inner {
    margin: 40px auto 0;
  }

  .hover:hover {
    opacity: 1.0;
  }

  .icn-bottom {
    width: 35%;
  }

  .sec-ttl{
    font-size: 3rem;
  }

}

@media screen and (max-width:640px) {
  .sub-txt {
    text-align: center;
    font-size: 14px;
  }

}

@media screen and (max-width:550px) {
 .sec-ttl{
    font-size: 2.0rem;
  }

}

/*--------------------------------------
             main css
--------------------------------------*/
.main {
  width: 100%;
  max-width: 1440px;
  min-height: 0%;
  padding-left: 5rem;
  padding-right: 5rem;
  position: relative;
}

.inner {
  width: 100%;
}

.bg-effect {
  position: relative;
}

.bg-effect .eff-right,
.bg-effect .eff-left {
  background: url(../img/bg_effect.png);
  background-size: cover;
  width: 500px;
  height: 500px;
  position: absolute;
  z-index: -1;
}

.eff-right {
  right: -294px;
  top: -223px;
}

.eff-left {
  top: 20px;
  left: -290px;
}

@media screen and (max-width: 768px) {

  .bg-effect .eff-right,
  .bg-effect .eff-left {
    width: 250px;
    height: 250px;
  }

  .eff-right {
    right: -115px;
    top: -116px;
  }

  .eff-left {
    top: 14px;
    left: -119px;
  }
}

/* -- info -- */
.time-txt-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 900px;
  margin: 0 auto;
}

.time-txt-container time {
  font-size: 14px;
  margin-right: 22px;
  color: rgb(255 14 160);

}

.time-txt-container p {
  font-size: 14px;
}

.info-list li {
  padding: 10px 0;
  border-top: 1px solid #edf4f6;
}

.info-list li:last-of-type {
  border-bottom: 1px solid #edf4f6;
}

ul.info-list {
  margin-bottom: 50px;
}

.info-link {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {

  .time-txt-container {
    align-items: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .main {
    width: 100%;
    max-width: 1440px;
    min-height: 0%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}


/*--------------------------------------
              top
--------------------------------------*/

.top-img-wrap {
  width: 100%;
  background-color: #fff;
  /* background-image: url(../img/suisai2.png); */
  background-repeat: repeat;
  background-position: left top;
  background-size: auto;
}

.top-img {
  max-width: 1440px;
  margin: 0 auto;
  background: #fff;
  position: relative;
}

.top-img img {
  width: 100%;
  height: auto;
}

.top-catch {
  position: absolute;
  z-index: 1;
  top: 130px;
  left: 4%;
  max-width: 600px;
  width: 42vw;
}

.store-logo {
  position: absolute;
  bottom: 7%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 2;
}

.top-txt {
  top: 68%;
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 1vw;
  left: 5.5%;
}

@media screen and (min-width: 1440px) {
  .top-txt {
    font-size: 12px;
  }
}

.store-logo img {
  max-width: 496px;
  width: 35vw;
}

.eye-catch {
  background: url(../img/bg_eyecatch_rp.png);
  width: 100%;
  height: 208px;
  padding: 2.5rem 0 2rem 0;
  background-size: contain;
  text-align: center;
}

.eye-catch img {
  width: 100%;
  height: auto;
  max-width: 1280px;
}

@media screen and (max-width: 1440px) {
  .eye-catch {
    height: initial;
    padding: 1.5rem 0 2rem 0;
  }
}

@media screen and (max-width: 1024px) {}


@media screen and (max-width: 768px) {
  .top-catch {
    top: 26%;
    left: 7px;
  }

  .store-logo {
    bottom: 5.5%;
  }

  .store-logo img {
    width: 43vw;
  }

}

/*--------------------------------------
             宝玉購入
--------------------------------------*/
.icn_point img {
  width: 25px;
  height: auto;
  margin-right: 4px;
  vertical-align: middle;

}

.cont-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 42px;
}

.cont-list li {
  width: 100%;
  border-radius: 2px;
  box-shadow: 1px 4px 6px 0px rgba(0, 0, 0, 0.40);
  background: #fff;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.cont-list li a {
  /* padding: 1rem; */
  position: relative;
  height: 100%;
}

.corner {
  position: absolute;
  width: 32px;
  height: 34px;
  background-size: cover;
  background-repeat: no-repeat;
}

.corner.top-left {
  top: -1px;
  left: -1px;
  transform: rotate(0deg);
  background-image: url(../img/bg_corner.png);
}

.corner.top-right {
  top: -1px;
  right: -1px;
  transform: rotate(90deg);
  background-image: url(../img/bg_corner.png);
}

.corner.bottom-left {
  bottom: -2px;
  left: 0px;
  transform: rotate(-90deg);
  background-image: url(../img/bg_corner.png);
}

.corner.bottom-right {
  bottom: -1px;
  right: -1px;
  transform: rotate(180deg);
  background-image: url(../img/bg_corner.png);
}

/* .cont-list li:nth-child(n+2) {
  margin-top: 3rem;
} */

.cont-list li:hover {
  box-shadow: 1px 1px 28.8px 2px rgba(0, 0, 0, 0.2);
}

.hougyoku_container_wrap {
  width: 100%;
  background: #F2F0EC;
  padding: 1rem 0;
  display: flex;
  align-items: center;
}

.hougyoku_container {
  max-width: 146px;
  height: auto;
  margin: 0 auto;
}

.hougyoku_container_wrap.silver {
  background: url(../img/bg_silver.png) no-repeat;
  background-size: cover;
}

.webp-txt img {
  width: 30px;
  height: auto;
}

.webp-txt {
  max-width: 1050px;
  margin: 1rem auto 1.5rem;
  text-align: right;
  align-items: center;

}

.webp-txt span {
  font-size: 1.0rem;
  font-weight: bold;
}

.webp-txt span:nth-child(1) {
  margin-left: 2px;
}

.cont-ttl {
  font-size: 1.5rem;
  font-weight: bold;
  color: #5F4C2D;
  word-break: break-all;
  overflow-wrap: break-word;
}

.subtxt {
  display: flex;
}

.subtxt p {
  font-size: 0.8rem;
  color: #5F4C2D;
  word-break: break-all;
  overflow-wrap: break-word;
}

.price-tag {
  background: #000;
  width: 100%;
  max-width: 160px;
  height: 48px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.price-tag p {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  position: relative;
  width: 100%;
}

.price-tag p::before {
  content: "";
  position: absolute;
  background: url(../img/img_login.png);
  background-size: cover;
  width: 16px;
  height: 38px;
  left: 4px;
  top: 50%;
  transform: translate(0px, -50%);
}

.price-tag p::after {
  content: "";
  position: absolute;
  background: url(../img/img_login.png);
  background-size: cover;
  width: 16px;
  height: 38px;
  right: 4px;
  top: 50%;
  transform: scale(-1.0) translate(0px, 50%);
}

.lower_cont-wrap {
  padding: 0.8rem 0.8rem 2rem 0.8rem;
}

.content-txt {
  height: 120px;
}

.point-price {
  margin-top: auto;
}

@media (max-width: 1100px) {
  .cont-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 8px;
    /* 小さい画面では全体を縮小 */
  }

  .hougyoku_container {
    max-width: 73px;
  }

  .cont-ttl {
    font-size: 2.25rem;
  }

  .cont-list {
    grid-template-columns: auto;
  }

  .cont-list li a {
    position: relative;
    display: grid;
    grid-template-columns: 0.94fr 2fr;
  }

  .subtxt p {
    font-size: 1.2rem;
  }

  .price-tag p {
    font-size: 2.25rem;
  }

  .webp-txt span {
    font-size: 2.0rem;
  }

  .webp-txt {
    margin: 2.5rem auto 2.0rem;
  }

  .content-txt {
    height: initial;
  }
}


@media screen and (max-width: 640px) {
  .howto-list li {
    width: 100%;
    margin-bottom: 8px;
  }

  .howto-list li:nth-of-type(2n) {
    margin-left: 0px;
  }

  .howto-list li img {
    border-radius: 8px;
  }

  .howto-list li figcaption {
    font-size: 12px;
  }

  .cont-list {
    gap: 24px;
}
}

@media screen and (max-width:550px) {

      .cont-ttl {
        font-size: 1.8rem;
    }

}



/*--------------------------------------
             購入時の注意
--------------------------------------*/
section.warning {
  background: #F2F0EC;
  padding: 0.2rem 5.75rem 8.75rem 5.75rem;
  width: 100%;
  max-width: initial;
  margin-top: 4rem;
  margin-bottom: 0px;
}

.warning .sec-ttl {
  font-size: 2rem;
  font-family: "Noto Sans JP";
  color: #333;
}

.warning-wrap {
  max-width: 1280px;
  margin: 0 auto;
}

.warning-container p {
  font-size: 1.0rem;
}

@media (max-width: 768px) {
  .warning-container p {
    font-size: 1.5rem;
  }

  .warning .sec-ttl {
    font-size: 3rem;
  }
}