* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:hover, a:focus {
  opacity: 0.8;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  line-height: 0;
}

h1,
h2,
h3,
h4 {
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
}

.pc-only {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.container {
  width: 1080px !important;
  display: block;
  margin: 0 auto;
  padding: 0px 50px !important;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .container {
    width: 100% !important;
    padding: 0 15px !important;
  }
}

.return_content img {
  width:100%;
  height:auto;
}

.return_content #wrapper {
  background-color: #f7f5f4;
}

.return_content #wrapper .bg-gl {
  background: #eceae6;
}
.return_content #wrapper .bg-white {
  background: #FFF;
}

@media screen and (min-width: 768px) {
  .return_content #wrapper a {
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
  }
  .return_content #wrapper a:hover {
    opacity: 0.6;
  }
}

.return_content #wrapper .top {
  background:#FFFFFF;
}
.return_content #wrapper .top .banner {
  max-width:1280px;
  margin:0 auto;
}
.return_content #wrapper .top .banner img {
  width:100%;
  height:auto;
}
.return_content #wrapper .top .banner.pc-only {
  position: relative;
}

.return_content #wrapper .top .banner.pc-only .main-banner-2 {
  width: 524px;
  position: absolute;
  top: 50%;
  left: 30%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.return_content #wrapper .top .top-intro {
  background: #fff;
}

.return_content #wrapper .top .top-intro .container .intro {
  padding: 70px 0 40px;
  font-size: 20px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .top .top-intro .container .intro {
    font-size: 14px;
    line-height: 1.8;
    padding: 30px 0 20px;
  }
}

@media screen and (max-width: 360px) {
  .return_content #wrapper .top .top-intro .container .intro {
    font-size: 12px;
  }
}

/* 202306追加 イントロ ページ内リンクボタン */
.top-intro-links {
  width: 90%;
  max-width: 660px;
  margin:0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom:80px;
}
@media screen and (max-width: 767px) {
  .top-intro-links {
    padding-bottom:40px;
  }
}

.top-intro-links .btn_pagelink {
  width: calc((100% - 20px) / 2);
  display: flex;
  flex-wrap: wrap;
  align-items:center;
  justify-content: space-between;
  padding:15px 10px;
  background-color: #000;
}
.top-intro-links .btn_pagelink span {
  display: flex;
  align-items:center;
  width: fit-content;
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-intro-links .btn_pagelink span {
    font-size: 13px;
  }
}

.top-intro-links .btn_pagelink span::after {
  content: url(../img/icon-arrow-bottom.svg);
  width: 20px;
  margin-left: 18px;
}
@media screen and (max-width: 767px) {
  .top-intro-links .btn_pagelink span::after {
    margin-left: 10px;
  }
}

.return_content #wrapper .series-ranking {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .series-ranking {
    padding: 50px 0;
  }
}

.return_content #wrapper .series-ranking .container .product-box .product-item {
  width: 441px;
  position: relative;
}

.return_content #wrapper .series-ranking .container .product-box .product-item a:hover, .return_content #wrapper .series-ranking .container .product-box .product-item a:focus {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .return_content #wrapper .series-ranking .container .product-box .product-item:nth-child(n+3) {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .series-ranking .container .product-box .product-item {
    width: 100%;
  }
  .return_content #wrapper .series-ranking .container .product-box .product-item:nth-child(n+2) {
    margin-top: 50px;
  }
}

.return_content #wrapper .series-ranking .container .product-box .product-item:nth-child(2n+1) {
  margin-right: 88px;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .series-ranking .container .product-box .product-item:nth-child(2n+1) {
    margin-right: 0px;
  }
}

.return_content #wrapper .series-ranking .container .product-box .product-item .product-item-content {
  position: relative;
  z-index: 2;
}

.return_content #wrapper .series-ranking .container .product-box .product-item .product-item-content .product-item-content-bg {
  background-color: #fff;
  position: relative;
}

.return_content #wrapper .series-ranking .container .product-box .product-item .product-item-content .product-item-content-bg:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
}

.return_content #wrapper .series-ranking .container .product-box .product-item .product-item-content .product-item-content-bg img {
  position: absolute;
  width: 80%;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .return_content #wrapper .series-ranking .container .product-box .product-item .product-item-content .product-item-content-bg img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
  }
  .return_content #wrapper .series-ranking .container .product-box .product-item .product-item-content .product-item-content-bg img:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .series-ranking .container .product-box .product-item .product-item-content .product-item-content-bg img {
    width: 90%;
  }
}

.return_content #wrapper .series-ranking .container .product-box .product-item .product-item-content .product-item-content-bg .number {
  position: absolute;
  top: -20px;
  left: 20px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .series-ranking .container .product-box .product-item .product-item-content .product-item-content-bg .number {
    top: -15px;
    left: 15px;
  }
}

