@charset "utf-8";
/* CSS Document */
/*リニューアル2024*/

.ct__wrapper {
  width: 100%;
}

/*.l-pl-page .l-pl-page__nav {
	display: none;
}*/

.fs-l-main.category-top {
  padding-left: 0;
  padding-right: 0;
  /*padding-top:10px;*/
}

.fs-l-main.category-top .l-pl-page {
  max-width: none;
  width: 100%;
  margin-left: 0;
}

.ct__wrapper {
  width: 100%;
  /*padding-top: 100px;*/
  font-family: ryo-gothic-plusn, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3,
    meiryo, メイリオ, sans-serif;
  padding-bottom: 150px;
  /*position: relative;
    z-index: 2;*/
  background: #fff;
}

.ct__wrapper * {
  color: #212121;
}

.ct__wrapper .m-width {
  max-width: 1220px;
  margin: 0 auto;
}

.ct__wrapper .ct__section {
  margin-top: 150px;
}

.ct__wrapper .ct-title_wrapper.ct__section,
.ct__wrapper .ct-top__section {
  margin-top: 80px;
}

.ct__wrapper h3.ct__title-h3 {
  font-size: 35px;
  text-align: center;
  margin-bottom: 50px;
  /*width: 100%;*/
  font-weight: 500;
}

/*ボタン*/
.ct__wrapper .c-button {
  border: none;
  display: block;
  width: auto;
}

.ct__wrapper .c-button:hover {
  background: none !important;
}

.c-button {
  margin-top: 30px;
  text-align: center;
}

.c-button button,
.c-button a {
  align-items: center;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  /*display: flex;*/
  font-size: 13px;
  font-weight: 500;
  height: auto;

  /*justify-content: center;*/
  transition: all 0.4s ease;
  width: auto;
  min-width: 162px;
  padding: 7px 15px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}

.c-button button:hover,
.c-button a:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
  opacity: 1;
}

/*タイトル*/

.ct-title_wrapper {
  padding: 30px 0;
}

.ct-title_wrapper h2 {
  font-size: 42px;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 1440px) {
  .ct__wrapper .m-width {
    padding-left: 7.6vw;
    padding-right: 7.6vw;
    box-sizing: content-box;
  }
}

@media screen and (max-width: 768px) {
  .ct__wrapper .m-width {
    padding-left: 6.7vw;
    padding-right: 6.7vw;
  }

  .ct__wrapper .ct__section {
    margin-top: 80px;
  }

  .ct__wrapper h3.ct__title-h3 {
    font-size: 30px;
  }
}

@media screen and (max-width: 480px) {
  .ct__wrapper h3.ct__title-h3 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 500;
    padding: 0 10px;
  }

  .ct__wrapper .ct-title_wrapper.ct__section {
    margin: 50px 0 0;
    padding: 0;
  }

  .ct__wrapper .ct-top__section {
    margin-top: 80px;
  }

  .ct-title_wrapper h2 {
    font-size: 26px;
  }

  .c-button {
    margin-top: 20px;
  }

  .c-button button,
  .c-button a {
    width: 50vw;
    font-size: 14px;
  }
}

/*新着のお品*/
/*.newarrival_2024_wrapper h3 {
	font-size:22px;
	text-align: center;
}*/

/*フリースペース*/

/*商品カテゴリー*/
.ct-category__wrapper ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.ct-category__wrapper ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

/*2カラム　バッグ・ジュエリー、ウオッチ*/
.ct-bag .ct-category__wrapper li,
.ct-watch .ct-category__wrapper li,
.ct-jewellery .ct-category__wrapper li {
  width: calc(50% - 10px);
  margin-bottom: 50px;
}

/*3カラム　ファッション、インテリア*/
.ct-fashion .ct-category__wrapper li,
.ct-interior .ct-category__wrapper li {
  width: calc(33.3% - 13.3px);
  margin-bottom: 50px;
}

/*4カラム　食品*/
.ct-food .ct-category__wrapper li {
  width: calc(25% - 15px);
  margin-bottom: 50px;
}

.ct-category__wrapper li {
  margin-right: 20px;
}

