body {
  background: url(../img/jfa2025/jfa-background.jpg) no-repeat center top;
  font-family: "adineuePRO", "Noto Sans JP", sans-serif;
}

.jfa-content {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.jfa-content::before {
  content: '';
  width: 100%;
  height: 100vh;
  background: url(../img/jfa2025/jfa-background.jpg) no-repeat center top;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

.unit-block {
  padding: 100px 0;
}


.header {
  width: 100%;
  position: relative;
  z-index: 10;
}

.header h1 {
  padding: 10px 0;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kv-slider {
  background: #292f60;
}

.kv-slider img {
  width: 100%;
}


.concept {
  overflow: hidden;
  background: #292f60;
}

.unit-ttl-box {
  color: #fff;
  text-align: center;
}

.unit-ttl {
  font-size: clamp(60px, 6vw, 110px);
  font-weight: 800;
  line-height: 1;
  margin: 10px 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.unit-ttl .sub-ttl01,
.unit-ttl .sub-ttl02 {
  display: block;
  font-size: 14px;
  font-weight: normal;
}

.char {
  transform: translateY(100px);
  transition: transfrom 0.5s;
}

.ease-in,
.ease-in-out {
  margin-bottom: 10px;
}

.concept-cont {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  position: relative;
  align-items: center;
  justify-content: space-between;
}

.concept-ttl span {
  display: block;
  font-size: 20px;
}

.concept-ttx {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.concept-ttx .unit-ttl-box {
  margin: 0 0 60px;
}

.concept-ttx .text-box p {
  font-size: 18px;
  line-height: 2;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

.concept-ttx .big-font {
  font-size: 200%;
  font-weight: bold;
}

.unit-ttl-box {
  width: 100%;
}

.concept-img {
  width: 50%;
  aspect-ratio: 1 / 1;
}

.concept-img img {
  display: block;
  position: relative;
}

.img__word {
  opacity: 0;
}

.img__first-bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  transform-origin: left;
  transform: scaleX(0);
  background-color: #fff;
}

.player-gallery-box {
  background: #fff;
  padding-top: 2rem;
  height: 120vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.player-gallery {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.player-gallery .wrapper {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 20px);
}

.player-gallery .wrapper>li {
  flex: 0 0 25vw;
  list-style: none;
  padding: 1rem;
}


.player-gallery img {
  display: block;
  height: auto;
  width: 95%;
}

.campaign {
  background: #004685;
}

.campaign .text-box {
  color: #fff;
  text-align: center;
  padding: 40px 20px;
  max-width: 1000px;
  margin: 0 auto;
}


.campaign-box {
  max-width: 1000px;
  margin: 0 auto;
}

.cptxt {
  font-size: 28px;
  font-weight: 700;
  margin: 60px auto 30px;
  text-align: center;
  color: #ffffff;
}



.cpgood {
  display: flex;
  max-width: 1000px;
  justify-content: center;
  gap: 3%;
}

.cpgood li {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 32%;
  text-align: center;
  color: #fff;
}

.cpgood li img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.cpgood li p {
  font-size: 14px;
  line-height: 1.4;
}

.product-jfa {
  /* background: #004685; */
}

.product-jfa .sub-ttl02,
.product-jfa .unit-ttl {
  color: #fff;
}

.product-jfa-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.product-jfa-box li {
  width: 50%;
  box-sizing: border-box;
}

.product-jfa-ttl-box {
  margin: 0 0 40px;
}

.product-jfa-ttl-box .unit-ttl {
  font-size: clamp(40px, 6vw, 100px);
}


.product-jfa-tx {
  padding: 0 30px;
}

.home-tag {
  text-align: center;
  display: inline-block;
  background: #fff;
  color: #004685;
  padding: 5px 10px;
  margin: 10px 0;
}

.product-jfa-tx02 {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}

.product-jfa .btn {
  margin: 40px 0 0;
  padding: 0;
}

.product-jfa .btn a {
  display: block;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  padding: 15px 0;
  transition: .3s;
  position: relative;
}

.product-jfa .btn a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 45%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
}

.product-jfa .btn a:hover {
  background: #fff;
  color: #004685;
}

.product-jfa .btn a:hover::after {
  border-top: 1px solid #004685;
  border-right: 1px solid #004685;
}

.footer {
  background: #fff;
  z-index: 2;
  position: relative;
}

.home-slider {
  overflow: hidden;
}

.home-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

/* ----▼▼▼ プレーヤーカット ▼▼▼---- */
.horizontal {
  position: relative;
  /* height: 100vh; */
  overflow: hidden;
  background: #fff;
  padding: 100px 0;
}

.horizontal__inner {
  /* display: flex; */
  /* height: 100%; */
}

.panel {
  position: relative;
  /* flex: 0 0 40vw; */
  /* height: 100vh; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.panel img {
  width: 96%;
  height: auto;
  object-fit: cover;
  transition: transform 0.6s ease;
}

/* 商品カード部分 */

.lineup {
  max-width: 1200px;
  margin: 0px auto 100px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

.section-title {
  font-size: 38px;
  font-weight: 700;
  margin: 60px 0 40px;
  color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.top-items {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 60px;
}

.top-items .item {
  width: 40%;
  background: #fff;
  padding: 30px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.top-items .item:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.top-items .name {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 12px;
}

.top-items .size {
  font-size: 15px;
  margin-bottom: 6px;
}

.top-items .price {
  font-size: 16px;
  font-weight: 600;
  margin: 12px 0 25px;
}

.top-items .btn {
  display: inline-block;
  border: 1px solid #00297a;
  background: #00297a;
  color: #fff;
  font-size: 15px;
  padding: 12px 26px;
  text-decoration: none;
  transition: 0.3s;
  width: 80%;
  position: relative;
  z-index: 2;
}

.top-items .btn::after {
  content: ">";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: normal;
  font-size: 16px;
}

.top-items .btn:hover {
  background: #ffffff;
  border: 1px solid #00297a;
  color: #00297a;
}


.item-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.bottom-items {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  gap: 30px;
}

.bottom-items .item {
  width: 28%;
  background: #fff;
  padding: 20px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bottom-items .item:hover {
  transform: translateY(-3px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.bottom-items .name {
  font-size: 14px;
  font-weight: 700;
  color: #111;
  margin: 15px 0 10px;
}

.bottom-items .price {
  color: #111;
  font-weight: 700;
  margin: 10px 0 20px;
}

.bottom-items .size {
  color: #111;
  font-weight: 500;
}

.bottom-items .btn {
  display: inline-block;
  border: 1px solid #00297a;
  background: #00297a;
  color: #fff;
  font-size: 12px;
  padding: 10px 20px;
  text-decoration: none;
  transition: 0.3s;
  width: 80%;
  position: relative;
  z-index: 2;
}

.bottom-items .btn::after {
  content: ">";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: normal;
  font-size: 14px;
}

.bottom-items .btn:hover {
  background: #ffffff;
  border: 1px solid #00297a;
  color: #00297a;
}

.fixNavi {
  width: 100%;
  background: rgba(5, 37, 75, 0.8);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 20;
  display: block;
}

.fixNavi ul {
  display: flex;
  border-right: 1px solid #fff;
  max-width: 1200px;
  margin: 0 auto;
}

.fixNavi ul li {
  width: 25%;
  border-left: 1px solid #fff;
}

.fixNavi ul li a {
  font-size: 16px;
  padding: 10px 0;
  color: #fff;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;

}

.pcnone {
  display: none;
}

@media screen and (max-width: 768px) {

  .jfa-content {
    background-size: 100%;
  }

  .lineup {
    padding: 0px;
  }

  .top-items {
    flex-direction: column;
    align-items: center;
  }

  .top-items .item {
    width: 80%;
    padding: 24px;
  }

  .top-items .name {
    font-size: 16px;
  }

  .top-items .price {
    font-size: 16px;
  }

  .bottom-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    padding: 0 15px;
  }

  .bottom-items .item {
    width: calc(50% - 8px);
    box-sizing: border-box;
    padding: 0 0 15px 0;
  }

  .btn {
    width: 100%;
    font-size: 13px;
    padding: 0 20px;
  }

  .bottom-items .name {
    font-size: 12px;
    font-weight: 700;
    color: #111;
    margin: 10px 0 5px;
    padding: 0 15px;
    letter-spacing: 1px;
  }

  .bottom-items .price {
    color: #111;
    font-weight: 600;
    margin: 10px 0 15px;
    padding: 0 15px;
    font-size: 12px;
    letter-spacing: 1px;
  }

  .bottom-items .size {
    color: #111;
    font-weight: 500;
    padding: 0 15px;
    font-size: 14px;
    letter-spacing: 1px;
  }

  .bottom-items .btn::after {
    font-size: 12px;
    right: 5px;
  }

  .bottom-items .btn {
    width: 60%;
  }

  .section-title {
    font-size: 38px;
    font-weight: 700;
    margin: 30px 0 30px;
    color: #fff;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }

  .video-section {
    background: #004685;
    color: #fff;
    text-align: center;
    padding: 60px 0 60px;
  }

  .cptxt {
    font-size: 28px;
    font-weight: 700;
    margin: 40px auto 30px;
    text-align: center;
    color: #ffffff;
  }

  .pcnone {
    display: block;
  }

  .cptxt02 {
    font-size: 14px;
    margin: 25px auto;
    line-height: 1.5;
  }
}


.federation {
  background: #fff;
}

.federation .unit-ttl-box {
  margin: 0 0 40px;
}

.federation .unit-ttl {
  font-size: clamp(40px, 6vw, 110px);
}

.federation .unit-ttl {
  color: #000;
}

.federation .sub-ttl02 {
  color: #000;
}


.fed-link-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);

}

.fed-hover {
  display: block;
  overflow: hidden;
  position: relative;
}

.fed-hover img {
  display: block;
}

.fed-hover .caption {
  text-align: center;
  color: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.fed-hover .caption p {
  font-size: 20px;
  font-weight: bold;
}

.fed-hover .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.fed-hover:hover .mask {
  opacity: 1;
}


.fed-btn {
  max-width: 460px;
  width: 90%;
  margin: 50px auto 0;
}

.fed-btn a {
  display: block;
  text-align: center;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  padding: 15px 0;
  transition: .3s;
  position: relative;
}

.fed-btn a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 45%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.fed-btn a:hover {
  background: #fff;
  color: #000;
}

.fed-btn a:hover::after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

@media screen and (max-width:1024px) {
  .unit-block {
    padding: 50px 0;
  }

  .concept-cont li {
    width: 100%;
    padding: 0 20px;
    margin: 0 0 40px;
  }

  .concept-ttx,
  .concept-img {
    width: 100%;
  }

  .concept-ttx p {
    padding: 0 20px;
  }

  .concept-img img {
    min-width: unset;
    right: 0;
  }

  .product-jfa-box li {
    width: 100%;
  }

  .jfa-content img {
    width: 100%;
  }

  .player-gallery-box {
    height: 80vh;
  }

  .player-gallery {
    height: 40vh;
  }

  .player-gallery .wrapper>li {
    flex: 0 0 50vw;
  }

  /* ----▼▼▼ プレーヤーカット ▼▼▼---- */
  .horizontal {
    position: relative;
    /* height: 80vh; */
    overflow: hidden;
    padding: 40px 0;
  }


  .panel img {
    width: 95%;
  }




  /* ▼ スクロールバーの見た目 */
  .scrollbar {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.3);
    overflow: hidden;
  }

  .scrollbar__progress {
    height: 100%;
    width: 0%;
    background-color: #fff;
    transition: width 0.1s linear;
  }

  /* ----▲▲▲ プレイヤーカット ▲▲▲---- */


}

@media screen and (max-width:500px) {
  .inner {
    padding: 0 15px;
  }

  .player-gallery .wrapper>li {
    flex: 0 0 auto;
  }

  .fed-link-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .box-02 {
    height: unset;
  }

  .fixNavi ul li a {
    font-size: 12px;
  }
}

/* ==== VIDEO SECTION ==== */
.video-section {

  color: #fff;
  text-align: center;
  padding: 100px 0 100px;
}

.video-wrap {
  max-width: 1000px;
  margin: 0px auto 0;
  padding: 0 !important;
}

.video-wrap video {
  width: 100%;
  height: auto;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  display: block;
}

.video-caption {
  font-size: 16px;
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  opacity: 0.9;
}

@media screen and (max-width: 768px) {
  .video-caption {
    font-size: 14px;
  }
}



.side-nav {
  position: fixed;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 9999;
}

.side-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.side-nav li {
  margin-bottom: 10px;
}

.side-nav a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 10px;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.3s;
}

.side-nav a:hover {
  color: #000000;
}

.side-nav img {
  width: 28px;
  height: 28px;
  border-radius: 3px;
}

/* =============================
	 SPナビ
  ============================= */
.sp-nav-tab {
  position: fixed;
  bottom: 250px;
  right: 20px;
  background: #63b1d8;
  color: #fff;
  padding: 10px 16px;
  border-radius: 50px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
}

.sp-nav-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  height: 100vh;
  background: #fff;
  z-index: 10001;
  overflow-y: auto;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
}

.sp-nav-menu.active {
  display: block;
}

.sp-nav-menu ul {
  list-style: none;
  padding: 80px 20px;
}

.sp-nav-menu li {
  margin-bottom: 20px;
}

.sp-nav-menu a {
  color: #111;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sp-nav-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .side-nav {
    display: none;
  }
}

/* ========== 固定ナビ（PC版）indexと同デザイン ========== */
.side-nav {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1000;
  background: #fff;
  padding: 20px 10px 15px 10px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

.side-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.side-nav li {
  margin-bottom: 8px;
}

.side-nav a {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  color: #999999;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: 0.3s;
}

.side-nav a:hover {
  opacity: 0.7;
}

.side-nav img {
  width: 26px;
  height: 26px;
  margin-right: 6px;
}

/* ========== SPナビ ========== */
.sp-nav-tab {
  position: fixed;
  position: fixed;
  right: 0;
  transform: translateY(-25%);
  background: #000;
  color: #fff;
  padding: 35px 12px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-radius: 6px 0 0 6px;
  cursor: pointer;
  z-index: 1001;
  text-align: center;
}

.sp-nav-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0px;
  width: 56%;
  height: 62vh;
  background: #fff;
  z-index: 999;
  padding-top: 70px;
  overflow-y: auto;
}

.sp-nav-menu.active {
  display: block;
}

.sp-nav-close {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 26px;
  font-weight: bold;
  cursor: pointer;
}

.sp-nav-menu ul {
  list-style: none;
  padding: 0 20px;
}

.sp-nav-menu li {
  margin-bottom: 20px;
}

.sp-nav-menu a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #111;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}

.sp-nav-menu a img {
  width: 32px;
  height: 32px;
}

/* ナビの表示・非表示アニメーション */
.side-nav,
.sp-nav-tab {
  transition: opacity 0.4s ease;
}

/* PCではSPナビ非表示 */
@media screen and (min-width: 769px) {
  .sp-nav-tab {
    display: none;
  }
}

/* SPではPCナビ非表示 */
@media screen and (max-width: 768px) {
  .side-nav {
    display: none;
  }
}

.side-nav,
.sp-nav-tab {
  transition: opacity 0.4s ease;
}

/*--marking--*/
.howto-marking-list {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 82%;
}

.howto-marking-list p {
  width: 46%;
  text-align: left;
}

.howto-line {
  border-top: 1px solid #eee;
  height: 1px;
  margin: 40px auto;
  width: 96%;
}

.howto-marking-txt {
  text-align: left;
  font-size: 0.6em !important;
  line-height: 1.8;
  display: block;
  margin: 20px 0;
}

.marking {
  max-width: 1200px;
  margin: 60px auto;
  padding: 40px 0;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
}

.marking h3 {
  font-size: clamp(30px, 4vw, 40px);
  color: #10112c;
  font-weight: 600;
  margin: 0 0 1em;
  letter-spacing: .04em;
}

.marking p {
  font-size: 16px;
  margin: 0 0 1.6em;
  line-height: 1.5em;
  font-weight: 500;
  color: #10112c;
}

.marking a {
  font-size: 16px;
  max-width: 600px;
  border-radius: 99px;
  padding: 10px 0;
  margin: auto;
  background: #10112c;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pc-none{
  display: none;
}

@media screen and (max-width: 768px) {
  .marking {
    margin: 60px 15px;
    padding: 40px 0;
  }
  .pc-none{
    display: block;
  }

  .marking p {
    width: 100%;
  }

  .howto-marking-list {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 500px) {
  .marking {
    margin: 60px 15px;
    padding: 40px 0;
  }

  .marking a{
    margin: 0 10px;
  }
}
.item .tag {
  position: absolute;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    padding: 4px 8px;
    z-index: 3;
    letter-spacing: 0.5px;
}

.tag.kids {
  background-color: #da8311;
}

.tag.women {
  background-color: #e4007f;
}




@media screen and (max-width: 768px) {
  .item .tag {
  font-size: 10px;  
}

.marking h3 {
    font-size: 26px;
    padding: 0px 20px 0 20px;
}
}

.comingsoon {
    display: inline-block;
    /*background: #030303;
    color: #fff;*/
    font-size: 14px;
    padding: 10px;
    text-decoration: none;
    transition: 0.3s;
    width: 80%;
    position: relative;
    z-index: 2;
    font-weight: 600;
}

.cptitle{
  font-size: 18px;
  font-weight: 700;
  color: white;
  display: inline-block;
  padding: 0.3em 0.7em;
  border: 1px solid #fff;
  color: #fff;
  margin: 40px 0 15px;
}

.cptxt01{
  font-size: 16px;
  color: white;
  letter-spacing: 1.5px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.cptxt01 span{
  font-size: 18px;
  font-weight: 700;
  color: white;
  letter-spacing: 1.5px;
  line-height: 2em;
}

.cptxt02 {
  font-size: 14px;
  margin-top: 40px;
  color: #ffffff;
}

.target_product {
  width: 1000px;
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.product-card {
  width: calc((1000px - 60px) / 4);
  text-align: center;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  transition: 0.3s;
}

.product-card img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.product-name {
  font-size: 12px;
  margin-bottom: 5px;
  color: #ffffff;
}

.target_product .product-card:nth-child(n+5) {
  display: none;
}

.toggle-btn {
  margin: 30px auto 0;
  text-align: center;
  background: #fff;
  color: #004685;
  display: flex;
  padding: 10px 30px;
  cursor: pointer;
  transition: 0.3s;
  font-weight: bold;
  width: 60%;
  justify-content: center;
  font-size: 16px;
}

.toggle-btn:hover {
  background: #004685;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .target_product .product-card {
    width: calc(33.333% - 10px); /* SP時は3列 */
  }
}


@media screen and (max-width: 768px) {
  .target_product {
    width: 100%;
    gap: 10px;
    margin: 15px auto;
  }
  .product-card {
    width: calc((100% - 20px) / 3);
  }
}


@media screen and (max-width: 768px) {

.cptxt02 {
    font-size: 14px;
    margin: 20px auto;
    line-height: 1.5;
}
}

@media screen and (max-width: 768px) {
  .target_product .product-card {
    width: calc(50% - 8px);
  }

  .target_product .product-card:nth-child(n+3) {
    display: none;
  }

  .product-name {
  margin-bottom: 15px;
}
.cp_targetsmoll{
  font-size: 10px;
  padding: 5px 10px;
}
.gentei{
  font-size: 10px;
  padding: 5px 10px;
}
}

.cp_target{
  background-color: #ff1e1e;
  font-size: 14px;
  display: inline-block;
  padding: 5px 20px;
  color: #ffffff;
  font-weight: 600;
}

.cp_targetsmoll{
  background-color: #ff1e1e;
  font-size: 12px;
  display: inline-block;
  padding: 5px 20px;
  color: #ffffff;
  font-weight: 600;
}

.gentei{
background-color: #2b2f5f;
    font-size: 12px;
    display: inline-block;
    padding: 5px 20px 7px;
    color: #ffffff;
    font-weight: 600;
  margin-bottom: 5px;
}

.target_product .product-card {
  display: none;
}

.side-nav span{
  font-size: 12px;
}

@media screen and (max-width: 768px) {
.cp_targetsmoll{
  font-size: 10px;
  padding: 5px 10px;
  margin-top: 5px;
}

.gentei{
  font-size: 10px;
  padding: 5px 10px;
}

.comingsoon {
  display: inline-block;
  /*background: #000000;
  color: #fff;*/
  font-size: 12px;
  padding: 10px 20px;
  text-decoration: none;
  transition: 0.3s;
  width: 75%;
  position: relative;
  z-index: 2;
}

.sp-nav-menu span{
  font-size: 12px;
}

.cpgood li p {
  font-size: 11px;
  line-height: 1.4;
}

.spnone{
  display: none;
}

}