.return_content #wrapper .series-ranking .container .product-box .product-item .product-item-content .product-item-content-bg .number img {
  width: auto;
  position: static;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .series-ranking .container .product-box .product-item .product-item-content .product-item-content-bg .number img {
    width: 44px;
  }
}

.return_content #wrapper .series-ranking .container .product-box .product-item .product-item-content .product-content {
  padding: 20px 0 0;
  color: #000;
}

.return_content #wrapper .series-ranking .container .product-box .product-item .product-item-content .product-content .product-title {
  margin-bottom: 20px;
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .series-ranking .container .product-box .product-item .product-item-content .product-content .product-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 360px) {
  .return_content #wrapper .series-ranking .container .product-box .product-item .product-item-content .product-content .product-title {
    font-size: 16px;
  }
}

.return_content #wrapper .series-ranking .container .product-box .product-item .product-item-content .product-content .product-title p {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .series-ranking .container .product-box .product-item .product-item-content .product-content .product-title p {
    font-size: 16px;
  }
}

.return_content #wrapper .series-ranking .container .product-box .product-item .product-item-content .product-content .product-info {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0px;
  min-height: 100px;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .series-ranking .container .product-box .product-item .product-item-content .product-content .product-info {
    margin-bottom: 25px;
    min-height: auto;
  }
}

@media screen and (max-width: 360px) {
  .return_content #wrapper .series-ranking .container .product-box .product-item .product-item-content .product-content .product-info {
    font-size: 12px;
  }
}

.return_content #wrapper .category {
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .category {
    padding: 40px 0;
  }
}

.return_content #wrapper .category .container .product-box .product-item {
  width: 304px;
  margin-bottom:40px;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .category .container .product-box .product-item {
    width: 100%;
    padding: 0 10px;
    margin-bottom:20px;
  }
}

@media screen and (max-width: 360px) {
  .return_content #wrapper .category .container .product-box .product-item {
    padding: 0 5px;
  }
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .category .container .product-box .product-item + .product-item {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .category .container .product-box .product-item > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.return_content #wrapper .category .container .product-box .product-item .product-img-box {
  width: 304px;
  height: 304px;
  position: relative;
  background-color: #fff;
  border-radius: 100%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .category .container .product-box .product-item .product-img-box {
    width: 155px;
    height: 155px;
  }
}

@media screen and (max-width: 360px) {
  .return_content #wrapper .category .container .product-box .product-item .product-img-box {
    width: 135px;
    height: 135px;
    margin: 0 auto;
  }
}

.return_content #wrapper .category .container .product-box .product-item .product-img-box img {
  position: absolute;
  width: 60%;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .category .container .product-box .product-item .product-txt-wrap {
    width: calc(100% - 155px);
    padding-left: 20px;
  }
}

.return_content #wrapper .category .container .product-box .product-item .product-title {
  font-size: 26px;
  text-align: center;
  margin: 25px 0;
  position: relative;
  color: #000;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .category .container .product-box .product-item .product-title {
    font-size: 20px;
    letter-spacing: -0.5px;
    margin: 0 0 15px;
    text-align: left;
  }
}

.return_content #wrapper .category .container .product-box .product-item .product-title span {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .category .container .product-box .product-item .product-title span {
    font-size: 15px;
  }
}

.return_content #wrapper .category .container .product-box .product-item .product-btn {
  width: 215px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .category .container .product-box .product-item .product-btn {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .category .container .product-box .product-item .product-btn a.btn, .return_content #wrapper .category .container .product-box .product-item .product-btn span.btn {
    font-size: 12px;
  }
}

.return_content #wrapper .category .container .product-box .product-item .product-btn a.btn:after, .return_content #wrapper .category .container .product-box .product-item .product-btn span.btn:after {
  right: 20px;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .category .container .product-box .product-item .product-btn a.btn:after, .return_content #wrapper .category .container .product-box .product-item .product-btn span.btn:after {
    right: 7px;
  }
}

/*202302追加 カテゴリ一覧 スマホ2カラムPC2カラム版*/
.return_content #wrapper .category .container .product-box .product-item-sp2colpc2col {
  width: 304px;
  margin-bottom:40px;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .category .container .product-box .product-item-sp2colpc2col {
    width: calc(50% - 10px);
    padding: 0;
    margin: 0 5px 20px 5px;
  }
}

@media screen and (max-width: 360px) {
  .return_content #wrapper .category .container .product-box .product-item-sp2colpc2col {
    padding: 0;
  }
}

.return_content #wrapper .category .container .product-box .product-item-sp2colpc2col:nth-child(2n-1), .return_content #wrapper .category .container .product-box .product-item-sp2column:nth-child(2n-1) {
  margin-right: calc(68px / 2);
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .category .container .product-box .product-item-sp2colpc2col:nth-child(2n+1), .return_content #wrapper .category .container .product-box .product-item-sp2column:nth-child(2n+2) {
    margin-right: 5px;
  }
}