/*2カラム　バッグ、ウオッチ*/
.ct-bag .ct-category__wrapper li:nth-child(2n),
.ct-watch .ct-category__wrapper li:nth-child(2n),
.ct-jewellery .ct-category__wrapper li:nth-child(2n) {
  margin-right: 0;
}

/*3カラム　ファッション、ジュエリー、インテリア*/
.ct-fashion .ct-category__wrapper li:nth-child(3n),
.ct-interior .ct-category__wrapper li:nth-child(3n) {
  margin-right: 0;
}

/*4カラム　食品*/
.ct-food .ct-category__wrapper li:nth-child(4n) {
  margin-right: 0;
}

.ct-bag .ct-category__wrapper img,
.ct-fashion .ct-category__wrapper img,
.ct-interior .ct-category__wrapper img,
.ct-jewellery .ct-category__wrapper img,
.ct-food .ct-category__wrapper img,
.ct-watch .ct-category__wrapper img {
  width: 100%;
}

.ct-category__wrapper p {
  text-align: center;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 500;
}

.ct-category__wrapper p.ct-category__link {
  text-align: center;
  margin-top: 30px;
}

.ct-category__wrapper p.ct-category__link a {
  width: auto;
}

p.ct__textlink a {
  text-decoration: underline;
  font-size: 13px;
}

.ct-category__wrapper p br {
  display: none;
}

@media screen and (max-width: 480px) {
  .ct-category__wrapper ul {
    justify-content: space-between;
  }

  .category-top .ct-category__wrapper li {
    width: calc(50% - 1px);
    margin-right: 0;
    margin-bottom: 30px;
  }

  /*.category-top .ct-category__wrapper li:nth-child(2n),
.category-top .ct-category__wrapper li:nth-child(4n),
.category-top .ct-category__wrapper li:nth-child(6n) {
  margin-right: 0;
}
.category-top .ct-category__wrapper li:nth-child(3n),
.category-top .ct-category__wrapper li:nth-child(5n),
.category-top .ct-category__wrapper li:nth-child(7n) {
  margin-right: 2px;
}*/
  /*.category-top .ct-category__wrapper li {
    margin-bottom: 30px;
}
.ct-category__wrapper li {
    margin-right: 2px;
}*/
  .ct-category__wrapper p {
    margin-top: 20px;
    font-size: 16px;
    padding: 0 10px;
  }

  .ct-category__wrapper p br {
    display: block;
  }

  .ct-category__wrapper p.ct-category__link {
    padding-bottom: 10px;
  }

  p.ct__textlink a {
    font-size: 14px;
  }
}

/*ブランド一覧*/

.bland__wrapper {
  /*margin-top: 100px;*/
  width: 100%;
}

.bland__box {
  display: flex;
  /*justify-content: space-between;*/
  justify-content: flex-start;
  flex-wrap: wrap;
}

.bland__box-2nd {
  flex-direction: row-reverse;
}

.bland__img,
.bland__text {
  width: 50%;
}

.bland__img img {
  width: 100%;
}

.bland__text {
  background: #f6f1eb;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 10vw;
}

.bland__text h3 {
  font-size: 22px;
  width: 100%;
  text-align: center;
}

.bland__introduction {
  margin-top: 40px;
  text-align: center;
}

.bland__introduction p {
  font-size: 13px;
  margin-top: 10px;
  line-height: 1.8;
}

.bland__link.ct__textlink {
  margin-top: 30px;
}

@media screen and (max-width: 1200px) {
  .bland__text {
    padding: 0 5vw;
  }
}

@media screen and (max-width: 992px) {
  .bland__introduction {
    display: none;
  }
}

