.petitgift {
  text-align: center;
}

.petitgift h2 {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

.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 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;
    }
  }