.return_content #wrapper .category .container .product-box .product-item-sp2colpc2col .product-img-box {
  width: 304px;
  height: 304px;
  position: relative;
  background-color: #fff;
  border-radius: 100%;
  overflow: hidden;
  padding:75px;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .category .container .product-box .product-item-sp2colpc2col .product-img-box {
    width: 155px;
    height: 155px;
    margin: 0 auto;
    padding:30px;
  }
}

@media screen and (max-width: 360px) {
  .return_content #wrapper .category .container .product-box .product-item-sp2colpc2col .product-img-box {
    width: 135px;
    height: 135px;
    margin: 0 auto;
    padding:20px;
  }
}

.return_content #wrapper .category .container .product-box .product-item-sp2colpc2coln .product-img-box img {
  position: absolute;
  width: 60%;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .category .container .product-box .product-item-sp2colpc2col .product-txt-wrap {
    width: 98%;
    text-align: center;
    margin:0 auto;
  }
}

.return_content #wrapper .category .container .product-box .product-item-sp2colpc2col .product-title {
  font-size: 26px;
  text-align: center;
  margin: 25px 0;
  position: relative;
  color: #000;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .category .container .product-box .product-item-sp2colpc2col .product-title {
    font-size: 18px;
    letter-spacing: -0.5px;
    margin: 10px 0 10px;
    text-align: cneter;
  }
}

.return_content #wrapper .category .container .product-box .product-item-sp2colpc2col .product-title span {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .category .container .product-box .product-item-sp2colpc2col .product-title span {
    font-size: 15px;
  }
}

.return_content #wrapper .category .container .product-box .product-item-sp2colpc2col .product-btn {
  width: 215px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .category .container .product-box .product-item-sp2colpc2col .product-btn {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .category .container .product-box .product-item-sp2colpc2col .product-btn a.btn, .return_content #wrapper .category .container .product-box .product-item-sp2column .product-btn span.btn {
    font-size: 12px;
  }
}

.return_content #wrapper .category .container .product-box .product-item-sp2colpc2col .product-btn a.btn:after, .return_content #wrapper .category .container .product-box .product-item-sp2column .product-btn span.btn:after {
  right: 20px;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .category .container .product-box .product-item-sp2colpc2col .product-btn a.btn:after, .return_content #wrapper .category .container .product-box .product-item-sp2column .product-btn span.btn:after {
    right: 7px;
  }
}

/*202306追加 カテゴリ一覧 スマホ1カラムPC2カラム版*/
.return_content #wrapper .category .container .product-box .product-item-sp1colpc2col {
  width: 304px;
  margin-bottom:40px;
  margin-right:10px;
  margin-left:10px;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .category .container .product-box .product-item-sp1colpc2col {
    width: 100%;
    padding: 0 10px;
    margin-bottom:20px;
    margin-right:0;
    margin-left:0;
  }
}

.return_content #wrapper .category .container .product-box .product-item-sp2colpc2col:nth-child(2n-1), .return_content #wrapper .category .container .product-box .product-item-sp2column:nth-child(2n-1) {
  margin-right: calc(68px / 2);
}

@media screen and (max-width: 360px) {
  .return_content #wrapper .category .container .product-box .product-item-sp1colpc2col {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .category .container .product-box .product-item-sp1colpc2col + .product-item-sp1colpc2col {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .category .container .product-box .product-item-sp1colpc2col > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.return_content #wrapper .category .container .product-box .product-item-sp1colpc2col .product-img-box {
  width: 304px;
  height: 304px;
  position: relative;
  background-color: #fff;
  border-radius: 100%;
  overflow: hidden;
}


@media screen and (max-width: 767px) {
  .return_content #wrapper .category .container .product-box .product-item-sp1colpc2col .product-img-box {
    width: 145px;
    height: 145px;
    margin: 0;
  }
}

@media screen and (max-width: 360px) {
  .return_content #wrapper .category .container .product-box .product-item-sp1colpc2col .product-img-box {
    width: 135px;
    height: 135px;
    margin: 0 auto;
  }
}

.return_content #wrapper .category .container .product-box .product-item-sp1colpc2col .product-img-box img {
  position: absolute;
  width: 60%;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .category .container .product-box .product-item-sp1colpc2col .product-txt-wrap {
    width: calc(100% - 155px);
    padding-left: 10px;
  }
}

.return_content #wrapper .category .container .product-box .product-item-sp1colpc2col .product-title {
  font-size: 26px;
  text-align: center;
  margin: 25px 0;
  position: relative;
  color: #000;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .category .container .product-box .product-item-sp1colpc2col .product-title {
    font-size: 20px;
    letter-spacing: -0.5px;
    margin: 0 0 15px;
    text-align: left;
  }
}

.return_content #wrapper .category .container .product-box .product-item-sp1colpc2col .product-title span {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .category .container .product-box .product-item-sp1colpc2col .product-title span {
    font-size: 15px;
  }
}