@media screen and (max-width: 768px) {

  .bland__img,
  .bland__text {
    width: 100%;
  }

  .bland__text {
    width: 100%;
    padding: 0 6.7vw;
    background: none;
  }

  .bland__link.ct__textlink {
    margin-top: 20px;
  }

  .bland__text h3 {
    margin-top: 20px;
  }

  .bland__introduction p {
    font-size: 12px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 480px) {
  .bland__text h3 {
    font-size: 18px;
  }
}

/*特集*/

.features__wrapper {
  /*margin-top: 100px;*/
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1440px) {
  .features__wrapper {
    max-width: 1800px;
  }
}

.features__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.features__box.reverse {
  flex-direction: row-reverse;
}

.features__img-inner {
  padding-left: 0;
}

@media screen and (max-width: 1440px) {
  .features__img-inner {
    padding-left: 7.6vw;
  }

  .reverse .features__img-inner {
    padding-left: 0;
    padding-right: 7.6vw;
  }
}

.features__img {
  width: calc(50% - 15px);
}

.features__text {
  width: calc(50% + 15px);
}

.features__img img {
  width: 100%;
}

.features__text {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 145px;
}

.features__wrapper_2col .features__text {
  padding: 0 10px;
}

.features__text h3 {
  font-size: 22px;
  text-align: center;
  width: 100%;
  font-weight: 500;
}

.features__wrapper_2col .features__text h3 {
  margin-top: 30px;
}

.features__wrapper_2col .features__text h3 a {
  text-decoration: underline;
}

.features__introduction {
  margin-top: 30px;
  text-align: center;
}

.features__introduction p {
  font-size: 13px;
  line-height: 1.8;
}

.features__link.ct__textlink {
  margin-top: 30px;
}

.features__slidelink {
  text-align: center;
  margin: 30px auto 0;
}

/*2カラム*/

.features__wrapper_2col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.features__wrapper_2col .features__box {
  width: calc(50% - 15px);
  display: block;
}

.features__wrapper_2col .features__img,
.features__wrapper_2col .features__text {
  width: 100%;
}

.additon_info h3 {
  font-size: 35px;
  text-align: center;
  margin-bottom: 50px;
}

/*1カラム*/
.brand__wrapper_1col {
  display: block;
}

.brand__wrapper_1col .features__box {
  margin: 0 auto;
}

/*.features__slidelink button {
background: #fff;
	width: 180px;
	border: 1px solid #111111;
	font-size: 16px;
	position: relative;
	height: auto;
	padding: 7px;
}*/

/*.features__slidelink button span {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  transition: transform 0.3s ease;
}

.features__slidelink button:hover .plus {
  transform: rotate(90deg);
}

.features__slidelink button .plus {
  margin-left: 10px;
}
*/
@media screen and (max-width: 1200px) {
  .features__text {
    padding: 0 5vw;
  }

  .features__text h3 {
    font-size: 20px;
    /*margin-top: 40px;*/
  }

  .features__introduction {
    /*margin-top: 20px;*/
  }
}

@media screen and (max-width: 768px) {

  /*.features__img, .features__text {
    width: 100%;
}*/
  .features__link.ct__textlink {
    width: 100%;
    text-align: right;
  }

  .additon_info h3 {
    font-size: 30px;
  }
}

@media screen and (max-width: 480px) {
  .ct__wrapper .features__wrapper.ct__section {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }

  .features__img,
  .features__text {
    width: 100%;
  }

  .features__img-inner {
    padding-left: 0;
  }

  .reverse .features__img-inner {
    padding-right: 0;
  }

  .features__text,
  .features__wrapper_2col .features__text {
    padding: 0 6.7vw;
  }

  .features__wrapper_2col .features__text {
    display: block;
    text-align: center;
    box-sizing: border-box;
  }

  .features__wrapper_2col .features__text h3 {
    margin-top: 20px;
    font-size: 16px;
  }

  .features__text h3 {
    font-size: 18px;
    margin-top: 20px;
    font-weight: 500;
  }

  .additon_info h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .features__introduction p {
    font-size: 14px;
    text-align: left;
  }

  .features__introduction p.c-button {
    text-align: center;
  }

  .features__introduction p br {
    display: none;
  }

  .features__introduction.jewellery p {
    text-align: center;
  }

  .features__introduction.jewellery p br {
    display: block;
  }

  .features__link.ct__textlink {
    margin-top: 10px;
  }

  .features__slidelink {
    margin-top: 30px;
  }

  .features__slidelink button {
    width: 50vw;
    font-size: 14px;
  }

  .features__wrapper_2col.m-width {
    padding-left: 0;
    padding-right: 0;
  }

  .features__wrapper_2col .features__box {
    width: 100%;
  }

  .brand__wrapper_2col.features__wrapper_2col.m-width,
  .brand__wrapper_1col.features__wrapper_2col.m-width {
    padding-left: 6.7vw;
    padding-right: 6.7vw;
  }

  .brand__wrapper_2col.features__wrapper_2col .features__box {
    width: calc(50% - 1px);
    display: block;
  }

  .brand__wrapper_2col .features__introduction,
  .brand__wrapper_1col .features__introduction {
    display: none;
  }

  .features__wrapper_2col .features__box .features__text.features__title {
    padding: 0 10px;
  }
}

/* INDEX Drawer */
.overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 190;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease-in;
}

