@charset "UTF-8";
/* ==========================================================================//
//
//　common
//
// ========================================================================== */
body {
  /* for iOS */
  -webkit-text-size-adjust: 100%;
}

body {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  color: #000;
  font-size: 13px;
  line-height: 1.9;
  text-align: center;
  background: #FFFFFF;
  padding-top: 0;
}
@media all and (min-width: 751px) {
  body {
    font-size: 15px;
  }
}

.blackfriday {
  /* inner
  ---------------------------------------------------------- */
  /* 共通
  ---------------------------------------------------------- */
}
.blackfriday * {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
}
.blackfriday img {
  /* for Chrome */
  -webkit-backface-visibility: hidden;
}
.blackfriday h1, .blackfriday h2, .blackfriday h3, .blackfriday h4, .blackfriday h5, .blackfriday h6 {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  line-height: 1.2;
  padding: 0;
  margin: 0;
}
.blackfriday section, .blackfriday picture {
  display: block;
}
.blackfriday img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.blackfriday a img {
  border: none;
}
.blackfriday a {
  text-decoration: none;
}
.blackfriday ul, .blackfriday li {
  list-style: none;
}
.blackfriday input, .blackfriday label, .blackfriday select, .blackfriday textarea {
  vertical-align: middle;
}
.blackfriday .disp_non {
  display: none;
}
@media all and (max-width: 750px) {
  .blackfriday .forSP {
    display: block;
  }
}
@media all and (min-width: 751px) {
  .blackfriday .forSP {
    display: none;
  }
}
@media all and (max-width: 750px) {
  .blackfriday .forPC {
    display: none;
  }
}
@media all and (min-width: 751px) {
  .blackfriday .forPC {
    display: block;
  }
}
.blackfriday .inner {
  margin: 0 auto;
  padding: 0 20px;
}
@media all and (min-width: 751px) {
  .blackfriday .inner {
    padding: 0 83px;
  }
}
@media all and (min-width: 1367px) {
  .blackfriday .inner {
    max-width: 1200px;
  }
}
.blackfriday p {
  line-height: 1.9;
}

/* Loading背景画面設定
---------------------------------------------------------- */
.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #F5F7EF;
  z-index: 9999;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: fadeOut 1s 2s forwards;
          animation: fadeOut 1s 2s forwards;
  background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/blackfriday2025/loading/loading_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; /* 白い画面を完全に表示 */
  }
  100% {
    opacity: 0; /* 透明になる */
    visibility: hidden; /* 完全に非表示 */
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1; /* 白い画面を完全に表示 */
  }
  100% {
    opacity: 0; /* 透明になる */
    visibility: hidden; /* 完全に非表示 */
  }
}
.loader .wrap .loading_image {
  margin: 0 auto;
  position: relative;
  width: min(63px, 70%);
  z-index: 0;
}
.loader .wrap .loading_image::before, .loader .wrap .loading_image::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
.loader .wrap .loading_image::before {
  background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/blackfriday2025/loading/lamp_light.svg");
  width: 316%;
  aspect-ratio: 1;
  top: -33%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  -webkit-animation: lampLight 1.2s 0.3s ease-in forwards;
          animation: lampLight 1.2s 0.3s ease-in forwards;
  opacity: 0;
}
.loader .wrap .loading_image::after {
  background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/blackfriday2025/loading/sparkling.svg");
  width: 44px;
  aspect-ratio: 1;
  top: -5px;
  right: -15px;
  -webkit-animation: Sparkling 1.2s 0.3s ease-in forwards;
          animation: Sparkling 1.2s 0.3s ease-in forwards;
  opacity: 0;
}
@-webkit-keyframes lampLight {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lampLight {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes Sparkling {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes Sparkling {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.loader .wrap p {
  padding-top: 35px;
  text-align: center;
  display: block;
  color: #fff;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: min(18px, 5vw);
}
@media all and (min-width: 751px) {
  .loader .wrap p {
    padding-top: 45px;
    font-size: min(24px, 1.76vw);
  }
}

/* アニメーション
---------------------------------------------------------- */
@-webkit-keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeUpAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeLeftAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeLeftAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeRightAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeRightAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideToRight {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0);
  }
}
@keyframes slideToRight {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0);
  }
}
@-webkit-keyframes slideToLeft {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    clip-path: inset(0);
  }
}
@keyframes slideToLeft {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    clip-path: inset(0);
  }
}
.fadeUp {
  -webkit-animation: fadeUpAnime 1.5s forwards;
          animation: fadeUpAnime 1.5s forwards;
  opacity: 0;
}