.return_content #wrapper .category .container .product-box .product-item-sp1colpc2col .product-btn {
  width: 215px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .category .container .product-box .product-item-sp1colpc2col .product-btn {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .category .container .product-box .product-item-sp1colpc2col .product-btn a.btn, .return_content #wrapper .category .container .product-box .product-item-sp2column .product-btn span.btn {
    font-size: 11px;
  }
}

.return_content #wrapper .category .container .product-box .product-item-sp1colpc2col .product-btn a.btn:after, .return_content #wrapper .category .container .product-box .product-item-sp2column .product-btn span.btn:after {
  right: 20px;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .category .container .product-box .product-item-sp1colpc2col .product-btn a.btn:after, .return_content #wrapper .category .container .product-box .product-item-sp2column .product-btn span.btn:after {
    right: 7px;
  }
}


/*202302追加 カテゴリ一覧 スマホ3カラムPC3カラム版*/

.return_content #wrapper .category .container .product-box .product-item-sp3colpc3col {
  width: calc((100% - 50px) / 3);
  margin-bottom:40px;
}
.return_content #wrapper .category .container .gap-sp3colpc3col {
  gap: 10px 25px;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .category .container .product-box .product-item-sp3colpc3col {
    width: calc(50% - 10px);
    padding: 0;
  }
  .return_content #wrapper .category .container .gap-sp3colpc3col {
    gap: 10px;
  }
}

@media screen and (max-width: 360px) {
  .return_content #wrapper .category .container .product-box .product-item-sp3colpc3col {
    padding: 0;
  }
}


.return_content #wrapper .category .container .product-box .product-item-sp3colpc3col .product-img-box {
  width: 304px;
  height: 304px;
  position: relative;
  background-color: #fff;
  border-radius: 100%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .category .container .product-box .product-item-sp3colpc3col .product-img-box {
    width: 155px;
    height: 155px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 360px) {
  .return_content #wrapper .category .container .product-box .product-item-sp3colpc3col .product-img-box {
    width: 135px;
    height: 135px;
    margin: 0 auto;
  }
}

.return_content #wrapper .category .container .product-box .product-item-sp3colpc3col .product-img-box img {
  position: absolute;
  width: 60%;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .category .container .product-box .product-item-sp3colpc3col .product-txt-wrap {
    width: 98%;
    text-align: center;
    margin:0 auto;
  }
}

.return_content #wrapper .category .container .product-box .product-item-sp3colpc3col .product-title {
  font-size: 26px;
  text-align: center;
  margin: 25px 0;
  position: relative;
  color: #000;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .category .container .product-box .product-item-sp3colpc3col .product-title {
    font-size: 18px;
    letter-spacing: -0.5px;
    margin: 10px 0 10px;
    text-align: cneter;
  }
}

.return_content #wrapper .category .container .product-box .product-item-sp3colpc3col .product-title span {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .category .container .product-box .product-item-sp3colpc3col .product-title span {
    font-size: 15px;
  }
}

.return_content #wrapper .category .container .product-box .product-item-sp3colpc3col .product-btn {
  width: 215px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .category .container .product-box .product-item-sp3colpc3col .product-btn {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .category .container .product-box .product-item-sp3colpc3col .product-btn a.btn, .return_content #wrapper .category .container .product-box .product-item-sp2column .product-btn span.btn {
    font-size: 12px;
  }
}

.return_content #wrapper .category .container .product-box .product-item-sp3colpc3col .product-btn a.btn:after, .return_content #wrapper .category .container .product-box .product-item-sp2column .product-btn span.btn:after {
  right: 20px;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .category .container .product-box .product-item-sp3colpc3col .product-btn a.btn:after, .return_content #wrapper .category .container .product-box .product-item-sp2column .product-btn span.btn:after {
    right: 7px;
  }
}

.return_content #wrapper .item-ranking {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .item-ranking {
    padding: 50px 0;
  }
}

.return_content #wrapper .item-ranking .container .item-ranking-h4 {
  width: 100%;
  font-size: 20px;
  text-align: center;
  margin: 60px 0 30px 0;
}
@media screen and (max-width: 767px) {
  .return_content #wrapper .item-ranking .container .item-ranking-h4 {
    margin: 30px 0 20px 0;
  }
}

.return_content #wrapper .item-ranking .container .product-box img {
  aspect-ratio: 1/1;
}

.return_content #wrapper .item-ranking .container .product-box .product-item {
  width: 226px;
  background-color: #fff;
  counter-increment: number;
}

.return_content #wrapper .item-ranking .container .product-box {
  gap:30px;
}
@media screen and (max-width: 767px) {
  .return_content #wrapper .item-ranking .container .product-box {
    gap:20px;
  }
}

.return_content #wrapper .item-ranking .container .product-box .product-item {
  width: calc((100% - 60px)/ 3);
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .item-ranking .container .product-box .product-item {
    width: calc((100% - 20px)/ 2);
  }
}

