@charset "utf-8";

/*-----------------------------------------------------------
サイズ
-----------------------------------------------------------*/

.size-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 60px;
    overflow: hidden;
    margin: auto;
}

.size-item:before {
    content: "";
    display: block;
    max-width: 31px;
    width: 100%;
    height: 29px;
    background: url(/system_panel/uploads/images/arrow_icon01_bottom_white.svg) no-repeat center / contain;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -45px;
}

.size-item:last-child:before {
    display: none !important;
}

/*-----------------------------------------------------------
トッピング
-----------------------------------------------------------*/

.topping-list {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(1,1fr);
    margin: auto;
}

/*-----------------------------------------------------------
サイドメニュー
-----------------------------------------------------------*/

.side-menu-list {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 15px;
    margin: auto;
}

/*-----------------------------------------------------------
スライダー
-----------------------------------------------------------*/

/*サムネイル*/

.thumb-wrapper {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 15px;
}

.thumb-media {
  	cursor: pointer;
    transition: .3s;
}

.thumb-media:hover, .thumb-media-active {
    filter: brightness(0.5);
}

/*-----------------------------------------------------------
タブ切り替え
-----------------------------------------------------------*/

.tab {
    cursor: pointer;
}

.panel {
    display: none;
}

.panel.is-show {
    display: block;
}

/*-----------------------------------------------------------
アコーディオン
-----------------------------------------------------------*/

.accordion-btn {
    position: relative;
    cursor: pointer;
    transition: .3s;
}

.accordion-btn:after {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    border-top: solid 2px var(--quaternary);
    border-right: solid 2px var(--quaternary);
    transform: translateY(-50%) rotate(135deg);
    position: absolute;
    right: 15px;
    top: 50%;
}

.accordion-content {
    display: none;
}

/*-----------------------------------------------------------
管理画面用CSS
-----------------------------------------------------------*/

.gjs-dashed .sub-slider .swiper-wrapper {
    display: block;
}

.gjs-dashed .set-slider .swiper-wrapper {
    display: block;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:576px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-----------------------------------------------------------
サイズ
-----------------------------------------------------------*/

.size-list {
    max-width: 610px;
    grid-template-columns: repeat(2,1fr);
}

.size-item:before {
    max-width: 29px;
    height: 31px;
    background: url(/system_panel/uploads/images/arrow_icon01_right_white.svg) no-repeat center / contain;
    top: 50%;
    transform: translateY(-50%);
    right: -45px;
    left: auto;
    bottom: auto;
}

/*-----------------------------------------------------------
トッピング
-----------------------------------------------------------*/

.topping-list {
    max-width: 610px;
    grid-template-columns: repeat(2,1fr);
}

/*-----------------------------------------------------------
サイドメニュー
-----------------------------------------------------------*/

.side-menu-list {
    max-width: 610px;
    grid-template-columns: repeat(2,1fr);
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 576px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:768px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1024px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-----------------------------------------------------------
トッピング
-----------------------------------------------------------*/

.topping-list {
    max-width: 948px;
    grid-template-columns: repeat(3,1fr);
}

/*-----------------------------------------------------------
サイドメニュー
-----------------------------------------------------------*/

.side-menu-list {
    max-width: 948px;
    grid-template-columns: repeat(3,1fr);
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1300px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-----------------------------------------------------------
トッピング
-----------------------------------------------------------*/

.topping-list {
    max-width: 100%;
    grid-template-columns: repeat(5,1fr);
}

/*-----------------------------------------------------------
サイドメニュー
-----------------------------------------------------------*/

.side-menu-list {
    max-width: 100%;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
}
  
/*-----------------------------------------------------------
サイズ
-----------------------------------------------------------*/

.size-list {
    max-width: 100%;
    grid-template-columns: repeat(4, 1fr);
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1300px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1600px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.flex-wrapper {
    flex-direction: row !important;
}

.category-area {
    margin: 0 !important;
}

.main-area {
    margin: 0 0 0 4% !important;
}

/*-----------------------------------------------------------
アコーディオン
-----------------------------------------------------------*/
  
 .accordion-btn {
    display: none !important;
}

.accordion-content {
    display: block !important;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1600px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 1700px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.size-item:before {
    right: -45px;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1700px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */