div.contents20210611snap_top {
  width: 1024px;
  margin: 0 auto;
  overflow: hidden;
}

div.contents20210611snap_top p {
  font-size: 16px;
  line-height: 32px;
  width: 480px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  padding: 32px;
}

div.contents20210611snap_top p span {
  background: #fff;
  padding: 4px;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  margin: 12px 0;
  border-radius: 3px;
}

@media screen and (max-width: 481px) {
  div.contents20210611snap_top p {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
  }
}

div.contents20210611snap_top p:nth-of-type(2) {
  text-align: center;
}

div.contents20210611snap_top p:nth-of-type(2) span {
  background: rgba(0, 0, 0, 0);
  margin: 16px 0 0 0;
  padding: 8px;
  font-size: 12px;
}

@media screen and (max-width: 1025px) {
  div.contents20210611snap_top {
    width: 100%;
  }
}

div.contents20210611snap_top img {
  width: 100%;
}

div.contentstitle h2 {
  background: #fff;
  text-align: center;
  padding: 32px 0;
  margin: 0;
  font-family: "Josefin Sans";
}

@media screen and (max-width: 600px) {
  div.contentstitle h2 {
    padding: 16px 0;
    font-size: 20px;
  }
}

div.contentstitle h2.secret {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}

div.contentstitle h2.pre {
  color: #c00000;
  border-top: 2px solid #c00000;
  border-bottom: 2px solid #c00000;
}

div.contents20210611secret {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1025px) {
  div.contents20210611secret {
    width: 100%;
  }
}

div.contents20210611secret h2, div.contents20210611secret h3, div.contents20210611secret h4, div.contents20210611secret p {
  padding: 0;
  margin: 0;
}

div.contents20210611secret img {
  width: 100%;
}

div.contents20210611secret div.yajirushi {
  width: 100%;
  height: 1px;
  position: -webkit-sticky;
  position: sticky;
  top: 125px;
  z-index: 2;
}

div.contents20210611secret div.yajirushi::before {
  position: absolute;
  top: 2px;
  right: 8px;
  width: 8px;
  height: 1px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

@media screen and (max-width: 600px) {
  div.contents20210611secret div.yajirushi::before {
    content: "";
  }
}

div.contents20210611secret div.yajirushi::after {
  position: absolute;
  top: 0;
  right: 8px;
  width: 30px;
  height: 1px;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 600px) {
  div.contents20210611secret div.yajirushi::after {
    content: "";
  }
}

div.contents20210611secret div.salebtn {
  position: -webkit-sticky;
  position: sticky;
  top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 801px) {
  div.contents20210611secret div.salebtn {
    overflow-x: scroll;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 600px) {
  div.contents20210611secret div.salebtn {
    padding: 8px;
  }
}

@media screen and (max-width: 600px) {
  div.contents20210611secret div.salebtn {
    padding: 8px;
  }
}

div.contents20210611secret div.salebtn a {
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
  padding: 12px 32px;
  background: #fff;
  font-family: "Josefin Sans";
  border-radius: 3px;
  display: table;
  margin: 0 8px;
}

@media screen and (max-width: 600px) {
  div.contents20210611secret div.salebtn a {
    margin: 0 4px;
  }
}

div.contents20210611secret div.salebtn.secretbtn a {
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.8);
}

div.contents20210611secret div.salebtn.secretbtn a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

div.contents20210611secret div.salebtn.prebtn a {
  color: #c00000;
  border: 1px solid #c00000;
}

div.contents20210611secret div.salebtn.prebtn a:hover {
  color: #fff;
  background: #c00000;
}

div.contents20210611secret div.contents20210611rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 16px;
}

@media screen and (max-width: 600px) {
  div.contents20210611secret div.contents20210611rank {
    padding: 8px;
  }
}

div.contents20210611secret div.contents20210611rank > div {
  width: calc(100% / 3);
  padding: 16px;
}

@media screen and (max-width: 600px) {
  div.contents20210611secret div.contents20210611rank > div {
    width: 100%;
    padding: 8px;
  }
}

div.contents20210611secret div.contents20210611rank > div:nth-of-type(1), div.contents20210611secret div.contents20210611rank > div:nth-of-type(2) {
  width: 50%;
}

@media screen and (max-width: 600px) {
  div.contents20210611secret div.contents20210611rank > div:nth-of-type(1), div.contents20210611secret div.contents20210611rank > div:nth-of-type(2) {
    width: 100%;
  }
}

div.contents20210611secret div.contents20210611rank > div a {
  background: #fff;
  display: block;
  height: 100%;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  -webkit-transition: .4s;
  transition: .4s;
}

div.contents20210611secret div.contents20210611rank > div a:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}

div.contents20210611secret div.contents20210611rank > div a > span:nth-of-type(1) {
  position: relative;
}

div.contents20210611secret div.contents20210611rank > div a > span:nth-of-type(1) span {
  position: absolute;
  bottom: 0;
  right: 0%;
  font-family: "Josefin Sans";
  background: #c00000;
  color: #fff;
  padding: 4px 12px;
}

div.contents20210611secret div.contents20210611rank > div a > span:nth-of-type(1) span::after {
  content: "OFF";
  font-size: 12px;
}

div.contents20210611secret div.contents20210611rank > div a > span:nth-of-type(2) {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div.contents20210611secret div.contents20210611rank > div a > span:nth-of-type(2) span:nth-of-type(1) {
  display: block;
  width: 100%;
  margin-bottom: 4px;
}

div.contents20210611secret div.contents20210611rank > div a > span:nth-of-type(2) span:nth-of-type(2) {
  text-decoration: line-through;
  display: inline-block;
  margin-right: 16px;
}

div.contents20210611secret div.contents20210611rank > div a > span:nth-of-type(2) span:nth-of-type(3) {
  font-size: 140%;
  color: #c00000;
}

div.contents20210611secret div.contents20210611rank > div a > span:nth-of-type(2) span:nth-of-type(4) {
  position: absolute;
  top: -50px;
  right: 0;
  z-index: 1;
  font-size: 120px;
  font-family: "Great Vibes", cursive;
}
/*# sourceMappingURL=0611sale.css.map */