.return_content #wrapper .item-ranking .container .product-box .product-item .product-link {
  padding: 17px;
}

@media screen and (max-width: 360px) {
  .return_content #wrapper .item-ranking .container .product-box .product-item .product-link {
    padding: 8px;
  }
}

.return_content #wrapper .item-ranking .container .product-box .product-item .product-link .number-item-ranking {
  width: 40px;
  height: 40px;
  background-color: #000;
  border-radius: 100%;
  position: relative;
  left: -5px;
  margin-bottom: 20px;
}

.return_content #wrapper .item-ranking .container .product-box .product-item .product-link .number-item-ranking h4 {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .return_content #wrapper .item-ranking .container .product-box .product-item .product-link .number-item-ranking h4 {
    top: 0%;
  }
}

@supports (-ms-ime-align: auto) {
  .return_content #wrapper .item-ranking .container .product-box .product-item .product-link .number-item-ranking h4 {
    top: 0%;
  }
}

.return_content #wrapper .item-ranking .container .product-box .product-item .product-link .number-item-ranking h4:before {
  content: counter(number);
}

.return_content #wrapper .item-ranking .container .product-box .product-item .product-link p {
  color:#000;
}

.return_content #wrapper .item-ranking .container .product-box .product-item .product-link .img-product-box {
  margin: 0 auto 30px auto;
  max-width: 220px;
}

@media screen and (max-width: 360px) {
  .return_content #wrapper .item-ranking .container .product-box .product-item .product-link .img-product-box {
    width: 75%;
    margin: 0 auto 30px;
  }
}

.return_content #wrapper .item-ranking .container .product-box .product-item .product-link .btn-see-more {
  color: #999999;
  margin: 0 auto;
  display: block;
  width: fit-content;
}

@media screen and (max-width: 360px) {
  .return_content #wrapper .item-ranking .container .product-box .product-item .product-link .btn-see-more {
    font-size: 10px;
  }
}

.return_content #wrapper .item-ranking .container .product-box .product-item .product-link .btn-see-more:after {
  right: -20px;
}

@media screen and (max-width: 360px) {
  .return_content #wrapper .item-ranking .container .product-box .product-item .product-link .btn-see-more:after {
    right: -10px;
    width: 7px;
    height: 7px;
  }
}

.return_content #wrapper .gift-box {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .gift-box {
    padding: 50px 0;
  }
}

.return_content #wrapper .gift-box .container a .banner-gift {
  margin-bottom: 20px;
}

.return_content #wrapper .contents {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .contents {
    padding: 50px 0;
  }
}

.return_content #wrapper .contents .container .posts-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.return_content #wrapper .contents .container .posts-box .post-item {
  width: 440px;
  margin-bottom: 30px;
}

.return_content #wrapper .contents .container .posts-box .post-item img {
  aspect-ratio: 416 / 277;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .contents .container .posts-box .post-item {
    margin-bottom: 40px;
  }
}

.return_content #wrapper .contents .container .posts-box .post-item:nth-child(2n+1) {
  margin-right: 90px;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .contents .container .posts-box .post-item:nth-child(2n+1) {
    margin-right: 0px;
  }
}

.return_content #wrapper .contents .container .posts-box .post-item .post-link {
  color: #000;
}

.return_content #wrapper .contents .container .posts-box .post-item .post-link .post-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1.5px;
  margin: 10px 0;
}

@media screen and (max-width: 360px) {
  .return_content #wrapper .contents .container .posts-box .post-item .post-link .post-title {
    font-size: 12px;
  }
}

.return_content #wrapper .contents .container .posts-box .post-item .img-post-box {
  padding: 12px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .contents .container .posts-box .post-item .img-post-box {
    padding: 8px;
  }
}

.return_content #wrapper .contents .container .posts-box .post-item .btn-more-box {
  text-align: right;
}

.return_content #wrapper .contents .container .posts-box .post-item .btn-more-box .btn-more {
  display: inline-block;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: solid 1px #707070;
  position: relative;
  padding-right: 30px;
  padding-left: 10px;
  color: #000;
}

@media screen and (max-width: 360px) {
  .return_content #wrapper .contents .container .posts-box .post-item .btn-more-box .btn-more {
    font-size: 12px;
  }
}

.return_content #wrapper .contents .container .posts-box .post-item .btn-more-box .btn-more:after {
  content: "";
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 7px;
  right: 5px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.product-btn {
  display: block;
  text-align: center;
  padding: 7px;
  border: solid 1px #707070;
}

.product-btn a.btn, .product-btn span.btn {
  position: relative;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .product-btn a.btn, .product-btn span.btn {
    letter-spacing: 1.5px;
  }
}

@media screen and (max-width: 360px) {
  .product-btn a.btn, .product-btn span.btn {
    font-size: 12px;
    letter-spacing: 1px;
  }
}

a.btn, span.btn {
  padding-left: 0;
}