nav.nav {
  width: 700px;
  height: 100vh;
  background-color: #fff;
  left: -700px;
  top: 0;
  position: fixed;
  padding: 40px 100px 100px;
  transition: all 600ms ease-in-out;
  z-index: 199;
  overflow-y: scroll;
  opacity: 0;
}

nav.nav ul {
  border: none;
  padding: 0;
}

.features__otherList li {
  margin-top: 60px;
}

.features__otherList h3 {
  margin-top: 20px;
  font-size: 20px;
}

.features__otherList .features__introduction {
  margin-top: 10px;
  text-align: left;
}

.features__otherList .features__link.ct__textlink {
  margin-top: 10px;
  text-align: right;
}

.toggle {
  /*position: absolute;*/
  /*right: 100%;*/
  width: 50px;
  height: 50px;
  /*color: #313131;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;*/
}

.features__otherWrapper .toggle {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 30px;
  right: 30px;
}

span.toggler,
span.toggler:before,
span.toggler:after {
  content: "";
  display: block;
  height: 1px;
  width: 30px;
  background-color: #313131;
  position: absolute;
  pointer-events: none;
}

span.toggler:before {
  bottom: -20px;
  transform: rotate(45deg);
}

span.toggler:after {
  top: 20px;
  transform: rotate(-45deg);
}

span.toggler,
span.deleteclass {
  background-color: transparent;
}

/*span.deleteclass::before {
    bottom: 0;
    transform: rotate(45deg);
}
span.deleteclass::after {
    top: 0;
    transform: rotate(-45deg);
}*/

/*.nav ul li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}*/
.nav ul li a {
  /*padding: 10px 20px;
    display: block;
    color: #313131;
    font-size: 1rem;
    text-decoration: none;*/
  transition: all 200ms ease;
}

.nav ul li a:hover {
  background-color: #f1f1f1;
}

/* Show Nav */
.show-nav .nav {
  left: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  opacity: 1;
}

.show-nav .overlay {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 480px) {
  nav.nav {
    width: 100vw;
    height: 100vh;
    left: 0;
    top: auto;
    bottom: -100vh;
    position: fixed;
    padding: 10px 30px 50px;
    transition: all 600ms ease-in-out;
    z-index: 199;
  }

  .show-nav .nav {
    bottom: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  }

  .features__otherWrapper .toggle {
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
    transition: all 1s 0s ease;
    /*transitionの記述を追加*/
    opacity: 0;
  }

  .show-nav .features__otherWrapper .toggle {
    position: fixed;
    opacity: 1;
  }

  .features__otherList h3 {
    font-size: 18px;
  }
}

/*ランキングタブ切り替え*/
/* タブ親指定 */
.ct-tab-btn__wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 2px;
}

/* タブメニュー指定 */
.ct-tab__btn {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  width: 100%;
  text-align: center;
  background: #f7f7f5;
  color: #212121;
  font-size: 12px;
  margin: 5px;
}

/* 最後のタブメニュー以外にかける指定 */
.tablist:not(:last-child) {
  margin-right: 1px;
}

/* タブコンテンツ指定 */
.ct-tab__contents-wrapper {
  margin-top: 30px;
}

/* クリックされた時の指定 */
.ct-tab__btn.active,
.tab-contents.active {
  display: block;
}

