@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
/*==============
color
================*/
/*==============
bgcolor
================*/
.themaBgLightBlue {
  background-color: #dde2eb;
}

.themaBgLightPink {
  background-color: #f2cdc7;
}

.themaBgLightYellow {
  background-color: #ffda6d;
}

.themaBgLightGreen {
  background-color: #d9f7ed;
}

.themaBgLightBeige {
  background-color: #e7e5d7;
}

.themaBgGiftGreen {
  background-color: #e1fefc;
}

.themaBgLightPurple {
  background-color: #d2cde5;
}

.themaBgLightGold {
  background-color: #c6b37b;
}

/*==============
bgcolor
================*/
/*==============
themaBackGroundColor
================*/
/*==============
iconbackgroundColor
================*/
.navArea {
  margin: 16px auto;
}
.navArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 800px;
  gap: 0 8px;
}
.navArea ul li {
  list-style: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.navArea ul li a {
  display: block;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #c6b37b;
  padding: 16px 16px 20px;
  border: solid 2px #c6b37b;
  border-radius: 30px !important;
  font-weight: bold;
  color: #fff;
}
.navArea ul li a:hover {
  background-color: #fff;
  text-decoration: none;
  color: #c6b37b;
}
.navArea ul li a:hover::before, .navArea ul li a:hover::after {
  background-color: #c6b37b;
}

.arrow {
  position: relative;
  display: inline-block;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 9px;
  border-radius: 9999px;
  background-color: #fff;
  -webkit-transform-origin: 50% calc(100% - 0.5px);
          transform-origin: 50% calc(100% - 0.5px);
}

.arrow::before {
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}

.arrow::after {
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}

.rankingArea {
  background-color: #0c2d45;
  margin: 0 auto;
  width: 100%;
  padding: 42px 0;
}
.rankingArea .columnBox__subTitle {
  font-family: "acumin-pro", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 70px;
  font-size: 4.6666666667rem;
  margin: 10px auto;
  letter-spacing: 0.04em;
  position: relative;
  color: #fff;
}
.rankingArea .columnBox__mainTitle {
  font-style: normal;
  font-size: 70px;
  font-size: 4.6666666667rem;
  margin: 10px auto;
  letter-spacing: 0.04em;
  position: relative;
  color: #f2cdc7;
  width: 100%;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.rankingArea .columnBox__mainTitle span {
  font-size: 50px;
  font-size: 3.3333333333rem;
}
.rankingArea .columnBox__mainTitle .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 25px;
  font-size: 1.6666666667rem;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  background-color: #fff;
  color: #333;
  padding: 4px 8px 6px;
  width: 100%;
  max-width: 240px;
  margin: 16px auto;
  border-radius: 3px;
}
.rankingArea .columnBox__title span {
  position: relative;
  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;
  font-size: 25px;
  font-size: 1.6666666667rem;
  color: #f2cdc7;
  margin: 8px auto 15px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.rankingArea .columnBox__title span::after, .rankingArea .columnBox__title span::before {
  content: "";
  height: 1px;
  background-color: #f2cdc7;
  width: 20px;
  position: relative;
  display: block;
}
.rankingArea .columnBox__title span::after {
  right: -15px;
}
.rankingArea .columnBox__title span::before {
  left: -15px;
}
.rankingArea .columnBox__col {
  padding: 42px 0;
}
.rankingArea .columnBox__colWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  gap: 40px 10px;
  padding: 20px;
  max-width: 1100px;
}
.rankingArea .columnBox__colList {
  counter-increment: rank-counter;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: calc((100% - 20px) / 3);
}
.rankingArea .columnBox__colList img {
  border: 8px #c6b37b solid;
}
.rankingArea .detailBtn {
  margin: 0 auto;
  width: 80%;
  max-width: 140px;
}
.rankingArea .detailBtn a {
  display: block;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px !important;
  padding: 9px 0 !important;
  background-color: #f39284;
  border: 1px solid #f39284;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  font-size: 1rem;
}
.rankingArea .detailBtn a:after {
  content: "";
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
  height: 4px;
  position: absolute;
  right: 40px;
  top: 50%;
  width: 4px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.rankingArea .detailBtn a:hover {
  background-color: #f39284;
  color: #fff;
}
.rankingArea .detailBtn a:hover:after {
  border-color: #fff;
}
.rankingArea .detailBtn.size--lg {
  width: 100%;
  max-width: 230px;
  display: none;
}
.rankingArea .detailBtn.size--lg a {
  background-color: #fff;
  padding: 16px !important;
  color: #f39284;
  font-size: 20px;
  font-size: 1.3333333333rem;
}
.rankingArea .detailBtn.size--lg a:hover {
  background-color: #f39284;
  color: #fff;
}

.rankList__subTitle {
  font-size: 50px;
  font-size: 3.3333333333rem;
  font-family: "acumin-pro", sans-serif;
  font-weight: 200;
  font-style: normal;
  margin: 10px auto;
  letter-spacing: 0.04em;
  position: relative;
  display: inline-block;
  color: #fff;
  width: 100%;
  line-height: 1.1;
}
.rankList__subTitle span {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 28px;
  font-size: 1.8666666667rem;
  display: block;
}
.rankList .columnBox__colList {
  counter-increment: rank-counter;
}
.rankList .columnBox__colList .rankIcon {
  color: #fff;
  height: 60px;
  margin: 0 auto;
  line-height: 60px;
  position: relative;
  text-align: center;
  width: 60px;
  bottom: 5px;
}
.rankList .columnBox__colList .rankIcon::before {
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 61%;
}
.rankList .columnBox__colList .rankIcon::after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/crown_05.svg");
}

.ec-ProductInfo {
  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;
}
.ec-ProductInfo__price_sale::before {
  background-color: #ee4040;
  color: #fff;
  content: "5%OFF";
  display: block;
  font-size: 20px;
  font-size: 1.3333333333rem;
  margin: 5px auto;
  padding: 4px 3px;
  width: 100%;
  max-width: 60px;
}
.ec-ProductInfo__price_sale .item-price {
  color: #ffda6d;
}

.ec-ProductInfo__price_sale,
.ec-ProductInfo__price_normal {
  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;
  margin: 0 auto 8px;
  width: 55%;
}

.item-name {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: 45px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 20px;
  font-size: 1.3333333333rem;
  color: #fff;
  padding: 0 15px;
}

.orderCartBtn,
.item-cartBtn {
  display: none !important;
}

.item-price {
  display: inline-block;
  font-size: 28px;
  font-size: 1.8666666667rem;
  font-weight: bold;
  width: 100%;
  color: #fff;
}
.item-price:after {
  margin-left: -1px;
  content: "（税込）";
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: normal;
}

a:focus,
a:hover {
  color: #333;
  text-decoration: underline;
}

hr {
  border-top: 2px dashed #f39284;
  background-color: #21204a;
}

/*==============
layout
================*/
.columnBox {
  position: relative;
  width: 100%;
  z-index: 0;
}

.columnBox__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
}

/*==============
1column sp1column
================*/
.glidCol1 .columnBox__colList {
  margin: 0 0 10px 0;
  width: 100%;
}
.glidCol1 .columnBox__colList img {
  max-width: 100%;
  width: 100%;
}

/*==============
1column sp1column
================*/
.glidCol6_4 .columnBox__colList {
  margin: 0 0 10px 0;
  width: 100%;
}
.glidCol6_4 .columnBox__colList img {
  max-width: 100%;
  width: 100%;
}
.glidCol6_4 .columnBox__colList:nth-child(1) {
  width: 40%;
}
.glidCol6_4 .columnBox__colList:nth-child(2) {
  width: 55%;
}

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.titleBoxWrapper {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -3%;
  width: 90%;
}
.titleBoxWrapperFrist {
  background: #fff;
  margin: -20% auto auto;
  padding: 19% 0 0;
  width: 92%;
}

.titleBoxMain {
  background-color: #fff;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-size: 2rem;
  line-height: 1.6;
  margin: -70px auto 20px;
  max-width: 320px;
  position: relative;
  text-align: center;
  width: 100%;
}
.titleBoxMain .smallText {
  display: block;
  font-size: 18px;
  font-size: 1.2rem;
}

.scroll-hint-icon {
  z-index: 999;
}

/*==============
fadeOut
================*/
body::after {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  width: 100%;
  z-index: 9999;
}

body.fadeout::after {
  opacity: 1;
}

/*==============
bg
================*/
.bg::after {
  background: url(../images/parts/bgTexturetp4.png) repeat 0 0;
  background-color: transparent;
  background-repeat: repeat;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

/*==============
utility
================*/
.u-ma {
  margin: 0 auto;
}

.u-mb-1 {
  margin-bottom: 10px;
}

.u-mb-2 {
  margin-bottom: 20px;
}

.u-mb-3 {
  margin-bottom: 30px;
}

.u-mb-4 {
  margin-bottom: 40px;
}

.u-mb-5 {
  margin-bottom: 50px;
}

.u-mb-6 {
  margin-bottom: 60px;
}

.u-mb-7 {
  margin-bottom: 70px;
}

.u-mb-8 {
  margin-bottom: 80px;
}

.u-mb-9 {
  margin-bottom: 90px;
}

.u-mb-10 {
  margin-bottom: 100px;
}

.u-mb-11 {
  margin-bottom: 110px;
}

.u-mb-12 {
  margin-bottom: 120px;
}

.u-mb-13 {
  margin-bottom: 130px;
}

.u-mb-14 {
  margin-bottom: 140px;
}

.u-mb-15 {
  margin-bottom: 150px;
}

.u-mb-16 {
  margin-bottom: 160px;
}

.u-mb-17 {
  margin-bottom: 170px;
}

.u-mb-18 {
  margin-bottom: 180px;
}

.u-mb-19 {
  margin-bottom: 190px;
}

.u-mb-20 {
  margin-bottom: 200px;
}

.u-mt-1 {
  margin-top: 10px;
}

.u-mt-2 {
  margin-top: 20px;
}

.u-mt-3 {
  margin-top: 30px;
}

.u-mt-4 {
  margin-top: 40px;
}

.u-mt-5 {
  margin-top: 50px;
}

.u-mt-6 {
  margin-top: 60px;
}

.u-mt-7 {
  margin-top: 70px;
}

.u-mt-8 {
  margin-top: 80px;
}

.u-mt-9 {
  margin-top: 90px;
}

.u-mt-10 {
  margin-top: 100px;
}

.u-mt-11 {
  margin-top: 110px;
}

.u-mt-12 {
  margin-top: 120px;
}

.u-mt-13 {
  margin-top: 130px;
}

.u-mt-14 {
  margin-top: 140px;
}

.u-mt-15 {
  margin-top: 150px;
}

.u-mt-16 {
  margin-top: 160px;
}

.u-mt-17 {
  margin-top: 170px;
}

.u-mt-18 {
  margin-top: 180px;
}

.u-mt-19 {
  margin-top: 190px;
}

.u-mt-20 {
  margin-top: 200px;
}

.u-pb-1 {
  padding-bottom: 10px;
}

.u-pb-2 {
  padding-bottom: 20px;
}

.u-pb-3 {
  padding-bottom: 30px;
}

.u-pb-4 {
  padding-bottom: 40px;
}

.u-pb-5 {
  padding-bottom: 50px;
}

.u-pb-6 {
  padding-bottom: 60px;
}

.u-pb-7 {
  padding-bottom: 70px;
}

.u-pb-8 {
  padding-bottom: 80px;
}

.u-pb-9 {
  padding-bottom: 90px;
}

.u-pb-10 {
  padding-bottom: 100px;
}

.u-pb-11 {
  padding-bottom: 110px;
}

.u-pb-12 {
  padding-bottom: 120px;
}

.u-pb-13 {
  padding-bottom: 130px;
}

.u-pb-14 {
  padding-bottom: 140px;
}

.u-pb-15 {
  padding-bottom: 150px;
}

.u-pb-16 {
  padding-bottom: 160px;
}

.u-pb-17 {
  padding-bottom: 170px;
}

.u-pb-18 {
  padding-bottom: 180px;
}

.u-pb-19 {
  padding-bottom: 190px;
}

.u-pb-20 {
  padding-bottom: 200px;
}

.u-pt-1 {
  padding-top: 10px;
}

.u-pt-2 {
  padding-top: 20px;
}

.u-pt-3 {
  padding-top: 30px;
}

.u-pt-4 {
  padding-top: 40px;
}

.u-pt-5 {
  padding-top: 50px;
}

.u-pt-6 {
  padding-top: 60px;
}

.u-pt-7 {
  padding-top: 70px;
}

.u-pt-8 {
  padding-top: 80px;
}

.u-pt-9 {
  padding-top: 90px;
}

.u-pt-10 {
  padding-top: 100px;
}

.u-pt-11 {
  padding-top: 110px;
}

.u-pt-12 {
  padding-top: 120px;
}

.u-pt-13 {
  padding-top: 130px;
}

.u-pt-14 {
  padding-top: 140px;
}

.u-pt-15 {
  padding-top: 150px;
}

.u-pt-16 {
  padding-top: 160px;
}

.u-pt-17 {
  padding-top: 170px;
}

.u-pt-18 {
  padding-top: 180px;
}

.u-pt-19 {
  padding-top: 190px;
}

.u-pt-20 {
  padding-top: 200px;
}

.u-tac {
  text-align: center;
}

.u-tar {
  text-align: right;
}

.u-tal {
  text-align: left;
}

.img-responsive {
  display: block;
  height: auto;
  width: 100%;
}

.hidden {
  display: none;
}

.hidden_pc {
  display: block;
}

.hidden_sp {
  display: none;
}

.db {
  display: block !important;
}/*# sourceMappingURL=style_pc.css.map */