@charset "UTF-8";
@font-face {
  font-family: "avenirBoook";
  src: url(../fonts/AvenirLTStd-Book.otf) format("opentype"), url(../fonts/AvenirLTStd-Book.woff) format("woff");
}
@font-face {
  font-family: "avenirLTHeavy";
  src: url(../fonts/AvenirLTStd-Heavy.otf) format("opentype"), url(../fonts/AvenirLTStd-Heavy.woff) format("woff");
}
@font-face {
  font-family: "avenirLT";
  src: url(../fonts/AvenirLTStd-Light.otf) format("opentype"), url(../fonts/AvenirLTStd-Light.woff) format("woff");
}
@font-face {
  font-family: "avenirLM";
  src: url(../fonts/AvenirLTStd-Medium.otf) format("opentype"), url(../fonts/AvenirLTStd-Medium.woff) format("woff");
}
.ff-Josefin-lighter {
  font-family: "Josefin Sans", serif;
  font-weight: lighter;
  font-weight: 300;
}

.fs-14set, .top-ranking__head {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .fs-14set, .top-ranking__head {
    line-height: 1.5;
  }
}

.fs-13set {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .fs-13set {
    line-height: 1.5;
  }
}

.f-tuku {
  font-family: "fot-tsukuaoldmin-pr6n", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 300;
  font-style: normal;
}

.skw-line {
  position: relative;
  z-index: 1;
}
.skw-line:after {
  content: "";
  width: 100%;
  height: 45%;
  position: absolute;
  left: -2%;
  bottom: -5%;
  -webkit-transform: skewX(-35deg);
  transform: skewX(-35deg);
  z-index: -1;
  background-color: #fdf7cd;
}

body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: YuGothic;
}
body main p {
  color: #4c4948;
}
body main h1 {
  color: #4c4948;
}
body main h2 {
  color: #4c4948;
}
body main h3 {
  color: #4c4948;
}
body main h4 {
  color: #4c4948;
}
body main .mv-top__pc {
  position: relative;
}
body main .mv-top__pc .mv-img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body main .mv-top__pc .mv-txt {
  position: relative;
  z-index: 10;
  width: 1200px;
  height: 780px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body main .mv-top__desc {
  background: url(../img/line-bg.png) left bottom;
  line-height: 47px;
  /*2508キャンペーン追加*/
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  body main .mv-top__desc {
    background-image: url(../img/line-bg-sp.png);
    line-height: 35px;
    /*2508キャンペーン追加*/
    letter-spacing: 0.06em;
  }
}
body main .container-wapper .lineup__item + body main .container-wapper .lineup__item {
  border-top: 1px solid #6a5953;
  margin-top: 100px;
  padding-top: 100px;
}
body main .cart-btn {
  color: #fff;
  display: block;
  width: 47%;
  height: 43px;
  line-height: 43px;
  border-radius: 23px;
  background-color: #6a5953;
  position: relative;
  text-align: center;
  border-width: 1px;
  border-color: rgb(106, 89, 83);
  border-style: solid;
  letter-spacing: 0.18em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  body main .cart-btn {
    width: 100%;
  }
}
body main .cart-btn:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #fff 1px solid;
  border-right: #fff 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
body main .cart-btn img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}
body main .detail-btn {
  color: #6a5953;
  display: block;
  width: 47%;
  height: 43px;
  line-height: 43px;
  border-radius: 23px;
  background-color: #fff;
  position: relative;
  text-align: center;
  border-width: 1px;
  border-color: rgb(106, 89, 83);
  border-style: solid;
  letter-spacing: 0.18em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  body main .detail-btn {
    width: 100%;
  }
}
body main .detail-btn:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #6a5953 1px solid;
  border-right: #6a5953 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
body main .refill-btn {
  color: #fff;
  display: block;
  width: 47%;
  height: 43px;
  line-height: 43px;
  border-radius: 23px;
  background-color: #13989d;
  position: relative;
  text-align: center;
  border-width: 1px;
  border-color: rgb(19, 153, 158);
  border-style: solid;
  letter-spacing: 0.18em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  body main .refill-btn {
    width: 100%;
    line-height: 1 !important;
    padding: 10px 0 !important;
    height: 50px !important;
    border-radius: 64px !important;
  }
}
body main .refill-btn:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #fff 1px solid;
  border-right: #fff 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
body main .price-container {
  position: relative;
}
body main .price-container .souryo-icon-sp {
  position: absolute;
  top: -64px;
  right: 0;
}
body main #lineup-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media screen and (max-width: 767px) {
  body main #lineup-2 .lineup__item {
    gap: 23px;
  }
}
body main #lineup-2 .lineup__item .lineup__item-img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 767px) {
  body main #lineup-2 .lineup__item .lineup__item-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
body main #lineup-2 .lineup__item .lineup__item-img div .sub-img-pc {
  position: absolute;
  bottom: -100px;
  right: 0;
  left: 290px;
}
body main #lineup-2 .lineup__item .lineup__item-img div .sub-img-sp {
  position: absolute;
  right: 0;
  left: 223px;
  bottom: -10px;
}
body main #lineup-2 .lineup__item .lineup__item-heading {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 767px) {
  body main #lineup-2 .lineup__item .lineup__item-heading {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
body main #lineup-2 .lineup__item .lineup__item-detail {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
body main #lineup-2 .lineup__item .lineup__item-detail .cart-btn {
  width: 50%;
}
@media screen and (max-width: 767px) {
  body main #lineup-2 .lineup__item .lineup__item-detail .cart-btn {
    width: 100%;
  }
}
body main #lineup-2 .lineup__item .lineup__item-detail .cart-btn:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #fff 1px solid;
  border-right: #fff 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
body main #lineup-2 .lineup__item .lineup__item-detail .cart-btn img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}
body main #lineup-2 .lineup__item .lineup__item-detail .detail-btn {
  width: 47%;
}
@media screen and (max-width: 767px) {
  body main #lineup-2 .lineup__item .lineup__item-detail .detail-btn {
    width: 100%;
  }
}
body main #lineup-2 .lineup__item .lineup__item-detail .detail-btn:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #6a5953 1px solid;
  border-right: #6a5953 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
body main .top-product-search {
  background: #fafafa;
}
@media screen and (min-width: 768px) {
  body main .top-product-search {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  body main .top-product-search {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
body main .top-product-search-title {
  border-bottom: 1px solid #f2f2f2;
}
@media screen and (max-width: 767px) {
  body main .top-product-search-title {
    padding-bottom: 20px;
    text-align: center;
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  body main .top-product-search-title {
    font-size: 30px;
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 768px) {
  body main .top-product-search .popular-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  body main .top-product-search .popular-items-title {
    font-size: 18px !important;
    position: relative;
    width: 100%;
    line-height: 1;
    margin-top: 0px !important;
    padding-left: 25px;
    margin-bottom: 20px;
  }
  body main .top-product-search .popular-items-title::before {
    content: "";
    display: inline-block;
    width: 15px;
    border-top: solid 1px #333;
    position: absolute;
    left: 0;
    top: 50%;
  }
}
@media screen and (max-width: 767px) {
  body main .top-product-search .popular-items-title {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  body main .top-product-search .popular-items .sp-side-paddingzero {
    padding-left: 0px;
    padding-right: 0px;
  }
}
body main .top-product-search .popular-items-list {
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  body main .top-product-search .popular-items-list {
    padding: 5px;
    width: 15.5%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
@media screen and (max-width: 767px) {
  body main .top-product-search .popular-items-list {
    padding: 5px;
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  body main .top-product-search .popular-items-list-name {
    font-size: 14px;
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 10px;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  body main .top-product-search .popular-items-list-name {
    font-size: 14px;
    padding-left: 15px;
    line-height: 1.5;
  }
}
body main .top-product-search .popular-items-list-name .sub-title {
  font-size: 10px;
  margin-bottom: 5px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  body main .top-product-search .popular-items-list-img {
    display: block;
    width: 100%;
    height: auto;
  }
}
body main .top-product-search .popular-items-title {
  font-size: 16px;
  margin-top: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  body main .top-product-search .popular-items-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
  }
  body main .top-product-search .popular-items-link img {
    width: 70px;
  }
}
body main .top-product-search .popular-items .asmy-arrow::after {
  content: "";
  border-right: 1px solid #f9c4ce !important;
  border-bottom: 1px solid #f9c4ce !important;
}
@media screen and (max-width: 767px) {
  body main .top-product-search .popular-items.search-box .popular-items-title {
    padding: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    background: #6a5953;
    color: #fff;
    letter-spacing: 1.85px;
    font-size: 16px;
    line-height: 1;
    position: relative;
  }
  body main .top-product-search .popular-items.search-box .popular-items-title::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0 auto 0;
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  body main .top-product-search .popular-items.search-box .popular-items-title.active.popular-items-title::after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    top: 5px;
  }
}
@media screen and (min-width: 768px) {
  body main .top-product-search .popular-items.search-box .search-problem-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  body main .top-product-search .popular-items.search-box .search-problem-flex {
    margin-top: 15px;
    display: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  body main .top-product-search .popular-items.search-box .search-problem {
    width: 24%;
  }
  body main .top-product-search .popular-items.search-box .search-problem:nth-child(n+5) {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  body main .top-product-search .popular-items.search-box .search-problem-list {
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    font-size: 15px;
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  body main .top-product-search .popular-items.search-box .search-problem-list {
    font-size: 14px;
    width: 100%;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ededed;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  body main .top-product-search .popular-items .popular-items-list,
  body main .top-product-search .popular-items .search-problem-list {
    position: relative;
  }
  body main .top-product-search .popular-items .popular-items-list::after,
  body main .top-product-search .popular-items .search-problem-list::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0 auto 0;
    width: 8px;
    height: 8px;
    border-right: 1px solid #91b5be;
    border-bottom: 1px solid #91b5be;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media screen and (min-width: 768px) {
  body main .top-product-search .popular-items .popular-items-list-name {
    position: relative;
  }
  body main .top-product-search .popular-items .popular-items-list-name::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 5px;
    bottom: 0;
    margin: auto 0 auto 0;
    width: 8px;
    height: 8px;
    border-right: 1px solid #91b5be;
    border-bottom: 1px solid #91b5be;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
body main .top-ranking-renew {
  background: #fff;
}
@media screen and (max-width: 767px) {
  body main .top-ranking-renew .ranking-slider-wrap {
    padding-left: 10px;
  }
}
body main .top-ranking-renew .top-ranking__img {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 768px) {
  body main .top-ranking-renew .top-ranking__img {
    padding-top: 50px !important;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  body main .top-ranking-renew .top-ranking__img {
    padding-top: 50px !important;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
}
body main .top-ranking-renew .top-ranking__img a {
  display: block;
}
@media screen and (max-width: 767px) {
  body main .top-ranking-renew .top-ranking__img span {
    top: 10px !important;
    left: 10px;
  }
}
@media screen and (min-width: 768px) {
  body main .top-ranking-renew .swiper-button-next,
  body main .top-ranking-renew .swiper-button-prev {
    top: 43%;
  }
}
@media screen and (min-width: 768px) {
  body main .top-ranking-renew .swiper-button-prev {
    left: -8px !important;
  }
}
@media screen and (min-width: 768px) {
  body main .top-ranking-renew .swiper-button-next {
    right: -15px !important;
  }
}
@media screen and (min-width: 768px) {
  body main .top-ranking-renew .main__head {
    margin-bottom: 0px;
  }
}
body main .top-ranking-renew .ranking-cat {
  background: #ecf3f4;
  font-size: 12px;
  text-align: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  position: absolute;
  border-radius: 50px;
  color: #4c4948;
  letter-spacing: 1.5px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  body main .top-ranking-renew .ranking-cat {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 20px;
    padding-right: 20px;
    right: 15px;
    top: 15px;
  }
}
@media screen and (max-width: 767px) {
  body main .top-ranking-renew .ranking-cat {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1;
    top: 10px;
    right: 10px;
  }
}
@media screen and (min-width: 768px) {
  body main .top-ranking-renew .swiper-pagination-bullets {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    bottom: -50px;
  }
}
@media screen and (max-width: 767px) {
  body main .top-ranking-renew .swiper-pagination-bullets {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    bottom: -30px;
  }
}
body main .top-campindex-inner img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  body main .top-campindex-inner {
    max-width: 1120px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 1000px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-x: hidden;
    margin: 0 auto;
    display: block;
    width: 100%;
    padding-bottom: 60px;
  }
}
body main .top-campindex-inner .top-campindex-slider {
  position: relative;
}
@media screen and (min-width: 768px) {
  body main .top-campindex-inner .top-campindex-slider .swiper-button-prev {
    left: -20px;
  }
}
@media screen and (min-width: 768px) {
  body main .top-campindex-inner .top-campindex-slider .swiper-button-next {
    right: -20px;
  }
}
@media screen and (min-width: 768px) {
  body main .top-campindex-inner .top-campindex-slider .swiper-pagination-bullets {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    bottom: -50px;
  }
}
@media screen and (max-width: 767px) {
  body main .top-campindex-inner .top-campindex-slider .swiper-pagination-bullets {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    bottom: -30px;
  }
}

.top-ranking {
  padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .top-ranking {
    padding-top: 64px;
    padding-bottom: 32px;
  }
}
.top-ranking .main__head {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .top-ranking .main__head {
    padding-bottom: 0;
  }
}
.top-ranking__tab {
  display: none;
}
.top-ranking__tab.active {
  display: block;
}
@media screen and (max-width: 767px) {
  .top-ranking__box {
    padding: 0 5%;
  }
}
.top-ranking__day {
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
  padding: 5px 0 30px;
  letter-spacing: 0.15rem;
  color: #4c4948;
}
.top-ranking__navi {
  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;
}
.top-ranking__btn {
  color: #4c4948;
  font-size: 17px;
  font-size: 1.0625rem;
  display: inline-block;
  width: 130px;
  margin: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .top-ranking__btn {
    width: 30%;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.top-ranking__btn:nth-child(2) {
  border-left: solid #4c4948 1px;
  border-right: solid #4c4948 1px;
}
.top-ranking__btn:nth-child(2).active span {
  width: 80%;
}
.top-ranking__btn.active span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(0%, #dde8eb));
  background: linear-gradient(transparent 40%, #dde8eb 0%);
  display: inline-block;
  width: 100%;
}
.top-ranking__link {
  display: block;
}
.top-ranking__link .title {
  color: #4c4948;
}
.top-ranking__link .price {
  font-weight: 300;
}
.top-ranking__link .price span {
  font-size: 10px;
}
.top-ranking__list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 60px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.top-ranking__list .link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .top-ranking__list {
    padding: 32px 0;
  }
}
.top-ranking__list .top-ranking__img {
  width: 400px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.top-ranking__list .top-ranking__img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-ranking__list .top-ranking__img {
    width: 100%;
  }
}
.top-ranking__list .top-ranking__img .ranking-nobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 15px;
  left: 15px;
}
.top-ranking__list .top-ranking__img .ranking-nobox .no {
  font-size: 14px;
  color: #c7c7c7;
}
.top-ranking__list .top-ranking__img .ranking-nobox .no.one {
  color: #bbb62e;
}
.top-ranking__list .top-ranking__img .ranking-nobox .no.two {
  color: #8b8989;
}
.top-ranking__list .top-ranking__img .ranking-nobox .no.three {
  color: #986531;
}
.top-ranking__list .top-ranking__img .ranking-noimg {
  width: 20px;
  height: 15px;
  background-size: contain !important;
  margin-right: 7px;
}
.top-ranking__list .top-ranking__img .ranking-noimg.no1 {
  background: url(../img/ranking-no1.svg) no-repeat;
}
.top-ranking__list .top-ranking__img .ranking-noimg.no2 {
  background: url(../img/ranking-no2.svg) no-repeat;
}
.top-ranking__list .top-ranking__img .ranking-noimg.no3 {
  background: url(../img/ranking-no3.svg) no-repeat;
}
.top-ranking__list .top-ranking__img .ranking-noimg.noOther {
  background: url(../img/ranking-other.svg) no-repeat;
}
.top-ranking__list .top-ranking__text {
  width: calc(100% - 400px);
}
@media screen and (max-width: 767px) {
  .top-ranking__list .top-ranking__text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top-ranking__list .top-ranking__text + .top-ranking__title {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .top-ranking__list .top-ranking__text + .top-ranking__title + .top-ranking__price {
    display: none;
  }
}
.top-ranking__list .top-ranking__head {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .top-ranking__list .top-ranking__head {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 10px;
    padding: 0;
  }
}
.top-ranking__list .top-ranking__title,
.top-ranking__list .top-ranking__price {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .top-ranking__list .top-ranking__title,
  .top-ranking__list .top-ranking__price {
    font-size: 16px;
    font-size: 1rem;
    display: block;
  }
}
.top-ranking__list .comment-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top-ranking__list .comment-wrap:first-child {
  padding-right: 35px;
}
@media screen and (max-width: 767px) {
  .top-ranking__list .comment-wrap:first-child {
    padding: 0;
    margin-bottom: 15px;
  }
}
.top-ranking__list .comment-wrap:last-child {
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .top-ranking__list .comment-wrap:last-child {
    padding: 0;
  }
}
.top-ranking__list .comment-desc.blue:after {
  bottom: 20px;
  right: -25px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .top-ranking__list .comment-desc.blue:after {
    right: -15px;
    border-width: 8px;
  }
}
.top-ranking__list .comment-desc.brown:after {
  top: 30px;
  left: -25px;
}
@media screen and (max-width: 767px) {
  .top-ranking__list .comment-desc.brown:after {
    left: -15px;
    border-width: 8px;
  }
}
.top-ranking__img {
  width: 200px;
  padding: 10px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.top-ranking__img img {
  width: 100%;
}
.top-ranking__img span {
  position: absolute;
  left: -10px;
  top: -10px;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #c7c7c7;
  color: #fff;
  font-family: "AvenirLTStd-Light", sans-serif;
}
@media screen and (max-width: 767px) {
  .top-ranking__img span {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top-ranking__img {
    width: 50%;
  }
}
.top-ranking__text {
  width: calc(100% - 200px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #4c4948;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .top-ranking__text {
    width: 50%;
    padding-left: 0;
    padding-top: 10px;
  }
}
.top-ranking__head {
  margin-bottom: 15px;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px) {
  .top-ranking__head {
    padding-left: 10px;
    margin-bottom: 0;
  }
}
.top-ranking__title, .top-ranking__price {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  font-weight: 400;
}
.top-ranking__price {
  font-family: "AvenirLTStd-Light", sans-serif;
}
.top-ranking__price span {
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 80%;
}
.top-ranking .swiper-button-next,
.top-ranking .swiper-button-prev {
  top: 43%;
  width: 28px;
  height: 28px;
  background-size: 28px 28px;
}
.top-ranking .swiper-button-next {
  background-image: url(../img/main_new/top/slide-arrow-right.png);
  left: auto;
  right: 0px;
}
.top-ranking .swiper-button-prev {
  background-image: url(../img/main_new/top/slide-arrow-left.png);
  left: 5px;
}
.top-ranking .swiper-button-next.swiper-button-disabled {
  background-image: url(../img/main_new/top/slide-arrow-right.png);
  left: auto;
  right: 0px;
}
.top-ranking .swiper-button-prev.swiper-button-disabled {
  background-image: url(../img/main_new/top/slide-arrow-left.png);
  left: 5px;
}

.top-slider .swiper-pagination-bullet,
.top-campindex-slider .swiper-pagination-bullet {
  background: #6a5953;
  margin: 0 8px !important;
}
.top-slider .swiper-pagination-bullet-active,
.top-campindex-slider .swiper-pagination-bullet-active {
  background: #fedb55;
}
.top-slider .swiper-button-next,
.top-slider .swiper-button-prev,
.top-campindex-slider .swiper-button-next,
.top-campindex-slider .swiper-button-prev {
  top: 50%;
  width: 28px;
  height: 28px;
  background-size: 28px 28px;
}
.top-slider .swiper-button-next,
.top-campindex-slider .swiper-button-next {
  background-image: url(../img/main_new/top/slide-arrow-right.png);
  left: auto;
  right: 14px;
}
.top-slider .swiper-button-prev,
.top-campindex-slider .swiper-button-prev {
  background-image: url(../img/main_new/top/slide-arrow-left.png);
  left: 14px;
}
.top-slider .swiper-button-next.swiper-button-disabled,
.top-campindex-slider .swiper-button-next.swiper-button-disabled {
  background-image: url(../img/main_new/top/slide-arrow-right.png);
  left: auto;
  right: 14px;
}
.top-slider .swiper-button-prev.swiper-button-disabled,
.top-campindex-slider .swiper-button-prev.swiper-button-disabled {
  background-image: url(../img/main_new/top/slide-arrow-left.png);
  left: 14px;
}

.top-ranking-buttonfix {
  position: relative;
}

.top-ranking-renew .swiper-pagination-bullet {
  background: #6a5953;
  margin: 0 8px !important;
}
.top-ranking-renew .swiper-pagination-bullet-active {
  background: #fedb55;
}
.top-ranking-renew .swiper-button-next,
.top-ranking-renew .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-size: auto;
}

.sub-head-text {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sub-head-text {
    margin-bottom: 30px;
    font-size: 12px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .sub-head-text {
    margin-bottom: 15px;
    font-size: 12px;
    margin-top: 5px;
  }
}

@font-face {
  font-family: "avenirBoook";
  src: url(../fonts/AvenirLTStd-Book.otf) format("opentype"), url(../fonts/AvenirLTStd-Book.woff) format("woff");
}
@font-face {
  font-family: "avenirLTHeavy";
  src: url(../fonts/AvenirLTStd-Heavy.otf) format("opentype"), url(../fonts/AvenirLTStd-Heavy.woff) format("woff");
}
@font-face {
  font-family: "avenirLT";
  src: url(../fonts/AvenirLTStd-Light.otf) format("opentype"), url(../fonts/AvenirLTStd-Light.woff) format("woff");
}
@font-face {
  font-family: "avenirLM";
  src: url(../fonts/AvenirLTStd-Medium.otf) format("opentype"), url(../fonts/AvenirLTStd-Medium.woff) format("woff");
}
.ff-Josefin-lighter {
  font-family: "Josefin Sans", serif;
  font-weight: lighter;
  font-weight: 300;
}

.fs-14set, .top-ranking__head {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .fs-14set, .top-ranking__head {
    line-height: 1.5;
  }
}

.fs-13set {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .fs-13set {
    line-height: 1.5;
  }
}

body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: YuGothic;
}
body img {
  max-width: 100%;
  height: auto;
}
body main .mv-top__pc {
  position: relative;
}
body main .mv-top__pc .mv-img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body main .mv-top__pc .mv-txt {
  position: relative;
  z-index: 10;
  width: 1200px;
  height: 780px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body main .mv-top__desc {
  background: url(../img/line-bg.png) left bottom;
  line-height: 47px;
  /*2508キャンペーン追加*/
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  body main .mv-top__desc {
    background-image: url(../img/line-bg-sp.png);
    line-height: 35px;
    /*2508キャンペーン追加*/
    letter-spacing: 0.06em;
  }
}
body main .container-wapper .lineup__item + body main .container-wapper .lineup__item {
  border-top: 1px solid #6a5953;
  margin-top: 100px;
  padding-top: 100px;
}
body main .cart-btn {
  color: #fff;
  display: block;
  width: 47%;
  height: 43px;
  line-height: 43px;
  border-radius: 23px;
  background-color: #6a5953;
  position: relative;
  text-align: center;
  border-width: 1px;
  border-color: rgb(106, 89, 83);
  border-style: solid;
  letter-spacing: 0.18em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  body main .cart-btn {
    width: 100%;
  }
}
body main .cart-btn:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #fff 1px solid;
  border-right: #fff 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
body main .cart-btn img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}
body main .detail-btn {
  color: #6a5953;
  display: block;
  width: 47%;
  height: 43px;
  line-height: 43px;
  border-radius: 23px;
  background-color: #fff;
  position: relative;
  text-align: center;
  border-width: 1px;
  border-color: rgb(106, 89, 83);
  border-style: solid;
  letter-spacing: 0.18em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  body main .detail-btn {
    width: 100%;
  }
}
body main .detail-btn:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #6a5953 1px solid;
  border-right: #6a5953 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
body main .refill-btn {
  color: #fff;
  display: block;
  width: 47%;
  height: 43px;
  line-height: 43px;
  border-radius: 23px;
  background-color: #13989d;
  position: relative;
  text-align: center;
  border-width: 1px;
  border-color: rgb(19, 153, 158);
  border-style: solid;
  letter-spacing: 0.18em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  body main .refill-btn {
    width: 100%;
  }
}
body main .refill-btn:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #fff 1px solid;
  border-right: #fff 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
body main .soldout-btn {
  border-radius: 23px !important;
}
body main #lineup-2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  body main #lineup-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 90px 50px;
  }
}
@media screen and (max-width: 767px) {
  body main #lineup-2 .lineup__item {
    gap: 23px;
  }
}
body main #lineup-2 .lineup__item .lineup__item-img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 767px) {
  body main #lineup-2 .lineup__item .lineup__item-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
body main #lineup-2 .lineup__item .lineup__item-img .lineup__item-wrap-pc {
  position: relative;
}
body main #lineup-2 .lineup__item .lineup__item-img .lineup__item-wrap-pc .sub-img-pc {
  position: absolute;
  bottom: -100px;
  right: 0;
  left: 290px;
}
body main #lineup-2 .lineup__item .lineup__item-img .lineup__item-wrap-sp {
  position: relative;
}
body main #lineup-2 .lineup__item .lineup__item-img .lineup__item-wrap-sp .sub-img-sp {
  position: absolute;
  right: 0;
  left: 223px;
  bottom: -10px;
}
body main #lineup-2 .lineup__item .lineup__item-heading {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 767px) {
  body main #lineup-2 .lineup__item .lineup__item-heading {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
body main #lineup-2 .lineup__item .lineup__item-detail {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
body main .top-product-search {
  background: #fafafa;
}
@media screen and (min-width: 768px) {
  body main .top-product-search {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  body main .top-product-search {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
body main .top-product-search-title {
  border-bottom: 1px solid #f2f2f2;
}
@media screen and (max-width: 767px) {
  body main .top-product-search-title {
    padding-bottom: 20px;
    text-align: center;
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  body main .top-product-search-title {
    font-size: 30px;
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 768px) {
  body main .top-product-search .popular-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  body main .top-product-search .popular-items-title {
    font-size: 18px !important;
    position: relative;
    width: 100%;
    line-height: 1;
    margin-top: 0px !important;
    padding-left: 25px;
    margin-bottom: 20px;
  }
  body main .top-product-search .popular-items-title::before {
    content: "";
    display: inline-block;
    width: 15px;
    border-top: solid 1px #333;
    position: absolute;
    left: 0;
    top: 50%;
  }
}
@media screen and (max-width: 767px) {
  body main .top-product-search .popular-items-title {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  body main .top-product-search .popular-items .sp-side-paddingzero {
    padding-left: 0px;
    padding-right: 0px;
  }
}
body main .top-product-search .popular-items-list {
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  body main .top-product-search .popular-items-list {
    padding: 5px;
    width: 15.5%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
@media screen and (max-width: 767px) {
  body main .top-product-search .popular-items-list {
    padding: 5px;
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  body main .top-product-search .popular-items-list-name {
    font-size: 14px;
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 10px;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  body main .top-product-search .popular-items-list-name {
    font-size: 14px;
    padding-left: 15px;
    line-height: 1.5;
  }
}
body main .top-product-search .popular-items-list-name .sub-title {
  font-size: 10px;
  margin-bottom: 5px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  body main .top-product-search .popular-items-list-img {
    display: block;
    width: 100%;
    height: auto;
  }
}
body main .top-product-search .popular-items-title {
  font-size: 16px;
  margin-top: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  body main .top-product-search .popular-items-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
  }
  body main .top-product-search .popular-items-link img {
    width: 70px;
  }
}
body main .top-product-search .popular-items .asmy-arrow::after {
  content: "";
  border-right: 1px solid #f9c4ce !important;
  border-bottom: 1px solid #f9c4ce !important;
}
@media screen and (max-width: 767px) {
  body main .top-product-search .popular-items.search-box .popular-items-title {
    padding: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    background: #6a5953;
    color: #fff;
    letter-spacing: 1.85px;
    font-size: 16px;
    line-height: 1;
    position: relative;
  }
  body main .top-product-search .popular-items.search-box .popular-items-title::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0 auto 0;
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  body main .top-product-search .popular-items.search-box .popular-items-title.active.popular-items-title::after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    top: 5px;
  }
}
@media screen and (min-width: 768px) {
  body main .top-product-search .popular-items.search-box .search-problem-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  body main .top-product-search .popular-items.search-box .search-problem-flex {
    margin-top: 15px;
    display: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  body main .top-product-search .popular-items.search-box .search-problem {
    width: 24%;
  }
  body main .top-product-search .popular-items.search-box .search-problem:nth-child(n+5) {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  body main .top-product-search .popular-items.search-box .search-problem-list {
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    font-size: 15px;
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  body main .top-product-search .popular-items.search-box .search-problem-list {
    font-size: 14px;
    width: 100%;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ededed;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  body main .top-product-search .popular-items .popular-items-list,
  body main .top-product-search .popular-items .search-problem-list {
    position: relative;
  }
  body main .top-product-search .popular-items .popular-items-list::after,
  body main .top-product-search .popular-items .search-problem-list::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0 auto 0;
    width: 8px;
    height: 8px;
    border-right: 1px solid #91b5be;
    border-bottom: 1px solid #91b5be;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media screen and (min-width: 768px) {
  body main .top-product-search .popular-items .popular-items-list-name {
    position: relative;
  }
  body main .top-product-search .popular-items .popular-items-list-name::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 5px;
    bottom: 0;
    margin: auto 0 auto 0;
    width: 8px;
    height: 8px;
    border-right: 1px solid #91b5be;
    border-bottom: 1px solid #91b5be;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
body main .top-ranking-renew {
  background: #fff;
}
@media screen and (max-width: 767px) {
  body main .top-ranking-renew .ranking-slider-wrap {
    padding-left: 10px;
  }
}
body main .top-ranking-renew .top-ranking__img {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 768px) {
  body main .top-ranking-renew .top-ranking__img {
    padding-top: 50px !important;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  body main .top-ranking-renew .top-ranking__img {
    padding-top: 50px !important;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
}
body main .top-ranking-renew .top-ranking__img a {
  display: block;
}
@media screen and (max-width: 767px) {
  body main .top-ranking-renew .top-ranking__img span {
    top: 10px !important;
    left: 10px;
  }
}
@media screen and (min-width: 768px) {
  body main .top-ranking-renew .swiper-button-next,
  body main .top-ranking-renew .swiper-button-prev {
    top: 43%;
  }
}
@media screen and (min-width: 768px) {
  body main .top-ranking-renew .swiper-button-prev {
    left: -8px !important;
  }
}
@media screen and (min-width: 768px) {
  body main .top-ranking-renew .swiper-button-next {
    right: -15px !important;
  }
}
@media screen and (min-width: 768px) {
  body main .top-ranking-renew .main__head {
    margin-bottom: 0px;
  }
}
body main .top-ranking-renew .ranking-cat {
  background: #ecf3f4;
  font-size: 12px;
  text-align: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  position: absolute;
  border-radius: 50px;
  color: #4c4948;
  letter-spacing: 1.5px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  body main .top-ranking-renew .ranking-cat {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 20px;
    padding-right: 20px;
    right: 15px;
    top: 15px;
  }
}
@media screen and (max-width: 767px) {
  body main .top-ranking-renew .ranking-cat {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1;
    top: 10px;
    right: 10px;
  }
}
@media screen and (min-width: 768px) {
  body main .top-ranking-renew .swiper-pagination-bullets {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    bottom: -50px;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body main .top-ranking-renew .swiper-pagination-bullets {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    bottom: -30px;
  }
}
body main .top-slider {
  padding-bottom: 0px;
}
body main .top-slider .swiper-pagination {
  bottom: 25px;
}
body main .top-slider img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  body main .sp-obi-info {
    z-index: 1;
  }
}
body main .top-campindex-inner img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  body main .top-campindex-inner {
    max-width: 1120px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 1000px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-x: hidden;
    margin: 0 auto;
    display: block;
    width: 100%;
    padding-bottom: 60px;
  }
}
body main .top-campindex-inner .top-campindex-slider {
  position: relative;
}
@media screen and (min-width: 768px) {
  body main .top-campindex-inner .top-campindex-slider .swiper-button-prev {
    left: -20px;
  }
}
@media screen and (min-width: 768px) {
  body main .top-campindex-inner .top-campindex-slider .swiper-button-next {
    right: -20px;
  }
}
@media screen and (min-width: 768px) {
  body main .top-campindex-inner .top-campindex-slider .swiper-pagination-bullets {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    bottom: -50px;
  }
}
@media screen and (max-width: 767px) {
  body main .top-campindex-inner .top-campindex-slider .swiper-pagination-bullets {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    bottom: -30px;
  }
}
body main .top-sp-campindex-btn {
  position: relative;
}
body main .top-sp-campindex-btn::before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  right: 23px;
  background: #fafafa;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}
body main .top-sp-campindex-btn::after {
  content: "";
  display: block;
  width: 1.5px;
  height: 15px;
  right: 30px;
  background: #fafafa;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  body main .top-sp-campindex-btn {
    background: #6a5953;
    color: #fff;
    width: 100%;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }
}

.top-ranking {
  padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .top-ranking {
    padding-top: 64px;
    padding-bottom: 32px;
  }
}
.top-ranking .main__head {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .top-ranking .main__head {
    padding-bottom: 0;
  }
}
.top-ranking__tab {
  display: none;
}
.top-ranking__tab.active {
  display: block;
}
@media screen and (max-width: 767px) {
  .top-ranking__box {
    padding: 0 5%;
  }
}
.top-ranking__day {
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
  padding: 5px 0 30px;
  letter-spacing: 0.15rem;
  color: #4c4948;
}
.top-ranking__navi {
  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;
}
.top-ranking__btn {
  color: #4c4948;
  font-size: 17px;
  font-size: 1.0625rem;
  display: inline-block;
  width: 130px;
  margin: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .top-ranking__btn {
    width: 30%;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.top-ranking__btn:nth-child(2) {
  border-left: solid #4c4948 1px;
  border-right: solid #4c4948 1px;
}
.top-ranking__btn:nth-child(2).active span {
  width: 80%;
}
.top-ranking__btn.active span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(0%, #dde8eb));
  background: linear-gradient(transparent 40%, #dde8eb 0%);
  display: inline-block;
  width: 100%;
}
.top-ranking__link {
  display: block;
}
.top-ranking__link .title {
  color: #4c4948;
}
.top-ranking__link .price {
  font-weight: 300;
}
.top-ranking__link .price span {
  font-size: 10px;
}
.top-ranking__list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 60px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.top-ranking__list .link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .top-ranking__list {
    padding: 32px 0;
  }
}
.top-ranking__list .top-ranking__img {
  width: 400px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.top-ranking__list .top-ranking__img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-ranking__list .top-ranking__img {
    width: 100%;
  }
}
.top-ranking__list .top-ranking__img .ranking-nobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 15px;
  left: 15px;
}
.top-ranking__list .top-ranking__img .ranking-nobox .no {
  font-size: 14px;
  color: #c7c7c7;
}
.top-ranking__list .top-ranking__img .ranking-nobox .no.one {
  color: #bbb62e;
}
.top-ranking__list .top-ranking__img .ranking-nobox .no.two {
  color: #8b8989;
}
.top-ranking__list .top-ranking__img .ranking-nobox .no.three {
  color: #986531;
}
.top-ranking__list .top-ranking__text {
  width: calc(100% - 400px);
}
@media screen and (max-width: 767px) {
  .top-ranking__list .top-ranking__text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top-ranking__list .top-ranking__text + .top-ranking__title {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .top-ranking__list .top-ranking__text + .top-ranking__title + .top-ranking__price {
    display: none;
  }
}
.top-ranking__list .top-ranking__head {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .top-ranking__list .top-ranking__head {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 10px;
    padding: 0;
  }
}
.top-ranking__list .top-ranking__title,
.top-ranking__list .top-ranking__price {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .top-ranking__list .top-ranking__title,
  .top-ranking__list .top-ranking__price {
    font-size: 16px;
    font-size: 1rem;
    display: block;
  }
}
.top-ranking__list .comment-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top-ranking__list .comment-wrap:first-child {
  padding-right: 35px;
}
@media screen and (max-width: 767px) {
  .top-ranking__list .comment-wrap:first-child {
    padding: 0;
    margin-bottom: 15px;
  }
}
.top-ranking__list .comment-wrap:last-child {
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .top-ranking__list .comment-wrap:last-child {
    padding: 0;
  }
}
.top-ranking__list .comment-desc.blue:after {
  bottom: 20px;
  right: -25px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .top-ranking__list .comment-desc.blue:after {
    right: -15px;
    border-width: 8px;
  }
}
.top-ranking__list .comment-desc.brown:after {
  top: 30px;
  left: -25px;
}
@media screen and (max-width: 767px) {
  .top-ranking__list .comment-desc.brown:after {
    left: -15px;
    border-width: 8px;
  }
}
.top-ranking__img {
  width: 200px;
  padding: 10px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.top-ranking__img img {
  width: 100%;
}
.top-ranking__img span {
  position: absolute;
  left: -10px;
  top: -10px;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #c7c7c7;
  color: #fff;
  font-family: "AvenirLTStd-Light", sans-serif;
}
@media screen and (max-width: 767px) {
  .top-ranking__img span {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top-ranking__img {
    width: 50%;
  }
}
.top-ranking__text {
  width: calc(100% - 200px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #4c4948;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .top-ranking__text {
    width: 50%;
    padding-left: 0;
    padding-top: 10px;
  }
}
.top-ranking__head {
  margin-bottom: 15px;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px) {
  .top-ranking__head {
    padding-left: 10px;
    margin-bottom: 0;
  }
}
.top-ranking__title, .top-ranking__price {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  font-weight: 400;
}
.top-ranking__price {
  font-family: "AvenirLTStd-Light", sans-serif;
}
.top-ranking__price span {
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 80%;
}
.top-ranking .swiper-button-next,
.top-ranking .swiper-button-prev {
  top: 43%;
  width: 28px;
  height: 28px;
  background-size: 28px 28px;
}
.top-ranking .swiper-button-next {
  background-image: url(../img/main_new/top/slide-arrow-right.png);
  left: auto;
  right: 0px;
}
.top-ranking .swiper-button-prev {
  background-image: url(../img/main_new/top/slide-arrow-left.png);
  left: 5px;
}
.top-ranking .swiper-button-next.swiper-button-disabled {
  background-image: url(../img/main_new/top/slide-arrow-right.png);
  left: auto;
  right: 0px;
}
.top-ranking .swiper-button-prev.swiper-button-disabled {
  background-image: url(../img/main_new/top/slide-arrow-left.png);
  left: 5px;
}

.top-slider .swiper-pagination-bullet,
.top-campindex-slider .swiper-pagination-bullet {
  background: #6a5953;
  margin: 0 8px !important;
}
.top-slider .swiper-pagination-bullet-active,
.top-campindex-slider .swiper-pagination-bullet-active {
  background: #fedb55;
}
.top-slider .swiper-button-next,
.top-slider .swiper-button-prev,
.top-campindex-slider .swiper-button-next,
.top-campindex-slider .swiper-button-prev {
  top: 50%;
  width: 28px;
  height: 28px;
  background-size: 28px 28px;
}
.top-slider .swiper-button-next,
.top-campindex-slider .swiper-button-next {
  background-image: url(../img/main_new/top/slide-arrow-right.png);
  left: auto;
  right: 14px;
}
.top-slider .swiper-button-prev,
.top-campindex-slider .swiper-button-prev {
  background-image: url(../img/main_new/top/slide-arrow-left.png);
  left: 14px;
}
.top-slider .swiper-button-next.swiper-button-disabled,
.top-campindex-slider .swiper-button-next.swiper-button-disabled {
  background-image: url(../img/main_new/top/slide-arrow-right.png);
  left: auto;
  right: 14px;
}
.top-slider .swiper-button-prev.swiper-button-disabled,
.top-campindex-slider .swiper-button-prev.swiper-button-disabled {
  background-image: url(../img/main_new/top/slide-arrow-left.png);
  left: 14px;
}

.top-ranking-buttonfix {
  position: relative;
}

.top-ranking-renew .swiper-pagination-bullet {
  background: #6a5953;
  margin: 0 8px !important;
}
.top-ranking-renew .swiper-pagination-bullet-active {
  background: #fedb55;
}
.top-ranking-renew .swiper-button-next,
.top-ranking-renew .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-size: auto;
  display: none;
}

.sub-head-text {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sub-head-text {
    margin-bottom: 30px;
    font-size: 12px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .sub-head-text {
    margin-bottom: 15px;
    font-size: 12px;
    margin-top: 5px;
  }
}