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

#kessan {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #3c3c3c;
}
#kessan * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#kessan img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
#kessan sub {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
  vertical-align: sub;
  position: relative;
  bottom: -0.2em;
}
#kessan strong,
#kessan span {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
}
#kessan .title h1 {
  font-size: 2.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
  margin: 5rem 0 0;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
  #kessan .title h1 {
    font-size: 2.2rem;
  }
}
#kessan .title p {
  text-align: center;
  margin: 2rem 2rem 5rem;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
  #kessan .title p {
    font-size: 1.2rem;
  }
}
#kessan .title .event {
  position: relative;
}
#kessan .title .event img:nth-of-type(1) {
  -o-object-fit: cover;
     object-fit: cover;
}
#kessan .title .event ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  position: absolute;
  top: 22%;
  left: 0;
}
#kessan .title .event ul li {
  width: 30%;
}
#kessan .title .event ul li a {
  cursor: default;
  pointer-events: none;
}
#kessan .title .event ul li .active {
  cursor: pointer;
  pointer-events: auto;
}
#kessan .title .event:nth-last-child {
  margin-bottom: 4rem;
}
#kessan .link_nav {
  text-align: center;
  padding-bottom: 1rem;
  background-color: #fff9f0;
}
#kessan .link_nav h2 {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: relative;
  margin: 0;
  padding: 0.1rem 4rem;
  background-color: #d39d35;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #kessan .link_nav h2 {
    font-size: 2rem;
    padding: 2rem 1rem 1rem;
  }
}
#kessan .link_nav h2 span {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5rem;
  letter-spacing: 0.1em;
  margin: 0 0.3rem 0 0.8rem;
}
#kessan .link_nav h2::after {
  content: "▼　▼　▼";
  display: block;
  width: 100%;
  margin-bottom: 0.8rem;
  background-color: #d39d35;
}
@media screen and (max-width: 768px) {
  #kessan .link_nav h2::after {
    font-size: 1.6rem;
    margin: 0.5rem 0;
  }
}
#kessan .link_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  gap: 1rem;
}
#kessan .link_nav ul li {
  margin-top: 2rem;
  width: 30%;
}
@media screen and (max-width: 500px) {
  #kessan .link_nav ul li {
    width: 40%;
  }
}
#kessan .link_nav ul li a {
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 500px) {
  #kessan .link_nav ul li:nth-of-type(3) {
    margin-top: 1rem;
  }
}
#kessan .item {
  background: #fff9f0;
  padding: 3rem 3% 6rem;
}
#kessan .item h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 1rem 0 0;
  padding: 5rem 0 0;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 768px) {
  #kessan .item h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 500px) {
  #kessan .item h2 {
    font-size: 1.7rem;
  }
}
#kessan .item h2:not(.timesale)::after {
  content: "";
  display: block;
  width: 65%;
  height: 1px;
  background-color: #000;
  margin: 0.8rem auto 0;
}
#kessan .item h2 span {
  display: inline-block;
  letter-spacing: 0.15em;
  padding: 0.1rem 4rem;
}
#kessan .item .timesale {
  color: #b80000;
}
#kessan .item > img {
  margin-top: 4rem;
}
#kessan .item > a > img {
  margin-top: 2.5rem;
}
#kessan .item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#kessan .item > div a {
  display: block;
  width: 49%;
  margin: 2rem 0 0;
  position: relative;
}
#kessan .item > div a .price_off {
  margin: 1rem 0 0;
  text-align: center;
  color: #fff;
  background-color: #ff1b45;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-size: 1.4rem;
}
#kessan .item > div a .price_off strong {
  font-size: 2rem;
}
#kessan .item > div a .price {
  text-align: center;
  color: #ff1b45;
  font-weight: 900;
}
#kessan .item > div a .price strong {
  font-size: 2rem;
}
#kessan .item > div a .price span {
  text-decoration: line-through;
  color: #3c3c3c;
  display: block;
  margin: 1rem 0;
  font-weight: normal;
}
#kessan .ann_ranking {
  background-color: #a81b4b;
  padding: 3rem 2%;
}
#kessan .ann_ranking > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3.5rem;
}
#kessan .ann_ranking > div a {
  display: block;
  margin: 2rem 1%;
  width: 23%;
  background: #fff;
  padding: 1rem 1rem 3rem;
  position: relative;
  -webkit-box-shadow: 3px 3px 6px rgba(26, 19, 17, 0.5);
          box-shadow: 3px 3px 6px rgba(26, 19, 17, 0.5);
}
@media screen and (max-width: 768px) {
  #kessan .ann_ranking > div a {
    width: 48% !important;
  }
}
#kessan .ann_ranking > div a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 2.5rem transparent;
  border-right: solid 2.5rem #e5b700;
  border-bottom: solid 2.5rem #e5b700;
  position: absolute;
  bottom: 0;
  right: 0;
}
#kessan .ann_ranking > div a::after {
  content: "CLICK!";
  display: block;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  position: absolute;
  bottom: 1.2rem;
  right: 0;
}
#kessan .ann_ranking > div a p {
  text-align: center;
  margin: 1rem 0;
  font-size: 1.2rem;
  color: #036eb7;
  text-decoration: underline;
  word-break: keep-all;
  overflow-wrap: break-word;
}
#kessan .ann_ranking > div a > strong {
  display: block;
  color: #fff;
  background: #ff1b45;
  font-size: 1rem;
  letter-spacing: 0.2em;
  line-height: 1;
  padding: 0.5rem 1rem;
  margin: 2rem 0 0 auto;
  width: 8rem;
  text-align: center;
}
#kessan .ann_ranking > div a > span {
  display: block;
  width: 35%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#kessan .ann_ranking > div a:nth-of-type(1),
