@charset "shift_jis";
/* CSS Document */
/*-----------------------------------------------*/
/*ベース*/
/*-----------------------------------------------*/
#packedrice_10thanniversary img {
  width: 100%;
  height: auto;
}
#packedrice_10thanniversary a {
    display: block;
}
/*-----------------------------------------------*/
/*ベース*/
/*-----------------------------------------------*/
#packedrice_10thanniversary {
    margin: auto;
    box-sizing: border-box;
    background-color: #ff0000;
    padding: 3vw;
}
/*==============================================
item
================================================*/
#packedrice_10thanniversary section.product ul.item_box  {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin: auto;
}
#packedrice_10thanniversary section.product ul.item_box li  {
    flex-shrink: 0;
    text-align: center;
    background-color: #fff;
}
#packedrice_10thanniversary section.product ul.item_box li:last-child  {
   padding: 10% 8% 0;
}
ul.item_box li .item_name {
    height: 10%;
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0;
}
ul.item_box li .item_price {
    font-size: 45px;
    line-height: 1.2;
    font-weight: bold;
    font-family: Lato!important;
    font-weight: 700;
    color: #d81e1e!important;
}
ul.item_box li .item_price::first-letter {
    font-size: 40px;
}
ul.item_box li .item_point {
    font-size:10px;
    letter-spacing: 0;
    line-height: 1.3;
}
ul.item_box li .item_point span {
    font-weight: bold;
    background-color: #222;
    color: #fcff27;
    padding: 1px 5px;
    font-size:8px;
}
#packedrice_10thanniversary ul.item_box li .auto-cart-in {
    background: #d81e1e;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #d81e1e;
    padding: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    width: 80%;
    margin: auto;
}
#packedrice_10thanniversary ul.item_box li .auto-cart-in:hover {
    background: #fff;
    color: #d81e1e;
    border: 1px solid #d81e1e;
}
#packedrice_10thanniversary ul.item_box li .auto-cart-in::before {
    content: "\e99a";
    color: #fff;
    font-size: 25px;
    font-family: 'fontPlazaIcon' !important;
    padding-right: 2%;
}
#packedrice_10thanniversary ul.item_box li .auto-cart-in:hover::before {
    content: "\e99a";
    color: #d81e1e;
}
.label_area {
    background: #f1f1f1;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 10px 15px;
    margin: 0 0 8px;
    row-gap: 5px;
}
.label_area label {
    font-size: 20px;
    display: flex;
    align-items: center;
    width: 30%;
}
.label_area label:last-child,.label_area_flavor label:last-child {
    margin-right: 0;
}
.label_area_flavor {
    background: #f1f1f1;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 3px;
    margin: 0 0 8px;
    gap: 5px;
}
.label_area_flavor label {
    font-size: 15px;
    display: flex;
    align-items: center;
    margin-right: 3px;
}
.select_item_price {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto 5px;
    font-size: 20px;
    line-height: 1.2;
}
details.select_accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #222;
    border: solid 1px ;
    padding: 3px 10px;
    font-size: 10px;
    cursor: pointer;
    margin: 0 auto 1rem;
    list-style: none;
    border-radius: 5px;
}
details.select_accordion summary span {
    font-size: 20px;
}
[type=checkbox], [type=radio] {
    margin: 0 3px 0 0;
}
details.select_accordion summary::-webkit-details-marker {
    display: none; 
}

details.select_accordion summary::after {
    content: "\002B"; /* プラス記号 */
    font-size: 1.4rem;
    font-weight: bold;
    margin-left: auto;
}

details.select_accordion[open] summary::after {
    content: "\2212"; /* 開いたときはマイナス */
    font-size: 1rem;
    font-weight: bold;
    margin-left: auto;
}

.select_cart-in_btn {
    display: none;
}
.select_cart-in_btn .auto-cart-in {
    margin-bottom: 15px!important;
}