.ct-tab__btn.active {
  background-color: #212121;
  color: #fff;
}

.tab-contents {
  display: none;
}

.tab-contents.active {
  display: block;
  animation: panel-show 0.9s ease-in-out forwards;
}

/* パネル切り替えのアニメーション */
@keyframes panel-show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.ct-tab__contents-wrappe {
  margin-top: 30px;
}

.section_gift_ranking .fr3-productListCarousel__Button {
  display: none;
}

@media screen and (max-width: 480px) {
  .ct-tab__contents-wrapper {
    margin-top: 20px;
  }

  .ct__wrapper .ranking_2024_wrapper.m-width {
    padding-left: 6.7vw;
    padding-right: 0;
  }

  .ct-tab-btn__wrap-wrapper {
    overflow-x: scroll;
    width: calc(100vw - 6.7vw);
    /*padding-left: 6.7vw;*/
  }

  .ct-tab-btn__wrap {
    width: 145vw;
  }

  /*ピックアップ/新着のお品用*/
  .ct-pick-new__section .ct-tab-btn__wrap {
    width: 86.6vw;
  }

  .ct-tab__bt {
    padding: 10px 10px;
    margin: 0px 5px;
  }
}

/*検索エリア*/

.search__wrapper {
  background: #f7f7f5;
  padding: 100px 0;
  display: none;
}

.search-food__wrapper.active {
  display: block;
}

.search-gift__wrapper.active {
  display: block;
}

.search__inner {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.ct__wrapper .search__wrapper h3.ct__title-h3 {
  margin-bottom: 70px;
}

.search__wrapper h4 {
  text-align: center;
  font-size: 16px;
}

.search-price__wrapper {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 50px;
}

.search-price__wrapper span {
  text-align: center;
  margin: 5px 5px 0;
  display: block;
  width: 2em;
}

.search-tag__wrapper {
  display: flex;
  justify-content: flex-start;
  margin: 30px 0 0px;
  font-size: 12px;
  flex-wrap: wrap;
}

.search-tag__wrapper div {
  position: relative;
  /*flex: 1;*/
  width: calc(20% - 8px);
  margin-right: 10px;
  margin-bottom: 10px;
}

.search-tag__wrapper div:nth-child(5n) {
  margin-right: 0px;
}

.search-tag__wrapper input {
  width: 100%;
  height: 30px;
  opacity: 0;
}

.search-tag__wrapper label {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  color: #3d4040;
  max-width: 100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  /*    border-left: 1px solid #ccc;*/
}

.search-tag__wrapper div:hover label {
  background-color: #f0f0f0;
}

.search-tag__wrapper div:first-child label {
  border-left: none;
}

.search-tag__wrapper input:checked+label {
  background: #212121;
  color: #fff;
}

.search-btn__wrapper {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

.search-btn__wrapper button {
  width: 180px;
  background: #fff;
  border: 1px solid #212121;
  padding: 10px;
  font-size: 12px;
  line-height: 1;
}

.search-btn__wrapper button span {
  position: relative;
  padding-left: 20px;
}

.search-btn__wrapper button span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5px;
  margin: auto 0;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("https://wako.itembox.design/item/assets/images/categorytop/icon_search.png") center center no-repeat;
  background-size: 100% auto;
}

.search__wrapper input[type="text"] {
  background: #fff;
}

@media screen and (max-width: 480px) {
  .ct__wrapper .search__wrapper.ct__section {
    margin-top: 80px;
    padding: 100px 6.7vw;
  }

  .ct__wrapper .search__wrapper h3.ct__title-h3 {
    margin-bottom: 50px;
  }

  .search-price__wrapper {
    margin: 20px 0 40px;
  }

  .search-tag__wrapper {
    margin: 20px 0 0px;
  }

  .search-tag__wrapper div {
    width: calc(33.3% - 6.66px);
  }

  .search-tag__wrapper div:nth-child(5n) {
    margin-right: 10px;
  }

  .search-tag__wrapper div:nth-child(3n) {
    margin-right: 0px;
  }

  .search-btn__wrapper {
    margin-top: 30px;
  }

  .search-price__wrapper input {
    height: 35px;
  }

  .search-price__wrapper span {
    margin: 7px 5px 0;
    font-size: 16px;
  }
}

/*食品
店舗のご案内*/

.store-info__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.store__box {
  width: calc(60% - 25px);
  text-align: center;
}

.intro__box {
  width: calc(40% - 25px);
}

.store__box img,
.intro__box img {
  width: 100%;
  height: auto;
}

.ct-store__link {
  margin-top: 30px;
}

.intro__box p {
  margin-top: 20px;
  font-size: 13px;
}

@media screen and (max-width: 480px) {
  .store-info__inner {
    display: block;
  }

  .store__box {
    width: 100%;
  }

  .intro__box {
    margin-top: 60px;
    width: 100vw;
    margin-left: -6.7vw;
  }

  .intro__box p {
    padding-left: 6.7vw;
    padding-right: 6.7vw;
    font-size: 14px;
  }
}

/*食品
WAKOのチョコレート*/

.ct-bnr__wrapper {
  text-align: center;
}

.ct-bnr__wrapper img {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.ct-bnr__link {
  margin-top: 30px;
}

/*ウオッチ
グランドセイコー
和光限定モデル〈SBGH241〉*/

.ct-category__bnr {
  width: 100%;
  max-width: 600px;
  margin: 100px auto 0;
}

.ct-category__bnr img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 480px) {
  .ct-category__bnr {
    padding-left: 6.7vw;
    padding-right: 6.7vw;
  }
}

/*バナー　２カラム*/
.ct__wrapper .ct-2col-bnr__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 100px;
}