#kessan .ann_ranking > div a:nth-of-type(2),
#kessan .ann_ranking > div a:nth-of-type(3) {
  width: 31.3333333333%;
}
#kessan .topic {
  margin: 0;
  background: #dcdddd;
  padding: 3rem 3%;
}
#kessan .topic h2 {
  margin: 0;
  width: 40%;
  max-width: 200px;
}
#kessan .topic > div {
  margin: 2rem 4%;
}
#kessan .topic > div > h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 4rem 0 1rem;
  padding: 0 1rem;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-align: center;
  position: relative;
}
#kessan .topic > div > h3::before {
  content: "";
  display: block;
  width: 5%;
  height: 2px;
  position: absolute;
  top: 2rem;
  left: -1.2rem;
  background-color: #3c3c3c;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
#kessan .topic > div > h3::after {
  content: "";
  display: block;
  width: 5%;
  height: 2px;
  position: absolute;
  top: 2rem;
  right: -1.2rem;
  background-color: #3c3c3c;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
#kessan .topic > div > p {
  font-weight: 700;
  padding: 0rem 3rem;
  margin: 4rem 0 1rem;
  word-break: keep-all;
  overflow-wrap: break-word;
  position: relative;
}
#kessan .topic > div > p::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0.5rem;
  background-color: #3c3c3c;
}
#kessan .topic > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#kessan .topic > div > div > div:nth-of-type(3) {
  margin-top: 2rem;
}
#kessan .topic > div > div > a {
  width: 49%;
  background-color: #3c3c3c;
  padding: 1%;
  margin: 1rem 0;
}
#kessan .topic > div > div > a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 1%;
}
#kessan .topic > div > div > a span::after {
  content: "▲";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.4rem;
  height: 1.4rem;
  font-size: 0.8rem;
  line-height: 1;
  color: #c6c6c6;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 1rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#kessan .kaisai {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  display: none;
}
#kessan .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);
}
#kessan .countdown {
  display: block;
}
#kessan .countdown p {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  color: #ff1b45;
  margin: 0 1rem 1rem;
}
@media screen and (max-width: 768px) {
  #kessan .countdown p {
    font-size: 1.5rem;
  }
}