a.btn:after, span.btn:after {
  content: "";
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 0px !important;
  right: 12px;
  left: unset !important;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  a.btn:after, span.btn:after {
    right: 12px;
  }
}

@media screen and (max-width: 360px) {
  a.btn:after, span.btn:after {
    right:8px;
  }
}

.title-box {
  text-align: center;
  color: #FFF;
  background-color: #000;
  padding: 10px 0 20px;
  margin-bottom: 40px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .title-box {
    margin-bottom: 0;
  }
}

.title-box .title {
  font-size: 35px;
  line-height: 1.8;
  font-weight: bold;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .title-box .title {
    font-size: 25px;
  }
}

@media screen and (max-width: 360px) {
  .title-box .title {
    font-size: 22px;
  }
}

.title-box .sub-title {
  font-size: 13px;
  letter-spacing: 1.5px;
}

.product-box {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btn-see-all-box {
  width: 440px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .btn-see-all-box {
    max-width: 100%;
  }
}

.btn-see-all-box .btn-see-all {
  padding: 20px;
  background-color: #555555;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 360px) {
  .btn-see-all-box .btn-see-all {
    font-size: 12px;
  }
}

.btn-see-all-box .btn-see-all:after {
  content: "";
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  right: 70px;
}

@media screen and (max-width: 767px) {
  .btn-see-all-box .btn-see-all:after {
    right: 35px;
  }
}

.fade {
  opacity: 0;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .return_content #wrapper .item-ranking .container .product-box .product-item .number-item-ranking h4 {
    top: 0;
  }
}

.fc-red {
  color: #da0000 !important;
}

.check-box {
  background-color: #fafaf9;
  -webkit-box-shadow: 0px 0px 34.96px 3.04px rgba(184, 177, 163, 0.3);
          box-shadow: 0px 0px 34.96px 3.04px rgba(184, 177, 163, 0.3);
  padding: 50px 60px;
}

@media screen and (max-width: 767px) {
  .check-box {
    padding: 25px 20px;
  }
}

.check-box__label {
  text-align: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .check-box__label {
    margin-bottom: 25px;
  }
}

.check-box__label span {
  background-color: #eceae6;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  position: relative;
  padding: 0 45px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .check-box__label span {
    font-size: 13px;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
  }
}

.check-box__label span:before, .check-box__label span:after {
  content: '';
  display: block;
  width: 1px;
  height: 25px;
  background: #a4a4a3;
  position: absolute;
}

.check-box__label span:before {
  top: -8px;
  left: 4px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}

.check-box__label span:after {
  bottom: -8px;
  right: 4px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}

.check-box__head {
  text-align: center;
}

.check-box__head span {
  background: #e6d4b1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  padding: 0 15px;
  height: 100px;
}

@media screen and (max-width: 767px) {
  .check-box__head span {
    font-size: 17px;
    padding: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 40px);
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.check-box__head span:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 40px;
  border-color: transparent transparent #e6d4b1 transparent;
  position: absolute;
  top: 0;
  left: -40px;
}

@media screen and (max-width: 767px) {
  .check-box__head span:after {
    border-width: 0 0 100px 30px;
    left: -30px;
  }
}

.check-box__head span:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 40px 0 0;
  border-color: #e6d4b1 transparent transparent transparent;
  position: absolute;
  top: 0;
  right: -40px;
}

@media screen and (max-width: 767px) {
  .check-box__head span:before {
    border-width: 100px 30px 0 0;
    right: -30px;
  }
}

.check-box__marker {
  padding: 45px 0 30px;
  background: url(../img/brackets01a.png) no-repeat left 20px top 20px, url(../img/brackets02a.png) no-repeat right 20px top 20px, url(../img/brackets03a.png) no-repeat left 20px bottom 20px, url(../img/brackets04a.png) no-repeat right 20px bottom 20px;
  background-color: #f7f5f4;
}

@media screen and (max-width: 767px) {
  .check-box__marker {
    padding: 20px 0;
    background: #f7f5f4;
  }
}

.check-box__marker .check-box__head span {
  height: 40px;
}

@media screen and (max-width: 767px) {
  .check-box__marker .check-box__head span {
    height: 70px;
    width: calc(100% - 60px);
  }
}

.check-box__marker .check-box__head span:after {
  border-width: 0 0 40px 40px;
  left: -40px;
}

@media screen and (max-width: 767px) {
  .check-box__marker .check-box__head span:after {
    border-width: 0 0 70px 20px;
    left: -20px;
  }
}

@media screen and (max-width: 360px) {
  .check-box__marker .check-box__head span:after {
    border-width: 0 0 70px 20px;
    left: -20px;
  }
}

.check-box__marker .check-box__head span:before {
  border-width: 40px 40px 0 0;
  right: -40px;
}

@media screen and (max-width: 767px) {
  .check-box__marker .check-box__head span:before {
    border-width: 70px 20px 0 0;
    right: -20px;
  }
}