.ct__wrapper .ct-2col-bnr__wrapper.ct__section {
  margin-top: 150px;
}

.ct-2col-bnr__box {
  width: 48%;
}

.ct__wrapper .ct-2col-bnr__wrapper .ct-bnr__link {
  text-align: center;
}

@media screen and (max-width: 480px) {
  .ct__wrapper .ct-2col-bnr__wrapper.ct__section {
    margin-top: 100px;
  }

  .ct__wrapper .ct-2col-bnr__wrapper {
    margin-top: 50px;
  }

  .ct-2col-bnr__box {
    width: 100%;
    margin-top: 30px;
  }
}

/*ギフト
カタログギフト*/

.ct__wrapper .slick-arrow {
  display: none !important;
}

/*====================================================================
slick
====================================================================*/

.slick-slide {
  margin: 0 5px;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-prev,
.slick-next {
  z-index: 1;
}

.slick-prev:before,
.slick-next:before {
  color: #000;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.thumb {
  margin: 20px 0 0;
}

.thumb .slick-slide {
  cursor: pointer;
}

.thumb .slick-slide:hover {
  opacity: 0.7;
}

/*特集用slick*/
.slider-2 .slick-slide {
  width: 800px;
  margin: 0 40px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.slider-2 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-2 .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 180px;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.slider-2 .slick-arrow::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
}

.slider-2 .slick-next {
  right: 0;
}

.slider-2 .slick-prev {
  left: 0;
}

.slider-2 .slick-next::before {
  left: 20px;
}

.slider-2 .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}

.dots-2 .slick-dots {
  margin-top: 10px;
  text-align: center;
}

.dots-2 .slick-dots li {
  display: inline-block;
}

.dots-2 .slick-dots button {
  display: block;
  width: 5px;
  height: 5px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #eee;
  border-radius: 50%;
}

.dots-2 .slick-dots .slick-active button {
  background: #666;
}

@media screen and (max-width: 768px) {
  .slider-2 .slick-slide {
    width: 86.6vw;
    margin: 0 40px;
  }
}

@media screen and (max-width: 480px) {
  /*.slider-2 .slick-slide {
  width: 100vw;
  margin: 0 40px;
}*/
}