/*==============================================
 セクション　product
================================================*/
#packedrice_10thanniversary section.product {
    width: 100%;
    margin: 0;
    position: relative;
}
#packedrice_10thanniversary section.product_2 {
    background-color: #ffffea;
}
#packedrice_10thanniversary section.product .camp_sp {
    font-size:3vw;
    font-weight:200;
    margin: 3vw;
    line-height: 1;
    text-align: center;
}
#packedrice_10thanniversary section.product .scroll {
    overflow-x: scroll;
    width: 100%;
    padding:0 0 2vw 3vw;
    box-sizing: border-box;
}
#packedrice_10thanniversary section.product ul.image_box  {
    display: flex;
}
#packedrice_10thanniversary section.product ul.image_box li  {
    width: 220px;
    flex-shrink: 0;
    padding:0 3vw 0 0;
}
#packedrice_10thanniversary section.product .flex {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
    align-items: center;
}
#packedrice_10thanniversary section.product .flex p.item_price {
    font-family: Lato;
    font-weight: 700;
    font-size: 25px;
    flex-flow: column;
    display: inline-flex;
    align-items: start;
}
.price_box {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.price_ji {
    margin-right: 3px;
}
#packedrice_10thanniversary section.product .point {
    text-align: center;
    font-size: 3vw;
    margin: 0 0 3vw;
}
#packedrice_10thanniversary section.product .btn_col_2 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
#packedrice_10thanniversary section.product .btn a ,#packedrice_10thanniversary section.product .btn_col_2 a {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    background-color: #383b3e;
    color:#ffffff;
    border:solid 1px #383b3e ;
    padding: 2vw 0 ;
    position: relative;
}
#packedrice_10thanniversary section.product .btn a:after,#packedrice_10thanniversary section.product .btn_col_2 a:after{
    right: 6%;
    width: 7px;
    height: 7px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    transition: .3s;
}
#packedrice_10thanniversary section.product .btn a:hover {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    background-color: #ffffff;
    color:#383b3e!important;
    border:solid 1px #383b3e ;
}
#packedrice_10thanniversary section.product .btn a:hover::after {
    border-top: 3px solid #383b3e;
    border-right: 3px solid #383b3e;
    right: 5%;
}


/*==============================================
キャンペーン内容
================================================*/
#packedrice_10thanniversary .shosai {
    background: #ffffff;
    padding: 2em;
}
#packedrice_10thanniversary .shosai .packrice_title {
    text-align: center;
    background: #ff0000;
    color: #fff;
    padding: 2%;
}
#packedrice_10thanniversary .shosai .packrice_title p {
    font-size: 22px;
}
#packedrice_10thanniversary .shosai .inner_text {
    text-align: center;
    padding: 1.5em 0;
}
#packedrice_10thanniversary .shosai .inner_text p {
    font-size: 20px;
    padding-bottom: .5em;
}
/* アコーディオン */
#packedrice_10thanniversary .app-accordion {
    max-width: 100%;
    background: #ffffff;
}

#packedrice_10thanniversary .app-accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: .5em 1.2em;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    border: .1em solid #000;
    font-size: 20px;
}

#packedrice_10thanniversary .app-accordion summary::-webkit-details-marker {
    display: none;
}

/* タイトル横のプラスマーク縦線 */
#packedrice_10thanniversary .app-accordion summary::before{
    position: absolute;
    content: '';
    top: 50%;
    right: 1.5em;
    width: 1em;
    height: .1em;
    background-color:#000;
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
}
/* タイトル横のプラスマーク横線 */
#packedrice_10thanniversary .app-accordion summary::after{
    position: absolute;
    content: '';
    top: 50%;
    right: 1.5em;
    width: 1em;
    height: .1em;
    background-color:#000;
    transition: all .3s ease-in-out;
}
/* アコーディオンが開いたとき縦線の変化 */
#packedrice_10thanniversary .app-accordion[open] summary::before {
    transform: rotate(180deg);
}
/* アコーディオンが開いたとき横線の変化 */
#packedrice_10thanniversary .app-accordion[open]::after {
    opacity:0;
}

/* アコーディオンが開いたときの枠線 */
#packedrice_10thanniversary .app-accordion[open] .app_detail {
    transform: none;
    opacity: 1;
    border: .1em solid #000;
    border-top: none;
    padding: .5em 1em 1em;
}

#packedrice_10thanniversary .app-accordion .app-subtitle {
    color: #222;
    display: inline-block;
    border-bottom: 1px solid #222;
    padding-right: 0.5em;
    margin-bottom: .5em;
}

#packedrice_10thanniversary .app-accordion .app_textbox p{
    margin-bottom: .5em;
}
.disabled-like {
    opacity: 0.3;
}