@charset "UTF-8";
html {
  font-size: 62.5%;
}

#anniversary {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #3c3c3c;
}
#anniversary * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#anniversary img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
#anniversary sub {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
  vertical-align: sub;
  position: relative;
  bottom: -0.2em;
}
#anniversary strong,
#anniversary span {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
}
#anniversary .title {
  background-color: #ffb300;
}
#anniversary .title > img {
  width: 92%;
  margin-top: 2.5rem;
}
#anniversary .title .coupon {
  margin: 0 3rem;
  padding-bottom: 3rem;
}
#anniversary .title .coupon h4 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 1rem 0 2rem;
}
@media screen and (max-width: 600px) {
  #anniversary .title .coupon h4 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 500px) {
  #anniversary .title .coupon h4 {
    font-size: 1.5rem;
  }
}
#anniversary .title .coupon img {
  margin-bottom: 1rem;
}
#anniversary .title .coupon > img {
  margin-top: 2rem;
}
@media screen and (max-width: 500px) {
  #anniversary .title .coupon p {
    font-size: 1.3rem;
  }
}
#anniversary .ranking {
  background-color: #fff9f0;
}
#anniversary .ranking h3 {
  width: 90%;
  margin: 0 auto;
  padding-top: 5rem;
}
#anniversary .ranking h3 img {
  margin-bottom: 1rem;
}
#anniversary .ranking .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#anniversary .ranking .item a {
  width: 42%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 550px) {
  #anniversary .ranking .item a {
    width: 75%;
  }
}
#anniversary .ranking .item a > img:nth-of-type(1) {
  width: 85%;
  margin: 0 auto;
}
#anniversary .ranking .item a > img:nth-of-type(2) {
  margin: 1rem 0 0.8rem;
}
#anniversary .ranking .item a p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #008fcb;
  text-decoration: underline;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.3;
  height: 3em;
  margin: 0;
}
#anniversary .ranking .item a span {
  display: block;
  position: relative;
  background-color: #a81b4b;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 1rem 3rem;
  margin: 1rem 0;
}
#anniversary .ranking .item a span::after {
  content: "＞";
  position: absolute;
  top: 1rem;
  right: 0;
  width: 20%;
  height: 20%;
}
#anniversary .kaisai {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  display: none;
}
#anniversary .kaisai p {
  text-align: center;
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 900;
  position: sticky;
  top: 45%;
  background: #fff;
  padding: 0.3rem 4rem;
  -webkit-box-shadow: 3px 3px 6px rgba(26, 19, 17, 0.3);
          box-shadow: 3px 3px 6px rgba(26, 19, 17, 0.3);
}