    /*↓プチギフトページ*/

.petitgift {
  text-align: center;
}

.petitgift h2 {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

.petitgift h3 {
  font-weight: bold;
  border-bottom: solid 1px #333;
  margin: 0 350px;
}

.petitgift h2::before {
  content: url(https://tranparan.itembox.design/item/petit_h2_bg1.png);
  margin-right: 20px;
}
.petitgift h2::after {
  content: url(https://tranparan.itembox.design/item/petit_h2_bg2.png);
  margin-left: 20px;
}

.petitgift p {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 3rem;
}

.petitgift img {
  vertical-align: top;
}

.petit_text1 {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}

.petit_text2 {
  margin-bottom: 10rem;
  background-color: #e6e6e6;
  padding: 1rem 0;
}

.petit_container {
  list-style: none;
  display: flex;
  justify-content: space-around;
  margin-bottom: 10rem;
  flex-wrap: wrap;
}

.petit_container p {
  font-size: 1.8rem;
  letter-spacing: 0;
  margin: 0;
}

.petit_item {
  flex-basis: 28%;
  margin-top: 2rem;
}

.cart_container {
  list-style: none;
  display: flex;
  flex-direction: column;
}

.cart_item {
  padding: 1rem 0;
}

.petitgift_banner img {
  width: 80%;
  margin-bottom: 5rem;
}

@media screen and (max-width: 599px) {
  .petitgift h2 {
    font-size: 1.1rem;
  }

  .petitgift h3 {
    margin: 0 90px;
  }

  .petitgift h2::before {
    content: url(https://tranparan.itembox.design/item/petit_h2_bg1_sp.png);
    margin-right: 15px;
  }
  .petitgift h2::after {
    content: url(https://tranparan.itembox.design/item/petit_h2_bg2_sp.png);
    margin-left: 15px;
  }

  .petitgift p {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 2rem;
  }

  .petit_text1 {
  }

  .petit_text2 {
    margin-bottom: 5rem;
  }

  .petit_container {
    margin-bottom: 5rem;
  }

  .petit_container p {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .petit_item {
    flex-basis: 45%;
    margin-top: 4rem;
  }

  .cart_item {
    padding: 0.4rem 0;
  }
}

@media screen and (min-width: 650px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}

/*↓ギフトトップページ*/

    .gift_top {
      text-align: center;
    }
    .gifttop_fv {
      margin-bottom: 15rem;
    }
    .gifttop_fv p {
      font-size: 1.5rem;
      font-weight: bold;
      letter-spacing: 0.1rem;
      line-height: 3rem;
    }
  
    .gifttop_event {
      margin-bottom: 10rem;
    }
  
    .gifttop_event h2{
      font-weight: bold;
      font-size: 2rem;
      margin-bottom: 4rem;
    }
  
    .gifttop_event h2::before {
      content: url(https://tranparan.itembox.design/item/petit_h2_bg1.png);
      margin-right: 20px;
    }
  
    .gifttop_event h2::after {
      content: url(https://tranparan.itembox.design/item/petit_h2_bg2.png);
      margin-left: 20px;
    }
  
    .gifttop_scene {
      margin-bottom: 10rem;
    }
  
    .gifttop_scene h2{
      font-weight: bold;
      font-size: 2rem;
      margin-bottom: 4rem;
    }
  
    .gifttop_scene h2::before {
      content: url(https://tranparan.itembox.design/item/petit_h2_bg1.png);
      margin-right: 20px;
    }
  
    .gifttop_scene h2::after {
      content: url(https://tranparan.itembox.design/item/petit_h2_bg2.png);
      margin-left: 20px;
    }
  
    .gifttop_product {
      margin-bottom: 10rem;
    }
  
    .gifttop_product h2{
      font-weight: bold;
      font-size: 2rem;
      margin-bottom: 4rem;
    }
  
    .gifttop_product h2::before {
      content: url(https://tranparan.itembox.design/item/petit_h2_bg1.png);
      margin-right: 20px;
    }
  
    .gifttop_product h2::after {
      content: url(https://tranparan.itembox.design/item/petit_h2_bg2.png);
      margin-left: 20px;
    }
  
    .gifttop_price {
      margin-bottom: 10rem;
    }
  
    .gifttop_price h2{
      font-weight: bold;
      font-size: 2rem;
      margin-bottom: 4rem;
    }
  
    .gifttop_price h2::before {
      content: url(https://tranparan.itembox.design/item/petit_h2_bg1.png);
      margin-right: 20px;
    }
  
    .gifttop_price h2::after {
      content: url(https://tranparan.itembox.design/item/petit_h2_bg2.png);
      margin-left: 20px;
    }
  
    .gifttop_ranking {
      margin-bottom: 1rem;
    }
  
    .gifttop_ranking h2{
      font-weight: bold;
      font-size: 2rem;
      margin-bottom: 4rem;
    }
  
    .gifttop_ranking h2::before {
      content: url(https://tranparan.itembox.design/item/petit_h2_bg1.png);
      margin-right: 20px;
    }
  
    .gifttop_ranking h2::after {
      content: url(https://tranparan.itembox.design/item/petit_h2_bg2.png);
      margin-left: 20px;
    }
  
    .gifttop_recommend {
      margin-bottom: 1rem;
    }
  
    .gifttop_recommend h2{
      font-weight: bold;
      font-size: 2rem;
      margin-bottom: 4rem;
    }
  
    .gifttop_recommend h2::before {
      content: url(https://tranparan.itembox.design/item/petit_h2_bg1.png);
      margin-right: 20px;
    }
  
    .gifttop_recommend h2::after {
      content: url(https://tranparan.itembox.design/item/petit_h2_bg2.png);
      margin-left: 20px;
    }
  
    .gifttop_container1 {
      list-style: none;
      display: flex;
      justify-content: space-evenly;
      margin-bottom: 1.5rem;
      flex-wrap: wrap;
    }
  
    .gifttop_container2 {
      list-style: none;
      display: flex;
      justify-content: space-evenly;
      margin-bottom: 1.5rem;
      flex-wrap: wrap;
	  align-items: flex-end;
    }
  
    .gifttop_item {
      flex-basis: 30%;
    }
  
    .gifttop_item2 {
      flex-basis: 46.5%;
    }
  
    .gifttop_item3 {
      margin-right: 1.5rem;
      margin-left: 1.5rem;
    }
  
    .gifttop_item4 {
      flex-basis: 28%;
      margin-bottom: 2rem;
      background-color: #c0c0c0;
      border-radius: 1rem;
      padding: 1.2rem;
      box-shadow: 0.2rem 0.2rem 0.2rem #9c9c9c;
    }
  
    .gifttop_item4 p {
      font-size: 2.5rem;
      font-weight: bold;
      color: #f6f7f8;
    }
  
    @media screen and (max-width: 599px) {
      .gifttop_fv p {
        font-size: 1rem;
        letter-spacing: 0;
        line-height: 2rem;
      }
  
      .gifttop_fv {
        margin-bottom: 5rem;
      }
  
      .gifttop_event {
        margin-bottom: 5rem;
      }
  
      .gifttop_event h2 {
        font-size: 1.2rem;
        margin-bottom: 1rem;
      }
  
      .gifttop_event h2::before {
        content: url(https://tranparan.itembox.design/item/petit_h2_bg1_sp.png);
        margin-right: 15px;
      }
  
      .gifttop_event h2::after {
        content: url(https://tranparan.itembox.design/item/petit_h2_bg2_sp.png);
        margin-left: 15px;
      }
  
      .gifttop_scene {
        margin-bottom: 5rem;
      }
  
      .gifttop_scene h2 {
        font-size: 1.3rem;
        margin-bottom: 1rem;
      }
  
      .gifttop_scene h2::before {
        content: url(https://tranparan.itembox.design/item/petit_h2_bg1_sp.png);
        margin-right: 15px;
      }
  
      .gifttop_scene h2::after {
        content: url(https://tranparan.itembox.design/item/petit_h2_bg2_sp.png);
        margin-left: 15px;
      }
  
      .gifttop_product {
        margin-bottom: 5rem;
      }
  
      .gifttop_product h2 {
        font-size: 1.3rem;
        margin-bottom: 1rem;
      }
  
      .gifttop_product h2::before {
        content: url(https://tranparan.itembox.design/item/petit_h2_bg1_sp.png);
        margin-right: 15px;
      }
  
      .gifttop_product h2::after {
        content: url(https://tranparan.itembox.design/item/petit_h2_bg2_sp.png);
        margin-left: 15px;
      }
  
      .gifttop_price {
        margin-bottom: 5rem;
      }
  
      .gifttop_price h2 {
        font-size: 1.3rem;
        margin-bottom: 1rem;
      }
  
      .gifttop_price h2::before {
        content: url(https://tranparan.itembox.design/item/petit_h2_bg1_sp.png);
        margin-right: 15px;
      }
  
      .gifttop_price h2::after {
        content: url(https://tranparan.itembox.design/item/petit_h2_bg2_sp.png);
        margin-left: 15px;
      }
  
      .gifttop_ranking {
        margin-bottom: 5rem;
      }
  
      .gifttop_ranking h2 {
        font-size: 1.3rem;
        margin-bottom: 1rem;
      }
  
      .gifttop_ranking h2::before {
        content: url(https://tranparan.itembox.design/item/petit_h2_bg1_sp.png);
        margin-right: 15px;
      }
  
      .gifttop_ranking h2::after {
        content: url(https://tranparan.itembox.design/item/petit_h2_bg2_sp.png);
        margin-left: 15px;
      }
  
      .gifttop_recommend {
        margin-bottom: 5rem;
      }
  
      .gifttop_recommend h2 {
        font-size: 1.3rem;
        margin-bottom: 1rem;
      }
  
      .gifttop_recommend h2::before {
        content: url(https://tranparan.itembox.design/item/petit_h2_bg1_sp.png);
        margin-right: 15px;
      }
  
      .gifttop_recommend h2::after {
        content: url(https://tranparan.itembox.design/item/petit_h2_bg2_sp.png);
        margin-left: 15px;
      }
  
      .gifttop_item4 p {
        font-size: 1.1rem;
      }
  
      .gifttop_item4 {
      margin-bottom: 1.5rem;
      padding: 0.5rem;
      flex-basis: 45%;
    }
    }


  /*ここからシーン別ギフトページ*/
  .scenegift_rec {
    margin-bottom: 12rem;
    text-align: center;
  }

  .scenegift_rec h2 {
    padding-bottom: 0.5rem;
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #f5a319;
  }

  .scenegift_product {
    text-align: center;
  }

  .scenegift_product h2 {
    padding-bottom: 0.5rem;
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #f5a319;
  }

  .scenegift h2 {
  }

  .scenegift p {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    line-height: 3rem;
  }

  .scenegift img {
    vertical-align: top;
  }

  .scene_text1 {
    margin-top: 5rem;
    margin-bottom: 12rem;
    text-align: center;
  }

  .scene_text2 {
    margin-bottom: 10rem;
    background-color: #e6e6e6;
    padding: 1rem 0;
  }

  .scene_container {
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 3rem;
    flex-wrap: wrap;
  }

  .scene_container2 {
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    margin: 0 5rem 3rem 5rem;
    flex-wrap: wrap;
	align-items:flex-end;
  }

  .scene_container p {
    font-size: 1.4rem;
    letter-spacing: 0;
    margin: 0;
    color: #111;
  }

  .scene_item {
    flex-basis: 30%;
    margin-top: 2rem;
  }

  .scene_item2 {
    flex-basis: 23%;
    margin-top: 2rem;
  }

  .scene_item3 {
    flex-basis: 27%;
    margin-top: 2rem;
  }

  .cart_container {
    list-style: none;
    display: flex;
    flex-direction: column;
  }

  .rec_item {
    padding: 0.5rem 0;
  }

  .scene_item h3 {
    text-align: left;
    margin: 0;
    font-size: 1.6rem;
    font-weight: bold;
  }

  .scene_item p {
    text-align: left;
    line-height: 2rem;
    font-weight: normal;
  }

  .scene_item button {
    border: none;
    background-color: #a59476;
    border-radius: 1rem;
    padding: 0.2rem 3rem;
    box-shadow: 0.2rem 0.2rem 0.2rem #9c9c9c;
    margin-top: 1rem;
  }

  .scene_item span {
    color: white;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }

  .scene_item2 h3 {
    text-align: left;
    margin: 0;
    font-size: 1.6rem;
    font-weight: bold;
  }

  .scene_item2 button {
    border: none;
    background-color: #a59476;
    border-radius: 1rem;
    padding: 0.2rem 3rem;
    box-shadow: 0.2rem 0.2rem 0.2rem #9c9c9c;
    margin-top: 1rem;
  }

  .scene_item2 span {
    color: white;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }

  .scenegift_banner img {
    width: 80%;
    margin-bottom: 5rem;
  }

  .slide_sec {
    text-align: center;
    margin-top: 8rem;
  }

  .slide_sec h3 {
    font-size: 2rem;
    font-weight: bold;
  }

  .slide_sec h3::before {
    content: url(https://tranparan.itembox.design/item/petit_h2_bg1.png);
    margin-right: 5rem;
  }

  .slide_sec h3::after {
    content: url(https://tranparan.itembox.design/item/petit_h2_bg2.png);
    margin-left: 5rem;
  }

  .slide_sec p {
    font-size: 1.5rem;
  }

  .slide_intr {
    margin: 2rem 10rem 1rem 10rem;
    padding: 0.5rem 0;
    background-color: #f2e9da;
    border-radius: 1rem;
  }

  .triangle_gift {
    margin: 1rem auto 3rem;
    width: 0;
    height: 0;
    border-right: 1.5rem solid transparent;
    border-left: 1.5rem solid transparent;
    border-top: 2rem solid #f2e9da;
  }

  .trivia {
    background-color: #f2e9da;
    text-align: center;
    padding: 3em 0;
    border-radius: 10px;
    margin:8rem 0 10rem 0;
  }

  .sensyutrivia {
    background-color: #d1d8d9;
    text-align: center;
    padding: 3em 0;
    border-radius: 10px;
    margin:8rem 0 10rem 0;
  }

  .trivia img {
    width: 10%;
  }

  .trivia_map img {
    width: 30%;
  }

  .sensyutrivia img {
    width: 10%;
  }

  .sensyutrivia_map img {
    width: 30%;
  }
  
  .triviaposition{
  }


  .accordion-area {
    list-style: none;
    width: 96%;
    max-width: 680px;
    margin: 0 auto;
  }
  .accordion-area li {
    margin: 15px 0;
  }
  .accordion-area section {
    background-color: #fff;
    padding: 1rem 3rem;
  }
  /*アコーディオンタイトル*/
  .search_title {
    position: relative;
    /*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    padding: 0.7em 0;
    transition: all 0.5s ease;
    margin: 0;
    text-align: left;
    font-size: 1.5rem;
    font-weight: bold;
  }
  /*アイコンの＋と×*/
  .search_title::before,
  .search_title::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    background-color: #818181;
  }
  .search_title::before {
    top: 48%;
    right: 30px;
    transform: rotate(0deg);
  }
  .search_title::after {
    top: 48%;
    right: 30px;
    transform: rotate(90deg);
  }
  /*　closeというクラスがついたら形状変化　*/
  .search_title.close::before {
    transform: rotate(45deg);
  }
  .search_title.close::after {
    transform: rotate(-45deg);
  }
  /*アコーディオンで現れるエリア*/
  .search_box {
    display: none;
    /*はじめは非表示*/
    padding: 0.8em 0;
    text-align: left;
    border-top: 1px solid #f2e9da;
  }
  .search_box p {
    line-height: 1.8;
    text-align: left;
    vertical-align: top;
    font-size: 95%;
    font-weight: normal;
  }

  .trivia h3 {
    font-weight: bold;
    margin-bottom: 4rem;
  }

  .sensyutrivia h3 {
    font-weight: bold;
    margin-bottom: 4rem;
  }

  .scenegift_service {
    text-align: center;
  }

  .scenegift_service h2 {
    padding-bottom: 0.5rem;
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #f5a319;
  }

  .ser_container {
    display: flex;
    margin: 5rem 3rem 5rem 3rem;
  }

  .ser_item1 {
    flex-basis: 30%;
    margin-right: 3rem;
  }

  .ser_item2 {
    flex-basis: 70%;
    text-align: left;
  }

  .ser_item2 h3 {
    font-size: 1.7rem;
    font-weight: bold;
  }

  .ser_item2 p {
    font-size: 1.5rem;
    font-weight: normal;
  }

  .ser_item2 button {
    border: none;
    background-color: #a59476;
    border-radius: 1rem;
    padding: 0.2rem 3rem;
    box-shadow: 0.2rem 0.2rem 0.2rem #9c9c9c;
    margin-top: 1rem;
  }

  .ser_item2 span {
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
  }

  .ser_banner {
    margin: 8rem;
  }

  .ser_banner img {
    margin-bottom: 3rem;
  }

  @media screen and (max-width: 599px) {
    .scenegift h2 {
      font-size: 1.6rem;
    }

    .scenegift p {
      font-size: 1.3rem;
      letter-spacing: 0;
    }

    .scene_text1 {
      margin-top: 4rem;
      margin-bottom: 6rem;
    }

    .scene_text2 {
      margin-bottom: 5rem;
    }

    .scene_container {
      margin-bottom: 2rem;
    }

    .scene_container2 {		
      margin-bottom: 2rem;
    }

    .scene_container p {
      font-size: 1.3rem;
      line-height: 1.5rem;
    }

    .scene_item {
      flex-basis: 70%;
      margin-top: 1rem;
    }

    .scene_item2 {
      flex-basis: 40%;
      margin-top: 2rem;
    }

    .scene_item2 h3 {
      font-size: 1.4rem;
    }

    .scene_item2 span {
      font-size: 1.5rem;
    }

    .rec_item {
      padding: 0.4rem 0;
    }

    .scene_item button {
      padding: 0.2rem 2rem;
      box-shadow: 0.2rem 0.2rem 0.2rem #9c9c9c;
    }

    .cart_container {
      margin-bottom: 3rem;
    }

    .trivia {
      margin: 5rem 0 7rem 0;
    }

    .sensyutrivia {
      margin: 5rem 0 7rem 0;
    }

    .trivia img {
      width: 15%;
    }

    .trivia_map img {
      width: 30%;
    }

    .sensyutrivia img {
      width: 15%;
    }

    .sensyutrivia_map img {
      width: 30%;
    }

    .slide_sec {
      margin-top: 5rem;
    }

    .slide_sec h3 {
      font-size: 1.6rem;
    }

    .slide_intr {
      margin: 2rem 1rem 1rem 1rem;
      padding: 0.5rem 0.5rem;
    }

    .slide_sec h3::before {
      content: url(https://tranparan.itembox.design/item/petit_h2_bg1_sp.png);
      margin-right: 2rem;
    }

    .slide_sec h3::after {
      content: url(https://tranparan.itembox.design/item/petit_h2_bg2_sp.png);
      margin-left: 2rem;
    }

    .ser_container {
      flex-wrap: wrap;
      justify-content: space-around;
      margin: 4rem 0;
    }

    .ser_item1 {
      flex-basis: 70%;
      margin: 0;
    }

    .ser_item2 p {
      font-size: 1.4rem;
      margin: 0;
    }

    .ser_item2 h3 {
      margin: 1rem 0 1rem 0;
    }

    .ser_banner {
      margin: 10rem 1rem;
    }
  }


  /* ↓お名前刺繍ページ */

  .namepage h3 {
    font-size: 26px;
    font-weight: bold;
    display: inline-block;
    border-bottom: solid 1px;
    padding: 0 24px 0;
  }

  .name_topic {
    text-align: center;
  }

  .name_intro p {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 50px 0 80px;
  }

  .name_rc h3 {
    margin: 50px 0;
  }

  .rc_container {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap-reverse;
  }

  .rc_item1 {
    flex-basis: 46%;
  }

  .rc_item2 {
    flex-basis: 46%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .rc_item2 h4 {
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0;
  }

  .rc_item2 p {
    font-size: 18px;
  }

  .rc_container2 {
    display: flex;
    justify-content: space-evenly;
    margin: 10px 0 120px;
  }

  .rc_item3 {
    flex-basis: 30%;
  }

  .rc_item4 {
    flex-basis: 30%;
  }

  .rc_item5 {
    flex-basis: 30%;
  }

  .name_flow {
    border-radius: 30px;
    background-color: #eae3dc;
    padding: 50px 50px;
  }

  .name_content {
    background-color: white;
    border-radius: 30px;
    padding: 30px;
    margin: 0 0 30px;
  }

  .name_content h4 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 20px;
  }

  .name_content h5 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 20px;
  }

  .name_content p {
    font-size: 16px;
    margin: 10px 20px;
  }

  .name_content img {
    width: 70%;
  }

  .name_img {
    text-align: center;
  }

  .name_expl {
    text-align: right;
  }

  .name_expl p {
    font-size: 18px;
    font-weight: bold;
    color: #c30e24;
  }

  .name_caution {
    border-radius: 30px;
    padding: 50px 50px;
  }

  .name_note {
    border: #c30e24 solid;
    border-radius: 30px;
    padding: 30px;
    margin: 0 0 30px;
  }

  .name_note h4 {
    font-size: 24px;
    font-weight: bold;
    color: #c30e24;
    margin: 5px 20px 0;
  }

  .name_note ul {
    padding-left: 40px;
    margin: 10px 0 0 0;
    font-size: 16px;
  }

  .name_note li {
    margin-bottom: 5px;
  }

  .rc_container3 {
    display: flex;
    justify-content: space-evenly;
    margin: 10px 0 30px;
    flex-wrap: wrap;
  }

  .name_sample p {
    font-size: 16px;
  }

  .rc_container3 p {
    line-height: 30px;
  }

  .rc_item6 {
    flex-basis: 30%;
    position: relative;
  }

  .rc_item6 h4{ 
  margin: 10px 0;
  line-height: 20px;
}

.rank_icon{
  text-align: center;
  width: 8%;
  margin: 3em auto 0;
}

.ranking{
  position: absolute;
  top: -10px;
  left: 0px;
  padding: 0.1em 1em;
  background-color: #ffeb3b;
  font-weight: bold;
  font-size: 90%;
}

  @media (max-width: 768px) {
    .namepage h3 {
      font-size: 18px;
    }

    .name_intro p {
      font-size: 14px;
      margin: 30px 0 50px;
    }

    .rc_item1 {
      flex-basis: 95%;
    }

    .rc_item2 {
      flex-basis: 95%;
    }

    .name_rc h3 {
      margin: 0 0 30px;
    }

    .rc_item2 h4 {
      font-size: 16px;
      margin: 0;
    }

    .rc_item2 p {
      font-size: 14px;
      margin: 0.5rem 0;
    }

    .rc_container2 {
      margin: 10px 0 60px;
    }

    .name_flow {
      padding: 25px;
      border-radius: 20px;
    }

    .name_content {
      padding: 15px;
      border-radius: 20px;
    }

    .name_content h4 {
      font-size: 16px;
    }

    .name_content h5 {
      font-size: 16px;
    }

    .name_content p {
      font-size: 14px;
    }

    .name_expl p {
      font-size: 10px;
    }

    .name_caution {
      padding: 25px;
      border-radius: 20px;
    }

    .name_note h4 {
      font-size: 16px;
    }

    .name_note {
      border-radius: 20px;
      padding: 15px;
    }

    .name_note ul {
      padding-left: 35px;
      margin: 5px 0 0 0;
      font-size: 14px;
    }

    .rc_item6 {
      flex-basis: 47%; /* 約半分の幅（2列表示） */
    }

    .rc_container3 p {
      line-height: 20px;
    }

    .name_sample p {
      font-size: 14px;
    }
  }

  @media screen and (min-width: 650px) {
    .br-pc {
      display: block;
    }
    .br-sp {
      display: none;
    }
  }
  @media screen and (max-width: 650px) {
    .br-pc {
      display: none;
    }
    .br-sp {
      display: block;
    }
  }



/* ↓お年賀・粗品ページ */

    #soshina {
    width: 100%;
    font-family: "游ゴシック";
    text-align: center;
  }
  .trivia {
    margin: 0 0 50px 0;
    background-color: #e6dcdd;
    padding: 40px;
    border-radius: 30px;
  }
  .trivia img {
    width: 7%;
  }
  .trivia h3 {
    font-weight: bold;
    margin-bottom: 0;
    padding: 10px;
  }
  .mame {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
  }
  .half {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 50px;
  }
  /* Acordeon styles */
  .tab {
    position: relative;
    margin-bottom: 5px;
    width: 100%;
    overflow: hidden;
    text-align: left;
  }
  .tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }
  .mame_topic {
    position: relative;
    display: block;
    padding: 0 0 0 20px;
    background: #fff; /* アコーディオン タブ背景色 */
    font-weight: bold;
    line-height: 3;
    cursor: pointer;
  }
  .tab-content {
    max-height: 0;
    overflow: hidden;
    background: #fff; /* タブ内背景色 */
    -webkit-transition: max-height 0.35s;
    -o-transition: max-height 0.35s;
    transition: max-height 0.35s;
    border-top: 1px solid #e6dcdd;
  }
  .tab-content p {
    padding: 10px 20px 10px 20px;
    color: #000; /* タブ内文字色 */
  }
  /* :checked */
  .tab input:checked ~ .tab-content {
    max-height: 100em;
  }
  /* Icon */
  label::after {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 3em;
    height: 3em;
    line-height: 3;
    text-align: center;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
  }
  .tab input[type="checkbox"] + label::after {
    content: "+";
  }
  .tab input[type="radio"] + label::after {
    content: "\25BC";
  }
  .tab input[type="checkbox"]:checked + label::after {
    transform: rotate(315deg);
  }
  .tab input[type="radio"]:checked + label::after {
    transform: rotateX(180deg);
  }
  .soshina_products h2 {
    font-size: 24px;
    font-weight: bold;
    border-bottom: solid 1px;
    display: inline-block;
  }
  .itemtitle {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    background-color: #7d7d7d;
    padding: 5px 0 5px 0;
  }
  a {
    text-decoration: none;
  }

  .soshina_price {
    color: #e50012;
    font-weight: bold;
  }

  .soshina_price:visited {
    color: #e50012;
    font-weight: bold;
  }

  .soshina_contact {
    position: relative;
  }
  .soshina_button {
    position: absolute;
    width: 32%;
    top: 78%;
    left: 58%;
  }

  .manager_comment{
  margin: 0 0 50px 0;
  background-color: #f9f4f0;
  padding: 40px;
  border-radius: 30px;
  }

  .manager_comment h2{
    font-weight: bold;
    font-size: 24px;
  }

  .manager_comment p{
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin: 20px 80px;
  }

  .manager_comment img{
    width: 80%;
  }

  .soshina_products h5 {
    font-size: 18px;
    font-weight: bold;
}

.soshina_products p {
    font-size: 16px;
}

  .itemcategory{
    font-weight: bold;
    line-height: 2;
    font-size: 20px;
    border-bottom: double 7px #b14e48;
  }


  @media screen and (max-width: 768px) {
    .soshina_products h2 {
      font-size: 20px;
    }
    .itemtitle {
      font-size: 16px;
    }

    .manager_comment img{
    width: 100%;
    }

    .manager_comment p{
    margin: 20px 10px;
    }

    .soshina_products h5 {
        font-size: 16px;
        font-weight: bold;
    }

    .soshina_products p {
        font-size: 14px;
    }

    .itemcategory{
    font-size: 18px;
    }
  }


  /* ↓新商品紹介ページ */

  .item-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
}

.newitem {
    display: flex;
    flex-direction: column;
    margin: 50px 5px;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.1rem;
    flex-basis: 32%;
}

.newitem-page {
  display: flex;
  flex-direction: column;
  width: 48%;
  padding-left:5px;
  padding-bottom:50px;
  box-sizing: border-box;
  text-align:center;
}
.item-image {
  min-height: 0%;
}
.item-image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.newitem_heading{
	font-size: 1.8rem;
    font-weight: bold;
	}
@media (max-width: 1024px) {
  .newitem {
   margin: 25px 0;
   flex-basis: 49%;
  } 	
	
  .newitem-page {
    width: 100%;
  }
  
  .newitem_heading {
    font-size: 1.3rem;
}
  
  
}

  /*ここからHADAJOY(カテゴリテンプレにしたい)*/
  .categorypage {
    text-align: center;
  }

  .categorypage_exp {
    margin: 50px 0;
  }

  .categorypage_exp p {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
  }

  .categorypage_gal {
    margin: 20px 100px;
  }

  .categorypage_ln h2 {
    background-color: lightgrey;
    color: white;
    font-weight: bold;
    font-size: 18px;
    padding: 20px;
  }

  .categorypage_con {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .categorypage_product {
    flex-basis: 30%;
  }

  @media screen and (max-width: 768px) {
    .categorypage_exp p {
      font-size: 12px;
      line-height: 25px;
    }

    .categorypage_exp {
      margin: 30px 0;
    }

    .categorypage_gal {
      margin: 20px 10px;
    }

    .categorypage_ln h2 {
      font-size: 14px;
      padding: 10px;
    }

    .categorypage_product {
      flex-basis: 40%;
    }
  }

    /*ここまでHADAJOY(カテゴリテンプレにしたい)*/


   /*ここから大口注文*/
  #lot_all {
    width: 100%;
    font-family: "游ゴシック";
    text-align: center;
  }

  .lot_intro {
    margin:100px 0;
  }
  .lot_intro p {
    font-weight: bold;
    letter-spacing: 0.1rem;
    line-height: 3rem;
    font-size: 16px;
    margin-bottom: 50px;
  }
  .button:hover {
    opacity: 0.5;
    transition: 0.3s;
  }
  .button2:hover {
    opacity: 0.5;
    transition: 0.3s;
  }
  #lot_all h2 {
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid #000;
    display: inline-block;
    padding-bottom: 5px;
    width: 30%;
    margin: 100px 0 30px 0;
  }
  .section {
    background-color: #c2c7ce;
    padding: 60px 40px;
    border-radius: 25px;
  }
  .lot_container {
    background-color: #edf0f4;
    padding: 10px 10px;
    border-radius: 25px;
    margin-bottom: 15px;
  }
  .section h3 {
    text-align: left;
    margin-left: 32px;
    margin-bottom: 0;
    font-size: 20px;
    color: #5574a0;
  }
  .content {
    display: flex;
  }
  .content_img {
    padding-right: 7px;
  }
  .content_text {
    text-align: left;
  }
  .card1 {
    display: flex;
    justify-content: center;
    margin: 0 70px 30px 70px;
  }
  .card1_item1 {
    padding-right: 6px;
  }
  .card1_item2 {
    padding: 0 6px;
  }
  .card1_item3 {
    padding-left: 6px;
  }
  .card_img {
    margin-bottom: 20px;
  }
  .card_title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .card2 {
    display: flex;
    justify-content: center;
    margin: 0 200px;
  }
  .card2_item1 {
    padding: 0 6px 20px 0;
  }
  .card2_item2 {
    padding: 0 6px 20px 6px;
  }
  .card3 {
    display: flex;
    justify-content: center;
    margin: 0 70px 30px 70px;
  }
  .card3_item1 {
    padding-right: 6px;
  }
  .card3_item2 {
    padding: 0 6px;
  }
  .card3_item3 {
    padding: 0 6px;
  }
  .card3_item4 {
    padding-left: 6px;
  }
  .card_title2 {
    font-size: 16px;
    font-weight: bold;
  }
  .section2 {
    background-color: #eae4dc;
    padding: 20px 40px;
    border-radius: 25px;
  }
  .section2 p {
    margin-bottom: 25px;
  }
  .section2 img {
    margin-bottom: 30px;
  }
  .lot_container2 {
    background-color: #f2f2f2;
    padding: 10px 10px;
    border-radius: 25px;
    margin-bottom: 15px;
  }
  .section2 h3 {
    text-align: left;
    margin-left: 32px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
  }

  .section2 .content_text {
    text-align: left;
    padding-left: 32px;
  }
  .contact {
    position: relative;
  }
  .contact .button {
    position: absolute;
    width: 32%;
    top: 70%;
    left: 58%;
  }
  .contact .button2 {
    position: absolute;
    width: 100%;
    top: 88%;
  }
  .inquiry {
    margin-bottom: 100px;
  }
  .qa {
    width: 85%;
    margin: 0 70px;
    border-bottom: 1px solid #b7b7b7;
  }

  .qa summary {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 1em 2em 1em 3em;
    font-weight: bold;
    cursor: pointer;
    text-align: left;
  }

  .qa summary::before,
  .qa p::before {
    position: absolute;
    left: 1em;
    font-weight: bold;
  }

  .qa summary::before {
    color: #5574a0;
    content: "Q";
  }

  .qa summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: "";
    transition: transform 0.5s;
  }

  .qa[open] summary::after {
    transform: rotate(225deg);
  }

  .qa p {
    position: relative;
    margin: 0;
    text-align: left;
    padding: 0.3em 3em 1.5em;
    transition: transform 0.5s, opacity 0.5s;
  }

  .qa p::before {
    color: #b04e47;
    content: "A";
  }

  .mailinquiry {
    margin: 50px auto 4em;
    border-top: 1px solid #cccccc;
    width: 100%;
  }

  .mailinquiry h2 {
    text-align: center;
    margin: 2em 0;
    font-size: 1.8rem;
    font-weight: bold;
  }

  .lot_form{
    width: 600px;
    margin: auto;
    text-align: left;
  }

  .form_title{
    margin: 1rem 0 0;
    font-weight: bold;
  }

  .form_enter{
    margin: 0 0 2rem 0;
  }

  input{
    border: #5574a0 solid 3px;
    border-radius: 1rem;
    padding: 0.5rem 3rem;
    font-weight: bold;
  }

  .toc-wrap {
  margin-bottom: 48px;
  }
  .toc-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }
  .toc-grid a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 8px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #a8a8a8;
    text-align: center;
    letter-spacing: .04em;
    line-height: 1.4;
    transition: opacity .15s;
    text-decoration: none;
    white-space: nowrap;
  }
  .toc-grid a:hover { opacity: .80; }

  .lot_delivery {
  margin-bottom: 28px;
  text-align: left;
  }

.lot_delivery h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
  margin-left: 20px;
  letter-spacing: 0.04em;
  }

.lot_delivery > div {
  background-color: #f5f5f5;
  border-radius: 25px;
  padding: 14px 18px;
  }

.lot_delivery > div p {
  font-size: 1.4rem;
  color: #444;
  line-height: 1.8;
  margin: 0;
  }

.lot_delivery > div p + p {
  margin-top: 2px;
  }


section > p:last-child,
.delivery-note {
  font-size: 0.8rem;
  color: #666;
  margin-top: 16px;
  line-height: 1.6;
  }

  .cost-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 36px;
  font-size: 1.4rem;
  color: #333;
  text-align: left;
}

.cost-table th,
.cost-table td {
  border: 1px solid #ccc;
  padding: 16px 20px;
  vertical-align: middle;
  line-height: 1.7;
}

.cost-table th {
  width: 22%;
  text-align: center;
  font-weight: 500;
  background-color: #fff;
  white-space: nowrap;
}

.cost-table td {
  background-color: #fff;
}

.cost-table td p {
  margin: 0;
}

.cost-table td p + p {
  margin-top: 6px;
}

/* ===== Estimate Heading ===== */
.estimate-heading {
  font-size: 1.8rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
  margin-left: 20px;
  letter-spacing: 0.04em;
  text-align: left;
}

/* ===== Estimate Table (お見積もりの例) ===== */
.estimate-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  color: #333;
}

.estimate-table th,
.estimate-table td {
  border: 1px solid #ccc;
  padding: 12px 16px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.7;
}

.estimate-table thead th {
  font-weight: 500;
  background-color: #fff;
}

.estimate-table tbody td {
  background-color: #fff;
}

.estimate-table tbody td:first-child {
  text-align: left;
}


/* ラッピングについて - Wrapping Section Styles */

/* ===== Wrapping Section Wrapper ===== */

.wrapping-section {
  display: flex;
  flex-direction: column;
  gap: 0;
  background-color: #f2e7e9;
  border-radius: 25px;
  padding: 14px 18px;
}


.wrapping-intro {
  border-radius: 4px;
  padding: 18px 24px;
  margin-bottom: 16px;
  text-align: center;
}

.wrapping-intro p {
  font-size: 1.4rem;
  color: #444;
  line-height: 1.8;
  margin: 0;
  font-weight: 500;
}


.wrapping-cta {
  display: block;
  width: fit-content;
  margin: 0 auto 28px;
  padding: 15px 50px;
  background: #93908d;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 2px;
}

.wrapping-section a {
  color: #fff;
}


.wrapping-item {
  margin-bottom: 32px;
  text-align: left;

}


.wrapping-images {
  margin-bottom: 12px;
}


.wrapping-images img {
  width: 100%;
  object-fit: cover;
  display: block;
}


.wrapping-label {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 4px;
}

.wrapping-name {
  font-size: 1.8rem;
  font-weight: 700;
  color: #222;
}

.wrapping-price {
  font-size: 1.8rem;
  font-weight: 700;
  color: #222;
}


.wrapping-note {
  font-size: 1.3rem;
  color: #555;
  line-height: 1.7;
  margin: 0;
  font-weight: 500;
}


.wrapping-bottom-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-top: 0;
}



  @media screen and (max-width: 699px) {
    #lot_all h2 {
      font-size: 19px;
      margin-top: 50px;
      width: 50%;
    }

    .content_img {
    padding: 7px 0 0 0;
    }

    .section {
    padding: 30px 10px;
    }

    .section h3{
      font-size: 16px;
      margin-left: 0;
    }

    .content_img {
    padding: 7px 7px 0 0;
    }

    .lot_intro{
      margin:50px 0;
    }

    .lot_intro p{
      font-size: 1.4rem;
      line-height: 2.5rem;
    }

    .lot_form {
        width: 100%;
        margin: 100px auto 4em;
    }

    .button img{
      width:80%;
    }

    .card_title {
    font-size: 16px;
    }

    .card1 {
    margin: 0;
    }

    .card1_item1 {
    flex-basis: 33%;
    }

    .card1_item2 {
    flex-basis: 33%;
    }

    .card1_item3 {
    flex-basis: 33%;
    }

    .card2 {
    margin: 0;
    justify-content: space-around;
    }

    .card2_item1{
      flex-basis: 40%;
      padding: 0;
    }

    .card2_item2{
      flex-basis: 40%;
      padding: 0;
    }

    .card3 {
      justify-content: space-around;
      flex-wrap: wrap;
      margin: 0;
    }

    .card3_item1 {
      padding: 0;
      flex-basis: 45%;
      margin-bottom: 10px;
    }

    .card3_item2 {
      padding: 0;
      flex-basis: 45%;
      margin-bottom: 10px;
    }

    .card3_item3 {
      padding: 0;
      flex-basis: 45%;
    }

    .card3_item4 {
      padding: 0;
      flex-basis: 45%;
    }

    .card_img {
      margin: 0;
    }

    .section2 {
      padding: 20px 20px;
    }

    .section2 h3 {
      margin-left: 20px;
      font-size: 18px;
    }

    .section2 .content_text {
      padding-left: 20px;
    }

    .qa {
      width: 90%;
      margin: 0 20px;
    }

    .qa summary::after {
      width: 10.5px;
    }

    .lot_form {
      width: 100%;
      margin: 0;
    }

    .toc-grid { grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 650px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}

   /*ここまで大口注文*/