@charset "UTF-8";

/*----------------------------------------------------------------------------
      共通css
-----------------------------------------------------------------------------*/
header .rightTxt:before, 
.l-header__sitename:before, 
.l-header-sitename:before,
.sitename:before,

/* oki_20220509 */
    .kanren {
      border: 2px solid #ec8081;
      padding: 20px;
      margin: 30px auto;
      position: relative;
      box-sizing: border-box;
      z-index: 0;
      width: 1000px;
  }
  .midasi {
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 15px;
  }
  .kanren br {
      display: none;
  }

  .kanren ul li{
    padding: 0 0 0 25px;
    position: relative;
    padding-bottom: 5px;
  }

  .kanren ul li::before {
    content: '';
    display: block;
    background: #FDD825;
    border-radius: 50%;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    position: absolute;
  }

 section.l-parts03.makeyourown {
      margin-bottom: 8rem;
      background-color: #fff;
  }

  section.l-parts03 .l-section-inner.type-makeyourown {
      max-width: 1000px;
      margin: 0 auto;
      padding-top: 9rem;
      position: relative;
      background: none;
  }

  section.l-parts03 .l-section-inner.type-makeyourown::before {
      content: "";
      position: absolute;
      width: 1000px;
      height: 130px;
      top: 0;
      max-width: 1000px;
      margin: 0 auto;
      padding-top: 9rem;
      background: url(img/bg_deco_sticker_pe.png) no-repeat left center, url(img/bg_deco_sticker_dae.png) no-repeat right center;
      filter: drop-shadow(3px 3px 3px #ccc);
  }
  .l-common-title.type-makeyourown::before {
      background: url(https://www.label-palette.net/wp/wp-content/uploads/makeyourown.png) no-repeat center center;
	      top: -50px;
  }

  .l-common-title.type-makeyourown {
      width: 750px;
      margin: 0 auto;
      padding: 0;
      display: block;
      background-size: 17px 5px;
      color: #000000;
      text-decoration: none;
  }


  section.l-parts03.makeyourown h3 {
      margin: 6rem auto 3rem;
      padding: 0.5rem;
      background: #FDD3D3;
      background-size: auto 4px;
      font-size: 2.6rem;
      font-weight: bold;
      line-height: 1.4;
      position: relative;
      color: #333;
  }



section.l-parts03.feature {
      margin-bottom: 8rem;
      background-color: #fff;
  }

  section.l-parts03 .l-section-inner.type-feature {
      max-width: 1000px;
      margin: 0 auto;
      padding-top: 9rem;
      position: relative;
      background: none;
  }

  section.l-parts03 .l-section-inner.type-feature::before {
      content: "";
      position: absolute;
      width: 1000px;
      height: 130px;
      top: 0;
      max-width: 1000px;
      margin: 0 auto;
      padding-top: 9rem;
      background: url(img/bg_deco_taishou.png) no-repeat left center, url(img/bg_deco_sticker_dae.png) no-repeat right center;
      filter: drop-shadow(3px 3px 3px #ccc);
  }
  .l-common-title.type-feature::before {
      background: url(https://www.label-palette.net//wp/wp-content/uploads/feature.png) no-repeat center center;
	      top: -50px;
  }

  .l-common-title.type-feature {
      width: 750px;
      margin: 0 auto;
      padding: 0;
      display: block;
      background-size: 17px 5px;
      color: #000000;
      text-decoration: none;
  }


  section.l-parts03.feature h3 {
      margin: 6rem auto 3rem;
      padding: 0.5rem;
      background: #FDD3D3;
      background-size: auto 4px;
      font-size: 2.6rem;
      font-weight: bold;
      line-height: 1.4;
      position: relative;
      color: #333;
  }



  section.l-parts03.point {
      margin-bottom: 8rem;
      background-color: #fff;
  }

  section.l-parts03 .l-section-inner.type-point {
      max-width: 1000px;
      margin: 0 auto;
      padding-top: 9rem;
      position: relative;
      background: none;
  }

  section.l-parts03 .l-section-inner.type-point::before {
      content: "";
      position: absolute;
      width: 1000px;
      height: 130px;
      top: 0;
      max-width: 1000px;
      margin: 0 auto;
      padding-top: 9rem;
      background: url(img/bg_deco_sticker_pe.png) no-repeat left center, url(img/bg_deco_retro.png) no-repeat right center;
      filter: drop-shadow(3px 3px 3px #ccc);
  }
  .l-common-title.type-point::before {
      background: url(https://www.label-palette.net//wp/wp-content/uploads/point.png) no-repeat center center;
	      top: -50px;
  }

  .l-common-title.type-point {
      width: 750px;
      margin: 0 auto;
      padding: 0;
      display: block;
      background-size: 17px 5px;
      color: #000000;
      text-decoration: none;
  }


  section.l-parts03.point h3 {
      margin: 6rem auto 3rem;
      padding: 0.5rem;
      background: #FDD3D3;
      background-size: auto 4px;
      font-size: 2.6rem;
      font-weight: bold;
      line-height: 1.4;
      position: relative;
      color: #333;
  }








  /* アコーディオンのときに下記追加 */
  .readmore-content {
      position: relative;
      overflow: hidden;
      height: 100px;
  }
  .readmore-content::before {
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      content: "";
      /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
      height: 50px;
      z-index: 1;
      background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
      background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
  }

  /* 続きを読むボタン */
  .readmore-label{
      display: table;
      bottom: 5px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      margin: 5px auto;
      z-index: 2;
      padding: 6px 15px;
      /* background-color: #ff7777; */
      background-color: #48c893;
      border-radius: 20px;
      color: #FFF;
  }
  .readmore-label:before{
      content: "\7D9A\304D\3092\8AAD\3080";
  }

  .readmore-check{
      display: none;
  }
  /*チェック時にボタンを非表示*/
  .readmore-check:checked ~ .readmore-label{
      position: static;
      transform: translateX(0);
      -webkit-transform: translateX(0);
      /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
      /* display: none; */
  }
  .readmore-check:checked ~ .readmore-label:before{
      content: "\9589\3058\308B";
  }
  /*チェック時に高さを自動に戻す*/
  .readmore-check:checked ~ .readmore-content{
      height: auto;
  }
  /*チェック時グラデーション等を削除*/
  .readmore-check:checked ~ .readmore-content::before {
      display: none;
  }

  /* oki_20220509 */

.l-common-title {
    color: #000000;
}




/*--------------------------------------
  Slider
---------------------------------------*/
.slider-area-horizontal {
    max-width: 740px;
    margin: 0px auto 3rem;
  }
  
  .slider-area-horizontal .slider-for-horizontal {
    padding: 0;
    display: flex;
    justify-content: unset;
    align-items: unset;
  }
  
  .slider-area-horizontal .slider-for-horizontal div {
    padding: 0;
    background: none;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
  }
  
  .slider-area-horizontal .slider-for-horizontal .slick-slide {
    flex-flow: column;
  }
  
  .slider-area-horizontal .slider-for-horizontal div img {
    margin: auto;
    max-width: 100%;
  }
  
  .slider-area-horizontal .slider-nav-horizontal .slick-track {
    height: 100px;
  }
  
  .slider-area-horizontal .slick-slider .slick-slide {
    padding: 0 .2rem;
  }
  
  .slider-area-horizontal .slider-nav-horizontal img {
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 1;
    cursor: pointer;
  }
  
  .slider-area-horizontal .slider-nav-horizontal img:hover {
    opacity: .6;
    cursor: pointer;
  }
  
  .slider-area-horizontal .caption {
    width: 90%;
    line-height: 1.4rem;
  }
  
  .slider-area-horizontal .slick-prev,
  .slider-area-horizontal .slick-next {
    top: calc(50% - 25px);
    width: 40px;
    height: 40px;
    background: #666;
    border-radius: 50%;
    box-shadow: 0px 0px 5px 0px #d4d4d4;
    position: absolute;
    overflow: hidden;
    z-index: 1;
  }
  
  .slider-area-horizontal .slick-prev {
    left: 0px;
  }
  
  .slider-area-horizontal .slick-next {
    right: 0px;
  }
  
  .slider-area-horizontal .slick-next::before,
  .slider-area-horizontal .slick-prev::before {
    content: '';
    left: 0;
    right: 0;
    display: block;
    width: 10px;
    height: 10px;
    margin: 1.4rem auto;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    opacity: 1;
  }
  
  .slider-area-horizontal .slick-prev::before {
    transform: rotate(135deg);
    margin-left: 16px;
  }
  
  .slider-area-horizontal .slick-next::before {
    transform: rotate(-45deg);
    margin-right: 16px;
  }
  
  .category_links{
    margin: 3rem 0;
    padding: 1rem 1.5rem;
    background: url(img/bg_h3_low.png) bottom left repeat-x;
    font-size: 3rem;
    font-weight: bold;
    color: #000000;
    line-height: 1.4;
    position: relative;
    z-index: 5;
  }
  .caption, .caption a {
      font-size: 12px;
      text-decoration: none;
  }
  
h4 {
    margin: 4rem 0 2rem;
    font-weight: bold;
    color: #F26161;
    line-height: 1.4;
    font-size: 2.6rem;
}









/*----------------------------------------------------------------------------
      SPサイトcss
-----------------------------------------------------------------------------*/
  
  @media screen and (max-width: 599px) {
  /*/////////////SP用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
    /* slider
    ----------------------------------------------------*/
    .slider-area-horizontal {
      width: 95%;
      margin: 0 auto 4rem;
    }
    .slider-area-horizontal .slider-for-horizontal div img {
      max-width: 98%;
      width: auto;
      height: 210px;
    }
    .slider-area-horizontal .slider-for-horizontal span {
      display: block;
      font-size: 1.0rem;
      line-height: 1.5;
      text-align: center;
      color: #999;
    }
    .slider-area-horizontal .slick-prev,
    .slider-area-horizontal .slick-next {
      top: 41%;
    }
    .slider-area-horizontal .slick-prev::before {
      margin: 0.8rem 1rem;
      width: 8px;
      height: 8px;
    }
    .slider-area-horizontal .slick-next::before {
      margin-right: 10px;
      margin: 0.8rem 0 0.8rem 0.6rem;
      width: 8px;
      height: 8px;
    }
    .slider-area-horizontal .slick-prev,
    .slider-area-horizontal .slick-next {
      width: 25px;
      height: 25px;
      top: calc(50% - 20px);
      margin: 1rem auto;
    }
    .slider-area-horizontal .slider-nav-horizontal {
      margin: 0 auto;
      width: 100%;
      padding: 0;
    }
    .slider-area-horizontal .slider-nav-horizontal img {
      height: 100%;
      margin: 0 auto;
      max-width: unset;
    }
    .slider-area-horizontal .slider-nav-horizontal div {
      padding: 0;
      background: none;
    }
    .slider-area-horizontal .slider-nav-horizontal .slick-track {
      height: auto;
    }
    .slider-area-horizontal .slider-nav-horizontal .slick-slide {
      outline: none;
      cursor: pointer;
      margin: 0 .5rem;
      height: 50px;
    }
  .category_links{
      font-size: 2rem;
    }


    section.l-parts03.makeyourown {
        margin-bottom: 4rem;
        background-color: #fff;
        background-size: 9rem;
    }

    section.l-parts03 .l-section-inner.type-makeyourown {
        max-width: 1000px;
        margin: 0 auto;
        padding-top: 9rem;
        background-position: 0px 25px;
        background-size: 25%;
    }
    section.l-parts03 .l-section-inner.type-makeyourown::before {
        width: 100%;
        background-size: auto 11rem;
        top: -4rem;
    }
    .l-common-title.makeyourown {
        width: 100%;
        margin: 0 auto;
        padding: 0 3rem;
        display: block;
        background-size: 17px 5px;
        color: #000000;
        text-decoration: none;
    }

    section.l-parts03.makeyourown h3 {
        font-size: 1.8rem;
    }
	  .l-common-title.type-makeyourown {
    width: fit-content;
    padding-top: 5rem;
}
	  .l-common-title.type-makeyourown::before {
    background: url(https://www.label-palette.net/wp/wp-content/uploads/makeyourown.png) no-repeat center center;
    top: 15px;
}
    .kanren {
      width: 90%;
    }
h4 {
    font-size: 1.8rem;
    margin: 2rem 0 1rem;
}	  
	  
	  
	  
	  
	  
    
  }