@charset "UTF-8";
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/cormorantgaramond/v16/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQAllvuQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf) format('opentype');
}
/* ---------------------------------
	reset
---------------------------------- */
body {
  font-family: sans-serif;
}
header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 15000;
}
p {
  margin: 0;
}
ol,
ul {
  list-style: none;
}
ol,
ul,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}
img {
  vertical-align: bottom;
}
.best2022Container {
  font-family: 'Noto Serif JP', serif;
  padding: 0;
  font-size: 16px;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}
.best2022Container .headTtl {
  background: url("/images/special/best2022/headbg.png") no-repeat center top;
}
.best2022Container .headTtl h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 10px;
  color: #bbae7b;
  padding: 100px 0 0;
}
.best2022Container .headTtl p {
  text-align: center;
  margin: 40px auto 80px;
}
.best2022Container #ranking {
  background: url("/images/special/best2022/footbg.png") no-repeat center bottom;
}
.best2022Container #ranking .shop a {
  color: #333;
  text-decoration: underline;
}
.best2022Container #ranking .shop a:hover {
  text-decoration: none;
}
.best2022Container #ranking .no1_wrap {
  margin-bottom: 80px;
}
.best2022Container #ranking .no1_wrap .main .img img {
  width: 500px;
  height: auto;
}
.best2022Container #ranking .no1_wrap .main .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto;
}
.best2022Container #ranking .no1_wrap .main .ttl img {
  width: 80px;
  height: 80px;
  margin-right: 10px;
}
.best2022Container #ranking .no1_wrap .main .ttl h3 {
  font-size: 30px;
  line-height: 1;
  padding: 20px 10px;
  border-top: solid 2px #d8c061;
  border-bottom: solid 2px #d8c061;
}
.best2022Container #ranking .no1_wrap .cutInfo {
  width: 500px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.best2022Container #ranking .no1_wrap .cutInfo .shop {
  margin-right: 10px;
  font-size: 18px;
}
.best2022Container #ranking .no1_wrap .cutInfo a {
  line-height: 1;
}
.best2022Container #ranking .no1_wrap .cutInfo a img {
  width: 18px;
  height: 18px;
}
.best2022Container #ranking .no2_wrap {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 60px;
  width: 325px;
}
.best2022Container #ranking .no2_wrap .main .img img {
  width: 325px;
  height: auto;
}
.best2022Container #ranking .no2_wrap .main .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto;
}
.best2022Container #ranking .no2_wrap .main .ttl img {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
.best2022Container #ranking .no2_wrap .main .ttl h3 {
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
  padding: 10px 5px;
  border-top: solid 2px #ababab;
  border-bottom: solid 2px #ababab;
}
.best2022Container #ranking .no2_wrap .cutInfo {
  width: 325px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.best2022Container #ranking .no2_wrap .cutInfo .shop {
  margin-right: 10px;
  font-size: 18px;
}
.best2022Container #ranking .no2_wrap .cutInfo a {
  line-height: 1;
}
.best2022Container #ranking .no2_wrap .cutInfo a img {
  width: 18px;
  height: 18px;
}
.best2022Container #ranking .no3_wrap {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto 60px 50px;
  width: 325px;
}
.best2022Container #ranking .no3_wrap .main .img img {
  width: 325px;
  height: auto;
}
.best2022Container #ranking .no3_wrap .main .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto;
}
.best2022Container #ranking .no3_wrap .main .ttl img {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
.best2022Container #ranking .no3_wrap .main .ttl h3 {
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
  padding: 10px 5px;
  border-top: solid 2px #d8c061;
  border-bottom: solid 2px #d8c061;
}
.best2022Container #ranking .no3_wrap .cutInfo {
  width: 325px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.best2022Container #ranking .no3_wrap .cutInfo .shop {
  margin-right: 10px;
  font-size: 18px;
}
.best2022Container #ranking .no3_wrap .cutInfo a {
  line-height: 1;
}
.best2022Container #ranking .no3_wrap .cutInfo a img {
  width: 18px;
  height: 18px;
}
.best2022Container #ranking .otherNumberWrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 60px;
  padding-bottom: 150px;
}
.best2022Container #ranking .otherNumberWrap .other_wrap {
  width: calc(90%/3);
  margin: 0 5% 30px 0;
}
.best2022Container #ranking .otherNumberWrap .other_wrap:nth-child(3n) {
  margin-right: 0;
}
.best2022Container #ranking .otherNumberWrap .other_wrap .main .img img {
  width: 100%;
  height: auto;
}
.best2022Container #ranking .otherNumberWrap .other_wrap .main .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto;
}
.best2022Container #ranking .otherNumberWrap .other_wrap .main .ttl img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.best2022Container #ranking .otherNumberWrap .other_wrap .main .ttl h3 {
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
  padding: 10px 5px;
  border-top: solid 2px #333333;
  border-bottom: solid 2px #333333;
}
.best2022Container #ranking .otherNumberWrap .other_wrap .cutInfo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.best2022Container #ranking .otherNumberWrap .other_wrap .cutInfo .shop {
  margin-right: 10px;
  font-size: 18px;
}
.best2022Container #ranking .otherNumberWrap .other_wrap .cutInfo a {
  line-height: 1;
}
.best2022Container #ranking .otherNumberWrap .other_wrap .cutInfo a img {
  width: 18px;
  height: 18px;
}