@media screen and (max-width: 360px) {
  .check-box__marker .check-box__head span:before {
    border-width: 70px 20px 0 0;
    right: -20px;
  }
}

.check-box__marker ul {
  padding: 0 110px 20px 150px;
}

@media screen and (max-width: 767px) {
  .check-box__marker ul {
    padding: 0 20px;
  }
}

.check-box__marker ul li {
  position: relative;
  padding-left: 30px;
}

.check-box__marker ul li:before {
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  background: url(../img/ico_check.png) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .check-box__marker ul li:before {
    width: 18px;
    height: 18px;
  }
}

.check-box__marker ul li + li {
  margin-top: 15px;
}

@media screen and (max-width: 360px) {
  .bscstm .fz-xs-12px {
    font-size: 12px !important;
  }
}

/* 202306追加 ブランド用セクション */
.return_content #wrapper .brand-lineup-about {
  padding: 100px 0 80px;
}
@media screen and (max-width: 767px) {
  .return_content #wrapper .brand-lineup-about {
    padding: 50px 10px;
  }
}

.return_content #wrapper .brand-lineup-about .series-lineup-brand-logo {
  position: relative;
  padding: 30px 0;
  width: 460px;
  margin: 0 auto 30px;
}
.return_content #wrapper .brand-lineup-about .series-lineup-brand-logo img {
  mix-blend-mode: multiply;
}

@media screen and (max-width: 767px) {
  .return_content #wrapper .brand-lineup-about .series-lineup-brand-logo {
    padding: 20px 0;
    width: 80%;
    margin: 0 auto 20px;
  }
}

.return_content #wrapper .brand-lineup-about .series-lineup-brand-logo:before,.return_content #wrapper .brand-lineup-about .series-lineup-brand-logo:after{ 
  content:'';
  width: 50px;
  height: 50px;
  position: absolute;
  display: inline-block;
}
.return_content #wrapper .brand-lineup-about .series-lineup-brand-logo:before{
  border-left: solid 1px #000;
  border-top: solid 1px #000;
  top:0;
  left: 0;
}
.return_content #wrapper .brand-lineup-about .series-lineup-brand-logo:after{
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  bottom:0;
  right: 0;
}
.return_content #wrapper .brand-lineup-about .series-lineup-brand-logo img {
  margin: 0 auto; 
  padding: 0;
  height: auto;
}

.return_content #wrapper .series-lineup .title-box {
  margin-bottom:50px;
}
@media screen and (max-width: 767px) {
  .return_content #wrapper .series-lineup .title-box {
    margin-bottom:30px;
  }
}

.return_content #wrapper .series-lineup .brand-lineup-content .product-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items:center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .return_content #wrapper .series-lineup .brand-lineup-content .product-item {
    margin-bottom:25px;
  }
}

.return_content #wrapper .series-lineup .brand-lineup-content .product-item:nth-of-type(2n) {
  flex-direction:row-reverse;
}
@media screen and (max-width: 767px) {
  .return_content #wrapper .series-lineup .brand-lineup-content .product-item:nth-of-type(2n) {
    flex-direction:row;
  }
}

.return_content #wrapper .series-lineup .brand-lineup-content .product-item .product-title {
  font-size: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .return_content #wrapper .series-lineup .brand-lineup-content .product-item .product-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.return_content #wrapper .series-lineup .brand-lineup-content .product-item .product-info {
  font-size: 14px;
  line-height: 2.0;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .return_content #wrapper .series-lineup .brand-lineup-content .product-item .product-info {
    margin-bottom: 20px;
  }
}

.return_content #wrapper .series-lineup .brand-lineup-content .product-item .product-item-content-bg {
  width: 440px;
  padding: 45px;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .return_content #wrapper .series-lineup .brand-lineup-content .product-item .product-item-content-bg {
    width: 100%;
    padding: calc((100% - 260px) / 2);
  }
}

.return_content #wrapper .series-lineup .brand-lineup-content .product-item .shadow-r {
  box-shadow: 40px 40px 0 #e7e7e7;
}
.return_content #wrapper .series-lineup .brand-lineup-content .product-item .shadow-l {
  box-shadow: -40px 40px 0 #e7e7e7;
}
@media screen and (max-width: 767px) {
  .return_content #wrapper .series-lineup .brand-lineup-content .product-item .shadow-r {
    box-shadow: 20px 20px 0 #e7e7e7;
  }
  .return_content #wrapper .series-lineup .brand-lineup-content .product-item .shadow-l {
    box-shadow: -20px 20px 0 #e7e7e7;
  }
}

.return_content #wrapper .series-lineup .brand-lineup-content .product-item .product-content {
  width: calc(100% - 500px);
  padding: 40px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .return_content #wrapper .series-lineup .brand-lineup-content .product-item .product-content {
    width: 100%;
    padding: 40px 10px;
  }
}

