/* ======================
   Reset / Base
====================== */
:root {
  --wht: #fff;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* ======================
   Layout
====================== */
.solo__wrap,
.bread__wrap {
  max-width: 1000px;
  margin-inline: auto;
}


.solo__wrap {
  background: url(https://gigaplus.makeshop.jp/faves2023/img/2solocamp/bg_1.png) repeat-y;
  padding:40px;
  margin-top: -4px;
}

.solo__wrap p{
  color: #fff;}

.bread__wrap {
  background: var(--wht);
  padding: 0 10px;
  margin-top: -30px;
}

/* ======================
   Header / Visual
====================== */
.solo__mv img {
  margin-top: 110px;
}

.solo__logo,
.solo__infotext,
.butten_area,
.solo_visu,
.solo_goods {
  text-align: center;
}

.solo__logo {
  padding-block: 10px;
}

.solo__infotext {
  font-size: 1.3rem;
}

.solo__visuprice {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
}

.solo__infocardfigure img{
  width: 20%;
  margin: 20px auto 0;
}
.stext {
  font-size: 1.2rem;
          }

/* ======================
   Swiper
====================== */
.solo-nav {
  position: relative;
  height: 0;
}


.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ======================
   Goods
====================== */
.solo_goods {
  margin: 20px 0;
}
.goods_title {
    width: 50%;
    margin: 100px auto 20px;
}
.solo_goods .goodsbox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 20px;
  margin:30px 0 100px;
}

.solo_goods .goodsbox img {
  width: 100%;
}

.solo_goods .nametext {
  font-weight: 600;
  text-align: left;
}

/* ======================
   Button
====================== */
.butten_area a img {
  width: 40%;
}

/* ======================
   Recommend（スライダー）
====================== */
.recommend-section {
  width: 100%;
  background-image: url('https://gigaplus.makeshop.jp/faves2023/img/2solocamp/recommend1.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}

.slider-overlay {
  position: absolute;
  left: 28%;
  right: 2%;
  top: 22%;
  bottom: 5%;
  display: flex;
}

/* ======================
   SP（ここに全部集約）
====================== */
@media (max-width: 767px) {

  /* Header */
  .solo__mv img {
    margin-top: 65px;
  }

  .solo__infotext {
    font-size: 14px;
  }

  .solo__visuprice {
    font-size: 16px;
  }

  /* Goods */
  .solo_goods .goodsbox {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding-bottom: 20px;
  }

  .solo_goods .nametext {
    font-size: 13px;
  }

  /* Button */
  .butten_area a img {
    width: 80%;
  }

  /* Recommend */
  .slider-overlay {
    left: 2%;
    right: 2%;
    top: 46%;
    bottom: 2%;
  }
}















.ujack-title {
font-size:1.4rem;
 color:#fff;
 text-align: start;
  border: none;
  margin-bottom: 0;
}

.ujack-image {
  display: block;
  width: 100%;
  height: auto;
}

.ujack-text {
  text-align: start;}

.ujack-text p {
  font-size: 1.2rem;
  color:#fff;
}

.ujack-message {
  margin-top: 56px;
}

.ujack-credit {
  margin-top: 90px;
text-align: start;
  color: #fff;
}



/* ======================================
  Variables
====================================== */

        :root {
          --pink: #FF46C8;
          --wht: #fff;
          --blue: #0032C8;
          --black: #000;
          --grd: linear-gradient(90deg, rgba(170, 0, 255, 1) 0%, rgba(255, 0, 255, 1) 51%, rgba(170, 0, 255, 1) 100%);
        }

/* ======================================
  Base
====================================== */
        * {
          box-sizing: border-box;
        }

        html,
        body {
          margin: 0;
          padding: 0;
          overflow-x: hidden;
        }

/* ======================================
  Utility
====================================== */
        .myring_visu,
        .myring_goods {
          text-align: center;
        }

        .en {
          font-family: "Lacquer";
        }

/* ======================================
  Layout
====================================== */
        .cat .category-image picture {
          display: flex;
          background: #000;
        }

        .dream__wrap {
          width: 1000px;
          max-width: 100%;
          margin-inline: auto;
          background: #000 url(https://gigaplus.makeshop.jp/faves2023/img/paint/pc__bg.webp);
          background-size: contain;
          padding: 0 20px;
        }

        .bread__wrap {
          background-color: var(--wht);
          width: 1000px;
          max-width: 100%;
          margin-inline: auto;
         padding: 20px 0;
        }

        .breadcrumb {
          margin-bottom: 0;
          padding: 0 20px 20px;
          border-bottom: inherit;
        }




 /* ======================================
  Header / MV / Logo
====================================== */
        .dream__mv img {
          height: auto;
          margin-top: 110px;
        }

        .dream__logo {
          text-align: center;
          margin-bottom: 0;
          padding-block: 10px;
        }

        .dream__infotext {
          text-align: center;
          font-size: 16px;
          color: #fff;
        }

        .butten_area {
          text-align: center;
        }

/* ======================================
  Visual
====================================== */
        .dream__visu {
          padding-bottom: 15px;
        }

        .dream__visuprice {
          font-size: 25px;
          font-weight: 700;
          color: #fff;
          margin: -10px 0 30px;
        }

        .myring-nav {
          position: relative;
        }

        .swiper-button-prev {
          position: absolute;
        }


        .dream__inner {
          margin: 30px 0;
        }





/* ======================================
  Swiper 
====================================== */


        .slide__infocardfigure {
          width: 100%;
        }

        .slide__infocardfigure img {
          object-fit: contain;
          display: block;
          width: 100%;
          height: auto !important;
        }


        .swiper,
        .swiper-container,
        .slider-wrap {
          overflow: hidden;
          max-width: 100%;
        }

        .swiper-container {
          width: 100%;
          height: auto;
        }

        .swiper-slide {
          display: flex;
          justify-content: center;
          align-items: center;
          height: auto;
          flex-direction: column;
        }

        .sp__inner {
          position: relative;
          text-align: center;
        }


/* ─── SLIDER ARROWS（黄色三角）─────────────── */
.arrow-wrap {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 0 4px;
}
.sl-arrow {
width: 0; height: 0;
  background: none; border: none; cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: filter .15s;
  flex-shrink: 0;
}
.sl-arrow.prev {
  border-top:    30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right:  20px solid #f5c800;
  filter: drop-shadow(1px 2px 3px rgba(0,0,0,0.55));
}
.sl-arrow.next {
  border-top:    30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left:   20px solid #f5c800;
  filter: drop-shadow(1px 2px 3px rgba(0,0,0,0.55));
}
.sl-arrow.prev:hover { border-right-color: #ffe040; }
.sl-arrow.next:hover { border-left-color:  #ffe040; }

.sl-arrow:disabled.prev { border-right-color: rgba(180,150,0,.3); cursor: default; }
.sl-arrow:disabled.next { border-left-color:  rgba(180,150,0,.3); cursor: default; }
  
.solo-slider {
  display: flex;
  align-items: center;
}
.solo-slider .sp__inner {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}


/* ======================
 NEW  Swiper
====================== */
.recommend {
  background: url("images/recommend.png") no-repeat center top / cover;
  padding: 30px 20px 40px;
  position: relative;
}

.recommend-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.recommend-title {
  margin: 0 0 10px;
  line-height: 1;
}

.recommend-title img {
  width: 320px;
  max-width: 80%;
  height: auto;
  display: block;
}

.recommend-box {
  background: rgba(35, 146, 109, 0.92);
  border-radius: 36px;
  padding: 32px 30px;
  display: flex;
  align-items: flex-end;
  gap: 24px;
  position: relative;
}

.recommend-character {
  flex: 0 0 250px;
}

.recommend-character img {
  width: 100%;
  height: auto;
  display: block;
}

.recommend-slider-wrap {
  flex: 1;
  min-width: 0;
}

.recommend-slider {
  position: relative;
  padding: 0 42px;
}

.recommend-slider .swiper-slide {
  height: auto;
}

.recommend-card {
  background: #fff;
  padding: 18px 16px 20px;
  min-height: 400px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.recommend-logo {
  margin-bottom: 8px;
}

.recommend-logo img {
  height: 34px;
  width: auto;
  display: block;
}

.recommend-name {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  color: #6b2c07;
  margin: 0;
}

.recommend-price {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  color: #6b2c07;
  margin: 0 0 14px;
}

.recommend-image {
  text-align: center;
  margin: 0 0 16px;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recommend-image img {
  max-width: 100%;
  max-height: 180px;
  width: auto;
  height: auto;
  display: block;
}

.recommend-text {
  font-size: 15px;
  line-height: 1.7;
  font-weight: 700;
  color: #6b2c07;
  margin: 0 0 18px;
}

.recommend-btn {
  margin: auto 0 0;
}

.recommend-btn a {
  display: block;
  text-align: center;
  background: linear-gradient(to bottom, #4e5454 0%, #2d3131 100%);
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  padding: 18px 12px;
  border-radius: 10px;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.15);
}

.recommend-prev,
.recommend-next {
  width: 0;
  height: 0;
  margin-top: -24px;
}

.recommend-prev::after,
.recommend-next::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  font-size: 0;
}

.recommend-prev::after {
  border-top: 34px solid transparent;
  border-bottom: 34px solid transparent;
  border-right: 24px solid #ffe100;
}

.recommend-next::after {
  border-top: 34px solid transparent;
  border-bottom: 34px solid transparent;
  border-left: 24px solid #ffe100;
}

.recommend-prev {
  left: 0;
}

.recommend-next {
  right: 0;
}

@media screen and (max-width: 1024px) {
  .recommend-box {
    padding: 24px 20px;
    gap: 18px;
  }

  .recommend-character {
    flex: 0 0 180px;
  }

  .recommend-name {
    font-size: 24px;
  }

  .recommend-price {
    font-size: 22px;
  }

  .recommend-btn a {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .recommend {
    padding: 20px 12px 28px;
    background-size: cover;
  }

  .recommend-title {
    margin-bottom: 8px;
  }

  .recommend-title img {
    width: 220px;
    max-width: 90%;
  }

  .recommend-box {
    display: block;
    padding: 18px 14px 20px;
    border-radius: 24px;
  }

  .recommend-character {
    width: 130px;
    margin: 0 auto 12px;
  }

  .recommend-slider {
    padding: 0 26px;
  }

  .recommend-card {
    min-height: auto;
    padding: 14px 12px 16px;
  }

  .recommend-logo img {
    height: 24px;
  }

  .recommend-name {
    font-size: 18px;
  }

  .recommend-price {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .recommend-image {
    min-height: 120px;
    margin-bottom: 12px;
  }

  .recommend-image img {
    max-height: 120px;
  }

  .recommend-text {
    font-size: 13px;
    margin-bottom: 14px;
  }

  .recommend-btn a {
    font-size: 18px;
    padding: 14px 10px;
  }

  .recommend-prev::after {
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-right: 16px solid #ffe100;
  }

  .recommend-next::after {
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 16px solid #ffe100;
  }
}



/* ======================================
  GOODS 
====================================== */
        .myring_goods {
          text-align: center;
          margin: 20px 0;
        }

        .myring_goods .pink {
          font-size: 25px;
          margin: 0 0 30px;
        }

        /* a 縺後げ繝ｪ繝�ラ縺ｮ縲�1繧｢繧､繝�Β縲阪↓縺ｪ繧九ｈ縺�↓ */
        .myring_goods .goodsbox a {
          display: block;
          text-decoration: none;
          color: inherit;
        }

        .myring_goods .goodsbox figure.goods_name {
          margin: 0;
        }

        .myring_goods .goodsbox img {
          width: 100%;
          height: auto;
          display: block;
        }

        .myring_goods .goodsbox .nametext {
          margin: 10px 0 0;
          color: #fff;
          line-height: 1.4;
          font-weight: 600;
        }

        .myring_goods .goodsbox .nametext span {
          font-size: 11px;
          margin-bottom: 5px;
          display: inline-block;
        }

/* ======================================
  Responsive (SP)
====================================== */
        @media (max-width:559px) {
          .dream__mv img {
            margin-top: 65px;
          }

          .dream__logo {
            padding-block: 0 5px;
          }

          .dream__logo img {
            width: 325px;
            height: auto;
          }

          .dream__infotext {
            text-align: left;
            margin: 10px 0 0 5px;
            font-size: 16px;
            padding: 0;
            font-weight: normal;
          }

          .dream__wrap {
            background: #000 url(https://gigaplus.makeshop.jp/faves2023/img/paint/sp__bg.webp);
            background-size: contain;
          }

          .dream__visuprice {
            font-size: 16px;
            margin: 10px 0 20px;
          }


          .dretext {
            font-size: 18px;
          }

          .dream__inner {
            padding-top: 0;
            ;
          }


          /* GOODS�售P 2蛻� */
          .myring_goods {
            padding: 0 0 20px;
            margin: 10px 0;
          }

          .myring_goods .goodsbox {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 10px 9px;
            max-width: 100%;
            margin: 10px auto;
            padding: 0 0 20px;
            align-items: start;
          }

          .myring_goods .goodsbox .nametext {
            font-size: 13px;
            margin-top: 8px;
          }

          .stext {
            font-size: 12px;
          }

          .pink {
            width: 100%;
          }

          .recommend {
            display: flex;
            flex-direction: column;
            text-align: center;
            margin: 10px 0;
          }

          .recommend img {
            width: 100%;
          }

          .butten_area a img {
            width: 80%;
          }

          .swiper-container {
            overflow: hidden;
          }

          .blue_title {
            padding: 9px 0 17px;
            font-size: 36px;
          }

        }

/* ======================================
  Responsive (PC)
====================================== */
        @media (min-width:560px) {
          .stext {
            font-size: 16px;
          }

          .dream__infotext {
            margin: 30px;
          }

          .pink {
            padding: 0 35%;
          }

          .recommend {
            display: flex;
            justify-content: center;
            text-align: center;
          }

          .recommend picture,
          .recommend img {
            width: 100%;
            vertical-align: top;
          }

          /* GOODS�啀C 3蛻� */
          .myring_goods .goodsbox {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 40px 30px;
            max-width: 1000px;
            margin: 30px auto;
            padding: 0 100px 40px;
            align-items: start;
          }

          .butten_area a img {
            width: 40%;
          }


          .complete {
            padding: 30px 0;
          }

        }



        /*縺薙％縺ｾ縺ｧ*/
        .product-wrap {
          margin-bottom: 0;
          border: none;
        }

        .swiper-slide img {
          aspect-ratio: 320 / 347.84;
        }



        .myring-nav {
          height: 0;
        }


        .myring_goods .goodsbox .nametext {
          text-align: left;
        }


/* ======================================
  Rec Section（画像背景 + スライダーオーバーレイ）
====================================== */
.rec-section {
  position: relative;
  margin: 30px 0;
  overflow: visible;
}

.rec-bg-img {
  width: 100%;
  height: auto;
  display: block;
}

.rec-slider-overlay {
  position: absolute;
  display: flex;
  align-items: center;
}

/* section 1: キャラ左 → スライダー右エリア */
.rec-section--1 .rec-slider-overlay {
  left: 18%;
  right: 0%;
  top: 14%;
  bottom: 0%;
  width:82%;
}

/* section 2: キャラ右 → スライダー左エリア */
.rec-section--2 .rec-slider-overlay {
  left: -5%;
  right: 0;
  top: 21%;
  bottom: 8%;
  width:82%;
}

/* section 3: キャラなし → 全幅 */
.rec-section--3 .rec-slider-overlay {
  left: -5%;
  right: 0;
  top: 0;
  bottom: 0;
  width:110%;
}

.rec-section--3 .rec-bg-img {
    width: 50%;
  padding-left: 30px;}

.rec-section--3 .rec-slider-overlay{
  position: inherit;
}

.rec-slider-overlay .swiper-container {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  
}
.rec-slider-overlay .swiper-slide {
  width: 28%;
}

/* disabled 矢印 */
.sl-arrow.prev:disabled { border-right-color: rgba(180,150,0,.3); cursor: default; }
.sl-arrow.next:disabled { border-left-color:  rgba(180,150,0,.3); cursor: default; }


.pc1{display:block !important;}
.sp1{display: none !important;}


/* SP */
@media (max-width: 767px) {
  .pc1{
  display: none !important;
}
.sp1{
  display:block !important;
}
  .rec-section--1 .rec-slider-overlay{
    left: 22%;
    right: 2%;
    top: 20%;
    bottom: 3%;
    width: 78%;
  }
   .rec-section--2 .rec-slider-overlay {
    left: 2%;
    right: 22%;
    top: 20%;
    bottom: 3%;
     width: 78%;}
  
.sl-arrow.prev{
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 10px solid #f5c800;
   filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.55));}
.sl-arrow.next {
  border-top:    20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left:   10px solid #f5c800;
  filter: drop-shadow(1px 2px 3px rgba(0,0,0,0.55));
}

}


@media (max-width: 599px) {
.pc1{
  display: none !important;
}
.sp1{
  display:block !important;
}
  
.solo__wrap {
  padding: 20px;}
.solo__infotext{
 font-size: 0.9rem;}
.solo__infocardfigure img {
  width: 50%;
  margin:inherit;}  
  .ujack-title {
    font-size: 1rem;}
  .ujack-text p {
    font-size: 1rem;}
  
  .rec-slider-overlay .swiper-slide {
  width: 10%;
     
}
  .rec-section--1 .rec-slider-overlay {
    left: 18%;
    right: 0%;
   top: 17%;
   bottom: 3%;
    width:90%;
  }
  .rec-section--2 .rec-slider-overlay {
    left: -8%;
    right: 0%;
    top: 14%;
    bottom: 0%;
   width:90%;}
  
  .slide3{
  z-index: 10;}
  .rec-section--3 .rec-slider-overlay {
    top:-10px;
    z-index: 5;
  }
.ujack-credit{
  font-size: 12px;
  padding: 50px 0 10px;}
  
}