/*キービジュアル*/
.ct__wrapper .ct-title_wrapper h2 {
  font-size: 40px;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.ct__wrapper .ct-title_wrapper.ct-kv_wrapper.ct__section {
  height: 540px;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: 50vw;
}

.ct__wrapper .ct-title_wrapper.ct-kv_wrapper h2 {
  margin-left: -100px;
  margin-left: -10vw;
}

.ct__wrapper .ct-title_wrapper.ct-kv_wrapper h2 br {
  display: none;
}

.ct-bag .ct-kv_wrapper {
  background: url("https://wako.itembox.design/item/assets/images/categorytop/wakosite_category_bag_pc_250307.webp") center center no-repeat #f2f2f2;
  background-size: auto 540px;
}

.ct-jewellery .ct-kv_wrapper {
  background: url("https://wako.itembox.design/item/assets/images/categorytop/wakosite_category_jewelry_pc_250307.webp") center center no-repeat #f2f2f2;
  background-size: auto 540px;
}

.ct-fashion .ct-kv_wrapper {
  background: url("https://wako.itembox.design/item/assets/images/categorytop/wakosite_category_fashion_pc_250516.webp") center center no-repeat #f2f2f2;
  background-size: auto 540px;
}

.ct-food .ct-kv_wrapper {
  background: url("https://wako.itembox.design/item/assets/images/categorytop/wakosite_category_food_pc_250307.webp") center center no-repeat #f2f2f2;
  background-size: auto 540px;
}

.ct-gift .ct-kv_wrapper {
  background: url("https://wako.itembox.design/item/assets/images/categorytop/wakosite_category_gift_pc_250307.webp") center center no-repeat #f2f2f2;
  background-size: auto 540px;
}

.ct-watch .ct-kv_wrapper {
  background: url("https://wako.itembox.design/item/assets/images/categorytop/wakosite_category_watch_pc_250307.webp") center center no-repeat #f2f2f2;
  background-size: auto 540px;
}

.ct-interior .ct-kv_wrapper {
  background: url("https://wako.itembox.design/item/assets/images/categorytop/wakosite_category_lifestyle_pc_250307.webp") center center no-repeat #f2f2f2;
  background-size: auto 540px;
}

.ct-title_wrapper .c-button {
  margin-left: -10vw;
  margin-top: 20px;
  background: none;
}

.ct-title_wrapper .c-button a {
  background: none;
}

.ct-title_wrapper .c-button a:hover {
  background: #000;
}

@media screen and (max-width: 1200px) {
  .ct__wrapper .ct-title_wrapper.ct-kv_wrapper.ct__section {
    height: 350px;
    padding-left: 50vw;
  }

  .ct__wrapper .ct-title_wrapper.ct-kv_wrapper h2,
  .ct-title_wrapper .c-button {
    margin-left: 0px;
  }

  .ct-bag .ct-kv_wrapper,
  .ct-jewellery .ct-kv_wrapper,
  .ct-fashion .ct-kv_wrapper,
  .ct-food .ct-kv_wrapper {
    background-size: auto 350px;
  }
}

@media screen and (max-width: 768px) {
  .ct__wrapper .ct-title_wrapper.ct-kv_wrapper.ct__section {
    height: 53vw;
  }

  .ct-bag .ct-kv_wrapper {
    background: url("https://wako.itembox.design/item/assets/images/categorytop/wakosite_category_bag_sp_250307.webp") center center no-repeat #f2f2f2;
    background-size: cover;
  }

  .ct-jewellery .ct-kv_wrapper {
    background: url("https://wako.itembox.design/item/assets/images/categorytop/wakosite_category_jewelry_sp_250307.webp") center center no-repeat #f2f2f2;
    background-size: cover;
  }

  .ct-fashion .ct-kv_wrapper {
    background: url("https://wako.itembox.design/item/assets/images/categorytop/wakosite_category_fashion_sp_250516.webp") center center no-repeat #f2f2f2;
    background-size: cover;
  }

  .ct-food .ct-kv_wrapper {
    background: url("https://wako.itembox.design/item/assets/images/categorytop/wakosite_category_food_sp_250307.webp") center center no-repeat #f2f2f2;
    background-size: cover;
  }

  .ct-gift .ct-kv_wrapper {
    background: url("https://wako.itembox.design/item/assets/images/categorytop/wakosite_category_gift_sp_250307.webp") center center no-repeat #f2f2f2;
    background-size: cover;
  }

  .ct-watch .ct-kv_wrapper {
    background: url("https://wako.itembox.design/item/assets/images/categorytop/wakosite_category_watch_sp_250307.webp") center center no-repeat #f2f2f2;
    background-size: cover;
  }

  .ct-interior .ct-kv_wrapper {
    background: url("https://wako.itembox.design/item/assets/images/categorytop/wakosite_category_lifestyle_sp_250307.webp") center center no-repeat #f2f2f2;
    background-size: cover;
  }
}

@media screen and (max-width: 480px) {
  .ct__wrapper .ct-title_wrapper h2 {
    font-size: 22px;
  }

  .ct__wrapper .ct-title_wrapper.ct-kv_wrapper h2,
  .ct-title_wrapper .c-button {
    margin-left: -5vw;
  }

  .ct__wrapper.ct-food .ct-title_wrapper.ct-kv_wrapper h2,
  .ct-food .ct-title_wrapper .c-button {
    margin-left: 2vw;
  }

  .ct__wrapper .ct-title_wrapper.ct-kv_wrapper h2 br {
    display: block;
  }

  .ct-title_wrapper .c-button a {
    width: 26vw;
  }

  .ct-kv_wrapper .c-button a {
    min-width: auto;
    padding: 7px 0;
  }
}

.product-list-parts__wrapper {
  display: none;
  /*カテゴリートップでは並び替え非表示*/
}

/*ランキング*/
.ranking_2024_wrapper .fr3-item,
.airecommend_2024_wrapper .fr3-item {
  position: relative;
}

.fr3-item__rankContainer {
  position: absolute;
  top: 8px;
  left: 8px;
}

.ranking_2024_wrapper .fr3-item__rank,
.airecommend_2024_wrapper .fr3-item__rank {
  color: #212121;
  background-color: #e2d8ce;
}

/*和光ウェブマガジンを見る*/

.index__wrapper .index-list {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}

.index__wrapper .index-item>a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.index__wrapper .index-item__img img {
  width: 100%;
}

.index__wrapper .description-number {
  margin-top: 16px;
}

.index__wrapper .index-item__description .description-number {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-top: 13px;
}

.index__wrapper .description-number .number {
  font-family: WAKOROMAN, serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.25;
  text-indent: 0.2em;
}

.index__wrapper .index-item__description .description-number .number>span:first-child {
  margin-left: 0.2em;
}

.index__wrapper .index-item__description .description-number .number>span+span {
  margin-left: 0.2em;
}

.index__wrapper .index-item__description .description-number .number>span {
  border-color: transparent #d4d5d5 #bdbebf transparent;
  border-style: solid;
  border-width: 1.5px;
  display: inline-block;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
}

.index__wrapper .index-item__description .description-number .new {
  color: #ad9841;
  display: inline-block;
  font-family: WAKOROMAN, serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: underline;
}

.index__wrapper .index-item__description .description-number .new {
  font-size: 13px;
}

.index__wrapper .index-item__description .description-title {
  margin-top: 16px;
}

.index__wrapper .index-item__more {
  align-items: center;
  border-bottom: 1px solid #000;
  display: flex;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 12px;
  font-weight: 600;
  gap: 10px;
  letter-spacing: 0.08em;
  margin-top: auto;
  padding-bottom: 8px;
  padding-top: 20px;
}

.index__wrapper .index-item__more {
  font-size: 11px;
  gap: 13px;
  padding-top: 24px;
}

.index__wrapper .index-item__more:after {
  background: url(https://dolvbt8sp2m5f.cloudfront.net/files/assets/img/top/icon_arrow.svg) no-repeat 50% / contain;
  content: "";
  display: inline-block;
  height: 8px;
  transition: all 0.4s ease;
  width: 21px;
}

@media screen and (max-width: 480px) {
  .index__wrapper .index-list {
    display: block;
  }

  .index__wrapper .index-item__description .description-title {
    text-align: left;
  }
}

.mt-100-80 {
  margin-top: 100px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 480px) {
  .mt-100-80 {
    margin-top: 80px !important;
  }

  .mt-sp-80 {
    margin-top: 80px !important;
  }
}