.fadeLeft {
  -webkit-animation: fadeLeftAnime 1.5s forwards;
          animation: fadeLeftAnime 1.5s forwards;
  opacity: 0;
}

.fadeRight {
  -webkit-animation: fadeRightAnime 1.5s forwards;
          animation: fadeRightAnime 1.5s forwards;
  opacity: 0;
}

.fadeIn {
  -webkit-animation: fadeInAnime 1.5s forwards;
          animation: fadeInAnime 1.5s forwards;
  opacity: 0;
}

.delay02 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay04 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay06 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay08 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay10 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@media all and (min-width: 751px) {
  .delay02_pc {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .delay04_pc {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .delay06_pc {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .delay08_pc {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
}
.fadeUpTrigger,
.fadeLeftTrigger,
.fadeRightTrigger,
.fadeInTrigger {
  opacity: 0;
}

.delayScroll > * {
  opacity: 0;
}

/* ==========================================================================//
//
// メインビジュアル
//
// ========================================================================== */
.mv {
  position: relative;
  /* 背景の星 */
  /* ロゴ */
  /* BLACK FRIDAY 2024 */
  /* 左上の雲や車 */
  /* 左側の女性とハンモック */
  /* 右側のキャンプをしている人 */
  /* 下の商品 */
}
.mv::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media all and (max-width: 750px) {
  .mv::after {
    width: 96%;
    height: 64.5%;
    top: 7.5%;
    left: 49.5%;
    background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/blackfriday2025/mv/stars_sp.svg");
    -webkit-animation: StarsSP 5s 0.5s ease-in-out forwards infinite;
            animation: StarsSP 5s 0.5s ease-in-out forwards infinite;
  }
  @-webkit-keyframes StarsSP {
    0% {
      background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/blackfriday2025/mv/stars_sp02.svg");
    }
    20% {
      background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/blackfriday2025/mv/stars_sp05.svg");
    }
    30% {
      background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/blackfriday2025/mv/stars_sp03.svg");
    }
    48% {
      background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/blackfriday2025/mv/stars_sp05.svg");
    }
    60% {
      background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/blackfriday2025/mv/stars_sp04.svg");
    }
    83% {
      background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/blackfriday2025/mv/stars_sp03.svg");
    }
    100% {
      background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/blackfriday2025/mv/stars_sp02.svg");
    }
  }
  @keyframes StarsSP {
    0% {
      background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/blackfriday2025/mv/stars_sp02.svg");
    }
    20% {
      background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/blackfriday2025/mv/stars_sp05.svg");
    }
    30% {
      background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/blackfriday2025/mv/stars_sp03.svg");
    }
    48% {
      background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/blackfriday2025/mv/stars_sp05.svg");
    }
    60% {
      background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/blackfriday2025/mv/stars_sp04.svg");
    }
    83% {
      background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/blackfriday2025/mv/stars_sp03.svg");
    }
    100% {
      background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/blackfriday2025/mv/stars_sp02.svg");
    }
  }
}
@media all and (max-width: 430px) {
  .mv::after {
    width: min(360px, 96%);
    height: min(430px, 64.5%);
  }
}
@media all and (min-width: 751px) {
  .mv::after {
    width: 64.9%;
    height: 72.3%;
    top: 10%;
    left: 50%;
    -webkit-animation: StarsPC 5s 0.5s ease-in-out forwards infinite;
            animation: StarsPC 5s 0.5s ease-in-out forwards infinite;
  }
  @-webkit-keyframes StarsPC {
    0% {
      background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/blackfriday2025/mv/stars_pc.svg");
    }
    20% {
      background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/blackfriday2025/mv/stars_pc04.svg");
    }
    30% {
      background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/blackfriday2025/mv/stars_pc02.svg");
    }
    48% {
      background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/blackfriday2025/mv/stars_pc03.svg");
    }
    60% {
      background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/blackfriday2025/mv/stars_pc04.svg");
    }
    83% {
      background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/blackfriday2025/mv/stars_pc03.svg");
    }
    100% {
      background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/blackfriday2025/mv/stars_pc.svg");
    }
  }
  @keyframes StarsPC {
    0% {
      background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/blackfriday2025/mv/stars_pc.svg");
    }
    20% {
      background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/blackfriday2025/mv/stars_pc04.svg");
    }
    30% {
      background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/blackfriday2025/mv/stars_pc02.svg");
    }
    48% {
      background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/blackfriday2025/mv/stars_pc03.svg");
    }
    60% {
      background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/blackfriday2025/mv/stars_pc04.svg");
    }
    83% {
      background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/blackfriday2025/mv/stars_pc03.svg");
    }
    100% {
      background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/blackfriday2025/mv/stars_pc.svg");
    }
  }
}
.mv .logo,
.mv .site_ttl,
.mv .street,
.mv .hammock,
.mv .camp,
.mv .item {
  position: absolute;
}
.mv .logo {
  width: 144px;
  top: 16.9%;
  left: 53.6%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  opacity: 0;
  -webkit-animation: Title 1s 4s ease-in-out forwards;
          animation: Title 1s 4s ease-in-out forwards;
  width: 20.4%;
}
@media all and (min-width: 751px) {
  .mv .logo {
    top: 18%;
    left: 52.7%;
    width: 10.6%;
  }
}
.mv .site_ttl {
  top: 24.5%;
  left: 53.5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: Title 1s 4s ease-in-out forwards;
          animation: Title 1s 4s ease-in-out forwards;
  opacity: 0;
  z-index: 2;
  width: 63%;
}
@media all and (min-width: 751px) {
  .mv .site_ttl {
    top: 28.8%;
    left: 52.7%;
    width: 31.3%;
  }
}
@-webkit-keyframes Title {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes Title {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mv .site_ttl::before, .mv .site_ttl::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
}
.mv .site_ttl::before {
  background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/blackfriday2025/mv/light_sparkling.svg");
  width: 8.7%;
  height: 11.1%;
  top: 40.7%;
  right: 16.5%;
  -webkit-animation: LightSparkling 3s 1s ease-in-out forwards infinite;
          animation: LightSparkling 3s 1s ease-in-out forwards infinite;
}
@media all and (min-width: 751px) {
  .mv .site_ttl::before {
    top: 40.6%;
    width: 8.9%;
    height: 11.3%;
  }
}
@-webkit-keyframes LightSparkling {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes LightSparkling {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.mv .site_ttl::after {
  background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/blackfriday2025/mv/lamp_light.png");
  width: 16.7%;
  height: 18.4%;
  top: 46%;
  right: 18%;
  -webkit-animation: Light 3s 1s ease-in-out forwards infinite;
          animation: Light 3s 1s ease-in-out forwards infinite;
}
@media all and (min-width: 751px) {
  .mv .site_ttl::after {
    width: 17%;
    height: 19%;
  }
}
@-webkit-keyframes Light {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes Light {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.mv .street {
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-animation: Street 1s 2.5s ease-in-out forwards;
          animation: Street 1s 2.5s ease-in-out forwards;
  opacity: 0;
  width: 78.2%;
}
@media all and (min-width: 751px) {
  .mv .street {
    width: 56.6%;
  }
}
@-webkit-keyframes Street {
  0% {
    opacity: 0;
    left: -50px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes Street {
  0% {
    opacity: 0;
    left: -50px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.mv .hammock {
  bottom: 7.2%;
  left: 0;
  -webkit-animation: Hammock 1s 3s ease-in-out forwards;
          animation: Hammock 1s 3s ease-in-out forwards;
  opacity: 0;
  width: 51.8%;
}
@media all and (min-width: 751px) {
  .mv .hammock {
    bottom: 0;
    width: 42.1%;
  }
}
@-webkit-keyframes Hammock {
  0% {
    opacity: 0;
    left: -50px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes Hammock {
  0% {
    opacity: 0;
    left: -50px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.mv .camp {
  bottom: 3.2%;
  right: 0;
  -webkit-animation: Camp 1s 3.5s ease-in-out forwards;
          animation: Camp 1s 3.5s ease-in-out forwards;
  opacity: 0;
  width: 35.8%;
}
@media all and (min-width: 751px) {
  .mv .camp {
    bottom: 0;
    width: 27.1%;
  }
}
@-webkit-keyframes Camp {
  0% {
    opacity: 0;
    right: -50px;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
@keyframes Camp {
  0% {
    opacity: 0;
    right: -50px;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
.mv .item {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: Item 0.7s 4.3s ease-in-out forwards;
          animation: Item 0.7s 4.3s ease-in-out forwards;
  opacity: 0;
  width: 84%;
}
@media all and (min-width: 751px) {
  .mv .item {
    width: 41.1%;
  }
}
@-webkit-keyframes Item {
  0% {
    opacity: 0;
    bottom: -50px;
  }
  50% {
    opacity: 0;
    bottom: 10px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes Item {
  0% {
    opacity: 0;
    bottom: -50px;
  }
  50% {
    opacity: 0;
    bottom: 10px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}

/* ==========================================================================//
//
// introduction、注目の特選アイテム、おすすめ特集
//
// ========================================================================== */
/* 共通
---------------------------------------------------------- */
.no_link {
  pointer-events: none;
}

/* セクションタイトル
---------------------------------------------------------- */
.sec_ttl {
  line-height: 1.3;
}
.sec_ttl span {
  display: block;
}
.sec_ttl .en {
  font-size: 52px;
  letter-spacing: 0.02em;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media all and (min-width: 751px) {
  .sec_ttl .en {
    font-size: min(8.65vw, 118px);
  }
}
.sec_ttl .jp {
  padding-top: 10px;
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: bold;
  opacity: 0.7;
}
@media all and (min-width: 751px) {
  .sec_ttl .jp {
    padding-top: 20px;
    font-size: min(1.76vw, 24px);
  }
}

/* introduction
---------------------------------------------------------- */
.introduction {
  padding: 65px 0;
  background-color: #F6F7E9;
}
@media all and (min-width: 751px) {
  .introduction {
    padding: 120px 0;
  }
}
.introduction p {
  text-align: center;
  font-size: 16px;
  line-height: 2.2;
  font-weight: 900;
  color: #A72528;
}
@media all and (min-width: 751px) {
  .introduction p {
    font-size: 30px;
  }
}
.introduction p .forMD {
  display: block;
}
@media all and (min-width: 1242px) {
  .introduction p .forMD {
    display: none;
  }
}
.introduction p span {
  display: inline-block;
}
.introduction .period_contents {
  margin-top: 30px;
}
@media all and (min-width: 751px) {
  .introduction .period_contents {
    margin-top: 60px;
  }
}
.introduction .period_contents .detail {
  margin: 0 auto;
  color: #A72528;
}
@media all and (min-width: 751px) {
  .introduction .period_contents .detail {
    margin: 32px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.introduction .period_contents .detail .period_txt {
  padding: 8px clamp(24px, 11.8vw, 44px);
  display: inline-block;
  border: 2px solid #A72528;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
}
@media all and (min-width: 751px) {
  .introduction .period_contents .detail .period_txt {
    margin: 0 35px 0 0;
    padding: 22px clamp(38px, 5vw, 68px);
    font-size: 18px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .introduction .period_contents .detail .period_txt {
    margin: 0 20px 0 0;
  }
}
.introduction .period_contents .detail .days {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (min-width: 751px) {
  .introduction .period_contents .detail .days {
    margin-top: 0;
  }
}
.introduction .period_contents .detail .day {
  line-height: 1;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 34px;
}
@media all and (min-width: 751px) {
  .introduction .period_contents .detail .day {
    font-size: min(71px, 5.2vw);
  }
}
.introduction .period_contents .detail .day .week {
  margin: 0 8px 0 6px;
  position: relative;
  bottom: 5%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 17px;
  font-weight: 900;
}
@media all and (min-width: 751px) {
  .introduction .period_contents .detail .day .week {
    margin: 0 15px 0 15px;
    bottom: 10%;
    font-size: min(36px, 2.65vw);
  }
}
.introduction .period_contents .detail .day .time {
  font-size: 21px;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media all and (min-width: 751px) {
  .introduction .period_contents .detail .day .time {
    font-size: min(44px, 3.25vw);
  }
}
.introduction .period_contents .detail .day.start {
  padding-right: 30px;
  position: relative;
}
@media all and (min-width: 751px) {
  .introduction .period_contents .detail .day.start {
    padding-right: 62px;
  }
}
.introduction .period_contents .detail .day.start::after {
  position: absolute;
  content: "";
  background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/blackfriday2025/items/triple_arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 21px;
  height: 14px;
  top: 55%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (min-width: 751px) {
  .introduction .period_contents .detail .day.start::after {
    width: 42px;
    height: 28px;
    top: 56%;
  }
}
.introduction .period_contents .detail .day.end {
  padding-left: 10px;
}
@media all and (min-width: 751px) {
  .introduction .period_contents .detail .day.end {
    padding-left: 18px;
  }
}

/* SALEと限定セット商品
---------------------------------------------------------- */
.sale_limited {
  padding: 30px 0;
  background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/blackfriday2025/items/sale_limited_bg_sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media all and (min-width: 751px) {
  .sale_limited {
    padding: 50px 0;
    background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/blackfriday2025/items/sale_limited_bg_pc.jpg");
  }
}
.sale_limited .access_info {
  font-size: 14px;
  font-weight: 900;
  line-height: 1.85;
  color: #fff;
}
@media all and (min-width: 751px) {
  .sale_limited .access_info {
    font-size: 20px;
    line-height: 1.5;
  }
}
.sale_limited .item_list {
  margin: 18px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 15px;
}
@media all and (min-width: 751px) {
  .sale_limited .item_list {
    margin: 30px auto 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: min(1120px, 100%);
    row-gap: 0;
  }
}
.sale_limited .item_list .item {
  width: 100%;
}
@media all and (min-width: 751px) {
  .sale_limited .item_list .item {
    width: calc((100% - 40px) / 2);
  }
}
.sale_limited .item_list .item.red {
  background-color: #B92226;
}
.sale_limited .item_list .item.red a::after {
  position: absolute;
  content: "";
  background-color: #fff;
  clip-path: polygon(50% 95%, 0 0, 100% 0);
  width: 25px;
  height: 8px;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 751px) {
  .sale_limited .item_list .item.red a::after {
    width: 46px;
    height: 15px;
    bottom: 20px;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .sale_limited .item_list .item.red a:hover::after {
    bottom: 15px;
  }
}
.sale_limited .item_list .item.yellow {
  background-color: #D3B850;
}
@media all and (min-width: 751px) {
  .sale_limited .item_list .item.yellow a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .sale_limited .item_list .item.yellow a:hover {
    opacity: 0.6;
  }
}
.sale_limited .item_list .item a {
  padding: 12px 14px;
  position: relative;
  display: block;
  /* リンクを押せないようにしている時 */
}
@media all and (min-width: 751px) {
  .sale_limited .item_list .item a {
    padding: 20px;
  }
}
.sale_limited .item_list .item a.no_link {
  background-color: #414141;
}
.sale_limited .item_list .item a p {
  color: #fff;
}
.sale_limited .item_list .item a p.item_name {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
@media all and (min-width: 751px) {
  .sale_limited .item_list .item a p.item_name {
    font-size: min(2.95vw, 40px);
  }
}
.sale_limited .item_list .item a p.item_detail {
  padding-bottom: 12px;
  opacity: 0.7;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media all and (min-width: 751px) {
  .sale_limited .item_list .item a p.item_detail {
    padding-bottom: 33px;
    font-size: min(1.2vw, 16px);
  }
}

/* 注目の特選アイテム
---------------------------------------------------------- */
.sec_featured {
  padding: 42px 0 70px;
  background-color: #A72528;
  /* セール商品一覧を見る */
}
@media all and (min-width: 751px) {
  .sec_featured {
    padding: 100px 0 150px;
  }
}
.sec_featured .wrap {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (min-width: 751px) {
  .sec_featured .wrap {
    margin-bottom: 75px;
  }
}
@media screen and (min-width: 595px) and (max-width: 750px) {
  .sec_featured .wrap {
    margin-bottom: 45px;
  }
}
.sec_featured .wrap .sec_ttl {
  color: #fff;
}
.sec_featured .wrap .sec_ttl span {
  text-align: left;
}
.sec_featured .wrap .image {
  margin-left: auto;
  width: min(280px, 50.4%);
}
@media all and (min-width: 751px) {
  .sec_featured .wrap .image {
    margin-left: 0;
    width: min(473px, 39.5%);
  }
}
@media screen and (min-width: 751px) and (max-width: 906px) {
  .sec_featured .wrap .image {
    margin-left: auto;
  }
}
.sec_featured .featured_list .item {
  padding: 40px 20px;
  position: relative;
  text-align: left;
  background-color: #F6F7E9;
}
@media all and (min-width: 751px) {
  .sec_featured .featured_list .item {
    padding: 50px 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 751px) and (max-width: 1008px) {
  .sec_featured .featured_list .item {
    display: block;
  }
}
.sec_featured .featured_list .item:not(:first-child) {
  margin-top: 20px;
}
.sec_featured .featured_list .item::before {
  position: absolute;
  content: "";
  background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/blackfriday2025/items/ico_black_friday.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: min(80px, 24%);
  aspect-ratio: 1;
  top: 12px;
  left: 12px;
  z-index: 1;
}
@media all and (min-width: 751px) {
  .sec_featured .featured_list .item::before {
    width: min(132px, 11%);
    top: 28px;
    left: 28px;
  }
}
.sec_featured .featured_list .item .image {
  width: min(275px, 100%);
}
@media all and (min-width: 751px) {
  .sec_featured .featured_list .item .image {
    margin: 0;
    width: 43%;
  }
}
@media all and (max-width: 1008px) {
  .sec_featured .featured_list .item .image {
    margin: 0 auto 25px;
  }
}
@media all and (min-width: 751px) {
  .sec_featured .featured_list .item .item_detail {
    width: 49%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1008px) {
  .sec_featured .featured_list .item .item_detail {
    width: 100%;
  }
}
.sec_featured .featured_list .item .item_detail .item_name {
  margin-bottom: 20px;
  font-weight: bold;
  color: #C22A29;
}
@media all and (min-width: 751px) {
  .sec_featured .featured_list .item .item_detail .item_name {
    margin-bottom: 30px;
  }
}
.sec_featured .featured_list .item .item_detail .item_name span {
  display: block;
}
.sec_featured .featured_list .item .item_detail .item_name .jp {
  font-size: 20px;
  font-weight: 900;
}
@media all and (min-width: 751px) {
  .sec_featured .featured_list .item .item_detail .item_name .jp {
    font-size: 32px;
  }
}
.sec_featured .featured_list .item .item_detail .item_name .en {
  letter-spacing: 0.02em;
  opacity: 0.5;
  font-weight: bold;
}
@media all and (min-width: 751px) {
  .sec_featured .featured_list .item .item_detail .item_name .en {
    margin-top: 3px;
    font-size: 16px;
  }
}
.sec_featured .featured_list .item .item_detail .price_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  /* セール価格 */
  /* 通常価格 */
}
.sec_featured .featured_list .item .item_detail .price_contents .sale_price {
  padding-right: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #C22A29;
  line-height: 1;
}
@media all and (min-width: 751px) {
  .sec_featured .featured_list .item .item_detail .price_contents .sale_price {
    padding-right: 13px;
  }
}
.sec_featured .featured_list .item .item_detail .price_contents .sale_price .tax_yen {
  padding-right: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (min-width: 751px) {
  .sec_featured .featured_list .item .item_detail .price_contents .sale_price .tax_yen {
    padding-right: 15px;
  }
}
.sec_featured .featured_list .item .item_detail .price_contents .sale_price .tax_yen .tax {
  font-size: 10px;
  letter-spacing: -0.02em;
  font-weight: 900;
  line-height: 0.4;
}
@media all and (min-width: 751px) {
  .sec_featured .featured_list .item .item_detail .price_contents .sale_price .tax_yen .tax {
    font-size: 15px;
  }
}
.sec_featured .featured_list .item .item_detail .price_contents .sale_price .tax_yen .yen {
  font-size: 35px;
  letter-spacing: 0.02em;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media all and (min-width: 751px) {
  .sec_featured .featured_list .item .item_detail .price_contents .sale_price .tax_yen .yen {
    font-size: 54px;
  }
}
.sec_featured .featured_list .item .item_detail .price_contents .sale_price .number {
  font-size: 47px;
  letter-spacing: 0.02em;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media all and (min-width: 751px) {
  .sec_featured .featured_list .item .item_detail .price_contents .sale_price .number {
    font-size: 73px;
  }
}
.sec_featured .featured_list .item .item_detail .price_contents .standard_contents .off {
  padding: 3px 7px;
  display: inline-block;
  background-color: #C22A29;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}
@media all and (min-width: 751px) {
  .sec_featured .featured_list .item .item_detail .price_contents .standard_contents .off {
    padding: 4px 10px;
    font-size: 16px;
  }
}
.sec_featured .featured_list .item .item_detail .price_contents .standard_contents .standard_price {
  margin-top: 2px;
  padding-bottom: 4px;
  position: relative;
  color: #909090;
  line-height: 1;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media all and (min-width: 751px) {
  .sec_featured .featured_list .item .item_detail .price_contents .standard_contents .standard_price {
    margin-top: 6px;
    padding-bottom: 4px;
  }
}
.sec_featured .featured_list .item .item_detail .price_contents .standard_contents .standard_price::after {
  position: absolute;
  content: "";
  background-color: #202020;
  width: 114.5%;
  height: 2px;
  top: 42%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  left: 50%;
}
@media all and (min-width: 751px) {
  .sec_featured .featured_list .item .item_detail .price_contents .standard_contents .standard_price::after {
    width: 114%;
    top: 50%;
  }
}
.sec_featured .featured_list .item .item_detail .price_contents .standard_contents .standard_price .yen {
  font-size: 15px;
  letter-spacing: 0.02em;
}
@media all and (min-width: 751px) {
  .sec_featured .featured_list .item .item_detail .price_contents .standard_contents .standard_price .yen {
    font-size: 24px;
  }
}
.sec_featured .featured_list .item .item_detail .price_contents .standard_contents .standard_price .number {
  font-size: 21px;
  letter-spacing: 0.02em;
}
@media all and (min-width: 751px) {
  .sec_featured .featured_list .item .item_detail .price_contents .standard_contents .standard_price .number {
    font-size: 33px;
  }
}
.sec_featured .featured_list .item .item_detail .item_kinds {
  margin: 20px 0;
  color: #A72528;
}
.sec_featured .featured_list .item .item_detail .item_kinds p {
  padding-left: 14px;
  position: relative;
  font-size: 14px;
  font-weight: bold;
}
@media all and (min-width: 751px) {
  .sec_featured .featured_list .item .item_detail .item_kinds p {
    font-size: 16px;
  }
}
.sec_featured .featured_list .item .item_detail .item_kinds p::before {
  position: absolute;
  content: "";
  background-color: #A72528;
  border-radius: 50%;
  width: 3.5px;
  height: 3.5px;
  top: 11px;
  left: 0;
}
@media all and (min-width: 751px) {
  .sec_featured .featured_list .item .item_detail .item_kinds p::before {
    width: 4px;
    height: 4px;
    top: 14px;
  }
}
.sec_featured .featured_list .item .item_detail .point {
  font-weight: 400;
}
@media all and (max-width: 750px) {
  .sec_featured .featured_list .item .item_detail .point {
    line-height: 2.15;
  }
}
.sec_featured .featured_list .item .item_detail .btn {
  margin-top: 20px;
  width: min(148px, 100%);
}
@media all and (min-width: 751px) {
  .sec_featured .featured_list .item .item_detail .btn {
    margin-top: 30px;
    width: min(160px, 100%);
  }
}
.sec_featured .featured_list .item .item_detail .btn a {
  padding: 10px 20px;
  display: block;
  text-align: center;
  background-color: #C22A29;
  border: 2px solid #C22A29;
  border-radius: 25px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* リンクを押せないようにしている時 */
}
@media all and (min-width: 751px) {
  .sec_featured .featured_list .item .item_detail .btn a {
    padding: 9px 20px;
    font-size: 16px;
    line-height: 1.34;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .sec_featured .featured_list .item .item_detail .btn a:hover {
    background-color: #F6F7E9;
    color: #C22A29;
  }
}
.sec_featured .featured_list .item .item_detail .btn a.no_link {
  background-color: #707070;
  border: 2px solid #707070;
}
.sec_featured .banner {
  margin: 50px auto 0;
}
@media all and (min-width: 751px) {
  .sec_featured .banner {
    margin: 102px auto 0;
    width: min(920px, 100%);
  }
}
.sec_featured .banner .btn a {
  padding: 25px 20px 88px;
  position: relative;
  display: block;
  justify-items: left;
  text-align: left;
  color: #fff;
  z-index: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* リンクを押せないようにしている時 */
}
@media all and (min-width: 751px) {
  .sec_featured .banner .btn a {
    padding: 37px 52px 35px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec_featured .banner .btn a.no_link {
  opacity: 0.5;
}
.sec_featured .banner .btn a::before {
  position: absolute;
  display: block;
  content: "";
  background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/blackfriday2025/items/banner_bg_sp.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media all and (min-width: 751px) {
  .sec_featured .banner .btn a::before {
    background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/blackfriday2025/items/banner_bg_pc.png");
  }
}
.sec_featured .banner .btn a .texts {
  position: relative;
  z-index: 1;
}
.sec_featured .banner .btn a .texts .check_text {
  margin-bottom: 6px;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 37px;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media all and (min-width: 751px) {
  .sec_featured .banner .btn a .texts .check_text {
    margin-bottom: 10px;
    font-size: 56px;
  }
}
.sec_featured .banner .btn a .texts .show_text {
  display: inline-block;
  position: relative;
}
@media all and (min-width: 751px) {
  .sec_featured .banner .btn a .texts .show_text {
    font-size: 16px;
  }
}
.sec_featured .banner .btn a .texts .show_text::after {
  position: absolute;
  content: "";
  background-image: url("/client_info/COLEMANJAPAN/view/userweb/images/blackfriday2025/items/ico_banner_arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -19px;
  width: 11px;
  height: 11px;
}
@media all and (min-width: 751px) {
  .sec_featured .banner .btn a .texts .show_text::after {
    width: 14px;
    height: 15px;
    right: -24px;
  }
}
.sec_featured .banner .btn a .image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(80.5%, 269px);
}
@media all and (min-width: 751px) {
  .sec_featured .banner .btn a .image {
    bottom: 0;
    width: min(51.65%, 475px);
  }
}
@media (min-width: 751px) and (hover: hover) {
  .sec_featured .banner .btn a:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.sec_featured .banner .sale_detail {
  margin-top: 20px;
  text-align: left;
  font-weight: 400;
  color: #fff;
}
@media all and (min-width: 751px) {
  .sec_featured .banner .sale_detail {
    margin-top: 40px;
    text-align: center;
  }
}

/* おすすめ特集
---------------------------------------------------------- */
.sec_recommended {
  margin-top: 53px;
}
@media all and (min-width: 751px) {
  .sec_recommended {
    margin-top: 89px;
  }
}
.sec_recommended .sec_ttl {
  margin-bottom: 35px;
  text-align: center;
  color: #C22A29;
}
@media all and (min-width: 751px) {
  .sec_recommended .sec_ttl {
    margin-bottom: 54px;
  }
}
.sec_recommended .banner_list {
  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;
  row-gap: 20px;
}
@media all and (min-width: 751px) {
  .sec_recommended .banner_list {
    row-gap: 35px;
  }
}
.sec_recommended .banner_list .banner_item {
  /* リンクを押せないようにしている時 */
}
@media all and (min-width: 751px) {
  .sec_recommended .banner_list .banner_item {
    width: calc((100% - 10px) / 2);
  }
}
.sec_recommended .banner_list .banner_item .no_link .image {
  background: #000;
}
.sec_recommended .banner_list .banner_item .no_link .image img {
  opacity: 0.5;
}
.sec_recommended .banner_list .banner_item .no_link .banner_ttl {
  opacity: 0.5;
}
.sec_recommended .banner_list .banner_item a {
  display: block;
}
.sec_recommended .banner_list .banner_item a .image {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.sec_recommended .banner_list .banner_item a .image img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2.005/1;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 751px) {
  .sec_recommended .banner_list .banner_item a .image img {
    aspect-ratio: 2.003/1;
  }
}
.sec_recommended .banner_list .banner_item a .banner_ttl {
  padding-top: 10px;
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  line-height: 1.4;
}
@media all and (min-width: 751px) {
  .sec_recommended .banner_list .banner_item a .banner_ttl {
    padding-top: 15px;
    font-size: min(20px, 1.5vw);
  }
}
@media (min-width: 751px) and (hover: hover) {
  .sec_recommended .banner_list .banner_item a:hover .image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

/* ==========================================================================//
//
// ロゴとコピーライト
//
// ========================================================================== */
.footer_above {
  margin: 50px 0;
}
@media all and (min-width: 751px) {
  .footer_above {
    margin: 120px 0 40px;
  }
}
.footer_above a {
  margin-bottom: 12px;
  display: inline-block;
}
@media all and (min-width: 751px) {
  .footer_above a {
    margin-bottom: 20px;
  }
}
.footer_above a .image {
  margin: 0 auto;
  width: min(98px, 100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 751px) {
  .footer_above a .image {
    width: min(139px, 100%);
  }
}
@media (min-width: 751px) and (hover: hover) {
  .footer_above a:hover .image {
    opacity: 0.6;
  }
}
.footer_above p {
  font-size: 11px;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media all and (min-width: 751px) {
  .footer_above p {
    font-size: 16px;
  }
}