 /* ////////////////////
  ページ指定
  ////////////////////*/
  #c_5643 {
    max-width: 900px;
    background-color: #bd53cf;
    background-image: linear-gradient(43deg,   #e76e45 0%, #ff585d 46%, #ffbc7d 100%);
    margin: auto;
  }
  #c_5643 img{
    width: 100%;
  }

 /* ////////////////////
  ページ指定
  ////////////////////*/
  #c_5643 section{
  width: 70%;
  margin: 1rem auto;
  text-align: center;
  background-color: #fff;
  color: #464646;
  padding: 1rem 0;
  }
  #c_5643 section h2{
    /* color: #fff; */
    font-size: 2rem;
  }
  .heading06 {
    position: relative;
    padding-top: 1rem;
    font-size: 26px;
    text-align: center;
  }
  
  .heading06 span {
    position: relative;
    z-index: 2;
  }
  
  .heading06::before {
    content: attr(data-en);
    position: absolute;
    top: -.5rem;
    left: 49%;
    transform: translateX(-50%);
    color: rgb(255 116 102 / 11%);
    font-size: 5.2rem;
    font-style: italic;
  }
  #c_5643 section h3{
    text-align: center;
    display: flex;
    position: relative;
    align-items: center;
    font-size: 1.8em;
    margin-top: 1.5rem;
    width: 90%;
    margin: auto;
  }
  #c_5643 section h3::before, #c_5643 section h3::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background: #757575;
  }
  #c_5643 section .sub_txt{
    background-color: #ff7968;
    color: #fff;
    display: inline-block;
    padding: 0 2rem;
    margin: 0 0 1rem;
    font-size: 1rem;
    border-radius: 50px;
  }
  #c_5643 section .reason {
    margin: auto;
  }
  #c_5643 section ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin: .5rem 4rem;
  }
  #c_5643 section ul li{
    background-color: #fd9e4f;
    color: #fff;
    border: solid 1px;
    font-size: 1.5rem;
    padding: .2rem 0 .5rem;
    border-radius: 1rem;
  }
  #c_5643 section ul li p{
    line-height: 1.3;
  }

  #c_5643 .voice{
    width: 95%;
    margin: 0 auto 1rem;
  }
  /* ////////////////////
  lineup部分 
  ////////////////////*/

  #c_5643 .inner{
    width: 70%;
    margin: auto;
  }
  #c_5643 .inner h2{
    text-align: center;
    color: #fff;
    display: flex;
    position: relative;
    align-items: center;
    font-size: 1.8em;
    margin-top: 1rem;
  }
  .inner h2::before,.inner h2::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background: #fff;
  }
  #c_5643 .inner .col_2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin: 1rem 0;
  }
  #c_5643 .inner .col_2 .item_box .item_name{
    margin: .5rem auto .5rem;
  }
  #c_5643 .inner .col_1 {
    display: grid;
    gap: 1rem;
    margin: 0 0 1rem;
  }

  #c_5643 .inner > ul > li{
    background-color:#fff;
    padding: .8rem;
    border-radius: .5rem;
    position: relative;
  }
  #c_5643 .inner > .col_2 > li .icon{
    position: absolute;
    width: 35%;
    top: 0;
    left: 0;
  }

  #c_5643 .inner > .col_1 > li .icon{
    position: absolute;
    width: 18%;
    top: 0;
    left: 0;
  }

  #c_5643 .inner .col_1 .item_col{
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
    gap: 1rem;
  }
  #c_5643 .item_box .item_name{
    font-size: 1.3rem;
    text-align:center;
    margin: 0 auto 1rem;
    line-height: 1.2;
  }
  #c_5643 .item_box .item_size {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: auto;
  }
  #c_5643 .item_box .item_size span{
    font-size: .8rem;
    text-align: center;
    background-color: #4f4d4d;
    color: #fff;
    text-align: center;
    padding: 0 5px;
    border-radius: 5px;
    margin: 0 1%;
  }

  #c_5643 li .item_box .item_ex {
    text-align: center;
    font-size: .9rem;
    line-height: 1.3;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
  #c_5643 .item_box .item_price{
    margin:0 auto;
  }
  #c_5643 .item_box .buy_price {
    display:flex;
  }

  #c_5643 .item_box .buy_price .price {
    font-size: 2rem;
    color:#f94044!important;
  }
  #c_5643 .item_box .buy_price .spesicalprice{
    display:none;
  }
  #c_5643 .item_btn{
    background-color: #4f4d4d;
    color: #fff;
    width: 90%;
    margin: 2% auto 0;
    text-align: center;
    border-radius: 50px;
    padding: 1% 0;
    position: relative;
  }
  #c_5643 .item_btn::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -3px 0 0 3px;
    right: 11%;
    transition:.3s;
  }
  #c_5643 .item_btn:hover::after {
    right: 9%;
    transition:.3s;
  }

  #c_5643 .image_box {
    margin: .5rem 0 0;
  }

  #c_5643 .umou {
  background-color: #fff;
  text-align: center;
  padding: 1rem 0;
}