.return_content #wrapper .series-lineup .brand-lineup-story {
  padding:100px 0;
}
@media screen and (max-width: 767px) {
  .return_content #wrapper .series-lineup .brand-lineup-story {
    padding:50px 0;
  }
}

.return_content #wrapper .series-lineup .brand-lineup-story h3 {
  font-size:25px;
  margin-bottom:20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .return_content #wrapper .series-lineup .brand-lineup-story h3 {
    font-size:20px;
    margin-bottom:20px;
  }
}

.return_content #wrapper .brand-lineup-category {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .return_content #wrapper .brand-lineup-category {
    gap: 20px;
  }
}

.return_content #wrapper .brand-lineup-category img {
  aspect-ratio: 1/1;
}

.return_content #wrapper .brand-lineup-category .product-item-large,
.return_content #wrapper .brand-lineup-category .product-item-small {
  background-color: #FFF;
}

.return_content #wrapper .brand-lineup-category .product-item-large {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .return_content #wrapper .brand-lineup-category .product-item-large {
    height: 140px;
  }
}

.return_content #wrapper .brand-lineup-category .product-item-large .product-item-large-txt {
  width: 50%;
  text-align: center;
}
.return_content #wrapper .brand-lineup-category .product-item-large .product-item-large-txt h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .return_content #wrapper .brand-lineup-category .product-item-large .product-item-large-txt h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.return_content #wrapper .brand-lineup-category .product-item-large .product-item-large-txt .product-btn {
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .return_content #wrapper .brand-lineup-category .product-item-large .product-item-large-txt .product-btn {
    width: 75%;
  }
}

.return_content #wrapper .brand-lineup-category .product-item-large .product-item-large-img {
  width: 50%;
  height: 230px;
}
.return_content #wrapper .brand-lineup-category .product-item-large .product-item-large-img img {
  display: block;
  aspect-ratio: 1/1;
  height: 100%;
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .return_content #wrapper .brand-lineup-category .product-item-large .product-item-large-img {
    height: 100px;
  }
}

.return_content #wrapper .brand-lineup-category a {
  color: #000;
}

.return_content #wrapper .brand-lineup-category .product-item-small {
  width: calc((100% - 40px) / 2);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding:20px 0;
}
@media screen and (max-width: 767px) {
  .return_content #wrapper .brand-lineup-category .product-item-small {
    width: calc((100% - 20px) / 2);
    height: auto;
    flex-wrap: wrap-reverse;
    flex-direction: row-reverse;
  }
}

.return_content #wrapper .brand-lineup-category .product-item-small .product-item-small-txt {
  width: 50%;
  text-align: left;
  padding-left:30px;
}
@media screen and (max-width: 767px) {
  .return_content #wrapper .brand-lineup-category .product-item-small .product-item-small-txt {
    width:100%;
    text-align: center;
    padding: 0;
  }
}

.return_content #wrapper .brand-lineup-category .product-item-small .product-item-small-txt h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .return_content #wrapper .brand-lineup-category .product-item-small .product-item-small-txt h3 {
    font-size: 14px;
    margin-bottom: 8px;
    text-align: center;
  }
}

.return_content #wrapper .brand-lineup-category .product-item-small .product-item-small-txt .product-btn {
  max-width: 170px;
}
@media screen and (max-width: 767px) {
  .return_content #wrapper .brand-lineup-category .product-item-small .product-item-small-txt .product-btn {
    width: 80%;
    margin: 0 auto;
  }
}

.return_content #wrapper .brand-lineup-category .product-item-small .product-item-small-img {
  width: 50%;
  height: 130px;
}
.return_content #wrapper .brand-lineup-category .product-item-small .product-item-small-img img {
  display: block;
  aspect-ratio: 1/1;
  height: 100%;
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .return_content #wrapper .brand-lineup-category .product-item-small .product-item-small-img {
    width: 100%;
    height: 100px;
    margin-bottom:10px;
  }
}

.slider-2 .slick-slide {
  width: 350px;
  height: 350px;
  margin: 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .slider-2 .slick-slide {
    width: 260px;
    height: 260px;
  }
}

.slider-2 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-2 .slick-arrow {
  width: 60px;
  height: 60px;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.slider-2 .slick-arrow::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #09000d;
  border-width: 1px 1px 0 0;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
}
.slider-2 .slick-next {
  right: -40px;
}
.slider-2 .slick-prev {
  left: -40px;
}
.slider-2 .slick-next::before {
  left: 20px;
}
.slider-2 .slick-prev::before {
  border-width: 0 0 1px 1px;
  right: 22px;
}
.dots-2 {
  z-index:999;
}
.dots-2 .slick-dots {
  text-align: center;
}
.dots-2 .slick-dots li {
  display: inline-block;
}
.dots-2 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}
.dots-2 .slick-dots .slick-active button {
  background: #0a467d;
}
.dots-2 li button {      
  background: transparent;   
  border:0;   
  font-size: 0pt; 
}
.dots-2 li button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
}


/*# sourceMappingURL=style.css.map */